@jamadd/react-native-template-ui 0.1.17 → 0.2.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/README.md +7 -7
- package/lib/commonjs/components/button/AnimatedPressable.js.map +1 -0
- package/lib/commonjs/components/{btn → button}/AnimatedThemedPressable.js +2 -2
- package/lib/commonjs/components/button/AnimatedThemedPressable.js.map +1 -0
- package/lib/commonjs/components/{btn/ThemedBtn.js → button/ThemedButton.js} +6 -6
- package/lib/commonjs/components/button/ThemedButton.js.map +1 -0
- package/lib/commonjs/components/{btn/ThemedIconBtn.js → button/ThemedIconButton.js} +5 -5
- package/lib/commonjs/components/button/ThemedIconButton.js.map +1 -0
- package/lib/commonjs/components/{btn/ThemedIconTextBtn.js → button/ThemedIconTextButton.js} +5 -5
- package/lib/commonjs/components/button/ThemedIconTextButton.js.map +1 -0
- package/lib/commonjs/components/{btn → button}/ThemedPressable.js +2 -2
- package/lib/commonjs/components/button/ThemedPressable.js.map +1 -0
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetHeader.js +6 -6
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetHeader.js.map +1 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetListView.js +4 -4
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetListView.js.map +1 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetOptListItem.js +2 -2
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetOptListItem.js.map +1 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetOpts.js +4 -4
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetOpts.js.map +1 -1
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetScrollView.js +4 -4
- package/lib/commonjs/components/overlay/actionSheet/ActionSheetScrollView.js.map +1 -1
- package/lib/commonjs/components/overlay/alert/Alert.js +16 -16
- package/lib/commonjs/components/overlay/alert/Alert.js.map +1 -1
- package/lib/commonjs/components/overlay/alert/{AlertBtn.js → AlertButton.js} +15 -15
- package/lib/commonjs/components/overlay/alert/AlertButton.js.map +1 -0
- package/lib/commonjs/components/overlay/alert/{AlertBtns.js → AlertButtons.js} +19 -19
- package/lib/commonjs/components/overlay/alert/AlertButtons.js.map +1 -0
- package/lib/commonjs/components/overlay/alert/AlertWrap.js +4 -4
- package/lib/commonjs/components/overlay/alert/AlertWrap.js.map +1 -1
- package/lib/commonjs/components/overlay/modal/ThemedModal.js +1 -1
- package/lib/commonjs/components/switch/ThemedSwitch.js +1 -1
- package/lib/commonjs/hooks/{btn.js → button.js} +2 -2
- package/lib/commonjs/hooks/button.js.map +1 -0
- package/lib/commonjs/hooks/switch.js +2 -2
- package/lib/commonjs/hooks/switch.js.map +1 -1
- package/lib/commonjs/index.js +23 -23
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/types/{btn.js → button.js} +1 -1
- package/lib/commonjs/types/{btn.js.map → button.js.map} +1 -1
- package/lib/commonjs/utils/button/const.js +17 -0
- package/lib/commonjs/utils/button/const.js.map +1 -0
- package/lib/commonjs/utils/overlay/const.js +6 -6
- package/lib/commonjs/utils/overlay/const.js.map +1 -1
- package/lib/commonjs/utils/theme/const.js +3 -3
- package/lib/commonjs/utils/theme/const.js.map +1 -1
- package/lib/module/components/button/AnimatedPressable.js.map +1 -0
- package/lib/module/components/{btn → button}/AnimatedThemedPressable.js +1 -1
- package/lib/module/components/button/AnimatedThemedPressable.js.map +1 -0
- package/lib/module/components/{btn/ThemedBtn.js → button/ThemedButton.js} +6 -6
- package/lib/module/components/button/ThemedButton.js.map +1 -0
- package/lib/module/components/{btn/ThemedIconBtn.js → button/ThemedIconButton.js} +5 -5
- package/lib/module/components/button/ThemedIconButton.js.map +1 -0
- package/lib/module/components/{btn/ThemedIconTextBtn.js → button/ThemedIconTextButton.js} +5 -5
- package/lib/module/components/button/ThemedIconTextButton.js.map +1 -0
- package/lib/module/components/{btn → button}/ThemedPressable.js +1 -1
- package/lib/module/components/button/ThemedPressable.js.map +1 -0
- package/lib/module/components/overlay/actionSheet/ActionSheetHeader.js +6 -6
- package/lib/module/components/overlay/actionSheet/ActionSheetHeader.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetListView.js +4 -4
- package/lib/module/components/overlay/actionSheet/ActionSheetListView.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetOptListItem.js +2 -2
- package/lib/module/components/overlay/actionSheet/ActionSheetOptListItem.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetOpts.js +4 -4
- package/lib/module/components/overlay/actionSheet/ActionSheetOpts.js.map +1 -1
- package/lib/module/components/overlay/actionSheet/ActionSheetScrollView.js +4 -4
- package/lib/module/components/overlay/actionSheet/ActionSheetScrollView.js.map +1 -1
- package/lib/module/components/overlay/alert/Alert.js +16 -16
- package/lib/module/components/overlay/alert/Alert.js.map +1 -1
- package/lib/module/components/overlay/alert/{AlertBtn.js → AlertButton.js} +16 -16
- package/lib/module/components/overlay/alert/AlertButton.js.map +1 -0
- package/lib/module/components/overlay/alert/{AlertBtns.js → AlertButtons.js} +19 -19
- package/lib/module/components/overlay/alert/AlertButtons.js.map +1 -0
- package/lib/module/components/overlay/alert/AlertWrap.js +4 -4
- package/lib/module/components/overlay/alert/AlertWrap.js.map +1 -1
- package/lib/module/components/overlay/modal/ThemedModal.js +1 -1
- package/lib/module/components/overlay/modal/ThemedModal.js.map +1 -1
- package/lib/module/components/switch/ThemedSwitch.js +1 -1
- package/lib/module/components/switch/ThemedSwitch.js.map +1 -1
- package/lib/module/hooks/{btn.js → button.js} +2 -2
- package/lib/module/hooks/button.js.map +1 -0
- package/lib/module/hooks/switch.js +1 -1
- package/lib/module/hooks/switch.js.map +1 -1
- package/lib/module/index.js +8 -8
- package/lib/module/index.js.map +1 -1
- package/lib/module/types/button.js +4 -0
- package/lib/module/types/{btn.js.map → button.js.map} +1 -1
- package/lib/module/utils/button/const.js +13 -0
- package/lib/module/utils/button/const.js.map +1 -0
- package/lib/module/utils/overlay/const.js +5 -5
- package/lib/module/utils/overlay/const.js.map +1 -1
- package/lib/module/utils/theme/const.js +3 -3
- package/lib/module/utils/theme/const.js.map +1 -1
- package/lib/typescript/commonjs/src/components/button/AnimatedPressable.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/{btn → button}/AnimatedThemedPressable.d.ts +1 -1
- package/lib/typescript/commonjs/src/components/button/AnimatedThemedPressable.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/ThemedButton.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/button/ThemedButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/ThemedIconButton.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/button/ThemedIconButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/button/ThemedIconTextButton.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/button/ThemedIconTextButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/{btn → button}/ThemedPressable.d.ts +1 -1
- package/lib/typescript/commonjs/src/components/button/ThemedPressable.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertButton.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertButtons.d.ts +5 -0
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertButtons.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertWrap.d.ts +1 -1
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertWrap.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/text/Text.d.ts +38 -38
- package/lib/typescript/commonjs/src/components/view/AnimatedBox.d.ts +31 -31
- package/lib/typescript/commonjs/src/components/view/Box.d.ts +62 -62
- package/lib/typescript/commonjs/src/hooks/{btn.d.ts → button.d.ts} +42 -42
- package/lib/typescript/commonjs/src/hooks/{btn.d.ts.map → button.d.ts.map} +1 -1
- package/lib/typescript/commonjs/src/hooks/theme.d.ts +6 -6
- package/lib/typescript/commonjs/src/index.d.ts +8 -8
- package/lib/typescript/commonjs/src/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/test/utils/func.d.ts +2 -2
- package/lib/typescript/commonjs/src/types/{btn.d.ts → button.d.ts} +7 -7
- package/lib/typescript/commonjs/src/types/button.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/types/overlay.d.ts +15 -15
- package/lib/typescript/commonjs/src/types/overlay.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/types/switch.d.ts +1 -1
- package/lib/typescript/commonjs/src/types/switch.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/utils/{btn → button}/const.d.ts +1 -1
- package/lib/typescript/commonjs/src/utils/button/const.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/utils/overlay/const.d.ts +1 -1
- package/lib/typescript/commonjs/src/utils/overlay/const.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/utils/overlay/func.d.ts +1 -1
- package/lib/typescript/commonjs/src/utils/overlay/func.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/utils/theme/const.d.ts +3 -3
- package/lib/typescript/commonjs/src/utils/theme/const.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/utils/theme/restyle.d.ts +13 -13
- package/lib/typescript/commonjs/src/utils/theme/restyle.d.ts.map +1 -1
- package/lib/typescript/module/src/components/button/AnimatedPressable.d.ts.map +1 -0
- package/lib/typescript/module/src/components/{btn → button}/AnimatedThemedPressable.d.ts +1 -1
- package/lib/typescript/module/src/components/button/AnimatedThemedPressable.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/ThemedButton.d.ts +5 -0
- package/lib/typescript/module/src/components/button/ThemedButton.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/ThemedIconButton.d.ts +5 -0
- package/lib/typescript/module/src/components/button/ThemedIconButton.d.ts.map +1 -0
- package/lib/typescript/module/src/components/button/ThemedIconTextButton.d.ts +5 -0
- package/lib/typescript/module/src/components/button/ThemedIconTextButton.d.ts.map +1 -0
- package/lib/typescript/module/src/components/{btn → button}/ThemedPressable.d.ts +1 -1
- package/lib/typescript/module/src/components/button/ThemedPressable.d.ts.map +1 -0
- package/lib/typescript/module/src/components/overlay/alert/AlertButton.d.ts +5 -0
- package/lib/typescript/module/src/components/overlay/alert/AlertButton.d.ts.map +1 -0
- package/lib/typescript/module/src/components/overlay/alert/AlertButtons.d.ts +5 -0
- package/lib/typescript/module/src/components/overlay/alert/AlertButtons.d.ts.map +1 -0
- package/lib/typescript/module/src/components/overlay/alert/AlertWrap.d.ts +1 -1
- package/lib/typescript/module/src/components/overlay/alert/AlertWrap.d.ts.map +1 -1
- package/lib/typescript/module/src/components/text/Text.d.ts +38 -38
- package/lib/typescript/module/src/components/view/AnimatedBox.d.ts +31 -31
- package/lib/typescript/module/src/components/view/Box.d.ts +62 -62
- package/lib/typescript/module/src/hooks/{btn.d.ts → button.d.ts} +42 -42
- package/lib/typescript/module/src/hooks/{btn.d.ts.map → button.d.ts.map} +1 -1
- package/lib/typescript/module/src/hooks/theme.d.ts +6 -6
- package/lib/typescript/module/src/index.d.ts +8 -8
- package/lib/typescript/module/src/index.d.ts.map +1 -1
- package/lib/typescript/module/src/test/utils/func.d.ts +2 -2
- package/lib/typescript/module/src/types/{btn.d.ts → button.d.ts} +7 -7
- package/lib/typescript/module/src/types/button.d.ts.map +1 -0
- package/lib/typescript/module/src/types/overlay.d.ts +15 -15
- package/lib/typescript/module/src/types/overlay.d.ts.map +1 -1
- package/lib/typescript/module/src/types/switch.d.ts +1 -1
- package/lib/typescript/module/src/types/switch.d.ts.map +1 -1
- package/lib/typescript/module/src/utils/{btn → button}/const.d.ts +1 -1
- package/lib/typescript/module/src/utils/button/const.d.ts.map +1 -0
- package/lib/typescript/module/src/utils/overlay/const.d.ts +1 -1
- package/lib/typescript/module/src/utils/overlay/const.d.ts.map +1 -1
- package/lib/typescript/module/src/utils/overlay/func.d.ts +1 -1
- package/lib/typescript/module/src/utils/overlay/func.d.ts.map +1 -1
- package/lib/typescript/module/src/utils/theme/const.d.ts +3 -3
- package/lib/typescript/module/src/utils/theme/const.d.ts.map +1 -1
- package/lib/typescript/module/src/utils/theme/restyle.d.ts +13 -13
- package/lib/typescript/module/src/utils/theme/restyle.d.ts.map +1 -1
- package/package.json +1 -1
- package/lib/commonjs/components/btn/AnimatedPressable.js.map +0 -1
- package/lib/commonjs/components/btn/AnimatedThemedPressable.js.map +0 -1
- package/lib/commonjs/components/btn/ThemedBtn.js.map +0 -1
- package/lib/commonjs/components/btn/ThemedIconBtn.js.map +0 -1
- package/lib/commonjs/components/btn/ThemedIconTextBtn.js.map +0 -1
- package/lib/commonjs/components/btn/ThemedPressable.js.map +0 -1
- package/lib/commonjs/components/overlay/alert/AlertBtn.js.map +0 -1
- package/lib/commonjs/components/overlay/alert/AlertBtns.js.map +0 -1
- package/lib/commonjs/hooks/btn.js.map +0 -1
- package/lib/commonjs/utils/btn/const.js +0 -17
- package/lib/commonjs/utils/btn/const.js.map +0 -1
- package/lib/module/components/btn/AnimatedPressable.js.map +0 -1
- package/lib/module/components/btn/AnimatedThemedPressable.js.map +0 -1
- package/lib/module/components/btn/ThemedBtn.js.map +0 -1
- package/lib/module/components/btn/ThemedIconBtn.js.map +0 -1
- package/lib/module/components/btn/ThemedIconTextBtn.js.map +0 -1
- package/lib/module/components/btn/ThemedPressable.js.map +0 -1
- package/lib/module/components/overlay/alert/AlertBtn.js.map +0 -1
- package/lib/module/components/overlay/alert/AlertBtns.js.map +0 -1
- package/lib/module/hooks/btn.js.map +0 -1
- package/lib/module/types/btn.js +0 -4
- package/lib/module/utils/btn/const.js +0 -13
- package/lib/module/utils/btn/const.js.map +0 -1
- package/lib/typescript/commonjs/src/components/btn/AnimatedPressable.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/btn/AnimatedThemedPressable.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/btn/ThemedBtn.d.ts +0 -5
- package/lib/typescript/commonjs/src/components/btn/ThemedBtn.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/btn/ThemedIconBtn.d.ts +0 -5
- package/lib/typescript/commonjs/src/components/btn/ThemedIconBtn.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/btn/ThemedIconTextBtn.d.ts +0 -5
- package/lib/typescript/commonjs/src/components/btn/ThemedIconTextBtn.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/btn/ThemedPressable.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertBtn.d.ts +0 -5
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertBtn.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertBtns.d.ts +0 -5
- package/lib/typescript/commonjs/src/components/overlay/alert/AlertBtns.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/types/btn.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/utils/btn/const.d.ts.map +0 -1
- package/lib/typescript/module/src/components/btn/AnimatedPressable.d.ts.map +0 -1
- package/lib/typescript/module/src/components/btn/AnimatedThemedPressable.d.ts.map +0 -1
- package/lib/typescript/module/src/components/btn/ThemedBtn.d.ts +0 -5
- package/lib/typescript/module/src/components/btn/ThemedBtn.d.ts.map +0 -1
- package/lib/typescript/module/src/components/btn/ThemedIconBtn.d.ts +0 -5
- package/lib/typescript/module/src/components/btn/ThemedIconBtn.d.ts.map +0 -1
- package/lib/typescript/module/src/components/btn/ThemedIconTextBtn.d.ts +0 -5
- package/lib/typescript/module/src/components/btn/ThemedIconTextBtn.d.ts.map +0 -1
- package/lib/typescript/module/src/components/btn/ThemedPressable.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/alert/AlertBtn.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/alert/AlertBtn.d.ts.map +0 -1
- package/lib/typescript/module/src/components/overlay/alert/AlertBtns.d.ts +0 -5
- package/lib/typescript/module/src/components/overlay/alert/AlertBtns.d.ts.map +0 -1
- package/lib/typescript/module/src/types/btn.d.ts.map +0 -1
- package/lib/typescript/module/src/utils/btn/const.d.ts.map +0 -1
- /package/lib/commonjs/components/{btn → button}/AnimatedPressable.js +0 -0
- /package/lib/module/components/{btn → button}/AnimatedPressable.js +0 -0
- /package/lib/typescript/commonjs/src/components/{btn → button}/AnimatedPressable.d.ts +0 -0
- /package/lib/typescript/module/src/components/{btn → button}/AnimatedPressable.d.ts +0 -0
|
@@ -8,7 +8,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
8
8
|
backgroundOverlay: import("../..").Palette;
|
|
9
9
|
text: import("../..").Palette;
|
|
10
10
|
textOverlay: import("../..").Palette;
|
|
11
|
-
|
|
11
|
+
textButton: import("../..").Palette;
|
|
12
12
|
border: import("../..").Palette;
|
|
13
13
|
separator: import("../..").Palette;
|
|
14
14
|
err: import("../..").Palette;
|
|
@@ -41,7 +41,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
41
41
|
s: import("../..").BorderRadius;
|
|
42
42
|
m: import("../..").BorderRadius;
|
|
43
43
|
l: import("../..").BorderRadius;
|
|
44
|
-
|
|
44
|
+
round: import("../..").BorderRadius;
|
|
45
45
|
};
|
|
46
46
|
textVariants: {
|
|
47
47
|
textXSBold: {
|
|
@@ -115,7 +115,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
115
115
|
backgroundOverlay: import("../..").Palette;
|
|
116
116
|
text: import("../..").Palette;
|
|
117
117
|
textOverlay: import("../..").Palette;
|
|
118
|
-
|
|
118
|
+
textButton: import("../..").Palette;
|
|
119
119
|
border: import("../..").Palette;
|
|
120
120
|
separator: import("../..").Palette;
|
|
121
121
|
err: import("../..").Palette;
|
|
@@ -148,7 +148,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
148
148
|
s: import("../..").BorderRadius;
|
|
149
149
|
m: import("../..").BorderRadius;
|
|
150
150
|
l: import("../..").BorderRadius;
|
|
151
|
-
|
|
151
|
+
round: import("../..").BorderRadius;
|
|
152
152
|
};
|
|
153
153
|
textVariants: {
|
|
154
154
|
textXSBold: {
|
|
@@ -222,7 +222,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
222
222
|
backgroundOverlay: import("../..").Palette;
|
|
223
223
|
text: import("../..").Palette;
|
|
224
224
|
textOverlay: import("../..").Palette;
|
|
225
|
-
|
|
225
|
+
textButton: import("../..").Palette;
|
|
226
226
|
border: import("../..").Palette;
|
|
227
227
|
separator: import("../..").Palette;
|
|
228
228
|
err: import("../..").Palette;
|
|
@@ -255,7 +255,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
255
255
|
s: import("../..").BorderRadius;
|
|
256
256
|
m: import("../..").BorderRadius;
|
|
257
257
|
l: import("../..").BorderRadius;
|
|
258
|
-
|
|
258
|
+
round: import("../..").BorderRadius;
|
|
259
259
|
};
|
|
260
260
|
textVariants: {
|
|
261
261
|
textXSBold: {
|
|
@@ -329,7 +329,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
329
329
|
backgroundOverlay: import("../..").Palette;
|
|
330
330
|
text: import("../..").Palette;
|
|
331
331
|
textOverlay: import("../..").Palette;
|
|
332
|
-
|
|
332
|
+
textButton: import("../..").Palette;
|
|
333
333
|
border: import("../..").Palette;
|
|
334
334
|
separator: import("../..").Palette;
|
|
335
335
|
err: import("../..").Palette;
|
|
@@ -362,7 +362,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
362
362
|
s: import("../..").BorderRadius;
|
|
363
363
|
m: import("../..").BorderRadius;
|
|
364
364
|
l: import("../..").BorderRadius;
|
|
365
|
-
|
|
365
|
+
round: import("../..").BorderRadius;
|
|
366
366
|
};
|
|
367
367
|
textVariants: {
|
|
368
368
|
textXSBold: {
|
|
@@ -436,7 +436,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
436
436
|
backgroundOverlay: import("../..").Palette;
|
|
437
437
|
text: import("../..").Palette;
|
|
438
438
|
textOverlay: import("../..").Palette;
|
|
439
|
-
|
|
439
|
+
textButton: import("../..").Palette;
|
|
440
440
|
border: import("../..").Palette;
|
|
441
441
|
separator: import("../..").Palette;
|
|
442
442
|
err: import("../..").Palette;
|
|
@@ -469,7 +469,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
469
469
|
s: import("../..").BorderRadius;
|
|
470
470
|
m: import("../..").BorderRadius;
|
|
471
471
|
l: import("../..").BorderRadius;
|
|
472
|
-
|
|
472
|
+
round: import("../..").BorderRadius;
|
|
473
473
|
};
|
|
474
474
|
textVariants: {
|
|
475
475
|
textXSBold: {
|
|
@@ -543,7 +543,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
543
543
|
backgroundOverlay: import("../..").Palette;
|
|
544
544
|
text: import("../..").Palette;
|
|
545
545
|
textOverlay: import("../..").Palette;
|
|
546
|
-
|
|
546
|
+
textButton: import("../..").Palette;
|
|
547
547
|
border: import("../..").Palette;
|
|
548
548
|
separator: import("../..").Palette;
|
|
549
549
|
err: import("../..").Palette;
|
|
@@ -576,7 +576,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
576
576
|
s: import("../..").BorderRadius;
|
|
577
577
|
m: import("../..").BorderRadius;
|
|
578
578
|
l: import("../..").BorderRadius;
|
|
579
|
-
|
|
579
|
+
round: import("../..").BorderRadius;
|
|
580
580
|
};
|
|
581
581
|
textVariants: {
|
|
582
582
|
textXSBold: {
|
|
@@ -659,7 +659,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
659
659
|
desktop: number;
|
|
660
660
|
}>;
|
|
661
661
|
} & {
|
|
662
|
-
textShadowColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "
|
|
662
|
+
textShadowColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
|
|
663
663
|
smallPhone: number;
|
|
664
664
|
phone: number;
|
|
665
665
|
smallTablet: number;
|
|
@@ -676,7 +676,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
676
676
|
backgroundOverlay: import("../..").Palette;
|
|
677
677
|
text: import("../..").Palette;
|
|
678
678
|
textOverlay: import("../..").Palette;
|
|
679
|
-
|
|
679
|
+
textButton: import("../..").Palette;
|
|
680
680
|
border: import("../..").Palette;
|
|
681
681
|
separator: import("../..").Palette;
|
|
682
682
|
err: import("../..").Palette;
|
|
@@ -709,7 +709,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
709
709
|
s: import("../..").BorderRadius;
|
|
710
710
|
m: import("../..").BorderRadius;
|
|
711
711
|
l: import("../..").BorderRadius;
|
|
712
|
-
|
|
712
|
+
round: import("../..").BorderRadius;
|
|
713
713
|
};
|
|
714
714
|
textVariants: {
|
|
715
715
|
textXSBold: {
|
|
@@ -783,7 +783,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
783
783
|
backgroundOverlay: import("../..").Palette;
|
|
784
784
|
text: import("../..").Palette;
|
|
785
785
|
textOverlay: import("../..").Palette;
|
|
786
|
-
|
|
786
|
+
textButton: import("../..").Palette;
|
|
787
787
|
border: import("../..").Palette;
|
|
788
788
|
separator: import("../..").Palette;
|
|
789
789
|
err: import("../..").Palette;
|
|
@@ -816,7 +816,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
816
816
|
s: import("../..").BorderRadius;
|
|
817
817
|
m: import("../..").BorderRadius;
|
|
818
818
|
l: import("../..").BorderRadius;
|
|
819
|
-
|
|
819
|
+
round: import("../..").BorderRadius;
|
|
820
820
|
};
|
|
821
821
|
textVariants: {
|
|
822
822
|
textXSBold: {
|
|
@@ -892,7 +892,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
892
892
|
backgroundOverlay: import("../..").Palette;
|
|
893
893
|
text: import("../..").Palette;
|
|
894
894
|
textOverlay: import("../..").Palette;
|
|
895
|
-
|
|
895
|
+
textButton: import("../..").Palette;
|
|
896
896
|
border: import("../..").Palette;
|
|
897
897
|
separator: import("../..").Palette;
|
|
898
898
|
err: import("../..").Palette;
|
|
@@ -925,7 +925,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
925
925
|
s: import("../..").BorderRadius;
|
|
926
926
|
m: import("../..").BorderRadius;
|
|
927
927
|
l: import("../..").BorderRadius;
|
|
928
|
-
|
|
928
|
+
round: import("../..").BorderRadius;
|
|
929
929
|
};
|
|
930
930
|
textVariants: {
|
|
931
931
|
textXSBold: {
|
|
@@ -1000,7 +1000,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
1000
1000
|
backgroundOverlay: import("../..").Palette;
|
|
1001
1001
|
text: import("../..").Palette;
|
|
1002
1002
|
textOverlay: import("../..").Palette;
|
|
1003
|
-
|
|
1003
|
+
textButton: import("../..").Palette;
|
|
1004
1004
|
border: import("../..").Palette;
|
|
1005
1005
|
separator: import("../..").Palette;
|
|
1006
1006
|
err: import("../..").Palette;
|
|
@@ -1033,7 +1033,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
1033
1033
|
s: import("../..").BorderRadius;
|
|
1034
1034
|
m: import("../..").BorderRadius;
|
|
1035
1035
|
l: import("../..").BorderRadius;
|
|
1036
|
-
|
|
1036
|
+
round: import("../..").BorderRadius;
|
|
1037
1037
|
};
|
|
1038
1038
|
textVariants: {
|
|
1039
1039
|
textXSBold: {
|
|
@@ -1107,7 +1107,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
1107
1107
|
backgroundOverlay: import("../..").Palette;
|
|
1108
1108
|
text: import("../..").Palette;
|
|
1109
1109
|
textOverlay: import("../..").Palette;
|
|
1110
|
-
|
|
1110
|
+
textButton: import("../..").Palette;
|
|
1111
1111
|
border: import("../..").Palette;
|
|
1112
1112
|
separator: import("../..").Palette;
|
|
1113
1113
|
err: import("../..").Palette;
|
|
@@ -1140,7 +1140,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
1140
1140
|
s: import("../..").BorderRadius;
|
|
1141
1141
|
m: import("../..").BorderRadius;
|
|
1142
1142
|
l: import("../..").BorderRadius;
|
|
1143
|
-
|
|
1143
|
+
round: import("../..").BorderRadius;
|
|
1144
1144
|
};
|
|
1145
1145
|
textVariants: {
|
|
1146
1146
|
textXSBold: {
|
|
@@ -1214,7 +1214,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
1214
1214
|
backgroundOverlay: import("../..").Palette;
|
|
1215
1215
|
text: import("../..").Palette;
|
|
1216
1216
|
textOverlay: import("../..").Palette;
|
|
1217
|
-
|
|
1217
|
+
textButton: import("../..").Palette;
|
|
1218
1218
|
border: import("../..").Palette;
|
|
1219
1219
|
separator: import("../..").Palette;
|
|
1220
1220
|
err: import("../..").Palette;
|
|
@@ -1247,7 +1247,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
1247
1247
|
s: import("../..").BorderRadius;
|
|
1248
1248
|
m: import("../..").BorderRadius;
|
|
1249
1249
|
l: import("../..").BorderRadius;
|
|
1250
|
-
|
|
1250
|
+
round: import("../..").BorderRadius;
|
|
1251
1251
|
};
|
|
1252
1252
|
textVariants: {
|
|
1253
1253
|
textXSBold: {
|
|
@@ -1321,7 +1321,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
1321
1321
|
backgroundOverlay: import("../..").Palette;
|
|
1322
1322
|
text: import("../..").Palette;
|
|
1323
1323
|
textOverlay: import("../..").Palette;
|
|
1324
|
-
|
|
1324
|
+
textButton: import("../..").Palette;
|
|
1325
1325
|
border: import("../..").Palette;
|
|
1326
1326
|
separator: import("../..").Palette;
|
|
1327
1327
|
err: import("../..").Palette;
|
|
@@ -1354,7 +1354,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
1354
1354
|
s: import("../..").BorderRadius;
|
|
1355
1355
|
m: import("../..").BorderRadius;
|
|
1356
1356
|
l: import("../..").BorderRadius;
|
|
1357
|
-
|
|
1357
|
+
round: import("../..").BorderRadius;
|
|
1358
1358
|
};
|
|
1359
1359
|
textVariants: {
|
|
1360
1360
|
textXSBold: {
|
|
@@ -1428,7 +1428,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
1428
1428
|
backgroundOverlay: import("../..").Palette;
|
|
1429
1429
|
text: import("../..").Palette;
|
|
1430
1430
|
textOverlay: import("../..").Palette;
|
|
1431
|
-
|
|
1431
|
+
textButton: import("../..").Palette;
|
|
1432
1432
|
border: import("../..").Palette;
|
|
1433
1433
|
separator: import("../..").Palette;
|
|
1434
1434
|
err: import("../..").Palette;
|
|
@@ -1461,7 +1461,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
1461
1461
|
s: import("../..").BorderRadius;
|
|
1462
1462
|
m: import("../..").BorderRadius;
|
|
1463
1463
|
l: import("../..").BorderRadius;
|
|
1464
|
-
|
|
1464
|
+
round: import("../..").BorderRadius;
|
|
1465
1465
|
};
|
|
1466
1466
|
textVariants: {
|
|
1467
1467
|
textXSBold: {
|
|
@@ -1535,7 +1535,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
1535
1535
|
backgroundOverlay: import("../..").Palette;
|
|
1536
1536
|
text: import("../..").Palette;
|
|
1537
1537
|
textOverlay: import("../..").Palette;
|
|
1538
|
-
|
|
1538
|
+
textButton: import("../..").Palette;
|
|
1539
1539
|
border: import("../..").Palette;
|
|
1540
1540
|
separator: import("../..").Palette;
|
|
1541
1541
|
err: import("../..").Palette;
|
|
@@ -1568,7 +1568,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
1568
1568
|
s: import("../..").BorderRadius;
|
|
1569
1569
|
m: import("../..").BorderRadius;
|
|
1570
1570
|
l: import("../..").BorderRadius;
|
|
1571
|
-
|
|
1571
|
+
round: import("../..").BorderRadius;
|
|
1572
1572
|
};
|
|
1573
1573
|
textVariants: {
|
|
1574
1574
|
textXSBold: {
|
|
@@ -1651,7 +1651,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
1651
1651
|
desktop: number;
|
|
1652
1652
|
}>;
|
|
1653
1653
|
} & {
|
|
1654
|
-
textShadowColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "
|
|
1654
|
+
textShadowColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
|
|
1655
1655
|
smallPhone: number;
|
|
1656
1656
|
phone: number;
|
|
1657
1657
|
smallTablet: number;
|
|
@@ -1668,7 +1668,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
1668
1668
|
backgroundOverlay: import("../..").Palette;
|
|
1669
1669
|
text: import("../..").Palette;
|
|
1670
1670
|
textOverlay: import("../..").Palette;
|
|
1671
|
-
|
|
1671
|
+
textButton: import("../..").Palette;
|
|
1672
1672
|
border: import("../..").Palette;
|
|
1673
1673
|
separator: import("../..").Palette;
|
|
1674
1674
|
err: import("../..").Palette;
|
|
@@ -1701,7 +1701,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
1701
1701
|
s: import("../..").BorderRadius;
|
|
1702
1702
|
m: import("../..").BorderRadius;
|
|
1703
1703
|
l: import("../..").BorderRadius;
|
|
1704
|
-
|
|
1704
|
+
round: import("../..").BorderRadius;
|
|
1705
1705
|
};
|
|
1706
1706
|
textVariants: {
|
|
1707
1707
|
textXSBold: {
|
|
@@ -1775,7 +1775,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
1775
1775
|
backgroundOverlay: import("../..").Palette;
|
|
1776
1776
|
text: import("../..").Palette;
|
|
1777
1777
|
textOverlay: import("../..").Palette;
|
|
1778
|
-
|
|
1778
|
+
textButton: import("../..").Palette;
|
|
1779
1779
|
border: import("../..").Palette;
|
|
1780
1780
|
separator: import("../..").Palette;
|
|
1781
1781
|
err: import("../..").Palette;
|
|
@@ -1808,7 +1808,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
1808
1808
|
s: import("../..").BorderRadius;
|
|
1809
1809
|
m: import("../..").BorderRadius;
|
|
1810
1810
|
l: import("../..").BorderRadius;
|
|
1811
|
-
|
|
1811
|
+
round: import("../..").BorderRadius;
|
|
1812
1812
|
};
|
|
1813
1813
|
textVariants: {
|
|
1814
1814
|
textXSBold: {
|
|
@@ -1884,7 +1884,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
1884
1884
|
backgroundOverlay: import("../..").Palette;
|
|
1885
1885
|
text: import("../..").Palette;
|
|
1886
1886
|
textOverlay: import("../..").Palette;
|
|
1887
|
-
|
|
1887
|
+
textButton: import("../..").Palette;
|
|
1888
1888
|
border: import("../..").Palette;
|
|
1889
1889
|
separator: import("../..").Palette;
|
|
1890
1890
|
err: import("../..").Palette;
|
|
@@ -1917,7 +1917,7 @@ declare const Text: import("react").ForwardRefExoticComponent<import("@shopify/r
|
|
|
1917
1917
|
s: import("../..").BorderRadius;
|
|
1918
1918
|
m: import("../..").BorderRadius;
|
|
1919
1919
|
l: import("../..").BorderRadius;
|
|
1920
|
-
|
|
1920
|
+
round: import("../..").BorderRadius;
|
|
1921
1921
|
};
|
|
1922
1922
|
textVariants: {
|
|
1923
1923
|
textXSBold: {
|
|
@@ -8,7 +8,7 @@ declare const AnimatedBox: import("react").FunctionComponent<import("react-nativ
|
|
|
8
8
|
backgroundOverlay: import("../..").Palette;
|
|
9
9
|
text: import("../..").Palette;
|
|
10
10
|
textOverlay: import("../..").Palette;
|
|
11
|
-
|
|
11
|
+
textButton: import("../..").Palette;
|
|
12
12
|
border: import("../..").Palette;
|
|
13
13
|
separator: import("../..").Palette;
|
|
14
14
|
err: import("../..").Palette;
|
|
@@ -41,7 +41,7 @@ declare const AnimatedBox: import("react").FunctionComponent<import("react-nativ
|
|
|
41
41
|
s: import("../..").BorderRadius;
|
|
42
42
|
m: import("../..").BorderRadius;
|
|
43
43
|
l: import("../..").BorderRadius;
|
|
44
|
-
|
|
44
|
+
round: import("../..").BorderRadius;
|
|
45
45
|
};
|
|
46
46
|
textVariants: {
|
|
47
47
|
textXSBold: {
|
|
@@ -115,7 +115,7 @@ declare const AnimatedBox: import("react").FunctionComponent<import("react-nativ
|
|
|
115
115
|
backgroundOverlay: import("../..").Palette;
|
|
116
116
|
text: import("../..").Palette;
|
|
117
117
|
textOverlay: import("../..").Palette;
|
|
118
|
-
|
|
118
|
+
textButton: import("../..").Palette;
|
|
119
119
|
border: import("../..").Palette;
|
|
120
120
|
separator: import("../..").Palette;
|
|
121
121
|
err: import("../..").Palette;
|
|
@@ -148,7 +148,7 @@ declare const AnimatedBox: import("react").FunctionComponent<import("react-nativ
|
|
|
148
148
|
s: import("../..").BorderRadius;
|
|
149
149
|
m: import("../..").BorderRadius;
|
|
150
150
|
l: import("../..").BorderRadius;
|
|
151
|
-
|
|
151
|
+
round: import("../..").BorderRadius;
|
|
152
152
|
};
|
|
153
153
|
textVariants: {
|
|
154
154
|
textXSBold: {
|
|
@@ -222,7 +222,7 @@ declare const AnimatedBox: import("react").FunctionComponent<import("react-nativ
|
|
|
222
222
|
backgroundOverlay: import("../..").Palette;
|
|
223
223
|
text: import("../..").Palette;
|
|
224
224
|
textOverlay: import("../..").Palette;
|
|
225
|
-
|
|
225
|
+
textButton: import("../..").Palette;
|
|
226
226
|
border: import("../..").Palette;
|
|
227
227
|
separator: import("../..").Palette;
|
|
228
228
|
err: import("../..").Palette;
|
|
@@ -255,7 +255,7 @@ declare const AnimatedBox: import("react").FunctionComponent<import("react-nativ
|
|
|
255
255
|
s: import("../..").BorderRadius;
|
|
256
256
|
m: import("../..").BorderRadius;
|
|
257
257
|
l: import("../..").BorderRadius;
|
|
258
|
-
|
|
258
|
+
round: import("../..").BorderRadius;
|
|
259
259
|
};
|
|
260
260
|
textVariants: {
|
|
261
261
|
textXSBold: {
|
|
@@ -329,7 +329,7 @@ declare const AnimatedBox: import("react").FunctionComponent<import("react-nativ
|
|
|
329
329
|
backgroundOverlay: import("../..").Palette;
|
|
330
330
|
text: import("../..").Palette;
|
|
331
331
|
textOverlay: import("../..").Palette;
|
|
332
|
-
|
|
332
|
+
textButton: import("../..").Palette;
|
|
333
333
|
border: import("../..").Palette;
|
|
334
334
|
separator: import("../..").Palette;
|
|
335
335
|
err: import("../..").Palette;
|
|
@@ -362,7 +362,7 @@ declare const AnimatedBox: import("react").FunctionComponent<import("react-nativ
|
|
|
362
362
|
s: import("../..").BorderRadius;
|
|
363
363
|
m: import("../..").BorderRadius;
|
|
364
364
|
l: import("../..").BorderRadius;
|
|
365
|
-
|
|
365
|
+
round: import("../..").BorderRadius;
|
|
366
366
|
};
|
|
367
367
|
textVariants: {
|
|
368
368
|
textXSBold: {
|
|
@@ -436,7 +436,7 @@ declare const AnimatedBox: import("react").FunctionComponent<import("react-nativ
|
|
|
436
436
|
backgroundOverlay: import("../..").Palette;
|
|
437
437
|
text: import("../..").Palette;
|
|
438
438
|
textOverlay: import("../..").Palette;
|
|
439
|
-
|
|
439
|
+
textButton: import("../..").Palette;
|
|
440
440
|
border: import("../..").Palette;
|
|
441
441
|
separator: import("../..").Palette;
|
|
442
442
|
err: import("../..").Palette;
|
|
@@ -469,7 +469,7 @@ declare const AnimatedBox: import("react").FunctionComponent<import("react-nativ
|
|
|
469
469
|
s: import("../..").BorderRadius;
|
|
470
470
|
m: import("../..").BorderRadius;
|
|
471
471
|
l: import("../..").BorderRadius;
|
|
472
|
-
|
|
472
|
+
round: import("../..").BorderRadius;
|
|
473
473
|
};
|
|
474
474
|
textVariants: {
|
|
475
475
|
textXSBold: {
|
|
@@ -591,49 +591,49 @@ declare const AnimatedBox: import("react").FunctionComponent<import("react-nativ
|
|
|
591
591
|
desktop: number;
|
|
592
592
|
}>;
|
|
593
593
|
} & {
|
|
594
|
-
borderColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "
|
|
594
|
+
borderColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
|
|
595
595
|
smallPhone: number;
|
|
596
596
|
phone: number;
|
|
597
597
|
smallTablet: number;
|
|
598
598
|
tablet: number;
|
|
599
599
|
desktop: number;
|
|
600
600
|
}> | undefined;
|
|
601
|
-
borderTopColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "
|
|
601
|
+
borderTopColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
|
|
602
602
|
smallPhone: number;
|
|
603
603
|
phone: number;
|
|
604
604
|
smallTablet: number;
|
|
605
605
|
tablet: number;
|
|
606
606
|
desktop: number;
|
|
607
607
|
}> | undefined;
|
|
608
|
-
borderRightColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "
|
|
608
|
+
borderRightColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
|
|
609
609
|
smallPhone: number;
|
|
610
610
|
phone: number;
|
|
611
611
|
smallTablet: number;
|
|
612
612
|
tablet: number;
|
|
613
613
|
desktop: number;
|
|
614
614
|
}> | undefined;
|
|
615
|
-
borderLeftColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "
|
|
615
|
+
borderLeftColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
|
|
616
616
|
smallPhone: number;
|
|
617
617
|
phone: number;
|
|
618
618
|
smallTablet: number;
|
|
619
619
|
tablet: number;
|
|
620
620
|
desktop: number;
|
|
621
621
|
}> | undefined;
|
|
622
|
-
borderBottomColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "
|
|
622
|
+
borderBottomColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
|
|
623
623
|
smallPhone: number;
|
|
624
624
|
phone: number;
|
|
625
625
|
smallTablet: number;
|
|
626
626
|
tablet: number;
|
|
627
627
|
desktop: number;
|
|
628
628
|
}> | undefined;
|
|
629
|
-
borderStartColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "
|
|
629
|
+
borderStartColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
|
|
630
630
|
smallPhone: number;
|
|
631
631
|
phone: number;
|
|
632
632
|
smallTablet: number;
|
|
633
633
|
tablet: number;
|
|
634
634
|
desktop: number;
|
|
635
635
|
}> | undefined;
|
|
636
|
-
borderEndColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "
|
|
636
|
+
borderEndColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
|
|
637
637
|
smallPhone: number;
|
|
638
638
|
phone: number;
|
|
639
639
|
smallTablet: number;
|
|
@@ -641,63 +641,63 @@ declare const AnimatedBox: import("react").FunctionComponent<import("react-nativ
|
|
|
641
641
|
desktop: number;
|
|
642
642
|
}> | undefined;
|
|
643
643
|
} & {
|
|
644
|
-
borderRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "
|
|
644
|
+
borderRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
|
|
645
645
|
smallPhone: number;
|
|
646
646
|
phone: number;
|
|
647
647
|
smallTablet: number;
|
|
648
648
|
tablet: number;
|
|
649
649
|
desktop: number;
|
|
650
650
|
}> | undefined;
|
|
651
|
-
borderBottomLeftRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "
|
|
651
|
+
borderBottomLeftRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
|
|
652
652
|
smallPhone: number;
|
|
653
653
|
phone: number;
|
|
654
654
|
smallTablet: number;
|
|
655
655
|
tablet: number;
|
|
656
656
|
desktop: number;
|
|
657
657
|
}> | undefined;
|
|
658
|
-
borderBottomRightRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "
|
|
658
|
+
borderBottomRightRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
|
|
659
659
|
smallPhone: number;
|
|
660
660
|
phone: number;
|
|
661
661
|
smallTablet: number;
|
|
662
662
|
tablet: number;
|
|
663
663
|
desktop: number;
|
|
664
664
|
}> | undefined;
|
|
665
|
-
borderTopLeftRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "
|
|
665
|
+
borderTopLeftRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
|
|
666
666
|
smallPhone: number;
|
|
667
667
|
phone: number;
|
|
668
668
|
smallTablet: number;
|
|
669
669
|
tablet: number;
|
|
670
670
|
desktop: number;
|
|
671
671
|
}> | undefined;
|
|
672
|
-
borderTopRightRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "
|
|
672
|
+
borderTopRightRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
|
|
673
673
|
smallPhone: number;
|
|
674
674
|
phone: number;
|
|
675
675
|
smallTablet: number;
|
|
676
676
|
tablet: number;
|
|
677
677
|
desktop: number;
|
|
678
678
|
}> | undefined;
|
|
679
|
-
borderBottomStartRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "
|
|
679
|
+
borderBottomStartRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
|
|
680
680
|
smallPhone: number;
|
|
681
681
|
phone: number;
|
|
682
682
|
smallTablet: number;
|
|
683
683
|
tablet: number;
|
|
684
684
|
desktop: number;
|
|
685
685
|
}> | undefined;
|
|
686
|
-
borderBottomEndRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "
|
|
686
|
+
borderBottomEndRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
|
|
687
687
|
smallPhone: number;
|
|
688
688
|
phone: number;
|
|
689
689
|
smallTablet: number;
|
|
690
690
|
tablet: number;
|
|
691
691
|
desktop: number;
|
|
692
692
|
}> | undefined;
|
|
693
|
-
borderTopStartRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "
|
|
693
|
+
borderTopStartRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
|
|
694
694
|
smallPhone: number;
|
|
695
695
|
phone: number;
|
|
696
696
|
smallTablet: number;
|
|
697
697
|
tablet: number;
|
|
698
698
|
desktop: number;
|
|
699
699
|
}> | undefined;
|
|
700
|
-
borderTopEndRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "
|
|
700
|
+
borderTopEndRadius?: import("@shopify/restyle").ResponsiveValue<"s" | "m" | "l" | "round", {
|
|
701
701
|
smallPhone: number;
|
|
702
702
|
phone: number;
|
|
703
703
|
smallTablet: number;
|
|
@@ -737,7 +737,7 @@ declare const AnimatedBox: import("react").FunctionComponent<import("react-nativ
|
|
|
737
737
|
desktop: number;
|
|
738
738
|
}>;
|
|
739
739
|
} & {
|
|
740
|
-
shadowColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "
|
|
740
|
+
shadowColor?: import("@shopify/restyle").ResponsiveValue<"transparent" | "themePri" | "themeSec" | "themePriT" | "background" | "backgroundOverlay" | "text" | "textOverlay" | "textButton" | "border" | "separator" | "err", {
|
|
741
741
|
smallPhone: number;
|
|
742
742
|
phone: number;
|
|
743
743
|
smallTablet: number;
|
|
@@ -812,7 +812,7 @@ declare const AnimatedBox: import("react").FunctionComponent<import("react-nativ
|
|
|
812
812
|
backgroundOverlay: import("../..").Palette;
|
|
813
813
|
text: import("../..").Palette;
|
|
814
814
|
textOverlay: import("../..").Palette;
|
|
815
|
-
|
|
815
|
+
textButton: import("../..").Palette;
|
|
816
816
|
border: import("../..").Palette;
|
|
817
817
|
separator: import("../..").Palette;
|
|
818
818
|
err: import("../..").Palette;
|
|
@@ -845,7 +845,7 @@ declare const AnimatedBox: import("react").FunctionComponent<import("react-nativ
|
|
|
845
845
|
s: import("../..").BorderRadius;
|
|
846
846
|
m: import("../..").BorderRadius;
|
|
847
847
|
l: import("../..").BorderRadius;
|
|
848
|
-
|
|
848
|
+
round: import("../..").BorderRadius;
|
|
849
849
|
};
|
|
850
850
|
textVariants: {
|
|
851
851
|
textXSBold: {
|
|
@@ -919,7 +919,7 @@ declare const AnimatedBox: import("react").FunctionComponent<import("react-nativ
|
|
|
919
919
|
backgroundOverlay: import("../..").Palette;
|
|
920
920
|
text: import("../..").Palette;
|
|
921
921
|
textOverlay: import("../..").Palette;
|
|
922
|
-
|
|
922
|
+
textButton: import("../..").Palette;
|
|
923
923
|
border: import("../..").Palette;
|
|
924
924
|
separator: import("../..").Palette;
|
|
925
925
|
err: import("../..").Palette;
|
|
@@ -952,7 +952,7 @@ declare const AnimatedBox: import("react").FunctionComponent<import("react-nativ
|
|
|
952
952
|
s: import("../..").BorderRadius;
|
|
953
953
|
m: import("../..").BorderRadius;
|
|
954
954
|
l: import("../..").BorderRadius;
|
|
955
|
-
|
|
955
|
+
round: import("../..").BorderRadius;
|
|
956
956
|
};
|
|
957
957
|
textVariants: {
|
|
958
958
|
textXSBold: {
|