@jamadd/react-native-template-ui 0.7.16 → 0.8.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.
Files changed (56) hide show
  1. package/lib/module/components/button/AnimatedThemedPressable.js +3 -9
  2. package/lib/module/components/button/AnimatedThemedPressable.js.map +1 -1
  3. package/lib/module/components/button/ThemedPressable.js +2 -8
  4. package/lib/module/components/button/ThemedPressable.js.map +1 -1
  5. package/lib/module/components/overlay/actionSheet/ActionSheetWrap.js +2 -2
  6. package/lib/module/components/overlay/actionSheet/ActionSheetWrap.js.map +1 -1
  7. package/lib/module/components/overlay/alert/AlertWrap.js +1 -1
  8. package/lib/module/components/overlay/alert/AlertWrap.js.map +1 -1
  9. package/lib/module/components/overlay/toast/ThemedToast.js +1 -1
  10. package/lib/module/components/overlay/toast/ThemedToast.js.map +1 -1
  11. package/lib/module/components/slider/Slider.js +2 -2
  12. package/lib/module/components/slider/Slider.js.map +1 -1
  13. package/lib/module/components/switch/ThemedSwitch.js +3 -4
  14. package/lib/module/components/switch/ThemedSwitch.js.map +1 -1
  15. package/lib/module/components/view/AnimatedThemedView.js +7 -5
  16. package/lib/module/components/view/AnimatedThemedView.js.map +1 -1
  17. package/lib/module/components/view/AnimatedView.js +8 -0
  18. package/lib/module/components/view/AnimatedView.js.map +1 -0
  19. package/lib/module/hooks/button.js +56 -32
  20. package/lib/module/hooks/button.js.map +1 -1
  21. package/lib/module/hooks/switch.js +0 -1
  22. package/lib/module/hooks/switch.js.map +1 -1
  23. package/lib/module/hooks/view.js +18 -0
  24. package/lib/module/hooks/view.js.map +1 -1
  25. package/lib/module/utils/button/const.js +1 -0
  26. package/lib/module/utils/button/const.js.map +1 -1
  27. package/lib/module/utils/theme/const.js +6 -6
  28. package/lib/module/utils/theme/restyle.js +4 -1
  29. package/lib/module/utils/theme/restyle.js.map +1 -1
  30. package/lib/typescript/src/components/switch/ThemedSwitch.d.ts.map +1 -1
  31. package/lib/typescript/src/components/text/Text.d.ts +4 -4
  32. package/lib/typescript/src/components/view/AnimatedThemedView.d.ts.map +1 -1
  33. package/lib/typescript/src/components/view/AnimatedView.d.ts +3 -0
  34. package/lib/typescript/src/components/view/AnimatedView.d.ts.map +1 -0
  35. package/lib/typescript/src/components/view/Box.d.ts +2 -2
  36. package/lib/typescript/src/hooks/button.d.ts +5 -1645
  37. package/lib/typescript/src/hooks/button.d.ts.map +1 -1
  38. package/lib/typescript/src/hooks/view.d.ts +4 -0
  39. package/lib/typescript/src/hooks/view.d.ts.map +1 -1
  40. package/lib/typescript/src/types/button.d.ts +12 -12
  41. package/lib/typescript/src/types/button.d.ts.map +1 -1
  42. package/lib/typescript/src/types/switch.d.ts +0 -3
  43. package/lib/typescript/src/types/switch.d.ts.map +1 -1
  44. package/lib/typescript/src/types/view.d.ts +5 -3
  45. package/lib/typescript/src/types/view.d.ts.map +1 -1
  46. package/lib/typescript/src/utils/button/const.d.ts +2 -1
  47. package/lib/typescript/src/utils/button/const.d.ts.map +1 -1
  48. package/lib/typescript/src/utils/theme/const.d.ts +5 -5
  49. package/lib/typescript/src/utils/theme/const.d.ts.map +1 -1
  50. package/lib/typescript/src/utils/theme/restyle.d.ts +851 -84
  51. package/lib/typescript/src/utils/theme/restyle.d.ts.map +1 -1
  52. package/package.json +19 -19
  53. package/lib/module/components/view/AnimatedBox.js +0 -8
  54. package/lib/module/components/view/AnimatedBox.js.map +0 -1
  55. package/lib/typescript/src/components/view/AnimatedBox.d.ts +0 -3107
  56. package/lib/typescript/src/components/view/AnimatedBox.d.ts.map +0 -1
@@ -1,10 +1,10 @@
1
- import type { ThemedPressableProps } from '../../types/button';
1
+ import type { AnimatedThemedPressableProps, ThemedPressableProps } from '../../types/button';
2
2
  import type { IconProps, ThemedIconProps } from '../../types/icon';
3
3
  import type { ThemedLoadingProps } from '../../types/loading';
4
4
  import type { InsetsStyleConfig } from '../../types/style';
5
- import type { ThemedScrollViewProps } from '../../types/view';
5
+ import type { AnimatedThemedViewProps, ThemedScrollViewProps } from '../../types/view';
6
6
  export declare const themedPressableRestyleFuncs: {
7
- buildStyle: (props: Omit<ThemedPressableProps, "style" | "children" | "hitSlop" | "id" | "needsOffscreenAlphaCompositing" | "onLayout" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "collapsableChildren" | "onBlur" | "onFocus" | "renderToHardwareTextureAndroid" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-modal" | "role" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "screenReaderFocusable" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "accessibilityRespondsToUserInteraction" | "onPress" | "onPressIn" | "onPressOut" | "onLongPress" | "pressRetentionOffset" | "disabled" | "onHoverIn" | "onHoverOut" | "cancelable" | "delayHoverIn" | "delayHoverOut" | "delayLongPress" | "android_disableSound" | "android_ripple" | "testOnly_pressed" | "unstable_pressDelay" | "scaleRatio" | "onPressDelayConfig">, { theme, dimensions, }: {
7
+ buildStyle: (props: Omit<ThemedPressableProps, "onPress" | "scaleRatio" | "onPressDelayConfig">, { theme, dimensions, }: {
8
8
  theme: {
9
9
  colors: {
10
10
  transparent: import("./const").Palette;
@@ -117,8 +117,98 @@ export declare const themedPressableRestyleFuncs: {
117
117
  };
118
118
  dimensions: import("@shopify/restyle").Dimensions | null;
119
119
  }) => import("@shopify/restyle").RNStyle;
120
- properties: ("m" | "bottom" | "top" | "width" | "height" | "minWidth" | "maxWidth" | "minHeight" | "maxHeight" | "overflow" | "aspectRatio" | "alignContent" | "alignItems" | "alignSelf" | "justifyContent" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginHorizontal" | "marginVertical" | "marginStart" | "marginEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingHorizontal" | "paddingVertical" | "paddingStart" | "paddingEnd" | "columnGap" | "rowGap" | "gap" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStyle" | "borderTopWidth" | "borderStartWidth" | "borderEndWidth" | "borderWidth" | "borderColor" | "borderTopColor" | "borderRightColor" | "borderLeftColor" | "borderBottomColor" | "borderStartColor" | "borderEndColor" | "borderRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomStartRadius" | "borderBottomEndRadius" | "borderTopStartRadius" | "borderTopEndRadius" | "shadowOpacity" | "shadowOffset" | "shadowRadius" | "elevation" | "position" | "right" | "left" | "start" | "end" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "ms" | "me" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "ps" | "pe" | "g" | "rg" | "cg" | "backgroundColor" | "bg" | "zIndex" | "opacity" | "visible" | "shadowColor")[];
120
+ properties: ("children" | "style" | "hitSlop" | "id" | "needsOffscreenAlphaCompositing" | "onLayout" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "collapsableChildren" | "onBlur" | "onFocus" | "renderToHardwareTextureAndroid" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-modal" | "role" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "screenReaderFocusable" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "accessibilityRespondsToUserInteraction" | "m" | "bottom" | "top" | "width" | "height" | "minWidth" | "maxWidth" | "minHeight" | "maxHeight" | "overflow" | "aspectRatio" | "alignContent" | "alignItems" | "alignSelf" | "justifyContent" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginHorizontal" | "marginVertical" | "marginStart" | "marginEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingHorizontal" | "paddingVertical" | "paddingStart" | "paddingEnd" | "columnGap" | "rowGap" | "gap" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStyle" | "borderTopWidth" | "borderStartWidth" | "borderEndWidth" | "borderWidth" | "borderColor" | "borderTopColor" | "borderRightColor" | "borderLeftColor" | "borderBottomColor" | "borderStartColor" | "borderEndColor" | "borderRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomStartRadius" | "borderBottomEndRadius" | "borderTopStartRadius" | "borderTopEndRadius" | "shadowOpacity" | "shadowOffset" | "shadowRadius" | "elevation" | "position" | "right" | "left" | "start" | "end" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "ms" | "me" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "ps" | "pe" | "g" | "rg" | "cg" | "backgroundColor" | "bg" | "zIndex" | "ref" | "visible" | "opacity" | "shadowColor" | "onPressIn" | "onPressOut" | "onLongPress" | "pressRetentionOffset" | "disabled" | "onHoverIn" | "onHoverOut" | "cancelable" | "delayHoverIn" | "delayHoverOut" | "delayLongPress" | "android_disableSound" | "android_ripple" | "testOnly_pressed" | "unstable_pressDelay")[];
121
121
  propertiesMap: {
122
+ children?: true | undefined;
123
+ style?: true | undefined;
124
+ hitSlop?: true | undefined;
125
+ id?: true | undefined;
126
+ needsOffscreenAlphaCompositing?: true | undefined;
127
+ onLayout?: true | undefined;
128
+ pointerEvents?: true | undefined;
129
+ removeClippedSubviews?: true | undefined;
130
+ testID?: true | undefined;
131
+ nativeID?: true | undefined;
132
+ collapsable?: true | undefined;
133
+ collapsableChildren?: true | undefined;
134
+ onBlur?: true | undefined;
135
+ onFocus?: true | undefined;
136
+ renderToHardwareTextureAndroid?: true | undefined;
137
+ focusable?: true | undefined;
138
+ tabIndex?: true | undefined;
139
+ shouldRasterizeIOS?: true | undefined;
140
+ isTVSelectable?: true | undefined;
141
+ hasTVPreferredFocus?: true | undefined;
142
+ tvParallaxShiftDistanceX?: true | undefined;
143
+ tvParallaxShiftDistanceY?: true | undefined;
144
+ tvParallaxTiltAngle?: true | undefined;
145
+ tvParallaxMagnification?: true | undefined;
146
+ onStartShouldSetResponder?: true | undefined;
147
+ onMoveShouldSetResponder?: true | undefined;
148
+ onResponderEnd?: true | undefined;
149
+ onResponderGrant?: true | undefined;
150
+ onResponderReject?: true | undefined;
151
+ onResponderMove?: true | undefined;
152
+ onResponderRelease?: true | undefined;
153
+ onResponderStart?: true | undefined;
154
+ onResponderTerminationRequest?: true | undefined;
155
+ onResponderTerminate?: true | undefined;
156
+ onStartShouldSetResponderCapture?: true | undefined;
157
+ onMoveShouldSetResponderCapture?: true | undefined;
158
+ onTouchStart?: true | undefined;
159
+ onTouchMove?: true | undefined;
160
+ onTouchEnd?: true | undefined;
161
+ onTouchCancel?: true | undefined;
162
+ onTouchEndCapture?: true | undefined;
163
+ onPointerEnter?: true | undefined;
164
+ onPointerEnterCapture?: true | undefined;
165
+ onPointerLeave?: true | undefined;
166
+ onPointerLeaveCapture?: true | undefined;
167
+ onPointerMove?: true | undefined;
168
+ onPointerMoveCapture?: true | undefined;
169
+ onPointerCancel?: true | undefined;
170
+ onPointerCancelCapture?: true | undefined;
171
+ onPointerDown?: true | undefined;
172
+ onPointerDownCapture?: true | undefined;
173
+ onPointerUp?: true | undefined;
174
+ onPointerUpCapture?: true | undefined;
175
+ accessible?: true | undefined;
176
+ accessibilityActions?: true | undefined;
177
+ accessibilityLabel?: true | undefined;
178
+ 'aria-label'?: true | undefined;
179
+ accessibilityRole?: true | undefined;
180
+ accessibilityState?: true | undefined;
181
+ 'aria-busy'?: true | undefined;
182
+ 'aria-checked'?: true | undefined;
183
+ 'aria-disabled'?: true | undefined;
184
+ 'aria-expanded'?: true | undefined;
185
+ 'aria-selected'?: true | undefined;
186
+ accessibilityHint?: true | undefined;
187
+ accessibilityValue?: true | undefined;
188
+ 'aria-valuemax'?: true | undefined;
189
+ 'aria-valuemin'?: true | undefined;
190
+ 'aria-valuenow'?: true | undefined;
191
+ 'aria-valuetext'?: true | undefined;
192
+ onAccessibilityAction?: true | undefined;
193
+ importantForAccessibility?: true | undefined;
194
+ 'aria-hidden'?: true | undefined;
195
+ 'aria-modal'?: true | undefined;
196
+ role?: true | undefined;
197
+ accessibilityLabelledBy?: true | undefined;
198
+ 'aria-labelledby'?: true | undefined;
199
+ accessibilityLiveRegion?: true | undefined;
200
+ 'aria-live'?: true | undefined;
201
+ screenReaderFocusable?: true | undefined;
202
+ accessibilityElementsHidden?: true | undefined;
203
+ accessibilityViewIsModal?: true | undefined;
204
+ onAccessibilityEscape?: true | undefined;
205
+ onAccessibilityTap?: true | undefined;
206
+ onMagicTap?: true | undefined;
207
+ accessibilityIgnoresInvertColors?: true | undefined;
208
+ accessibilityLanguage?: true | undefined;
209
+ accessibilityShowsLargeContentViewer?: true | undefined;
210
+ accessibilityLargeContentTitle?: true | undefined;
211
+ accessibilityRespondsToUserInteraction?: true | undefined;
122
212
  m?: true | undefined;
123
213
  bottom?: true | undefined;
124
214
  top?: true | undefined;
@@ -217,13 +307,29 @@ export declare const themedPressableRestyleFuncs: {
217
307
  backgroundColor?: true | undefined;
218
308
  bg?: true | undefined;
219
309
  zIndex?: true | undefined;
220
- opacity?: true | undefined;
310
+ ref?: true | undefined;
221
311
  visible?: true | undefined;
312
+ opacity?: true | undefined;
222
313
  shadowColor?: true | undefined;
314
+ onPressIn?: true | undefined;
315
+ onPressOut?: true | undefined;
316
+ onLongPress?: true | undefined;
317
+ pressRetentionOffset?: true | undefined;
318
+ disabled?: true | undefined;
319
+ onHoverIn?: true | undefined;
320
+ onHoverOut?: true | undefined;
321
+ cancelable?: true | undefined;
322
+ delayHoverIn?: true | undefined;
323
+ delayHoverOut?: true | undefined;
324
+ delayLongPress?: true | undefined;
325
+ android_disableSound?: true | undefined;
326
+ android_ripple?: true | undefined;
327
+ testOnly_pressed?: true | undefined;
328
+ unstable_pressDelay?: true | undefined;
223
329
  };
224
330
  };
225
- export declare const themedLoadingRestyleFuncs: {
226
- buildStyle: (props: Omit<ThemedLoadingProps, "size" | "color" | "style" | "children" | "hitSlop" | "id" | "needsOffscreenAlphaCompositing" | "onLayout" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "collapsableChildren" | "onBlur" | "onFocus" | "renderToHardwareTextureAndroid" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-modal" | "role" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "screenReaderFocusable" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "accessibilityRespondsToUserInteraction" | "animating" | "hidesWhenStopped">, { theme, dimensions, }: {
331
+ export declare const animatedThemedPressableRestyleFuncs: {
332
+ buildStyle: (props: Omit<AnimatedThemedPressableProps, "onPress" | "scaleRatio" | "onPressDelayConfig" | "animatedStyle">, { theme, dimensions, }: {
227
333
  theme: {
228
334
  colors: {
229
335
  transparent: import("./const").Palette;
@@ -336,8 +442,105 @@ export declare const themedLoadingRestyleFuncs: {
336
442
  };
337
443
  dimensions: import("@shopify/restyle").Dimensions | null;
338
444
  }) => import("@shopify/restyle").RNStyle;
339
- properties: ("m" | "bottom" | "top" | "width" | "height" | "minWidth" | "maxWidth" | "minHeight" | "maxHeight" | "overflow" | "aspectRatio" | "alignContent" | "alignItems" | "alignSelf" | "justifyContent" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginHorizontal" | "marginVertical" | "marginStart" | "marginEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingHorizontal" | "paddingVertical" | "paddingStart" | "paddingEnd" | "columnGap" | "rowGap" | "gap" | "position" | "right" | "left" | "start" | "end" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "ms" | "me" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "ps" | "pe" | "g" | "rg" | "cg" | "backgroundColor" | "bg" | "zIndex")[];
445
+ properties: ("children" | "style" | "hitSlop" | "id" | "needsOffscreenAlphaCompositing" | "onLayout" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "collapsableChildren" | "onBlur" | "onFocus" | "renderToHardwareTextureAndroid" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-modal" | "role" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "screenReaderFocusable" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "accessibilityRespondsToUserInteraction" | "m" | "bottom" | "top" | "width" | "height" | "minWidth" | "maxWidth" | "minHeight" | "maxHeight" | "overflow" | "aspectRatio" | "alignContent" | "alignItems" | "alignSelf" | "justifyContent" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginHorizontal" | "marginVertical" | "marginStart" | "marginEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingHorizontal" | "paddingVertical" | "paddingStart" | "paddingEnd" | "columnGap" | "rowGap" | "gap" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStyle" | "borderTopWidth" | "borderStartWidth" | "borderEndWidth" | "borderWidth" | "borderColor" | "borderTopColor" | "borderRightColor" | "borderLeftColor" | "borderBottomColor" | "borderStartColor" | "borderEndColor" | "borderRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomStartRadius" | "borderBottomEndRadius" | "borderTopStartRadius" | "borderTopEndRadius" | "shadowOpacity" | "shadowOffset" | "shadowRadius" | "elevation" | "position" | "right" | "left" | "start" | "end" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "ms" | "me" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "ps" | "pe" | "g" | "rg" | "cg" | "backgroundColor" | "bg" | "zIndex" | "ref" | "visible" | "opacity" | "shadowColor" | keyof {
446
+ layout?: import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").LayoutAnimationFunction | typeof import("react-native-reanimated").BaseAnimationBuilder;
447
+ entering?: import("react-native-reanimated").EntryOrExitLayoutType;
448
+ exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
449
+ } | "animatedProps" | keyof {
450
+ sharedTransitionTag?: string;
451
+ sharedTransitionStyle?: import("react-native-reanimated").SharedTransition;
452
+ } | "onPressIn" | "onPressOut" | "onLongPress" | "pressRetentionOffset" | "disabled" | "onHoverIn" | "onHoverOut" | "cancelable" | "delayHoverIn" | "delayHoverOut" | "delayLongPress" | "android_disableSound" | "android_ripple" | "testOnly_pressed" | "unstable_pressDelay")[];
340
453
  propertiesMap: {
454
+ children?: true | undefined;
455
+ style?: true | undefined;
456
+ hitSlop?: true | undefined;
457
+ id?: true | undefined;
458
+ needsOffscreenAlphaCompositing?: true | undefined;
459
+ onLayout?: true | undefined;
460
+ pointerEvents?: true | undefined;
461
+ removeClippedSubviews?: true | undefined;
462
+ testID?: true | undefined;
463
+ nativeID?: true | undefined;
464
+ collapsable?: true | undefined;
465
+ collapsableChildren?: true | undefined;
466
+ onBlur?: true | undefined;
467
+ onFocus?: true | undefined;
468
+ renderToHardwareTextureAndroid?: true | undefined;
469
+ focusable?: true | undefined;
470
+ tabIndex?: true | undefined;
471
+ shouldRasterizeIOS?: true | undefined;
472
+ isTVSelectable?: true | undefined;
473
+ hasTVPreferredFocus?: true | undefined;
474
+ tvParallaxShiftDistanceX?: true | undefined;
475
+ tvParallaxShiftDistanceY?: true | undefined;
476
+ tvParallaxTiltAngle?: true | undefined;
477
+ tvParallaxMagnification?: true | undefined;
478
+ onStartShouldSetResponder?: true | undefined;
479
+ onMoveShouldSetResponder?: true | undefined;
480
+ onResponderEnd?: true | undefined;
481
+ onResponderGrant?: true | undefined;
482
+ onResponderReject?: true | undefined;
483
+ onResponderMove?: true | undefined;
484
+ onResponderRelease?: true | undefined;
485
+ onResponderStart?: true | undefined;
486
+ onResponderTerminationRequest?: true | undefined;
487
+ onResponderTerminate?: true | undefined;
488
+ onStartShouldSetResponderCapture?: true | undefined;
489
+ onMoveShouldSetResponderCapture?: true | undefined;
490
+ onTouchStart?: true | undefined;
491
+ onTouchMove?: true | undefined;
492
+ onTouchEnd?: true | undefined;
493
+ onTouchCancel?: true | undefined;
494
+ onTouchEndCapture?: true | undefined;
495
+ onPointerEnter?: true | undefined;
496
+ onPointerEnterCapture?: true | undefined;
497
+ onPointerLeave?: true | undefined;
498
+ onPointerLeaveCapture?: true | undefined;
499
+ onPointerMove?: true | undefined;
500
+ onPointerMoveCapture?: true | undefined;
501
+ onPointerCancel?: true | undefined;
502
+ onPointerCancelCapture?: true | undefined;
503
+ onPointerDown?: true | undefined;
504
+ onPointerDownCapture?: true | undefined;
505
+ onPointerUp?: true | undefined;
506
+ onPointerUpCapture?: true | undefined;
507
+ accessible?: true | undefined;
508
+ accessibilityActions?: true | undefined;
509
+ accessibilityLabel?: true | undefined;
510
+ 'aria-label'?: true | undefined;
511
+ accessibilityRole?: true | undefined;
512
+ accessibilityState?: true | undefined;
513
+ 'aria-busy'?: true | undefined;
514
+ 'aria-checked'?: true | undefined;
515
+ 'aria-disabled'?: true | undefined;
516
+ 'aria-expanded'?: true | undefined;
517
+ 'aria-selected'?: true | undefined;
518
+ accessibilityHint?: true | undefined;
519
+ accessibilityValue?: true | undefined;
520
+ 'aria-valuemax'?: true | undefined;
521
+ 'aria-valuemin'?: true | undefined;
522
+ 'aria-valuenow'?: true | undefined;
523
+ 'aria-valuetext'?: true | undefined;
524
+ onAccessibilityAction?: true | undefined;
525
+ importantForAccessibility?: true | undefined;
526
+ 'aria-hidden'?: true | undefined;
527
+ 'aria-modal'?: true | undefined;
528
+ role?: true | undefined;
529
+ accessibilityLabelledBy?: true | undefined;
530
+ 'aria-labelledby'?: true | undefined;
531
+ accessibilityLiveRegion?: true | undefined;
532
+ 'aria-live'?: true | undefined;
533
+ screenReaderFocusable?: true | undefined;
534
+ accessibilityElementsHidden?: true | undefined;
535
+ accessibilityViewIsModal?: true | undefined;
536
+ onAccessibilityEscape?: true | undefined;
537
+ onAccessibilityTap?: true | undefined;
538
+ onMagicTap?: true | undefined;
539
+ accessibilityIgnoresInvertColors?: true | undefined;
540
+ accessibilityLanguage?: true | undefined;
541
+ accessibilityShowsLargeContentViewer?: true | undefined;
542
+ accessibilityLargeContentTitle?: true | undefined;
543
+ accessibilityRespondsToUserInteraction?: true | undefined;
341
544
  m?: true | undefined;
342
545
  bottom?: true | undefined;
343
546
  top?: true | undefined;
@@ -380,6 +583,34 @@ export declare const themedLoadingRestyleFuncs: {
380
583
  columnGap?: true | undefined;
381
584
  rowGap?: true | undefined;
382
585
  gap?: true | undefined;
586
+ borderBottomWidth?: true | undefined;
587
+ borderLeftWidth?: true | undefined;
588
+ borderRightWidth?: true | undefined;
589
+ borderStyle?: true | undefined;
590
+ borderTopWidth?: true | undefined;
591
+ borderStartWidth?: true | undefined;
592
+ borderEndWidth?: true | undefined;
593
+ borderWidth?: true | undefined;
594
+ borderColor?: true | undefined;
595
+ borderTopColor?: true | undefined;
596
+ borderRightColor?: true | undefined;
597
+ borderLeftColor?: true | undefined;
598
+ borderBottomColor?: true | undefined;
599
+ borderStartColor?: true | undefined;
600
+ borderEndColor?: true | undefined;
601
+ borderRadius?: true | undefined;
602
+ borderBottomLeftRadius?: true | undefined;
603
+ borderBottomRightRadius?: true | undefined;
604
+ borderTopLeftRadius?: true | undefined;
605
+ borderTopRightRadius?: true | undefined;
606
+ borderBottomStartRadius?: true | undefined;
607
+ borderBottomEndRadius?: true | undefined;
608
+ borderTopStartRadius?: true | undefined;
609
+ borderTopEndRadius?: true | undefined;
610
+ shadowOpacity?: true | undefined;
611
+ shadowOffset?: true | undefined;
612
+ shadowRadius?: true | undefined;
613
+ elevation?: true | undefined;
383
614
  position?: true | undefined;
384
615
  right?: true | undefined;
385
616
  left?: true | undefined;
@@ -408,10 +639,35 @@ export declare const themedLoadingRestyleFuncs: {
408
639
  backgroundColor?: true | undefined;
409
640
  bg?: true | undefined;
410
641
  zIndex?: true | undefined;
642
+ ref?: true | undefined;
643
+ visible?: true | undefined;
644
+ opacity?: true | undefined;
645
+ shadowColor?: true | undefined;
646
+ layout?: true | undefined;
647
+ entering?: true | undefined;
648
+ exiting?: true | undefined;
649
+ animatedProps?: true | undefined;
650
+ sharedTransitionTag?: true | undefined;
651
+ sharedTransitionStyle?: true | undefined;
652
+ onPressIn?: true | undefined;
653
+ onPressOut?: true | undefined;
654
+ onLongPress?: true | undefined;
655
+ pressRetentionOffset?: true | undefined;
656
+ disabled?: true | undefined;
657
+ onHoverIn?: true | undefined;
658
+ onHoverOut?: true | undefined;
659
+ cancelable?: true | undefined;
660
+ delayHoverIn?: true | undefined;
661
+ delayHoverOut?: true | undefined;
662
+ delayLongPress?: true | undefined;
663
+ android_disableSound?: true | undefined;
664
+ android_ripple?: true | undefined;
665
+ testOnly_pressed?: true | undefined;
666
+ unstable_pressDelay?: true | undefined;
411
667
  };
412
668
  };
413
- export declare const themedLoadingColorRestyleFuncs: {
414
- buildStyle: (props: Pick<ThemedLoadingProps, "color">, { theme, dimensions, }: {
669
+ export declare const themedLoadingRestyleFuncs: {
670
+ buildStyle: (props: Omit<ThemedLoadingProps, "children" | "style" | "hitSlop" | "id" | "needsOffscreenAlphaCompositing" | "onLayout" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "collapsableChildren" | "onBlur" | "onFocus" | "renderToHardwareTextureAndroid" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-modal" | "role" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "screenReaderFocusable" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "accessibilityRespondsToUserInteraction" | "size" | "color" | "animating" | "hidesWhenStopped">, { theme, dimensions, }: {
415
671
  theme: {
416
672
  colors: {
417
673
  transparent: import("./const").Palette;
@@ -524,44 +780,232 @@ export declare const themedLoadingColorRestyleFuncs: {
524
780
  };
525
781
  dimensions: import("@shopify/restyle").Dimensions | null;
526
782
  }) => import("@shopify/restyle").RNStyle;
527
- properties: "color"[];
783
+ properties: ("m" | "bottom" | "top" | "width" | "height" | "minWidth" | "maxWidth" | "minHeight" | "maxHeight" | "overflow" | "aspectRatio" | "alignContent" | "alignItems" | "alignSelf" | "justifyContent" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginHorizontal" | "marginVertical" | "marginStart" | "marginEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingHorizontal" | "paddingVertical" | "paddingStart" | "paddingEnd" | "columnGap" | "rowGap" | "gap" | "position" | "right" | "left" | "start" | "end" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "ms" | "me" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "ps" | "pe" | "g" | "rg" | "cg" | "backgroundColor" | "bg" | "zIndex")[];
528
784
  propertiesMap: {
529
- color?: true | undefined;
530
- };
531
- };
532
- export declare const themedIconRestyleFuncs: {
533
- buildStyle: (props: Omit<ThemedIconProps, keyof IconProps>, { theme, dimensions, }: {
534
- theme: {
535
- colors: {
536
- transparent: import("./const").Palette;
537
- themePri: import("./const").Palette;
538
- themeSec: import("./const").Palette;
539
- themePriT: import("./const").Palette;
540
- background: import("./const").Palette;
541
- backgroundOverlay: import("./const").Palette;
542
- text: import("./const").Palette;
543
- textOverlay: import("./const").Palette;
544
- textButton: import("./const").Palette;
545
- border: import("./const").Palette;
546
- separator: import("./const").Palette;
547
- err: import("./const").Palette;
548
- };
549
- spacing: {
550
- none: import("./const").Spacing;
551
- xxxs: import("./const").Spacing;
552
- xxs: import("./const").Spacing;
553
- xs: import("./const").Spacing;
554
- s: import("./const").Spacing;
555
- m: import("./const").Spacing;
556
- l: import("./const").Spacing;
557
- xl: import("./const").Spacing;
558
- xxl: import("./const").Spacing;
559
- xxxl: import("./const").Spacing;
560
- };
561
- breakpoints: {
562
- smallPhone: number;
563
- phone: number;
564
- smallTablet: number;
785
+ m?: true | undefined;
786
+ bottom?: true | undefined;
787
+ top?: true | undefined;
788
+ width?: true | undefined;
789
+ height?: true | undefined;
790
+ minWidth?: true | undefined;
791
+ maxWidth?: true | undefined;
792
+ minHeight?: true | undefined;
793
+ maxHeight?: true | undefined;
794
+ overflow?: true | undefined;
795
+ aspectRatio?: true | undefined;
796
+ alignContent?: true | undefined;
797
+ alignItems?: true | undefined;
798
+ alignSelf?: true | undefined;
799
+ justifyContent?: true | undefined;
800
+ flex?: true | undefined;
801
+ flexBasis?: true | undefined;
802
+ flexDirection?: true | undefined;
803
+ flexGrow?: true | undefined;
804
+ flexShrink?: true | undefined;
805
+ flexWrap?: true | undefined;
806
+ margin?: true | undefined;
807
+ marginTop?: true | undefined;
808
+ marginRight?: true | undefined;
809
+ marginBottom?: true | undefined;
810
+ marginLeft?: true | undefined;
811
+ marginHorizontal?: true | undefined;
812
+ marginVertical?: true | undefined;
813
+ marginStart?: true | undefined;
814
+ marginEnd?: true | undefined;
815
+ padding?: true | undefined;
816
+ paddingTop?: true | undefined;
817
+ paddingRight?: true | undefined;
818
+ paddingBottom?: true | undefined;
819
+ paddingLeft?: true | undefined;
820
+ paddingHorizontal?: true | undefined;
821
+ paddingVertical?: true | undefined;
822
+ paddingStart?: true | undefined;
823
+ paddingEnd?: true | undefined;
824
+ columnGap?: true | undefined;
825
+ rowGap?: true | undefined;
826
+ gap?: true | undefined;
827
+ position?: true | undefined;
828
+ right?: true | undefined;
829
+ left?: true | undefined;
830
+ start?: true | undefined;
831
+ end?: true | undefined;
832
+ mt?: true | undefined;
833
+ mr?: true | undefined;
834
+ mb?: true | undefined;
835
+ ml?: true | undefined;
836
+ mx?: true | undefined;
837
+ my?: true | undefined;
838
+ ms?: true | undefined;
839
+ me?: true | undefined;
840
+ p?: true | undefined;
841
+ pt?: true | undefined;
842
+ pr?: true | undefined;
843
+ pb?: true | undefined;
844
+ pl?: true | undefined;
845
+ px?: true | undefined;
846
+ py?: true | undefined;
847
+ ps?: true | undefined;
848
+ pe?: true | undefined;
849
+ g?: true | undefined;
850
+ rg?: true | undefined;
851
+ cg?: true | undefined;
852
+ backgroundColor?: true | undefined;
853
+ bg?: true | undefined;
854
+ zIndex?: true | undefined;
855
+ };
856
+ };
857
+ export declare const themedLoadingColorRestyleFuncs: {
858
+ buildStyle: (props: Pick<ThemedLoadingProps, "color">, { theme, dimensions, }: {
859
+ theme: {
860
+ colors: {
861
+ transparent: import("./const").Palette;
862
+ themePri: import("./const").Palette;
863
+ themeSec: import("./const").Palette;
864
+ themePriT: import("./const").Palette;
865
+ background: import("./const").Palette;
866
+ backgroundOverlay: import("./const").Palette;
867
+ text: import("./const").Palette;
868
+ textOverlay: import("./const").Palette;
869
+ textButton: import("./const").Palette;
870
+ border: import("./const").Palette;
871
+ separator: import("./const").Palette;
872
+ err: import("./const").Palette;
873
+ };
874
+ spacing: {
875
+ none: import("./const").Spacing;
876
+ xxxs: import("./const").Spacing;
877
+ xxs: import("./const").Spacing;
878
+ xs: import("./const").Spacing;
879
+ s: import("./const").Spacing;
880
+ m: import("./const").Spacing;
881
+ l: import("./const").Spacing;
882
+ xl: import("./const").Spacing;
883
+ xxl: import("./const").Spacing;
884
+ xxxl: import("./const").Spacing;
885
+ };
886
+ breakpoints: {
887
+ smallPhone: number;
888
+ phone: number;
889
+ smallTablet: number;
890
+ tablet: number;
891
+ desktop: number;
892
+ };
893
+ zIndices: {
894
+ base: import("./const").ZIndex;
895
+ bottom: import("./const").ZIndex;
896
+ middle: import("./const").ZIndex;
897
+ top: import("./const").ZIndex;
898
+ };
899
+ borderRadii: {
900
+ none: import("./const").BorderRadius;
901
+ s: import("./const").BorderRadius;
902
+ m: import("./const").BorderRadius;
903
+ l: import("./const").BorderRadius;
904
+ round: import("./const").BorderRadius;
905
+ };
906
+ textVariants: {
907
+ textXSBold: {
908
+ fontWeight: string;
909
+ fontSize: import("./const").FontSize;
910
+ lineHeight: import("./const").FontLineHeight;
911
+ color: string;
912
+ };
913
+ textSBold: {
914
+ fontWeight: string;
915
+ fontSize: import("./const").FontSize;
916
+ lineHeight: import("./const").FontLineHeight;
917
+ color: string;
918
+ };
919
+ textMBold: {
920
+ fontWeight: string;
921
+ fontSize: import("./const").FontSize;
922
+ lineHeight: import("./const").FontLineHeight;
923
+ color: string;
924
+ };
925
+ textLBold: {
926
+ fontWeight: string;
927
+ fontSize: import("./const").FontSize;
928
+ lineHeight: import("./const").FontLineHeight;
929
+ color: string;
930
+ };
931
+ textXLBold: {
932
+ fontWeight: string;
933
+ fontSize: import("./const").FontSize;
934
+ lineHeight: import("./const").FontLineHeight;
935
+ color: string;
936
+ };
937
+ defaults: {
938
+ fontSize: import("./const").FontSize;
939
+ lineHeight: import("./const").FontLineHeight;
940
+ color: string;
941
+ };
942
+ textXS: {
943
+ fontSize: import("./const").FontSize;
944
+ lineHeight: import("./const").FontLineHeight;
945
+ color: string;
946
+ };
947
+ textS: {
948
+ fontSize: import("./const").FontSize;
949
+ lineHeight: import("./const").FontLineHeight;
950
+ color: string;
951
+ };
952
+ textM: {
953
+ fontSize: import("./const").FontSize;
954
+ lineHeight: import("./const").FontLineHeight;
955
+ color: string;
956
+ };
957
+ textL: {
958
+ fontSize: import("./const").FontSize;
959
+ lineHeight: import("./const").FontLineHeight;
960
+ color: string;
961
+ };
962
+ textXL: {
963
+ fontSize: import("./const").FontSize;
964
+ lineHeight: import("./const").FontLineHeight;
965
+ color: string;
966
+ };
967
+ };
968
+ };
969
+ dimensions: import("@shopify/restyle").Dimensions | null;
970
+ }) => import("@shopify/restyle").RNStyle;
971
+ properties: "color"[];
972
+ propertiesMap: {
973
+ color?: true | undefined;
974
+ };
975
+ };
976
+ export declare const themedIconRestyleFuncs: {
977
+ buildStyle: (props: Omit<ThemedIconProps, keyof IconProps>, { theme, dimensions, }: {
978
+ theme: {
979
+ colors: {
980
+ transparent: import("./const").Palette;
981
+ themePri: import("./const").Palette;
982
+ themeSec: import("./const").Palette;
983
+ themePriT: import("./const").Palette;
984
+ background: import("./const").Palette;
985
+ backgroundOverlay: import("./const").Palette;
986
+ text: import("./const").Palette;
987
+ textOverlay: import("./const").Palette;
988
+ textButton: import("./const").Palette;
989
+ border: import("./const").Palette;
990
+ separator: import("./const").Palette;
991
+ err: import("./const").Palette;
992
+ };
993
+ spacing: {
994
+ none: import("./const").Spacing;
995
+ xxxs: import("./const").Spacing;
996
+ xxs: import("./const").Spacing;
997
+ xs: import("./const").Spacing;
998
+ s: import("./const").Spacing;
999
+ m: import("./const").Spacing;
1000
+ l: import("./const").Spacing;
1001
+ xl: import("./const").Spacing;
1002
+ xxl: import("./const").Spacing;
1003
+ xxxl: import("./const").Spacing;
1004
+ };
1005
+ breakpoints: {
1006
+ smallPhone: number;
1007
+ phone: number;
1008
+ smallTablet: number;
565
1009
  tablet: number;
566
1010
  desktop: number;
567
1011
  };
@@ -836,8 +1280,8 @@ export declare const themedIconColorRestyleFuncs: {
836
1280
  color?: true | undefined;
837
1281
  };
838
1282
  };
839
- export declare const themedScrollViewRestyleFuncs: {
840
- buildStyle: (props: Omit<ThemedScrollViewProps, "ref" | keyof InsetsStyleConfig>, { theme, dimensions, }: {
1283
+ export declare const animatedThemedViewRestyleFuncs: {
1284
+ buildStyle: (props: Omit<AnimatedThemedViewProps, "animatedStyle">, { theme, dimensions, }: {
841
1285
  theme: {
842
1286
  colors: {
843
1287
  transparent: import("./const").Palette;
@@ -950,38 +1394,135 @@ export declare const themedScrollViewRestyleFuncs: {
950
1394
  };
951
1395
  dimensions: import("@shopify/restyle").Dimensions | null;
952
1396
  }) => import("@shopify/restyle").RNStyle;
953
- properties: ("m" | "bottom" | "top" | "width" | "height" | "minWidth" | "maxWidth" | "minHeight" | "maxHeight" | "overflow" | "aspectRatio" | "alignContent" | "alignItems" | "alignSelf" | "justifyContent" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginHorizontal" | "marginVertical" | "marginStart" | "marginEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingHorizontal" | "paddingVertical" | "paddingStart" | "paddingEnd" | "columnGap" | "rowGap" | "gap" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStyle" | "borderTopWidth" | "borderStartWidth" | "borderEndWidth" | "borderWidth" | "borderColor" | "borderTopColor" | "borderRightColor" | "borderLeftColor" | "borderBottomColor" | "borderStartColor" | "borderEndColor" | "borderRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomStartRadius" | "borderBottomEndRadius" | "borderTopStartRadius" | "borderTopEndRadius" | "shadowOpacity" | "shadowOffset" | "shadowRadius" | "elevation" | "position" | "right" | "left" | "start" | "end" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "ms" | "me" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "ps" | "pe" | "g" | "rg" | "cg" | "style" | "backgroundColor" | "bg" | "zIndex" | "children" | "hitSlop" | "id" | "needsOffscreenAlphaCompositing" | "onLayout" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "collapsableChildren" | "onBlur" | "onFocus" | "renderToHardwareTextureAndroid" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-modal" | "role" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "screenReaderFocusable" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "accessibilityRespondsToUserInteraction" | "opacity" | "visible" | "shadowColor" | "contentContainerStyle" | "innerViewRef" | "scrollViewRef" | "decelerationRate" | "horizontal" | "invertStickyHeaders" | "keyboardDismissMode" | "keyboardShouldPersistTaps" | "onContentSizeChange" | "onScroll" | "onScrollBeginDrag" | "onScrollEndDrag" | "onMomentumScrollEnd" | "onMomentumScrollBegin" | "pagingEnabled" | "scrollEnabled" | "showsHorizontalScrollIndicator" | "showsVerticalScrollIndicator" | "stickyHeaderHiddenOnScroll" | "refreshControl" | "snapToInterval" | "snapToOffsets" | "snapToStart" | "snapToEnd" | "stickyHeaderIndices" | "disableIntervalMomentum" | "disableScrollViewPanResponder" | "StickyHeaderComponent" | "alwaysBounceHorizontal" | "alwaysBounceVertical" | "automaticallyAdjustContentInsets" | "automaticallyAdjustKeyboardInsets" | "automaticallyAdjustsScrollIndicatorInsets" | "bounces" | "bouncesZoom" | "canCancelContentTouches" | "centerContent" | "contentInset" | "contentOffset" | "contentInsetAdjustmentBehavior" | "directionalLockEnabled" | "indicatorStyle" | "maintainVisibleContentPosition" | "maximumZoomScale" | "minimumZoomScale" | "onScrollAnimationEnd" | "pinchGestureEnabled" | "scrollEventThrottle" | "scrollIndicatorInsets" | "scrollToOverflowEnabled" | "scrollsToTop" | "snapToAlignment" | "onScrollToTop" | "zoomScale" | "endFillColor" | "scrollPerfTag" | "overScrollMode" | "nestedScrollEnabled" | "fadingEdgeLength" | "persistentScrollbar")[];
1397
+ properties: (keyof import("react-native").ViewProps | "m" | "bottom" | "top" | "width" | "height" | "minWidth" | "maxWidth" | "minHeight" | "maxHeight" | "overflow" | "aspectRatio" | "alignContent" | "alignItems" | "alignSelf" | "justifyContent" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginHorizontal" | "marginVertical" | "marginStart" | "marginEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingHorizontal" | "paddingVertical" | "paddingStart" | "paddingEnd" | "columnGap" | "rowGap" | "gap" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStyle" | "borderTopWidth" | "borderStartWidth" | "borderEndWidth" | "borderWidth" | "borderColor" | "borderTopColor" | "borderRightColor" | "borderLeftColor" | "borderBottomColor" | "borderStartColor" | "borderEndColor" | "borderRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomStartRadius" | "borderBottomEndRadius" | "borderTopStartRadius" | "borderTopEndRadius" | "shadowOpacity" | "shadowOffset" | "shadowRadius" | "elevation" | "position" | "right" | "left" | "start" | "end" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "ms" | "me" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "ps" | "pe" | "g" | "rg" | "cg" | "backgroundColor" | "bg" | "zIndex" | "ref" | "visible" | "opacity" | "shadowColor" | keyof {
1398
+ layout?: import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").LayoutAnimationFunction | typeof import("react-native-reanimated").BaseAnimationBuilder;
1399
+ entering?: import("react-native-reanimated").EntryOrExitLayoutType;
1400
+ exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
1401
+ } | "animatedProps" | keyof {
1402
+ sharedTransitionTag?: string;
1403
+ sharedTransitionStyle?: import("react-native-reanimated").SharedTransition;
1404
+ })[];
954
1405
  propertiesMap: {
955
- m?: true | undefined;
956
- bottom?: true | undefined;
957
- top?: true | undefined;
958
- width?: true | undefined;
959
- height?: true | undefined;
960
- minWidth?: true | undefined;
961
- maxWidth?: true | undefined;
962
- minHeight?: true | undefined;
963
- maxHeight?: true | undefined;
964
- overflow?: true | undefined;
965
- aspectRatio?: true | undefined;
966
- alignContent?: true | undefined;
967
- alignItems?: true | undefined;
968
- alignSelf?: true | undefined;
969
- justifyContent?: true | undefined;
970
- flex?: true | undefined;
971
- flexBasis?: true | undefined;
972
- flexDirection?: true | undefined;
973
- flexGrow?: true | undefined;
974
- flexShrink?: true | undefined;
975
- flexWrap?: true | undefined;
976
- margin?: true | undefined;
977
- marginTop?: true | undefined;
978
- marginRight?: true | undefined;
979
- marginBottom?: true | undefined;
980
- marginLeft?: true | undefined;
981
- marginHorizontal?: true | undefined;
982
- marginVertical?: true | undefined;
983
- marginStart?: true | undefined;
984
- marginEnd?: true | undefined;
1406
+ children?: true | undefined;
1407
+ style?: true | undefined;
1408
+ hitSlop?: true | undefined;
1409
+ id?: true | undefined;
1410
+ needsOffscreenAlphaCompositing?: true | undefined;
1411
+ onLayout?: true | undefined;
1412
+ pointerEvents?: true | undefined;
1413
+ removeClippedSubviews?: true | undefined;
1414
+ testID?: true | undefined;
1415
+ nativeID?: true | undefined;
1416
+ collapsable?: true | undefined;
1417
+ collapsableChildren?: true | undefined;
1418
+ onBlur?: true | undefined;
1419
+ onFocus?: true | undefined;
1420
+ renderToHardwareTextureAndroid?: true | undefined;
1421
+ focusable?: true | undefined;
1422
+ tabIndex?: true | undefined;
1423
+ shouldRasterizeIOS?: true | undefined;
1424
+ isTVSelectable?: true | undefined;
1425
+ hasTVPreferredFocus?: true | undefined;
1426
+ tvParallaxShiftDistanceX?: true | undefined;
1427
+ tvParallaxShiftDistanceY?: true | undefined;
1428
+ tvParallaxTiltAngle?: true | undefined;
1429
+ tvParallaxMagnification?: true | undefined;
1430
+ onStartShouldSetResponder?: true | undefined;
1431
+ onMoveShouldSetResponder?: true | undefined;
1432
+ onResponderEnd?: true | undefined;
1433
+ onResponderGrant?: true | undefined;
1434
+ onResponderReject?: true | undefined;
1435
+ onResponderMove?: true | undefined;
1436
+ onResponderRelease?: true | undefined;
1437
+ onResponderStart?: true | undefined;
1438
+ onResponderTerminationRequest?: true | undefined;
1439
+ onResponderTerminate?: true | undefined;
1440
+ onStartShouldSetResponderCapture?: true | undefined;
1441
+ onMoveShouldSetResponderCapture?: true | undefined;
1442
+ onTouchStart?: true | undefined;
1443
+ onTouchMove?: true | undefined;
1444
+ onTouchEnd?: true | undefined;
1445
+ onTouchCancel?: true | undefined;
1446
+ onTouchEndCapture?: true | undefined;
1447
+ onPointerEnter?: true | undefined;
1448
+ onPointerEnterCapture?: true | undefined;
1449
+ onPointerLeave?: true | undefined;
1450
+ onPointerLeaveCapture?: true | undefined;
1451
+ onPointerMove?: true | undefined;
1452
+ onPointerMoveCapture?: true | undefined;
1453
+ onPointerCancel?: true | undefined;
1454
+ onPointerCancelCapture?: true | undefined;
1455
+ onPointerDown?: true | undefined;
1456
+ onPointerDownCapture?: true | undefined;
1457
+ onPointerUp?: true | undefined;
1458
+ onPointerUpCapture?: true | undefined;
1459
+ accessible?: true | undefined;
1460
+ accessibilityActions?: true | undefined;
1461
+ accessibilityLabel?: true | undefined;
1462
+ 'aria-label'?: true | undefined;
1463
+ accessibilityRole?: true | undefined;
1464
+ accessibilityState?: true | undefined;
1465
+ 'aria-busy'?: true | undefined;
1466
+ 'aria-checked'?: true | undefined;
1467
+ 'aria-disabled'?: true | undefined;
1468
+ 'aria-expanded'?: true | undefined;
1469
+ 'aria-selected'?: true | undefined;
1470
+ accessibilityHint?: true | undefined;
1471
+ accessibilityValue?: true | undefined;
1472
+ 'aria-valuemax'?: true | undefined;
1473
+ 'aria-valuemin'?: true | undefined;
1474
+ 'aria-valuenow'?: true | undefined;
1475
+ 'aria-valuetext'?: true | undefined;
1476
+ onAccessibilityAction?: true | undefined;
1477
+ importantForAccessibility?: true | undefined;
1478
+ 'aria-hidden'?: true | undefined;
1479
+ 'aria-modal'?: true | undefined;
1480
+ role?: true | undefined;
1481
+ accessibilityLabelledBy?: true | undefined;
1482
+ 'aria-labelledby'?: true | undefined;
1483
+ accessibilityLiveRegion?: true | undefined;
1484
+ 'aria-live'?: true | undefined;
1485
+ screenReaderFocusable?: true | undefined;
1486
+ accessibilityElementsHidden?: true | undefined;
1487
+ accessibilityViewIsModal?: true | undefined;
1488
+ onAccessibilityEscape?: true | undefined;
1489
+ onAccessibilityTap?: true | undefined;
1490
+ onMagicTap?: true | undefined;
1491
+ accessibilityIgnoresInvertColors?: true | undefined;
1492
+ accessibilityLanguage?: true | undefined;
1493
+ accessibilityShowsLargeContentViewer?: true | undefined;
1494
+ accessibilityLargeContentTitle?: true | undefined;
1495
+ accessibilityRespondsToUserInteraction?: true | undefined;
1496
+ m?: true | undefined;
1497
+ bottom?: true | undefined;
1498
+ top?: true | undefined;
1499
+ width?: true | undefined;
1500
+ height?: true | undefined;
1501
+ minWidth?: true | undefined;
1502
+ maxWidth?: true | undefined;
1503
+ minHeight?: true | undefined;
1504
+ maxHeight?: true | undefined;
1505
+ overflow?: true | undefined;
1506
+ aspectRatio?: true | undefined;
1507
+ alignContent?: true | undefined;
1508
+ alignItems?: true | undefined;
1509
+ alignSelf?: true | undefined;
1510
+ justifyContent?: true | undefined;
1511
+ flex?: true | undefined;
1512
+ flexBasis?: true | undefined;
1513
+ flexDirection?: true | undefined;
1514
+ flexGrow?: true | undefined;
1515
+ flexShrink?: true | undefined;
1516
+ flexWrap?: true | undefined;
1517
+ margin?: true | undefined;
1518
+ marginTop?: true | undefined;
1519
+ marginRight?: true | undefined;
1520
+ marginBottom?: true | undefined;
1521
+ marginLeft?: true | undefined;
1522
+ marginHorizontal?: true | undefined;
1523
+ marginVertical?: true | undefined;
1524
+ marginStart?: true | undefined;
1525
+ marginEnd?: true | undefined;
985
1526
  padding?: true | undefined;
986
1527
  paddingTop?: true | undefined;
987
1528
  paddingRight?: true | undefined;
@@ -1047,11 +1588,139 @@ export declare const themedScrollViewRestyleFuncs: {
1047
1588
  g?: true | undefined;
1048
1589
  rg?: true | undefined;
1049
1590
  cg?: true | undefined;
1050
- style?: true | undefined;
1051
1591
  backgroundColor?: true | undefined;
1052
1592
  bg?: true | undefined;
1053
1593
  zIndex?: true | undefined;
1594
+ ref?: true | undefined;
1595
+ visible?: true | undefined;
1596
+ opacity?: true | undefined;
1597
+ shadowColor?: true | undefined;
1598
+ layout?: true | undefined;
1599
+ entering?: true | undefined;
1600
+ exiting?: true | undefined;
1601
+ animatedProps?: true | undefined;
1602
+ sharedTransitionTag?: true | undefined;
1603
+ sharedTransitionStyle?: true | undefined;
1604
+ };
1605
+ };
1606
+ export declare const themedScrollViewRestyleFuncs: {
1607
+ buildStyle: (props: Omit<ThemedScrollViewProps, "ref" | keyof InsetsStyleConfig>, { theme, dimensions, }: {
1608
+ theme: {
1609
+ colors: {
1610
+ transparent: import("./const").Palette;
1611
+ themePri: import("./const").Palette;
1612
+ themeSec: import("./const").Palette;
1613
+ themePriT: import("./const").Palette;
1614
+ background: import("./const").Palette;
1615
+ backgroundOverlay: import("./const").Palette;
1616
+ text: import("./const").Palette;
1617
+ textOverlay: import("./const").Palette;
1618
+ textButton: import("./const").Palette;
1619
+ border: import("./const").Palette;
1620
+ separator: import("./const").Palette;
1621
+ err: import("./const").Palette;
1622
+ };
1623
+ spacing: {
1624
+ none: import("./const").Spacing;
1625
+ xxxs: import("./const").Spacing;
1626
+ xxs: import("./const").Spacing;
1627
+ xs: import("./const").Spacing;
1628
+ s: import("./const").Spacing;
1629
+ m: import("./const").Spacing;
1630
+ l: import("./const").Spacing;
1631
+ xl: import("./const").Spacing;
1632
+ xxl: import("./const").Spacing;
1633
+ xxxl: import("./const").Spacing;
1634
+ };
1635
+ breakpoints: {
1636
+ smallPhone: number;
1637
+ phone: number;
1638
+ smallTablet: number;
1639
+ tablet: number;
1640
+ desktop: number;
1641
+ };
1642
+ zIndices: {
1643
+ base: import("./const").ZIndex;
1644
+ bottom: import("./const").ZIndex;
1645
+ middle: import("./const").ZIndex;
1646
+ top: import("./const").ZIndex;
1647
+ };
1648
+ borderRadii: {
1649
+ none: import("./const").BorderRadius;
1650
+ s: import("./const").BorderRadius;
1651
+ m: import("./const").BorderRadius;
1652
+ l: import("./const").BorderRadius;
1653
+ round: import("./const").BorderRadius;
1654
+ };
1655
+ textVariants: {
1656
+ textXSBold: {
1657
+ fontWeight: string;
1658
+ fontSize: import("./const").FontSize;
1659
+ lineHeight: import("./const").FontLineHeight;
1660
+ color: string;
1661
+ };
1662
+ textSBold: {
1663
+ fontWeight: string;
1664
+ fontSize: import("./const").FontSize;
1665
+ lineHeight: import("./const").FontLineHeight;
1666
+ color: string;
1667
+ };
1668
+ textMBold: {
1669
+ fontWeight: string;
1670
+ fontSize: import("./const").FontSize;
1671
+ lineHeight: import("./const").FontLineHeight;
1672
+ color: string;
1673
+ };
1674
+ textLBold: {
1675
+ fontWeight: string;
1676
+ fontSize: import("./const").FontSize;
1677
+ lineHeight: import("./const").FontLineHeight;
1678
+ color: string;
1679
+ };
1680
+ textXLBold: {
1681
+ fontWeight: string;
1682
+ fontSize: import("./const").FontSize;
1683
+ lineHeight: import("./const").FontLineHeight;
1684
+ color: string;
1685
+ };
1686
+ defaults: {
1687
+ fontSize: import("./const").FontSize;
1688
+ lineHeight: import("./const").FontLineHeight;
1689
+ color: string;
1690
+ };
1691
+ textXS: {
1692
+ fontSize: import("./const").FontSize;
1693
+ lineHeight: import("./const").FontLineHeight;
1694
+ color: string;
1695
+ };
1696
+ textS: {
1697
+ fontSize: import("./const").FontSize;
1698
+ lineHeight: import("./const").FontLineHeight;
1699
+ color: string;
1700
+ };
1701
+ textM: {
1702
+ fontSize: import("./const").FontSize;
1703
+ lineHeight: import("./const").FontLineHeight;
1704
+ color: string;
1705
+ };
1706
+ textL: {
1707
+ fontSize: import("./const").FontSize;
1708
+ lineHeight: import("./const").FontLineHeight;
1709
+ color: string;
1710
+ };
1711
+ textXL: {
1712
+ fontSize: import("./const").FontSize;
1713
+ lineHeight: import("./const").FontLineHeight;
1714
+ color: string;
1715
+ };
1716
+ };
1717
+ };
1718
+ dimensions: import("@shopify/restyle").Dimensions | null;
1719
+ }) => import("@shopify/restyle").RNStyle;
1720
+ properties: ("children" | "style" | "hitSlop" | "id" | "needsOffscreenAlphaCompositing" | "onLayout" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "collapsableChildren" | "onBlur" | "onFocus" | "renderToHardwareTextureAndroid" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-modal" | "role" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "screenReaderFocusable" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "accessibilityRespondsToUserInteraction" | "m" | "bottom" | "top" | "width" | "height" | "minWidth" | "maxWidth" | "minHeight" | "maxHeight" | "overflow" | "aspectRatio" | "alignContent" | "alignItems" | "alignSelf" | "justifyContent" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginHorizontal" | "marginVertical" | "marginStart" | "marginEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingHorizontal" | "paddingVertical" | "paddingStart" | "paddingEnd" | "columnGap" | "rowGap" | "gap" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStyle" | "borderTopWidth" | "borderStartWidth" | "borderEndWidth" | "borderWidth" | "borderColor" | "borderTopColor" | "borderRightColor" | "borderLeftColor" | "borderBottomColor" | "borderStartColor" | "borderEndColor" | "borderRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomStartRadius" | "borderBottomEndRadius" | "borderTopStartRadius" | "borderTopEndRadius" | "shadowOpacity" | "shadowOffset" | "shadowRadius" | "elevation" | "position" | "right" | "left" | "start" | "end" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "ms" | "me" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "ps" | "pe" | "g" | "rg" | "cg" | "backgroundColor" | "bg" | "zIndex" | "keyboardShouldPersistTaps" | "horizontal" | "visible" | "opacity" | "shadowColor" | "contentContainerStyle" | "innerViewRef" | "scrollViewRef" | "decelerationRate" | "invertStickyHeaders" | "keyboardDismissMode" | "onContentSizeChange" | "onScroll" | "onScrollBeginDrag" | "onScrollEndDrag" | "onMomentumScrollEnd" | "onMomentumScrollBegin" | "pagingEnabled" | "scrollEnabled" | "showsHorizontalScrollIndicator" | "showsVerticalScrollIndicator" | "stickyHeaderHiddenOnScroll" | "refreshControl" | "snapToInterval" | "snapToOffsets" | "snapToStart" | "snapToEnd" | "stickyHeaderIndices" | "disableIntervalMomentum" | "disableScrollViewPanResponder" | "StickyHeaderComponent" | "alwaysBounceHorizontal" | "alwaysBounceVertical" | "automaticallyAdjustContentInsets" | "automaticallyAdjustKeyboardInsets" | "automaticallyAdjustsScrollIndicatorInsets" | "bounces" | "bouncesZoom" | "canCancelContentTouches" | "centerContent" | "contentInset" | "contentOffset" | "contentInsetAdjustmentBehavior" | "directionalLockEnabled" | "indicatorStyle" | "maintainVisibleContentPosition" | "maximumZoomScale" | "minimumZoomScale" | "onScrollAnimationEnd" | "pinchGestureEnabled" | "scrollEventThrottle" | "scrollIndicatorInsets" | "scrollToOverflowEnabled" | "scrollsToTop" | "snapToAlignment" | "onScrollToTop" | "zoomScale" | "endFillColor" | "scrollPerfTag" | "overScrollMode" | "nestedScrollEnabled" | "fadingEdgeLength" | "persistentScrollbar")[];
1721
+ propertiesMap: {
1054
1722
  children?: true | undefined;
1723
+ style?: true | undefined;
1055
1724
  hitSlop?: true | undefined;
1056
1725
  id?: true | undefined;
1057
1726
  needsOffscreenAlphaCompositing?: true | undefined;
@@ -1140,17 +1809,115 @@ export declare const themedScrollViewRestyleFuncs: {
1140
1809
  accessibilityShowsLargeContentViewer?: true | undefined;
1141
1810
  accessibilityLargeContentTitle?: true | undefined;
1142
1811
  accessibilityRespondsToUserInteraction?: true | undefined;
1143
- opacity?: true | undefined;
1812
+ m?: true | undefined;
1813
+ bottom?: true | undefined;
1814
+ top?: true | undefined;
1815
+ width?: true | undefined;
1816
+ height?: true | undefined;
1817
+ minWidth?: true | undefined;
1818
+ maxWidth?: true | undefined;
1819
+ minHeight?: true | undefined;
1820
+ maxHeight?: true | undefined;
1821
+ overflow?: true | undefined;
1822
+ aspectRatio?: true | undefined;
1823
+ alignContent?: true | undefined;
1824
+ alignItems?: true | undefined;
1825
+ alignSelf?: true | undefined;
1826
+ justifyContent?: true | undefined;
1827
+ flex?: true | undefined;
1828
+ flexBasis?: true | undefined;
1829
+ flexDirection?: true | undefined;
1830
+ flexGrow?: true | undefined;
1831
+ flexShrink?: true | undefined;
1832
+ flexWrap?: true | undefined;
1833
+ margin?: true | undefined;
1834
+ marginTop?: true | undefined;
1835
+ marginRight?: true | undefined;
1836
+ marginBottom?: true | undefined;
1837
+ marginLeft?: true | undefined;
1838
+ marginHorizontal?: true | undefined;
1839
+ marginVertical?: true | undefined;
1840
+ marginStart?: true | undefined;
1841
+ marginEnd?: true | undefined;
1842
+ padding?: true | undefined;
1843
+ paddingTop?: true | undefined;
1844
+ paddingRight?: true | undefined;
1845
+ paddingBottom?: true | undefined;
1846
+ paddingLeft?: true | undefined;
1847
+ paddingHorizontal?: true | undefined;
1848
+ paddingVertical?: true | undefined;
1849
+ paddingStart?: true | undefined;
1850
+ paddingEnd?: true | undefined;
1851
+ columnGap?: true | undefined;
1852
+ rowGap?: true | undefined;
1853
+ gap?: true | undefined;
1854
+ borderBottomWidth?: true | undefined;
1855
+ borderLeftWidth?: true | undefined;
1856
+ borderRightWidth?: true | undefined;
1857
+ borderStyle?: true | undefined;
1858
+ borderTopWidth?: true | undefined;
1859
+ borderStartWidth?: true | undefined;
1860
+ borderEndWidth?: true | undefined;
1861
+ borderWidth?: true | undefined;
1862
+ borderColor?: true | undefined;
1863
+ borderTopColor?: true | undefined;
1864
+ borderRightColor?: true | undefined;
1865
+ borderLeftColor?: true | undefined;
1866
+ borderBottomColor?: true | undefined;
1867
+ borderStartColor?: true | undefined;
1868
+ borderEndColor?: true | undefined;
1869
+ borderRadius?: true | undefined;
1870
+ borderBottomLeftRadius?: true | undefined;
1871
+ borderBottomRightRadius?: true | undefined;
1872
+ borderTopLeftRadius?: true | undefined;
1873
+ borderTopRightRadius?: true | undefined;
1874
+ borderBottomStartRadius?: true | undefined;
1875
+ borderBottomEndRadius?: true | undefined;
1876
+ borderTopStartRadius?: true | undefined;
1877
+ borderTopEndRadius?: true | undefined;
1878
+ shadowOpacity?: true | undefined;
1879
+ shadowOffset?: true | undefined;
1880
+ shadowRadius?: true | undefined;
1881
+ elevation?: true | undefined;
1882
+ position?: true | undefined;
1883
+ right?: true | undefined;
1884
+ left?: true | undefined;
1885
+ start?: true | undefined;
1886
+ end?: true | undefined;
1887
+ mt?: true | undefined;
1888
+ mr?: true | undefined;
1889
+ mb?: true | undefined;
1890
+ ml?: true | undefined;
1891
+ mx?: true | undefined;
1892
+ my?: true | undefined;
1893
+ ms?: true | undefined;
1894
+ me?: true | undefined;
1895
+ p?: true | undefined;
1896
+ pt?: true | undefined;
1897
+ pr?: true | undefined;
1898
+ pb?: true | undefined;
1899
+ pl?: true | undefined;
1900
+ px?: true | undefined;
1901
+ py?: true | undefined;
1902
+ ps?: true | undefined;
1903
+ pe?: true | undefined;
1904
+ g?: true | undefined;
1905
+ rg?: true | undefined;
1906
+ cg?: true | undefined;
1907
+ backgroundColor?: true | undefined;
1908
+ bg?: true | undefined;
1909
+ zIndex?: true | undefined;
1910
+ keyboardShouldPersistTaps?: true | undefined;
1911
+ horizontal?: true | undefined;
1144
1912
  visible?: true | undefined;
1913
+ opacity?: true | undefined;
1145
1914
  shadowColor?: true | undefined;
1146
1915
  contentContainerStyle?: true | undefined;
1147
1916
  innerViewRef?: true | undefined;
1148
1917
  scrollViewRef?: true | undefined;
1149
1918
  decelerationRate?: true | undefined;
1150
- horizontal?: true | undefined;
1151
1919
  invertStickyHeaders?: true | undefined;
1152
1920
  keyboardDismissMode?: true | undefined;
1153
- keyboardShouldPersistTaps?: true | undefined;
1154
1921
  onContentSizeChange?: true | undefined;
1155
1922
  onScroll?: true | undefined;
1156
1923
  onScrollBeginDrag?: true | undefined;