@openorgus/react 0.0.6 → 0.0.8

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 (195) hide show
  1. package/dist/components/AIChatbot.d.ts +12 -0
  2. package/dist/components/AIChatbot.d.ts.map +1 -0
  3. package/dist/components/ActionSheet.d.ts +12 -0
  4. package/dist/components/ActionSheet.d.ts.map +1 -0
  5. package/dist/components/Alert.d.ts +11 -0
  6. package/dist/components/Alert.d.ts.map +1 -0
  7. package/dist/components/AnimationPreview.d.ts +10 -0
  8. package/dist/components/AnimationPreview.d.ts.map +1 -0
  9. package/dist/components/AppBar.d.ts +12 -0
  10. package/dist/components/AppBar.d.ts.map +1 -0
  11. package/dist/components/Autocomplete.d.ts +12 -0
  12. package/dist/components/Autocomplete.d.ts.map +1 -0
  13. package/dist/components/Avatar.d.ts +11 -0
  14. package/dist/components/Avatar.d.ts.map +1 -0
  15. package/dist/components/Backdrop.d.ts +12 -0
  16. package/dist/components/Backdrop.d.ts.map +1 -0
  17. package/dist/components/Badge.d.ts +11 -0
  18. package/dist/components/Badge.d.ts.map +1 -0
  19. package/dist/components/BottomNavigation.d.ts +12 -0
  20. package/dist/components/BottomNavigation.d.ts.map +1 -0
  21. package/dist/components/Box.d.ts +12 -0
  22. package/dist/components/Box.d.ts.map +1 -0
  23. package/dist/components/Breadcrumbs.d.ts +12 -0
  24. package/dist/components/Breadcrumbs.d.ts.map +1 -0
  25. package/dist/components/Button.d.ts +8 -7
  26. package/dist/components/Button.d.ts.map +1 -0
  27. package/dist/components/ButtonGroup.d.ts +12 -0
  28. package/dist/components/ButtonGroup.d.ts.map +1 -0
  29. package/dist/components/CalendarBookings.d.ts +38 -0
  30. package/dist/components/CalendarBookings.d.ts.map +1 -0
  31. package/dist/components/Camera.d.ts +12 -0
  32. package/dist/components/Camera.d.ts.map +1 -0
  33. package/dist/components/Card.d.ts +12 -0
  34. package/dist/components/Card.d.ts.map +1 -0
  35. package/dist/components/Charts.d.ts +12 -0
  36. package/dist/components/Charts.d.ts.map +1 -0
  37. package/dist/components/Checkbox.d.ts +12 -0
  38. package/dist/components/Checkbox.d.ts.map +1 -0
  39. package/dist/components/Chip.d.ts +12 -0
  40. package/dist/components/Chip.d.ts.map +1 -0
  41. package/dist/components/CodeGenerator.d.ts +12 -0
  42. package/dist/components/CodeGenerator.d.ts.map +1 -0
  43. package/dist/components/ColorPicker.d.ts +12 -0
  44. package/dist/components/ColorPicker.d.ts.map +1 -0
  45. package/dist/components/Container.d.ts +12 -0
  46. package/dist/components/Container.d.ts.map +1 -0
  47. package/dist/components/CreditCard.d.ts +12 -0
  48. package/dist/components/CreditCard.d.ts.map +1 -0
  49. package/dist/components/DataQuery.d.ts +12 -0
  50. package/dist/components/DataQuery.d.ts.map +1 -0
  51. package/dist/components/DatePicker.d.ts +12 -0
  52. package/dist/components/DatePicker.d.ts.map +1 -0
  53. package/dist/components/DecayCard.d.ts +12 -0
  54. package/dist/components/DecayCard.d.ts.map +1 -0
  55. package/dist/components/Dialog.d.ts +12 -0
  56. package/dist/components/Dialog.d.ts.map +1 -0
  57. package/dist/components/Divider.d.ts +12 -0
  58. package/dist/components/Divider.d.ts.map +1 -0
  59. package/dist/components/Drawer.d.ts +12 -0
  60. package/dist/components/Drawer.d.ts.map +1 -0
  61. package/dist/components/EmojisPreview.d.ts +10 -0
  62. package/dist/components/EmojisPreview.d.ts.map +1 -0
  63. package/dist/components/FloatingActionButton.d.ts +12 -0
  64. package/dist/components/FloatingActionButton.d.ts.map +1 -0
  65. package/dist/components/FontAwesomeWrapper.d.ts +12 -0
  66. package/dist/components/FontAwesomeWrapper.d.ts.map +1 -0
  67. package/dist/components/IconsPreview.d.ts +17 -0
  68. package/dist/components/IconsPreview.d.ts.map +1 -0
  69. package/dist/components/IllustrationsPreview.d.ts +17 -0
  70. package/dist/components/IllustrationsPreview.d.ts.map +1 -0
  71. package/dist/components/ImageGenerator.d.ts +12 -0
  72. package/dist/components/ImageGenerator.d.ts.map +1 -0
  73. package/dist/components/ImageList.d.ts +12 -0
  74. package/dist/components/ImageList.d.ts.map +1 -0
  75. package/dist/components/InteractiveCursor.d.ts +12 -0
  76. package/dist/components/InteractiveCursor.d.ts.map +1 -0
  77. package/dist/components/Link.d.ts +12 -0
  78. package/dist/components/Link.d.ts.map +1 -0
  79. package/dist/components/List.d.ts +12 -0
  80. package/dist/components/List.d.ts.map +1 -0
  81. package/dist/components/MagnetLines.d.ts +12 -0
  82. package/dist/components/MagnetLines.d.ts.map +1 -0
  83. package/dist/components/Map.d.ts +12 -0
  84. package/dist/components/Map.d.ts.map +1 -0
  85. package/dist/components/Menu.d.ts +12 -0
  86. package/dist/components/Menu.d.ts.map +1 -0
  87. package/dist/components/Modal.d.ts +12 -0
  88. package/dist/components/Modal.d.ts.map +1 -0
  89. package/dist/components/NumberField.d.ts +12 -0
  90. package/dist/components/NumberField.d.ts.map +1 -0
  91. package/dist/components/OrderSummary.d.ts +12 -0
  92. package/dist/components/OrderSummary.d.ts.map +1 -0
  93. package/dist/components/Pagination.d.ts +12 -0
  94. package/dist/components/Pagination.d.ts.map +1 -0
  95. package/dist/components/Paper.d.ts +12 -0
  96. package/dist/components/Paper.d.ts.map +1 -0
  97. package/dist/components/PixelTrail.d.ts +12 -0
  98. package/dist/components/PixelTrail.d.ts.map +1 -0
  99. package/dist/components/Progress.d.ts +12 -0
  100. package/dist/components/Progress.d.ts.map +1 -0
  101. package/dist/components/QRCode.d.ts +12 -0
  102. package/dist/components/QRCode.d.ts.map +1 -0
  103. package/dist/components/Radio.d.ts +12 -0
  104. package/dist/components/Radio.d.ts.map +1 -0
  105. package/dist/components/Rating.d.ts +12 -0
  106. package/dist/components/Rating.d.ts.map +1 -0
  107. package/dist/components/ReactBitsPlaceholder.d.ts +13 -0
  108. package/dist/components/ReactBitsPlaceholder.d.ts.map +1 -0
  109. package/dist/components/Select.d.ts +12 -0
  110. package/dist/components/Select.d.ts.map +1 -0
  111. package/dist/components/ShoppingCart.d.ts +12 -0
  112. package/dist/components/ShoppingCart.d.ts.map +1 -0
  113. package/dist/components/Signature.d.ts +12 -0
  114. package/dist/components/Signature.d.ts.map +1 -0
  115. package/dist/components/Skeleton.d.ts +12 -0
  116. package/dist/components/Skeleton.d.ts.map +1 -0
  117. package/dist/components/Slider.d.ts +12 -0
  118. package/dist/components/Slider.d.ts.map +1 -0
  119. package/dist/components/Snackbar.d.ts +12 -0
  120. package/dist/components/Snackbar.d.ts.map +1 -0
  121. package/dist/components/SpeedDial.d.ts +12 -0
  122. package/dist/components/SpeedDial.d.ts.map +1 -0
  123. package/dist/components/Stack.d.ts +12 -0
  124. package/dist/components/Stack.d.ts.map +1 -0
  125. package/dist/components/Stepper.d.ts +12 -0
  126. package/dist/components/Stepper.d.ts.map +1 -0
  127. package/dist/components/Switch.d.ts +12 -0
  128. package/dist/components/Switch.d.ts.map +1 -0
  129. package/dist/components/Table.d.ts +12 -0
  130. package/dist/components/Table.d.ts.map +1 -0
  131. package/dist/components/Tabs.d.ts +12 -0
  132. package/dist/components/Tabs.d.ts.map +1 -0
  133. package/dist/components/TextArea.d.ts +12 -0
  134. package/dist/components/TextArea.d.ts.map +1 -0
  135. package/dist/components/TextField.d.ts +12 -0
  136. package/dist/components/TextField.d.ts.map +1 -0
  137. package/dist/components/TextGenerator.d.ts +12 -0
  138. package/dist/components/TextGenerator.d.ts.map +1 -0
  139. package/dist/components/ToggleButton.d.ts +12 -0
  140. package/dist/components/ToggleButton.d.ts.map +1 -0
  141. package/dist/components/Tooltip.d.ts +12 -0
  142. package/dist/components/Tooltip.d.ts.map +1 -0
  143. package/dist/components/TransferList.d.ts +12 -0
  144. package/dist/components/TransferList.d.ts.map +1 -0
  145. package/dist/components/TreeView.d.ts +12 -0
  146. package/dist/components/TreeView.d.ts.map +1 -0
  147. package/dist/components/TypographyPreview.d.ts +11 -0
  148. package/dist/components/TypographyPreview.d.ts.map +1 -0
  149. package/dist/components/Upload.d.ts +12 -0
  150. package/dist/components/Upload.d.ts.map +1 -0
  151. package/dist/components/VerificationCode.d.ts +12 -0
  152. package/dist/components/VerificationCode.d.ts.map +1 -0
  153. package/dist/components/VerificationProgress.d.ts +36 -0
  154. package/dist/components/VerificationProgress.d.ts.map +1 -0
  155. package/dist/components/VideoGenerator.d.ts +12 -0
  156. package/dist/components/VideoGenerator.d.ts.map +1 -0
  157. package/dist/components/VideoPlayer.d.ts +12 -0
  158. package/dist/components/VideoPlayer.d.ts.map +1 -0
  159. package/dist/components/VirtualKeyboard.d.ts +13 -0
  160. package/dist/components/VirtualKeyboard.d.ts.map +1 -0
  161. package/dist/components/VoiceChatbot.d.ts +12 -0
  162. package/dist/components/VoiceChatbot.d.ts.map +1 -0
  163. package/dist/components/VoiceUI.d.ts +12 -0
  164. package/dist/components/VoiceUI.d.ts.map +1 -0
  165. package/dist/components/Whiteboard.d.ts +12 -0
  166. package/dist/components/Whiteboard.d.ts.map +1 -0
  167. package/dist/constants.d.ts +4 -0
  168. package/dist/constants.d.ts.map +1 -0
  169. package/dist/index.d.ts +83 -1
  170. package/dist/index.d.ts.map +1 -0
  171. package/dist/openorgus-react.es.js +15198 -0
  172. package/dist/openorgus-react.es.js.map +1 -0
  173. package/dist/types.d.ts +12 -0
  174. package/dist/types.d.ts.map +1 -0
  175. package/dist/utils/animationUtils.d.ts +6 -0
  176. package/dist/utils/animationUtils.d.ts.map +1 -0
  177. package/dist/utils/autolayout.d.ts +27 -0
  178. package/dist/utils/autolayout.d.ts.map +1 -0
  179. package/dist/utils/componentDocumentation.d.ts +61 -0
  180. package/dist/utils/componentDocumentation.d.ts.map +1 -0
  181. package/dist/utils/cursorEffects.d.ts +37 -0
  182. package/dist/utils/cursorEffects.d.ts.map +1 -0
  183. package/dist/utils/iconData.d.ts +5 -0
  184. package/dist/utils/iconData.d.ts.map +1 -0
  185. package/dist/utils/mockData.d.ts +91 -0
  186. package/dist/utils/mockData.d.ts.map +1 -0
  187. package/dist/utils/mockStorage.d.ts +69 -0
  188. package/dist/utils/mockStorage.d.ts.map +1 -0
  189. package/dist/utils/styleUtils.d.ts +10 -9
  190. package/dist/utils/styleUtils.d.ts.map +1 -0
  191. package/dist/utils/urduTranslator.d.ts +22 -0
  192. package/dist/utils/urduTranslator.d.ts.map +1 -0
  193. package/package.json +1 -1
  194. package/dist/opengrid-react.es.js +0 -420
  195. package/dist/opengrid-react.umd.js +0 -56
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface AIChatbotProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const AIChatbot: React.FC<AIChatbotProps>;
11
+ export {};
12
+ //# sourceMappingURL=AIChatbot.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AIChatbot.d.ts","sourceRoot":"","sources":["../../src/components/AIChatbot.tsx"],"names":[],"mappings":"AACA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAItF,UAAU,cAAc;IACtB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAQD,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAqI9C,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface ActionSheetProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const ActionSheet: React.FC<ActionSheetProps>;
11
+ export {};
12
+ //# sourceMappingURL=ActionSheet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionSheet.d.ts","sourceRoot":"","sources":["../../src/components/ActionSheet.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAItF,UAAU,gBAAgB;IACxB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA+FlD,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ export interface AlertProps extends React.HTMLAttributes<HTMLDivElement> {
5
+ designSystem?: DesignSystem;
6
+ componentProps?: Partial<ComponentProps>;
7
+ globalConfig?: Partial<GlobalConfig>;
8
+ granularStyles?: Partial<GranularStyles>;
9
+ }
10
+ export declare const Alert: React.FC<AlertProps>;
11
+ //# sourceMappingURL=Alert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../src/components/Alert.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAItF,MAAM,WAAW,UAAW,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACtE,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,cAAc,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC,CAAC;IACzC,YAAY,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC;IACrC,cAAc,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC,CAAC;CAC1C;AAED,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CA2CtC,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { default as React } from 'react';
2
+ import { AnimationConfig, GlobalConfig } from '../types';
3
+
4
+ interface AnimationPreviewProps {
5
+ config: AnimationConfig;
6
+ globalConfig?: GlobalConfig;
7
+ }
8
+ export declare const AnimationPreview: React.FC<AnimationPreviewProps>;
9
+ export {};
10
+ //# sourceMappingURL=AnimationPreview.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnimationPreview.d.ts","sourceRoot":"","sources":["../../src/components/AnimationPreview.tsx"],"names":[],"mappings":"AACA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAIzD,UAAU,qBAAqB;IAC7B,MAAM,EAAE,eAAe,CAAC;IACxB,YAAY,CAAC,EAAE,YAAY,CAAC;CAC7B;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAqS5D,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface AppBarProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const AppBar: React.FC<AppBarProps>;
11
+ export {};
12
+ //# sourceMappingURL=AppBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppBar.d.ts","sourceRoot":"","sources":["../../src/components/AppBar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAItF,UAAU,WAAW;IACnB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAED,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAoDxC,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface AutocompleteProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const Autocomplete: React.FC<AutocompleteProps>;
11
+ export {};
12
+ //# sourceMappingURL=Autocomplete.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Autocomplete.d.ts","sourceRoot":"","sources":["../../src/components/Autocomplete.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAItF,UAAU,iBAAiB;IACzB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA0BpD,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ export interface AvatarProps extends React.HTMLAttributes<HTMLDivElement> {
5
+ designSystem?: DesignSystem;
6
+ componentProps?: Partial<ComponentProps>;
7
+ globalConfig?: Partial<GlobalConfig>;
8
+ granularStyles?: Partial<GranularStyles>;
9
+ }
10
+ export declare const Avatar: React.FC<AvatarProps>;
11
+ //# sourceMappingURL=Avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../src/components/Avatar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAGtF,MAAM,WAAW,WAAY,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACvE,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,cAAc,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC,CAAC;IACzC,YAAY,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC;IACrC,cAAc,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC,CAAC;CAC1C;AAED,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAuBxC,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface BackdropProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const Backdrop: React.FC<BackdropProps>;
11
+ export {};
12
+ //# sourceMappingURL=Backdrop.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Backdrop.d.ts","sourceRoot":"","sources":["../../src/components/Backdrop.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAItF,UAAU,aAAa;IACrB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAED,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAkC5C,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ export interface BadgeProps extends React.HTMLAttributes<HTMLDivElement> {
5
+ designSystem?: DesignSystem;
6
+ componentProps?: Partial<ComponentProps>;
7
+ globalConfig?: Partial<GlobalConfig>;
8
+ granularStyles?: Partial<GranularStyles>;
9
+ }
10
+ export declare const Badge: React.FC<BadgeProps>;
11
+ //# sourceMappingURL=Badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../src/components/Badge.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAItF,MAAM,WAAW,UAAW,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACpE,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,cAAc,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC,CAAC;IACzC,YAAY,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC;IACrC,cAAc,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC,CAAC;CAC5C;AAED,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAuDtC,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface BottomNavProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const BottomNavigation: React.FC<BottomNavProps>;
11
+ export {};
12
+ //# sourceMappingURL=BottomNavigation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomNavigation.d.ts","sourceRoot":"","sources":["../../src/components/BottomNavigation.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAItF,UAAU,cAAc;IACtB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAwDrD,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface BoxProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const Box: React.FC<BoxProps>;
11
+ export {};
12
+ //# sourceMappingURL=Box.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Box.d.ts","sourceRoot":"","sources":["../../src/components/Box.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAGtF,UAAU,QAAQ;IAChB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAED,eAAO,MAAM,GAAG,EAAE,KAAK,CAAC,EAAE,CAAC,QAAQ,CAoElC,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface BreadcrumbsProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const Breadcrumbs: React.FC<BreadcrumbsProps>;
11
+ export {};
12
+ //# sourceMappingURL=Breadcrumbs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Breadcrumbs.d.ts","sourceRoot":"","sources":["../../src/components/Breadcrumbs.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAItF,UAAU,gBAAgB;IACxB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAiClD,CAAC"}
@@ -1,10 +1,11 @@
1
+ import { default as React } from 'react';
1
2
  import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
2
- import * as React from 'react';
3
- interface ButtonProps {
4
- designSystem: DesignSystem;
5
- componentProps: ComponentProps;
6
- globalConfig: GlobalConfig;
7
- granularStyles: GranularStyles;
3
+
4
+ export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
5
+ designSystem?: DesignSystem;
6
+ componentProps?: Partial<ComponentProps>;
7
+ globalConfig?: GlobalConfig;
8
+ granularStyles?: GranularStyles;
8
9
  }
9
10
  export declare const Button: React.FC<ButtonProps>;
10
- export {};
11
+ //# sourceMappingURL=Button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../src/components/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AA+CtF,MAAM,WAAW,WAAY,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC;IAChF,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,cAAc,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC,CAAC;IACzC,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC;AAED,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAsCxC,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface ButtonGroupProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const ButtonGroup: React.FC<ButtonGroupProps>;
11
+ export {};
12
+ //# sourceMappingURL=ButtonGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonGroup.d.ts","sourceRoot":"","sources":["../../src/components/ButtonGroup.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAItF,UAAU,gBAAgB;IACxB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA0ClD,CAAC"}
@@ -0,0 +1,38 @@
1
+ import { default as React } from 'react';
2
+
3
+ /**
4
+ * @description Formats a date string to a readable format
5
+ * @param {string} dateString - ISO date string
6
+ * @returns {string} Formatted date string
7
+ */
8
+ export declare const formatDate: (dateString: string) => string;
9
+ /**
10
+ * @description Formats date and time for meeting display
11
+ * @param {string} startTime - ISO start time string
12
+ * @param {string} endTime - ISO end time string
13
+ * @param {string} timezone - Timezone string
14
+ * @returns {string} Formatted date/time string
15
+ */
16
+ export declare const formatMeetingTime: (startTime: string, endTime: string, timezone?: string) => string;
17
+ export interface CalendarBooking {
18
+ cal_booking_id: string;
19
+ title: string;
20
+ attendee_name?: string;
21
+ attendee_email?: string;
22
+ start_time: string;
23
+ end_time: string;
24
+ timezone?: string;
25
+ meeting_url?: string;
26
+ }
27
+ export interface CalendarBookingsProps {
28
+ email?: string;
29
+ isLoading: boolean;
30
+ error: unknown;
31
+ data: {
32
+ success?: boolean;
33
+ urban_data?: CalendarBooking[];
34
+ errors?: string;
35
+ } | undefined;
36
+ }
37
+ export declare const CalendarBookings: React.FC<CalendarBookingsProps>;
38
+ //# sourceMappingURL=CalendarBookings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CalendarBookings.d.ts","sourceRoot":"","sources":["../../src/components/CalendarBookings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B;;;;GAIG;AACH,eAAO,MAAM,UAAU,GAAI,YAAY,MAAM,KAAG,MAa/C,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,iBAAiB,GAC5B,WAAW,MAAM,EACjB,SAAS,MAAM,EACf,WAAW,MAAM,KAChB,MAwBF,CAAC;AAEF,MAAM,WAAW,eAAe;IAC9B,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,qBAAqB;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,OAAO,CAAC;IACf,IAAI,EACA;QACE,OAAO,CAAC,EAAE,OAAO,CAAC;QAClB,UAAU,CAAC,EAAE,eAAe,EAAE,CAAC;QAC/B,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,GACD,SAAS,CAAC;CACf;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAgO5D,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface CameraProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const Camera: React.FC<CameraProps>;
11
+ export {};
12
+ //# sourceMappingURL=Camera.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Camera.d.ts","sourceRoot":"","sources":["../../src/components/Camera.tsx"],"names":[],"mappings":"AACA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAItF,UAAU,WAAW;IACnB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAED,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAqGxC,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface CardProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const Card: React.FC<CardProps>;
11
+ export {};
12
+ //# sourceMappingURL=Card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../src/components/Card.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAGtF,UAAU,SAAS;IACjB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAED,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAuCpC,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface ChartsProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const Charts: React.FC<ChartsProps>;
11
+ export {};
12
+ //# sourceMappingURL=Charts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Charts.d.ts","sourceRoot":"","sources":["../../src/components/Charts.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAsBtF,UAAU,WAAW;IACnB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAuCD,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CA6WxC,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface CheckboxProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const Checkbox: React.FC<CheckboxProps>;
11
+ export {};
12
+ //# sourceMappingURL=Checkbox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../src/components/Checkbox.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAItF,UAAU,aAAa;IACrB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAED,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAoC5C,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface ChipProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const Chip: React.FC<ChipProps>;
11
+ export {};
12
+ //# sourceMappingURL=Chip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Chip.d.ts","sourceRoot":"","sources":["../../src/components/Chip.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAItF,UAAU,SAAS;IACjB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAED,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAmDpC,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface CodeGeneratorProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const CodeGenerator: React.FC<CodeGeneratorProps>;
11
+ export {};
12
+ //# sourceMappingURL=CodeGenerator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CodeGenerator.d.ts","sourceRoot":"","sources":["../../src/components/CodeGenerator.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAItF,UAAU,kBAAkB;IAC1B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAyBD,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAyItD,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface ColorPickerProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const ColorPicker: React.FC<ColorPickerProps>;
11
+ export {};
12
+ //# sourceMappingURL=ColorPicker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ColorPicker.d.ts","sourceRoot":"","sources":["../../src/components/ColorPicker.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAGtF,UAAU,gBAAgB;IACxB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAkElD,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface ContainerProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const Container: React.FC<ContainerProps>;
11
+ export {};
12
+ //# sourceMappingURL=Container.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Container.d.ts","sourceRoot":"","sources":["../../src/components/Container.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAGtF,UAAU,cAAc;IACtB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAYD,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA2D9C,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface CreditCardProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const CreditCard: React.FC<CreditCardProps>;
11
+ export {};
12
+ //# sourceMappingURL=CreditCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreditCard.d.ts","sourceRoot":"","sources":["../../src/components/CreditCard.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAItF,UAAU,eAAe;IACvB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA0GhD,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface DataQueryProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const DataQuery: React.FC<DataQueryProps>;
11
+ export {};
12
+ //# sourceMappingURL=DataQuery.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DataQuery.d.ts","sourceRoot":"","sources":["../../src/components/DataQuery.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAItF,UAAU,cAAc;IACtB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAED,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAoE9C,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface DatePickerProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const DatePicker: React.FC<DatePickerProps>;
11
+ export {};
12
+ //# sourceMappingURL=DatePicker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["../../src/components/DatePicker.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAItF,UAAU,eAAe;IACvB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAqHhD,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface DecayCardProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const DecayCard: React.FC<DecayCardProps>;
11
+ export {};
12
+ //# sourceMappingURL=DecayCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DecayCard.d.ts","sourceRoot":"","sources":["../../src/components/DecayCard.tsx"],"names":[],"mappings":"AACA,OAAO,KAA2B,MAAM,OAAO,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAGtF,UAAU,cAAc;IACtB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAED,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAmE9C,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface DialogProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const Dialog: React.FC<DialogProps>;
11
+ export {};
12
+ //# sourceMappingURL=Dialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../src/components/Dialog.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAItF,UAAU,WAAW;IACnB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAED,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CA+GxC,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface DividerProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const Divider: React.FC<DividerProps>;
11
+ export {};
12
+ //# sourceMappingURL=Divider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Divider.d.ts","sourceRoot":"","sources":["../../src/components/Divider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAGtF,UAAU,YAAY;IACpB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAwF1C,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface DrawerProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const Drawer: React.FC<DrawerProps>;
11
+ export {};
12
+ //# sourceMappingURL=Drawer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../src/components/Drawer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAItF,UAAU,WAAW;IACnB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAED,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CA8DxC,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { default as React } from 'react';
2
+ import { GlobalConfig } from '../types';
3
+
4
+ interface EmojisPreviewProps {
5
+ hideInstructions?: boolean;
6
+ globalConfig?: GlobalConfig;
7
+ }
8
+ export declare const EmojisPreview: React.FC<EmojisPreviewProps>;
9
+ export {};
10
+ //# sourceMappingURL=EmojisPreview.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmojisPreview.d.ts","sourceRoot":"","sources":["../../src/components/EmojisPreview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAEjD,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAYxC,UAAU,kBAAkB;IAC1B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,YAAY,CAAC,EAAE,YAAY,CAAC;CAC7B;AAqED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAsHtD,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ import { ComponentProps, DesignSystem, GlobalConfig, GranularStyles } from '../types';
3
+
4
+ interface FABProps {
5
+ designSystem: DesignSystem;
6
+ componentProps: ComponentProps;
7
+ globalConfig: GlobalConfig;
8
+ granularStyles: GranularStyles;
9
+ }
10
+ export declare const FloatingActionButton: React.FC<FABProps>;
11
+ export {};
12
+ //# sourceMappingURL=FloatingActionButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FloatingActionButton.d.ts","sourceRoot":"","sources":["../../src/components/FloatingActionButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAItF,UAAU,QAAQ;IAChB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;CAChC;AAED,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,QAAQ,CA8BnD,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React, ReactNode } from 'react';
2
+
3
+ interface Props {
4
+ icon: any;
5
+ size?: number;
6
+ style?: React.CSSProperties;
7
+ className?: string;
8
+ fallback?: ReactNode;
9
+ }
10
+ export declare const FontAwesomeWrapper: React.FC<Props>;
11
+ export {};
12
+ //# sourceMappingURL=FontAwesomeWrapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FontAwesomeWrapper.d.ts","sourceRoot":"","sources":["../../src/components/FontAwesomeWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAoF,MAAM,OAAO,CAAC;AAG3H,UAAU,KAAK;IACb,IAAI,EAAE,GAAG,CAAC;IACV,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AA0GD,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAW9C,CAAC"}