@hero-design/rn 7.22.2 → 7.22.3
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/.turbo/turbo-build.log +2 -2
- package/es/index.js +271 -242
- package/lib/index.js +271 -242
- package/package.json +4 -4
- package/src/components/Accordion/AccordionItem.tsx +1 -1
- package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +8 -8
- package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
- package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +3 -3
- package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +2 -2
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +6 -6
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +24 -24
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +6 -6
- package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +3 -3
- package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +1 -1
- package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +2 -2
- package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +5 -5
- package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +1 -1
- package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +10 -10
- package/src/components/Icon/HeroIcon/index.tsx +2 -0
- package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Icon/index.tsx +1 -0
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +2 -2
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +12 -12
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +2 -2
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +4 -4
- package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +6 -6
- package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +21 -21
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +5 -5
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +1 -1
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +1 -1
- package/src/components/RichTextEditor/__tests__/EditorToolbar.spec.tsx +1 -1
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +4 -4
- package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -1
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +13 -9
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +18 -18
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -1
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +12 -8
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +9 -9
- package/src/components/Select/__tests__/__snapshots__/StyledSelect.spec.tsx.snap +1 -1
- package/src/components/Slider/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/Spinner/StyledSpinner.tsx +8 -4
- package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +8 -4
- package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +32 -16
- package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +8 -4
- package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +3 -3
- package/src/components/Tabs/ScrollableTabs.tsx +2 -5
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +1 -1
- package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +1 -1
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +10 -10
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +14 -14
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +1 -1
- package/src/components/Toast/ToastProvider.tsx +2 -4
- package/src/components/Toast/__tests__/index.spec.tsx +138 -0
- package/src/components/Toolbar/ToolbarItem.tsx +1 -1
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +12 -12
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +6 -6
- package/src/components/Typography/Text/StyledText.tsx +1 -0
- package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +3 -3
- package/src/components/Typography/Text/index.tsx +1 -0
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +92 -85
- package/src/theme/components/accordion.ts +1 -1
- package/src/theme/components/alert.ts +4 -4
- package/src/theme/components/avatar.ts +2 -2
- package/src/theme/components/badge.ts +6 -6
- package/src/theme/components/bottomNavigation.ts +2 -2
- package/src/theme/components/bottomSheet.ts +3 -3
- package/src/theme/components/button.ts +20 -20
- package/src/theme/components/calendar.ts +4 -4
- package/src/theme/components/card.ts +5 -5
- package/src/theme/components/checkbox.ts +1 -1
- package/src/theme/components/divider.ts +1 -1
- package/src/theme/components/drawer.ts +4 -4
- package/src/theme/components/empty.ts +3 -4
- package/src/theme/components/fab.ts +7 -7
- package/src/theme/components/icon.ts +4 -3
- package/src/theme/components/list.ts +6 -7
- package/src/theme/components/pinInput.ts +4 -4
- package/src/theme/components/progress.ts +3 -3
- package/src/theme/components/richTextEditor.ts +3 -3
- package/src/theme/components/sectionHeading.ts +1 -1
- package/src/theme/components/select.ts +1 -1
- package/src/theme/components/slider.ts +3 -3
- package/src/theme/components/spinner.ts +1 -4
- package/src/theme/components/switch.ts +7 -7
- package/src/theme/components/tabs.ts +5 -5
- package/src/theme/components/tag.ts +12 -12
- package/src/theme/components/textInput.ts +38 -38
- package/src/theme/components/toast.ts +6 -6
- package/src/theme/components/toolbar.ts +3 -2
- package/src/theme/components/typography.ts +4 -3
- package/src/theme/global/colors/global.ts +32 -0
- package/src/theme/global/colors/legacySystemPalette.ts +53 -0
- package/src/theme/global/colors/swag.ts +21 -35
- package/src/theme/global/colors/types.ts +46 -27
- package/src/theme/global/colors/work.ts +10 -9
- package/types/components/Icon/HeroIcon/index.d.ts +1 -1
- package/types/components/Icon/index.d.ts +1 -1
- package/types/components/Toast/__tests__/index.spec.d.ts +1 -0
- package/types/components/Toolbar/ToolbarItem.d.ts +1 -1
- package/types/components/Typography/Text/StyledText.d.ts +1 -1
- package/types/components/Typography/Text/index.d.ts +1 -1
- package/types/theme/components/empty.d.ts +0 -1
- package/types/theme/components/icon.d.ts +1 -0
- package/types/theme/components/spinner.d.ts +1 -4
- package/types/theme/components/toolbar.d.ts +1 -0
- package/types/theme/components/typography.d.ts +1 -0
- package/types/theme/global/colors/global.d.ts +3 -0
- package/types/theme/global/colors/legacySystemPalette.d.ts +3 -0
- package/types/theme/global/colors/types.d.ts +41 -21
- package/types/theme/global/index.d.ts +28 -20
|
@@ -26,7 +26,7 @@ exports[`StyledCheckbox renders correctly when disabled is true 1`] = `
|
|
|
26
26
|
style={
|
|
27
27
|
Array [
|
|
28
28
|
Object {
|
|
29
|
-
"borderColor": "#
|
|
29
|
+
"borderColor": "#4d6265",
|
|
30
30
|
"borderRadius": 4,
|
|
31
31
|
"borderWidth": 2,
|
|
32
32
|
"flexDirection": "row",
|
|
@@ -105,7 +105,7 @@ exports[`StyledWrapper renders correctly when disabled is true, withBorder is tr
|
|
|
105
105
|
onStartShouldSetResponder={[Function]}
|
|
106
106
|
style={
|
|
107
107
|
Object {
|
|
108
|
-
"borderColor": "#
|
|
108
|
+
"borderColor": "#4d6265",
|
|
109
109
|
"borderRadius": 8,
|
|
110
110
|
"borderWidth": 1,
|
|
111
111
|
"flexDirection": "row",
|
|
@@ -264,7 +264,7 @@ exports[`Checkbox renders correctly when disabled is true, withBorder is false 1
|
|
|
264
264
|
style={
|
|
265
265
|
Array [
|
|
266
266
|
Object {
|
|
267
|
-
"color": "#
|
|
267
|
+
"color": "#4d6265",
|
|
268
268
|
"fontFamily": "BeVietnamPro-Regular",
|
|
269
269
|
"fontSize": 14,
|
|
270
270
|
"letterSpacing": 0.42,
|
|
@@ -289,7 +289,7 @@ exports[`Checkbox renders correctly when disabled is true, withBorder is false 1
|
|
|
289
289
|
style={
|
|
290
290
|
Array [
|
|
291
291
|
Object {
|
|
292
|
-
"borderColor": "#
|
|
292
|
+
"borderColor": "#4d6265",
|
|
293
293
|
"borderRadius": 4,
|
|
294
294
|
"borderWidth": 2,
|
|
295
295
|
"flexDirection": "row",
|
|
@@ -321,7 +321,7 @@ exports[`Checkbox renders correctly when disabled is true, withBorder is true 1`
|
|
|
321
321
|
onStartShouldSetResponder={[Function]}
|
|
322
322
|
style={
|
|
323
323
|
Object {
|
|
324
|
-
"borderColor": "#
|
|
324
|
+
"borderColor": "#4d6265",
|
|
325
325
|
"borderRadius": 8,
|
|
326
326
|
"borderWidth": 1,
|
|
327
327
|
"flexDirection": "row",
|
|
@@ -334,7 +334,7 @@ exports[`Checkbox renders correctly when disabled is true, withBorder is true 1`
|
|
|
334
334
|
style={
|
|
335
335
|
Array [
|
|
336
336
|
Object {
|
|
337
|
-
"color": "#
|
|
337
|
+
"color": "#4d6265",
|
|
338
338
|
"fontFamily": "BeVietnamPro-Regular",
|
|
339
339
|
"fontSize": 14,
|
|
340
340
|
"letterSpacing": 0.42,
|
|
@@ -359,7 +359,7 @@ exports[`Checkbox renders correctly when disabled is true, withBorder is true 1`
|
|
|
359
359
|
style={
|
|
360
360
|
Array [
|
|
361
361
|
Object {
|
|
362
|
-
"borderColor": "#
|
|
362
|
+
"borderColor": "#4d6265",
|
|
363
363
|
"borderRadius": 4,
|
|
364
364
|
"borderWidth": 2,
|
|
365
365
|
"flexDirection": "row",
|
|
@@ -146,7 +146,7 @@ exports[`rendering renders correctly when icon buttons are disabled 1`] = `
|
|
|
146
146
|
style={
|
|
147
147
|
Array [
|
|
148
148
|
Object {
|
|
149
|
-
"color": "#
|
|
149
|
+
"color": "#4d6265",
|
|
150
150
|
"fontSize": 24,
|
|
151
151
|
},
|
|
152
152
|
undefined,
|
|
@@ -205,7 +205,7 @@ exports[`rendering renders correctly when icon buttons are disabled 1`] = `
|
|
|
205
205
|
style={
|
|
206
206
|
Array [
|
|
207
207
|
Object {
|
|
208
|
-
"color": "#
|
|
208
|
+
"color": "#4d6265",
|
|
209
209
|
"fontSize": 24,
|
|
210
210
|
},
|
|
211
211
|
undefined,
|
|
@@ -44,7 +44,7 @@ exports[`Drawer renders correctly in invisible state 1`] = `
|
|
|
44
44
|
pointerEvents="box-none"
|
|
45
45
|
style={
|
|
46
46
|
Object {
|
|
47
|
-
"backgroundColor": "#
|
|
47
|
+
"backgroundColor": "#ffffff",
|
|
48
48
|
"bottom": 0,
|
|
49
49
|
"left": 0,
|
|
50
50
|
"opacity": 0,
|
|
@@ -125,7 +125,7 @@ exports[`Drawer renders correctly in visible state 1`] = `
|
|
|
125
125
|
pointerEvents="auto"
|
|
126
126
|
style={
|
|
127
127
|
Object {
|
|
128
|
-
"backgroundColor": "#
|
|
128
|
+
"backgroundColor": "#ffffff",
|
|
129
129
|
"bottom": 0,
|
|
130
130
|
"left": 0,
|
|
131
131
|
"opacity": 0.35,
|
|
@@ -206,7 +206,7 @@ exports[`Drawer renders correctly with no backdrop 1`] = `
|
|
|
206
206
|
pointerEvents="box-none"
|
|
207
207
|
style={
|
|
208
208
|
Object {
|
|
209
|
-
"backgroundColor": "#
|
|
209
|
+
"backgroundColor": "#ffffff",
|
|
210
210
|
"bottom": 0,
|
|
211
211
|
"left": 0,
|
|
212
212
|
"opacity": 0,
|
|
@@ -102,7 +102,7 @@ exports[`ActionGroup has active false 1`] = `
|
|
|
102
102
|
Object {
|
|
103
103
|
"alignItems": "center",
|
|
104
104
|
"alignSelf": "flex-end",
|
|
105
|
-
"backgroundColor": "#
|
|
105
|
+
"backgroundColor": "#001f23",
|
|
106
106
|
"borderRadius": 999,
|
|
107
107
|
"flexDirection": "row",
|
|
108
108
|
"margin": 8,
|
|
@@ -181,7 +181,7 @@ exports[`ActionGroup has active false 1`] = `
|
|
|
181
181
|
Object {
|
|
182
182
|
"alignItems": "center",
|
|
183
183
|
"alignSelf": "flex-end",
|
|
184
|
-
"backgroundColor": "#
|
|
184
|
+
"backgroundColor": "#001f23",
|
|
185
185
|
"borderRadius": 999,
|
|
186
186
|
"flexDirection": "row",
|
|
187
187
|
"margin": 8,
|
|
@@ -260,7 +260,7 @@ exports[`ActionGroup has active false 1`] = `
|
|
|
260
260
|
Object {
|
|
261
261
|
"alignItems": "center",
|
|
262
262
|
"alignSelf": "flex-end",
|
|
263
|
-
"backgroundColor": "#
|
|
263
|
+
"backgroundColor": "#001f23",
|
|
264
264
|
"borderRadius": 999,
|
|
265
265
|
"flexDirection": "row",
|
|
266
266
|
"margin": 8,
|
|
@@ -339,7 +339,7 @@ exports[`ActionGroup has active false 1`] = `
|
|
|
339
339
|
Object {
|
|
340
340
|
"alignItems": "center",
|
|
341
341
|
"alignSelf": "flex-end",
|
|
342
|
-
"backgroundColor": "#
|
|
342
|
+
"backgroundColor": "#001f23",
|
|
343
343
|
"borderRadius": 999,
|
|
344
344
|
"flexDirection": "row",
|
|
345
345
|
"margin": 8,
|
|
@@ -418,7 +418,7 @@ exports[`ActionGroup has active false 1`] = `
|
|
|
418
418
|
Object {
|
|
419
419
|
"alignItems": "center",
|
|
420
420
|
"alignSelf": "flex-end",
|
|
421
|
-
"backgroundColor": "#
|
|
421
|
+
"backgroundColor": "#001f23",
|
|
422
422
|
"borderRadius": 999,
|
|
423
423
|
"flexDirection": "row",
|
|
424
424
|
"margin": 8,
|
|
@@ -665,7 +665,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
665
665
|
Object {
|
|
666
666
|
"alignItems": "center",
|
|
667
667
|
"alignSelf": "flex-end",
|
|
668
|
-
"backgroundColor": "#
|
|
668
|
+
"backgroundColor": "#001f23",
|
|
669
669
|
"borderRadius": 999,
|
|
670
670
|
"flexDirection": "row",
|
|
671
671
|
"margin": 8,
|
|
@@ -744,7 +744,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
744
744
|
Object {
|
|
745
745
|
"alignItems": "center",
|
|
746
746
|
"alignSelf": "flex-end",
|
|
747
|
-
"backgroundColor": "#
|
|
747
|
+
"backgroundColor": "#001f23",
|
|
748
748
|
"borderRadius": 999,
|
|
749
749
|
"flexDirection": "row",
|
|
750
750
|
"margin": 8,
|
|
@@ -823,7 +823,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
823
823
|
Object {
|
|
824
824
|
"alignItems": "center",
|
|
825
825
|
"alignSelf": "flex-end",
|
|
826
|
-
"backgroundColor": "#
|
|
826
|
+
"backgroundColor": "#001f23",
|
|
827
827
|
"borderRadius": 999,
|
|
828
828
|
"flexDirection": "row",
|
|
829
829
|
"margin": 8,
|
|
@@ -902,7 +902,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
902
902
|
Object {
|
|
903
903
|
"alignItems": "center",
|
|
904
904
|
"alignSelf": "flex-end",
|
|
905
|
-
"backgroundColor": "#
|
|
905
|
+
"backgroundColor": "#001f23",
|
|
906
906
|
"borderRadius": 999,
|
|
907
907
|
"flexDirection": "row",
|
|
908
908
|
"margin": 8,
|
|
@@ -981,7 +981,7 @@ exports[`ActionGroup has active true 1`] = `
|
|
|
981
981
|
Object {
|
|
982
982
|
"alignItems": "center",
|
|
983
983
|
"alignSelf": "flex-end",
|
|
984
|
-
"backgroundColor": "#
|
|
984
|
+
"backgroundColor": "#001f23",
|
|
985
985
|
"borderRadius": 999,
|
|
986
986
|
"flexDirection": "row",
|
|
987
987
|
"margin": 8,
|
|
@@ -6,6 +6,7 @@ type ThemeSize = 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
|
6
6
|
type ThemeIntent =
|
|
7
7
|
| 'text'
|
|
8
8
|
| 'primary'
|
|
9
|
+
| 'secondary'
|
|
9
10
|
| 'info'
|
|
10
11
|
| 'danger'
|
|
11
12
|
| 'success'
|
|
@@ -22,6 +23,7 @@ const HeroIcon = createIconSetFromIcoMoon(
|
|
|
22
23
|
const COLOR_INTENTS = {
|
|
23
24
|
text: 'text',
|
|
24
25
|
primary: 'primary',
|
|
26
|
+
secondary: 'secondary',
|
|
25
27
|
info: 'info',
|
|
26
28
|
danger: 'danger',
|
|
27
29
|
success: 'success',
|
|
@@ -89,7 +89,7 @@ exports[`BasicListItem when suffix and prefix are icon name renders correctly 1`
|
|
|
89
89
|
style={
|
|
90
90
|
Array [
|
|
91
91
|
Object {
|
|
92
|
-
"color": "#
|
|
92
|
+
"color": "#4d6265",
|
|
93
93
|
"fontFamily": "BeVietnamPro-Regular",
|
|
94
94
|
"fontSize": 12,
|
|
95
95
|
"letterSpacing": 0.36,
|
|
@@ -223,7 +223,7 @@ exports[`BasicListItem when suffix and prefix are react element renders correctl
|
|
|
223
223
|
style={
|
|
224
224
|
Array [
|
|
225
225
|
Object {
|
|
226
|
-
"color": "#
|
|
226
|
+
"color": "#4d6265",
|
|
227
227
|
"fontFamily": "BeVietnamPro-Regular",
|
|
228
228
|
"fontSize": 12,
|
|
229
229
|
"letterSpacing": 0.36,
|
|
@@ -61,7 +61,7 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
61
61
|
style={
|
|
62
62
|
Array [
|
|
63
63
|
Object {
|
|
64
|
-
"borderColor": "#
|
|
64
|
+
"borderColor": "#001f23",
|
|
65
65
|
"borderRadius": 999,
|
|
66
66
|
"borderWidth": 1,
|
|
67
67
|
"height": 32,
|
|
@@ -92,7 +92,7 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
92
92
|
style={
|
|
93
93
|
Array [
|
|
94
94
|
Object {
|
|
95
|
-
"color": "#
|
|
95
|
+
"color": "#001f23",
|
|
96
96
|
"fontSize": 16,
|
|
97
97
|
"overflow": "hidden",
|
|
98
98
|
},
|
|
@@ -140,7 +140,7 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
140
140
|
style={
|
|
141
141
|
Array [
|
|
142
142
|
Object {
|
|
143
|
-
"color": "#
|
|
143
|
+
"color": "#4d6265",
|
|
144
144
|
"fontFamily": "BeVietnamPro-Regular",
|
|
145
145
|
"fontSize": 12,
|
|
146
146
|
"letterSpacing": 0.36,
|
|
@@ -171,7 +171,7 @@ exports[`ListItem renders correctly ListItem with children 1`] = `
|
|
|
171
171
|
style={
|
|
172
172
|
Array [
|
|
173
173
|
Object {
|
|
174
|
-
"color": "#
|
|
174
|
+
"color": "#001f23",
|
|
175
175
|
"fontSize": 20,
|
|
176
176
|
},
|
|
177
177
|
undefined,
|
|
@@ -376,7 +376,7 @@ exports[`ListItem renders correctly ListItem with icon 1`] = `
|
|
|
376
376
|
style={
|
|
377
377
|
Array [
|
|
378
378
|
Object {
|
|
379
|
-
"color": "#
|
|
379
|
+
"color": "#4d6265",
|
|
380
380
|
"fontFamily": "BeVietnamPro-Regular",
|
|
381
381
|
"fontSize": 12,
|
|
382
382
|
"letterSpacing": 0.36,
|
|
@@ -407,7 +407,7 @@ exports[`ListItem renders correctly ListItem with icon 1`] = `
|
|
|
407
407
|
style={
|
|
408
408
|
Array [
|
|
409
409
|
Object {
|
|
410
|
-
"color": "#
|
|
410
|
+
"color": "#001f23",
|
|
411
411
|
"fontSize": 20,
|
|
412
412
|
},
|
|
413
413
|
undefined,
|
|
@@ -453,7 +453,7 @@ exports[`ListItem renders correctly ListItem with leading status 1`] = `
|
|
|
453
453
|
style={
|
|
454
454
|
Array [
|
|
455
455
|
Object {
|
|
456
|
-
"backgroundColor": "#
|
|
456
|
+
"backgroundColor": "#ccced1",
|
|
457
457
|
"borderRadius": 999,
|
|
458
458
|
"marginRight": 8,
|
|
459
459
|
"width": 8,
|
|
@@ -529,7 +529,7 @@ exports[`ListItem renders correctly ListItem with leading status 1`] = `
|
|
|
529
529
|
style={
|
|
530
530
|
Array [
|
|
531
531
|
Object {
|
|
532
|
-
"color": "#
|
|
532
|
+
"color": "#001f23",
|
|
533
533
|
"fontSize": 20,
|
|
534
534
|
},
|
|
535
535
|
undefined,
|
|
@@ -606,7 +606,7 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
|
|
|
606
606
|
style={
|
|
607
607
|
Array [
|
|
608
608
|
Object {
|
|
609
|
-
"borderColor": "#
|
|
609
|
+
"borderColor": "#001f23",
|
|
610
610
|
"borderRadius": 999,
|
|
611
611
|
"borderWidth": 1,
|
|
612
612
|
"height": 32,
|
|
@@ -637,7 +637,7 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
|
|
|
637
637
|
style={
|
|
638
638
|
Array [
|
|
639
639
|
Object {
|
|
640
|
-
"color": "#
|
|
640
|
+
"color": "#001f23",
|
|
641
641
|
"fontSize": 16,
|
|
642
642
|
"overflow": "hidden",
|
|
643
643
|
},
|
|
@@ -685,7 +685,7 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
|
|
|
685
685
|
style={
|
|
686
686
|
Array [
|
|
687
687
|
Object {
|
|
688
|
-
"color": "#
|
|
688
|
+
"color": "#4d6265",
|
|
689
689
|
"fontFamily": "BeVietnamPro-Regular",
|
|
690
690
|
"fontSize": 12,
|
|
691
691
|
"letterSpacing": 0.36,
|
|
@@ -729,7 +729,7 @@ exports[`ListItem renders correctly ListItem with prefix suffix is React.Element
|
|
|
729
729
|
style={
|
|
730
730
|
Array [
|
|
731
731
|
Object {
|
|
732
|
-
"backgroundColor": "#
|
|
732
|
+
"backgroundColor": "#401960",
|
|
733
733
|
"borderRadius": 999,
|
|
734
734
|
"display": "flex",
|
|
735
735
|
"height": 32,
|
|
@@ -109,7 +109,7 @@ exports[`StyledListItemContainer renders correctly themeSelected true themeDisab
|
|
|
109
109
|
Array [
|
|
110
110
|
Object {
|
|
111
111
|
"alignItems": "center",
|
|
112
|
-
"backgroundColor": "#
|
|
112
|
+
"backgroundColor": "#d9d1df",
|
|
113
113
|
"borderRadius": 4,
|
|
114
114
|
"flexDirection": "row",
|
|
115
115
|
"opacity": 1,
|
|
@@ -156,7 +156,7 @@ exports[`StyledListItemContainer renders correctly themeSelected true themeDisab
|
|
|
156
156
|
Array [
|
|
157
157
|
Object {
|
|
158
158
|
"alignItems": "center",
|
|
159
|
-
"backgroundColor": "#
|
|
159
|
+
"backgroundColor": "#d9d1df",
|
|
160
160
|
"borderRadius": 4,
|
|
161
161
|
"flexDirection": "row",
|
|
162
162
|
"opacity": 0.38,
|
|
@@ -5,7 +5,7 @@ exports[`LeadingStatus renders correctly themeLeadingStausIntent archived 1`] =
|
|
|
5
5
|
style={
|
|
6
6
|
Array [
|
|
7
7
|
Object {
|
|
8
|
-
"backgroundColor": "#
|
|
8
|
+
"backgroundColor": "#ccced1",
|
|
9
9
|
"borderRadius": 999,
|
|
10
10
|
"marginRight": 8,
|
|
11
11
|
"width": 8,
|
|
@@ -22,7 +22,7 @@ exports[`LeadingStatus renders correctly themeLeadingStausIntent danger 1`] = `
|
|
|
22
22
|
style={
|
|
23
23
|
Array [
|
|
24
24
|
Object {
|
|
25
|
-
"backgroundColor": "#
|
|
25
|
+
"backgroundColor": "#f46363",
|
|
26
26
|
"borderRadius": 999,
|
|
27
27
|
"marginRight": 8,
|
|
28
28
|
"width": 8,
|
|
@@ -198,7 +198,7 @@ exports[`ListItemContainer renders correctly themeSelected true themeVariant car
|
|
|
198
198
|
Array [
|
|
199
199
|
Object {
|
|
200
200
|
"alignItems": "center",
|
|
201
|
-
"backgroundColor": "#
|
|
201
|
+
"backgroundColor": "#d9d1df",
|
|
202
202
|
"borderRadius": 8,
|
|
203
203
|
"elevation": 10,
|
|
204
204
|
"flexDirection": "row",
|
|
@@ -251,7 +251,7 @@ exports[`ListItemContainer renders correctly themeSelected true themeVariant ful
|
|
|
251
251
|
style={
|
|
252
252
|
Array [
|
|
253
253
|
Object {
|
|
254
|
-
"backgroundColor": "#
|
|
254
|
+
"backgroundColor": "#d9d1df",
|
|
255
255
|
"flexDirection": "row",
|
|
256
256
|
"padding": 16,
|
|
257
257
|
},
|
|
@@ -43,7 +43,7 @@ exports[`PinCell renders correctly when focused is false, state is disabled 1`]
|
|
|
43
43
|
Array [
|
|
44
44
|
Object {
|
|
45
45
|
"alignItems": "center",
|
|
46
|
-
"borderColor": "#
|
|
46
|
+
"borderColor": "#4d6265",
|
|
47
47
|
"borderRadius": 8,
|
|
48
48
|
"borderWidth": 1,
|
|
49
49
|
"height": 48,
|
|
@@ -60,7 +60,7 @@ exports[`PinCell renders correctly when focused is false, state is disabled 1`]
|
|
|
60
60
|
style={
|
|
61
61
|
Array [
|
|
62
62
|
Object {
|
|
63
|
-
"color": "#
|
|
63
|
+
"color": "#4d6265",
|
|
64
64
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
65
65
|
"fontSize": 28,
|
|
66
66
|
},
|
|
@@ -80,7 +80,7 @@ exports[`PinCell renders correctly when focused is false, state is error 1`] = `
|
|
|
80
80
|
Array [
|
|
81
81
|
Object {
|
|
82
82
|
"alignItems": "center",
|
|
83
|
-
"borderColor": "#
|
|
83
|
+
"borderColor": "#f46363",
|
|
84
84
|
"borderRadius": 8,
|
|
85
85
|
"borderWidth": 1,
|
|
86
86
|
"height": 48,
|
|
@@ -97,7 +97,7 @@ exports[`PinCell renders correctly when focused is false, state is error 1`] = `
|
|
|
97
97
|
style={
|
|
98
98
|
Array [
|
|
99
99
|
Object {
|
|
100
|
-
"color": "#
|
|
100
|
+
"color": "#f46363",
|
|
101
101
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
102
102
|
"fontSize": 28,
|
|
103
103
|
},
|
|
@@ -154,7 +154,7 @@ exports[`PinCell renders correctly when focused is true, state is error 1`] = `
|
|
|
154
154
|
Array [
|
|
155
155
|
Object {
|
|
156
156
|
"alignItems": "center",
|
|
157
|
-
"borderColor": "#
|
|
157
|
+
"borderColor": "#f46363",
|
|
158
158
|
"borderRadius": 8,
|
|
159
159
|
"borderWidth": 2,
|
|
160
160
|
"height": 48,
|
|
@@ -171,7 +171,7 @@ exports[`PinCell renders correctly when focused is true, state is error 1`] = `
|
|
|
171
171
|
style={
|
|
172
172
|
Array [
|
|
173
173
|
Object {
|
|
174
|
-
"color": "#
|
|
174
|
+
"color": "#f46363",
|
|
175
175
|
"fontFamily": "BeVietnamPro-SemiBold",
|
|
176
176
|
"fontSize": 28,
|
|
177
177
|
},
|
|
@@ -251,7 +251,7 @@ exports[`rendering renders correctly when disabled 1`] = `
|
|
|
251
251
|
Array [
|
|
252
252
|
Object {
|
|
253
253
|
"alignItems": "center",
|
|
254
|
-
"borderColor": "#
|
|
254
|
+
"borderColor": "#4d6265",
|
|
255
255
|
"borderRadius": 8,
|
|
256
256
|
"borderWidth": 1,
|
|
257
257
|
"height": 48,
|
|
@@ -268,8 +268,8 @@ exports[`rendering renders correctly when disabled 1`] = `
|
|
|
268
268
|
style={
|
|
269
269
|
Array [
|
|
270
270
|
Object {
|
|
271
|
-
"backgroundColor": "#
|
|
272
|
-
"borderColor": "#
|
|
271
|
+
"backgroundColor": "#4d6265",
|
|
272
|
+
"borderColor": "#4d6265",
|
|
273
273
|
"borderRadius": 999,
|
|
274
274
|
"borderWidth": 1,
|
|
275
275
|
"height": 16,
|
|
@@ -297,7 +297,7 @@ exports[`rendering renders correctly when disabled 1`] = `
|
|
|
297
297
|
Array [
|
|
298
298
|
Object {
|
|
299
299
|
"alignItems": "center",
|
|
300
|
-
"borderColor": "#
|
|
300
|
+
"borderColor": "#4d6265",
|
|
301
301
|
"borderRadius": 8,
|
|
302
302
|
"borderWidth": 1,
|
|
303
303
|
"height": 48,
|
|
@@ -314,8 +314,8 @@ exports[`rendering renders correctly when disabled 1`] = `
|
|
|
314
314
|
style={
|
|
315
315
|
Array [
|
|
316
316
|
Object {
|
|
317
|
-
"backgroundColor": "#
|
|
318
|
-
"borderColor": "#
|
|
317
|
+
"backgroundColor": "#4d6265",
|
|
318
|
+
"borderColor": "#4d6265",
|
|
319
319
|
"borderRadius": 999,
|
|
320
320
|
"borderWidth": 1,
|
|
321
321
|
"height": 16,
|
|
@@ -343,7 +343,7 @@ exports[`rendering renders correctly when disabled 1`] = `
|
|
|
343
343
|
Array [
|
|
344
344
|
Object {
|
|
345
345
|
"alignItems": "center",
|
|
346
|
-
"borderColor": "#
|
|
346
|
+
"borderColor": "#4d6265",
|
|
347
347
|
"borderRadius": 8,
|
|
348
348
|
"borderWidth": 1,
|
|
349
349
|
"height": 48,
|
|
@@ -360,7 +360,7 @@ exports[`rendering renders correctly when disabled 1`] = `
|
|
|
360
360
|
style={
|
|
361
361
|
Array [
|
|
362
362
|
Object {
|
|
363
|
-
"borderColor": "#
|
|
363
|
+
"borderColor": "#4d6265",
|
|
364
364
|
"borderRadius": 999,
|
|
365
365
|
"borderWidth": 1,
|
|
366
366
|
"height": 16,
|
|
@@ -388,7 +388,7 @@ exports[`rendering renders correctly when disabled 1`] = `
|
|
|
388
388
|
Array [
|
|
389
389
|
Object {
|
|
390
390
|
"alignItems": "center",
|
|
391
|
-
"borderColor": "#
|
|
391
|
+
"borderColor": "#4d6265",
|
|
392
392
|
"borderRadius": 8,
|
|
393
393
|
"borderWidth": 1,
|
|
394
394
|
"height": 48,
|
|
@@ -405,7 +405,7 @@ exports[`rendering renders correctly when disabled 1`] = `
|
|
|
405
405
|
style={
|
|
406
406
|
Array [
|
|
407
407
|
Object {
|
|
408
|
-
"borderColor": "#
|
|
408
|
+
"borderColor": "#4d6265",
|
|
409
409
|
"borderRadius": 999,
|
|
410
410
|
"borderWidth": 1,
|
|
411
411
|
"height": 16,
|
|
@@ -786,7 +786,7 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
786
786
|
Array [
|
|
787
787
|
Object {
|
|
788
788
|
"alignItems": "center",
|
|
789
|
-
"borderColor": "#
|
|
789
|
+
"borderColor": "#f46363",
|
|
790
790
|
"borderRadius": 8,
|
|
791
791
|
"borderWidth": 1,
|
|
792
792
|
"height": 48,
|
|
@@ -803,8 +803,8 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
803
803
|
style={
|
|
804
804
|
Array [
|
|
805
805
|
Object {
|
|
806
|
-
"backgroundColor": "#
|
|
807
|
-
"borderColor": "#
|
|
806
|
+
"backgroundColor": "#f46363",
|
|
807
|
+
"borderColor": "#f46363",
|
|
808
808
|
"borderRadius": 999,
|
|
809
809
|
"borderWidth": 1,
|
|
810
810
|
"height": 16,
|
|
@@ -832,7 +832,7 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
832
832
|
Array [
|
|
833
833
|
Object {
|
|
834
834
|
"alignItems": "center",
|
|
835
|
-
"borderColor": "#
|
|
835
|
+
"borderColor": "#f46363",
|
|
836
836
|
"borderRadius": 8,
|
|
837
837
|
"borderWidth": 1,
|
|
838
838
|
"height": 48,
|
|
@@ -849,8 +849,8 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
849
849
|
style={
|
|
850
850
|
Array [
|
|
851
851
|
Object {
|
|
852
|
-
"backgroundColor": "#
|
|
853
|
-
"borderColor": "#
|
|
852
|
+
"backgroundColor": "#f46363",
|
|
853
|
+
"borderColor": "#f46363",
|
|
854
854
|
"borderRadius": 999,
|
|
855
855
|
"borderWidth": 1,
|
|
856
856
|
"height": 16,
|
|
@@ -878,7 +878,7 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
878
878
|
Array [
|
|
879
879
|
Object {
|
|
880
880
|
"alignItems": "center",
|
|
881
|
-
"borderColor": "#
|
|
881
|
+
"borderColor": "#f46363",
|
|
882
882
|
"borderRadius": 8,
|
|
883
883
|
"borderWidth": 1,
|
|
884
884
|
"height": 48,
|
|
@@ -895,7 +895,7 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
895
895
|
style={
|
|
896
896
|
Array [
|
|
897
897
|
Object {
|
|
898
|
-
"borderColor": "#
|
|
898
|
+
"borderColor": "#f46363",
|
|
899
899
|
"borderRadius": 999,
|
|
900
900
|
"borderWidth": 1,
|
|
901
901
|
"height": 16,
|
|
@@ -923,7 +923,7 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
923
923
|
Array [
|
|
924
924
|
Object {
|
|
925
925
|
"alignItems": "center",
|
|
926
|
-
"borderColor": "#
|
|
926
|
+
"borderColor": "#f46363",
|
|
927
927
|
"borderRadius": 8,
|
|
928
928
|
"borderWidth": 1,
|
|
929
929
|
"height": 48,
|
|
@@ -940,7 +940,7 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
940
940
|
style={
|
|
941
941
|
Array [
|
|
942
942
|
Object {
|
|
943
|
-
"borderColor": "#
|
|
943
|
+
"borderColor": "#f46363",
|
|
944
944
|
"borderRadius": 999,
|
|
945
945
|
"borderWidth": 1,
|
|
946
946
|
"height": 16,
|
|
@@ -984,7 +984,7 @@ exports[`rendering renders correctly when there is error 1`] = `
|
|
|
984
984
|
style={
|
|
985
985
|
Array [
|
|
986
986
|
Object {
|
|
987
|
-
"color": "#
|
|
987
|
+
"color": "#f46363",
|
|
988
988
|
"fontFamily": "BeVietnamPro-Regular",
|
|
989
989
|
"fontSize": 12,
|
|
990
990
|
"paddingLeft": 4,
|