Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
siarhei-epam committed Apr 26, 2024
1 parent 0c52842 commit 888717e
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`PickerInput should open body 1`] = `
<body>
<div>
<div
class="container uui-input-box -clickable uui-focus root size-36 mode-form"
class="container uui-input-box -clickable uui-focus uui-picker-toggler root uui-size-36 mode-form"
tabindex="-1"
>
<div
Expand All @@ -21,7 +21,7 @@ exports[`PickerInput should open body 1`] = `
/>
</div>
<div
class="actions"
class="uui-actions"
>
<div
class="container uui-icon uui-enabled uui-icon-dropdown"
Expand Down Expand Up @@ -234,15 +234,15 @@ exports[`PickerInput should open body 1`] = `

exports[`PickerInput should render icon at specific position 1`] = `
<div
className="container uui-input-box -clickable root size-36 mode-form"
className="container uui-input-box -clickable uui-picker-toggler root uui-size-36 mode-form"
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onKeyDown={[Function]}
tabIndex={0}
>
<div
className="body multiline"
className="body uui-multiline"
>
<div
className="container uui-icon uui-enabled"
Expand All @@ -265,7 +265,7 @@ exports[`PickerInput should render icon at specific position 1`] = `
/>
</div>
<div
className="actions"
className="uui-actions"
>
<div
className="container uui-icon uui-enabled uui-icon-dropdown"
Expand All @@ -281,15 +281,15 @@ exports[`PickerInput should render icon at specific position 1`] = `

exports[`PickerInput should render icon at specific position 2`] = `
<div
className="container uui-input-box -clickable root size-36 mode-form"
className="container uui-input-box -clickable uui-picker-toggler root uui-size-36 mode-form"
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onKeyDown={[Function]}
tabIndex={0}
>
<div
className="body multiline"
className="body uui-multiline"
>
<div
className="container uui-icon uui-enabled"
Expand All @@ -312,7 +312,7 @@ exports[`PickerInput should render icon at specific position 2`] = `
/>
</div>
<div
className="actions"
className="uui-actions"
>
<div
className="container uui-icon uui-enabled uui-icon-dropdown"
Expand All @@ -328,15 +328,15 @@ exports[`PickerInput should render icon at specific position 2`] = `

exports[`PickerInput should render icon at specific position 3`] = `
<div
className="container uui-input-box -clickable root size-36 mode-form"
className="container uui-input-box -clickable uui-picker-toggler root uui-size-36 mode-form"
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onKeyDown={[Function]}
tabIndex={0}
>
<div
className="body multiline"
className="body uui-multiline"
>
<input
aria-haspopup={true}
Expand All @@ -359,7 +359,7 @@ exports[`PickerInput should render icon at specific position 3`] = `
</div>
</div>
<div
className="actions"
className="uui-actions"
>
<div
className="container uui-icon uui-enabled uui-icon-dropdown"
Expand All @@ -375,7 +375,7 @@ exports[`PickerInput should render icon at specific position 3`] = `

exports[`PickerInput should render input as invalid 1`] = `
<div
className="container uui-input-box uui-invalid -clickable root size-36 mode-form"
className="container uui-input-box uui-invalid -clickable uui-picker-toggler root uui-size-36 mode-form"
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
Expand All @@ -398,7 +398,7 @@ exports[`PickerInput should render input as invalid 1`] = `
/>
</div>
<div
className="actions"
className="uui-actions"
>
<div
className="container uui-icon uui-enabled uui-icon-dropdown"
Expand All @@ -414,18 +414,18 @@ exports[`PickerInput should render input as invalid 1`] = `

exports[`PickerInput should render with maximum props 1`] = `
<div
className="container uui-input-box -clickable root size-48 mode-form"
className="container uui-input-box -clickable uui-picker-toggler root uui-size-48 mode-form"
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onKeyDown={[Function]}
tabIndex={0}
>
<div
className="body multiline"
className="body uui-multiline"
>
<span
className="uui-button-box uui-enabled size-42 root uui-color-neutral uui-fill-solid uui-tag"
className="uui-button-box uui-enabled root uui-size-inherit uui-color-neutral uui-fill-solid uui-tag"
tabIndex={-1}
>
<div
Expand All @@ -444,7 +444,7 @@ exports[`PickerInput should render with maximum props 1`] = `
</div>
</span>
<span
className="uui-button-box uui-enabled size-42 root uui-color-neutral uui-fill-solid uui-tag"
className="uui-button-box uui-enabled root uui-size-inherit uui-color-neutral uui-fill-solid uui-tag"
tabIndex={-1}
>
<div
Expand All @@ -464,7 +464,7 @@ exports[`PickerInput should render with maximum props 1`] = `
</span>
</div>
<div
className="actions"
className="uui-actions"
>
<div
aria-label="Clear"
Expand All @@ -484,7 +484,7 @@ exports[`PickerInput should render with maximum props 1`] = `

exports[`PickerInput should render with minimum props 1`] = `
<div
className="container uui-input-box -clickable root size-36 mode-form"
className="container uui-input-box -clickable uui-picker-toggler root uui-size-36 mode-form"
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
Expand All @@ -507,7 +507,7 @@ exports[`PickerInput should render with minimum props 1`] = `
/>
</div>
<div
className="actions"
className="uui-actions"
>
<div
className="container uui-icon uui-enabled uui-icon-dropdown"
Expand All @@ -523,15 +523,15 @@ exports[`PickerInput should render with minimum props 1`] = `

exports[`PickerInput should render with mode = cell 1`] = `
<div
className="container uui-input-box -clickable root size-36 mode-cell"
className="container uui-input-box -clickable uui-picker-toggler root uui-size-36 mode-cell"
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onKeyDown={[Function]}
tabIndex={0}
>
<div
className="body multiline"
className="body uui-multiline"
>
<input
aria-haspopup={true}
Expand All @@ -546,7 +546,7 @@ exports[`PickerInput should render with mode = cell 1`] = `
/>
</div>
<div
className="actions"
className="uui-actions"
>
<div
className="container uui-icon uui-enabled uui-icon-dropdown"
Expand All @@ -562,15 +562,15 @@ exports[`PickerInput should render with mode = cell 1`] = `

exports[`PickerInput should render with mode = form 1`] = `
<div
className="container uui-input-box -clickable root size-36 mode-form"
className="container uui-input-box -clickable uui-picker-toggler root uui-size-36 mode-form"
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onKeyDown={[Function]}
tabIndex={0}
>
<div
className="body multiline"
className="body uui-multiline"
>
<input
aria-haspopup={true}
Expand All @@ -585,7 +585,7 @@ exports[`PickerInput should render with mode = form 1`] = `
/>
</div>
<div
className="actions"
className="uui-actions"
>
<div
className="container uui-icon uui-enabled uui-icon-dropdown"
Expand All @@ -601,15 +601,15 @@ exports[`PickerInput should render with mode = form 1`] = `

exports[`PickerInput should render with mode = inline 1`] = `
<div
className="container uui-input-box -clickable root size-36 mode-inline"
className="container uui-input-box -clickable uui-picker-toggler root uui-size-36 mode-inline"
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onKeyDown={[Function]}
tabIndex={0}
>
<div
className="body multiline"
className="body uui-multiline"
>
<input
aria-haspopup={true}
Expand All @@ -624,7 +624,7 @@ exports[`PickerInput should render with mode = inline 1`] = `
/>
</div>
<div
className="actions"
className="uui-actions"
>
<div
className="container uui-icon uui-enabled uui-icon-dropdown"
Expand All @@ -640,15 +640,15 @@ exports[`PickerInput should render with mode = inline 1`] = `

exports[`PickerInput should render with mode = undefined 1`] = `
<div
className="container uui-input-box -clickable root size-36 mode-form"
className="container uui-input-box -clickable uui-picker-toggler root uui-size-36 mode-form"
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onKeyDown={[Function]}
tabIndex={0}
>
<div
className="body multiline"
className="body uui-multiline"
>
<input
aria-haspopup={true}
Expand All @@ -663,7 +663,7 @@ exports[`PickerInput should render with mode = undefined 1`] = `
/>
</div>
<div
className="actions"
className="uui-actions"
>
<div
className="container uui-icon uui-enabled uui-icon-dropdown"
Expand All @@ -679,7 +679,7 @@ exports[`PickerInput should render with mode = undefined 1`] = `

exports[`PickerInput should support single line 1`] = `
<div
className="container uui-input-box -clickable root size-36 mode-form"
className="container uui-input-box -clickable uui-picker-toggler root uui-size-36 mode-form"
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
Expand All @@ -702,7 +702,7 @@ exports[`PickerInput should support single line 1`] = `
/>
</div>
<div
className="actions"
className="uui-actions"
>
<div
className="container uui-icon uui-enabled uui-icon-dropdown"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

exports[`PickerToggler should render with maximum props 1`] = `
<div
className="container uui-input-box -clickable root size-48 mode-form"
className="container uui-input-box -clickable uui-picker-toggler root uui-size-48 mode-form"
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onKeyDown={[Function]}
tabIndex={0}
>
<div
className="body multiline"
className="body uui-multiline"
>
<span
className="uui-button-box uui-enabled size-42 root uui-color-neutral uui-fill-solid uui-tag"
className="uui-button-box uui-enabled root uui-size-inherit uui-color-neutral uui-fill-solid uui-tag"
tabIndex={-1}
>
<div
Expand All @@ -33,7 +33,7 @@ exports[`PickerToggler should render with maximum props 1`] = `
</span>
</div>
<div
className="actions"
className="uui-actions"
>
<div
aria-label="Clear"
Expand All @@ -53,7 +53,7 @@ exports[`PickerToggler should render with maximum props 1`] = `

exports[`PickerToggler should render with minimum props 1`] = `
<div
className="container uui-input-box root size-36 mode-form"
className="container uui-input-box uui-picker-toggler root uui-size-36 mode-form"
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
Expand All @@ -73,7 +73,7 @@ exports[`PickerToggler should render with minimum props 1`] = `
/>
</div>
<div
className="actions"
className="uui-actions"
/>
</div>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ exports[`ColumnsConfigurationModal should be rendered correctly 1`] = `
Displayed in table
</div>
<div
className="root uui-count_indicator size-18 uui-color-neutral"
className="root uui-count_indicator uui-size-18 uui-color-neutral"
>
2
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exports[`Badge should be rendered correctly with props 1`] = `
Test badge
</div>
<div
className="root uui-count_indicator size-18"
className="root uui-count_indicator uui-size-18"
>
12
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

exports[`Tag should be rendered correctly 1`] = `
<span
className="uui-button-box uui-enabled size-36 root uui-color-neutral uui-fill-solid uui-tag"
className="uui-button-box uui-enabled root uui-size-36 uui-color-neutral uui-fill-solid uui-tag"
tabIndex={-1}
/>
`;

exports[`Tag should be rendered correctly with props 1`] = `
<button
className="uui-button-box uui-enabled -clickable size-36 root uui-color-neutral uui-fill-solid uui-tag"
className="uui-button-box uui-enabled -clickable root uui-size-36 uui-color-neutral uui-fill-solid uui-tag"
onClick={[Function]}
tabIndex={0}
type="button"
Expand All @@ -29,7 +29,7 @@ exports[`Tag should be rendered correctly with props 1`] = `
Test badge
</div>
<div
className="root uui-count_indicator size-18 uui-color-white"
className="root uui-count_indicator uui-size-18 uui-color-white"
>
12
</div>
Expand Down

0 comments on commit 888717e

Please sign in to comment.