@onpe/ui 1.0.2 → 1.0.3

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 (201) hide show
  1. package/dist/components/ErrorHandling/BrowserIncompatible/BrowserIncompatible.d.ts +8 -0
  2. package/dist/components/ErrorHandling/BrowserIncompatible/BrowserIncompatible.d.ts.map +1 -0
  3. package/dist/components/ErrorHandling/BrowserIncompatible/BrowserIncompatible.stories.d.ts +9 -0
  4. package/dist/components/ErrorHandling/BrowserIncompatible/BrowserIncompatible.stories.d.ts.map +1 -0
  5. package/dist/components/ErrorHandling/BrowserIncompatible/index.d.ts +3 -0
  6. package/dist/components/ErrorHandling/BrowserIncompatible/index.d.ts.map +1 -0
  7. package/dist/components/ErrorHandling/ModalConfirm/ModalConfirm.d.ts +16 -0
  8. package/dist/components/ErrorHandling/ModalConfirm/ModalConfirm.d.ts.map +1 -0
  9. package/dist/components/ErrorHandling/ModalConfirm/index.d.ts +3 -0
  10. package/dist/components/ErrorHandling/ModalConfirm/index.d.ts.map +1 -0
  11. package/dist/components/ErrorHandling/ModalDeviceIncompatible/ModalDeviceIncompatible.d.ts +8 -0
  12. package/dist/components/ErrorHandling/ModalDeviceIncompatible/ModalDeviceIncompatible.d.ts.map +1 -0
  13. package/dist/components/ErrorHandling/ModalDeviceIncompatible/ModalDeviceIncompatible.stories.d.ts +9 -0
  14. package/dist/components/ErrorHandling/ModalDeviceIncompatible/ModalDeviceIncompatible.stories.d.ts.map +1 -0
  15. package/dist/components/ErrorHandling/ModalDeviceIncompatible/index.d.ts +3 -0
  16. package/dist/components/ErrorHandling/ModalDeviceIncompatible/index.d.ts.map +1 -0
  17. package/dist/components/ErrorHandling/ModalLoading/ModalLoading.d.ts +9 -0
  18. package/dist/components/ErrorHandling/ModalLoading/ModalLoading.d.ts.map +1 -0
  19. package/dist/components/ErrorHandling/ModalLoading/index.d.ts +3 -0
  20. package/dist/components/ErrorHandling/ModalLoading/index.d.ts.map +1 -0
  21. package/dist/components/Feedback/ModalConfirm/ModalConfirm.d.ts +16 -0
  22. package/dist/components/Feedback/ModalConfirm/ModalConfirm.d.ts.map +1 -0
  23. package/dist/components/Feedback/ModalConfirm/ModalConfirm.stories.d.ts +9 -0
  24. package/dist/components/Feedback/ModalConfirm/ModalConfirm.stories.d.ts.map +1 -0
  25. package/dist/components/Feedback/ModalConfirm/index.d.ts +3 -0
  26. package/dist/components/Feedback/ModalConfirm/index.d.ts.map +1 -0
  27. package/dist/components/Feedback/ModalLoading/ModalLoading.d.ts +9 -0
  28. package/dist/components/Feedback/ModalLoading/ModalLoading.d.ts.map +1 -0
  29. package/dist/components/Feedback/ModalLoading/ModalLoading.stories.d.ts +9 -0
  30. package/dist/components/Feedback/ModalLoading/ModalLoading.stories.d.ts.map +1 -0
  31. package/dist/components/Feedback/ModalLoading/index.d.ts +3 -0
  32. package/dist/components/Feedback/ModalLoading/index.d.ts.map +1 -0
  33. package/dist/components/Modal/Modal.d.ts +14 -0
  34. package/dist/components/Modal/Modal.d.ts.map +1 -0
  35. package/dist/components/Modal/Modal.stories.d.ts +9 -0
  36. package/dist/components/Modal/Modal.stories.d.ts.map +1 -0
  37. package/dist/components/Modal/index.d.ts +3 -0
  38. package/dist/components/Modal/index.d.ts.map +1 -0
  39. package/dist/components/Overlay/Overlay.d.ts +8 -0
  40. package/dist/components/Overlay/Overlay.d.ts.map +1 -0
  41. package/dist/components/Overlay/Overlay.stories.d.ts +14 -0
  42. package/dist/components/Overlay/Overlay.stories.d.ts.map +1 -0
  43. package/dist/components/Overlay/index.d.ts +3 -0
  44. package/dist/components/Overlay/index.d.ts.map +1 -0
  45. package/dist/components/Portal/Portal.d.ts +8 -0
  46. package/dist/components/Portal/Portal.d.ts.map +1 -0
  47. package/dist/components/Portal/Portal.stories.d.ts +10 -0
  48. package/dist/components/Portal/Portal.stories.d.ts.map +1 -0
  49. package/dist/components/Portal/index.d.ts +3 -0
  50. package/dist/components/Portal/index.d.ts.map +1 -0
  51. package/dist/components/Show/Show.d.ts +9 -0
  52. package/dist/components/Show/Show.d.ts.map +1 -0
  53. package/dist/components/Show/Show.stories.d.ts +9 -0
  54. package/dist/components/Show/Show.stories.d.ts.map +1 -0
  55. package/dist/components/Show/index.d.ts +3 -0
  56. package/dist/components/Show/index.d.ts.map +1 -0
  57. package/dist/components.d.ts +73 -3
  58. package/dist/components.d.ts.map +1 -1
  59. package/dist/components.esm.js +180 -2
  60. package/dist/components.esm.js.map +1 -1
  61. package/dist/components.js +186 -0
  62. package/dist/components.js.map +1 -1
  63. package/dist/icons/Actions/CheckIcon.d.ts +6 -0
  64. package/dist/icons/Actions/CheckIcon.d.ts.map +1 -0
  65. package/dist/icons/Actions/CheckIcon.stories.d.ts +12 -0
  66. package/dist/icons/Actions/CheckIcon.stories.d.ts.map +1 -0
  67. package/dist/icons/Actions/IconCheck/IconCheck.d.ts +6 -0
  68. package/dist/icons/Actions/IconCheck/IconCheck.d.ts.map +1 -0
  69. package/dist/icons/Actions/IconCheck/IconCheck.stories.d.ts +12 -0
  70. package/dist/icons/Actions/IconCheck/IconCheck.stories.d.ts.map +1 -0
  71. package/dist/icons/Actions/IconCheck/index.d.ts +4 -0
  72. package/dist/icons/Actions/IconCheck/index.d.ts.map +1 -0
  73. package/dist/icons/Actions/IconClose/IconClose.d.ts +6 -0
  74. package/dist/icons/Actions/IconClose/IconClose.d.ts.map +1 -0
  75. package/dist/icons/Actions/IconClose/IconClose.stories.d.ts +13 -0
  76. package/dist/icons/Actions/IconClose/IconClose.stories.d.ts.map +1 -0
  77. package/dist/icons/Actions/IconClose/index.d.ts +4 -0
  78. package/dist/icons/Actions/IconClose/index.d.ts.map +1 -0
  79. package/dist/icons/Actions/IconClose.d.ts +6 -0
  80. package/dist/icons/Actions/IconClose.d.ts.map +1 -0
  81. package/dist/icons/Actions/IconClose.stories.d.ts +13 -0
  82. package/dist/icons/Actions/IconClose.stories.d.ts.map +1 -0
  83. package/dist/icons/Actions/IconSpinnerDesktop/IconSpinnerDesktop.d.ts +6 -0
  84. package/dist/icons/Actions/IconSpinnerDesktop/IconSpinnerDesktop.d.ts.map +1 -0
  85. package/dist/icons/Actions/IconSpinnerDesktop/IconSpinnerDesktop.stories.d.ts +12 -0
  86. package/dist/icons/Actions/IconSpinnerDesktop/IconSpinnerDesktop.stories.d.ts.map +1 -0
  87. package/dist/icons/Actions/IconSpinnerDesktop/index.d.ts +4 -0
  88. package/dist/icons/Actions/IconSpinnerDesktop/index.d.ts.map +1 -0
  89. package/dist/icons/Actions/IconSpinnerMobile/IconSpinnerMobile.d.ts +6 -0
  90. package/dist/icons/Actions/IconSpinnerMobile/IconSpinnerMobile.d.ts.map +1 -0
  91. package/dist/icons/Actions/IconSpinnerMobile/IconSpinnerMobile.stories.d.ts +12 -0
  92. package/dist/icons/Actions/IconSpinnerMobile/IconSpinnerMobile.stories.d.ts.map +1 -0
  93. package/dist/icons/Actions/IconSpinnerMobile/index.d.ts +4 -0
  94. package/dist/icons/Actions/IconSpinnerMobile/index.d.ts.map +1 -0
  95. package/dist/icons/Actions/IconWarning/IconWarning.d.ts +6 -0
  96. package/dist/icons/Actions/IconWarning/IconWarning.d.ts.map +1 -0
  97. package/dist/icons/Actions/IconWarning/IconWarning.stories.d.ts +12 -0
  98. package/dist/icons/Actions/IconWarning/IconWarning.stories.d.ts.map +1 -0
  99. package/dist/icons/Actions/IconWarning/index.d.ts +4 -0
  100. package/dist/icons/Actions/IconWarning/index.d.ts.map +1 -0
  101. package/dist/icons/Actions/SpinnerDesktopIcon.d.ts +6 -0
  102. package/dist/icons/Actions/SpinnerDesktopIcon.d.ts.map +1 -0
  103. package/dist/icons/Actions/SpinnerDesktopIcon.stories.d.ts +12 -0
  104. package/dist/icons/Actions/SpinnerDesktopIcon.stories.d.ts.map +1 -0
  105. package/dist/icons/Actions/SpinnerMobileIcon.d.ts +6 -0
  106. package/dist/icons/Actions/SpinnerMobileIcon.d.ts.map +1 -0
  107. package/dist/icons/Actions/SpinnerMobileIcon.stories.d.ts +12 -0
  108. package/dist/icons/Actions/SpinnerMobileIcon.stories.d.ts.map +1 -0
  109. package/dist/icons/Actions/WarningIcon.d.ts +6 -0
  110. package/dist/icons/Actions/WarningIcon.d.ts.map +1 -0
  111. package/dist/icons/Actions/WarningIcon.stories.d.ts +12 -0
  112. package/dist/icons/Actions/WarningIcon.stories.d.ts.map +1 -0
  113. package/dist/icons/Actions/index.d.ts +6 -0
  114. package/dist/icons/Actions/index.d.ts.map +1 -0
  115. package/dist/icons/IconsOverview.stories.d.ts +7 -0
  116. package/dist/icons/IconsOverview.stories.d.ts.map +1 -0
  117. package/dist/icons/Logos/AndroidIcon.d.ts +6 -0
  118. package/dist/icons/Logos/AndroidIcon.d.ts.map +1 -0
  119. package/dist/icons/Logos/AndroidIcon.stories.d.ts +11 -0
  120. package/dist/icons/Logos/AndroidIcon.stories.d.ts.map +1 -0
  121. package/dist/icons/Logos/AppleIcon.d.ts +6 -0
  122. package/dist/icons/Logos/AppleIcon.d.ts.map +1 -0
  123. package/dist/icons/Logos/AppleIcon.stories.d.ts +11 -0
  124. package/dist/icons/Logos/AppleIcon.stories.d.ts.map +1 -0
  125. package/dist/icons/Logos/IconAndroid/IconAndroid.d.ts +6 -0
  126. package/dist/icons/Logos/IconAndroid/IconAndroid.d.ts.map +1 -0
  127. package/dist/icons/Logos/IconAndroid/IconAndroid.stories.d.ts +11 -0
  128. package/dist/icons/Logos/IconAndroid/IconAndroid.stories.d.ts.map +1 -0
  129. package/dist/icons/Logos/IconAndroid/index.d.ts +4 -0
  130. package/dist/icons/Logos/IconAndroid/index.d.ts.map +1 -0
  131. package/dist/icons/Logos/IconApple/IconApple.d.ts +6 -0
  132. package/dist/icons/Logos/IconApple/IconApple.d.ts.map +1 -0
  133. package/dist/icons/Logos/IconApple/IconApple.stories.d.ts +11 -0
  134. package/dist/icons/Logos/IconApple/IconApple.stories.d.ts.map +1 -0
  135. package/dist/icons/Logos/IconApple/index.d.ts +4 -0
  136. package/dist/icons/Logos/IconApple/index.d.ts.map +1 -0
  137. package/dist/icons/Logos/IconChromeColor/IconChromeColor.d.ts +6 -0
  138. package/dist/icons/Logos/IconChromeColor/IconChromeColor.d.ts.map +1 -0
  139. package/dist/icons/Logos/IconChromeColor/IconChromeColor.stories.d.ts +11 -0
  140. package/dist/icons/Logos/IconChromeColor/IconChromeColor.stories.d.ts.map +1 -0
  141. package/dist/icons/Logos/IconChromeColor/index.d.ts +4 -0
  142. package/dist/icons/Logos/IconChromeColor/index.d.ts.map +1 -0
  143. package/dist/icons/Logos/IconChromeColor.d.ts +6 -0
  144. package/dist/icons/Logos/IconChromeColor.d.ts.map +1 -0
  145. package/dist/icons/Logos/IconChromeColor.stories.d.ts +11 -0
  146. package/dist/icons/Logos/IconChromeColor.stories.d.ts.map +1 -0
  147. package/dist/icons/Logos/IconEdgeColor/IconEdgeColor.d.ts +6 -0
  148. package/dist/icons/Logos/IconEdgeColor/IconEdgeColor.d.ts.map +1 -0
  149. package/dist/icons/Logos/IconEdgeColor/IconEdgeColor.stories.d.ts +11 -0
  150. package/dist/icons/Logos/IconEdgeColor/IconEdgeColor.stories.d.ts.map +1 -0
  151. package/dist/icons/Logos/IconEdgeColor/index.d.ts +4 -0
  152. package/dist/icons/Logos/IconEdgeColor/index.d.ts.map +1 -0
  153. package/dist/icons/Logos/IconEdgeColor.d.ts +6 -0
  154. package/dist/icons/Logos/IconEdgeColor.d.ts.map +1 -0
  155. package/dist/icons/Logos/IconEdgeColor.stories.d.ts +11 -0
  156. package/dist/icons/Logos/IconEdgeColor.stories.d.ts.map +1 -0
  157. package/dist/icons/Logos/IconMozillaColor/IconMozillaColor.d.ts +6 -0
  158. package/dist/icons/Logos/IconMozillaColor/IconMozillaColor.d.ts.map +1 -0
  159. package/dist/icons/Logos/IconMozillaColor/IconMozillaColor.stories.d.ts +11 -0
  160. package/dist/icons/Logos/IconMozillaColor/IconMozillaColor.stories.d.ts.map +1 -0
  161. package/dist/icons/Logos/IconMozillaColor/index.d.ts +4 -0
  162. package/dist/icons/Logos/IconMozillaColor/index.d.ts.map +1 -0
  163. package/dist/icons/Logos/IconMozillaColor.d.ts +6 -0
  164. package/dist/icons/Logos/IconMozillaColor.d.ts.map +1 -0
  165. package/dist/icons/Logos/IconMozillaColor.stories.d.ts +11 -0
  166. package/dist/icons/Logos/IconMozillaColor.stories.d.ts.map +1 -0
  167. package/dist/icons/Logos/IconSafariColor/IconSafariColor.d.ts +6 -0
  168. package/dist/icons/Logos/IconSafariColor/IconSafariColor.d.ts.map +1 -0
  169. package/dist/icons/Logos/IconSafariColor/IconSafariColor.stories.d.ts +11 -0
  170. package/dist/icons/Logos/IconSafariColor/IconSafariColor.stories.d.ts.map +1 -0
  171. package/dist/icons/Logos/IconSafariColor/index.d.ts +4 -0
  172. package/dist/icons/Logos/IconSafariColor/index.d.ts.map +1 -0
  173. package/dist/icons/Logos/IconSafariColor.d.ts +6 -0
  174. package/dist/icons/Logos/IconSafariColor.d.ts.map +1 -0
  175. package/dist/icons/Logos/IconSafariColor.stories.d.ts +11 -0
  176. package/dist/icons/Logos/IconSafariColor.stories.d.ts.map +1 -0
  177. package/dist/icons/Logos/IconWindow/IconWindow.d.ts +6 -0
  178. package/dist/icons/Logos/IconWindow/IconWindow.d.ts.map +1 -0
  179. package/dist/icons/Logos/IconWindow/IconWindow.stories.d.ts +11 -0
  180. package/dist/icons/Logos/IconWindow/IconWindow.stories.d.ts.map +1 -0
  181. package/dist/icons/Logos/IconWindow/index.d.ts +4 -0
  182. package/dist/icons/Logos/IconWindow/index.d.ts.map +1 -0
  183. package/dist/icons/Logos/WindowIcon.d.ts +6 -0
  184. package/dist/icons/Logos/WindowIcon.d.ts.map +1 -0
  185. package/dist/icons/Logos/WindowIcon.stories.d.ts +11 -0
  186. package/dist/icons/Logos/WindowIcon.stories.d.ts.map +1 -0
  187. package/dist/icons/Logos/index.d.ts +8 -0
  188. package/dist/icons/Logos/index.d.ts.map +1 -0
  189. package/dist/icons/index.d.ts +3 -0
  190. package/dist/icons/index.d.ts.map +1 -0
  191. package/dist/icons.d.ts +25 -0
  192. package/dist/icons.d.ts.map +1 -0
  193. package/dist/index.css +1 -1
  194. package/dist/index.d.ts +121 -3
  195. package/dist/index.d.ts.map +1 -1
  196. package/dist/index.esm.css +1 -1
  197. package/dist/index.esm.js +141 -2
  198. package/dist/index.esm.js.map +1 -1
  199. package/dist/index.js +159 -0
  200. package/dist/index.js.map +1 -1
  201. package/package.json +1 -1
@@ -0,0 +1,8 @@
1
+ export interface BrowserIncompatibleProps {
2
+ isOpen: boolean;
3
+ onClose: () => void;
4
+ className?: string;
5
+ }
6
+ export declare const BrowserIncompatible: ({ isOpen, onClose, className }: BrowserIncompatibleProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default BrowserIncompatible;
8
+ //# sourceMappingURL=BrowserIncompatible.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BrowserIncompatible.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorHandling/BrowserIncompatible/BrowserIncompatible.tsx"],"names":[],"mappings":"AAQA,MAAM,WAAW,wBAAwB;IACvC,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,mBAAmB,GAAI,gCAAwD,wBAAwB,4CAqBnH,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { BrowserIncompatible } from "./BrowserIncompatible";
2
+ import type { Meta, StoryObj } from "@storybook/react";
3
+ declare const meta: Meta<typeof BrowserIncompatible>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Default: Story;
7
+ export declare const Interactive: Story;
8
+ export declare const CustomStyling: Story;
9
+ //# sourceMappingURL=BrowserIncompatible.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BrowserIncompatible.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorHandling/BrowserIncompatible/BrowserIncompatible.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEvD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,mBAAmB,CAe1C,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAqBzB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAM3B,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { BrowserIncompatible } from "./BrowserIncompatible";
2
+ export type { BrowserIncompatibleProps } from "./BrowserIncompatible";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorHandling/BrowserIncompatible/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,YAAY,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC"}
@@ -0,0 +1,16 @@
1
+ export interface ModalConfirmProps {
2
+ isOpen: boolean;
3
+ onClose: () => void;
4
+ title: string;
5
+ message: string;
6
+ icon?: "warning" | "success";
7
+ onConfirm?: () => void;
8
+ onCancel?: () => void;
9
+ textButtonConfirm?: string;
10
+ textButtonCancel?: string;
11
+ twoButtons?: boolean;
12
+ className?: string;
13
+ }
14
+ export declare const ModalConfirm: ({ isOpen, onClose, title, message, icon, onConfirm, onCancel, textButtonConfirm, textButtonCancel, twoButtons, className, }: ModalConfirmProps) => import("react/jsx-runtime").JSX.Element;
15
+ export default ModalConfirm;
16
+ //# sourceMappingURL=ModalConfirm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModalConfirm.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorHandling/ModalConfirm/ModalConfirm.tsx"],"names":[],"mappings":"AAMA,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,YAAY,GAAI,6HAY1B,iBAAiB,4CAiCnB,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { ModalConfirm } from "./ModalConfirm";
2
+ export type { ModalConfirmProps } from "./ModalConfirm";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorHandling/ModalConfirm/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,YAAY,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,8 @@
1
+ export interface ModalDeviceIncompatibleProps {
2
+ isOpen: boolean;
3
+ onClose: () => void;
4
+ className?: string;
5
+ }
6
+ export declare const ModalDeviceIncompatible: ({ isOpen, onClose, className }: ModalDeviceIncompatibleProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default ModalDeviceIncompatible;
8
+ //# sourceMappingURL=ModalDeviceIncompatible.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModalDeviceIncompatible.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorHandling/ModalDeviceIncompatible/ModalDeviceIncompatible.tsx"],"names":[],"mappings":"AAOA,MAAM,WAAW,4BAA4B;IAC3C,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,uBAAuB,GAAI,gCAAwD,4BAA4B,4CAoB3H,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { ModalDeviceIncompatible } from "./ModalDeviceIncompatible";
2
+ import type { Meta, StoryObj } from "@storybook/react";
3
+ declare const meta: Meta<typeof ModalDeviceIncompatible>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Default: Story;
7
+ export declare const Interactive: Story;
8
+ export declare const CustomStyling: Story;
9
+ //# sourceMappingURL=ModalDeviceIncompatible.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModalDeviceIncompatible.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorHandling/ModalDeviceIncompatible/ModalDeviceIncompatible.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAGpE,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEvD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,uBAAuB,CAe9C,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAqBzB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAM3B,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { ModalDeviceIncompatible } from "./ModalDeviceIncompatible";
2
+ export type { ModalDeviceIncompatibleProps } from "./ModalDeviceIncompatible";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorHandling/ModalDeviceIncompatible/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,YAAY,EAAE,4BAA4B,EAAE,MAAM,2BAA2B,CAAC"}
@@ -0,0 +1,9 @@
1
+ export interface ModalLoadingProps {
2
+ isOpen: boolean;
3
+ onClose?: () => void;
4
+ message?: string;
5
+ className?: string;
6
+ }
7
+ export declare const ModalLoading: ({ isOpen, onClose, message, className }: ModalLoadingProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default ModalLoading;
9
+ //# sourceMappingURL=ModalLoading.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModalLoading.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorHandling/ModalLoading/ModalLoading.tsx"],"names":[],"mappings":"AAKA,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,YAAY,GAAI,yCAAiF,iBAAiB,4CAQ9H,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { ModalLoading } from "./ModalLoading";
2
+ export type { ModalLoadingProps } from "./ModalLoading";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorHandling/ModalLoading/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,YAAY,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,16 @@
1
+ export interface ModalConfirmProps {
2
+ isOpen: boolean;
3
+ onClose: () => void;
4
+ title: string;
5
+ message: string;
6
+ icon?: "warning" | "success";
7
+ onConfirm?: () => void;
8
+ onCancel?: () => void;
9
+ textButtonConfirm?: string;
10
+ textButtonCancel?: string;
11
+ twoButtons?: boolean;
12
+ className?: string;
13
+ }
14
+ export declare const ModalConfirm: ({ isOpen, onClose, title, message, icon, onConfirm, onCancel, textButtonConfirm, textButtonCancel, twoButtons, className, }: ModalConfirmProps) => import("react/jsx-runtime").JSX.Element;
15
+ export default ModalConfirm;
16
+ //# sourceMappingURL=ModalConfirm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModalConfirm.d.ts","sourceRoot":"","sources":["../../../../src/components/Feedback/ModalConfirm/ModalConfirm.tsx"],"names":[],"mappings":"AAMA,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,YAAY,GAAI,6HAY1B,iBAAiB,4CAiCnB,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { ModalConfirm } from "./ModalConfirm";
2
+ import type { Meta, StoryObj } from "@storybook/react";
3
+ declare const meta: Meta<typeof ModalConfirm>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Warning: Story;
7
+ export declare const Success: Story;
8
+ export declare const Interactive: Story;
9
+ //# sourceMappingURL=ModalConfirm.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModalConfirm.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Feedback/ModalConfirm/ModalConfirm.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAG9C,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEvD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAsBnC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAWrB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAUrB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAgDzB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { ModalConfirm } from "./ModalConfirm";
2
+ export type { ModalConfirmProps } from "./ModalConfirm";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Feedback/ModalConfirm/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,YAAY,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,9 @@
1
+ export interface ModalLoadingProps {
2
+ isOpen: boolean;
3
+ onClose?: () => void;
4
+ message?: string;
5
+ className?: string;
6
+ }
7
+ export declare const ModalLoading: ({ isOpen, onClose, message, className }: ModalLoadingProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default ModalLoading;
9
+ //# sourceMappingURL=ModalLoading.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModalLoading.d.ts","sourceRoot":"","sources":["../../../../src/components/Feedback/ModalLoading/ModalLoading.tsx"],"names":[],"mappings":"AAKA,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,YAAY,GAAI,yCAAiF,iBAAiB,4CAQ9H,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { ModalLoading } from "./ModalLoading";
2
+ import type { Meta, StoryObj } from "@storybook/react";
3
+ declare const meta: Meta<typeof ModalLoading>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Default: Story;
7
+ export declare const CustomMessage: Story;
8
+ export declare const Interactive: Story;
9
+ //# sourceMappingURL=ModalLoading.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModalLoading.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/Feedback/ModalLoading/ModalLoading.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAG9C,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEvD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAkBnC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAM3B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAoCzB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { ModalLoading } from "./ModalLoading";
2
+ export type { ModalLoadingProps } from "./ModalLoading";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Feedback/ModalLoading/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,YAAY,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { HTMLAttributes, ReactNode } from "react";
2
+ export interface ModalProps extends HTMLAttributes<HTMLDivElement> {
3
+ isOpen: boolean;
4
+ onClose: () => void;
5
+ children: ReactNode;
6
+ whitoutBackground?: boolean;
7
+ topAbsolute?: boolean;
8
+ closeButton?: boolean;
9
+ closeDisabled?: boolean;
10
+ overlayColor?: "blue" | "skyblue" | "skyblue-light" | "yellow" | "light-skyblue" | "gray" | "gray-light" | "gray-extra-light" | "red" | "dark-gray" | "green" | "yellow-light" | "primary";
11
+ }
12
+ export declare const Modal: ({ isOpen, onClose, children, whitoutBackground, topAbsolute, closeButton, closeDisabled, overlayColor, ...props }: ModalProps) => import("react/jsx-runtime").JSX.Element;
13
+ export default Modal;
14
+ //# sourceMappingURL=Modal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/Modal.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AASzD,MAAM,WAAW,UAAW,SAAQ,cAAc,CAAC,cAAc,CAAC;IAChE,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,EAAE,SAAS,CAAC;IACpB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,YAAY,CAAC,EACT,MAAM,GACN,SAAS,GACT,eAAe,GACf,QAAQ,GACR,eAAe,GACf,MAAM,GACN,YAAY,GACZ,kBAAkB,GAClB,KAAK,GACL,WAAW,GACX,OAAO,GACP,cAAc,GACd,SAAS,CAAC;CACf;AAED,eAAO,MAAM,KAAK,GAAI,mHAUnB,UAAU,4CAmCZ,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -0,0 +1,9 @@
1
+ import Modal from "./Modal";
2
+ import type { Meta, StoryObj } from "@storybook/react";
3
+ declare const meta: Meta<typeof Modal>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Basic: Story;
7
+ export declare const WithCloseButton: Story;
8
+ export declare const Interactive: Story;
9
+ //# sourceMappingURL=Modal.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Modal.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/Modal.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,SAAS,CAAC;AAI5B,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEvD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,KAAK,CAoC5B,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,KAAK,EAAE,KAYnB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAgB7B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KA2BzB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Modal } from "./Modal";
2
+ export type { ModalProps } from "./Modal";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,8 @@
1
+ export interface OverlayProps {
2
+ show?: boolean;
3
+ onClick?: () => void;
4
+ color?: "blue" | "skyblue" | "skyblue-light" | "yellow" | "light-skyblue" | "gray" | "gray-light" | "gray-extra-light" | "red" | "dark-gray" | "green" | "yellow-light" | "primary";
5
+ }
6
+ export declare const Overlay: ({ show, onClick, color }: OverlayProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default Overlay;
8
+ //# sourceMappingURL=Overlay.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Overlay.d.ts","sourceRoot":"","sources":["../../../src/components/Overlay/Overlay.tsx"],"names":[],"mappings":"AAEA,MAAM,WAAW,YAAY;IAC3B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EACF,MAAM,GACN,SAAS,GACT,eAAe,GACf,QAAQ,GACR,eAAe,GACf,MAAM,GACN,YAAY,GACZ,kBAAkB,GAClB,KAAK,GACL,WAAW,GACX,OAAO,GACP,cAAc,GACd,SAAS,CAAC;CACf;AAED,eAAO,MAAM,OAAO,GAAI,0BAAmC,YAAY,4CA0CtE,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,14 @@
1
+ import type { Meta, StoryObj } from "@storybook/react";
2
+ import Overlay from "./Overlay";
3
+ declare const meta: Meta<typeof Overlay>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Blue: Story;
7
+ export declare const Skyblue: Story;
8
+ export declare const Red: Story;
9
+ export declare const Green: Story;
10
+ export declare const Yellow: Story;
11
+ export declare const Gray: Story;
12
+ export declare const Interactive: Story;
13
+ export declare const AllColors: Story;
14
+ //# sourceMappingURL=Overlay.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Overlay.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Overlay/Overlay.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,OAAO,MAAM,WAAW,CAAC;AAGhC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,OAAO,CA8B9B,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,IAAI,EAAE,KAKlB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,KAKjB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAKnB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,KAKpB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAKlB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAqDzB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAwCvB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Overlay } from "./Overlay";
2
+ export type { OverlayProps } from "./Overlay";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Overlay/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { ReactNode } from "react";
2
+ export interface PortalProps {
3
+ children?: ReactNode;
4
+ container?: Element | DocumentFragment | null;
5
+ }
6
+ export declare const Portal: ({ children, container }: PortalProps) => import("react").ReactPortal | null;
7
+ export default Portal;
8
+ //# sourceMappingURL=Portal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Portal.d.ts","sourceRoot":"","sources":["../../../src/components/Portal/Portal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAuB,MAAM,OAAO,CAAC;AAGvD,MAAM,WAAW,WAAW;IAC1B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,GAAG,gBAAgB,GAAG,IAAI,CAAC;CAC/C;AAED,eAAO,MAAM,MAAM,GAAI,yBAAyB,WAAW,uCAmB1D,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,10 @@
1
+ import type { Meta, StoryObj } from "@storybook/react";
2
+ import Portal from "./Portal";
3
+ declare const meta: Meta<typeof Portal>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Default: Story;
7
+ export declare const WithButton: Story;
8
+ export declare const MultipleElements: Story;
9
+ export declare const PortalInfo: Story;
10
+ //# sourceMappingURL=Portal.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Portal.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Portal/Portal.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,MAAM,MAAM,UAAU,CAAC;AAE9B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,MAAM,CAO7B,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KASrB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KASxB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAmB9B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KA8BxB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Portal } from "./Portal";
2
+ export type { PortalProps } from "./Portal";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Portal/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { ReactNode } from "react";
2
+ export interface ShowProps {
3
+ condition: boolean;
4
+ loadingComponent: ReactNode;
5
+ children: ReactNode;
6
+ }
7
+ export declare const Show: ({ condition, loadingComponent, children }: ShowProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default Show;
9
+ //# sourceMappingURL=Show.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Show.d.ts","sourceRoot":"","sources":["../../../src/components/Show/Show.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEzC,MAAM,WAAW,SAAS;IACxB,SAAS,EAAE,OAAO,CAAC;IACnB,gBAAgB,EAAE,SAAS,CAAC;IAC5B,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,eAAO,MAAM,IAAI,GAAI,2CAA2C,SAAS,4CAOxE,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { Meta, StoryObj } from "@storybook/react";
2
+ import Show from "./Show";
3
+ declare const meta: Meta<typeof Show>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Loading: Story;
7
+ export declare const Content: Story;
8
+ export declare const Interactive: Story;
9
+ //# sourceMappingURL=Show.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Show.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Show/Show.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,IAAI,MAAM,QAAQ,CAAC;AAG1B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,IAAI,CAY3B,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAgBrB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAgBrB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KA0CzB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Show } from "./Show";
2
+ export type { ShowProps } from "./Show";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Show/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,YAAY,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC"}
@@ -1,5 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { ButtonHTMLAttributes } from 'react';
2
+ import * as react from 'react';
3
+ import { ButtonHTMLAttributes, ReactNode, HTMLAttributes } from 'react';
3
4
 
4
5
  interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
5
6
  color: "blue" | "skyblue" | "skyblue-light" | "yellow" | "light-skyblue" | "gray" | "gray-light" | "gray-extra-light" | "red" | "dark-gray" | "green" | "yellow-light" | "primary";
@@ -8,5 +9,74 @@ interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
8
9
  }
9
10
  declare const Button: ({ color, title, size, className, ...props }: ButtonProps) => react_jsx_runtime.JSX.Element;
10
11
 
11
- export { Button };
12
- export type { ButtonProps };
12
+ interface PortalProps {
13
+ children?: ReactNode;
14
+ container?: Element | DocumentFragment | null;
15
+ }
16
+ declare const Portal: ({ children, container }: PortalProps) => react.ReactPortal | null;
17
+
18
+ interface ShowProps {
19
+ condition: boolean;
20
+ loadingComponent: ReactNode;
21
+ children: ReactNode;
22
+ }
23
+ declare const Show: ({ condition, loadingComponent, children }: ShowProps) => react_jsx_runtime.JSX.Element;
24
+
25
+ interface OverlayProps {
26
+ show?: boolean;
27
+ onClick?: () => void;
28
+ color?: "blue" | "skyblue" | "skyblue-light" | "yellow" | "light-skyblue" | "gray" | "gray-light" | "gray-extra-light" | "red" | "dark-gray" | "green" | "yellow-light" | "primary";
29
+ }
30
+ declare const Overlay: ({ show, onClick, color }: OverlayProps) => react_jsx_runtime.JSX.Element;
31
+
32
+ interface ModalProps extends HTMLAttributes<HTMLDivElement> {
33
+ isOpen: boolean;
34
+ onClose: () => void;
35
+ children: ReactNode;
36
+ whitoutBackground?: boolean;
37
+ topAbsolute?: boolean;
38
+ closeButton?: boolean;
39
+ closeDisabled?: boolean;
40
+ overlayColor?: "blue" | "skyblue" | "skyblue-light" | "yellow" | "light-skyblue" | "gray" | "gray-light" | "gray-extra-light" | "red" | "dark-gray" | "green" | "yellow-light" | "primary";
41
+ }
42
+ declare const Modal: ({ isOpen, onClose, children, whitoutBackground, topAbsolute, closeButton, closeDisabled, overlayColor, ...props }: ModalProps) => react_jsx_runtime.JSX.Element;
43
+
44
+ interface BrowserIncompatibleProps {
45
+ isOpen: boolean;
46
+ onClose: () => void;
47
+ className?: string;
48
+ }
49
+ declare const BrowserIncompatible: ({ isOpen, onClose, className }: BrowserIncompatibleProps) => react_jsx_runtime.JSX.Element;
50
+
51
+ interface ModalConfirmProps {
52
+ isOpen: boolean;
53
+ onClose: () => void;
54
+ title: string;
55
+ message: string;
56
+ icon?: "warning" | "success";
57
+ onConfirm?: () => void;
58
+ onCancel?: () => void;
59
+ textButtonConfirm?: string;
60
+ textButtonCancel?: string;
61
+ twoButtons?: boolean;
62
+ className?: string;
63
+ }
64
+ declare const ModalConfirm: ({ isOpen, onClose, title, message, icon, onConfirm, onCancel, textButtonConfirm, textButtonCancel, twoButtons, className, }: ModalConfirmProps) => react_jsx_runtime.JSX.Element;
65
+
66
+ interface ModalLoadingProps {
67
+ isOpen: boolean;
68
+ onClose?: () => void;
69
+ message?: string;
70
+ className?: string;
71
+ }
72
+ declare const ModalLoading: ({ isOpen, onClose, message, className }: ModalLoadingProps) => react_jsx_runtime.JSX.Element;
73
+
74
+ interface ModalDeviceIncompatibleProps {
75
+ isOpen: boolean;
76
+ onClose: () => void;
77
+ className?: string;
78
+ }
79
+ declare const ModalDeviceIncompatible: ({ isOpen, onClose, className }: ModalDeviceIncompatibleProps) => react_jsx_runtime.JSX.Element;
80
+
81
+ export { BrowserIncompatible, Button, Modal, ModalConfirm, ModalDeviceIncompatible, ModalLoading, Overlay, Portal, Show };
82
+ export type { BrowserIncompatibleProps, ButtonProps, ModalConfirmProps, ModalDeviceIncompatibleProps, ModalLoadingProps, ModalProps, OverlayProps, PortalProps, ShowProps };
@@ -1 +1 @@
1
- {"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,YAAY,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC"}
1
+ {"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,YAAY,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEvD,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,YAAY,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEvD,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACzC,YAAY,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAEnD,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,YAAY,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAEzD,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,YAAY,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,OAAO,EAAE,mBAAmB,EAAE,MAAM,gDAAgD,CAAC;AACrF,YAAY,EAAE,wBAAwB,EAAE,MAAM,gDAAgD,CAAC;AAE/F,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,YAAY,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAE5E,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,YAAY,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAE5E,OAAO,EAAE,uBAAuB,EAAE,MAAM,oDAAoD,CAAC;AAC7F,YAAY,EAAE,4BAA4B,EAAE,MAAM,oDAAoD,CAAC"}