@hero-design/rn 7.17.0 → 7.18.0
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 +3712 -3473
- package/lib/index.js +3716 -3475
- package/package.json +2 -2
- package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +12 -12
- package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +18 -18
- package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +26 -26
- 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/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +1 -1
- package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +2 -2
- package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +9 -9
- package/src/components/BottomNavigation/index.tsx +1 -1
- package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
- package/src/components/Button/Button.tsx +1 -0
- 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/UtilityButton/{styled.tsx → StyledUtilityButton.tsx} +2 -2
- package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +8 -8
- package/src/components/Button/UtilityButton/index.tsx +5 -1
- package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +1 -1
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +69 -69
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +12 -12
- package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +1 -1
- package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +1 -1
- package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +1 -1
- package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +6 -6
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +6 -5
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +13 -12
- package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +12 -12
- package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +99 -0
- package/src/components/Drawer/DragableDrawer/__tests__/helpers.spec.ts +39 -0
- package/src/components/Drawer/DragableDrawer/__tests__/index.spec.tsx +24 -0
- package/src/components/Drawer/DragableDrawer/helpers.ts +43 -0
- package/src/components/Drawer/DragableDrawer/index.tsx +205 -0
- package/src/components/Drawer/StyledDrawer.tsx +70 -26
- package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/Drawer/index.tsx +4 -1
- package/src/components/Empty/StyledEmpty.tsx +4 -3
- package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +4 -3
- package/src/components/Empty/index.tsx +2 -2
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +28 -28
- package/src/components/FAB/ActionGroup/index.tsx +1 -1
- package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +2 -2
- package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +3 -3
- package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +9 -9
- package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/List/ListItem.tsx +1 -1
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +3 -3
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +20 -20
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +6 -6
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +12 -12
- package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +4 -4
- package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +22 -22
- package/src/components/Progress/ProgressCircle.tsx +25 -22
- package/src/components/Progress/StyledProgressCircle.tsx +33 -28
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +102 -92
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +5 -5
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +6 -6
- package/src/components/Radio/__tests__/__snapshots__/StyledRadio.spec.tsx.snap +3 -3
- package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +11 -11
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +8 -6
- package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +1 -1
- package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +9 -9
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +3 -3
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +42 -42
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +126 -121
- package/src/components/Select/MultiSelect/index.tsx +1 -4
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +2 -2
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +36 -36
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +99 -94
- package/src/components/Select/SingleSelect/index.tsx +2 -6
- package/src/components/Select/__tests__/__snapshots__/StyledSelect.spec.tsx.snap +2 -2
- package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +4 -4
- package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +8 -8
- package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +4 -4
- package/src/components/Switch/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +1 -1
- package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/Tabs/ScrollableTabs.tsx +1 -1
- package/src/components/Tabs/__tests__/ScrollableTabs.spec.tsx +8 -0
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +85 -6
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +87 -8
- package/src/components/Tabs/__tests__/index.spec.tsx +8 -0
- package/src/components/Tabs/index.tsx +8 -3
- package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +9 -9
- package/src/components/TextInput/StyledTextInput.tsx +1 -0
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +50 -50
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +100 -87
- package/src/components/TextInput/index.tsx +2 -2
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +6 -5
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +13 -12
- package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +22 -22
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +12 -12
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +8 -8
- package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +13 -13
- package/src/index.ts +9 -1
- package/src/theme/ThemeProvider.ts +19 -0
- package/src/theme/ThemeSwitcher.tsx +27 -0
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +161 -149
- package/src/theme/components/alert.ts +3 -3
- package/src/theme/components/badge.ts +1 -1
- package/src/theme/components/button.ts +9 -8
- package/src/theme/components/card.ts +4 -4
- package/src/theme/components/drawer.ts +14 -2
- package/src/theme/components/empty.ts +3 -2
- package/src/theme/components/list.ts +4 -4
- package/src/theme/components/pinInput.ts +2 -2
- package/src/theme/components/progress.ts +5 -5
- package/src/theme/components/toast.ts +3 -3
- package/src/theme/getTheme.ts +129 -0
- package/src/theme/global/colors/swag.ts +54 -0
- package/src/theme/global/colors/types.ts +45 -0
- package/src/theme/global/colors/work.ts +14 -0
- package/src/theme/global/index.ts +6 -2
- package/src/theme/index.ts +16 -143
- package/src/utils/scale.ts +4 -1
- package/types/components/Button/Button.d.ts +1 -0
- package/types/components/Button/UtilityButton/{styled.d.ts → StyledUtilityButton.d.ts} +0 -0
- package/types/components/Drawer/DragableDrawer/__tests__/helpers.spec.d.ts +1 -0
- package/types/components/Drawer/DragableDrawer/__tests__/index.spec.d.ts +1 -0
- package/types/components/Drawer/DragableDrawer/helpers.d.ts +8 -0
- package/types/components/Drawer/DragableDrawer/index.d.ts +33 -0
- package/types/components/Drawer/StyledDrawer.d.ts +34 -4
- package/types/components/Drawer/index.d.ts +4 -2
- package/types/components/Empty/index.d.ts +1 -1
- package/types/components/Icon/utils.d.ts +1 -1
- package/types/components/Progress/StyledProgressCircle.d.ts +12 -6
- package/types/index.d.ts +2 -2
- package/types/theme/ThemeProvider.d.ts +12 -0
- package/types/theme/ThemeSwitcher.d.ts +7 -0
- package/types/theme/components/button.d.ts +1 -1
- package/types/theme/components/drawer.d.ts +9 -0
- package/types/theme/components/empty.d.ts +3 -2
- package/types/theme/components/progress.d.ts +1 -2
- package/types/theme/getTheme.d.ts +74 -0
- package/types/theme/global/colors/swag.d.ts +3 -0
- package/types/theme/global/{colors.d.ts → colors/types.d.ts} +4 -3
- package/types/theme/global/colors/work.d.ts +3 -0
- package/types/theme/global/index.d.ts +7 -2
- package/types/theme/index.d.ts +7 -84
- package/src/theme/global/colors.ts +0 -50
|
@@ -82,10 +82,7 @@ function MultiSelect<V, T extends OptionType<V>>({
|
|
|
82
82
|
<BottomSheet
|
|
83
83
|
open={open}
|
|
84
84
|
onRequestClose={() => setOpen(false)}
|
|
85
|
-
onDismiss={
|
|
86
|
-
setSelectingValue(value);
|
|
87
|
-
if (onDimiss) onDimiss();
|
|
88
|
-
}}
|
|
85
|
+
onDismiss={onDimiss}
|
|
89
86
|
header={label}
|
|
90
87
|
style={{
|
|
91
88
|
paddingBottom: isKeyboardVisible ? keyboardHeight : 0,
|
|
@@ -20,7 +20,7 @@ exports[`Option renders correctly 1`] = `
|
|
|
20
20
|
Array [
|
|
21
21
|
Object {
|
|
22
22
|
"alignItems": "center",
|
|
23
|
-
"backgroundColor": "#
|
|
23
|
+
"backgroundColor": "#f3e6f6",
|
|
24
24
|
"flexDirection": "row",
|
|
25
25
|
"opacity": 1,
|
|
26
26
|
"padding": 16,
|
|
@@ -45,7 +45,7 @@ exports[`Option renders correctly 1`] = `
|
|
|
45
45
|
style={
|
|
46
46
|
Array [
|
|
47
47
|
Object {
|
|
48
|
-
"color": "#
|
|
48
|
+
"color": "#001f23",
|
|
49
49
|
"fontFamily": "BeVietnamPro-Regular",
|
|
50
50
|
"fontSize": 16,
|
|
51
51
|
"letterSpacing": 0.48,
|
|
@@ -74,7 +74,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
74
74
|
Array [
|
|
75
75
|
Object {
|
|
76
76
|
"alignContent": "center",
|
|
77
|
-
"backgroundColor": "#
|
|
77
|
+
"backgroundColor": "#e8e9ea",
|
|
78
78
|
"display": "flex",
|
|
79
79
|
"flexDirection": "row",
|
|
80
80
|
"justifyContent": "space-between",
|
|
@@ -113,7 +113,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
113
113
|
style={
|
|
114
114
|
Array [
|
|
115
115
|
Object {
|
|
116
|
-
"color": "#
|
|
116
|
+
"color": "#001f23",
|
|
117
117
|
"fontFamily": "BeVietnamPro-Regular",
|
|
118
118
|
"fontSize": 16,
|
|
119
119
|
"letterSpacing": 0.48,
|
|
@@ -198,7 +198,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
198
198
|
Array [
|
|
199
199
|
Object {
|
|
200
200
|
"alignItems": "center",
|
|
201
|
-
"backgroundColor": "#
|
|
201
|
+
"backgroundColor": "#f3e6f6",
|
|
202
202
|
"flexDirection": "row",
|
|
203
203
|
"opacity": 1,
|
|
204
204
|
"padding": 16,
|
|
@@ -223,7 +223,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
223
223
|
style={
|
|
224
224
|
Array [
|
|
225
225
|
Object {
|
|
226
|
-
"color": "#
|
|
226
|
+
"color": "#001f23",
|
|
227
227
|
"fontFamily": "BeVietnamPro-Regular",
|
|
228
228
|
"fontSize": 16,
|
|
229
229
|
"letterSpacing": 0.48,
|
|
@@ -298,7 +298,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
298
298
|
Array [
|
|
299
299
|
Object {
|
|
300
300
|
"alignContent": "center",
|
|
301
|
-
"backgroundColor": "#
|
|
301
|
+
"backgroundColor": "#e8e9ea",
|
|
302
302
|
"display": "flex",
|
|
303
303
|
"flexDirection": "row",
|
|
304
304
|
"justifyContent": "space-between",
|
|
@@ -337,7 +337,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
337
337
|
style={
|
|
338
338
|
Array [
|
|
339
339
|
Object {
|
|
340
|
-
"color": "#
|
|
340
|
+
"color": "#001f23",
|
|
341
341
|
"fontFamily": "BeVietnamPro-Regular",
|
|
342
342
|
"fontSize": 16,
|
|
343
343
|
"letterSpacing": 0.48,
|
|
@@ -447,7 +447,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
447
447
|
style={
|
|
448
448
|
Array [
|
|
449
449
|
Object {
|
|
450
|
-
"color": "#
|
|
450
|
+
"color": "#001f23",
|
|
451
451
|
"fontFamily": "BeVietnamPro-Regular",
|
|
452
452
|
"fontSize": 16,
|
|
453
453
|
"letterSpacing": 0.48,
|
|
@@ -564,7 +564,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
564
564
|
style={
|
|
565
565
|
Array [
|
|
566
566
|
Object {
|
|
567
|
-
"color": "#
|
|
567
|
+
"color": "#001f23",
|
|
568
568
|
"fontFamily": "BeVietnamPro-Regular",
|
|
569
569
|
"fontSize": 16,
|
|
570
570
|
"letterSpacing": 0.48,
|
|
@@ -695,7 +695,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
695
695
|
style={
|
|
696
696
|
Array [
|
|
697
697
|
Object {
|
|
698
|
-
"backgroundColor": "#
|
|
698
|
+
"backgroundColor": "#8505a2",
|
|
699
699
|
"borderRadius": 8,
|
|
700
700
|
"height": 16,
|
|
701
701
|
"opacity": 1,
|
|
@@ -712,7 +712,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
712
712
|
style={
|
|
713
713
|
Array [
|
|
714
714
|
Object {
|
|
715
|
-
"backgroundColor": "#
|
|
715
|
+
"backgroundColor": "#8505a2",
|
|
716
716
|
"borderRadius": 8,
|
|
717
717
|
"height": 16,
|
|
718
718
|
"marginLeft": 8,
|
|
@@ -745,7 +745,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
745
745
|
style={
|
|
746
746
|
Array [
|
|
747
747
|
Object {
|
|
748
|
-
"backgroundColor": "#
|
|
748
|
+
"backgroundColor": "#8505a2",
|
|
749
749
|
"borderRadius": 8,
|
|
750
750
|
"height": 16,
|
|
751
751
|
"opacity": 0.5,
|
|
@@ -762,7 +762,7 @@ exports[`OptionList render isLoading correctly 1`] = `
|
|
|
762
762
|
style={
|
|
763
763
|
Array [
|
|
764
764
|
Object {
|
|
765
|
-
"backgroundColor": "#
|
|
765
|
+
"backgroundColor": "#8505a2",
|
|
766
766
|
"borderRadius": 8,
|
|
767
767
|
"height": 16,
|
|
768
768
|
"marginLeft": 8,
|
|
@@ -846,7 +846,7 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
846
846
|
Array [
|
|
847
847
|
Object {
|
|
848
848
|
"alignContent": "center",
|
|
849
|
-
"backgroundColor": "#
|
|
849
|
+
"backgroundColor": "#e8e9ea",
|
|
850
850
|
"display": "flex",
|
|
851
851
|
"flexDirection": "row",
|
|
852
852
|
"justifyContent": "space-between",
|
|
@@ -885,7 +885,7 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
885
885
|
style={
|
|
886
886
|
Array [
|
|
887
887
|
Object {
|
|
888
|
-
"color": "#
|
|
888
|
+
"color": "#001f23",
|
|
889
889
|
"fontFamily": "BeVietnamPro-Regular",
|
|
890
890
|
"fontSize": 16,
|
|
891
891
|
"letterSpacing": 0.48,
|
|
@@ -970,7 +970,7 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
970
970
|
Array [
|
|
971
971
|
Object {
|
|
972
972
|
"alignItems": "center",
|
|
973
|
-
"backgroundColor": "#
|
|
973
|
+
"backgroundColor": "#f3e6f6",
|
|
974
974
|
"flexDirection": "row",
|
|
975
975
|
"opacity": 1,
|
|
976
976
|
"padding": 16,
|
|
@@ -995,7 +995,7 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
995
995
|
style={
|
|
996
996
|
Array [
|
|
997
997
|
Object {
|
|
998
|
-
"color": "#
|
|
998
|
+
"color": "#001f23",
|
|
999
999
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1000
1000
|
"fontSize": 16,
|
|
1001
1001
|
"letterSpacing": 0.48,
|
|
@@ -1070,7 +1070,7 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1070
1070
|
Array [
|
|
1071
1071
|
Object {
|
|
1072
1072
|
"alignContent": "center",
|
|
1073
|
-
"backgroundColor": "#
|
|
1073
|
+
"backgroundColor": "#e8e9ea",
|
|
1074
1074
|
"display": "flex",
|
|
1075
1075
|
"flexDirection": "row",
|
|
1076
1076
|
"justifyContent": "space-between",
|
|
@@ -1109,7 +1109,7 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1109
1109
|
style={
|
|
1110
1110
|
Array [
|
|
1111
1111
|
Object {
|
|
1112
|
-
"color": "#
|
|
1112
|
+
"color": "#001f23",
|
|
1113
1113
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1114
1114
|
"fontSize": 16,
|
|
1115
1115
|
"letterSpacing": 0.48,
|
|
@@ -1219,7 +1219,7 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1219
1219
|
style={
|
|
1220
1220
|
Array [
|
|
1221
1221
|
Object {
|
|
1222
|
-
"color": "#
|
|
1222
|
+
"color": "#001f23",
|
|
1223
1223
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1224
1224
|
"fontSize": 16,
|
|
1225
1225
|
"letterSpacing": 0.48,
|
|
@@ -1336,7 +1336,7 @@ exports[`OptionList renders correctly 1`] = `
|
|
|
1336
1336
|
style={
|
|
1337
1337
|
Array [
|
|
1338
1338
|
Object {
|
|
1339
|
-
"color": "#
|
|
1339
|
+
"color": "#001f23",
|
|
1340
1340
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1341
1341
|
"fontSize": 16,
|
|
1342
1342
|
"letterSpacing": 0.48,
|
|
@@ -1468,7 +1468,7 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
|
|
|
1468
1468
|
Array [
|
|
1469
1469
|
Object {
|
|
1470
1470
|
"alignContent": "center",
|
|
1471
|
-
"backgroundColor": "#
|
|
1471
|
+
"backgroundColor": "#e8e9ea",
|
|
1472
1472
|
"display": "flex",
|
|
1473
1473
|
"flexDirection": "row",
|
|
1474
1474
|
"justifyContent": "space-between",
|
|
@@ -1507,7 +1507,7 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
|
|
|
1507
1507
|
style={
|
|
1508
1508
|
Array [
|
|
1509
1509
|
Object {
|
|
1510
|
-
"color": "#
|
|
1510
|
+
"color": "#001f23",
|
|
1511
1511
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1512
1512
|
"fontSize": 16,
|
|
1513
1513
|
"letterSpacing": 0.48,
|
|
@@ -1592,7 +1592,7 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
|
|
|
1592
1592
|
Array [
|
|
1593
1593
|
Object {
|
|
1594
1594
|
"alignItems": "center",
|
|
1595
|
-
"backgroundColor": "#
|
|
1595
|
+
"backgroundColor": "#f3e6f6",
|
|
1596
1596
|
"flexDirection": "row",
|
|
1597
1597
|
"opacity": 1,
|
|
1598
1598
|
"padding": 16,
|
|
@@ -1617,7 +1617,7 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
|
|
|
1617
1617
|
style={
|
|
1618
1618
|
Array [
|
|
1619
1619
|
Object {
|
|
1620
|
-
"color": "#
|
|
1620
|
+
"color": "#001f23",
|
|
1621
1621
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1622
1622
|
"fontSize": 16,
|
|
1623
1623
|
"letterSpacing": 0.48,
|
|
@@ -1692,7 +1692,7 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
|
|
|
1692
1692
|
Array [
|
|
1693
1693
|
Object {
|
|
1694
1694
|
"alignContent": "center",
|
|
1695
|
-
"backgroundColor": "#
|
|
1695
|
+
"backgroundColor": "#e8e9ea",
|
|
1696
1696
|
"display": "flex",
|
|
1697
1697
|
"flexDirection": "row",
|
|
1698
1698
|
"justifyContent": "space-between",
|
|
@@ -1731,7 +1731,7 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
|
|
|
1731
1731
|
style={
|
|
1732
1732
|
Array [
|
|
1733
1733
|
Object {
|
|
1734
|
-
"color": "#
|
|
1734
|
+
"color": "#001f23",
|
|
1735
1735
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1736
1736
|
"fontSize": 16,
|
|
1737
1737
|
"letterSpacing": 0.48,
|
|
@@ -1841,7 +1841,7 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
|
|
|
1841
1841
|
style={
|
|
1842
1842
|
Array [
|
|
1843
1843
|
Object {
|
|
1844
|
-
"color": "#
|
|
1844
|
+
"color": "#001f23",
|
|
1845
1845
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1846
1846
|
"fontSize": 16,
|
|
1847
1847
|
"letterSpacing": 0.48,
|
|
@@ -1958,7 +1958,7 @@ exports[`OptionList trigger onPress correctly on select new value 1`] = `
|
|
|
1958
1958
|
style={
|
|
1959
1959
|
Array [
|
|
1960
1960
|
Object {
|
|
1961
|
-
"color": "#
|
|
1961
|
+
"color": "#001f23",
|
|
1962
1962
|
"fontFamily": "BeVietnamPro-Regular",
|
|
1963
1963
|
"fontSize": 16,
|
|
1964
1964
|
"letterSpacing": 0.48,
|
|
@@ -2090,7 +2090,7 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
|
|
|
2090
2090
|
Array [
|
|
2091
2091
|
Object {
|
|
2092
2092
|
"alignContent": "center",
|
|
2093
|
-
"backgroundColor": "#
|
|
2093
|
+
"backgroundColor": "#e8e9ea",
|
|
2094
2094
|
"display": "flex",
|
|
2095
2095
|
"flexDirection": "row",
|
|
2096
2096
|
"justifyContent": "space-between",
|
|
@@ -2129,7 +2129,7 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
|
|
|
2129
2129
|
style={
|
|
2130
2130
|
Array [
|
|
2131
2131
|
Object {
|
|
2132
|
-
"color": "#
|
|
2132
|
+
"color": "#001f23",
|
|
2133
2133
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2134
2134
|
"fontSize": 16,
|
|
2135
2135
|
"letterSpacing": 0.48,
|
|
@@ -2214,7 +2214,7 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
|
|
|
2214
2214
|
Array [
|
|
2215
2215
|
Object {
|
|
2216
2216
|
"alignItems": "center",
|
|
2217
|
-
"backgroundColor": "#
|
|
2217
|
+
"backgroundColor": "#f3e6f6",
|
|
2218
2218
|
"flexDirection": "row",
|
|
2219
2219
|
"opacity": 1,
|
|
2220
2220
|
"padding": 16,
|
|
@@ -2239,7 +2239,7 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
|
|
|
2239
2239
|
style={
|
|
2240
2240
|
Array [
|
|
2241
2241
|
Object {
|
|
2242
|
-
"color": "#
|
|
2242
|
+
"color": "#001f23",
|
|
2243
2243
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2244
2244
|
"fontSize": 16,
|
|
2245
2245
|
"letterSpacing": 0.48,
|
|
@@ -2314,7 +2314,7 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
|
|
|
2314
2314
|
Array [
|
|
2315
2315
|
Object {
|
|
2316
2316
|
"alignContent": "center",
|
|
2317
|
-
"backgroundColor": "#
|
|
2317
|
+
"backgroundColor": "#e8e9ea",
|
|
2318
2318
|
"display": "flex",
|
|
2319
2319
|
"flexDirection": "row",
|
|
2320
2320
|
"justifyContent": "space-between",
|
|
@@ -2353,7 +2353,7 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
|
|
|
2353
2353
|
style={
|
|
2354
2354
|
Array [
|
|
2355
2355
|
Object {
|
|
2356
|
-
"color": "#
|
|
2356
|
+
"color": "#001f23",
|
|
2357
2357
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2358
2358
|
"fontSize": 16,
|
|
2359
2359
|
"letterSpacing": 0.48,
|
|
@@ -2463,7 +2463,7 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
|
|
|
2463
2463
|
style={
|
|
2464
2464
|
Array [
|
|
2465
2465
|
Object {
|
|
2466
|
-
"color": "#
|
|
2466
|
+
"color": "#001f23",
|
|
2467
2467
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2468
2468
|
"fontSize": 16,
|
|
2469
2469
|
"letterSpacing": 0.48,
|
|
@@ -2580,7 +2580,7 @@ exports[`OptionList trigger onPress correctly on unselect current value 1`] = `
|
|
|
2580
2580
|
style={
|
|
2581
2581
|
Array [
|
|
2582
2582
|
Object {
|
|
2583
|
-
"color": "#
|
|
2583
|
+
"color": "#001f23",
|
|
2584
2584
|
"fontFamily": "BeVietnamPro-Regular",
|
|
2585
2585
|
"fontSize": 16,
|
|
2586
2586
|
"letterSpacing": 0.48,
|