@navegarti/rn-design-system 0.8.5 → 0.8.7
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/lib/module/api/errors.js +105 -18
- package/lib/module/api/index.js +15 -15
- package/lib/module/api/nitro-adapter.js +290 -0
- package/lib/module/api/retry-strategy.js +42 -25
- package/lib/module/api/stores/auth-store.js +17 -3
- package/lib/module/api/types.js +0 -2
- package/lib/module/api.js +1 -1
- package/lib/module/components/Carousel/components/see-all-button.js +2 -1
- package/lib/module/components/OTPInput/index.js +24 -10
- package/lib/module/index.js +1 -1
- package/lib/typescript/src/api/errors.d.ts +98 -15
- package/lib/typescript/src/api/index.d.ts +13 -12
- package/lib/typescript/src/api/nitro-adapter.d.ts +121 -0
- package/lib/typescript/src/api/retry-strategy.d.ts +28 -9
- package/lib/typescript/src/api/stores/auth-store.d.ts +26 -3
- package/lib/typescript/src/api/types.d.ts +54 -20
- package/lib/typescript/src/api.d.ts +2 -2
- package/lib/typescript/src/components/Card/index.d.ts +9 -9
- package/lib/typescript/src/components/Card/styles.d.ts +9 -9
- package/lib/typescript/src/components/Carousel/components/see-all-button.d.ts +2 -1
- package/lib/typescript/src/components/Carousel/index.d.ts +2 -1
- package/lib/typescript/src/components/OTPInput/index.d.ts +1 -1
- package/lib/typescript/src/index.d.ts +2 -2
- package/package.json +30 -29
- package/src/api/errors.ts +99 -18
- package/src/api/index.ts +15 -15
- package/src/api/nitro-adapter.ts +357 -0
- package/src/api/retry-strategy.ts +45 -26
- package/src/api/stores/auth-store.ts +26 -3
- package/src/api/types.ts +61 -21
- package/src/api.tsx +2 -2
- package/src/components/Carousel/components/see-all-button.tsx +3 -1
- package/src/components/Carousel/index.tsx +1 -1
- package/src/components/OTPInput/index.tsx +15 -1
- package/src/index.tsx +2 -2
- package/lib/module/api/axios-adapter.js +0 -154
- package/lib/typescript/src/api/axios-adapter.d.ts +0 -57
- package/src/api/axios-adapter.ts +0 -239
|
@@ -5,13 +5,13 @@ declare const Card: ((props: CardProps) => import("react/jsx-runtime").JSX.Eleme
|
|
|
5
5
|
defaultSource?: import("react-native").ImageSource | undefined;
|
|
6
6
|
onPartialLoad?: (() => void) | undefined;
|
|
7
7
|
onProgress?: ((event: import("react-native").ImageProgressEventIOS) => void) | undefined;
|
|
8
|
-
}>, "
|
|
8
|
+
}>, "onAccessibilityAction" | "children" | "id" | "nativeID" | "onLayout" | "onResponderGrant" | "onResponderMove" | "onResponderRelease" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "role" | "style" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "pointerEvents" | "width" | "height" | "source" | "resizeMode" | "tintColor" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "hitSlop" | "onBlur" | "onFocus" | "onMoveShouldSetResponderCapture" | "onResponderReject" | "onResponderStart" | "onResponderEnd" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlurCapture" | "onFocusCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyUp" | "onKeyUpCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "experimental_accessibilityOrder" | "onAccessibilityTap" | "onMagicTap" | "onAccessibilityEscape" | "loadingIndicatorSource" | "progressiveRenderingEnabled" | "fadeDuration" | "resizeMethod" | "resizeMultiplier" | "internal_analyticTag" | "alt" | "blurRadius" | "capInsets" | "crossOrigin" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "referrerPolicy" | "src" | "srcSet"> & Omit<Readonly<{
|
|
9
9
|
loadingIndicatorSource?: (number | Readonly<import("react-native").ImageURISource>) | undefined;
|
|
10
10
|
progressiveRenderingEnabled?: boolean | undefined;
|
|
11
11
|
fadeDuration?: number | undefined;
|
|
12
12
|
resizeMethod?: ("auto" | "resize" | "scale" | "none") | undefined;
|
|
13
13
|
resizeMultiplier?: number | undefined;
|
|
14
|
-
}>, "
|
|
14
|
+
}>, "onAccessibilityAction" | "children" | "id" | "nativeID" | "onLayout" | "onResponderGrant" | "onResponderMove" | "onResponderRelease" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "role" | "style" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "pointerEvents" | "width" | "height" | "source" | "resizeMode" | "tintColor" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "hitSlop" | "onBlur" | "onFocus" | "onMoveShouldSetResponderCapture" | "onResponderReject" | "onResponderStart" | "onResponderEnd" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlurCapture" | "onFocusCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyUp" | "onKeyUpCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "experimental_accessibilityOrder" | "onAccessibilityTap" | "onMagicTap" | "onAccessibilityEscape" | "internal_analyticTag" | "alt" | "blurRadius" | "capInsets" | "crossOrigin" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "referrerPolicy" | "src" | "srcSet"> & Omit<Readonly<Omit<Omit<Readonly<Omit<Readonly<{
|
|
15
15
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => unknown) | undefined;
|
|
16
16
|
onAccessibilityTap?: (() => unknown) | undefined;
|
|
17
17
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
|
|
@@ -139,7 +139,7 @@ declare const Card: ((props: CardProps) => import("react/jsx-runtime").JSX.Eleme
|
|
|
139
139
|
pointerEvents?: ("auto" | "box-none" | "box-only" | "none") | undefined;
|
|
140
140
|
removeClippedSubviews?: boolean | undefined;
|
|
141
141
|
experimental_accessibilityOrder?: Array<string> | undefined;
|
|
142
|
-
}>, never>>, "style">, "
|
|
142
|
+
}>, never>>, "style">, "children" | "onLayout" | "testID" | "accessible" | "accessibilityLabel" | "aria-label" | "aria-labelledby" | "width" | "height" | "source" | "resizeMode" | "tintColor" | "internal_analyticTag" | "alt" | "blurRadius" | "capInsets" | "crossOrigin" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "referrerPolicy" | "src" | "srcSet"> & {
|
|
143
143
|
accessible?: boolean | undefined;
|
|
144
144
|
internal_analyticTag?: string | undefined;
|
|
145
145
|
accessibilityLabel?: string | undefined;
|
|
@@ -172,13 +172,13 @@ declare const Card: ((props: CardProps) => import("react/jsx-runtime").JSX.Eleme
|
|
|
172
172
|
defaultSource?: import("react-native").ImageSource | undefined;
|
|
173
173
|
onPartialLoad?: (() => void) | undefined;
|
|
174
174
|
onProgress?: ((event: import("react-native").ImageProgressEventIOS) => void) | undefined;
|
|
175
|
-
}>, "
|
|
175
|
+
}>, "onAccessibilityAction" | "children" | "id" | "nativeID" | "onLayout" | "onResponderGrant" | "onResponderMove" | "onResponderRelease" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "role" | "style" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "pointerEvents" | "width" | "height" | "source" | "resizeMode" | "tintColor" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "hitSlop" | "onBlur" | "onFocus" | "onMoveShouldSetResponderCapture" | "onResponderReject" | "onResponderStart" | "onResponderEnd" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlurCapture" | "onFocusCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyUp" | "onKeyUpCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "experimental_accessibilityOrder" | "onAccessibilityTap" | "onMagicTap" | "onAccessibilityEscape" | "loadingIndicatorSource" | "progressiveRenderingEnabled" | "fadeDuration" | "resizeMethod" | "resizeMultiplier" | "internal_analyticTag" | "alt" | "blurRadius" | "capInsets" | "crossOrigin" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "referrerPolicy" | "src" | "srcSet"> & Omit<Readonly<{
|
|
176
176
|
loadingIndicatorSource?: (number | Readonly<import("react-native").ImageURISource>) | undefined;
|
|
177
177
|
progressiveRenderingEnabled?: boolean | undefined;
|
|
178
178
|
fadeDuration?: number | undefined;
|
|
179
179
|
resizeMethod?: ("auto" | "resize" | "scale" | "none") | undefined;
|
|
180
180
|
resizeMultiplier?: number | undefined;
|
|
181
|
-
}>, "
|
|
181
|
+
}>, "onAccessibilityAction" | "children" | "id" | "nativeID" | "onLayout" | "onResponderGrant" | "onResponderMove" | "onResponderRelease" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "role" | "style" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "pointerEvents" | "width" | "height" | "source" | "resizeMode" | "tintColor" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "hitSlop" | "onBlur" | "onFocus" | "onMoveShouldSetResponderCapture" | "onResponderReject" | "onResponderStart" | "onResponderEnd" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlurCapture" | "onFocusCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyUp" | "onKeyUpCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "experimental_accessibilityOrder" | "onAccessibilityTap" | "onMagicTap" | "onAccessibilityEscape" | "internal_analyticTag" | "alt" | "blurRadius" | "capInsets" | "crossOrigin" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "referrerPolicy" | "src" | "srcSet"> & Omit<Readonly<Omit<Omit<Readonly<Omit<Readonly<{
|
|
182
182
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => unknown) | undefined;
|
|
183
183
|
onAccessibilityTap?: (() => unknown) | undefined;
|
|
184
184
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
|
|
@@ -306,7 +306,7 @@ declare const Card: ((props: CardProps) => import("react/jsx-runtime").JSX.Eleme
|
|
|
306
306
|
pointerEvents?: ("auto" | "box-none" | "box-only" | "none") | undefined;
|
|
307
307
|
removeClippedSubviews?: boolean | undefined;
|
|
308
308
|
experimental_accessibilityOrder?: Array<string> | undefined;
|
|
309
|
-
}>, never>>, "style">, "
|
|
309
|
+
}>, never>>, "style">, "children" | "onLayout" | "testID" | "accessible" | "accessibilityLabel" | "aria-label" | "aria-labelledby" | "width" | "height" | "source" | "resizeMode" | "tintColor" | "internal_analyticTag" | "alt" | "blurRadius" | "capInsets" | "crossOrigin" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "referrerPolicy" | "src" | "srcSet"> & {
|
|
310
310
|
accessible?: boolean | undefined;
|
|
311
311
|
internal_analyticTag?: string | undefined;
|
|
312
312
|
accessibilityLabel?: string | undefined;
|
|
@@ -344,13 +344,13 @@ declare const Card: ((props: CardProps) => import("react/jsx-runtime").JSX.Eleme
|
|
|
344
344
|
defaultSource?: import("react-native").ImageSource | undefined;
|
|
345
345
|
onPartialLoad?: (() => void) | undefined;
|
|
346
346
|
onProgress?: ((event: import("react-native").ImageProgressEventIOS) => void) | undefined;
|
|
347
|
-
}>, "
|
|
347
|
+
}>, "onAccessibilityAction" | "children" | "id" | "nativeID" | "onLayout" | "onResponderGrant" | "onResponderMove" | "onResponderRelease" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "role" | "style" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "pointerEvents" | "width" | "height" | "source" | "resizeMode" | "tintColor" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "hitSlop" | "onBlur" | "onFocus" | "onMoveShouldSetResponderCapture" | "onResponderReject" | "onResponderStart" | "onResponderEnd" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlurCapture" | "onFocusCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyUp" | "onKeyUpCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "experimental_accessibilityOrder" | "onAccessibilityTap" | "onMagicTap" | "onAccessibilityEscape" | "loadingIndicatorSource" | "progressiveRenderingEnabled" | "fadeDuration" | "resizeMethod" | "resizeMultiplier" | "internal_analyticTag" | "alt" | "blurRadius" | "capInsets" | "crossOrigin" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "referrerPolicy" | "src" | "srcSet"> & Omit<Readonly<{
|
|
348
348
|
loadingIndicatorSource?: (number | Readonly<import("react-native").ImageURISource>) | undefined;
|
|
349
349
|
progressiveRenderingEnabled?: boolean | undefined;
|
|
350
350
|
fadeDuration?: number | undefined;
|
|
351
351
|
resizeMethod?: ("auto" | "resize" | "scale" | "none") | undefined;
|
|
352
352
|
resizeMultiplier?: number | undefined;
|
|
353
|
-
}>, "
|
|
353
|
+
}>, "onAccessibilityAction" | "children" | "id" | "nativeID" | "onLayout" | "onResponderGrant" | "onResponderMove" | "onResponderRelease" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "role" | "style" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "pointerEvents" | "width" | "height" | "source" | "resizeMode" | "tintColor" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "hitSlop" | "onBlur" | "onFocus" | "onMoveShouldSetResponderCapture" | "onResponderReject" | "onResponderStart" | "onResponderEnd" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlurCapture" | "onFocusCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyUp" | "onKeyUpCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "experimental_accessibilityOrder" | "onAccessibilityTap" | "onMagicTap" | "onAccessibilityEscape" | "internal_analyticTag" | "alt" | "blurRadius" | "capInsets" | "crossOrigin" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "referrerPolicy" | "src" | "srcSet"> & Omit<Readonly<Omit<Omit<Readonly<Omit<Readonly<{
|
|
354
354
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => unknown) | undefined;
|
|
355
355
|
onAccessibilityTap?: (() => unknown) | undefined;
|
|
356
356
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
|
|
@@ -478,7 +478,7 @@ declare const Card: ((props: CardProps) => import("react/jsx-runtime").JSX.Eleme
|
|
|
478
478
|
pointerEvents?: ("auto" | "box-none" | "box-only" | "none") | undefined;
|
|
479
479
|
removeClippedSubviews?: boolean | undefined;
|
|
480
480
|
experimental_accessibilityOrder?: Array<string> | undefined;
|
|
481
|
-
}>, never>>, "style">, "
|
|
481
|
+
}>, never>>, "style">, "children" | "onLayout" | "testID" | "accessible" | "accessibilityLabel" | "aria-label" | "aria-labelledby" | "width" | "height" | "source" | "resizeMode" | "tintColor" | "internal_analyticTag" | "alt" | "blurRadius" | "capInsets" | "crossOrigin" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "referrerPolicy" | "src" | "srcSet"> & {
|
|
482
482
|
accessible?: boolean | undefined;
|
|
483
483
|
internal_analyticTag?: string | undefined;
|
|
484
484
|
accessibilityLabel?: string | undefined;
|
|
@@ -153,13 +153,13 @@ export declare const CardImage: import("@emotion/native").StyledComponent<(((Omi
|
|
|
153
153
|
defaultSource?: import("react-native").ImageSource | undefined;
|
|
154
154
|
onPartialLoad?: (() => void) | undefined;
|
|
155
155
|
onProgress?: ((event: import("react-native").ImageProgressEventIOS) => void) | undefined;
|
|
156
|
-
}>, "
|
|
156
|
+
}>, "onAccessibilityAction" | "children" | "id" | "nativeID" | "onLayout" | "onResponderGrant" | "onResponderMove" | "onResponderRelease" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "role" | "style" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "pointerEvents" | "width" | "height" | "source" | "resizeMode" | "tintColor" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "hitSlop" | "onBlur" | "onFocus" | "onMoveShouldSetResponderCapture" | "onResponderReject" | "onResponderStart" | "onResponderEnd" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlurCapture" | "onFocusCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyUp" | "onKeyUpCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "experimental_accessibilityOrder" | "onAccessibilityTap" | "onMagicTap" | "onAccessibilityEscape" | "loadingIndicatorSource" | "progressiveRenderingEnabled" | "fadeDuration" | "resizeMethod" | "resizeMultiplier" | "internal_analyticTag" | "alt" | "blurRadius" | "capInsets" | "crossOrigin" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "referrerPolicy" | "src" | "srcSet"> & Omit<Readonly<{
|
|
157
157
|
loadingIndicatorSource?: (number | Readonly<import("react-native").ImageURISource>) | undefined;
|
|
158
158
|
progressiveRenderingEnabled?: boolean | undefined;
|
|
159
159
|
fadeDuration?: number | undefined;
|
|
160
160
|
resizeMethod?: ("auto" | "resize" | "scale" | "none") | undefined;
|
|
161
161
|
resizeMultiplier?: number | undefined;
|
|
162
|
-
}>, "
|
|
162
|
+
}>, "onAccessibilityAction" | "children" | "id" | "nativeID" | "onLayout" | "onResponderGrant" | "onResponderMove" | "onResponderRelease" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "role" | "style" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "pointerEvents" | "width" | "height" | "source" | "resizeMode" | "tintColor" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "hitSlop" | "onBlur" | "onFocus" | "onMoveShouldSetResponderCapture" | "onResponderReject" | "onResponderStart" | "onResponderEnd" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlurCapture" | "onFocusCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyUp" | "onKeyUpCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "experimental_accessibilityOrder" | "onAccessibilityTap" | "onMagicTap" | "onAccessibilityEscape" | "internal_analyticTag" | "alt" | "blurRadius" | "capInsets" | "crossOrigin" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "referrerPolicy" | "src" | "srcSet"> & Omit<Readonly<Omit<Omit<Readonly<Omit<Readonly<{
|
|
163
163
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => unknown) | undefined;
|
|
164
164
|
onAccessibilityTap?: (() => unknown) | undefined;
|
|
165
165
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
|
|
@@ -287,7 +287,7 @@ export declare const CardImage: import("@emotion/native").StyledComponent<(((Omi
|
|
|
287
287
|
pointerEvents?: ("auto" | "box-none" | "box-only" | "none") | undefined;
|
|
288
288
|
removeClippedSubviews?: boolean | undefined;
|
|
289
289
|
experimental_accessibilityOrder?: Array<string> | undefined;
|
|
290
|
-
}>, never>>, "style">, "
|
|
290
|
+
}>, never>>, "style">, "children" | "onLayout" | "testID" | "accessible" | "accessibilityLabel" | "aria-label" | "aria-labelledby" | "width" | "height" | "source" | "resizeMode" | "tintColor" | "internal_analyticTag" | "alt" | "blurRadius" | "capInsets" | "crossOrigin" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "referrerPolicy" | "src" | "srcSet"> & {
|
|
291
291
|
accessible?: boolean | undefined;
|
|
292
292
|
internal_analyticTag?: string | undefined;
|
|
293
293
|
accessibilityLabel?: string | undefined;
|
|
@@ -320,13 +320,13 @@ export declare const CardImage: import("@emotion/native").StyledComponent<(((Omi
|
|
|
320
320
|
defaultSource?: import("react-native").ImageSource | undefined;
|
|
321
321
|
onPartialLoad?: (() => void) | undefined;
|
|
322
322
|
onProgress?: ((event: import("react-native").ImageProgressEventIOS) => void) | undefined;
|
|
323
|
-
}>, "
|
|
323
|
+
}>, "onAccessibilityAction" | "children" | "id" | "nativeID" | "onLayout" | "onResponderGrant" | "onResponderMove" | "onResponderRelease" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "role" | "style" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "pointerEvents" | "width" | "height" | "source" | "resizeMode" | "tintColor" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "hitSlop" | "onBlur" | "onFocus" | "onMoveShouldSetResponderCapture" | "onResponderReject" | "onResponderStart" | "onResponderEnd" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlurCapture" | "onFocusCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyUp" | "onKeyUpCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "experimental_accessibilityOrder" | "onAccessibilityTap" | "onMagicTap" | "onAccessibilityEscape" | "loadingIndicatorSource" | "progressiveRenderingEnabled" | "fadeDuration" | "resizeMethod" | "resizeMultiplier" | "internal_analyticTag" | "alt" | "blurRadius" | "capInsets" | "crossOrigin" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "referrerPolicy" | "src" | "srcSet"> & Omit<Readonly<{
|
|
324
324
|
loadingIndicatorSource?: (number | Readonly<import("react-native").ImageURISource>) | undefined;
|
|
325
325
|
progressiveRenderingEnabled?: boolean | undefined;
|
|
326
326
|
fadeDuration?: number | undefined;
|
|
327
327
|
resizeMethod?: ("auto" | "resize" | "scale" | "none") | undefined;
|
|
328
328
|
resizeMultiplier?: number | undefined;
|
|
329
|
-
}>, "
|
|
329
|
+
}>, "onAccessibilityAction" | "children" | "id" | "nativeID" | "onLayout" | "onResponderGrant" | "onResponderMove" | "onResponderRelease" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "role" | "style" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "pointerEvents" | "width" | "height" | "source" | "resizeMode" | "tintColor" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "hitSlop" | "onBlur" | "onFocus" | "onMoveShouldSetResponderCapture" | "onResponderReject" | "onResponderStart" | "onResponderEnd" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlurCapture" | "onFocusCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyUp" | "onKeyUpCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "experimental_accessibilityOrder" | "onAccessibilityTap" | "onMagicTap" | "onAccessibilityEscape" | "internal_analyticTag" | "alt" | "blurRadius" | "capInsets" | "crossOrigin" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "referrerPolicy" | "src" | "srcSet"> & Omit<Readonly<Omit<Omit<Readonly<Omit<Readonly<{
|
|
330
330
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => unknown) | undefined;
|
|
331
331
|
onAccessibilityTap?: (() => unknown) | undefined;
|
|
332
332
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
|
|
@@ -454,7 +454,7 @@ export declare const CardImage: import("@emotion/native").StyledComponent<(((Omi
|
|
|
454
454
|
pointerEvents?: ("auto" | "box-none" | "box-only" | "none") | undefined;
|
|
455
455
|
removeClippedSubviews?: boolean | undefined;
|
|
456
456
|
experimental_accessibilityOrder?: Array<string> | undefined;
|
|
457
|
-
}>, never>>, "style">, "
|
|
457
|
+
}>, never>>, "style">, "children" | "onLayout" | "testID" | "accessible" | "accessibilityLabel" | "aria-label" | "aria-labelledby" | "width" | "height" | "source" | "resizeMode" | "tintColor" | "internal_analyticTag" | "alt" | "blurRadius" | "capInsets" | "crossOrigin" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "referrerPolicy" | "src" | "srcSet"> & {
|
|
458
458
|
accessible?: boolean | undefined;
|
|
459
459
|
internal_analyticTag?: string | undefined;
|
|
460
460
|
accessibilityLabel?: string | undefined;
|
|
@@ -492,13 +492,13 @@ export declare const CardImage: import("@emotion/native").StyledComponent<(((Omi
|
|
|
492
492
|
defaultSource?: import("react-native").ImageSource | undefined;
|
|
493
493
|
onPartialLoad?: (() => void) | undefined;
|
|
494
494
|
onProgress?: ((event: import("react-native").ImageProgressEventIOS) => void) | undefined;
|
|
495
|
-
}>, "
|
|
495
|
+
}>, "onAccessibilityAction" | "children" | "id" | "nativeID" | "onLayout" | "onResponderGrant" | "onResponderMove" | "onResponderRelease" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "role" | "style" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "pointerEvents" | "width" | "height" | "source" | "resizeMode" | "tintColor" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "hitSlop" | "onBlur" | "onFocus" | "onMoveShouldSetResponderCapture" | "onResponderReject" | "onResponderStart" | "onResponderEnd" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlurCapture" | "onFocusCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyUp" | "onKeyUpCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "experimental_accessibilityOrder" | "onAccessibilityTap" | "onMagicTap" | "onAccessibilityEscape" | "loadingIndicatorSource" | "progressiveRenderingEnabled" | "fadeDuration" | "resizeMethod" | "resizeMultiplier" | "internal_analyticTag" | "alt" | "blurRadius" | "capInsets" | "crossOrigin" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "referrerPolicy" | "src" | "srcSet"> & Omit<Readonly<{
|
|
496
496
|
loadingIndicatorSource?: (number | Readonly<import("react-native").ImageURISource>) | undefined;
|
|
497
497
|
progressiveRenderingEnabled?: boolean | undefined;
|
|
498
498
|
fadeDuration?: number | undefined;
|
|
499
499
|
resizeMethod?: ("auto" | "resize" | "scale" | "none") | undefined;
|
|
500
500
|
resizeMultiplier?: number | undefined;
|
|
501
|
-
}>, "
|
|
501
|
+
}>, "onAccessibilityAction" | "children" | "id" | "nativeID" | "onLayout" | "onResponderGrant" | "onResponderMove" | "onResponderRelease" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "role" | "style" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "pointerEvents" | "width" | "height" | "source" | "resizeMode" | "tintColor" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "hitSlop" | "onBlur" | "onFocus" | "onMoveShouldSetResponderCapture" | "onResponderReject" | "onResponderStart" | "onResponderEnd" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlurCapture" | "onFocusCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyUp" | "onKeyUpCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "experimental_accessibilityOrder" | "onAccessibilityTap" | "onMagicTap" | "onAccessibilityEscape" | "internal_analyticTag" | "alt" | "blurRadius" | "capInsets" | "crossOrigin" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "referrerPolicy" | "src" | "srcSet"> & Omit<Readonly<Omit<Omit<Readonly<Omit<Readonly<{
|
|
502
502
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => unknown) | undefined;
|
|
503
503
|
onAccessibilityTap?: (() => unknown) | undefined;
|
|
504
504
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
|
|
@@ -626,7 +626,7 @@ export declare const CardImage: import("@emotion/native").StyledComponent<(((Omi
|
|
|
626
626
|
pointerEvents?: ("auto" | "box-none" | "box-only" | "none") | undefined;
|
|
627
627
|
removeClippedSubviews?: boolean | undefined;
|
|
628
628
|
experimental_accessibilityOrder?: Array<string> | undefined;
|
|
629
|
-
}>, never>>, "style">, "
|
|
629
|
+
}>, never>>, "style">, "children" | "onLayout" | "testID" | "accessible" | "accessibilityLabel" | "aria-label" | "aria-labelledby" | "width" | "height" | "source" | "resizeMode" | "tintColor" | "internal_analyticTag" | "alt" | "blurRadius" | "capInsets" | "crossOrigin" | "onError" | "onLoad" | "onLoadEnd" | "onLoadStart" | "referrerPolicy" | "src" | "srcSet"> & {
|
|
630
630
|
accessible?: boolean | undefined;
|
|
631
631
|
internal_analyticTag?: string | undefined;
|
|
632
632
|
accessibilityLabel?: string | undefined;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import type { TouchableOpacityProps } from 'react-native';
|
|
2
2
|
type CarouselSeeAllButtonProps = {
|
|
3
|
+
text?: string;
|
|
3
4
|
color?: string;
|
|
4
5
|
} & TouchableOpacityProps;
|
|
5
|
-
declare const CarouselSeeAllButton: ({ color, ...props }: CarouselSeeAllButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare const CarouselSeeAllButton: ({ color, text, ...props }: CarouselSeeAllButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
7
|
export { CarouselSeeAllButton };
|
|
7
8
|
//# sourceMappingURL=see-all-button.d.ts.map
|
|
@@ -311,7 +311,8 @@ export declare const Carousel: (<T>({ children, data, itemWidth, gapBetweenItems
|
|
|
311
311
|
children?: import("react").ReactNode | undefined;
|
|
312
312
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
313
313
|
Pagination: () => import("react/jsx-runtime").JSX.Element;
|
|
314
|
-
SeeAllButton: ({ color, ...props }: {
|
|
314
|
+
SeeAllButton: ({ color, text, ...props }: {
|
|
315
|
+
text?: string;
|
|
315
316
|
color?: string;
|
|
316
317
|
} & Readonly<Omit<Readonly<{
|
|
317
318
|
children?: React.ReactNode | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { OTPInputProps } from './types';
|
|
2
2
|
export type { OTPInputProps } from './types';
|
|
3
|
-
export declare const OTPInput: ({ length, onComplete, disabled, autoFocus, onlyNumbers, containerProps, ...props }: OTPInputProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare const OTPInput: ({ length, onComplete, disabled, autoFocus, onlyNumbers, containerProps, theme, ...props }: OTPInputProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* so unused exports are eliminated at build time.
|
|
10
10
|
*/
|
|
11
11
|
export { ApiError, AuthError, NetworkError, NotFoundError, RateLimitError, ServerError, TimeoutError, ValidationError, } from './api/errors';
|
|
12
|
-
export {
|
|
13
|
-
export type { ApiConfig, IHttpAdapter } from './api/types';
|
|
12
|
+
export { apiRequest, NitroAdapter, useAuthStore } from './api/index';
|
|
13
|
+
export type { ApiConfig, IHttpAdapter, RequestConfig } from './api/types';
|
|
14
14
|
export type { ButtonProps } from './components/Button';
|
|
15
15
|
export { Button } from './components/Button';
|
|
16
16
|
export type { CardProps } from './components/Card';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navegarti/rn-design-system",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.7",
|
|
4
4
|
"description": "Components and functions to help navegar projects",
|
|
5
5
|
"source": "./src/index.tsx",
|
|
6
6
|
"main": "./lib/module/index.js",
|
|
@@ -113,49 +113,50 @@
|
|
|
113
113
|
"@emotion/react": "^11.14.0",
|
|
114
114
|
"@fnando/cnpj": "^2.0.0",
|
|
115
115
|
"@fnando/cpf": "^1.0.2",
|
|
116
|
-
"@fortawesome/fontawesome-svg-core": "^
|
|
117
|
-
"@fortawesome/free-solid-svg-icons": "^
|
|
118
|
-
"@fortawesome/react-native-fontawesome": "^0.
|
|
119
|
-
"@react-native-community/netinfo": "^
|
|
116
|
+
"@fortawesome/fontawesome-svg-core": "^7.2.0",
|
|
117
|
+
"@fortawesome/free-solid-svg-icons": "^7.2.0",
|
|
118
|
+
"@fortawesome/react-native-fontawesome": "^1.0.0",
|
|
119
|
+
"@react-native-community/netinfo": "^12.0.1",
|
|
120
120
|
"@react-native-picker/picker": "^2.11.4",
|
|
121
|
-
"@tanstack/react-query": "^5.
|
|
122
|
-
"axios": "1.13.0",
|
|
121
|
+
"@tanstack/react-query": "^5.100.9",
|
|
123
122
|
"date-fns": "^4.1.0",
|
|
124
|
-
"expo-checkbox": "^
|
|
125
|
-
"jail-monkey": "^
|
|
126
|
-
"libphonenumber-js": "^1.12.
|
|
123
|
+
"expo-checkbox": "^55.0.4",
|
|
124
|
+
"jail-monkey": "^3.0.0",
|
|
125
|
+
"libphonenumber-js": "^1.12.42",
|
|
127
126
|
"react-native-mask-input": "^1.2.3",
|
|
128
|
-
"react-native-nitro-
|
|
127
|
+
"react-native-nitro-fetch": "^1.1.2",
|
|
128
|
+
"react-native-nitro-modules": "^0.35.6",
|
|
129
129
|
"react-native-otp-entry": "^1.8.5",
|
|
130
130
|
"react-native-picker-select": "^9.3.1",
|
|
131
|
-
"react-native-svg": "^15.15.
|
|
132
|
-
"zod": "^4.3
|
|
133
|
-
"zustand": "^5.0.
|
|
131
|
+
"react-native-svg": "^15.15.4",
|
|
132
|
+
"zod": "^4.4.3",
|
|
133
|
+
"zustand": "^5.0.13"
|
|
134
134
|
},
|
|
135
135
|
"peerDependencies": {
|
|
136
136
|
"react": "^19.2.3",
|
|
137
137
|
"react-native": "^0.81.5"
|
|
138
138
|
},
|
|
139
139
|
"devDependencies": {
|
|
140
|
-
"@biomejs/biome": "^2.4.
|
|
141
|
-
"@commitlint/config-conventional": "^20.
|
|
142
|
-
"@react-native/babel-preset": "0.
|
|
143
|
-
"@
|
|
140
|
+
"@biomejs/biome": "^2.4.14",
|
|
141
|
+
"@commitlint/config-conventional": "^20.5.3",
|
|
142
|
+
"@react-native/babel-preset": "0.85.3",
|
|
143
|
+
"@react-native/jest-preset": "^0.85.3",
|
|
144
|
+
"@release-it/conventional-changelog": "^11.0.0",
|
|
144
145
|
"@types/jest": "^30.0.0",
|
|
145
146
|
"@types/prop-types": "^15",
|
|
146
|
-
"@types/react": "^19.2.
|
|
147
|
+
"@types/react": "^19.2.14",
|
|
147
148
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
148
|
-
"commitlint": "^20.
|
|
149
|
+
"commitlint": "^20.5.3",
|
|
149
150
|
"del-cli": "^7.0.0",
|
|
150
|
-
"jest": "^30.
|
|
151
|
-
"lefthook": "^2.1.
|
|
152
|
-
"prettier": "^3.8.
|
|
151
|
+
"jest": "^30.3.0",
|
|
152
|
+
"lefthook": "^2.1.6",
|
|
153
|
+
"prettier": "^3.8.3",
|
|
153
154
|
"prop-types": "^15.8.1",
|
|
154
|
-
"react": "19.2.
|
|
155
|
-
"react-native": "0.
|
|
156
|
-
"react-native-builder-bob": "^0.
|
|
157
|
-
"release-it": "^
|
|
158
|
-
"typescript": "^
|
|
155
|
+
"react": "19.2.6",
|
|
156
|
+
"react-native": "0.85.3",
|
|
157
|
+
"react-native-builder-bob": "^0.41.0",
|
|
158
|
+
"release-it": "^20.0.1",
|
|
159
|
+
"typescript": "^6.0.3"
|
|
159
160
|
},
|
|
160
161
|
"workspaces": [
|
|
161
162
|
"example"
|
|
@@ -187,7 +188,7 @@
|
|
|
187
188
|
"useTabs": false
|
|
188
189
|
},
|
|
189
190
|
"jest": {
|
|
190
|
-
"preset": "react-native",
|
|
191
|
+
"preset": "@react-native/jest-preset",
|
|
191
192
|
"modulePathIgnorePatterns": [
|
|
192
193
|
"<rootDir>/example/node_modules",
|
|
193
194
|
"<rootDir>/lib/"
|