uikit-react-public 0.45.2 → 0.45.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Alert/Alert.d.ts +4 -1
- package/dist/components/Alert/Alert.stories.d.ts +1 -1
- package/dist/components/Label/Label.d.ts +1 -0
- package/dist/components/Label/Label.stories.d.ts +1 -0
- package/dist/index.js +76 -63
- package/lib/components/Accordion/__tests__/__snapshots__/Accordion.test.tsx.snap +2 -2
- package/lib/components/Alert/Alert.tsx +18 -2
- package/lib/components/Alert/__tests__/__snapshots__/Alert.test.tsx.snap +16 -8
- package/lib/components/AppMenu/__tests__/__snapshots__/AppMenu.test.tsx.snap +2 -2
- package/lib/components/Avatar/__tests__/__snapshots__/Avatar.test.tsx.snap +6 -6
- package/lib/components/Badge/__tests__/__snapshots__/Badge.test.tsx.snap +4 -4
- package/lib/components/Breadcrumbs/__tests__/__snapshots__/Breadcrumbs.test.tsx.snap +4 -4
- package/lib/components/Button/__tests__/__snapshots__/Button.test.tsx.snap +2 -2
- package/lib/components/Calendar/__tests__/__snapshots__/Calendar.test.tsx.snap +8 -8
- package/lib/components/Checkbox/__tests__/__snapshots__/Checkbox.test.tsx.snap +2 -2
- package/lib/components/Chip/__tests__/__snapshots__/Chip.test.tsx.snap +5 -5
- package/lib/components/Datepicker/__tests__/__snapshots__/Datepicker.test.tsx.snap +2 -2
- package/lib/components/FileInput/__tests__/__snapshots__/FileInput.test.tsx.snap +2 -2
- package/lib/components/Footer/__tests__/__snapshots__/Footer.test.tsx.snap +21 -21
- package/lib/components/FooterNew/__tests__/__snapshots__/Footer.test.tsx.snap +27 -27
- package/lib/components/HeaderDraft/__tests__/__snapshots__/Header.test.tsx.snap +1 -1
- package/lib/components/Icon/BaseIcon.tsx +1 -0
- package/lib/components/Icon/__tests__/__snapshots__/Icon.test.tsx.snap +4 -4
- package/lib/components/IconButton/__tests__/__snapshots__/IconButton.test.tsx.snap +3 -3
- package/lib/components/Label/Label.stories.tsx +17 -0
- package/lib/components/Label/Label.tsx +4 -7
- package/lib/components/Label/__tests__/Label.test.tsx +15 -0
- package/lib/components/Label/__tests__/__snapshots__/Label.test.tsx.snap +1 -3
- package/lib/components/Search/__tests__/__snapshots__/Search.test.tsx.snap +4 -4
- package/lib/components/Select/__tests__/__snapshots__/Select.test.tsx.snap +1 -1
- package/lib/components/Sidebar/__tests__/__snapshots__/Sidebar.test.tsx.snap +6 -6
- package/lib/components/Snackbar/__tests__/__snapshots__/Snackbar.test.tsx.snap +3 -3
- package/lib/components/Table/__tests__/__snapshots__/Table.test.tsx.snap +1 -1
- package/lib/components/Table/subcomponents/Cell/__tests__/__snapshots__/Cell.test.tsx.snap +1 -1
- package/package.json +1 -1
|
@@ -25,7 +25,7 @@ exports[`Search > snapshot: no props 1`] = `
|
|
|
25
25
|
data-testid="ucl-uikit-search-clear-search-btn"
|
|
26
26
|
>
|
|
27
27
|
<svg
|
|
28
|
-
class="ucl-uikit-icon css-
|
|
28
|
+
class="ucl-uikit-icon css-f962ig"
|
|
29
29
|
data-testid="ucl-uikit-icon"
|
|
30
30
|
fill="none"
|
|
31
31
|
focusable="false"
|
|
@@ -52,7 +52,7 @@ exports[`Search > snapshot: no props 1`] = `
|
|
|
52
52
|
data-testid="ucl-uikit-search-search-btn"
|
|
53
53
|
>
|
|
54
54
|
<svg
|
|
55
|
-
class="ucl-uikit-icon css-
|
|
55
|
+
class="ucl-uikit-icon css-f962ig"
|
|
56
56
|
data-testid="ucl-uikit-icon"
|
|
57
57
|
fill="none"
|
|
58
58
|
focusable="false"
|
|
@@ -104,7 +104,7 @@ exports[`Search > snapshot: testId prop 1`] = `
|
|
|
104
104
|
data-testid="test123-clear-search-btn"
|
|
105
105
|
>
|
|
106
106
|
<svg
|
|
107
|
-
class="ucl-uikit-icon css-
|
|
107
|
+
class="ucl-uikit-icon css-f962ig"
|
|
108
108
|
data-testid="ucl-uikit-icon"
|
|
109
109
|
fill="none"
|
|
110
110
|
focusable="false"
|
|
@@ -131,7 +131,7 @@ exports[`Search > snapshot: testId prop 1`] = `
|
|
|
131
131
|
data-testid="test123-search-btn"
|
|
132
132
|
>
|
|
133
133
|
<svg
|
|
134
|
-
class="ucl-uikit-icon css-
|
|
134
|
+
class="ucl-uikit-icon css-f962ig"
|
|
135
135
|
data-testid="ucl-uikit-icon"
|
|
136
136
|
fill="none"
|
|
137
137
|
focusable="false"
|
|
@@ -23,7 +23,7 @@ exports[`Sidebar > snapshot: defaultCollapsed prop true 1`] = `
|
|
|
23
23
|
tabindex="0"
|
|
24
24
|
>
|
|
25
25
|
<svg
|
|
26
|
-
class="ucl-uikit-icon css-
|
|
26
|
+
class="ucl-uikit-icon css-f962ig"
|
|
27
27
|
data-testid="ucl-uikit-icon"
|
|
28
28
|
fill="none"
|
|
29
29
|
focusable="false"
|
|
@@ -60,7 +60,7 @@ exports[`Sidebar > snapshot: defaultCollapsed prop true 1`] = `
|
|
|
60
60
|
tabindex="0"
|
|
61
61
|
>
|
|
62
62
|
<svg
|
|
63
|
-
class="ucl-uikit-icon css-
|
|
63
|
+
class="ucl-uikit-icon css-f962ig"
|
|
64
64
|
data-testid="ucl-uikit-icon"
|
|
65
65
|
fill="none"
|
|
66
66
|
focusable="false"
|
|
@@ -108,7 +108,7 @@ exports[`Sidebar > snapshot: defaultCollapsed prop true 1`] = `
|
|
|
108
108
|
>
|
|
109
109
|
<svg
|
|
110
110
|
aria-hidden="true"
|
|
111
|
-
class="ucl-uikit-icon css-
|
|
111
|
+
class="ucl-uikit-icon css-f962ig"
|
|
112
112
|
data-testid="ucl-uikit-icon"
|
|
113
113
|
fill="none"
|
|
114
114
|
focusable="false"
|
|
@@ -164,7 +164,7 @@ exports[`Sidebar > snapshot: no props 1`] = `
|
|
|
164
164
|
tabindex="0"
|
|
165
165
|
>
|
|
166
166
|
<svg
|
|
167
|
-
class="ucl-uikit-icon css-
|
|
167
|
+
class="ucl-uikit-icon css-f962ig"
|
|
168
168
|
data-testid="ucl-uikit-icon"
|
|
169
169
|
fill="none"
|
|
170
170
|
focusable="false"
|
|
@@ -201,7 +201,7 @@ exports[`Sidebar > snapshot: no props 1`] = `
|
|
|
201
201
|
tabindex="0"
|
|
202
202
|
>
|
|
203
203
|
<svg
|
|
204
|
-
class="ucl-uikit-icon css-
|
|
204
|
+
class="ucl-uikit-icon css-f962ig"
|
|
205
205
|
data-testid="ucl-uikit-icon"
|
|
206
206
|
fill="none"
|
|
207
207
|
focusable="false"
|
|
@@ -249,7 +249,7 @@ exports[`Sidebar > snapshot: no props 1`] = `
|
|
|
249
249
|
>
|
|
250
250
|
<svg
|
|
251
251
|
aria-hidden="true"
|
|
252
|
-
class="ucl-uikit-icon css-
|
|
252
|
+
class="ucl-uikit-icon css-f962ig"
|
|
253
253
|
data-testid="ucl-uikit-icon"
|
|
254
254
|
fill="none"
|
|
255
255
|
focusable="false"
|
|
@@ -7,7 +7,7 @@ exports[`Snackbar > snapshot: custom test id 1`] = `
|
|
|
7
7
|
>
|
|
8
8
|
<svg
|
|
9
9
|
aria-hidden="true"
|
|
10
|
-
class="ucl-uikit-icon css-
|
|
10
|
+
class="ucl-uikit-icon css-169kiux"
|
|
11
11
|
data-testid="ucl-uikit-icon"
|
|
12
12
|
fill="none"
|
|
13
13
|
focusable="false"
|
|
@@ -61,7 +61,7 @@ exports[`Snackbar > snapshot: minimal props 1`] = `
|
|
|
61
61
|
>
|
|
62
62
|
<svg
|
|
63
63
|
aria-hidden="true"
|
|
64
|
-
class="ucl-uikit-icon css-
|
|
64
|
+
class="ucl-uikit-icon css-169kiux"
|
|
65
65
|
data-testid="ucl-uikit-icon"
|
|
66
66
|
fill="none"
|
|
67
67
|
focusable="false"
|
|
@@ -100,7 +100,7 @@ exports[`Snackbar > snapshot: minimal props 1`] = `
|
|
|
100
100
|
>
|
|
101
101
|
<svg
|
|
102
102
|
aria-hidden="true"
|
|
103
|
-
class="ucl-uikit-icon css-
|
|
103
|
+
class="ucl-uikit-icon css-f962ig"
|
|
104
104
|
data-testid="ucl-uikit-icon"
|
|
105
105
|
fill="none"
|
|
106
106
|
focusable="false"
|