@hero-design/rn 8.52.0 → 8.52.2-rc2.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 +1 -1
- package/CHANGELOG.md +26 -0
- package/es/index.js +399 -709
- package/lib/index.js +397 -708
- package/package.json +7 -7
- package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +0 -4
- package/src/components/Accordion/__tests__/__snapshots__/StyledAccordion.spec.tsx.snap +0 -2
- package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +0 -3
- package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +0 -7
- package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +0 -2
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
- package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +0 -3
- package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +0 -3
- package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +0 -6
- package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +0 -2
- package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +32 -21
- package/src/components/BottomSheet/index.tsx +1 -1
- package/src/components/Box/__tests__/__snapshots__/index.spec.tsx.snap +0 -21
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +0 -10
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +0 -10
- package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
- package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +0 -16
- package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +0 -1
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +0 -32
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +0 -5
- package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +0 -7
- package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +0 -5
- package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +0 -1
- package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +0 -6
- package/src/components/Carousel/CardCarousel.tsx +1 -5
- package/src/components/Carousel/StyledCardCarousel.tsx +1 -16
- package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +92 -174
- package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +0 -4
- package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +0 -1
- package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +1 -803
- package/src/components/Carousel/__tests__/index.spec.tsx +37 -47
- package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +0 -8
- package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +0 -6
- package/src/components/Checkbox/index.tsx +1 -13
- package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +0 -12
- package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +0 -2
- package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
- package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +0 -1
- package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +0 -3
- package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +0 -15
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +0 -1
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +0 -1
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +309 -329
- package/src/components/Divider/__tests__/__snapshots__/StyledDivider.spec.tsx.snap +0 -12
- package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
- package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +0 -3
- package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
- package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +0 -4
- package/src/components/Error/index.tsx +3 -20
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
- package/src/components/FAB/ActionGroup/index.tsx +1 -14
- package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +0 -2
- package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +0 -3
- package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +0 -3
- package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
- package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +0 -4
- package/src/components/Image/__tests__/__snapshots__/index.spec.tsx.snap +0 -4
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +0 -2
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +0 -4
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +0 -4
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +0 -9
- package/src/components/Modal/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
- package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
- package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +0 -5
- package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +0 -4
- package/src/components/Portal/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +0 -5
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +0 -2
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +0 -1
- package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +0 -3
- package/src/components/RefreshControl/__tests__/__snapshots__/index.spec.tsx.snap +0 -3
- package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +0 -1
- package/src/components/RichTextEditor/__tests__/__snapshots__/MentionList.spec.tsx.snap +0 -1
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +0 -2
- package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +0 -4
- package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +0 -6
- package/src/components/SectionHeading/__tests__/index.spec.tsx +0 -1
- package/src/components/SectionHeading/index.tsx +32 -57
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +0 -1
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +0 -4
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +128 -42
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +0 -1
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +0 -4
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +96 -35
- package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +0 -7
- package/src/components/Slider/__tests__/__snapshots__/index.spec.tsx.snap +0 -3
- package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +0 -1
- package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +0 -24
- package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
- package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +0 -4
- package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +0 -3
- package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +0 -4
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
- package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +0 -5
- package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
- package/src/components/Tabs/__tests__/SceneView.spec.tsx +1 -1
- package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +0 -4
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +0 -3
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +0 -1
- package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +0 -2
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +0 -3
- package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +0 -10
- package/src/components/Tag/index.tsx +0 -12
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +0 -21
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +0 -17
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +0 -2
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +309 -330
- package/src/components/Toast/StyledToast.tsx +7 -9
- package/src/components/Toast/Toast.tsx +1 -4
- package/src/components/Toast/ToastContainer.tsx +2 -6
- package/src/components/Toast/ToastContext.ts +2 -5
- package/src/components/Toast/ToastProvider.tsx +2 -19
- package/src/components/Toast/__tests__/ToastContainer.spec.tsx +12 -15
- package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +0 -7
- package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +6 -14
- package/src/components/Toast/types.ts +1 -5
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +0 -3
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +0 -8
- package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +0 -16
- package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +0 -19
- package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +0 -10
- package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +0 -13
- package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +0 -8
- package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +0 -11
- package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +0 -20
- package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +0 -20
- package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +0 -23
- package/src/index.ts +0 -2
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +0 -112
- package/src/theme/components/badge.ts +1 -28
- package/src/theme/components/button.ts +0 -24
- package/src/theme/components/cardCarousel.ts +1 -8
- package/src/theme/components/carousel.ts +1 -28
- package/src/theme/components/empty.ts +1 -23
- package/src/theme/components/error.ts +1 -32
- package/src/theme/components/fab.ts +2 -13
- package/src/theme/components/pinInput.ts +0 -32
- package/src/theme/components/success.ts +1 -23
- package/src/theme/components/tag.ts +1 -28
- package/src/theme/components/textInput.ts +0 -5
- package/src/theme/getTheme.ts +18 -21
- package/src/types.ts +0 -2
- package/types/components/Carousel/StyledCardCarousel.d.ts +1 -7
- package/types/components/Checkbox/index.d.ts +1 -6
- package/types/components/Error/index.d.ts +3 -9
- package/types/components/FAB/ActionGroup/index.d.ts +0 -5
- package/types/components/SectionHeading/index.d.ts +1 -11
- package/types/components/Tag/index.d.ts +1 -6
- package/types/components/Toast/StyledToast.d.ts +0 -2
- package/types/components/Toast/ToastContext.d.ts +2 -2
- package/types/components/Toast/ToastProvider.d.ts +1 -1
- package/types/components/Toast/index.d.ts +1 -1
- package/types/components/Toast/types.d.ts +1 -5
- package/types/index.d.ts +1 -2
- package/types/theme/components/badge.d.ts +0 -24
- package/types/theme/components/button.d.ts +0 -20
- package/types/theme/components/cardCarousel.d.ts +0 -10
- package/types/theme/components/carousel.d.ts +0 -24
- package/types/theme/components/empty.d.ts +0 -19
- package/types/theme/components/error.d.ts +0 -27
- package/types/theme/components/fab.d.ts +8 -19
- package/types/theme/components/pinInput.d.ts +0 -27
- package/types/theme/components/success.d.ts +0 -19
- package/types/theme/components/tag.d.ts +0 -24
- package/types/theme/components/textInput.d.ts +0 -5
- package/types/theme/getTheme.d.ts +18 -20
- package/types/types.d.ts +1 -2
- package/src/components/BottomNavigation/StyledBottomNavigation.tsx +0 -60
- package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +0 -413
- package/src/components/BottomNavigation/__tests__/index.spec.tsx +0 -97
- package/src/components/BottomNavigation/index.tsx +0 -166
- package/src/theme/components/bottomNavigation.ts +0 -27
- package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +0 -52
- package/types/components/BottomNavigation/index.d.ts +0 -45
- package/types/theme/components/bottomNavigation.d.ts +0 -23
|
@@ -114,7 +114,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is basic-transpare
|
|
|
114
114
|
</View>
|
|
115
115
|
<View
|
|
116
116
|
pointerEvents="box-none"
|
|
117
|
-
position="bottom"
|
|
118
117
|
style={
|
|
119
118
|
[
|
|
120
119
|
{
|
|
@@ -249,7 +248,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is filled-danger 1
|
|
|
249
248
|
</View>
|
|
250
249
|
<View
|
|
251
250
|
pointerEvents="box-none"
|
|
252
|
-
position="bottom"
|
|
253
251
|
style={
|
|
254
252
|
[
|
|
255
253
|
{
|
|
@@ -384,7 +382,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is filled-primary
|
|
|
384
382
|
</View>
|
|
385
383
|
<View
|
|
386
384
|
pointerEvents="box-none"
|
|
387
|
-
position="bottom"
|
|
388
385
|
style={
|
|
389
386
|
[
|
|
390
387
|
{
|
|
@@ -519,7 +516,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is filled-secondar
|
|
|
519
516
|
</View>
|
|
520
517
|
<View
|
|
521
518
|
pointerEvents="box-none"
|
|
522
|
-
position="bottom"
|
|
523
519
|
style={
|
|
524
520
|
[
|
|
525
521
|
{
|
|
@@ -654,7 +650,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-danger
|
|
|
654
650
|
</View>
|
|
655
651
|
<View
|
|
656
652
|
pointerEvents="box-none"
|
|
657
|
-
position="bottom"
|
|
658
653
|
style={
|
|
659
654
|
[
|
|
660
655
|
{
|
|
@@ -789,7 +784,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-primar
|
|
|
789
784
|
</View>
|
|
790
785
|
<View
|
|
791
786
|
pointerEvents="box-none"
|
|
792
|
-
position="bottom"
|
|
793
787
|
style={
|
|
794
788
|
[
|
|
795
789
|
{
|
|
@@ -924,7 +918,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-second
|
|
|
924
918
|
</View>
|
|
925
919
|
<View
|
|
926
920
|
pointerEvents="box-none"
|
|
927
|
-
position="bottom"
|
|
928
921
|
style={
|
|
929
922
|
[
|
|
930
923
|
{
|
|
@@ -1059,7 +1052,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-danger 1`]
|
|
|
1059
1052
|
</View>
|
|
1060
1053
|
<View
|
|
1061
1054
|
pointerEvents="box-none"
|
|
1062
|
-
position="bottom"
|
|
1063
1055
|
style={
|
|
1064
1056
|
[
|
|
1065
1057
|
{
|
|
@@ -1194,7 +1186,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-primary 1`
|
|
|
1194
1186
|
</View>
|
|
1195
1187
|
<View
|
|
1196
1188
|
pointerEvents="box-none"
|
|
1197
|
-
position="bottom"
|
|
1198
1189
|
style={
|
|
1199
1190
|
[
|
|
1200
1191
|
{
|
|
@@ -1329,7 +1320,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-secondary
|
|
|
1329
1320
|
</View>
|
|
1330
1321
|
<View
|
|
1331
1322
|
pointerEvents="box-none"
|
|
1332
|
-
position="bottom"
|
|
1333
1323
|
style={
|
|
1334
1324
|
[
|
|
1335
1325
|
{
|
|
@@ -105,7 +105,6 @@ exports[`UtilityButton snapshot has intent primary style 1`] = `
|
|
|
105
105
|
</View>
|
|
106
106
|
<View
|
|
107
107
|
pointerEvents="box-none"
|
|
108
|
-
position="bottom"
|
|
109
108
|
style={
|
|
110
109
|
[
|
|
111
110
|
{
|
|
@@ -231,7 +230,6 @@ exports[`UtilityButton snapshot has intent text style 1`] = `
|
|
|
231
230
|
</View>
|
|
232
231
|
<View
|
|
233
232
|
pointerEvents="box-none"
|
|
234
|
-
position="bottom"
|
|
235
233
|
style={
|
|
236
234
|
[
|
|
237
235
|
{
|
|
@@ -81,7 +81,6 @@ exports[`Button renders correctly 1`] = `
|
|
|
81
81
|
</View>
|
|
82
82
|
<View
|
|
83
83
|
pointerEvents="box-none"
|
|
84
|
-
position="bottom"
|
|
85
84
|
style={
|
|
86
85
|
[
|
|
87
86
|
{
|
|
@@ -257,7 +256,6 @@ exports[`Button renders correctly 2`] = `
|
|
|
257
256
|
</View>
|
|
258
257
|
<View
|
|
259
258
|
pointerEvents="box-none"
|
|
260
|
-
position="bottom"
|
|
261
259
|
style={
|
|
262
260
|
[
|
|
263
261
|
{
|
|
@@ -359,7 +357,6 @@ exports[`Button renders correctly 3`] = `
|
|
|
359
357
|
</View>
|
|
360
358
|
<View
|
|
361
359
|
pointerEvents="box-none"
|
|
362
|
-
position="bottom"
|
|
363
360
|
style={
|
|
364
361
|
[
|
|
365
362
|
{
|
|
@@ -463,7 +460,6 @@ exports[`Button renders correctly 4`] = `
|
|
|
463
460
|
</View>
|
|
464
461
|
<View
|
|
465
462
|
pointerEvents="box-none"
|
|
466
|
-
position="bottom"
|
|
467
463
|
style={
|
|
468
464
|
[
|
|
469
465
|
{
|
|
@@ -641,7 +637,6 @@ exports[`Button renders correctly 5`] = `
|
|
|
641
637
|
</View>
|
|
642
638
|
<View
|
|
643
639
|
pointerEvents="box-none"
|
|
644
|
-
position="bottom"
|
|
645
640
|
style={
|
|
646
641
|
[
|
|
647
642
|
{
|
|
@@ -745,7 +740,6 @@ exports[`Button renders correctly 6`] = `
|
|
|
745
740
|
</View>
|
|
746
741
|
<View
|
|
747
742
|
pointerEvents="box-none"
|
|
748
|
-
position="bottom"
|
|
749
743
|
style={
|
|
750
744
|
[
|
|
751
745
|
{
|
|
@@ -848,7 +842,6 @@ exports[`Button renders correctly 7`] = `
|
|
|
848
842
|
</View>
|
|
849
843
|
<View
|
|
850
844
|
pointerEvents="box-none"
|
|
851
|
-
position="bottom"
|
|
852
845
|
style={
|
|
853
846
|
[
|
|
854
847
|
{
|
|
@@ -1024,7 +1017,6 @@ exports[`Button renders correctly 8`] = `
|
|
|
1024
1017
|
</View>
|
|
1025
1018
|
<View
|
|
1026
1019
|
pointerEvents="box-none"
|
|
1027
|
-
position="bottom"
|
|
1028
1020
|
style={
|
|
1029
1021
|
[
|
|
1030
1022
|
{
|
|
@@ -1127,7 +1119,6 @@ exports[`Button renders correctly 9`] = `
|
|
|
1127
1119
|
</View>
|
|
1128
1120
|
<View
|
|
1129
1121
|
pointerEvents="box-none"
|
|
1130
|
-
position="bottom"
|
|
1131
1122
|
style={
|
|
1132
1123
|
[
|
|
1133
1124
|
{
|
|
@@ -1230,7 +1221,6 @@ exports[`Button renders correctly 10`] = `
|
|
|
1230
1221
|
</View>
|
|
1231
1222
|
<View
|
|
1232
1223
|
pointerEvents="box-none"
|
|
1233
|
-
position="bottom"
|
|
1234
1224
|
style={
|
|
1235
1225
|
[
|
|
1236
1226
|
{
|
|
@@ -1406,7 +1396,6 @@ exports[`Button renders correctly 11`] = `
|
|
|
1406
1396
|
</View>
|
|
1407
1397
|
<View
|
|
1408
1398
|
pointerEvents="box-none"
|
|
1409
|
-
position="bottom"
|
|
1410
1399
|
style={
|
|
1411
1400
|
[
|
|
1412
1401
|
{
|
|
@@ -1509,7 +1498,6 @@ exports[`Button renders correctly 12`] = `
|
|
|
1509
1498
|
</View>
|
|
1510
1499
|
<View
|
|
1511
1500
|
pointerEvents="box-none"
|
|
1512
|
-
position="bottom"
|
|
1513
1501
|
style={
|
|
1514
1502
|
[
|
|
1515
1503
|
{
|
|
@@ -1612,7 +1600,6 @@ exports[`Button renders correctly 13`] = `
|
|
|
1612
1600
|
</View>
|
|
1613
1601
|
<View
|
|
1614
1602
|
pointerEvents="box-none"
|
|
1615
|
-
position="bottom"
|
|
1616
1603
|
style={
|
|
1617
1604
|
[
|
|
1618
1605
|
{
|
|
@@ -1788,7 +1775,6 @@ exports[`Button renders correctly 14`] = `
|
|
|
1788
1775
|
</View>
|
|
1789
1776
|
<View
|
|
1790
1777
|
pointerEvents="box-none"
|
|
1791
|
-
position="bottom"
|
|
1792
1778
|
style={
|
|
1793
1779
|
[
|
|
1794
1780
|
{
|
|
@@ -1891,7 +1877,6 @@ exports[`Button renders correctly 15`] = `
|
|
|
1891
1877
|
</View>
|
|
1892
1878
|
<View
|
|
1893
1879
|
pointerEvents="box-none"
|
|
1894
|
-
position="bottom"
|
|
1895
1880
|
style={
|
|
1896
1881
|
[
|
|
1897
1882
|
{
|
|
@@ -2068,7 +2053,6 @@ exports[`Button renders loading icon 1`] = `
|
|
|
2068
2053
|
</View>
|
|
2069
2054
|
<View
|
|
2070
2055
|
pointerEvents="box-none"
|
|
2071
|
-
position="bottom"
|
|
2072
2056
|
style={
|
|
2073
2057
|
[
|
|
2074
2058
|
{
|
|
@@ -48,7 +48,6 @@ exports[`StyledButtonContainer has filled-danger style 1`] = `
|
|
|
48
48
|
</View>
|
|
49
49
|
<View
|
|
50
50
|
pointerEvents="box-none"
|
|
51
|
-
position="bottom"
|
|
52
51
|
style={
|
|
53
52
|
[
|
|
54
53
|
{
|
|
@@ -117,7 +116,6 @@ exports[`StyledButtonContainer has filled-primary style 1`] = `
|
|
|
117
116
|
</View>
|
|
118
117
|
<View
|
|
119
118
|
pointerEvents="box-none"
|
|
120
|
-
position="bottom"
|
|
121
119
|
style={
|
|
122
120
|
[
|
|
123
121
|
{
|
|
@@ -186,7 +184,6 @@ exports[`StyledButtonContainer has filled-secondary style 1`] = `
|
|
|
186
184
|
</View>
|
|
187
185
|
<View
|
|
188
186
|
pointerEvents="box-none"
|
|
189
|
-
position="bottom"
|
|
190
187
|
style={
|
|
191
188
|
[
|
|
192
189
|
{
|
|
@@ -257,7 +254,6 @@ exports[`StyledButtonContainer has outlined-danger style 1`] = `
|
|
|
257
254
|
</View>
|
|
258
255
|
<View
|
|
259
256
|
pointerEvents="box-none"
|
|
260
|
-
position="bottom"
|
|
261
257
|
style={
|
|
262
258
|
[
|
|
263
259
|
{
|
|
@@ -328,7 +324,6 @@ exports[`StyledButtonContainer has outlined-primary style 1`] = `
|
|
|
328
324
|
</View>
|
|
329
325
|
<View
|
|
330
326
|
pointerEvents="box-none"
|
|
331
|
-
position="bottom"
|
|
332
327
|
style={
|
|
333
328
|
[
|
|
334
329
|
{
|
|
@@ -399,7 +394,6 @@ exports[`StyledButtonContainer has outlined-secondary style 1`] = `
|
|
|
399
394
|
</View>
|
|
400
395
|
<View
|
|
401
396
|
pointerEvents="box-none"
|
|
402
|
-
position="bottom"
|
|
403
397
|
style={
|
|
404
398
|
[
|
|
405
399
|
{
|
|
@@ -468,7 +462,6 @@ exports[`StyledButtonContainer has text-danger style 1`] = `
|
|
|
468
462
|
</View>
|
|
469
463
|
<View
|
|
470
464
|
pointerEvents="box-none"
|
|
471
|
-
position="bottom"
|
|
472
465
|
style={
|
|
473
466
|
[
|
|
474
467
|
{
|
|
@@ -537,7 +530,6 @@ exports[`StyledButtonContainer has text-primary style 1`] = `
|
|
|
537
530
|
</View>
|
|
538
531
|
<View
|
|
539
532
|
pointerEvents="box-none"
|
|
540
|
-
position="bottom"
|
|
541
533
|
style={
|
|
542
534
|
[
|
|
543
535
|
{
|
|
@@ -606,7 +598,6 @@ exports[`StyledButtonContainer has text-secondary style 1`] = `
|
|
|
606
598
|
</View>
|
|
607
599
|
<View
|
|
608
600
|
pointerEvents="box-none"
|
|
609
|
-
position="bottom"
|
|
610
601
|
style={
|
|
611
602
|
[
|
|
612
603
|
{
|
|
@@ -680,7 +671,6 @@ exports[`StyledButtonContainer renders disabled correctly 1`] = `
|
|
|
680
671
|
</View>
|
|
681
672
|
<View
|
|
682
673
|
pointerEvents="box-none"
|
|
683
|
-
position="bottom"
|
|
684
674
|
style={
|
|
685
675
|
[
|
|
686
676
|
{
|
|
@@ -731,7 +721,6 @@ exports[`StyledButtonIcon has filled-danger style 1`] = `
|
|
|
731
721
|
/>
|
|
732
722
|
<View
|
|
733
723
|
pointerEvents="box-none"
|
|
734
|
-
position="bottom"
|
|
735
724
|
style={
|
|
736
725
|
[
|
|
737
726
|
{
|
|
@@ -782,7 +771,6 @@ exports[`StyledButtonIcon has filled-primary style 1`] = `
|
|
|
782
771
|
/>
|
|
783
772
|
<View
|
|
784
773
|
pointerEvents="box-none"
|
|
785
|
-
position="bottom"
|
|
786
774
|
style={
|
|
787
775
|
[
|
|
788
776
|
{
|
|
@@ -833,7 +821,6 @@ exports[`StyledButtonIcon has filled-secondary style 1`] = `
|
|
|
833
821
|
/>
|
|
834
822
|
<View
|
|
835
823
|
pointerEvents="box-none"
|
|
836
|
-
position="bottom"
|
|
837
824
|
style={
|
|
838
825
|
[
|
|
839
826
|
{
|
|
@@ -884,7 +871,6 @@ exports[`StyledButtonIcon has outlined-danger style 1`] = `
|
|
|
884
871
|
/>
|
|
885
872
|
<View
|
|
886
873
|
pointerEvents="box-none"
|
|
887
|
-
position="bottom"
|
|
888
874
|
style={
|
|
889
875
|
[
|
|
890
876
|
{
|
|
@@ -935,7 +921,6 @@ exports[`StyledButtonIcon has outlined-primary style 1`] = `
|
|
|
935
921
|
/>
|
|
936
922
|
<View
|
|
937
923
|
pointerEvents="box-none"
|
|
938
|
-
position="bottom"
|
|
939
924
|
style={
|
|
940
925
|
[
|
|
941
926
|
{
|
|
@@ -986,7 +971,6 @@ exports[`StyledButtonIcon has outlined-secondary style 1`] = `
|
|
|
986
971
|
/>
|
|
987
972
|
<View
|
|
988
973
|
pointerEvents="box-none"
|
|
989
|
-
position="bottom"
|
|
990
974
|
style={
|
|
991
975
|
[
|
|
992
976
|
{
|
|
@@ -1037,7 +1021,6 @@ exports[`StyledButtonIcon has text-danger style 1`] = `
|
|
|
1037
1021
|
/>
|
|
1038
1022
|
<View
|
|
1039
1023
|
pointerEvents="box-none"
|
|
1040
|
-
position="bottom"
|
|
1041
1024
|
style={
|
|
1042
1025
|
[
|
|
1043
1026
|
{
|
|
@@ -1088,7 +1071,6 @@ exports[`StyledButtonIcon has text-primary style 1`] = `
|
|
|
1088
1071
|
/>
|
|
1089
1072
|
<View
|
|
1090
1073
|
pointerEvents="box-none"
|
|
1091
|
-
position="bottom"
|
|
1092
1074
|
style={
|
|
1093
1075
|
[
|
|
1094
1076
|
{
|
|
@@ -1139,7 +1121,6 @@ exports[`StyledButtonIcon has text-secondary style 1`] = `
|
|
|
1139
1121
|
/>
|
|
1140
1122
|
<View
|
|
1141
1123
|
pointerEvents="box-none"
|
|
1142
|
-
position="bottom"
|
|
1143
1124
|
style={
|
|
1144
1125
|
[
|
|
1145
1126
|
{
|
|
@@ -1190,7 +1171,6 @@ exports[`StyledButtonIcon renders disabled correctly 1`] = `
|
|
|
1190
1171
|
/>
|
|
1191
1172
|
<View
|
|
1192
1173
|
pointerEvents="box-none"
|
|
1193
|
-
position="bottom"
|
|
1194
1174
|
style={
|
|
1195
1175
|
[
|
|
1196
1176
|
{
|
|
@@ -1232,7 +1212,6 @@ exports[`StyledButtonIconWrapper has left style 1`] = `
|
|
|
1232
1212
|
/>
|
|
1233
1213
|
<View
|
|
1234
1214
|
pointerEvents="box-none"
|
|
1235
|
-
position="bottom"
|
|
1236
1215
|
style={
|
|
1237
1216
|
[
|
|
1238
1217
|
{
|
|
@@ -1274,7 +1253,6 @@ exports[`StyledButtonIconWrapper has right style 1`] = `
|
|
|
1274
1253
|
/>
|
|
1275
1254
|
<View
|
|
1276
1255
|
pointerEvents="box-none"
|
|
1277
|
-
position="bottom"
|
|
1278
1256
|
style={
|
|
1279
1257
|
[
|
|
1280
1258
|
{
|
|
@@ -1333,7 +1311,6 @@ exports[`StyledButtonText has filled-danger style 1`] = `
|
|
|
1333
1311
|
</Text>
|
|
1334
1312
|
<View
|
|
1335
1313
|
pointerEvents="box-none"
|
|
1336
|
-
position="bottom"
|
|
1337
1314
|
style={
|
|
1338
1315
|
[
|
|
1339
1316
|
{
|
|
@@ -1392,7 +1369,6 @@ exports[`StyledButtonText has filled-primary style 1`] = `
|
|
|
1392
1369
|
</Text>
|
|
1393
1370
|
<View
|
|
1394
1371
|
pointerEvents="box-none"
|
|
1395
|
-
position="bottom"
|
|
1396
1372
|
style={
|
|
1397
1373
|
[
|
|
1398
1374
|
{
|
|
@@ -1451,7 +1427,6 @@ exports[`StyledButtonText has filled-secondary style 1`] = `
|
|
|
1451
1427
|
</Text>
|
|
1452
1428
|
<View
|
|
1453
1429
|
pointerEvents="box-none"
|
|
1454
|
-
position="bottom"
|
|
1455
1430
|
style={
|
|
1456
1431
|
[
|
|
1457
1432
|
{
|
|
@@ -1510,7 +1485,6 @@ exports[`StyledButtonText has outlined-danger style 1`] = `
|
|
|
1510
1485
|
</Text>
|
|
1511
1486
|
<View
|
|
1512
1487
|
pointerEvents="box-none"
|
|
1513
|
-
position="bottom"
|
|
1514
1488
|
style={
|
|
1515
1489
|
[
|
|
1516
1490
|
{
|
|
@@ -1569,7 +1543,6 @@ exports[`StyledButtonText has outlined-primary style 1`] = `
|
|
|
1569
1543
|
</Text>
|
|
1570
1544
|
<View
|
|
1571
1545
|
pointerEvents="box-none"
|
|
1572
|
-
position="bottom"
|
|
1573
1546
|
style={
|
|
1574
1547
|
[
|
|
1575
1548
|
{
|
|
@@ -1628,7 +1601,6 @@ exports[`StyledButtonText has outlined-secondary style 1`] = `
|
|
|
1628
1601
|
</Text>
|
|
1629
1602
|
<View
|
|
1630
1603
|
pointerEvents="box-none"
|
|
1631
|
-
position="bottom"
|
|
1632
1604
|
style={
|
|
1633
1605
|
[
|
|
1634
1606
|
{
|
|
@@ -1687,7 +1659,6 @@ exports[`StyledButtonText has text-danger style 1`] = `
|
|
|
1687
1659
|
</Text>
|
|
1688
1660
|
<View
|
|
1689
1661
|
pointerEvents="box-none"
|
|
1690
|
-
position="bottom"
|
|
1691
1662
|
style={
|
|
1692
1663
|
[
|
|
1693
1664
|
{
|
|
@@ -1746,7 +1717,6 @@ exports[`StyledButtonText has text-primary style 1`] = `
|
|
|
1746
1717
|
</Text>
|
|
1747
1718
|
<View
|
|
1748
1719
|
pointerEvents="box-none"
|
|
1749
|
-
position="bottom"
|
|
1750
1720
|
style={
|
|
1751
1721
|
[
|
|
1752
1722
|
{
|
|
@@ -1805,7 +1775,6 @@ exports[`StyledButtonText has text-secondary style 1`] = `
|
|
|
1805
1775
|
</Text>
|
|
1806
1776
|
<View
|
|
1807
1777
|
pointerEvents="box-none"
|
|
1808
|
-
position="bottom"
|
|
1809
1778
|
style={
|
|
1810
1779
|
[
|
|
1811
1780
|
{
|
|
@@ -1865,7 +1834,6 @@ exports[`StyledButtonText renders disabled correctly 1`] = `
|
|
|
1865
1834
|
</Text>
|
|
1866
1835
|
<View
|
|
1867
1836
|
pointerEvents="box-none"
|
|
1868
|
-
position="bottom"
|
|
1869
1837
|
style={
|
|
1870
1838
|
[
|
|
1871
1839
|
{
|
|
@@ -106,7 +106,6 @@ exports[`CalendarRowItem renders correctly 1`] = `
|
|
|
106
106
|
</View>
|
|
107
107
|
<View
|
|
108
108
|
pointerEvents="box-none"
|
|
109
|
-
position="bottom"
|
|
110
109
|
style={
|
|
111
110
|
[
|
|
112
111
|
{
|
|
@@ -233,7 +232,6 @@ exports[`CalendarRowItem renders correctly 2`] = `
|
|
|
233
232
|
</View>
|
|
234
233
|
<View
|
|
235
234
|
pointerEvents="box-none"
|
|
236
|
-
position="bottom"
|
|
237
235
|
style={
|
|
238
236
|
[
|
|
239
237
|
{
|
|
@@ -360,7 +358,6 @@ exports[`CalendarRowItem renders correctly when is current date 1`] = `
|
|
|
360
358
|
</View>
|
|
361
359
|
<View
|
|
362
360
|
pointerEvents="box-none"
|
|
363
|
-
position="bottom"
|
|
364
361
|
style={
|
|
365
362
|
[
|
|
366
363
|
{
|
|
@@ -487,7 +484,6 @@ exports[`CalendarRowItem renders correctly when selected, and is current date eq
|
|
|
487
484
|
</View>
|
|
488
485
|
<View
|
|
489
486
|
pointerEvents="box-none"
|
|
490
|
-
position="bottom"
|
|
491
487
|
style={
|
|
492
488
|
[
|
|
493
489
|
{
|
|
@@ -614,7 +610,6 @@ exports[`CalendarRowItem renders correctly when selected, and is current date eq
|
|
|
614
610
|
</View>
|
|
615
611
|
<View
|
|
616
612
|
pointerEvents="box-none"
|
|
617
|
-
position="bottom"
|
|
618
613
|
style={
|
|
619
614
|
[
|
|
620
615
|
{
|
|
@@ -23,7 +23,6 @@ exports[`Indicator renders correctly when intent is archived 1`] = `
|
|
|
23
23
|
/>
|
|
24
24
|
<View
|
|
25
25
|
pointerEvents="box-none"
|
|
26
|
-
position="bottom"
|
|
27
26
|
style={
|
|
28
27
|
[
|
|
29
28
|
{
|
|
@@ -67,7 +66,6 @@ exports[`Indicator renders correctly when intent is danger 1`] = `
|
|
|
67
66
|
/>
|
|
68
67
|
<View
|
|
69
68
|
pointerEvents="box-none"
|
|
70
|
-
position="bottom"
|
|
71
69
|
style={
|
|
72
70
|
[
|
|
73
71
|
{
|
|
@@ -111,7 +109,6 @@ exports[`Indicator renders correctly when intent is info 1`] = `
|
|
|
111
109
|
/>
|
|
112
110
|
<View
|
|
113
111
|
pointerEvents="box-none"
|
|
114
|
-
position="bottom"
|
|
115
112
|
style={
|
|
116
113
|
[
|
|
117
114
|
{
|
|
@@ -155,7 +152,6 @@ exports[`Indicator renders correctly when intent is primary 1`] = `
|
|
|
155
152
|
/>
|
|
156
153
|
<View
|
|
157
154
|
pointerEvents="box-none"
|
|
158
|
-
position="bottom"
|
|
159
155
|
style={
|
|
160
156
|
[
|
|
161
157
|
{
|
|
@@ -199,7 +195,6 @@ exports[`Indicator renders correctly when intent is success 1`] = `
|
|
|
199
195
|
/>
|
|
200
196
|
<View
|
|
201
197
|
pointerEvents="box-none"
|
|
202
|
-
position="bottom"
|
|
203
198
|
style={
|
|
204
199
|
[
|
|
205
200
|
{
|
|
@@ -243,7 +238,6 @@ exports[`Indicator renders correctly when intent is warning 1`] = `
|
|
|
243
238
|
/>
|
|
244
239
|
<View
|
|
245
240
|
pointerEvents="box-none"
|
|
246
|
-
position="bottom"
|
|
247
241
|
style={
|
|
248
242
|
[
|
|
249
243
|
{
|
|
@@ -286,7 +280,6 @@ exports[`StyledDataCard renders correctly 1`] = `
|
|
|
286
280
|
/>
|
|
287
281
|
<View
|
|
288
282
|
pointerEvents="box-none"
|
|
289
|
-
position="bottom"
|
|
290
283
|
style={
|
|
291
284
|
[
|
|
292
285
|
{
|
|
@@ -37,7 +37,6 @@ exports[`DataCard renders correctly when intent is archived 1`] = `
|
|
|
37
37
|
</View>
|
|
38
38
|
<View
|
|
39
39
|
pointerEvents="box-none"
|
|
40
|
-
position="bottom"
|
|
41
40
|
style={
|
|
42
41
|
[
|
|
43
42
|
{
|
|
@@ -95,7 +94,6 @@ exports[`DataCard renders correctly when intent is danger 1`] = `
|
|
|
95
94
|
</View>
|
|
96
95
|
<View
|
|
97
96
|
pointerEvents="box-none"
|
|
98
|
-
position="bottom"
|
|
99
97
|
style={
|
|
100
98
|
[
|
|
101
99
|
{
|
|
@@ -153,7 +151,6 @@ exports[`DataCard renders correctly when intent is info 1`] = `
|
|
|
153
151
|
</View>
|
|
154
152
|
<View
|
|
155
153
|
pointerEvents="box-none"
|
|
156
|
-
position="bottom"
|
|
157
154
|
style={
|
|
158
155
|
[
|
|
159
156
|
{
|
|
@@ -211,7 +208,6 @@ exports[`DataCard renders correctly when intent is success 1`] = `
|
|
|
211
208
|
</View>
|
|
212
209
|
<View
|
|
213
210
|
pointerEvents="box-none"
|
|
214
|
-
position="bottom"
|
|
215
211
|
style={
|
|
216
212
|
[
|
|
217
213
|
{
|
|
@@ -269,7 +265,6 @@ exports[`DataCard renders correctly when intent is warning 1`] = `
|
|
|
269
265
|
</View>
|
|
270
266
|
<View
|
|
271
267
|
pointerEvents="box-none"
|
|
272
|
-
position="bottom"
|
|
273
268
|
style={
|
|
274
269
|
[
|
|
275
270
|
{
|
|
@@ -44,7 +44,6 @@ exports[`Card renders correctly when intent is archived 1`] = `
|
|
|
44
44
|
</View>
|
|
45
45
|
<View
|
|
46
46
|
pointerEvents="box-none"
|
|
47
|
-
position="bottom"
|
|
48
47
|
style={
|
|
49
48
|
[
|
|
50
49
|
{
|
|
@@ -109,7 +108,6 @@ exports[`Card renders correctly when intent is danger 1`] = `
|
|
|
109
108
|
</View>
|
|
110
109
|
<View
|
|
111
110
|
pointerEvents="box-none"
|
|
112
|
-
position="bottom"
|
|
113
111
|
style={
|
|
114
112
|
[
|
|
115
113
|
{
|
|
@@ -174,7 +172,6 @@ exports[`Card renders correctly when intent is info 1`] = `
|
|
|
174
172
|
</View>
|
|
175
173
|
<View
|
|
176
174
|
pointerEvents="box-none"
|
|
177
|
-
position="bottom"
|
|
178
175
|
style={
|
|
179
176
|
[
|
|
180
177
|
{
|
|
@@ -239,7 +236,6 @@ exports[`Card renders correctly when intent is primary 1`] = `
|
|
|
239
236
|
</View>
|
|
240
237
|
<View
|
|
241
238
|
pointerEvents="box-none"
|
|
242
|
-
position="bottom"
|
|
243
239
|
style={
|
|
244
240
|
[
|
|
245
241
|
{
|
|
@@ -304,7 +300,6 @@ exports[`Card renders correctly when intent is success 1`] = `
|
|
|
304
300
|
</View>
|
|
305
301
|
<View
|
|
306
302
|
pointerEvents="box-none"
|
|
307
|
-
position="bottom"
|
|
308
303
|
style={
|
|
309
304
|
[
|
|
310
305
|
{
|
|
@@ -367,7 +362,6 @@ exports[`Card renders correctly when intent is undefined 1`] = `
|
|
|
367
362
|
</View>
|
|
368
363
|
<View
|
|
369
364
|
pointerEvents="box-none"
|
|
370
|
-
position="bottom"
|
|
371
365
|
style={
|
|
372
366
|
[
|
|
373
367
|
{
|
|
@@ -20,7 +20,6 @@ import {
|
|
|
20
20
|
StyledCard,
|
|
21
21
|
StyledItemWrapper,
|
|
22
22
|
StyledPageControl,
|
|
23
|
-
StyledShadow,
|
|
24
23
|
StyledWrapper,
|
|
25
24
|
} from './StyledCardCarousel';
|
|
26
25
|
import { ITEM_WIDTH_RATE, VIEW_POSITION_CENTER } from './contants';
|
|
@@ -186,10 +185,7 @@ export const CardCarousel = forwardRef<CardCarouselHandles, CardCarouselProps>(
|
|
|
186
185
|
({ item }) => {
|
|
187
186
|
return (
|
|
188
187
|
<StyledItemWrapper style={{ width: itemWidth }}>
|
|
189
|
-
{
|
|
190
|
-
<StyledShadow>
|
|
191
|
-
<StyledCard>{item}</StyledCard>
|
|
192
|
-
</StyledShadow>
|
|
188
|
+
<StyledCard>{item}</StyledCard>
|
|
193
189
|
</StyledItemWrapper>
|
|
194
190
|
);
|
|
195
191
|
},
|
|
@@ -17,24 +17,9 @@ const StyledCard = styled(Card)<CardProps>(({ theme }) => ({
|
|
|
17
17
|
overflow: 'hidden',
|
|
18
18
|
flex: 1,
|
|
19
19
|
}));
|
|
20
|
-
const StyledShadow = styled(View)<ViewProps>(({ theme }) => ({
|
|
21
|
-
borderRadius: theme.__hd__.cardCarousel.radii.card,
|
|
22
|
-
shadowColor: theme.__hd__.cardCarousel.shadows.color,
|
|
23
|
-
shadowOffset: theme.__hd__.cardCarousel.shadows.offset,
|
|
24
|
-
shadowRadius: theme.__hd__.cardCarousel.shadows.radius,
|
|
25
|
-
shadowOpacity: theme.__hd__.cardCarousel.shadows.opacity,
|
|
26
|
-
elevation: theme.__hd__.cardCarousel.shadows.elevation,
|
|
27
|
-
flex: 1,
|
|
28
|
-
}));
|
|
29
20
|
|
|
30
21
|
const StyledItemWrapper = styled(View)<ViewProps>(({ theme }) => ({
|
|
31
22
|
padding: theme.__hd__.cardCarousel.space.carouselItemSpacing,
|
|
32
23
|
}));
|
|
33
24
|
|
|
34
|
-
export {
|
|
35
|
-
StyledCard,
|
|
36
|
-
StyledShadow,
|
|
37
|
-
StyledItemWrapper,
|
|
38
|
-
StyledWrapper,
|
|
39
|
-
StyledPageControl,
|
|
40
|
-
};
|
|
25
|
+
export { StyledCard, StyledItemWrapper, StyledWrapper, StyledPageControl };
|