@cgi-learning-hub/ui 1.2.0 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (327) hide show
  1. package/dist/Backdrop-CxHwPsCX.js +789 -0
  2. package/dist/Backdrop-ZCTs-Ws8.cjs +1 -0
  3. package/dist/Box-D61CmHcZ.cjs +1 -0
  4. package/dist/{Box-Bawb5zHX.js → Box-a6v7fn61.js} +31 -30
  5. package/dist/Button-B8Vr_qVd.js +450 -0
  6. package/dist/Button-elp97nQ8.cjs +1 -0
  7. package/dist/ButtonBase-S0mFlojL.cjs +75 -0
  8. package/dist/ButtonBase-Y5TK5SRu.js +890 -0
  9. package/dist/CircularProgress-DDIZxeFH.cjs +28 -0
  10. package/dist/CircularProgress-DU3DJQfF.js +252 -0
  11. package/dist/DatePicker-BigDV0IN.cjs +17 -0
  12. package/dist/{DatePicker-DGVeagTz.js → DatePicker-ZdjLD9eR.js} +6100 -5984
  13. package/dist/DefaultPropsProvider-7QnSWHxy.js +484 -0
  14. package/dist/DefaultPropsProvider-eEVEiLDf.cjs +17 -0
  15. package/dist/IconButton-C7H_G1LX.js +230 -0
  16. package/dist/IconButton-DfmbM9nO.cjs +2 -0
  17. package/dist/InputAdornment-C-EbfNtT.cjs +1 -0
  18. package/dist/{InputAdornment-hNrnvXW9.js → InputAdornment-CPJFY_m_.js} +81 -64
  19. package/dist/InputBase-5GB2c2J6.js +803 -0
  20. package/dist/InputBase-CPtGhJye.cjs +3 -0
  21. package/dist/Stack-656bqKiW.cjs +1 -0
  22. package/dist/{Stack-BJ2ths-g.js → Stack-CutIWKkG.js} +61 -60
  23. package/dist/Tabs-CKic46Op.js +1222 -0
  24. package/dist/Tabs-DzrxYlm-.cjs +4 -0
  25. package/dist/TextField-BLEvZwPH.cjs +14 -0
  26. package/dist/TextField-CGMPbx_J.js +5686 -0
  27. package/dist/Tooltip-BJefPCe7.cjs +100 -0
  28. package/dist/{Tooltip-D42pzHKW.js → Tooltip-DqLAZimE.js} +4764 -3511
  29. package/dist/TransitionGroupContext-DMJLhY9-.js +24 -0
  30. package/dist/TransitionGroupContext-DbXD5xqS.cjs +1 -0
  31. package/dist/Typography-CreZW2v6.cjs +1 -0
  32. package/dist/Typography-DsJC595c.js +259 -0
  33. package/dist/assets/styles.css +1 -1
  34. package/dist/assets/styles2.css +1 -1
  35. package/dist/client-error-BUtdld5f.cjs +1 -0
  36. package/dist/client-error-B_-qjgAB.js +395 -0
  37. package/dist/components/Alert/Alert.cjs.js +1 -0
  38. package/dist/components/{feedback/Alert → Alert}/Alert.d.ts +0 -1
  39. package/dist/components/Alert/Alert.stories.cjs.js +1 -0
  40. package/dist/components/{feedback/Alert → Alert}/Alert.stories.d.ts +0 -1
  41. package/dist/components/{feedback/Alert → Alert}/Alert.stories.es.js +7 -7
  42. package/dist/components/Button/Button.cjs.js +1 -0
  43. package/dist/components/Button/Button.d.ts +4 -0
  44. package/dist/components/Button/Button.es.js +334 -0
  45. package/dist/components/Button/Button.stories.cjs.js +1 -0
  46. package/dist/components/{buttons/SecondaryButton/SecondaryButton.stories.d.ts → Button/Button.stories.d.ts} +3 -2
  47. package/dist/components/Button/Button.stories.es.js +45 -0
  48. package/dist/components/Button/index.cjs.js +1 -0
  49. package/dist/components/Button/index.d.ts +2 -0
  50. package/dist/components/Button/index.es.js +4 -0
  51. package/dist/components/DatePicker/DatePicker.cjs.js +1 -0
  52. package/dist/components/{pickers/DatePicker → DatePicker}/DatePicker.d.ts +0 -1
  53. package/dist/components/DatePicker/DatePicker.es.js +6 -0
  54. package/dist/components/DatePicker/DatePicker.stories.cjs.js +1 -0
  55. package/dist/components/{pickers/DatePicker → DatePicker}/DatePicker.stories.d.ts +0 -1
  56. package/dist/components/DatePicker/DatePicker.stories.es.js +16 -0
  57. package/dist/components/{pickers → DatePicker}/index.cjs.js +1 -1
  58. package/dist/components/DatePicker/index.es.js +4 -0
  59. package/dist/components/Dropzone/Dropzone.cjs.js +5 -5
  60. package/dist/components/Dropzone/Dropzone.d.ts +0 -1
  61. package/dist/components/Dropzone/Dropzone.es.js +1685 -686
  62. package/dist/components/Dropzone/Dropzone.stories.cjs.js +1 -1
  63. package/dist/components/Dropzone/Dropzone.stories.d.ts +0 -1
  64. package/dist/components/Dropzone/Dropzone.stories.es.js +1 -1
  65. package/dist/components/EmptyState/EmptyState.cjs.js +1 -0
  66. package/dist/components/EmptyState/EmptyState.d.ts +12 -0
  67. package/dist/components/EmptyState/EmptyState.es.js +31 -0
  68. package/dist/components/EmptyState/EmptyState.stories.cjs.js +1 -0
  69. package/dist/components/{PaperHeader/PaperHeader.stories.d.ts → EmptyState/EmptyState.stories.d.ts} +0 -1
  70. package/dist/components/EmptyState/EmptyState.stories.es.js +17 -0
  71. package/dist/components/EmptyState/index.cjs.js +1 -0
  72. package/dist/components/EmptyState/index.d.ts +2 -0
  73. package/dist/components/EmptyState/index.es.js +4 -0
  74. package/dist/components/FileList/FileList.cjs.js +1 -0
  75. package/dist/components/{lists/FileList → FileList}/FileList.d.ts +0 -1
  76. package/dist/components/{lists/FileList → FileList}/FileList.es.js +1 -1
  77. package/dist/components/FileList/FileList.stories.cjs.js +1 -0
  78. package/dist/components/{lists/FileList → FileList}/FileList.stories.d.ts +0 -1
  79. package/dist/components/{lists/FileList → FileList}/FileList.stories.es.js +3 -3
  80. package/dist/components/FileList/FileListItem.cjs.js +1 -0
  81. package/dist/components/FileList/FileListItem.d.ts +12 -0
  82. package/dist/components/FileList/FileListItem.es.js +29 -0
  83. package/dist/components/Heading/Heading.cjs.js +1 -0
  84. package/dist/components/{PaperHeader/PaperHeader.d.ts → Heading/Heading.d.ts} +6 -5
  85. package/dist/components/Heading/Heading.es.js +39 -0
  86. package/dist/components/Heading/Heading.stories.cjs.js +1 -0
  87. package/dist/components/{buttons/PrimaryButton/PrimaryButton.stories.d.ts → Heading/Heading.stories.d.ts} +0 -1
  88. package/dist/components/Heading/Heading.stories.es.js +22 -0
  89. package/dist/components/Heading/index.cjs.js +1 -0
  90. package/dist/components/Heading/index.d.ts +2 -0
  91. package/dist/components/Heading/index.es.js +4 -0
  92. package/dist/components/IconButton.stories.cjs.js +1 -0
  93. package/dist/components/{buttons/IconButton.stories.d.ts → IconButton.stories.d.ts} +0 -1
  94. package/dist/components/IconButton.stories.es.js +21 -0
  95. package/dist/components/Loader/Loader.cjs.js +1 -1
  96. package/dist/components/Loader/Loader.d.ts +0 -1
  97. package/dist/components/Loader/Loader.es.js +2 -2
  98. package/dist/components/Loader/Loader.stories.cjs.js +1 -1
  99. package/dist/components/Loader/Loader.stories.d.ts +0 -1
  100. package/dist/components/LoaderBackdrop/LoaderBackdrop.cjs.js +1 -1
  101. package/dist/components/LoaderBackdrop/LoaderBackdrop.d.ts +0 -1
  102. package/dist/components/LoaderBackdrop/LoaderBackdrop.es.js +10 -8
  103. package/dist/components/LoaderBackdrop/LoaderBackdrop.stories.d.ts +0 -1
  104. package/dist/components/PasswordInput/PasswordInput.cjs.js +1 -0
  105. package/dist/components/{inputs/PasswordInput → PasswordInput}/PasswordInput.d.ts +0 -1
  106. package/dist/components/{inputs/PasswordInput → PasswordInput}/PasswordInput.es.js +10 -11
  107. package/dist/components/{inputs/PasswordInput → PasswordInput}/PasswordInput.stories.cjs.js +1 -1
  108. package/dist/components/{inputs/PasswordInput → PasswordInput}/PasswordInput.stories.d.ts +0 -1
  109. package/dist/components/PasswordInput/PasswordInput.stories.es.js +16 -0
  110. package/dist/components/QueryError/QueryError.cjs.js +1 -0
  111. package/dist/components/{feedback/QueryError → QueryError}/QueryError.d.ts +0 -1
  112. package/dist/components/QueryError/QueryError.es.js +43 -0
  113. package/dist/components/{feedback/QueryError → QueryError}/helpers.d.ts +0 -1
  114. package/dist/components/SearchInput/SearchInput.cjs.js +1 -0
  115. package/dist/components/{inputs/SearchInput → SearchInput}/SearchInput.d.ts +0 -1
  116. package/dist/components/{inputs/SearchInput → SearchInput}/SearchInput.es.js +4 -4
  117. package/dist/components/SearchInput/SearchInput.stories.cjs.js +1 -0
  118. package/dist/components/{inputs/SearchInput → SearchInput}/SearchInput.stories.d.ts +0 -1
  119. package/dist/components/{inputs/SearchInput → SearchInput}/SearchInput.stories.es.js +1 -1
  120. package/dist/components/TabList.stories.cjs.js +1 -0
  121. package/dist/components/{lists/TabList.stories.d.ts → TabList.stories.d.ts} +0 -1
  122. package/dist/components/{lists/TabList.stories.es.js → TabList.stories.es.js} +99 -87
  123. package/dist/components/TextInput/TextInput.cjs.js +1 -0
  124. package/dist/components/{inputs/TextInput → TextInput}/TextInput.d.ts +0 -1
  125. package/dist/components/{inputs/TextInput → TextInput}/TextInput.es.js +1 -1
  126. package/dist/components/TextInput/TextInput.stories.cjs.js +1 -0
  127. package/dist/components/{inputs/TextInput → TextInput}/TextInput.stories.d.ts +0 -1
  128. package/dist/components/{inputs/TextInput → TextInput}/TextInput.stories.es.js +7 -7
  129. package/dist/components/index.cjs.js +1 -1
  130. package/dist/components/index.d.ts +14 -20
  131. package/dist/components/index.es.js +270 -272
  132. package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +17 -0
  133. package/dist/createSimplePaletteValueFilter-PTK3TAhW.cjs +1 -0
  134. package/dist/createSvgIcon-Ae1vF9Lv.js +250 -0
  135. package/dist/createSvgIcon-PXjVOXDY.cjs +1 -0
  136. package/dist/error-CRNeivL7.js +5 -0
  137. package/dist/error-Dk3o6ber.cjs +1 -0
  138. package/dist/extendSxProp-BzTGWWcy.js +37 -0
  139. package/dist/extendSxProp-DLhbnNxc.cjs +1 -0
  140. package/dist/{fr-By4s91yO.js → fr-B0c4Eu-I.js} +13 -13
  141. package/dist/{fr-TRjulm1Q.cjs → fr-BtINyNRC.cjs} +1 -1
  142. package/dist/hooks/lazySvgImport.cjs.js +1 -0
  143. package/dist/hooks/lazySvgImport.d.ts +6 -0
  144. package/dist/hooks/lazySvgImport.es.js +34 -0
  145. package/dist/identifier-B_IiMbpZ.cjs +59 -0
  146. package/dist/identifier-Bu3vgTzE.js +3115 -0
  147. package/dist/index-BDy6VH40.cjs +1 -0
  148. package/dist/index-D4YvqRSh.js +45 -0
  149. package/dist/index-DNmEgr4X.js +89 -0
  150. package/dist/index-Dl4BXU0b.cjs +1 -0
  151. package/dist/index.cjs.js +1 -1
  152. package/dist/index.d.ts +0 -1
  153. package/dist/index.es.js +271 -273
  154. package/dist/memoTheme-C4_nd-x4.js +15 -0
  155. package/dist/memoTheme-DvW891YJ.cjs +1 -0
  156. package/dist/{ownerWindow-C7EH1lr6.js → ownerWindow-BoRkeomM.js} +2 -2
  157. package/dist/refType-DYRsy3ld.cjs +1 -0
  158. package/dist/refType-DvOnKTmB.js +27 -0
  159. package/dist/server-error-CeAtUo4S.cjs +1 -0
  160. package/dist/server-error-DMyaPFs8.js +400 -0
  161. package/dist/useForkRef-D-DyzOXj.js +21 -0
  162. package/dist/useForkRef-D81w5oMb.cjs +1 -0
  163. package/dist/useId-CK6Kn3Tn.js +21 -0
  164. package/dist/useId-DNXtOFeX.cjs +1 -0
  165. package/dist/useTheme-B_3HWqyi.js +88 -0
  166. package/dist/useTheme-BvsnROiB.cjs +1 -0
  167. package/dist/{useTheme-CjBTq22m.js → useTheme-DhYab2-0.js} +5 -5
  168. package/dist/useTheme-vN32oV1t.cjs +1 -0
  169. package/dist/useThemeProps-5hp2m3Xl.cjs +1 -0
  170. package/dist/{useThemeProps-BM4fCFq5.js → useThemeProps-Bmkt_XOR.js} +2 -2
  171. package/dist/useThemeProps-D_gKWuk1.cjs +1 -0
  172. package/dist/useThemeProps-DftpgVZ0.js +24 -0
  173. package/dist/useTimeout-Bx22KOcH.js +53 -0
  174. package/dist/useTimeout-gEG15bRo.cjs +1 -0
  175. package/package.json +14 -17
  176. package/dist/Box-5x1F2S3-.cjs +0 -1
  177. package/dist/Button-C__-QOJY.js +0 -359
  178. package/dist/Button-DKIRmOzf.cjs +0 -1
  179. package/dist/ButtonBase-4F5roLHd.js +0 -827
  180. package/dist/ButtonBase-Bw3wq81v.cjs +0 -75
  181. package/dist/CircularProgress-BNazIBar.js +0 -217
  182. package/dist/CircularProgress-WnNPMTjD.cjs +0 -28
  183. package/dist/DatePicker-B0jLSEvZ.cjs +0 -19
  184. package/dist/DefaultButton-F67BOmrx.js +0 -258
  185. package/dist/DefaultButton-y-mHSNFH.cjs +0 -1
  186. package/dist/IconButton-D_deQOvN.js +0 -184
  187. package/dist/IconButton-DhWgsgQ7.cjs +0 -2
  188. package/dist/InputAdornment-DYqMrYJz.cjs +0 -1
  189. package/dist/InputBase-BeZ70Fbf.cjs +0 -3
  190. package/dist/InputBase-DNkF-TAp.js +0 -794
  191. package/dist/Stack-BOcvai-O.cjs +0 -1
  192. package/dist/Tabs-CG428TT3.cjs +0 -4
  193. package/dist/Tabs-CWujD0SK.js +0 -1091
  194. package/dist/TextField-DDmGQyEr.js +0 -5800
  195. package/dist/TextField-wYRnAj1v.cjs +0 -12
  196. package/dist/Tooltip-O30xWGZU.cjs +0 -95
  197. package/dist/TransitionGroupContext-BkoHK5Kx.js +0 -14
  198. package/dist/TransitionGroupContext-mYDSzffd.cjs +0 -1
  199. package/dist/Typography-B2XMXu83.js +0 -178
  200. package/dist/Typography-DR_aF9lJ.cjs +0 -1
  201. package/dist/assets/index.css +0 -1
  202. package/dist/components/PaperHeader/PaperHeader.cjs.js +0 -1
  203. package/dist/components/PaperHeader/PaperHeader.es.js +0 -41
  204. package/dist/components/PaperHeader/PaperHeader.stories.cjs.js +0 -1
  205. package/dist/components/PaperHeader/PaperHeader.stories.es.js +0 -28
  206. package/dist/components/PaperHeader/index.cjs.js +0 -1
  207. package/dist/components/PaperHeader/index.d.ts +0 -2
  208. package/dist/components/PaperHeader/index.es.js +0 -4
  209. package/dist/components/buttons/DefaultButton/DefaultButton.cjs.js +0 -1
  210. package/dist/components/buttons/DefaultButton/DefaultButton.d.ts +0 -9
  211. package/dist/components/buttons/DefaultButton/DefaultButton.es.js +0 -8
  212. package/dist/components/buttons/DefaultButton/DefaultButtonIcon.cjs.js +0 -1
  213. package/dist/components/buttons/DefaultButton/DefaultButtonIcon.d.ts +0 -9
  214. package/dist/components/buttons/DefaultButton/DefaultButtonIcon.es.js +0 -143
  215. package/dist/components/buttons/DefaultButton/index.cjs.js +0 -1
  216. package/dist/components/buttons/DefaultButton/index.d.ts +0 -2
  217. package/dist/components/buttons/DefaultButton/index.es.js +0 -4
  218. package/dist/components/buttons/IconButton.stories.cjs.js +0 -1
  219. package/dist/components/buttons/IconButton.stories.es.js +0 -28
  220. package/dist/components/buttons/PrimaryButton/PrimaryButton.cjs.js +0 -1
  221. package/dist/components/buttons/PrimaryButton/PrimaryButton.d.ts +0 -6
  222. package/dist/components/buttons/PrimaryButton/PrimaryButton.es.js +0 -13
  223. package/dist/components/buttons/PrimaryButton/PrimaryButton.stories.cjs.js +0 -1
  224. package/dist/components/buttons/PrimaryButton/PrimaryButton.stories.es.js +0 -25
  225. package/dist/components/buttons/PrimaryButton/index.cjs.js +0 -1
  226. package/dist/components/buttons/PrimaryButton/index.d.ts +0 -2
  227. package/dist/components/buttons/PrimaryButton/index.es.js +0 -4
  228. package/dist/components/buttons/SecondaryButton/SecondaryButton.cjs.js +0 -1
  229. package/dist/components/buttons/SecondaryButton/SecondaryButton.d.ts +0 -6
  230. package/dist/components/buttons/SecondaryButton/SecondaryButton.es.js +0 -6
  231. package/dist/components/buttons/SecondaryButton/SecondaryButton.stories.cjs.js +0 -1
  232. package/dist/components/buttons/SecondaryButton/SecondaryButton.stories.es.js +0 -25
  233. package/dist/components/buttons/SecondaryButton/index.cjs.js +0 -1
  234. package/dist/components/buttons/SecondaryButton/index.d.ts +0 -2
  235. package/dist/components/buttons/SecondaryButton/index.es.js +0 -4
  236. package/dist/components/buttons/index.cjs.js +0 -1
  237. package/dist/components/buttons/index.d.ts +0 -3
  238. package/dist/components/buttons/index.es.js +0 -8
  239. package/dist/components/feedback/Alert/Alert.cjs.js +0 -1
  240. package/dist/components/feedback/Alert/Alert.stories.cjs.js +0 -1
  241. package/dist/components/feedback/QueryError/QueryError.cjs.js +0 -1
  242. package/dist/components/feedback/QueryError/QueryError.es.js +0 -19
  243. package/dist/components/feedback/index.cjs.js +0 -1
  244. package/dist/components/feedback/index.d.ts +0 -2
  245. package/dist/components/feedback/index.es.js +0 -6
  246. package/dist/components/inputs/PasswordInput/PasswordInput.cjs.js +0 -1
  247. package/dist/components/inputs/PasswordInput/PasswordInput.stories.es.js +0 -16
  248. package/dist/components/inputs/SearchInput/SearchInput.cjs.js +0 -1
  249. package/dist/components/inputs/SearchInput/SearchInput.stories.cjs.js +0 -1
  250. package/dist/components/inputs/TextInput/TextInput.cjs.js +0 -1
  251. package/dist/components/inputs/TextInput/TextInput.stories.cjs.js +0 -1
  252. package/dist/components/inputs/index.cjs.js +0 -1
  253. package/dist/components/inputs/index.d.ts +0 -3
  254. package/dist/components/inputs/index.es.js +0 -8
  255. package/dist/components/lists/FileList/FileList.cjs.js +0 -1
  256. package/dist/components/lists/FileList/FileList.stories.cjs.js +0 -1
  257. package/dist/components/lists/FileList/FileListItem.cjs.js +0 -1
  258. package/dist/components/lists/FileList/FileListItem.d.ts +0 -14
  259. package/dist/components/lists/FileList/FileListItem.es.js +0 -42
  260. package/dist/components/lists/TabList.stories.cjs.js +0 -1
  261. package/dist/components/lists/index.cjs.js +0 -1
  262. package/dist/components/lists/index.d.ts +0 -1
  263. package/dist/components/lists/index.es.js +0 -6
  264. package/dist/components/pickers/DatePicker/DatePicker.cjs.js +0 -1
  265. package/dist/components/pickers/DatePicker/DatePicker.es.js +0 -6
  266. package/dist/components/pickers/DatePicker/DatePicker.stories.cjs.js +0 -1
  267. package/dist/components/pickers/DatePicker/DatePicker.stories.es.js +0 -16
  268. package/dist/components/pickers/DatePicker/index.cjs.js +0 -1
  269. package/dist/components/pickers/DatePicker/index.es.js +0 -4
  270. package/dist/components/pickers/index.d.ts +0 -1
  271. package/dist/components/pickers/index.es.js +0 -4
  272. package/dist/createStyled-CzVedz8V.js +0 -142
  273. package/dist/createStyled-LobpFGWo.cjs +0 -1
  274. package/dist/createSvgIcon-B8vHI3I6.js +0 -183
  275. package/dist/createSvgIcon-BGm-SWUB.cjs +0 -1
  276. package/dist/createSvgIcon-CKlvKClV.cjs +0 -2
  277. package/dist/createSvgIcon-DjuUwmEp.js +0 -75
  278. package/dist/identifier-4KVhx666.cjs +0 -50
  279. package/dist/identifier-D-ng7Qqa.js +0 -3047
  280. package/dist/isHostComponent-PydJW4A4.cjs +0 -1
  281. package/dist/isHostComponent-kiaBvYVo.js +0 -6
  282. package/dist/refType-BhXrhWFB.cjs +0 -1
  283. package/dist/refType-COGEdfch.js +0 -29
  284. package/dist/styled-ZF_yhfMW.cjs +0 -17
  285. package/dist/styled-xiAudcD_.js +0 -533
  286. package/dist/unsupportedProp-Bn6XWqwH.cjs +0 -1
  287. package/dist/unsupportedProp-BuVD30Gh.js +0 -9
  288. package/dist/useControlled-DKpcyPsg.cjs +0 -3
  289. package/dist/useControlled-DoRrpN8o.js +0 -48
  290. package/dist/useForkRef-CGd3Nhyb.cjs +0 -1
  291. package/dist/useForkRef-DwN_Iz9R.js +0 -17
  292. package/dist/useId-BW-oWmul.js +0 -19
  293. package/dist/useId-Cw0TtD-8.cjs +0 -1
  294. package/dist/useIsFocusVisible-Bv_7uvif.cjs +0 -1
  295. package/dist/useIsFocusVisible-DhASXQ4o.js +0 -69
  296. package/dist/useTheme-B5RCz7rY.cjs +0 -1
  297. package/dist/useTheme-iNHILPzK.js +0 -99
  298. package/dist/useTheme-kqsjFBnC.cjs +0 -1
  299. package/dist/useThemeProps-B-Oq4Y2j.cjs +0 -1
  300. package/dist/useThemeProps-BHAsCmc4.cjs +0 -1
  301. package/dist/useThemeProps-BVvSbkPP.js +0 -17
  302. package/dist/useTimeout-BdvDipeg.js +0 -47
  303. package/dist/useTimeout-XUWYBnl6.cjs +0 -1
  304. package/dist/vite-env.d.cjs.js +0 -1
  305. package/dist/vite-env.d.es.js +0 -1
  306. /package/dist/components/{feedback/Alert → Alert}/Alert.es.js +0 -0
  307. /package/dist/components/{feedback/Alert → Alert}/index.cjs.js +0 -0
  308. /package/dist/components/{feedback/Alert → Alert}/index.d.ts +0 -0
  309. /package/dist/components/{feedback/Alert → Alert}/index.es.js +0 -0
  310. /package/dist/components/{pickers/DatePicker → DatePicker}/index.d.ts +0 -0
  311. /package/dist/components/{lists/FileList → FileList}/index.cjs.js +0 -0
  312. /package/dist/components/{lists/FileList → FileList}/index.d.ts +0 -0
  313. /package/dist/components/{lists/FileList → FileList}/index.es.js +0 -0
  314. /package/dist/components/{inputs/PasswordInput → PasswordInput}/index.cjs.js +0 -0
  315. /package/dist/components/{inputs/PasswordInput → PasswordInput}/index.d.ts +0 -0
  316. /package/dist/components/{inputs/PasswordInput → PasswordInput}/index.es.js +0 -0
  317. /package/dist/components/{feedback/QueryError → QueryError}/helpers.cjs.js +0 -0
  318. /package/dist/components/{feedback/QueryError → QueryError}/helpers.es.js +0 -0
  319. /package/dist/components/{feedback/QueryError → QueryError}/index.cjs.js +0 -0
  320. /package/dist/components/{feedback/QueryError → QueryError}/index.d.ts +0 -0
  321. /package/dist/components/{feedback/QueryError → QueryError}/index.es.js +0 -0
  322. /package/dist/components/{inputs/SearchInput → SearchInput}/index.cjs.js +0 -0
  323. /package/dist/components/{inputs/SearchInput → SearchInput}/index.d.ts +0 -0
  324. /package/dist/components/{inputs/SearchInput → SearchInput}/index.es.js +0 -0
  325. /package/dist/components/{inputs/TextInput → TextInput}/index.cjs.js +0 -0
  326. /package/dist/components/{inputs/TextInput → TextInput}/index.d.ts +0 -0
  327. /package/dist/components/{inputs/TextInput → TextInput}/index.es.js +0 -0
@@ -1,178 +0,0 @@
1
- import { w as C, v as W, q as f, m as p, z as M, _ as O, x as j, P as t } from "./identifier-D-ng7Qqa.js";
2
- import * as P from "react";
3
- import { s as N, u as R, c as _ } from "./styled-xiAudcD_.js";
4
- import { jsx as U } from "react/jsx-runtime";
5
- function $(a) {
6
- return C("MuiTypography", a);
7
- }
8
- const D = W("MuiTypography", ["root", "h1", "h2", "h3", "h4", "h5", "h6", "subtitle1", "subtitle2", "body1", "body2", "inherit", "button", "caption", "overline", "alignLeft", "alignRight", "alignCenter", "alignJustify", "noWrap", "gutterBottom", "paragraph"]), k = D, z = ["align", "className", "component", "gutterBottom", "noWrap", "paragraph", "variant", "variantMapping"], E = (a) => {
9
- const {
10
- align: o,
11
- gutterBottom: r,
12
- noWrap: e,
13
- paragraph: i,
14
- variant: n,
15
- classes: h
16
- } = a, s = {
17
- root: ["root", n, a.align !== "inherit" && `align${f(o)}`, r && "gutterBottom", e && "noWrap", i && "paragraph"]
18
- };
19
- return _(s, $, h);
20
- }, L = N("span", {
21
- name: "MuiTypography",
22
- slot: "Root",
23
- overridesResolver: (a, o) => {
24
- const {
25
- ownerState: r
26
- } = a;
27
- return [o.root, r.variant && o[r.variant], r.align !== "inherit" && o[`align${f(r.align)}`], r.noWrap && o.noWrap, r.gutterBottom && o.gutterBottom, r.paragraph && o.paragraph];
28
- }
29
- })(({
30
- theme: a,
31
- ownerState: o
32
- }) => p({
33
- margin: 0
34
- }, o.variant === "inherit" && {
35
- // Some elements, like <button> on Chrome have default font that doesn't inherit, reset this.
36
- font: "inherit"
37
- }, o.variant !== "inherit" && a.typography[o.variant], o.align !== "inherit" && {
38
- textAlign: o.align
39
- }, o.noWrap && {
40
- overflow: "hidden",
41
- textOverflow: "ellipsis",
42
- whiteSpace: "nowrap"
43
- }, o.gutterBottom && {
44
- marginBottom: "0.35em"
45
- }, o.paragraph && {
46
- marginBottom: 16
47
- })), u = {
48
- h1: "h1",
49
- h2: "h2",
50
- h3: "h3",
51
- h4: "h4",
52
- h5: "h5",
53
- h6: "h6",
54
- subtitle1: "h6",
55
- subtitle2: "h6",
56
- body1: "p",
57
- body2: "p",
58
- inherit: "p"
59
- }, V = {
60
- primary: "primary.main",
61
- textPrimary: "text.primary",
62
- secondary: "secondary.main",
63
- textSecondary: "text.secondary",
64
- error: "error.main"
65
- }, q = (a) => V[a] || a, d = /* @__PURE__ */ P.forwardRef(function(o, r) {
66
- const e = R({
67
- props: o,
68
- name: "MuiTypography"
69
- }), i = q(e.color), n = M(p({}, e, {
70
- color: i
71
- })), {
72
- align: h = "inherit",
73
- className: s,
74
- component: g,
75
- gutterBottom: b = !1,
76
- noWrap: v = !1,
77
- paragraph: c = !1,
78
- variant: l = "body1",
79
- variantMapping: y = u
80
- } = n, T = O(n, z), m = p({}, n, {
81
- align: h,
82
- color: i,
83
- className: s,
84
- component: g,
85
- gutterBottom: b,
86
- noWrap: v,
87
- paragraph: c,
88
- variant: l,
89
- variantMapping: y
90
- }), x = g || (c ? "p" : y[l] || u[l]) || "span", B = E(m);
91
- return /* @__PURE__ */ U(L, p({
92
- as: x,
93
- ref: r,
94
- ownerState: m,
95
- className: j(B.root, s)
96
- }, T));
97
- });
98
- process.env.NODE_ENV !== "production" && (d.propTypes = {
99
- // ┌────────────────────────────── Warning ──────────────────────────────┐
100
- // │ These PropTypes are generated from the TypeScript type definitions. │
101
- // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
102
- // └─────────────────────────────────────────────────────────────────────┘
103
- /**
104
- * Set the text-align on the component.
105
- * @default 'inherit'
106
- */
107
- align: t.oneOf(["center", "inherit", "justify", "left", "right"]),
108
- /**
109
- * The content of the component.
110
- */
111
- children: t.node,
112
- /**
113
- * Override or extend the styles applied to the component.
114
- */
115
- classes: t.object,
116
- /**
117
- * @ignore
118
- */
119
- className: t.string,
120
- /**
121
- * The component used for the root node.
122
- * Either a string to use a HTML element or a component.
123
- */
124
- component: t.elementType,
125
- /**
126
- * If `true`, the text will have a bottom margin.
127
- * @default false
128
- */
129
- gutterBottom: t.bool,
130
- /**
131
- * If `true`, the text will not wrap, but instead will truncate with a text overflow ellipsis.
132
- *
133
- * Note that text overflow can only happen with block or inline-block level elements
134
- * (the element needs to have a width in order to overflow).
135
- * @default false
136
- */
137
- noWrap: t.bool,
138
- /**
139
- * If `true`, the element will be a paragraph element.
140
- * @default false
141
- */
142
- paragraph: t.bool,
143
- /**
144
- * The system prop that allows defining system overrides as well as additional CSS styles.
145
- */
146
- sx: t.oneOfType([t.arrayOf(t.oneOfType([t.func, t.object, t.bool])), t.func, t.object]),
147
- /**
148
- * Applies the theme typography styles.
149
- * @default 'body1'
150
- */
151
- variant: t.oneOfType([t.oneOf(["body1", "body2", "button", "caption", "h1", "h2", "h3", "h4", "h5", "h6", "inherit", "overline", "subtitle1", "subtitle2"]), t.string]),
152
- /**
153
- * The component maps the variant prop to a range of different HTML element types.
154
- * For instance, subtitle1 to `<h6>`.
155
- * If you wish to change that mapping, you can provide your own.
156
- * Alternatively, you can use the `component` prop.
157
- * @default {
158
- * h1: 'h1',
159
- * h2: 'h2',
160
- * h3: 'h3',
161
- * h4: 'h4',
162
- * h5: 'h5',
163
- * h6: 'h6',
164
- * subtitle1: 'h6',
165
- * subtitle2: 'h6',
166
- * body1: 'p',
167
- * body2: 'p',
168
- * inherit: 'p',
169
- * }
170
- */
171
- variantMapping: t.object
172
- });
173
- const F = d;
174
- export {
175
- F as T,
176
- $ as g,
177
- k as t
178
- };
@@ -1 +0,0 @@
1
- "use strict";const t=require("./identifier-4KVhx666.cjs"),O=require("react"),y=require("./styled-ZF_yhfMW.cjs"),C=require("react/jsx-runtime");function j(o){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(o){for(const r in o)if(r!=="default"){const a=Object.getOwnPropertyDescriptor(o,r);Object.defineProperty(e,r,a.get?a:{enumerable:!0,get:()=>o[r]})}}return e.default=o,Object.freeze(e)}const B=j(O);function T(o){return t.generateUtilityClass("MuiTypography",o)}const W=t.generateUtilityClasses("MuiTypography",["root","h1","h2","h3","h4","h5","h6","subtitle1","subtitle2","body1","body2","inherit","button","caption","overline","alignLeft","alignRight","alignCenter","alignJustify","noWrap","gutterBottom","paragraph"]),_=W,M=["align","className","component","gutterBottom","noWrap","paragraph","variant","variantMapping"],N=o=>{const{align:e,gutterBottom:r,noWrap:a,paragraph:p,variant:n,classes:i}=o,s={root:["root",n,o.align!=="inherit"&&`align${t.capitalize(e)}`,r&&"gutterBottom",a&&"noWrap",p&&"paragraph"]};return y.composeClasses(s,T,i)},R=y.styled("span",{name:"MuiTypography",slot:"Root",overridesResolver:(o,e)=>{const{ownerState:r}=o;return[e.root,r.variant&&e[r.variant],r.align!=="inherit"&&e[`align${t.capitalize(r.align)}`],r.noWrap&&e.noWrap,r.gutterBottom&&e.gutterBottom,r.paragraph&&e.paragraph]}})(({theme:o,ownerState:e})=>t._extends({margin:0},e.variant==="inherit"&&{font:"inherit"},e.variant!=="inherit"&&o.typography[e.variant],e.align!=="inherit"&&{textAlign:e.align},e.noWrap&&{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},e.gutterBottom&&{marginBottom:"0.35em"},e.paragraph&&{marginBottom:16})),m={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",subtitle1:"h6",subtitle2:"h6",body1:"p",body2:"p",inherit:"p"},$={primary:"primary.main",textPrimary:"text.primary",secondary:"secondary.main",textSecondary:"text.secondary",error:"error.main"},q=o=>$[o]||o,f=B.forwardRef(function(e,r){const a=y.useDefaultProps({props:e,name:"MuiTypography"}),p=q(a.color),n=t.extendSxProp(t._extends({},a,{color:p})),{align:i="inherit",className:s,component:l,gutterBottom:d=!1,noWrap:b=!1,paragraph:g=!1,variant:c="body1",variantMapping:h=m}=n,P=t._objectWithoutPropertiesLoose(n,M),u=t._extends({},n,{align:i,color:p,className:s,component:l,gutterBottom:d,noWrap:b,paragraph:g,variant:c,variantMapping:h}),v=l||(g?"p":h[c]||m[c])||"span",x=N(u);return C.jsx(R,t._extends({as:v,ref:r,ownerState:u,className:t.clsx(x.root,s)},P))});process.env.NODE_ENV!=="production"&&(f.propTypes={align:t.PropTypes.oneOf(["center","inherit","justify","left","right"]),children:t.PropTypes.node,classes:t.PropTypes.object,className:t.PropTypes.string,component:t.PropTypes.elementType,gutterBottom:t.PropTypes.bool,noWrap:t.PropTypes.bool,paragraph:t.PropTypes.bool,sx:t.PropTypes.oneOfType([t.PropTypes.arrayOf(t.PropTypes.oneOfType([t.PropTypes.func,t.PropTypes.object,t.PropTypes.bool])),t.PropTypes.func,t.PropTypes.object]),variant:t.PropTypes.oneOfType([t.PropTypes.oneOf(["body1","body2","button","caption","h1","h2","h3","h4","h5","h6","inherit","overline","subtitle1","subtitle2"]),t.PropTypes.string]),variantMapping:t.PropTypes.object});const D=f;exports.Typography=D;exports.getTypographyUtilityClass=T;exports.typographyClasses=_;
@@ -1 +0,0 @@
1
- .cs-loader{padding:0 auto;text-align:center;white-space:nowrap;overflow:hidden}.cs-loader-inner label{font-size:16px;opacity:0;display:inline-block;vertical-align:middle}@keyframes lol{0%{opacity:0;transform:translate(-100px)}33%{opacity:1;transform:translate(0)}66%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100px)}}.cs-loader-inner label:nth-child(4){animation:lol 3s .2s infinite ease-in-out}.cs-loader-inner label:nth-child(3){animation:lol 3s .3s infinite ease-in-out}.cs-loader-inner label:nth-child(2){animation:lol 3s .4s infinite ease-in-out}.cs-loader-inner label:nth-child(1){animation:lol 3s .5s infinite ease-in-out}body{margin:0;padding:0;background:#fff}.cs-loader-backdrop{position:absolute;top:0;left:0;height:100%;width:100%}.cs-loader-backdrop-inner{transform:translateY(-50%);top:50%;position:absolute;width:100%;color:#00b8de;padding:0 100px;text-align:center}.cs-loader-backdrop-inner label{font-size:20px;opacity:0;display:inline-block}@keyframes lol-backdrop{0%{opacity:0;transform:translate(-300px)}33%{opacity:1;transform:translate(0)}66%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(300px)}}.cs-loader-backdrop-inner label:nth-child(4){animation:lol-backdrop 3s .2s infinite ease-in-out}.cs-loader-backdrop-inner label:nth-child(3){animation:lol-backdrop 3s .3s infinite ease-in-out}.cs-loader-backdrop-inner label:nth-child(2){animation:lol-backdrop 3s .4s infinite ease-in-out}.cs-loader-backdrop-inner label:nth-child(1){animation:lol-backdrop 3s .5s infinite ease-in-out}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.flex{display:flex}.table{display:table}.w-full{width:100%}.border{border-width:1px}.text-start{text-align:start}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
@@ -1 +0,0 @@
1
- "use strict";const r=require("react/jsx-runtime"),x=require("../../Stack-BOcvai-O.cjs"),i=require("../../Typography-DR_aF9lJ.cjs"),q=({title:t,IconComponent:s,iconColor:e,iconProps:a,iconSize:d=28,component:u="h3",variant:p="h2",fontWeight:g="bold",...h})=>r.jsxs(x.Stack,{direction:"row",alignItems:"center",gap:1,children:[s?r.jsx(s,{sx:{fontSize:d,padding:"2px",borderRadius:1,color:e==null?void 0:e[500],backgroundColor:e==null?void 0:e[50]},...a}):null,r.jsx(i.Typography,{component:u,variant:p,fontWeight:g,...h,children:t})]});module.exports=q;
@@ -1,41 +0,0 @@
1
- import { jsxs as h, jsx as r } from "react/jsx-runtime";
2
- import { S as u } from "../../Stack-BJ2ths-g.js";
3
- import { T as x } from "../../Typography-B2XMXu83.js";
4
- const j = ({
5
- title: d,
6
- IconComponent: e,
7
- iconColor: a,
8
- iconProps: t,
9
- iconSize: s = 28,
10
- component: p = "h3",
11
- variant: m = "h2",
12
- fontWeight: f = "bold",
13
- ...g
14
- }) => /* @__PURE__ */ h(u, { direction: "row", alignItems: "center", gap: 1, children: [
15
- e ? /* @__PURE__ */ r(
16
- e,
17
- {
18
- sx: {
19
- fontSize: s,
20
- padding: "2px",
21
- borderRadius: 1,
22
- color: a == null ? void 0 : a[500],
23
- backgroundColor: a == null ? void 0 : a[50]
24
- },
25
- ...t
26
- }
27
- ) : null,
28
- /* @__PURE__ */ r(
29
- x,
30
- {
31
- component: p,
32
- variant: m,
33
- fontWeight: f,
34
- ...g,
35
- children: d
36
- }
37
- )
38
- ] });
39
- export {
40
- j as default
41
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("react/jsx-runtime"),t=require("../../identifier-4KVhx666.cjs"),i=require("../../createSvgIcon-CKlvKClV.cjs"),o=require("./PaperHeader.cjs.js");var e={},s=t.interopRequireDefaultExports;Object.defineProperty(e,"__esModule",{value:!0});var a=e.default=void 0,c=s(i.requireCreateSvgIcon()),d=r;a=e.default=(0,c.default)((0,d.jsx)("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8m3.5-9c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5m-7 0c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11m3.5 6.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5"}),"Mood");const l={title:"Components/PaperHeader",component:o,argTypes:{}},p=u=>r.jsx(o,{...u}),n=p.bind({});n.args={title:"Heading",iconColor:t.red,IconComponent:a};exports.Default=n;exports.default=l;
@@ -1,28 +0,0 @@
1
- import a, { jsx as s } from "react/jsx-runtime";
2
- import { A as i, r as n } from "../../identifier-D-ng7Qqa.js";
3
- import { r as p } from "../../createSvgIcon-DjuUwmEp.js";
4
- import r from "./PaperHeader.es.js";
5
- var e = {}, d = i;
6
- Object.defineProperty(e, "__esModule", {
7
- value: !0
8
- });
9
- var o = e.default = void 0, m = d(p()), u = a;
10
- o = e.default = (0, m.default)(/* @__PURE__ */ (0, u.jsx)("path", {
11
- d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8m3.5-9c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5m-7 0c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11m3.5 6.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5"
12
- }), "Mood");
13
- const g = {
14
- title: "Components/PaperHeader",
15
- component: r,
16
- argTypes: {
17
- // Définissez ici vos paramètres d'histoires spécifiques aux arguments (args).
18
- }
19
- }, c = (t) => /* @__PURE__ */ s(r, { ...t }), l = c.bind({});
20
- l.args = {
21
- title: "Heading",
22
- iconColor: n,
23
- IconComponent: o
24
- };
25
- export {
26
- l as Default,
27
- g as default
28
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./PaperHeader.cjs.js");exports.PaperHeader=e;
@@ -1,2 +0,0 @@
1
- export * from './PaperHeader';
2
- export { default as PaperHeader } from './PaperHeader';
@@ -1,4 +0,0 @@
1
- import { default as r } from "./PaperHeader.es.js";
2
- export {
3
- r as PaperHeader
4
- };
@@ -1 +0,0 @@
1
- "use strict";require("react/jsx-runtime");require("react");require("./DefaultButtonIcon.cjs.js");require("../../../styled-ZF_yhfMW.cjs");const e=require("../../../DefaultButton-y-mHSNFH.cjs");module.exports=e.DefaultButton;
@@ -1,9 +0,0 @@
1
- import { LoadingButtonProps } from '@mui/lab/LoadingButton';
2
- import { DefaultButtonIconProps } from './DefaultButtonIcon';
3
-
4
- export interface DefaultButtonProps extends LoadingButtonProps {
5
- icon?: DefaultButtonIconProps;
6
- text?: string;
7
- }
8
- declare const DefaultButton: React.FunctionComponent<DefaultButtonProps>;
9
- export default DefaultButton;
@@ -1,8 +0,0 @@
1
- import "react/jsx-runtime";
2
- import "react";
3
- import "./DefaultButtonIcon.es.js";
4
- import "../../../styled-xiAudcD_.js";
5
- import { D as a } from "../../../DefaultButton-F67BOmrx.js";
6
- export {
7
- a as default
8
- };
@@ -1 +0,0 @@
1
- "use strict";const i=require("react/jsx-runtime"),m=require("react"),o=require("../../../identifier-4KVhx666.cjs"),a=require("../../../styled-ZF_yhfMW.cjs");function P(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const t=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(r,n,t.get?t:{enumerable:!0,get:()=>e[n]})}}return r.default=e,Object.freeze(r)}const g=P(m);function S(e){return o.generateUtilityClass("MuiIcon",e)}o.generateUtilityClasses("MuiIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const b=["baseClassName","className","color","component","fontSize"],z=e=>{const{color:r,fontSize:n,classes:t}=e,s={root:["root",r!=="inherit"&&`color${o.capitalize(r)}`,`fontSize${o.capitalize(n)}`]};return a.composeClasses(s,S,t)},v=a.styled("span",{name:"MuiIcon",slot:"Root",overridesResolver:(e,r)=>{const{ownerState:n}=e;return[r.root,n.color!=="inherit"&&r[`color${o.capitalize(n.color)}`],r[`fontSize${o.capitalize(n.fontSize)}`]]}})(({theme:e,ownerState:r})=>({userSelect:"none",width:"1em",height:"1em",overflow:"hidden",display:"inline-block",textAlign:"center",flexShrink:0,fontSize:{inherit:"inherit",small:e.typography.pxToRem(20),medium:e.typography.pxToRem(24),large:e.typography.pxToRem(36)}[r.fontSize],color:{primary:(e.vars||e).palette.primary.main,secondary:(e.vars||e).palette.secondary.main,info:(e.vars||e).palette.info.main,success:(e.vars||e).palette.success.main,warning:(e.vars||e).palette.warning.main,action:(e.vars||e).palette.action.active,error:(e.vars||e).palette.error.main,disabled:(e.vars||e).palette.action.disabled,inherit:void 0}[r.color]})),c=g.forwardRef(function(r,n){const t=a.useDefaultProps({props:r,name:"MuiIcon"}),{baseClassName:s="material-icons",className:u,color:y="inherit",component:p="span",fontSize:f="medium"}=t,d=o._objectWithoutPropertiesLoose(t,b),l=o._extends({},t,{baseClassName:s,color:y,component:p,fontSize:f}),T=z(l);return i.jsx(v,o._extends({as:p,className:o.clsx(s,"notranslate",T.root,u),ownerState:l,"aria-hidden":!0,ref:n},d))});process.env.NODE_ENV!=="production"&&(c.propTypes={baseClassName:o.PropTypes.string,children:o.PropTypes.node,classes:o.PropTypes.object,className:o.PropTypes.string,color:o.PropTypes.oneOfType([o.PropTypes.oneOf(["inherit","action","disabled","primary","secondary","error","info","success","warning"]),o.PropTypes.string]),component:o.PropTypes.elementType,fontSize:o.PropTypes.oneOfType([o.PropTypes.oneOf(["inherit","large","medium","small"]),o.PropTypes.string]),sx:o.PropTypes.oneOfType([o.PropTypes.arrayOf(o.PropTypes.oneOfType([o.PropTypes.func,o.PropTypes.object,o.PropTypes.bool])),o.PropTypes.func,o.PropTypes.object])});c.muiName="Icon";const x=({Component:e,name:r})=>r?i.jsx(c,{children:r}):e?i.jsx(e,{}):null;module.exports=x;
@@ -1,9 +0,0 @@
1
- import { SvgIconComponent } from '@mui/icons-material';
2
-
3
- export interface DefaultButtonIconProps {
4
- position: "left" | "right";
5
- Component?: SvgIconComponent;
6
- name?: string;
7
- }
8
- declare const DefaultButtonIcon: React.FunctionComponent<DefaultButtonIconProps>;
9
- export default DefaultButtonIcon;
@@ -1,143 +0,0 @@
1
- import { jsx as i } from "react/jsx-runtime";
2
- import * as g from "react";
3
- import { w as v, v as z, q as t, _ as b, m as f, x, P as e } from "../../../identifier-D-ng7Qqa.js";
4
- import { s as I, u as N, c as T } from "../../../styled-xiAudcD_.js";
5
- function w(o) {
6
- return v("MuiIcon", o);
7
- }
8
- z("MuiIcon", ["root", "colorPrimary", "colorSecondary", "colorAction", "colorError", "colorDisabled", "fontSizeInherit", "fontSizeSmall", "fontSizeMedium", "fontSizeLarge"]);
9
- const C = ["baseClassName", "className", "color", "component", "fontSize"], O = (o) => {
10
- const {
11
- color: n,
12
- fontSize: r,
13
- classes: s
14
- } = o, a = {
15
- root: ["root", n !== "inherit" && `color${t(n)}`, `fontSize${t(r)}`]
16
- };
17
- return T(a, w, s);
18
- }, R = I("span", {
19
- name: "MuiIcon",
20
- slot: "Root",
21
- overridesResolver: (o, n) => {
22
- const {
23
- ownerState: r
24
- } = o;
25
- return [n.root, r.color !== "inherit" && n[`color${t(r.color)}`], n[`fontSize${t(r.fontSize)}`]];
26
- }
27
- })(({
28
- theme: o,
29
- ownerState: n
30
- }) => ({
31
- userSelect: "none",
32
- width: "1em",
33
- height: "1em",
34
- // Chrome fix for https://bugs.chromium.org/p/chromium/issues/detail?id=820541
35
- // To remove at some point.
36
- overflow: "hidden",
37
- display: "inline-block",
38
- // allow overflow hidden to take action
39
- textAlign: "center",
40
- // support non-square icon
41
- flexShrink: 0,
42
- fontSize: {
43
- inherit: "inherit",
44
- small: o.typography.pxToRem(20),
45
- medium: o.typography.pxToRem(24),
46
- large: o.typography.pxToRem(36)
47
- }[n.fontSize],
48
- // TODO v5 deprecate, v6 remove for sx
49
- color: {
50
- primary: (o.vars || o).palette.primary.main,
51
- secondary: (o.vars || o).palette.secondary.main,
52
- info: (o.vars || o).palette.info.main,
53
- success: (o.vars || o).palette.success.main,
54
- warning: (o.vars || o).palette.warning.main,
55
- action: (o.vars || o).palette.action.active,
56
- error: (o.vars || o).palette.error.main,
57
- disabled: (o.vars || o).palette.action.disabled,
58
- inherit: void 0
59
- }[n.color]
60
- })), c = /* @__PURE__ */ g.forwardRef(function(n, r) {
61
- const s = N({
62
- props: n,
63
- name: "MuiIcon"
64
- }), {
65
- baseClassName: a = "material-icons",
66
- className: d,
67
- color: u = "inherit",
68
- component: l = "span",
69
- fontSize: m = "medium"
70
- } = s, y = b(s, C), p = f({}, s, {
71
- baseClassName: a,
72
- color: u,
73
- component: l,
74
- fontSize: m
75
- }), S = O(p);
76
- return /* @__PURE__ */ i(R, f({
77
- as: l,
78
- className: x(
79
- a,
80
- // Prevent the translation of the text content.
81
- // The font relies on the exact text content to render the icon.
82
- "notranslate",
83
- S.root,
84
- d
85
- ),
86
- ownerState: p,
87
- "aria-hidden": !0,
88
- ref: r
89
- }, y));
90
- });
91
- process.env.NODE_ENV !== "production" && (c.propTypes = {
92
- // ┌────────────────────────────── Warning ──────────────────────────────┐
93
- // │ These PropTypes are generated from the TypeScript type definitions. │
94
- // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
95
- // └─────────────────────────────────────────────────────────────────────┘
96
- /**
97
- * The base class applied to the icon. Defaults to 'material-icons', but can be changed to any
98
- * other base class that suits the icon font you're using (for example material-icons-rounded, fas, etc).
99
- * @default 'material-icons'
100
- */
101
- baseClassName: e.string,
102
- /**
103
- * The name of the icon font ligature.
104
- */
105
- children: e.node,
106
- /**
107
- * Override or extend the styles applied to the component.
108
- */
109
- classes: e.object,
110
- /**
111
- * @ignore
112
- */
113
- className: e.string,
114
- /**
115
- * The color of the component.
116
- * It supports both default and custom theme colors, which can be added as shown in the
117
- * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
118
- * @default 'inherit'
119
- */
120
- color: e.oneOfType([e.oneOf(["inherit", "action", "disabled", "primary", "secondary", "error", "info", "success", "warning"]), e.string]),
121
- /**
122
- * The component used for the root node.
123
- * Either a string to use a HTML element or a component.
124
- */
125
- component: e.elementType,
126
- /**
127
- * The fontSize applied to the icon. Defaults to 24px, but can be configure to inherit font size.
128
- * @default 'medium'
129
- */
130
- fontSize: e.oneOfType([e.oneOf(["inherit", "large", "medium", "small"]), e.string]),
131
- /**
132
- * The system prop that allows defining system overrides as well as additional CSS styles.
133
- */
134
- sx: e.oneOfType([e.arrayOf(e.oneOfType([e.func, e.object, e.bool])), e.func, e.object])
135
- });
136
- c.muiName = "Icon";
137
- const _ = ({
138
- Component: o,
139
- name: n
140
- }) => n ? /* @__PURE__ */ i(c, { children: n }) : o ? /* @__PURE__ */ i(o, {}) : null;
141
- export {
142
- _ as default
143
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../../../DefaultButton-y-mHSNFH.cjs");exports.DefaultButton=t.DefaultButton;
@@ -1,2 +0,0 @@
1
- export * from './DefaultButton';
2
- export { default as DefaultButton } from './DefaultButton';
@@ -1,4 +0,0 @@
1
- import { D as a } from "../../../DefaultButton-F67BOmrx.js";
2
- export {
3
- a as DefaultButton
4
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),u=require("../../identifier-4KVhx666.cjs"),s=require("../../createSvgIcon-CKlvKClV.cjs"),r=require("../../IconButton-DhWgsgQ7.cjs");var t={},i=u.interopRequireDefaultExports;Object.defineProperty(t,"__esModule",{value:!0});var n=t.default=void 0,a=i(s.requireCreateSvgIcon()),l=e;n=t.default=(0,a.default)((0,l.jsx)("path",{d:"M17.81 4.47c-.08 0-.16-.02-.23-.06C15.66 3.42 14 3 12.01 3c-1.98 0-3.86.47-5.57 1.41-.24.13-.54.04-.68-.2-.13-.24-.04-.55.2-.68C7.82 2.52 9.86 2 12.01 2c2.13 0 3.99.47 6.03 1.52.25.13.34.43.21.67-.09.18-.26.28-.44.28M3.5 9.72c-.1 0-.2-.03-.29-.09-.23-.16-.28-.47-.12-.7.99-1.4 2.25-2.5 3.75-3.27C9.98 4.04 14 4.03 17.15 5.65c1.5.77 2.76 1.86 3.75 3.25.16.22.11.54-.12.7-.23.16-.54.11-.7-.12-.9-1.26-2.04-2.25-3.39-2.94-2.87-1.47-6.54-1.47-9.4.01-1.36.7-2.5 1.7-3.4 2.96-.08.14-.23.21-.39.21m6.25 12.07c-.13 0-.26-.05-.35-.15-.87-.87-1.34-1.43-2.01-2.64-.69-1.23-1.05-2.73-1.05-4.34 0-2.97 2.54-5.39 5.66-5.39s5.66 2.42 5.66 5.39c0 .28-.22.5-.5.5s-.5-.22-.5-.5c0-2.42-2.09-4.39-4.66-4.39-2.57 0-4.66 1.97-4.66 4.39 0 1.44.32 2.77.93 3.85.64 1.15 1.08 1.64 1.85 2.42.19.2.19.51 0 .71-.11.1-.24.15-.37.15m7.17-1.85c-1.19 0-2.24-.3-3.1-.89-1.49-1.01-2.38-2.65-2.38-4.39 0-.28.22-.5.5-.5s.5.22.5.5c0 1.41.72 2.74 1.94 3.56.71.48 1.54.71 2.54.71.24 0 .64-.03 1.04-.1.27-.05.53.13.58.41.05.27-.13.53-.41.58-.57.11-1.07.12-1.21.12M14.91 22c-.04 0-.09-.01-.13-.02-1.59-.44-2.63-1.03-3.72-2.1-1.4-1.39-2.17-3.24-2.17-5.22 0-1.62 1.38-2.94 3.08-2.94 1.7 0 3.08 1.32 3.08 2.94 0 1.07.93 1.94 2.08 1.94s2.08-.87 2.08-1.94c0-3.77-3.25-6.83-7.25-6.83-2.84 0-5.44 1.58-6.61 4.03-.39.81-.59 1.76-.59 2.8 0 .78.07 2.01.67 3.61.1.26-.03.55-.29.64-.26.1-.55-.04-.64-.29-.49-1.31-.73-2.61-.73-3.96 0-1.2.23-2.29.68-3.24 1.33-2.79 4.28-4.6 7.51-4.6 4.55 0 8.25 3.51 8.25 7.83 0 1.62-1.38 2.94-3.08 2.94s-3.08-1.32-3.08-2.94c0-1.07-.93-1.94-2.08-1.94s-2.08.87-2.08 1.94c0 1.71.66 3.31 1.87 4.51.95.94 1.86 1.46 3.27 1.85.27.07.42.35.35.61-.05.23-.26.38-.47.38"}),"Fingerprint");const d={title:"Components/Inputs/IconButton",component:r.IconButton,argTypes:{}},f=o=>e.jsx(r.IconButton,{...o}),c=f.bind({});c.args={children:e.jsx(n,{}),onClick:()=>alert("Alert"),disabled:!1};exports.Default=c;exports.default=d;
@@ -1,28 +0,0 @@
1
- import c, { jsx as t } from "react/jsx-runtime";
2
- import { A as s } from "../../identifier-D-ng7Qqa.js";
3
- import { r as n } from "../../createSvgIcon-DjuUwmEp.js";
4
- import { I as r } from "../../IconButton-D_deQOvN.js";
5
- var e = {}, i = s;
6
- Object.defineProperty(e, "__esModule", {
7
- value: !0
8
- });
9
- var o = e.default = void 0, u = i(n()), l = c;
10
- o = e.default = (0, u.default)(/* @__PURE__ */ (0, l.jsx)("path", {
11
- d: "M17.81 4.47c-.08 0-.16-.02-.23-.06C15.66 3.42 14 3 12.01 3c-1.98 0-3.86.47-5.57 1.41-.24.13-.54.04-.68-.2-.13-.24-.04-.55.2-.68C7.82 2.52 9.86 2 12.01 2c2.13 0 3.99.47 6.03 1.52.25.13.34.43.21.67-.09.18-.26.28-.44.28M3.5 9.72c-.1 0-.2-.03-.29-.09-.23-.16-.28-.47-.12-.7.99-1.4 2.25-2.5 3.75-3.27C9.98 4.04 14 4.03 17.15 5.65c1.5.77 2.76 1.86 3.75 3.25.16.22.11.54-.12.7-.23.16-.54.11-.7-.12-.9-1.26-2.04-2.25-3.39-2.94-2.87-1.47-6.54-1.47-9.4.01-1.36.7-2.5 1.7-3.4 2.96-.08.14-.23.21-.39.21m6.25 12.07c-.13 0-.26-.05-.35-.15-.87-.87-1.34-1.43-2.01-2.64-.69-1.23-1.05-2.73-1.05-4.34 0-2.97 2.54-5.39 5.66-5.39s5.66 2.42 5.66 5.39c0 .28-.22.5-.5.5s-.5-.22-.5-.5c0-2.42-2.09-4.39-4.66-4.39-2.57 0-4.66 1.97-4.66 4.39 0 1.44.32 2.77.93 3.85.64 1.15 1.08 1.64 1.85 2.42.19.2.19.51 0 .71-.11.1-.24.15-.37.15m7.17-1.85c-1.19 0-2.24-.3-3.1-.89-1.49-1.01-2.38-2.65-2.38-4.39 0-.28.22-.5.5-.5s.5.22.5.5c0 1.41.72 2.74 1.94 3.56.71.48 1.54.71 2.54.71.24 0 .64-.03 1.04-.1.27-.05.53.13.58.41.05.27-.13.53-.41.58-.57.11-1.07.12-1.21.12M14.91 22c-.04 0-.09-.01-.13-.02-1.59-.44-2.63-1.03-3.72-2.1-1.4-1.39-2.17-3.24-2.17-5.22 0-1.62 1.38-2.94 3.08-2.94 1.7 0 3.08 1.32 3.08 2.94 0 1.07.93 1.94 2.08 1.94s2.08-.87 2.08-1.94c0-3.77-3.25-6.83-7.25-6.83-2.84 0-5.44 1.58-6.61 4.03-.39.81-.59 1.76-.59 2.8 0 .78.07 2.01.67 3.61.1.26-.03.55-.29.64-.26.1-.55-.04-.64-.29-.49-1.31-.73-2.61-.73-3.96 0-1.2.23-2.29.68-3.24 1.33-2.79 4.28-4.6 7.51-4.6 4.55 0 8.25 3.51 8.25 7.83 0 1.62-1.38 2.94-3.08 2.94s-3.08-1.32-3.08-2.94c0-1.07-.93-1.94-2.08-1.94s-2.08.87-2.08 1.94c0 1.71.66 3.31 1.87 4.51.95.94 1.86 1.46 3.27 1.85.27.07.42.35.35.61-.05.23-.26.38-.47.38"
12
- }), "Fingerprint");
13
- const C = {
14
- title: "Components/Inputs/IconButton",
15
- component: r,
16
- argTypes: {
17
- // Définissez ici vos paramètres d'histoires spécifiques aux arguments (args).
18
- }
19
- }, p = (a) => /* @__PURE__ */ t(r, { ...a }), f = p.bind({});
20
- f.args = {
21
- children: /* @__PURE__ */ t(o, {}),
22
- onClick: () => alert("Alert"),
23
- disabled: !1
24
- };
25
- export {
26
- f as Default,
27
- C as default
28
- };
@@ -1 +0,0 @@
1
- "use strict";const r=require("react/jsx-runtime"),e=require("../../../DefaultButton-y-mHSNFH.cjs"),n=t=>r.jsx(e.DefaultButton,{color:"primary",variant:t.variant??"outlined",...t});module.exports=n;
@@ -1,6 +0,0 @@
1
- import { DefaultButtonProps } from '../DefaultButton';
2
-
3
- export interface PrimaryButtonProps extends Omit<DefaultButtonProps, "color"> {
4
- }
5
- declare const PrimaryButton: React.FunctionComponent<PrimaryButtonProps>;
6
- export default PrimaryButton;
@@ -1,13 +0,0 @@
1
- import { jsx as r } from "react/jsx-runtime";
2
- import { D as a } from "../../../DefaultButton-F67BOmrx.js";
3
- const n = (t) => /* @__PURE__ */ r(
4
- a,
5
- {
6
- color: "primary",
7
- variant: t.variant ?? "outlined",
8
- ...t
9
- }
10
- );
11
- export {
12
- n as default
13
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),t=require("./PrimaryButton.cjs.js"),r=require("../../../createSvgIcon-BGm-SWUB.cjs"),s=r.createSvgIcon(e.jsx("path",{d:"M17 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V7zm-5 16c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3m3-10H5V5h10z"}),"Save"),a={title:"Components/Inputs/PrimaryButton",component:t,argTypes:{}},c=n=>e.jsx(t,{...n}),o=c.bind({});o.args={text:"Save",icon:{Component:s,position:"left"},onClick:()=>alert("Alert"),disabled:!1};exports.Default=o;exports.default=a;
@@ -1,25 +0,0 @@
1
- import { jsx as t } from "react/jsx-runtime";
2
- import o from "./PrimaryButton.es.js";
3
- import { c as n } from "../../../createSvgIcon-B8vHI3I6.js";
4
- const a = n(/* @__PURE__ */ t("path", {
5
- d: "M17 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V7zm-5 16c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3m3-10H5V5h10z"
6
- }), "Save"), p = {
7
- title: "Components/Inputs/PrimaryButton",
8
- component: o,
9
- argTypes: {
10
- // Définissez ici vos paramètres d'histoires spécifiques aux arguments (args).
11
- }
12
- }, r = (e) => /* @__PURE__ */ t(o, { ...e }), s = r.bind({});
13
- s.args = {
14
- text: "Save",
15
- icon: {
16
- Component: a,
17
- position: "left"
18
- },
19
- onClick: () => alert("Alert"),
20
- disabled: !1
21
- };
22
- export {
23
- s as Default,
24
- p as default
25
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./PrimaryButton.cjs.js");exports.PrimaryButton=t;
@@ -1,2 +0,0 @@
1
- export * from './PrimaryButton';
2
- export { default as PrimaryButton } from './PrimaryButton';
@@ -1,4 +0,0 @@
1
- import { default as a } from "./PrimaryButton.es.js";
2
- export {
3
- a as PrimaryButton
4
- };
@@ -1 +0,0 @@
1
- "use strict";const e=require("react/jsx-runtime"),n=require("../../../DefaultButton-y-mHSNFH.cjs"),o=t=>e.jsx(n.DefaultButton,{color:"secondary",variant:t.variant??"outlined",...t});module.exports=o;
@@ -1,6 +0,0 @@
1
- import { DefaultButtonProps } from '../DefaultButton';
2
-
3
- export interface SecondaryButtonProps extends Omit<DefaultButtonProps, "color"> {
4
- }
5
- declare const SecondaryButton: React.FunctionComponent<SecondaryButtonProps>;
6
- export default SecondaryButton;
@@ -1,6 +0,0 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import { D as a } from "../../../DefaultButton-F67BOmrx.js";
3
- const e = (t) => /* @__PURE__ */ o(a, { color: "secondary", variant: t.variant ?? "outlined", ...t });
4
- export {
5
- e as default
6
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),t=require("./SecondaryButton.cjs.js"),s=require("../../../createSvgIcon-BGm-SWUB.cjs"),r=s.createSvgIcon(e.jsx("path",{d:"M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m-9-2V7H4v3H1v2h3v3h2v-3h3v-2zm9 4c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4"}),"PersonAdd"),c={title:"Components/Inputs/SecondaryButton",component:t,argTypes:{}},u=n=>e.jsx(t,{...n}),o=u.bind({});o.args={text:"Add user",icon:{Component:r,position:"left"},onClick:()=>alert("Alert"),disabled:!1};exports.Default=o;exports.default=c;