@campxdev/react-native-blueprint 0.1.0 → 0.1.1

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 (116) hide show
  1. package/lib/module/components/ui/Skeleton.js +1 -1
  2. package/lib/module/components/ui/Skeleton.js.map +1 -1
  3. package/lib/typescript/babel.config.d.ts +13 -0
  4. package/lib/typescript/babel.config.d.ts.map +1 -0
  5. package/lib/typescript/metro.config.d.ts +3 -0
  6. package/lib/typescript/metro.config.d.ts.map +1 -0
  7. package/lib/typescript/src/app/_layout.d.ts +9 -0
  8. package/lib/typescript/src/app/_layout.d.ts.map +1 -0
  9. package/lib/typescript/src/components/theme-config.d.ts +174 -0
  10. package/lib/typescript/src/components/theme-config.d.ts.map +1 -0
  11. package/lib/typescript/src/components/ui/Accordion.d.ts +11 -0
  12. package/lib/typescript/src/components/ui/Accordion.d.ts.map +1 -0
  13. package/lib/typescript/src/components/ui/Alert-Dialog.d.ts +11 -0
  14. package/lib/typescript/src/components/ui/Alert-Dialog.d.ts.map +1 -0
  15. package/lib/typescript/src/components/ui/Alert.d.ts +11 -0
  16. package/lib/typescript/src/components/ui/Alert.d.ts.map +1 -0
  17. package/lib/typescript/src/components/ui/AppBar.d.ts +227 -0
  18. package/lib/typescript/src/components/ui/AppBar.d.ts.map +1 -0
  19. package/lib/typescript/src/components/ui/Aspect-Ratio.d.ts +30 -0
  20. package/lib/typescript/src/components/ui/Aspect-Ratio.d.ts.map +1 -0
  21. package/lib/typescript/src/components/ui/Avatar.d.ts +11 -0
  22. package/lib/typescript/src/components/ui/Avatar.d.ts.map +1 -0
  23. package/lib/typescript/src/components/ui/Badge.d.ts +11 -0
  24. package/lib/typescript/src/components/ui/Badge.d.ts.map +1 -0
  25. package/lib/typescript/src/components/ui/Bottom-Sheet.d.ts +11 -0
  26. package/lib/typescript/src/components/ui/Bottom-Sheet.d.ts.map +1 -0
  27. package/lib/typescript/src/components/ui/Button.d.ts +11 -0
  28. package/lib/typescript/src/components/ui/Button.d.ts.map +1 -0
  29. package/lib/typescript/src/components/ui/Card.d.ts +11 -0
  30. package/lib/typescript/src/components/ui/Card.d.ts.map +1 -0
  31. package/lib/typescript/src/components/ui/Checkbox.d.ts +11 -0
  32. package/lib/typescript/src/components/ui/Checkbox.d.ts.map +1 -0
  33. package/lib/typescript/src/components/ui/Collapsible.d.ts +212 -0
  34. package/lib/typescript/src/components/ui/Collapsible.d.ts.map +1 -0
  35. package/lib/typescript/src/components/ui/Context-Menu.d.ts +11 -0
  36. package/lib/typescript/src/components/ui/Context-Menu.d.ts.map +1 -0
  37. package/lib/typescript/src/components/ui/Custom-Card.d.ts +11 -0
  38. package/lib/typescript/src/components/ui/Custom-Card.d.ts.map +1 -0
  39. package/lib/typescript/src/components/ui/Dialog.d.ts +11 -0
  40. package/lib/typescript/src/components/ui/Dialog.d.ts.map +1 -0
  41. package/lib/typescript/src/components/ui/Dropdown-Menu.d.ts +11 -0
  42. package/lib/typescript/src/components/ui/Dropdown-Menu.d.ts.map +1 -0
  43. package/lib/typescript/src/components/ui/Floating-Action-Button.d.ts +11 -0
  44. package/lib/typescript/src/components/ui/Floating-Action.d.ts +44 -0
  45. package/lib/typescript/src/components/ui/Floating-Action.d.ts.map +1 -0
  46. package/lib/typescript/src/components/ui/Greeting-Card.d.ts +11 -0
  47. package/lib/typescript/src/components/ui/Greeting-Card.d.ts.map +1 -0
  48. package/lib/typescript/src/components/ui/Hover-Card.d.ts +11 -0
  49. package/lib/typescript/src/components/ui/Hover-Card.d.ts.map +1 -0
  50. package/lib/typescript/src/components/ui/Icon.d.ts +11 -0
  51. package/lib/typescript/src/components/ui/Icon.d.ts.map +1 -0
  52. package/lib/typescript/src/components/ui/Input.d.ts +11 -0
  53. package/lib/typescript/src/components/ui/Input.d.ts.map +1 -0
  54. package/lib/typescript/src/components/ui/Label.d.ts +11 -0
  55. package/lib/typescript/src/components/ui/Label.d.ts.map +1 -0
  56. package/lib/typescript/src/components/ui/Menubar.d.ts +11 -0
  57. package/lib/typescript/src/components/ui/Menubar.d.ts.map +1 -0
  58. package/lib/typescript/src/components/ui/Native-Only-Animated-View.d.ts +26 -0
  59. package/lib/typescript/src/components/ui/Native-Only-Animated-View.d.ts.map +1 -0
  60. package/lib/typescript/src/components/ui/NavBar.d.ts +11 -0
  61. package/lib/typescript/src/components/ui/NavBar.d.ts.map +1 -0
  62. package/lib/typescript/src/components/ui/Popover.d.ts +11 -0
  63. package/lib/typescript/src/components/ui/Popover.d.ts.map +1 -0
  64. package/lib/typescript/src/components/ui/Progress.d.ts +11 -0
  65. package/lib/typescript/src/components/ui/Progress.d.ts.map +1 -0
  66. package/lib/typescript/src/components/ui/Radio-Group.d.ts +11 -0
  67. package/lib/typescript/src/components/ui/Radio-Group.d.ts.map +1 -0
  68. package/lib/typescript/src/components/ui/Select.d.ts +11 -0
  69. package/lib/typescript/src/components/ui/Select.d.ts.map +1 -0
  70. package/lib/typescript/src/components/ui/Separator.d.ts +11 -0
  71. package/lib/typescript/src/components/ui/Separator.d.ts.map +1 -0
  72. package/lib/typescript/src/components/ui/SizedBox.d.ts +79 -0
  73. package/lib/typescript/src/components/ui/SizedBox.d.ts.map +1 -0
  74. package/lib/typescript/src/components/ui/Skeleton.d.ts +11 -0
  75. package/lib/typescript/src/components/ui/Skeleton.d.ts.map +1 -0
  76. package/lib/typescript/src/components/ui/Slider.d.ts +11 -0
  77. package/lib/typescript/src/components/ui/Slider.d.ts.map +1 -0
  78. package/lib/typescript/src/components/ui/Switch.d.ts +11 -0
  79. package/lib/typescript/src/components/ui/Switch.d.ts.map +1 -0
  80. package/lib/typescript/src/components/ui/Table.d.ts +11 -0
  81. package/lib/typescript/src/components/ui/Table.d.ts.map +1 -0
  82. package/lib/typescript/src/components/ui/Tabs.d.ts +11 -0
  83. package/lib/typescript/src/components/ui/Tabs.d.ts.map +1 -0
  84. package/lib/typescript/src/components/ui/Text.d.ts +11 -0
  85. package/lib/typescript/src/components/ui/Text.d.ts.map +1 -0
  86. package/lib/typescript/src/components/ui/Textarea.d.ts +11 -0
  87. package/lib/typescript/src/components/ui/Textarea.d.ts.map +1 -0
  88. package/lib/typescript/src/components/ui/Theme-Toggle.d.ts +11 -0
  89. package/lib/typescript/src/components/ui/Theme-Toggle.d.ts.map +1 -0
  90. package/lib/typescript/src/components/ui/Toast.d.ts +11 -0
  91. package/lib/typescript/src/components/ui/Toast.d.ts.map +1 -0
  92. package/lib/typescript/src/components/ui/Toggle-Group.d.ts +11 -0
  93. package/lib/typescript/src/components/ui/Toggle-Group.d.ts.map +1 -0
  94. package/lib/typescript/src/components/ui/Toggle.d.ts +11 -0
  95. package/lib/typescript/src/components/ui/Toggle.d.ts.map +1 -0
  96. package/lib/typescript/src/components/ui/Tooltip.d.ts +11 -0
  97. package/lib/typescript/src/components/ui/Tooltip.d.ts.map +1 -0
  98. package/lib/typescript/src/components/ui/index.d.ts +39 -0
  99. package/lib/typescript/src/components/ui/index.d.ts.map +1 -0
  100. package/lib/typescript/src/components/ui.d.ts +49 -0
  101. package/lib/typescript/src/index.d.ts +95 -0
  102. package/lib/typescript/src/index.d.ts.map +1 -0
  103. package/lib/typescript/src/lib/ThemeProvider.d.ts +14 -0
  104. package/lib/typescript/src/lib/ThemeProvider.d.ts.map +1 -0
  105. package/lib/typescript/src/lib/cornerRadius.d.ts +21 -0
  106. package/lib/typescript/src/lib/cornerRadius.d.ts.map +1 -0
  107. package/lib/typescript/src/lib/fonts.d.ts +30 -0
  108. package/lib/typescript/src/lib/fonts.d.ts.map +1 -0
  109. package/lib/typescript/src/lib/theme.d.ts +9 -0
  110. package/lib/typescript/src/lib/theme.d.ts.map +1 -0
  111. package/lib/typescript/src/lib/utils.d.ts +1 -0
  112. package/lib/typescript/src/lib/utils.d.ts.map +1 -0
  113. package/lib/typescript/tailwind.config.d.ts +3 -0
  114. package/lib/typescript/tailwind.config.d.ts.map +1 -0
  115. package/package.json +2 -3
  116. package/src/components/ui/Skeleton.tsx +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Card.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAE2B,MAAM;yHAazC,CAAC;AAGH;;;;;;;GAOG;AACH,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAEqB,MAAM;yHAUzC,CAAC;AAGH;;;;;;;;GAQG;AACH,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAEsB,MAAM;yHAazC,CAAC;AAGH;;;;;;;;GAQG;AACH,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAEgB,MAAM;yHAazC,CAAC;AAGH;;;;;;;;GAQG;AACH,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAEoB,MAAM;yHAMzC,CAAC;AAGH;;;;;;;;GAQG;AACH,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAEqB,MAAM;yHAUzC,CAAC;AAGH,OAAO,EACL,IAAI,EACJ,WAAW,EACX,eAAe,EACf,UAAU,EACV,UAAU,EACV,SAAS,GACV,CAAC"}
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ import { ViewProps } from 'react-native';
3
+
4
+ export interface CheckboxProps extends ViewProps {
5
+ className?: string;
6
+ children?: React.ReactNode;
7
+ [key: string]: any;
8
+ }
9
+
10
+ export const Checkbox: React.ComponentType<CheckboxProps>;
11
+ export default Checkbox;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Checkbox.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,iBAAiB,MAAM,yBAAyB,CAAC;AAM7D;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,iBAAS,QAAQ,CAAC,EAChB,SAAS,EACT,gBAAgB,EAChB,kBAAkB,EAClB,aAAa,EACb,GAAG,KAAK,EACT,EAAE,iBAAiB,CAAC,SAAS,GAC5B,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,OAAO,CAAC,GAAG;IAC/C,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,2CA+BF;AAED,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,212 @@
1
+ /**
2
+ * Root collapsible container
3
+ *
4
+ * An interactive component that can show and hide content. Unlike Accordion, it doesn't enforce
5
+ * any specific visual styling, making it more flexible for custom layouts.
6
+ *
7
+ * @component
8
+ * @example
9
+ * ```tsx
10
+ * <Collapsible open={isOpen} onOpenChange={setIsOpen}>
11
+ * <CollapsibleTrigger asChild>
12
+ * <Button variant="ghost"><Text>Toggle</Text></Button>
13
+ * </CollapsibleTrigger>
14
+ * <CollapsibleContent>
15
+ * <Text>This content can be shown or hidden</Text>
16
+ * </CollapsibleContent>
17
+ * </Collapsible>
18
+ * ```
19
+ */
20
+ declare const Collapsible: import("react").ForwardRefExoticComponent<import("react-native").ViewProps & {
21
+ asChild?: boolean;
22
+ } & {
23
+ open?: boolean;
24
+ defaultOpen?: boolean;
25
+ onOpenChange?: (open: boolean) => void;
26
+ disabled?: boolean;
27
+ } & import("react").RefAttributes<(props: Omit<import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").ViewProps, keyof {
28
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
29
+ }> & {
30
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
31
+ }) => React.ReactNode>>;
32
+ /**
33
+ * Trigger button that toggles collapsible content visibility
34
+ *
35
+ * @component
36
+ */
37
+ declare const CollapsibleTrigger: import("react").ForwardRefExoticComponent<Omit<Readonly<Omit<Omit<Readonly<Omit<Readonly<{
38
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => unknown) | undefined;
39
+ onAccessibilityTap?: (() => unknown) | undefined;
40
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
41
+ onMagicTap?: (() => unknown) | undefined;
42
+ onAccessibilityEscape?: (() => unknown) | undefined;
43
+ }>, "onMoveShouldSetResponder" | "onMoveShouldSetResponderCapture" | "onResponderGrant" | "onResponderMove" | "onResponderReject" | "onResponderRelease" | "onResponderStart" | "onResponderEnd" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onStartShouldSetResponderCapture" | "pointerEvents" | "hitSlop" | "children" | "id" | "accessibilityLabel" | "accessible" | "testID" | "style" | "nativeID" | "role" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "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" | "onClick" | "onMouseEnter" | "onMouseLeave" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
44
+ onMoveShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
45
+ onMoveShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
46
+ onResponderGrant?: ((e: import("react-native").GestureResponderEvent) => void | boolean) | undefined;
47
+ onResponderMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
48
+ onResponderReject?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
49
+ onResponderRelease?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
50
+ onResponderStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
51
+ onResponderEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
52
+ onResponderTerminate?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
53
+ onResponderTerminationRequest?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
54
+ onStartShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
55
+ onStartShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
56
+ }>, "pointerEvents" | "hitSlop" | "children" | "id" | "accessibilityLabel" | "accessible" | "testID" | "style" | "nativeID" | "role" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "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" | "onClick" | "onMouseEnter" | "onMouseLeave" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
57
+ onMouseEnter?: ((event: import("react-native").MouseEvent) => void) | undefined;
58
+ onMouseLeave?: ((event: import("react-native").MouseEvent) => void) | undefined;
59
+ }>, "pointerEvents" | "hitSlop" | "children" | "id" | "accessibilityLabel" | "accessible" | "testID" | "style" | "nativeID" | "role" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "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" | "onClick" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
60
+ onClick?: ((event: import("react-native").PointerEvent) => void) | undefined;
61
+ onClickCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
62
+ onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined;
63
+ onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
64
+ onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined;
65
+ onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
66
+ onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined;
67
+ onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
68
+ onPointerCancel?: ((e: import("react-native").PointerEvent) => void) | undefined;
69
+ onPointerCancelCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
70
+ onPointerDown?: ((e: import("react-native").PointerEvent) => void) | undefined;
71
+ onPointerDownCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
72
+ onPointerUp?: ((e: import("react-native").PointerEvent) => void) | undefined;
73
+ onPointerUpCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
74
+ onPointerOver?: ((e: import("react-native").PointerEvent) => void) | undefined;
75
+ onPointerOverCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
76
+ onPointerOut?: ((e: import("react-native").PointerEvent) => void) | undefined;
77
+ onPointerOutCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
78
+ onGotPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
79
+ onGotPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
80
+ onLostPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
81
+ onLostPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
82
+ }>, "pointerEvents" | "hitSlop" | "children" | "id" | "accessibilityLabel" | "accessible" | "testID" | "style" | "nativeID" | "role" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "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" | "onClick" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
83
+ onBlur?: ((event: import("react-native").BlurEvent) => void) | undefined;
84
+ onBlurCapture?: ((event: import("react-native").BlurEvent) => void) | undefined;
85
+ onFocus?: ((event: import("react-native").FocusEvent) => void) | undefined;
86
+ onFocusCapture?: ((event: import("react-native").FocusEvent) => void) | undefined;
87
+ }>, "pointerEvents" | "hitSlop" | "children" | "id" | "accessibilityLabel" | "accessible" | "testID" | "style" | "nativeID" | "role" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "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" | "onClick" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
88
+ onTouchCancel?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
89
+ onTouchCancelCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
90
+ onTouchEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
91
+ onTouchEndCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
92
+ onTouchMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
93
+ onTouchMoveCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
94
+ onTouchStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
95
+ onTouchStartCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
96
+ }>, "pointerEvents" | "hitSlop" | "children" | "id" | "accessibilityLabel" | "accessible" | "testID" | "style" | "nativeID" | "role" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "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" | "onClick" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
97
+ nativeBackgroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
98
+ nativeForegroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
99
+ renderToHardwareTextureAndroid?: boolean | undefined;
100
+ hasTVPreferredFocus?: boolean | undefined;
101
+ nextFocusDown?: number | undefined;
102
+ nextFocusForward?: number | undefined;
103
+ nextFocusLeft?: number | undefined;
104
+ nextFocusRight?: number | undefined;
105
+ nextFocusUp?: number | undefined;
106
+ focusable?: boolean | undefined;
107
+ tabIndex?: 0 | -1;
108
+ onClick?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
109
+ }>, "pointerEvents" | "hitSlop" | "children" | "id" | "accessibilityLabel" | "accessible" | "testID" | "style" | "nativeID" | "role" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "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" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
110
+ shouldRasterizeIOS?: boolean | undefined;
111
+ }>, "pointerEvents" | "hitSlop" | "children" | "id" | "accessibilityLabel" | "accessible" | "testID" | "style" | "nativeID" | "role" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "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" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<Omit<Readonly<{
112
+ accessibilityLabelledBy?: (string | undefined) | (Array<string> | undefined);
113
+ "aria-labelledby"?: string | undefined;
114
+ accessibilityLiveRegion?: ("none" | "polite" | "assertive") | undefined;
115
+ "aria-live"?: ("polite" | "assertive" | "off") | undefined;
116
+ importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined;
117
+ screenReaderFocusable?: boolean;
118
+ }>, "accessibilityLabel" | "accessible" | "role" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "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"> & Omit<Readonly<{
119
+ accessibilityIgnoresInvertColors?: boolean | undefined;
120
+ accessibilityViewIsModal?: boolean | undefined;
121
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
122
+ accessibilityLargeContentTitle?: string | undefined;
123
+ "aria-modal"?: boolean | undefined;
124
+ accessibilityElementsHidden?: boolean | undefined;
125
+ accessibilityLanguage?: string | undefined;
126
+ accessibilityRespondsToUserInteraction?: boolean | undefined;
127
+ }>, "accessibilityLabel" | "accessible" | "role" | "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"> & {
128
+ accessible?: boolean | undefined;
129
+ accessibilityLabel?: string | undefined;
130
+ accessibilityHint?: string | undefined;
131
+ "aria-label"?: string | undefined;
132
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
133
+ role?: import("react-native").Role | undefined;
134
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
135
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
136
+ "aria-valuemax"?: import("react-native").AccessibilityValue["max"] | undefined;
137
+ "aria-valuemin"?: import("react-native").AccessibilityValue["min"] | undefined;
138
+ "aria-valuenow"?: import("react-native").AccessibilityValue["now"] | undefined;
139
+ "aria-valuetext"?: import("react-native").AccessibilityValue["text"] | undefined;
140
+ accessibilityActions?: ReadonlyArray<import("react-native/types_generated/Libraries/Components/View/ViewAccessibility").AccessibilityActionInfo> | undefined;
141
+ "aria-busy"?: boolean | undefined;
142
+ "aria-checked"?: (boolean | undefined) | "mixed";
143
+ "aria-disabled"?: boolean | undefined;
144
+ "aria-expanded"?: boolean | undefined;
145
+ "aria-selected"?: boolean | undefined;
146
+ "aria-hidden"?: boolean | undefined;
147
+ }>, "pointerEvents" | "hitSlop" | "children" | "id" | "testID" | "style" | "nativeID" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
148
+ children?: React.ReactNode;
149
+ style?: import("react-native/types_generated/Libraries/StyleSheet/StyleSheet").ViewStyleProp | undefined;
150
+ collapsable?: boolean | undefined;
151
+ collapsableChildren?: boolean | undefined;
152
+ id?: string;
153
+ testID?: string | undefined;
154
+ nativeID?: string | undefined;
155
+ needsOffscreenAlphaCompositing?: boolean | undefined;
156
+ hitSlop?: import("react-native/types_generated/Libraries/StyleSheet/EdgeInsetsPropType").EdgeInsetsOrSizeProp | undefined;
157
+ pointerEvents?: ("auto" | "box-none" | "box-only" | "none") | undefined;
158
+ removeClippedSubviews?: boolean | undefined;
159
+ experimental_accessibilityOrder?: Array<string> | undefined;
160
+ }>, never>>, "onMouseEnter" | "onMouseLeave">, "hitSlop" | "children" | "disabled" | "onPress" | "onPressIn" | "onPressOut" | "onLongPress" | "delayLongPress" | "onLayout" | "testID" | "style" | "pressRetentionOffset" | "cancelable" | "delayHoverIn" | "delayHoverOut" | "onHoverIn" | "onHoverOut" | "onPressMove" | "android_disableSound" | "android_ripple" | "testOnly_pressed" | "unstable_pressDelay"> & Omit<Readonly<{
161
+ cancelable?: boolean | undefined;
162
+ children?: React.ReactNode | ((state: import("react-native").PressableStateCallbackType) => React.ReactNode);
163
+ delayHoverIn?: number | undefined;
164
+ delayHoverOut?: number | undefined;
165
+ delayLongPress?: number | undefined;
166
+ disabled?: boolean | undefined;
167
+ hitSlop?: import("react-native/types_generated/Libraries/StyleSheet/Rect").RectOrSize | undefined;
168
+ pressRetentionOffset?: import("react-native/types_generated/Libraries/StyleSheet/Rect").RectOrSize | undefined;
169
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
170
+ onHoverIn?: ((event: import("react-native").MouseEvent) => unknown) | undefined;
171
+ onHoverOut?: ((event: import("react-native").MouseEvent) => unknown) | undefined;
172
+ onLongPress?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
173
+ onPress?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
174
+ onPressIn?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
175
+ onPressMove?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
176
+ onPressOut?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
177
+ style?: import("react-native/types_generated/Libraries/StyleSheet/StyleSheet").ViewStyleProp | ((state: import("react-native").PressableStateCallbackType) => import("react-native/types_generated/Libraries/StyleSheet/StyleSheet").ViewStyleProp);
178
+ testID?: string | undefined;
179
+ android_disableSound?: boolean | undefined;
180
+ android_ripple?: import("react-native").PressableAndroidRippleConfig | undefined;
181
+ testOnly_pressed?: boolean | undefined;
182
+ unstable_pressDelay?: number | undefined;
183
+ }>, never>> & import("react").RefAttributes<(props: Omit<import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").ViewProps, keyof {
184
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
185
+ }> & {
186
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
187
+ }) => React.ReactNode>, "ref"> & {
188
+ asChild?: boolean;
189
+ } & {
190
+ onKeyDown?: (ev: React.KeyboardEvent) => void;
191
+ onKeyUp?: (ev: React.KeyboardEvent) => void;
192
+ } & import("react").RefAttributes<(props: Omit<import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").ViewProps, keyof {
193
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
194
+ }> & {
195
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
196
+ }) => React.ReactNode>>;
197
+ /**
198
+ * Collapsible content container
199
+ *
200
+ * Automatically animates height when expanding or collapsing.
201
+ *
202
+ * @component
203
+ */
204
+ declare const CollapsibleContent: import("react").ForwardRefExoticComponent<import("@rn-primitives/types").ForceMountable & import("react-native").ViewProps & {
205
+ asChild?: boolean;
206
+ } & import("react").RefAttributes<(props: Omit<import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").ViewProps, keyof {
207
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
208
+ }> & {
209
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
210
+ }) => React.ReactNode>>;
211
+ export { Collapsible, CollapsibleTrigger, CollapsibleContent };
212
+ //# sourceMappingURL=Collapsible.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Collapsible.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Collapsible.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;GAkBG;AACH,QAAA,MAAM,WAAW;;;;;;;;OAgBjB,CAPC;;OAGiC,CAAC;uBAZU,CAAC;AAE9C;;;;GAIG;AACH,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OASxB,CAPC;;OAGiC,CAAC;;;;;;;OAInC,CAPC;;OAGiC,CAAC;uBALoB,CAAC;AAExD;;;;;;GAMG;AACH,QAAA,MAAM,kBAAkB;;;OAAxB,CAPC;;OAGiC,CAAC;uBAIoB,CAAC;AAExD,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ import { ViewProps } from 'react-native';
3
+
4
+ export interface Context-MenuProps extends ViewProps {
5
+ className?: string;
6
+ children?: React.ReactNode;
7
+ [key: string]: any;
8
+ }
9
+
10
+ export const Context-Menu: React.ComponentType<Context-MenuProps>;
11
+ export default Context-Menu;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Context-Menu.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Context-Menu.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ import { ViewProps } from 'react-native';
3
+
4
+ export interface Custom-CardProps extends ViewProps {
5
+ className?: string;
6
+ children?: React.ReactNode;
7
+ [key: string]: any;
8
+ }
9
+
10
+ export const Custom-Card: React.ComponentType<Custom-CardProps>;
11
+ export default Custom-Card;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Custom-Card.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Custom-Card.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAGA,MAAM;mBACH,MAAM;sBACH,MAAM;yHA8C3B,CAAC;AAGF;;;;;;;GAOG;AACH,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAEe,MAAM;yHAUzC,CAAC;AAGH;;;;;;;;GAQG;AACH,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAEgB,MAAM;yHAazC,CAAC;AAGH;;;;;;;;GAQG;AACH,QAAA,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAEU,MAAM;yHAazC,CAAC;AAGH;;;;;;;;GAQG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAEc,MAAM;yHAMzC,CAAC;AAGH;;;;;;;;GAQG;AACH,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAEe,MAAM;yHAUzC,CAAC;AAGH,OAAO,EACL,UAAU,EACV,iBAAiB,EACjB,qBAAqB,EACrB,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,GAChB,CAAC"}
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ import { ViewProps } from 'react-native';
3
+
4
+ export interface DialogProps extends ViewProps {
5
+ className?: string;
6
+ children?: React.ReactNode;
7
+ [key: string]: any;
8
+ }
9
+
10
+ export const Dialog: React.ComponentType<DialogProps>;
11
+ export default Dialog;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Dialog.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,eAAe,MAAM,uBAAuB,CAAC;AAEzD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAwB,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAQpE;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,QAAA,MAAM,MAAM;;;;;;;OAnBF,CAAC;;OAKJ,CAAC;uBAc2B,CAAC;AAEpC;;GAEG;AACH,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAxBT,CAAC;;OAKJ,CAAC;;;;;;;OALE,CAAC;;OAKJ,CAAC;uBAmBqC,CAAC;AAE9C;;GAEG;AACH,QAAA,MAAM,YAAY,+BAAyB,CAAC;AAE5C;;GAEG;AACH,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAlCP,CAAC;;OAKJ,CAAC;;;;;;;OALE,CAAC;;OAKJ,CAAC;uBA6BiC,CAAC;AAK1C;;;;;GAKG;AACH,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,IAAI,CAAC,eAAe,CAAC,YAAY,EAAE,SAAS,CAAC,GAC9C,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG;IAChD,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,2CA4BF;AAED;;;;;;;;GAQG;AACH,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,UAAU,EACV,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,eAAe,CAAC,YAAY,GAC7B,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG;IAChD,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,2CAoCF;AAED;;;;;GAKG;AACH,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,2CAOvD;AAED;;;;;GAKG;AACH,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,2CAUvD;AAED;;;;GAIG;AACH,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,eAAe,CAAC,UAAU,GAAG,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC,QAAQ,CAAC,2CAU5E;AAED;;;;GAIG;AACH,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,eAAe,CAAC,gBAAgB,GACjC,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC,cAAc,CAAC,2CAOpD;AAED,OAAO,EACL,MAAM,EACN,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,WAAW,EACX,aAAa,GACd,CAAC"}
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ import { ViewProps } from 'react-native';
3
+
4
+ export interface Dropdown-MenuProps extends ViewProps {
5
+ className?: string;
6
+ children?: React.ReactNode;
7
+ [key: string]: any;
8
+ }
9
+
10
+ export const Dropdown-Menu: React.ComponentType<Dropdown-MenuProps>;
11
+ export default Dropdown-Menu;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dropdown-Menu.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Dropdown-Menu.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ import { ViewProps } from 'react-native';
3
+
4
+ export interface Floating-Action-ButtonProps extends ViewProps {
5
+ className?: string;
6
+ children?: React.ReactNode;
7
+ [key: string]: any;
8
+ }
9
+
10
+ export const Floating-Action-Button: React.ComponentType<Floating-Action-ButtonProps>;
11
+ export default Floating-Action-Button;
@@ -0,0 +1,44 @@
1
+ import React from 'react';
2
+ import type { IFloatingActionProps as RNFloatingActionProps } from 'react-native-floating-action';
3
+ export interface FloatingActionProps extends RNFloatingActionProps {
4
+ /**
5
+ * Custom className for styling (if using NativeWind)
6
+ */
7
+ className?: string;
8
+ }
9
+ /**
10
+ * FloatingAction Component
11
+ *
12
+ * A customizable floating action button (FAB) component with support for multiple actions.
13
+ * Based on react-native-floating-action with additional styling capabilities.
14
+ *
15
+ * @example
16
+ * ```tsx
17
+ * import { FloatingAction } from 'react-native-blueprint';
18
+ *
19
+ * const actions = [
20
+ * {
21
+ * text: 'Add',
22
+ * icon: require('./add-icon.png'),
23
+ * name: 'bt_add',
24
+ * position: 1
25
+ * },
26
+ * {
27
+ * text: 'Delete',
28
+ * icon: require('./delete-icon.png'),
29
+ * name: 'bt_delete',
30
+ * position: 2
31
+ * }
32
+ * ];
33
+ *
34
+ * <FloatingAction
35
+ * actions={actions}
36
+ * onPressItem={(name) => {
37
+ * console.log(`Selected button: ${name}`);
38
+ * }}
39
+ * />
40
+ * ```
41
+ */
42
+ export declare const FloatingAction: React.FC<FloatingActionProps>;
43
+ export default FloatingAction;
44
+ //# sourceMappingURL=Floating-Action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Floating-Action.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Floating-Action.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,oBAAoB,IAAI,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAGlG,MAAM,WAAW,mBAAoB,SAAQ,qBAAqB;IAChE;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAKvD,CAAC;AAIH,eAAe,cAAc,CAAC"}
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ import { ViewProps } from 'react-native';
3
+
4
+ export interface Greeting-CardProps extends ViewProps {
5
+ className?: string;
6
+ children?: React.ReactNode;
7
+ [key: string]: any;
8
+ }
9
+
10
+ export const Greeting-Card: React.ComponentType<Greeting-CardProps>;
11
+ export default Greeting-Card;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Greeting-Card.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Greeting-Card.tsx"],"names":[],"mappings":"AAgBA;;GAEG;AACH,MAAM,WAAW,OAAO;IACtB,6BAA6B;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,sEAAsE;IACtE,kBAAkB,EAAE,MAAM,CAAC;IAC3B,qCAAqC;IACrC,YAAY,EAAE,GAAG,CAAC;IAClB,uCAAuC;IACvC,WAAW,EAAE,MAAM,CAAC;IACpB,uCAAuC;IACvC,WAAW,EAAE,IAAI,CAAC;CACnB;AAED;;GAEG;AACH,QAAA,MAAM,aAAa;;;;;;;;;;CAUlB,CAAC;AAEF;;;;;;;;;;;GAWG;AACH,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,MAAM,GAAG;IACnD,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,GAAG,CAAC;CACnB,CAgCA;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,oBAAoB,IAAI,MAAM,CAY7C;AAED;;;;;GAKG;AACH,wBAAgB,UAAU,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,CA8B7C;AAED;;;;;;;;;;;GAWG;AACH,wBAAsB,YAAY,CAChC,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,MAAM,GAChB,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC,CA4BzB;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,6DAA6D;IAC7D,QAAQ,EAAE,MAAM,CAAC;IACjB,8GAA8G;IAC9G,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,+GAA+G;IAC/G,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,8DAA8D;IAC9D,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,wDAAwD;IACxD,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,iDAAiD;IACjD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,yDAAyD;IACzD,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,oDAAoD;IACpD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gDAAgD;IAChD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,2DAA2D;IAC3D,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,wBAAgB,YAAY,CAAC,EAC3B,QAAQ,EACR,GAAG,EACH,GAAG,EACH,cAAc,EACd,IAAiB,EACjB,UAA2B,EAC3B,OAAO,EACP,SAAS,EACT,UAAiB,EACjB,aAA8B,GAC/B,EAAE,iBAAiB,2CA2InB;yBAtJe,YAAY;;;AAmM5B,OAAO,EAAE,aAAa,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ import { ViewProps } from 'react-native';
3
+
4
+ export interface Hover-CardProps extends ViewProps {
5
+ className?: string;
6
+ children?: React.ReactNode;
7
+ [key: string]: any;
8
+ }
9
+
10
+ export const Hover-Card: React.ComponentType<Hover-CardProps>;
11
+ export default Hover-Card;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Hover-Card.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Hover-Card.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,kBAAkB,MAAM,2BAA2B,CAAC;AAChE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B;;;;;;;;;;;;;;;GAeG;AACH,QAAA,MAAM,SAAS;;;;;;;OAAoB,CAAC;;OAGyB,CAAC;uBAHrB,CAAC;AAE1C;;;;GAIG;AACH,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAPa,CAAC;;OAGyB,CAAC;;;;;;wEAIX,CAAC;AAQpD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,KAAgB,EAChB,UAAc,EACd,GAAG,KAAK,EACT,EAAE,kBAAkB,CAAC,YAAY,GAChC,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,UAAU,CAAC,2CA+BnD;AAED,OAAO,EAAE,SAAS,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ import { ViewProps } from 'react-native';
3
+
4
+ export interface IconProps extends ViewProps {
5
+ className?: string;
6
+ children?: React.ReactNode;
7
+ [key: string]: any;
8
+ }
9
+
10
+ export const Icon: React.ComponentType<IconProps>;
11
+ export default Icon;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Icon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAGnE;;;;;;;;;;;;GAYG;AACH,KAAK,SAAS,GAAG,WAAW,GAAG;IAC7B,EAAE,EAAE,UAAU,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAgBF;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,iBAAS,IAAI,CAAC,EACZ,EAAE,EAAE,aAAa,EACjB,SAAS,EACT,IAAS,EACT,GAAG,KAAK,EACT,EAAE,SAAS,2CASX;AAED,OAAO,EAAE,IAAI,EAAE,CAAC;AAChB,YAAY,EAAE,SAAS,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ import { ViewProps } from 'react-native';
3
+
4
+ export interface InputProps extends ViewProps {
5
+ className?: string;
6
+ children?: React.ReactNode;
7
+ [key: string]: any;
8
+ }
9
+
10
+ export const Input: React.ComponentType<InputProps>;
11
+ export default Input;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Input.tsx"],"names":[],"mappings":"AACA,OAAO,EAAY,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,cAAc,CAAC;AAKxE;;;;;;GAMG;AACH,UAAU,UAAW,SAAQ,cAAc;IACzC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,QAAe,EACf,GAAG,KAAK,EACT,EAAE,UAAU,GAAG,KAAK,CAAC,aAAa,CAAC,SAAS,CAAC,2CA4B7C;AAED,OAAO,EAAE,KAAK,EAAE,CAAC;AACjB,YAAY,EAAE,UAAU,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ import { ViewProps } from 'react-native';
3
+
4
+ export interface LabelProps extends ViewProps {
5
+ className?: string;
6
+ children?: React.ReactNode;
7
+ [key: string]: any;
8
+ }
9
+
10
+ export const Label: React.ComponentType<LabelProps>;
11
+ export default Label;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Label.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Label.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAE0B,MAAM;yHAUzC,CAAC;AAGH,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ import { ViewProps } from 'react-native';
3
+
4
+ export interface MenubarProps extends ViewProps {
5
+ className?: string;
6
+ children?: React.ReactNode;
7
+ [key: string]: any;
8
+ }
9
+
10
+ export const Menubar: React.ComponentType<MenubarProps>;
11
+ export default Menubar;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Menubar.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Menubar.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,26 @@
1
+ import Animated from 'react-native-reanimated';
2
+ /**
3
+ * Platform-conditional animated view component
4
+ *
5
+ * Renders an Animated.View on native platforms (iOS/Android) and a React Fragment
6
+ * on web. This utility helps maintain consistent animation APIs across platforms
7
+ * while avoiding web-incompatible animations.
8
+ *
9
+ * Used internally by other components like Dialog, Popover, Tooltip, etc. to provide
10
+ * smooth entrance/exit animations on native while gracefully degrading to no animation
11
+ * on web where certain Reanimated features are not supported.
12
+ *
13
+ * @component
14
+ * @example
15
+ * ```tsx
16
+ * <NativeOnlyAnimatedView entering={FadeIn} exiting={FadeOut}>
17
+ * <View><Text>Animated content on native, static on web</Text></View>
18
+ * </NativeOnlyAnimatedView>
19
+ * ```
20
+ *
21
+ * @platform iOS, Android - Full animation support
22
+ * @platform web - Renders as Fragment without animations
23
+ */
24
+ declare function NativeOnlyAnimatedView(props: React.ComponentProps<typeof Animated.View> & React.RefAttributes<Animated.View>): import("react/jsx-runtime").JSX.Element;
25
+ export { NativeOnlyAnimatedView };
26
+ //# sourceMappingURL=Native-Only-Animated-View.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Native-Only-Animated-View.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Native-Only-Animated-View.tsx"],"names":[],"mappings":"AACA,OAAO,QAAQ,MAAM,yBAAyB,CAAC;AAE/C;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,iBAAS,sBAAsB,CAC7B,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,IAAI,CAAC,GAC/C,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,IAAI,CAAC,2CAOrC;AAED,OAAO,EAAE,sBAAsB,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ import { ViewProps } from 'react-native';
3
+
4
+ export interface NavBarProps extends ViewProps {
5
+ className?: string;
6
+ children?: React.ReactNode;
7
+ [key: string]: any;
8
+ }
9
+
10
+ export const NavBar: React.ComponentType<NavBarProps>;
11
+ export default NavBar;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NavBar.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/NavBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAYxD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,mBAAmB,GAAG,KAAK,CAAC,YAAY,CAAC;IAC/C,UAAU,EAAE,mBAAmB,GAAG,KAAK,CAAC,YAAY,CAAC;IACrD,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,UAAU,EAAE,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoLG;AACH,QAAA,MAAM,MAAM,qKA4GX,CAAC;AAIF,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ import { ViewProps } from 'react-native';
3
+
4
+ export interface PopoverProps extends ViewProps {
5
+ className?: string;
6
+ children?: React.ReactNode;
7
+ [key: string]: any;
8
+ }
9
+
10
+ export const Popover: React.ComponentType<PopoverProps>;
11
+ export default Popover;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Popover.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,gBAAgB,MAAM,wBAAwB,CAAC;AAC3D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B;;;;;;;;;;;;;;;;;GAiBG;AACH,QAAA,MAAM,OAAO;;;;;OAAC,CAAA;;OAG8B,CAAA;uBAHP,CAAC;AAEtC;;;;GAIG;AACH,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAPN,CAAA;;OAG8B,CAAA;;;;;;qEAIG,CAAC;AAQhD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,KAAgB,EAChB,UAAc,EACd,UAAU,EACV,GAAG,KAAK,EACT,EAAE,gBAAgB,CAAC,YAAY,GAC9B,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG;IACjD,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,2CAkCF;AAED,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ import { ViewProps } from 'react-native';
3
+
4
+ export interface ProgressProps extends ViewProps {
5
+ className?: string;
6
+ children?: React.ReactNode;
7
+ [key: string]: any;
8
+ }
9
+
10
+ export const Progress: React.ComponentType<ProgressProps>;
11
+ export default Progress;