@hero-design/rn 8.110.0 → 8.111.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 +3 -3
- package/CHANGELOG.md +18 -0
- package/assets/fonts/BeVietnamPro-BoldItalic.ttf +0 -0
- package/assets/fonts/BeVietnamPro-LightItalic.ttf +0 -0
- package/assets/fonts/BeVietnamPro-RegularItalic.ttf +0 -0
- package/assets/fonts/BeVietnamPro-SemiBoldItalic.ttf +0 -0
- package/assets/fonts/Saiga-LightItalic.otf +0 -0
- package/assets/fonts/Saiga-MediumItalic.otf +0 -0
- package/assets/fonts/Saiga-RegularItalic.otf +0 -0
- package/es/index.js +86 -40
- package/lib/index.js +86 -40
- package/package.json +7 -7
- package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +48 -24
- package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +72 -36
- package/src/components/Accordion/index.tsx +6 -1
- package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +13 -0
- package/src/components/Alert/index.tsx +10 -2
- package/src/components/AnimatedScroller/__tests__/__snapshots__/ScrollablesWithFAB.spec.tsx.snap +70 -0
- package/src/components/AppCue/__tests__/__snapshots__/StyledAppCue.tsx.snap +121 -97
- package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +2 -0
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +31 -0
- package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +1 -0
- package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
- package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +8 -0
- package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +1 -0
- package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +4 -0
- package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +8 -3
- package/src/components/Button/Button.tsx +10 -4
- package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
- package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +51 -18
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +13 -0
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRangeConnector.spec.tsx.snap +5 -0
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +5 -0
- package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +8 -0
- package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +16 -0
- package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +20 -0
- package/src/components/Chart/ColumnChart/__tests__/__snapshots__/index.spec.tsx.snap +49 -0
- package/src/components/Chart/Line/__tests__/__snapshots__/index.spec.tsx.snap +60 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/ChartFrame.spec.tsx.snap +62 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/ChartHeader.spec.tsx.snap +2 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/EmptyState.spec.tsx.snap +2 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/XAxis.spec.tsx.snap +12 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/YAxis.spec.tsx.snap +36 -0
- package/src/components/Checkbox/__tests__/__snapshots__/DefaultCheckBox.spec.tsx.snap +4 -0
- package/src/components/Checkbox/__tests__/__snapshots__/InlineCheckBox.spec.tsx.snap +6 -0
- package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +19 -0
- package/src/components/Chip/index.tsx +15 -8
- package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +8 -5
- package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +20 -12
- package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
- package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +3 -0
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +1 -0
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +1 -0
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +6 -0
- package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +13 -9
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
- package/src/components/FAB/Pair/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +2 -0
- package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/FilterTrigger/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
- package/src/components/FloatingIsland/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
- package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +4 -0
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +13 -0
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +4 -0
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +4 -0
- package/src/components/Modal/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
- package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +5 -0
- package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +4 -0
- package/src/components/PinInput/index.tsx +6 -1
- package/src/components/Portal/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +3 -0
- package/src/components/Radio/RadioGroup.tsx +6 -1
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +4 -0
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +10 -0
- package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +84 -48
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +4 -0
- package/src/components/Search/SearchOneLine.tsx +6 -0
- package/src/components/Search/SearchTwoLine.tsx +6 -1
- package/src/components/Search/__tests__/__snapshots__/SearchOneLine.spec.tsx.snap +2 -0
- package/src/components/Search/__tests__/__snapshots__/SearchSuffixIcon.spec.tsx.snap +1 -0
- package/src/components/Search/__tests__/__snapshots__/SearchTwoLine.spec.tsx.snap +4 -0
- package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +7 -0
- package/src/components/SegmentedControl/__tests__/__snapshots__/SegmentedItem.spec.tsx.snap +1 -0
- package/src/components/SegmentedControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +20 -0
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +57 -3
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +24 -0
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +45 -3
- package/src/components/StatusScreens/Empty/__tests__/__snapshots__/index.spec.tsx.snap +8 -0
- package/src/components/StatusScreens/Error/__tests__/__snapshots__/index.spec.tsx.snap +13 -0
- package/src/components/StatusScreens/Success/__tests__/__snapshots__/index.spec.tsx.snap +16 -0
- package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +3 -0
- package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +9 -6
- package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +3 -0
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +219 -138
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +102 -62
- package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +1 -0
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +18 -0
- package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +10 -0
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +7 -0
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +40 -0
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +3 -0
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +5 -0
- package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +13 -0
- package/src/components/Toolbar/ToolbarGroup.tsx +18 -4
- package/src/components/Toolbar/__tests__/ToolbarGroup.spec.tsx +34 -1
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +9 -0
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +7 -0
- package/src/components/Typography/Body/StyledBody.tsx +24 -19
- package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +229 -0
- package/src/components/Typography/Body/__tests__/index.spec.tsx +19 -0
- package/src/components/Typography/Body/index.tsx +8 -2
- package/src/components/Typography/Caption/StyledCaption.tsx +15 -8
- package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +219 -0
- package/src/components/Typography/Caption/__tests__/index.spec.tsx +19 -0
- package/src/components/Typography/Caption/index.tsx +18 -10
- package/src/components/Typography/Label/StyledLabel.tsx +16 -6
- package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +8 -0
- package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +126 -0
- package/src/components/Typography/Label/__tests__/index.spec.tsx +12 -0
- package/src/components/Typography/Label/index.tsx +17 -9
- package/src/components/Typography/Title/StyledTitle.tsx +22 -8
- package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +441 -0
- package/src/components/Typography/Title/__tests__/index.spec.tsx +23 -0
- package/src/components/Typography/Title/index.tsx +8 -2
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +24 -10
- package/src/theme/components/typography.ts +12 -10
- package/src/theme/global/typography.ts +9 -0
- package/stats/8.110.1/rn-stats.html +4844 -0
- package/stats/8.111.0/rn-stats.html +4844 -0
- package/types/components/Accordion/index.d.ts +5 -1
- package/types/components/Alert/index.d.ts +8 -2
- package/types/components/Button/Button.d.ts +8 -4
- package/types/components/Chip/index.d.ts +12 -3
- package/types/components/PinInput/index.d.ts +4 -0
- package/types/components/Radio/RadioGroup.d.ts +5 -1
- package/types/components/Radio/index.d.ts +1 -1
- package/types/components/Search/SearchOneLine.d.ts +4 -0
- package/types/components/Search/SearchTwoLine.d.ts +4 -0
- package/types/components/TextInput/StyledTextInput.d.ts +1 -1
- package/types/components/Toolbar/ToolbarGroup.d.ts +11 -3
- package/types/components/Toolbar/index.d.ts +1 -1
- package/types/components/Typography/Body/StyledBody.d.ts +1 -0
- package/types/components/Typography/Body/index.d.ts +6 -2
- package/types/components/Typography/Caption/StyledCaption.d.ts +1 -0
- package/types/components/Typography/Caption/index.d.ts +5 -1
- package/types/components/Typography/Label/StyledLabel.d.ts +1 -0
- package/types/components/Typography/Label/index.d.ts +5 -1
- package/types/components/Typography/Title/StyledTitle.d.ts +1 -0
- package/types/components/Typography/Title/index.d.ts +6 -2
- package/types/theme/components/typography.d.ts +12 -10
- package/types/theme/global/typography.d.ts +3 -0
|
@@ -164,6 +164,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
164
164
|
}
|
|
165
165
|
testID="input-label-text"
|
|
166
166
|
themeIntent="body"
|
|
167
|
+
themeIsItalic={false}
|
|
167
168
|
themeTypeface="neutral"
|
|
168
169
|
themeVariant="regular"
|
|
169
170
|
>
|
|
@@ -414,6 +415,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
414
415
|
]
|
|
415
416
|
}
|
|
416
417
|
themeIntent="body"
|
|
418
|
+
themeIsItalic={false}
|
|
417
419
|
themeTypeface="neutral"
|
|
418
420
|
themeVariant="regular-bold"
|
|
419
421
|
>
|
|
@@ -620,6 +622,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
620
622
|
]
|
|
621
623
|
}
|
|
622
624
|
themeIntent="body"
|
|
625
|
+
themeIsItalic={false}
|
|
623
626
|
themeTypeface="neutral"
|
|
624
627
|
themeVariant="small"
|
|
625
628
|
>
|
|
@@ -747,6 +750,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
747
750
|
]
|
|
748
751
|
}
|
|
749
752
|
themeIntent="body"
|
|
753
|
+
themeIsItalic={false}
|
|
750
754
|
themeTypeface="neutral"
|
|
751
755
|
themeVariant="regular-bold"
|
|
752
756
|
>
|
|
@@ -767,6 +771,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
767
771
|
]
|
|
768
772
|
}
|
|
769
773
|
themeIntent="subdued"
|
|
774
|
+
themeIsItalic={false}
|
|
770
775
|
themeTypeface="neutral"
|
|
771
776
|
themeVariant="regular"
|
|
772
777
|
>
|
|
@@ -901,6 +906,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
901
906
|
]
|
|
902
907
|
}
|
|
903
908
|
themeIntent="body"
|
|
909
|
+
themeIsItalic={false}
|
|
904
910
|
themeTypeface="neutral"
|
|
905
911
|
themeVariant="regular-bold"
|
|
906
912
|
>
|
|
@@ -921,6 +927,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
921
927
|
]
|
|
922
928
|
}
|
|
923
929
|
themeIntent="subdued"
|
|
930
|
+
themeIsItalic={false}
|
|
924
931
|
themeTypeface="neutral"
|
|
925
932
|
themeVariant="regular"
|
|
926
933
|
>
|
|
@@ -1048,6 +1055,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
1048
1055
|
]
|
|
1049
1056
|
}
|
|
1050
1057
|
themeIntent="body"
|
|
1058
|
+
themeIsItalic={false}
|
|
1051
1059
|
themeTypeface="neutral"
|
|
1052
1060
|
themeVariant="small"
|
|
1053
1061
|
>
|
|
@@ -1175,6 +1183,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
1175
1183
|
]
|
|
1176
1184
|
}
|
|
1177
1185
|
themeIntent="body"
|
|
1186
|
+
themeIsItalic={false}
|
|
1178
1187
|
themeTypeface="neutral"
|
|
1179
1188
|
themeVariant="regular-bold"
|
|
1180
1189
|
>
|
|
@@ -1195,6 +1204,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
1195
1204
|
]
|
|
1196
1205
|
}
|
|
1197
1206
|
themeIntent="subdued"
|
|
1207
|
+
themeIsItalic={false}
|
|
1198
1208
|
themeTypeface="neutral"
|
|
1199
1209
|
themeVariant="regular"
|
|
1200
1210
|
>
|
|
@@ -1329,6 +1339,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
1329
1339
|
]
|
|
1330
1340
|
}
|
|
1331
1341
|
themeIntent="body"
|
|
1342
|
+
themeIsItalic={false}
|
|
1332
1343
|
themeTypeface="neutral"
|
|
1333
1344
|
themeVariant="regular-bold"
|
|
1334
1345
|
>
|
|
@@ -1349,6 +1360,7 @@ exports[`rendering allows custom renderer 1`] = `
|
|
|
1349
1360
|
]
|
|
1350
1361
|
}
|
|
1351
1362
|
themeIntent="subdued"
|
|
1363
|
+
themeIsItalic={false}
|
|
1352
1364
|
themeTypeface="neutral"
|
|
1353
1365
|
themeVariant="regular"
|
|
1354
1366
|
>
|
|
@@ -1607,6 +1619,7 @@ exports[`rendering renders correct floating bottom sheet variant 1`] = `
|
|
|
1607
1619
|
}
|
|
1608
1620
|
testID="input-label-text"
|
|
1609
1621
|
themeIntent="body"
|
|
1622
|
+
themeIsItalic={false}
|
|
1610
1623
|
themeTypeface="neutral"
|
|
1611
1624
|
themeVariant="regular"
|
|
1612
1625
|
>
|
|
@@ -1802,9 +1815,12 @@ exports[`rendering renders correct floating bottom sheet variant 1`] = `
|
|
|
1802
1815
|
<RCTSafeAreaView
|
|
1803
1816
|
collapsable={false}
|
|
1804
1817
|
style={
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1818
|
+
[
|
|
1819
|
+
{
|
|
1820
|
+
"margin": 16,
|
|
1821
|
+
},
|
|
1822
|
+
undefined,
|
|
1823
|
+
]
|
|
1808
1824
|
}
|
|
1809
1825
|
>
|
|
1810
1826
|
<View
|
|
@@ -1866,6 +1882,7 @@ exports[`rendering renders correct floating bottom sheet variant 1`] = `
|
|
|
1866
1882
|
]
|
|
1867
1883
|
}
|
|
1868
1884
|
themeIntent="body"
|
|
1885
|
+
themeIsItalic={false}
|
|
1869
1886
|
themeTypeface="neutral"
|
|
1870
1887
|
themeVariant="regular-bold"
|
|
1871
1888
|
>
|
|
@@ -2143,6 +2160,7 @@ exports[`rendering renders correct floating bottom sheet variant 1`] = `
|
|
|
2143
2160
|
]
|
|
2144
2161
|
}
|
|
2145
2162
|
themeIntent="body"
|
|
2163
|
+
themeIsItalic={false}
|
|
2146
2164
|
themeTypeface="neutral"
|
|
2147
2165
|
themeVariant="regular"
|
|
2148
2166
|
>
|
|
@@ -2277,6 +2295,7 @@ exports[`rendering renders correct floating bottom sheet variant 1`] = `
|
|
|
2277
2295
|
]
|
|
2278
2296
|
}
|
|
2279
2297
|
themeIntent="body"
|
|
2298
|
+
themeIsItalic={false}
|
|
2280
2299
|
themeTypeface="neutral"
|
|
2281
2300
|
themeVariant="regular"
|
|
2282
2301
|
>
|
|
@@ -2411,6 +2430,7 @@ exports[`rendering renders correct floating bottom sheet variant 1`] = `
|
|
|
2411
2430
|
]
|
|
2412
2431
|
}
|
|
2413
2432
|
themeIntent="body"
|
|
2433
|
+
themeIsItalic={false}
|
|
2414
2434
|
themeTypeface="neutral"
|
|
2415
2435
|
themeVariant="regular"
|
|
2416
2436
|
>
|
|
@@ -2545,6 +2565,7 @@ exports[`rendering renders correct floating bottom sheet variant 1`] = `
|
|
|
2545
2565
|
]
|
|
2546
2566
|
}
|
|
2547
2567
|
themeIntent="body"
|
|
2568
|
+
themeIsItalic={false}
|
|
2548
2569
|
themeTypeface="neutral"
|
|
2549
2570
|
themeVariant="regular"
|
|
2550
2571
|
>
|
|
@@ -2679,6 +2700,7 @@ exports[`rendering renders correct floating bottom sheet variant 1`] = `
|
|
|
2679
2700
|
]
|
|
2680
2701
|
}
|
|
2681
2702
|
themeIntent="body"
|
|
2703
|
+
themeIsItalic={false}
|
|
2682
2704
|
themeTypeface="neutral"
|
|
2683
2705
|
themeVariant="regular"
|
|
2684
2706
|
>
|
|
@@ -2813,6 +2835,7 @@ exports[`rendering renders correct floating bottom sheet variant 1`] = `
|
|
|
2813
2835
|
]
|
|
2814
2836
|
}
|
|
2815
2837
|
themeIntent="body"
|
|
2838
|
+
themeIsItalic={false}
|
|
2816
2839
|
themeTypeface="neutral"
|
|
2817
2840
|
themeVariant="regular"
|
|
2818
2841
|
>
|
|
@@ -2948,6 +2971,7 @@ exports[`rendering renders correct floating bottom sheet variant 1`] = `
|
|
|
2948
2971
|
]
|
|
2949
2972
|
}
|
|
2950
2973
|
themeIntent="body"
|
|
2974
|
+
themeIsItalic={false}
|
|
2951
2975
|
themeTypeface="neutral"
|
|
2952
2976
|
themeVariant="regular"
|
|
2953
2977
|
>
|
|
@@ -3209,6 +3233,7 @@ exports[`rendering renders correctly when bottom sheet is NOT visible 1`] = `
|
|
|
3209
3233
|
}
|
|
3210
3234
|
testID="input-label-text"
|
|
3211
3235
|
themeIntent="body"
|
|
3236
|
+
themeIsItalic={false}
|
|
3212
3237
|
themeTypeface="neutral"
|
|
3213
3238
|
themeVariant="regular"
|
|
3214
3239
|
>
|
|
@@ -3502,6 +3527,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
3502
3527
|
}
|
|
3503
3528
|
testID="input-label-text"
|
|
3504
3529
|
themeIntent="body"
|
|
3530
|
+
themeIsItalic={false}
|
|
3505
3531
|
themeTypeface="neutral"
|
|
3506
3532
|
themeVariant="regular"
|
|
3507
3533
|
>
|
|
@@ -3753,6 +3779,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
3753
3779
|
]
|
|
3754
3780
|
}
|
|
3755
3781
|
themeIntent="body"
|
|
3782
|
+
themeIsItalic={false}
|
|
3756
3783
|
themeTypeface="neutral"
|
|
3757
3784
|
themeVariant="regular-bold"
|
|
3758
3785
|
>
|
|
@@ -4025,6 +4052,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
4025
4052
|
]
|
|
4026
4053
|
}
|
|
4027
4054
|
themeIntent="body"
|
|
4055
|
+
themeIsItalic={false}
|
|
4028
4056
|
themeTypeface="neutral"
|
|
4029
4057
|
themeVariant="regular"
|
|
4030
4058
|
>
|
|
@@ -4159,6 +4187,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
4159
4187
|
]
|
|
4160
4188
|
}
|
|
4161
4189
|
themeIntent="body"
|
|
4190
|
+
themeIsItalic={false}
|
|
4162
4191
|
themeTypeface="neutral"
|
|
4163
4192
|
themeVariant="regular"
|
|
4164
4193
|
>
|
|
@@ -4293,6 +4322,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
4293
4322
|
]
|
|
4294
4323
|
}
|
|
4295
4324
|
themeIntent="body"
|
|
4325
|
+
themeIsItalic={false}
|
|
4296
4326
|
themeTypeface="neutral"
|
|
4297
4327
|
themeVariant="regular"
|
|
4298
4328
|
>
|
|
@@ -4427,6 +4457,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
4427
4457
|
]
|
|
4428
4458
|
}
|
|
4429
4459
|
themeIntent="body"
|
|
4460
|
+
themeIsItalic={false}
|
|
4430
4461
|
themeTypeface="neutral"
|
|
4431
4462
|
themeVariant="regular"
|
|
4432
4463
|
>
|
|
@@ -4561,6 +4592,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
4561
4592
|
]
|
|
4562
4593
|
}
|
|
4563
4594
|
themeIntent="body"
|
|
4595
|
+
themeIsItalic={false}
|
|
4564
4596
|
themeTypeface="neutral"
|
|
4565
4597
|
themeVariant="regular"
|
|
4566
4598
|
>
|
|
@@ -4695,6 +4727,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
4695
4727
|
]
|
|
4696
4728
|
}
|
|
4697
4729
|
themeIntent="body"
|
|
4730
|
+
themeIsItalic={false}
|
|
4698
4731
|
themeTypeface="neutral"
|
|
4699
4732
|
themeVariant="regular"
|
|
4700
4733
|
>
|
|
@@ -4830,6 +4863,7 @@ exports[`rendering renders correctly when bottom sheet is visible 1`] = `
|
|
|
4830
4863
|
]
|
|
4831
4864
|
}
|
|
4832
4865
|
themeIntent="body"
|
|
4866
|
+
themeIsItalic={false}
|
|
4833
4867
|
themeTypeface="neutral"
|
|
4834
4868
|
themeVariant="regular"
|
|
4835
4869
|
>
|
|
@@ -5090,6 +5124,7 @@ exports[`rendering renders correctly when input is loading 1`] = `
|
|
|
5090
5124
|
}
|
|
5091
5125
|
testID="input-label-text"
|
|
5092
5126
|
themeIntent="body"
|
|
5127
|
+
themeIsItalic={false}
|
|
5093
5128
|
themeTypeface="neutral"
|
|
5094
5129
|
themeVariant="regular"
|
|
5095
5130
|
>
|
|
@@ -5396,6 +5431,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
5396
5431
|
}
|
|
5397
5432
|
testID="input-label-text"
|
|
5398
5433
|
themeIntent="body"
|
|
5434
|
+
themeIsItalic={false}
|
|
5399
5435
|
themeTypeface="neutral"
|
|
5400
5436
|
themeVariant="regular"
|
|
5401
5437
|
>
|
|
@@ -5647,6 +5683,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
5647
5683
|
]
|
|
5648
5684
|
}
|
|
5649
5685
|
themeIntent="body"
|
|
5686
|
+
themeIsItalic={false}
|
|
5650
5687
|
themeTypeface="neutral"
|
|
5651
5688
|
themeVariant="regular-bold"
|
|
5652
5689
|
>
|
|
@@ -5845,6 +5882,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
5845
5882
|
]
|
|
5846
5883
|
}
|
|
5847
5884
|
themeIntent="body"
|
|
5885
|
+
themeIsItalic={false}
|
|
5848
5886
|
themeTypeface="neutral"
|
|
5849
5887
|
themeVariant="small"
|
|
5850
5888
|
>
|
|
@@ -5963,6 +6001,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
5963
6001
|
]
|
|
5964
6002
|
}
|
|
5965
6003
|
themeIntent="body"
|
|
6004
|
+
themeIsItalic={false}
|
|
5966
6005
|
themeTypeface="neutral"
|
|
5967
6006
|
themeVariant="regular"
|
|
5968
6007
|
>
|
|
@@ -6081,6 +6120,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
6081
6120
|
]
|
|
6082
6121
|
}
|
|
6083
6122
|
themeIntent="body"
|
|
6123
|
+
themeIsItalic={false}
|
|
6084
6124
|
themeTypeface="neutral"
|
|
6085
6125
|
themeVariant="small"
|
|
6086
6126
|
>
|
|
@@ -6199,6 +6239,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
6199
6239
|
]
|
|
6200
6240
|
}
|
|
6201
6241
|
themeIntent="body"
|
|
6242
|
+
themeIsItalic={false}
|
|
6202
6243
|
themeTypeface="neutral"
|
|
6203
6244
|
themeVariant="regular"
|
|
6204
6245
|
>
|
|
@@ -6323,6 +6364,7 @@ exports[`rendering renders correctly when receives sections 1`] = `
|
|
|
6323
6364
|
]
|
|
6324
6365
|
}
|
|
6325
6366
|
themeIntent="body"
|
|
6367
|
+
themeIsItalic={false}
|
|
6326
6368
|
themeTypeface="neutral"
|
|
6327
6369
|
themeVariant="regular"
|
|
6328
6370
|
>
|
|
@@ -45,6 +45,7 @@ exports[`Empty renders empty state content correctly 1`] = `
|
|
|
45
45
|
]
|
|
46
46
|
}
|
|
47
47
|
themeIntent="body"
|
|
48
|
+
themeIsItalic={false}
|
|
48
49
|
themeLevel="h4"
|
|
49
50
|
themeTypeface="playful"
|
|
50
51
|
themeVariant="light"
|
|
@@ -72,6 +73,7 @@ exports[`Empty renders empty state content correctly 1`] = `
|
|
|
72
73
|
]
|
|
73
74
|
}
|
|
74
75
|
themeIntent="body"
|
|
76
|
+
themeIsItalic={false}
|
|
75
77
|
themeTypeface="neutral"
|
|
76
78
|
themeVariant="small"
|
|
77
79
|
>
|
|
@@ -139,6 +141,7 @@ exports[`Empty renders empty state content correctly with title is a React Eleme
|
|
|
139
141
|
]
|
|
140
142
|
}
|
|
141
143
|
themeIntent="body"
|
|
144
|
+
themeIsItalic={false}
|
|
142
145
|
themeLevel="h1"
|
|
143
146
|
themeTypeface="neutral"
|
|
144
147
|
>
|
|
@@ -165,6 +168,7 @@ exports[`Empty renders empty state content correctly with title is a React Eleme
|
|
|
165
168
|
]
|
|
166
169
|
}
|
|
167
170
|
themeIntent="body"
|
|
171
|
+
themeIsItalic={false}
|
|
168
172
|
themeTypeface="neutral"
|
|
169
173
|
themeVariant="small"
|
|
170
174
|
>
|
|
@@ -393,6 +397,7 @@ exports[`Empty renders empty state with icon correctly 1`] = `
|
|
|
393
397
|
]
|
|
394
398
|
}
|
|
395
399
|
themeIntent="body"
|
|
400
|
+
themeIsItalic={false}
|
|
396
401
|
themeLevel="h4"
|
|
397
402
|
themeTypeface="playful"
|
|
398
403
|
themeVariant="light"
|
|
@@ -420,6 +425,7 @@ exports[`Empty renders empty state with icon correctly 1`] = `
|
|
|
420
425
|
]
|
|
421
426
|
}
|
|
422
427
|
themeIntent="body"
|
|
428
|
+
themeIsItalic={false}
|
|
423
429
|
themeTypeface="neutral"
|
|
424
430
|
themeVariant="small"
|
|
425
431
|
>
|
|
@@ -513,6 +519,7 @@ exports[`Empty renders empty state with image correctly 1`] = `
|
|
|
513
519
|
]
|
|
514
520
|
}
|
|
515
521
|
themeIntent="body"
|
|
522
|
+
themeIsItalic={false}
|
|
516
523
|
themeLevel="h4"
|
|
517
524
|
themeTypeface="playful"
|
|
518
525
|
themeVariant="light"
|
|
@@ -540,6 +547,7 @@ exports[`Empty renders empty state with image correctly 1`] = `
|
|
|
540
547
|
]
|
|
541
548
|
}
|
|
542
549
|
themeIntent="body"
|
|
550
|
+
themeIsItalic={false}
|
|
543
551
|
themeTypeface="neutral"
|
|
544
552
|
themeVariant="small"
|
|
545
553
|
>
|
|
@@ -91,6 +91,7 @@ exports[`Error renders error screen with custom image element correctly 1`] = `
|
|
|
91
91
|
]
|
|
92
92
|
}
|
|
93
93
|
themeIntent="body"
|
|
94
|
+
themeIsItalic={false}
|
|
94
95
|
themeLevel="h4"
|
|
95
96
|
themeTypeface="playful"
|
|
96
97
|
>
|
|
@@ -117,6 +118,7 @@ exports[`Error renders error screen with custom image element correctly 1`] = `
|
|
|
117
118
|
]
|
|
118
119
|
}
|
|
119
120
|
themeIntent="body"
|
|
121
|
+
themeIsItalic={false}
|
|
120
122
|
themeTypeface="playful"
|
|
121
123
|
themeVariant="regular"
|
|
122
124
|
>
|
|
@@ -400,6 +402,7 @@ exports[`Error renders error screen with icon correctly 1`] = `
|
|
|
400
402
|
]
|
|
401
403
|
}
|
|
402
404
|
themeIntent="body"
|
|
405
|
+
themeIsItalic={false}
|
|
403
406
|
themeLevel="h4"
|
|
404
407
|
themeTypeface="playful"
|
|
405
408
|
>
|
|
@@ -426,6 +429,7 @@ exports[`Error renders error screen with icon correctly 1`] = `
|
|
|
426
429
|
]
|
|
427
430
|
}
|
|
428
431
|
themeIntent="body"
|
|
432
|
+
themeIsItalic={false}
|
|
429
433
|
themeTypeface="playful"
|
|
430
434
|
themeVariant="regular"
|
|
431
435
|
>
|
|
@@ -555,6 +559,7 @@ exports[`Error renders error screen with image correctly 1`] = `
|
|
|
555
559
|
]
|
|
556
560
|
}
|
|
557
561
|
themeIntent="body"
|
|
562
|
+
themeIsItalic={false}
|
|
558
563
|
themeLevel="h4"
|
|
559
564
|
themeTypeface="playful"
|
|
560
565
|
>
|
|
@@ -581,6 +586,7 @@ exports[`Error renders error screen with image correctly 1`] = `
|
|
|
581
586
|
]
|
|
582
587
|
}
|
|
583
588
|
themeIntent="body"
|
|
589
|
+
themeIsItalic={false}
|
|
584
590
|
themeTypeface="playful"
|
|
585
591
|
themeVariant="regular"
|
|
586
592
|
>
|
|
@@ -742,6 +748,7 @@ exports[`Error renders full screen error page correctly 1`] = `
|
|
|
742
748
|
]
|
|
743
749
|
}
|
|
744
750
|
themeIntent="body"
|
|
751
|
+
themeIsItalic={false}
|
|
745
752
|
themeLevel="h4"
|
|
746
753
|
themeTypeface="playful"
|
|
747
754
|
>
|
|
@@ -768,6 +775,7 @@ exports[`Error renders full screen error page correctly 1`] = `
|
|
|
768
775
|
]
|
|
769
776
|
}
|
|
770
777
|
themeIntent="body"
|
|
778
|
+
themeIsItalic={false}
|
|
771
779
|
themeTypeface="playful"
|
|
772
780
|
themeVariant="regular"
|
|
773
781
|
>
|
|
@@ -858,6 +866,7 @@ exports[`Error renders title only correctly 1`] = `
|
|
|
858
866
|
]
|
|
859
867
|
}
|
|
860
868
|
themeIntent="body"
|
|
869
|
+
themeIsItalic={false}
|
|
861
870
|
themeLevel="h4"
|
|
862
871
|
themeTypeface="playful"
|
|
863
872
|
>
|
|
@@ -884,6 +893,7 @@ exports[`Error renders title only correctly 1`] = `
|
|
|
884
893
|
]
|
|
885
894
|
}
|
|
886
895
|
themeIntent="body"
|
|
896
|
+
themeIsItalic={false}
|
|
887
897
|
themeTypeface="playful"
|
|
888
898
|
themeVariant="regular"
|
|
889
899
|
>
|
|
@@ -973,6 +983,7 @@ exports[`Error renders title only correctly with title is a React Element 1`] =
|
|
|
973
983
|
]
|
|
974
984
|
}
|
|
975
985
|
themeIntent="body"
|
|
986
|
+
themeIsItalic={false}
|
|
976
987
|
themeLevel="h4"
|
|
977
988
|
themeTypeface="playful"
|
|
978
989
|
>
|
|
@@ -991,6 +1002,7 @@ exports[`Error renders title only correctly with title is a React Element 1`] =
|
|
|
991
1002
|
]
|
|
992
1003
|
}
|
|
993
1004
|
themeIntent="body"
|
|
1005
|
+
themeIsItalic={false}
|
|
994
1006
|
themeLevel="h1"
|
|
995
1007
|
themeTypeface="neutral"
|
|
996
1008
|
>
|
|
@@ -1018,6 +1030,7 @@ exports[`Error renders title only correctly with title is a React Element 1`] =
|
|
|
1018
1030
|
]
|
|
1019
1031
|
}
|
|
1020
1032
|
themeIntent="body"
|
|
1033
|
+
themeIsItalic={false}
|
|
1021
1034
|
themeTypeface="playful"
|
|
1022
1035
|
themeVariant="regular"
|
|
1023
1036
|
>
|
|
@@ -131,6 +131,7 @@ exports[`Success renders full screen success page correctly 1`] = `
|
|
|
131
131
|
]
|
|
132
132
|
}
|
|
133
133
|
themeIntent="body"
|
|
134
|
+
themeIsItalic={false}
|
|
134
135
|
themeLevel="h4"
|
|
135
136
|
themeTypeface="playful"
|
|
136
137
|
>
|
|
@@ -157,6 +158,7 @@ exports[`Success renders full screen success page correctly 1`] = `
|
|
|
157
158
|
]
|
|
158
159
|
}
|
|
159
160
|
themeIntent="body"
|
|
161
|
+
themeIsItalic={false}
|
|
160
162
|
themeTypeface="neutral"
|
|
161
163
|
themeVariant="regular"
|
|
162
164
|
>
|
|
@@ -279,6 +281,7 @@ exports[`Success renders success screen with custom image element correctly 1`]
|
|
|
279
281
|
]
|
|
280
282
|
}
|
|
281
283
|
themeIntent="body"
|
|
284
|
+
themeIsItalic={false}
|
|
282
285
|
themeLevel="h4"
|
|
283
286
|
themeTypeface="playful"
|
|
284
287
|
>
|
|
@@ -305,6 +308,7 @@ exports[`Success renders success screen with custom image element correctly 1`]
|
|
|
305
308
|
]
|
|
306
309
|
}
|
|
307
310
|
themeIntent="body"
|
|
311
|
+
themeIsItalic={false}
|
|
308
312
|
themeTypeface="neutral"
|
|
309
313
|
themeVariant="regular"
|
|
310
314
|
>
|
|
@@ -551,6 +555,7 @@ exports[`Success renders success screen with icon correctly 1`] = `
|
|
|
551
555
|
]
|
|
552
556
|
}
|
|
553
557
|
themeIntent="body"
|
|
558
|
+
themeIsItalic={false}
|
|
554
559
|
themeLevel="h4"
|
|
555
560
|
themeTypeface="playful"
|
|
556
561
|
>
|
|
@@ -577,6 +582,7 @@ exports[`Success renders success screen with icon correctly 1`] = `
|
|
|
577
582
|
]
|
|
578
583
|
}
|
|
579
584
|
themeIntent="body"
|
|
585
|
+
themeIsItalic={false}
|
|
580
586
|
themeTypeface="neutral"
|
|
581
587
|
themeVariant="regular"
|
|
582
588
|
>
|
|
@@ -706,6 +712,7 @@ exports[`Success renders success screen with image correctly 1`] = `
|
|
|
706
712
|
]
|
|
707
713
|
}
|
|
708
714
|
themeIntent="body"
|
|
715
|
+
themeIsItalic={false}
|
|
709
716
|
themeLevel="h4"
|
|
710
717
|
themeTypeface="playful"
|
|
711
718
|
>
|
|
@@ -732,6 +739,7 @@ exports[`Success renders success screen with image correctly 1`] = `
|
|
|
732
739
|
]
|
|
733
740
|
}
|
|
734
741
|
themeIntent="body"
|
|
742
|
+
themeIsItalic={false}
|
|
735
743
|
themeTypeface="neutral"
|
|
736
744
|
themeVariant="regular"
|
|
737
745
|
>
|
|
@@ -821,6 +829,7 @@ exports[`Success renders title and description as ReactElement correctly 1`] = `
|
|
|
821
829
|
]
|
|
822
830
|
}
|
|
823
831
|
themeIntent="body"
|
|
832
|
+
themeIsItalic={false}
|
|
824
833
|
themeLevel="h4"
|
|
825
834
|
themeTypeface="playful"
|
|
826
835
|
>
|
|
@@ -841,6 +850,7 @@ exports[`Success renders title and description as ReactElement correctly 1`] = `
|
|
|
841
850
|
]
|
|
842
851
|
}
|
|
843
852
|
themeIntent="body"
|
|
853
|
+
themeIsItalic={false}
|
|
844
854
|
themeTypeface="neutral"
|
|
845
855
|
themeVariant="regular"
|
|
846
856
|
>
|
|
@@ -874,6 +884,7 @@ exports[`Success renders title and description as ReactElement correctly 1`] = `
|
|
|
874
884
|
]
|
|
875
885
|
}
|
|
876
886
|
themeIntent="body"
|
|
887
|
+
themeIsItalic={false}
|
|
877
888
|
themeTypeface="neutral"
|
|
878
889
|
themeVariant="regular"
|
|
879
890
|
>
|
|
@@ -964,6 +975,7 @@ exports[`Success renders title is a React Element correctly 1`] = `
|
|
|
964
975
|
]
|
|
965
976
|
}
|
|
966
977
|
themeIntent="body"
|
|
978
|
+
themeIsItalic={false}
|
|
967
979
|
themeLevel="h4"
|
|
968
980
|
themeTypeface="playful"
|
|
969
981
|
>
|
|
@@ -982,6 +994,7 @@ exports[`Success renders title is a React Element correctly 1`] = `
|
|
|
982
994
|
]
|
|
983
995
|
}
|
|
984
996
|
themeIntent="body"
|
|
997
|
+
themeIsItalic={false}
|
|
985
998
|
themeLevel="h1"
|
|
986
999
|
themeTypeface="neutral"
|
|
987
1000
|
>
|
|
@@ -1009,6 +1022,7 @@ exports[`Success renders title is a React Element correctly 1`] = `
|
|
|
1009
1022
|
]
|
|
1010
1023
|
}
|
|
1011
1024
|
themeIntent="body"
|
|
1025
|
+
themeIsItalic={false}
|
|
1012
1026
|
themeTypeface="neutral"
|
|
1013
1027
|
themeVariant="regular"
|
|
1014
1028
|
>
|
|
@@ -1098,6 +1112,7 @@ exports[`Success renders title only correctly 1`] = `
|
|
|
1098
1112
|
]
|
|
1099
1113
|
}
|
|
1100
1114
|
themeIntent="body"
|
|
1115
|
+
themeIsItalic={false}
|
|
1101
1116
|
themeLevel="h4"
|
|
1102
1117
|
themeTypeface="playful"
|
|
1103
1118
|
>
|
|
@@ -1124,6 +1139,7 @@ exports[`Success renders title only correctly 1`] = `
|
|
|
1124
1139
|
]
|
|
1125
1140
|
}
|
|
1126
1141
|
themeIntent="body"
|
|
1142
|
+
themeIsItalic={false}
|
|
1127
1143
|
themeTypeface="neutral"
|
|
1128
1144
|
themeVariant="regular"
|
|
1129
1145
|
>
|
|
@@ -59,6 +59,7 @@ exports[`rendering renders correctly when intent is danger 1`] = `
|
|
|
59
59
|
]
|
|
60
60
|
}
|
|
61
61
|
themeIntent="body"
|
|
62
|
+
themeIsItalic={false}
|
|
62
63
|
themeTypeface="neutral"
|
|
63
64
|
themeVariant="small"
|
|
64
65
|
>
|
|
@@ -147,6 +148,7 @@ exports[`rendering renders correctly when intent is primary 1`] = `
|
|
|
147
148
|
]
|
|
148
149
|
}
|
|
149
150
|
themeIntent="body"
|
|
151
|
+
themeIsItalic={false}
|
|
150
152
|
themeTypeface="neutral"
|
|
151
153
|
themeVariant="small"
|
|
152
154
|
>
|
|
@@ -235,6 +237,7 @@ exports[`rendering renders correctly when intent is success 1`] = `
|
|
|
235
237
|
]
|
|
236
238
|
}
|
|
237
239
|
themeIntent="body"
|
|
240
|
+
themeIsItalic={false}
|
|
238
241
|
themeTypeface="neutral"
|
|
239
242
|
themeVariant="small"
|
|
240
243
|
>
|
|
@@ -53,6 +53,7 @@ exports[`Swipeable renders correctly with variant=card 1`] = `
|
|
|
53
53
|
]
|
|
54
54
|
}
|
|
55
55
|
themeIntent="body"
|
|
56
|
+
themeIsItalic={false}
|
|
56
57
|
themeTypeface="neutral"
|
|
57
58
|
themeVariant="small"
|
|
58
59
|
>
|
|
@@ -137,6 +138,7 @@ exports[`Swipeable renders correctly with variant=full-width 1`] = `
|
|
|
137
138
|
]
|
|
138
139
|
}
|
|
139
140
|
themeIntent="body"
|
|
141
|
+
themeIsItalic={false}
|
|
140
142
|
themeTypeface="neutral"
|
|
141
143
|
themeVariant="small"
|
|
142
144
|
>
|
|
@@ -11,12 +11,15 @@ exports[`StyledKnot renders correct style 1`] = `
|
|
|
11
11
|
<View
|
|
12
12
|
collapsable={false}
|
|
13
13
|
style={
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
14
|
+
[
|
|
15
|
+
{
|
|
16
|
+
"backgroundColor": "#ffffff",
|
|
17
|
+
"borderRadius": 999,
|
|
18
|
+
"height": 16,
|
|
19
|
+
"width": 16,
|
|
20
|
+
},
|
|
21
|
+
undefined,
|
|
22
|
+
]
|
|
20
23
|
}
|
|
21
24
|
/>
|
|
22
25
|
<View
|