@sikka/hawa 0.1.7 → 0.1.8-beta

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 (392) hide show
  1. package/README.md +21 -43
  2. package/dist/index.css +1114 -0
  3. package/dist/index.d.mts +47 -0
  4. package/dist/index.d.ts +47 -0
  5. package/dist/index.js +432 -0
  6. package/dist/index.mjs +272 -0
  7. package/package.json +54 -117
  8. package/.github/workflows/hawa-actions.yml +0 -112
  9. package/.github/workflows/hawa-publish-push.yml +0 -74
  10. package/.github/workflows/hawa-publish.yml +0 -48
  11. package/.prettierrc +0 -28
  12. package/_config.yml +0 -1
  13. package/dist/styles.css +0 -3605
  14. package/es/blocks/Account/HawaApiBox.d.ts +0 -8
  15. package/es/blocks/Account/UserProfileForm.d.ts +0 -8
  16. package/es/blocks/Account/UserSettingsForm.d.ts +0 -9
  17. package/es/blocks/Account/index.d.ts +0 -2
  18. package/es/blocks/AuthForms/AppLanding.d.ts +0 -15
  19. package/es/blocks/AuthForms/CodeConfirmation.d.ts +0 -22
  20. package/es/blocks/AuthForms/NewPasswordForm.d.ts +0 -18
  21. package/es/blocks/AuthForms/ResetPasswordForm.d.ts +0 -18
  22. package/es/blocks/AuthForms/SignInBlock.d.ts +0 -2
  23. package/es/blocks/AuthForms/SignInForm.d.ts +0 -51
  24. package/es/blocks/AuthForms/SignInPhone.d.ts +0 -13
  25. package/es/blocks/AuthForms/SignUpForm.d.ts +0 -55
  26. package/es/blocks/AuthForms/index.d.ts +0 -8
  27. package/es/blocks/Misc/EmptyState.d.ts +0 -11
  28. package/es/blocks/Misc/LeadGenerator.d.ts +0 -12
  29. package/es/blocks/Misc/NoPermission.d.ts +0 -10
  30. package/es/blocks/Misc/NotFound.d.ts +0 -11
  31. package/es/blocks/Misc/Testimonial.d.ts +0 -6
  32. package/es/blocks/Misc/index.d.ts +0 -5
  33. package/es/blocks/Payment/ChargeWalletForm.d.ts +0 -12
  34. package/es/blocks/Payment/CheckoutForm.d.ts +0 -27
  35. package/es/blocks/Payment/Confirmation.d.ts +0 -38
  36. package/es/blocks/Payment/CreditCardForm.d.ts +0 -7
  37. package/es/blocks/Payment/PayWithWallet.d.ts +0 -8
  38. package/es/blocks/Payment/SelectPayment.d.ts +0 -26
  39. package/es/blocks/Payment/index.d.ts +0 -6
  40. package/es/blocks/Pricing/ComparingPlans.d.ts +0 -39
  41. package/es/blocks/Pricing/HorizontalPricing.d.ts +0 -47
  42. package/es/blocks/Pricing/PricingPlans.d.ts +0 -47
  43. package/es/blocks/Pricing/index.d.ts +0 -3
  44. package/es/blocks/Referral/ReferralAccount.d.ts +0 -7
  45. package/es/blocks/Referral/ReferralSettlement.d.ts +0 -8
  46. package/es/blocks/Referral/ReferralStats.d.ts +0 -8
  47. package/es/blocks/Referral/index.d.ts +0 -3
  48. package/es/blocks/index.d.ts +0 -6
  49. package/es/countries.d.ts +0 -2
  50. package/es/elements/ArrowCarousel.d.ts +0 -13
  51. package/es/elements/AutoCompleteField.d.ts +0 -8
  52. package/es/elements/BackToTop.d.ts +0 -10
  53. package/es/elements/Breadcrumb.d.ts +0 -12
  54. package/es/elements/Button.d.ts +0 -12
  55. package/es/elements/Card.d.ts +0 -13
  56. package/es/elements/DragDropImages.d.ts +0 -28
  57. package/es/elements/DraggableCard.d.ts +0 -6
  58. package/es/elements/FloatingComment.d.ts +0 -32
  59. package/es/elements/FloatingCommentExec.d.ts +0 -4
  60. package/es/elements/FloatingCommentSlate.d.ts +0 -19
  61. package/es/elements/HawaAccordion.d.ts +0 -11
  62. package/es/elements/HawaAdCard.d.ts +0 -10
  63. package/es/elements/HawaAlert.d.ts +0 -23
  64. package/es/elements/HawaButton.d.ts +0 -21
  65. package/es/elements/HawaCardInput.d.ts +0 -25
  66. package/es/elements/HawaCheckbox.d.ts +0 -11
  67. package/es/elements/HawaChip.d.ts +0 -17
  68. package/es/elements/HawaCodeBlock.d.ts +0 -15
  69. package/es/elements/HawaColorPicker.d.ts +0 -9
  70. package/es/elements/HawaCopyrights.d.ts +0 -15
  71. package/es/elements/HawaDatepicker.d.ts +0 -4
  72. package/es/elements/HawaDropdownMenu.d.ts +0 -7
  73. package/es/elements/HawaIconCount.d.ts +0 -9
  74. package/es/elements/HawaInlineCode.d.ts +0 -6
  75. package/es/elements/HawaItemCard.d.ts +0 -32
  76. package/es/elements/HawaLandingCard.d.ts +0 -18
  77. package/es/elements/HawaLoading.d.ts +0 -8
  78. package/es/elements/HawaLogoButton.d.ts +0 -10
  79. package/es/elements/HawaMenu.d.ts +0 -24
  80. package/es/elements/HawaModal.d.ts +0 -21
  81. package/es/elements/HawaPanelTabs.d.ts +0 -13
  82. package/es/elements/HawaPhoneInput.d.ts +0 -11
  83. package/es/elements/HawaPinInput.d.ts +0 -10
  84. package/es/elements/HawaPricingCard.d.ts +0 -21
  85. package/es/elements/HawaRadio.d.ts +0 -16
  86. package/es/elements/HawaRange.d.ts +0 -12
  87. package/es/elements/HawaSearchBar.d.ts +0 -4
  88. package/es/elements/HawaSelect.d.ts +0 -23
  89. package/es/elements/HawaSettingsRow.d.ts +0 -44
  90. package/es/elements/HawaSnackbar.d.ts +0 -19
  91. package/es/elements/HawaStats.d.ts +0 -14
  92. package/es/elements/HawaStepper.d.ts +0 -8
  93. package/es/elements/HawaStoreButtons.d.ts +0 -7
  94. package/es/elements/HawaSwitch.d.ts +0 -7
  95. package/es/elements/HawaTable.d.ts +0 -45
  96. package/es/elements/HawaTabs.d.ts +0 -13
  97. package/es/elements/HawaTextField.d.ts +0 -31
  98. package/es/elements/HawaTooltip.d.ts +0 -12
  99. package/es/elements/HawaTypography.d.ts +0 -7
  100. package/es/elements/Icons.d.ts +0 -19
  101. package/es/elements/Input.d.ts +0 -5
  102. package/es/elements/InvoiceAccordion.d.ts +0 -31
  103. package/es/elements/Label.d.ts +0 -5
  104. package/es/elements/Skeleton.d.ts +0 -3
  105. package/es/elements/SubsectionList.d.ts +0 -19
  106. package/es/elements/TabPanel.d.ts +0 -8
  107. package/es/elements/Timeline.d.ts +0 -13
  108. package/es/elements/Tooltip.d.ts +0 -12
  109. package/es/elements/UsageCard.d.ts +0 -9
  110. package/es/elements/UserFeedback.d.ts +0 -14
  111. package/es/elements/index.d.ts +0 -57
  112. package/es/hooks/index.d.ts +0 -2
  113. package/es/hooks/useBreakpoint.d.ts +0 -2
  114. package/es/hooks/useDiscloser.d.ts +0 -7
  115. package/es/hooks/useHover.d.ts +0 -3
  116. package/es/hooks/useScrollPosition.d.ts +0 -2
  117. package/es/hooks/useTable.d.ts +0 -5
  118. package/es/index.d.ts +0 -4
  119. package/es/index.es.js +0 -16
  120. package/es/layout/AppSidebar.d.ts +0 -11
  121. package/es/layout/Banner.d.ts +0 -14
  122. package/es/layout/Box.d.ts +0 -2
  123. package/es/layout/Footer.d.ts +0 -20
  124. package/es/layout/HawaAppLayout.d.ts +0 -31
  125. package/es/layout/HawaAppLayoutSimplified.d.ts +0 -33
  126. package/es/layout/HawaBottomAppBar.d.ts +0 -8
  127. package/es/layout/HawaContainer.d.ts +0 -10
  128. package/es/layout/HawaGrid.d.ts +0 -6
  129. package/es/layout/HawaSiteLayout.d.ts +0 -23
  130. package/es/layout/index.d.ts +0 -10
  131. package/es/stories/ElementsStories/Breadcrumb.stories.d.ts +0 -6
  132. package/es/stories/ManualStories/BlocksIntroduction.stories.d.ts +0 -21
  133. package/es/stories/ManualStories/Customization.stories.d.ts +0 -21
  134. package/es/stories/ManualStories/ElementsIntroduction.stories.d.ts +0 -21
  135. package/es/stories/ManualStories/Installation.stories.d.ts +0 -21
  136. package/es/stories/ManualStories/LayoutIntroduction.stories.d.ts +0 -21
  137. package/es/stories/ManualStories/Overview.stories.d.ts +0 -22
  138. package/es/stories/ManualStories/Usage.stories.d.ts +0 -21
  139. package/es/util.d.ts +0 -10
  140. package/lib/blocks/Account/HawaApiBox.d.ts +0 -8
  141. package/lib/blocks/Account/UserProfileForm.d.ts +0 -8
  142. package/lib/blocks/Account/UserSettingsForm.d.ts +0 -9
  143. package/lib/blocks/Account/index.d.ts +0 -2
  144. package/lib/blocks/AuthForms/AppLanding.d.ts +0 -15
  145. package/lib/blocks/AuthForms/CodeConfirmation.d.ts +0 -22
  146. package/lib/blocks/AuthForms/NewPasswordForm.d.ts +0 -18
  147. package/lib/blocks/AuthForms/ResetPasswordForm.d.ts +0 -18
  148. package/lib/blocks/AuthForms/SignInBlock.d.ts +0 -2
  149. package/lib/blocks/AuthForms/SignInForm.d.ts +0 -51
  150. package/lib/blocks/AuthForms/SignInPhone.d.ts +0 -13
  151. package/lib/blocks/AuthForms/SignUpForm.d.ts +0 -55
  152. package/lib/blocks/AuthForms/index.d.ts +0 -8
  153. package/lib/blocks/Misc/EmptyState.d.ts +0 -11
  154. package/lib/blocks/Misc/LeadGenerator.d.ts +0 -12
  155. package/lib/blocks/Misc/NoPermission.d.ts +0 -10
  156. package/lib/blocks/Misc/NotFound.d.ts +0 -11
  157. package/lib/blocks/Misc/Testimonial.d.ts +0 -6
  158. package/lib/blocks/Misc/index.d.ts +0 -5
  159. package/lib/blocks/Payment/ChargeWalletForm.d.ts +0 -12
  160. package/lib/blocks/Payment/CheckoutForm.d.ts +0 -27
  161. package/lib/blocks/Payment/Confirmation.d.ts +0 -38
  162. package/lib/blocks/Payment/CreditCardForm.d.ts +0 -7
  163. package/lib/blocks/Payment/PayWithWallet.d.ts +0 -8
  164. package/lib/blocks/Payment/SelectPayment.d.ts +0 -26
  165. package/lib/blocks/Payment/index.d.ts +0 -6
  166. package/lib/blocks/Pricing/ComparingPlans.d.ts +0 -39
  167. package/lib/blocks/Pricing/HorizontalPricing.d.ts +0 -47
  168. package/lib/blocks/Pricing/PricingPlans.d.ts +0 -47
  169. package/lib/blocks/Pricing/index.d.ts +0 -3
  170. package/lib/blocks/Referral/ReferralAccount.d.ts +0 -7
  171. package/lib/blocks/Referral/ReferralSettlement.d.ts +0 -8
  172. package/lib/blocks/Referral/ReferralStats.d.ts +0 -8
  173. package/lib/blocks/Referral/index.d.ts +0 -3
  174. package/lib/blocks/index.d.ts +0 -6
  175. package/lib/countries.d.ts +0 -2
  176. package/lib/elements/ArrowCarousel.d.ts +0 -13
  177. package/lib/elements/AutoCompleteField.d.ts +0 -8
  178. package/lib/elements/BackToTop.d.ts +0 -10
  179. package/lib/elements/Breadcrumb.d.ts +0 -12
  180. package/lib/elements/Button.d.ts +0 -12
  181. package/lib/elements/Card.d.ts +0 -13
  182. package/lib/elements/DragDropImages.d.ts +0 -28
  183. package/lib/elements/DraggableCard.d.ts +0 -6
  184. package/lib/elements/FloatingComment.d.ts +0 -32
  185. package/lib/elements/FloatingCommentExec.d.ts +0 -4
  186. package/lib/elements/FloatingCommentSlate.d.ts +0 -19
  187. package/lib/elements/HawaAccordion.d.ts +0 -11
  188. package/lib/elements/HawaAdCard.d.ts +0 -10
  189. package/lib/elements/HawaAlert.d.ts +0 -23
  190. package/lib/elements/HawaButton.d.ts +0 -21
  191. package/lib/elements/HawaCardInput.d.ts +0 -25
  192. package/lib/elements/HawaCheckbox.d.ts +0 -11
  193. package/lib/elements/HawaChip.d.ts +0 -17
  194. package/lib/elements/HawaCodeBlock.d.ts +0 -15
  195. package/lib/elements/HawaColorPicker.d.ts +0 -9
  196. package/lib/elements/HawaCopyrights.d.ts +0 -15
  197. package/lib/elements/HawaDatepicker.d.ts +0 -4
  198. package/lib/elements/HawaDropdownMenu.d.ts +0 -7
  199. package/lib/elements/HawaIconCount.d.ts +0 -9
  200. package/lib/elements/HawaInlineCode.d.ts +0 -6
  201. package/lib/elements/HawaItemCard.d.ts +0 -32
  202. package/lib/elements/HawaLandingCard.d.ts +0 -18
  203. package/lib/elements/HawaLoading.d.ts +0 -8
  204. package/lib/elements/HawaLogoButton.d.ts +0 -10
  205. package/lib/elements/HawaMenu.d.ts +0 -24
  206. package/lib/elements/HawaModal.d.ts +0 -21
  207. package/lib/elements/HawaPanelTabs.d.ts +0 -13
  208. package/lib/elements/HawaPhoneInput.d.ts +0 -11
  209. package/lib/elements/HawaPinInput.d.ts +0 -10
  210. package/lib/elements/HawaPricingCard.d.ts +0 -21
  211. package/lib/elements/HawaRadio.d.ts +0 -16
  212. package/lib/elements/HawaRange.d.ts +0 -12
  213. package/lib/elements/HawaSearchBar.d.ts +0 -4
  214. package/lib/elements/HawaSelect.d.ts +0 -23
  215. package/lib/elements/HawaSettingsRow.d.ts +0 -44
  216. package/lib/elements/HawaSnackbar.d.ts +0 -19
  217. package/lib/elements/HawaStats.d.ts +0 -14
  218. package/lib/elements/HawaStepper.d.ts +0 -8
  219. package/lib/elements/HawaStoreButtons.d.ts +0 -7
  220. package/lib/elements/HawaSwitch.d.ts +0 -7
  221. package/lib/elements/HawaTable.d.ts +0 -45
  222. package/lib/elements/HawaTabs.d.ts +0 -13
  223. package/lib/elements/HawaTextField.d.ts +0 -31
  224. package/lib/elements/HawaTooltip.d.ts +0 -12
  225. package/lib/elements/HawaTypography.d.ts +0 -7
  226. package/lib/elements/Icons.d.ts +0 -19
  227. package/lib/elements/Input.d.ts +0 -5
  228. package/lib/elements/InvoiceAccordion.d.ts +0 -31
  229. package/lib/elements/Label.d.ts +0 -5
  230. package/lib/elements/Skeleton.d.ts +0 -3
  231. package/lib/elements/SubsectionList.d.ts +0 -19
  232. package/lib/elements/TabPanel.d.ts +0 -8
  233. package/lib/elements/Timeline.d.ts +0 -13
  234. package/lib/elements/Tooltip.d.ts +0 -12
  235. package/lib/elements/UsageCard.d.ts +0 -9
  236. package/lib/elements/UserFeedback.d.ts +0 -14
  237. package/lib/elements/index.d.ts +0 -57
  238. package/lib/hooks/index.d.ts +0 -2
  239. package/lib/hooks/useBreakpoint.d.ts +0 -2
  240. package/lib/hooks/useDiscloser.d.ts +0 -7
  241. package/lib/hooks/useHover.d.ts +0 -3
  242. package/lib/hooks/useScrollPosition.d.ts +0 -2
  243. package/lib/hooks/useTable.d.ts +0 -5
  244. package/lib/index.d.ts +0 -4
  245. package/lib/index.js +0 -16
  246. package/lib/layout/AppSidebar.d.ts +0 -11
  247. package/lib/layout/Banner.d.ts +0 -14
  248. package/lib/layout/Box.d.ts +0 -2
  249. package/lib/layout/Footer.d.ts +0 -20
  250. package/lib/layout/HawaAppLayout.d.ts +0 -31
  251. package/lib/layout/HawaAppLayoutSimplified.d.ts +0 -33
  252. package/lib/layout/HawaBottomAppBar.d.ts +0 -8
  253. package/lib/layout/HawaContainer.d.ts +0 -10
  254. package/lib/layout/HawaGrid.d.ts +0 -6
  255. package/lib/layout/HawaSiteLayout.d.ts +0 -23
  256. package/lib/layout/index.d.ts +0 -10
  257. package/lib/stories/ElementsStories/Breadcrumb.stories.d.ts +0 -6
  258. package/lib/stories/ManualStories/BlocksIntroduction.stories.d.ts +0 -21
  259. package/lib/stories/ManualStories/Customization.stories.d.ts +0 -21
  260. package/lib/stories/ManualStories/ElementsIntroduction.stories.d.ts +0 -21
  261. package/lib/stories/ManualStories/Installation.stories.d.ts +0 -21
  262. package/lib/stories/ManualStories/LayoutIntroduction.stories.d.ts +0 -21
  263. package/lib/stories/ManualStories/Overview.stories.d.ts +0 -22
  264. package/lib/stories/ManualStories/Usage.stories.d.ts +0 -21
  265. package/lib/util.d.ts +0 -10
  266. package/postcss.config.js +0 -6
  267. package/rollup.config.js +0 -61
  268. package/src/blocks/Account/HawaApiBox.tsx +0 -12
  269. package/src/blocks/Account/UserProfileForm.tsx +0 -117
  270. package/src/blocks/Account/UserSettingsForm.tsx +0 -20
  271. package/src/blocks/Account/index.ts +0 -2
  272. package/src/blocks/AuthForms/AppLanding.tsx +0 -88
  273. package/src/blocks/AuthForms/CodeConfirmation.tsx +0 -72
  274. package/src/blocks/AuthForms/NewPasswordForm.tsx +0 -116
  275. package/src/blocks/AuthForms/ResetPasswordForm.tsx +0 -97
  276. package/src/blocks/AuthForms/SignInBlock.tsx +0 -60
  277. package/src/blocks/AuthForms/SignInForm.tsx +0 -228
  278. package/src/blocks/AuthForms/SignInPhone.tsx +0 -57
  279. package/src/blocks/AuthForms/SignUpForm.tsx +0 -341
  280. package/src/blocks/AuthForms/index.ts +0 -8
  281. package/src/blocks/Misc/EmptyState.tsx +0 -47
  282. package/src/blocks/Misc/LeadGenerator.tsx +0 -47
  283. package/src/blocks/Misc/NoPermission.tsx +0 -43
  284. package/src/blocks/Misc/NotFound.tsx +0 -39
  285. package/src/blocks/Misc/Testimonial.tsx +0 -47
  286. package/src/blocks/Misc/index.ts +0 -5
  287. package/src/blocks/Payment/ChargeWalletForm.tsx +0 -79
  288. package/src/blocks/Payment/CheckoutForm.tsx +0 -265
  289. package/src/blocks/Payment/Confirmation.tsx +0 -96
  290. package/src/blocks/Payment/CreditCardForm.tsx +0 -107
  291. package/src/blocks/Payment/PayWithWallet.tsx +0 -24
  292. package/src/blocks/Payment/SelectPayment.tsx +0 -88
  293. package/src/blocks/Payment/index.ts +0 -6
  294. package/src/blocks/Pricing/ComparingPlans.tsx +0 -152
  295. package/src/blocks/Pricing/HorizontalPricing.tsx +0 -148
  296. package/src/blocks/Pricing/PricingPlans.tsx +0 -81
  297. package/src/blocks/Pricing/index.ts +0 -3
  298. package/src/blocks/Referral/ReferralAccount.tsx +0 -68
  299. package/src/blocks/Referral/ReferralSettlement.tsx +0 -149
  300. package/src/blocks/Referral/ReferralStats.tsx +0 -87
  301. package/src/blocks/Referral/index.ts +0 -3
  302. package/src/blocks/index.ts +0 -6
  303. package/src/countries.ts +0 -1940
  304. package/src/elements/ArrowCarousel.tsx +0 -94
  305. package/src/elements/AutoCompleteField.tsx +0 -37
  306. package/src/elements/BackToTop.tsx +0 -129
  307. package/src/elements/Breadcrumb.tsx +0 -41
  308. package/src/elements/Button.tsx +0 -80
  309. package/src/elements/Card.tsx +0 -92
  310. package/src/elements/DragDropImages.tsx +0 -251
  311. package/src/elements/DraggableCard.tsx +0 -27
  312. package/src/elements/FloatingComment.tsx +0 -1107
  313. package/src/elements/FloatingCommentExec.tsx +0 -106
  314. package/src/elements/FloatingCommentSlate.tsx +0 -149
  315. package/src/elements/HawaAccordion.tsx +0 -57
  316. package/src/elements/HawaAdCard.tsx +0 -49
  317. package/src/elements/HawaAlert.tsx +0 -202
  318. package/src/elements/HawaButton.tsx +0 -241
  319. package/src/elements/HawaCardInput.tsx +0 -318
  320. package/src/elements/HawaCheckbox.tsx +0 -54
  321. package/src/elements/HawaChip.tsx +0 -59
  322. package/src/elements/HawaCodeBlock.tsx +0 -159
  323. package/src/elements/HawaColorPicker.tsx +0 -40
  324. package/src/elements/HawaCopyrights.tsx +0 -30
  325. package/src/elements/HawaDatepicker.tsx +0 -23
  326. package/src/elements/HawaDropdownMenu.tsx +0 -267
  327. package/src/elements/HawaIconCount.tsx +0 -17
  328. package/src/elements/HawaInlineCode.tsx +0 -9
  329. package/src/elements/HawaItemCard.tsx +0 -157
  330. package/src/elements/HawaLandingCard.tsx +0 -68
  331. package/src/elements/HawaLoading.tsx +0 -80
  332. package/src/elements/HawaLogoButton.tsx +0 -154
  333. package/src/elements/HawaMenu.tsx +0 -226
  334. package/src/elements/HawaModal.tsx +0 -89
  335. package/src/elements/HawaPanelTabs.tsx +0 -57
  336. package/src/elements/HawaPhoneInput.tsx +0 -171
  337. package/src/elements/HawaPinInput.tsx +0 -78
  338. package/src/elements/HawaPricingCard.tsx +0 -105
  339. package/src/elements/HawaRadio.tsx +0 -180
  340. package/src/elements/HawaRange.tsx +0 -49
  341. package/src/elements/HawaSearchBar.tsx +0 -7
  342. package/src/elements/HawaSelect.tsx +0 -209
  343. package/src/elements/HawaSettingsRow.tsx +0 -74
  344. package/src/elements/HawaSnackbar.tsx +0 -137
  345. package/src/elements/HawaStats.tsx +0 -68
  346. package/src/elements/HawaStepper.tsx +0 -109
  347. package/src/elements/HawaStoreButtons.tsx +0 -129
  348. package/src/elements/HawaSwitch.tsx +0 -41
  349. package/src/elements/HawaTable.tsx +0 -587
  350. package/src/elements/HawaTabs.tsx +0 -143
  351. package/src/elements/HawaTextField.tsx +0 -148
  352. package/src/elements/HawaTooltip.tsx +0 -137
  353. package/src/elements/HawaTypography.tsx +0 -9
  354. package/src/elements/Icons.tsx +0 -145
  355. package/src/elements/Input.tsx +0 -25
  356. package/src/elements/InvoiceAccordion.tsx +0 -155
  357. package/src/elements/Label.tsx +0 -26
  358. package/src/elements/Skeleton.tsx +0 -15
  359. package/src/elements/SubsectionList.tsx +0 -77
  360. package/src/elements/TabPanel.tsx +0 -25
  361. package/src/elements/Timeline.tsx +0 -35
  362. package/src/elements/Tooltip.tsx +0 -179
  363. package/src/elements/UsageCard.tsx +0 -45
  364. package/src/elements/UserFeedback.tsx +0 -126
  365. package/src/elements/index.ts +0 -62
  366. package/src/hooks/index.ts +0 -2
  367. package/src/hooks/useBreakpoint.ts +0 -24
  368. package/src/hooks/useDiscloser.ts +0 -21
  369. package/src/hooks/useHover.ts +0 -25
  370. package/src/hooks/useScrollPosition.ts +0 -30
  371. package/src/hooks/useTable.ts +0 -159
  372. package/src/index.ts +0 -4
  373. package/src/layout/AppSidebar.tsx +0 -39
  374. package/src/layout/Banner.tsx +0 -122
  375. package/src/layout/Box.tsx +0 -5
  376. package/src/layout/Footer.tsx +0 -71
  377. package/src/layout/HawaAppLayout.tsx +0 -527
  378. package/src/layout/HawaAppLayoutSimplified.tsx +0 -568
  379. package/src/layout/HawaBottomAppBar.tsx +0 -55
  380. package/src/layout/HawaContainer.tsx +0 -43
  381. package/src/layout/HawaGrid.tsx +0 -15
  382. package/src/layout/HawaSiteLayout.tsx +0 -159
  383. package/src/layout/index.ts +0 -10
  384. package/src/styles.css +0 -3605
  385. package/src/tailwind.css +0 -184
  386. package/src/translations/ar.json +0 -30
  387. package/src/translations/en.json +0 -29
  388. package/src/translations/i18n.js +0 -15
  389. package/src/util.ts +0 -149
  390. package/tailwind.config.js +0 -228
  391. package/tools/build-styles.js +0 -17
  392. package/tsconfig.json +0 -31
@@ -1,11 +0,0 @@
1
- import React from "react";
2
- interface Props {
3
- isOpen: boolean;
4
- onClose: () => void;
5
- items: {
6
- label: string;
7
- onClick: () => void;
8
- }[];
9
- }
10
- export declare const AppSidebar: React.FC<Props>;
11
- export {};
@@ -1,14 +0,0 @@
1
- import { FC } from "react";
2
- type BannerTypes = {
3
- showBanner?: boolean;
4
- direction?: "rtl" | "ltr";
5
- logoURL?: string;
6
- title?: string;
7
- text?: string;
8
- actionText?: string;
9
- onActionClick?: () => void;
10
- position?: "top" | "bottom";
11
- design: "default" | "floating";
12
- };
13
- export declare const HawaBanner: FC<BannerTypes>;
14
- export {};
@@ -1,2 +0,0 @@
1
- import React from "react";
2
- export declare const Box: (props: any) => React.JSX.Element;
@@ -1,20 +0,0 @@
1
- /// <reference types="react" />
2
- type FooterTypes = {
3
- logoText?: string;
4
- logoURL?: string;
5
- socialLinks?: {
6
- twitter?: string;
7
- instagram?: string;
8
- tiktok?: string;
9
- snapchat?: string;
10
- };
11
- footerLinks?: {
12
- title: string;
13
- pages: {
14
- label: string;
15
- link: string;
16
- }[];
17
- }[];
18
- };
19
- export declare const Footer: React.FunctionComponent<FooterTypes>;
20
- export {};
@@ -1,31 +0,0 @@
1
- import React from "react";
2
- type HawaAppLayoutTypes = {
3
- drawerItems: {
4
- label: string;
5
- icon: any;
6
- slug: string;
7
- action: () => void;
8
- subItems?: any;
9
- }[][];
10
- direction?: "rtl" | "ltr";
11
- currentPage: string;
12
- pageTitle?: string;
13
- logoSymbol?: any;
14
- logoLink?: string;
15
- logoText?: any;
16
- children?: any;
17
- topBar?: boolean;
18
- username?: string;
19
- email?: string;
20
- drawerSize?: "sm" | "md" | "large";
21
- profileMenuItems?: MenuItems[][];
22
- onSettingsClick?: () => void;
23
- };
24
- type MenuItems = {
25
- icon?: JSX.Element;
26
- label: string;
27
- action?: (e: any) => void;
28
- isButton?: boolean;
29
- };
30
- export declare const HawaAppLayout: React.FunctionComponent<HawaAppLayoutTypes>;
31
- export {};
@@ -1,33 +0,0 @@
1
- import React from "react";
2
- type HawaAppLayoutTypes = {
3
- /** The pages of the side drawer */
4
- drawerItems: {
5
- label: string;
6
- icon: any;
7
- slug: string;
8
- action: () => void;
9
- subItems?: any;
10
- }[][];
11
- direction?: "rtl" | "ltr";
12
- currentPage: string;
13
- pageTitle?: string;
14
- logoSymbol?: any;
15
- logoLink?: string;
16
- logoText?: any;
17
- children?: any;
18
- topBar?: boolean;
19
- username?: string;
20
- email?: string;
21
- drawerSize?: "sm" | "md" | "large";
22
- profileMenuItems?: MenuItems[][];
23
- onSettingsClick?: () => void;
24
- DrawerFooterActions: any;
25
- };
26
- type MenuItems = {
27
- icon?: JSX.Element;
28
- label: string;
29
- action?: (e: any) => void;
30
- isButton?: boolean;
31
- };
32
- export declare const HawaAppLayoutSimplified: React.FunctionComponent<HawaAppLayoutTypes>;
33
- export {};
@@ -1,8 +0,0 @@
1
- import React from "react";
2
- type BottomAppBarTypes = {
3
- sx: any;
4
- color: any;
5
- appBarContent: any;
6
- };
7
- export declare const HawaBottomAppBar: React.FunctionComponent<BottomAppBarTypes>;
8
- export {};
@@ -1,10 +0,0 @@
1
- import React from "react";
2
- type ContainerTypes = {
3
- maxWidth?: "full" | "small" | "normal";
4
- children: React.ReactNode;
5
- variant?: "contained" | "outlined" | "neobrutalism";
6
- direction?: "rtl" | "ltr";
7
- centered?: boolean;
8
- };
9
- export declare const HawaContainer: React.FunctionComponent<ContainerTypes>;
10
- export {};
@@ -1,6 +0,0 @@
1
- import { FC } from "react";
2
- type GridTypes = {
3
- children?: any;
4
- };
5
- export declare const HawaGrid: FC<GridTypes>;
6
- export {};
@@ -1,23 +0,0 @@
1
- import React from "react";
2
- type HawaSiteLayoutTypes = {
3
- navItems: {
4
- label: string;
5
- icon: any;
6
- slug: string;
7
- action: () => void;
8
- subItems?: any;
9
- }[];
10
- direction?: "rtl" | "ltr";
11
- currentPage: string;
12
- pageTitle?: string;
13
- logoSymbol?: any;
14
- logoLink?: string;
15
- logoText?: any;
16
- children?: any;
17
- stickyNav?: boolean;
18
- topBar?: boolean;
19
- navigationSize?: "sm" | "md" | "lg";
20
- floating?: boolean;
21
- };
22
- export declare const HawaSiteLayout: React.FunctionComponent<HawaSiteLayoutTypes>;
23
- export {};
@@ -1,10 +0,0 @@
1
- export * from "./Box";
2
- export * from "./HawaBottomAppBar";
3
- export * from "./HawaSiteLayout";
4
- export * from "./HawaAppLayout";
5
- export * from "./HawaAppLayoutSimplified";
6
- export * from "./HawaContainer";
7
- export * from "./HawaGrid";
8
- export * from "./AppSidebar";
9
- export * from "./Footer";
10
- export * from "./Banner";
@@ -1,6 +0,0 @@
1
- import { Meta } from "@storybook/react";
2
- declare const _default: Meta<import("@storybook/react").Args>;
3
- export default _default;
4
- export declare const BreadCrumb: any;
5
- export declare const BreadCrumWithSeparator: any;
6
- export declare const BreadcrumbIconSeparator: any;
@@ -1,21 +0,0 @@
1
- import React from "react";
2
- import "../stories-styles.css";
3
- declare const _default: {
4
- parameters: {
5
- chromatic: {
6
- disableSnapshot: boolean;
7
- };
8
- controls: {
9
- expand: boolean;
10
- disable: boolean;
11
- hideNoControlsWarning: boolean;
12
- exclude: any[];
13
- };
14
- options: {
15
- showPanel: boolean;
16
- };
17
- };
18
- title: string;
19
- };
20
- export default _default;
21
- export declare const Introduction: () => React.JSX.Element;
@@ -1,21 +0,0 @@
1
- import React from "react";
2
- import "../stories-styles.css";
3
- declare const _default: {
4
- parameters: {
5
- chromatic: {
6
- disableSnapshot: boolean;
7
- };
8
- controls: {
9
- expand: boolean;
10
- disable: boolean;
11
- hideNoControlsWarning: boolean;
12
- exclude: any[];
13
- };
14
- options: {
15
- showPanel: boolean;
16
- };
17
- };
18
- title: string;
19
- };
20
- export default _default;
21
- export declare const Customization: () => React.JSX.Element;
@@ -1,21 +0,0 @@
1
- import React from "react";
2
- import "../stories-styles.css";
3
- declare const _default: {
4
- parameters: {
5
- chromatic: {
6
- disableSnapshot: boolean;
7
- };
8
- controls: {
9
- expand: boolean;
10
- disable: boolean;
11
- hideNoControlsWarning: boolean;
12
- exclude: any[];
13
- };
14
- options: {
15
- showPanel: boolean;
16
- };
17
- };
18
- title: string;
19
- };
20
- export default _default;
21
- export declare const Introduction: () => React.JSX.Element;
@@ -1,21 +0,0 @@
1
- import React from "react";
2
- import "../stories-styles.css";
3
- declare const _default: {
4
- parameters: {
5
- chromatic: {
6
- disableSnapshot: boolean;
7
- };
8
- controls: {
9
- expand: boolean;
10
- disable: boolean;
11
- hideNoControlsWarning: boolean;
12
- exclude: any[];
13
- };
14
- options: {
15
- showPanel: boolean;
16
- };
17
- };
18
- title: string;
19
- };
20
- export default _default;
21
- export declare const Installation: () => React.JSX.Element;
@@ -1,21 +0,0 @@
1
- import React from "react";
2
- import "../stories-styles.css";
3
- declare const _default: {
4
- parameters: {
5
- chromatic: {
6
- disableSnapshot: boolean;
7
- };
8
- controls: {
9
- expand: boolean;
10
- disable: boolean;
11
- hideNoControlsWarning: boolean;
12
- exclude: any[];
13
- };
14
- options: {
15
- showPanel: boolean;
16
- };
17
- };
18
- title: string;
19
- };
20
- export default _default;
21
- export declare const Introduction: () => React.JSX.Element;
@@ -1,22 +0,0 @@
1
- import React from "react";
2
- import "../stories-styles.css";
3
- declare const _default: {
4
- parameters: {
5
- chromatic: {
6
- disableSnapshot: boolean;
7
- };
8
- controls: {
9
- expand: boolean;
10
- disable: boolean;
11
- hideNoControlsWarning: boolean;
12
- exclude: any[];
13
- };
14
- className: string;
15
- options: {
16
- showPanel: boolean;
17
- };
18
- };
19
- title: string;
20
- };
21
- export default _default;
22
- export declare const Overview: () => React.JSX.Element;
@@ -1,21 +0,0 @@
1
- import React from "react";
2
- import "../stories-styles.css";
3
- declare const _default: {
4
- parameters: {
5
- chromatic: {
6
- disableSnapshot: boolean;
7
- };
8
- controls: {
9
- expand: boolean;
10
- disable: boolean;
11
- hideNoControlsWarning: boolean;
12
- exclude: any[];
13
- };
14
- options: {
15
- showPanel: boolean;
16
- };
17
- };
18
- title: string;
19
- };
20
- export default _default;
21
- export declare const Usage: () => React.JSX.Element;
package/lib/util.d.ts DELETED
@@ -1,10 +0,0 @@
1
- import { type ClassValue } from "clsx";
2
- export declare function cn(...inputs: ClassValue[]): string;
3
- type Palette = {
4
- name: string;
5
- colors: {
6
- [key: number]: string;
7
- };
8
- };
9
- declare function getPallette(baseColor: string): Palette;
10
- export { getPallette };
package/postcss.config.js DELETED
@@ -1,6 +0,0 @@
1
- module.exports = {
2
- plugins: {
3
- tailwindcss: {},
4
- autoprefixer: {},
5
- }
6
- }
package/rollup.config.js DELETED
@@ -1,61 +0,0 @@
1
- import resolve from "@rollup/plugin-node-resolve";
2
- import commonjs from "@rollup/plugin-commonjs";
3
- // import babel from "rollup-plugin-babel";
4
- import { babel } from "@rollup/plugin-babel";
5
-
6
- import external from "rollup-plugin-peer-deps-external";
7
- // import { terser } from "rollup-plugin-terser";
8
- import terser from "@rollup/plugin-terser";
9
- import postcss from "rollup-plugin-postcss";
10
- import typescript from "rollup-plugin-typescript2";
11
- import swc from "rollup-plugin-swc";
12
- import cleaner from "rollup-plugin-cleaner";
13
-
14
- export default [
15
- {
16
- input: "src/index.ts",
17
- output: [
18
- { file: "lib/index.js", format: "cjs" },
19
- { file: "es/index.es.js", format: "es", exports: "named" }
20
- ],
21
- plugins: [
22
- cleaner({
23
- targets: ["./lib", "./es"]
24
- }),
25
- postcss({ plugins: [], minimize: true }),
26
- babel({
27
- babelHelpers: "bundled",
28
- exclude: "node_modules/**",
29
- presets: [
30
- "@babel/preset-env",
31
- ["@babel/preset-react", { runtime: "automatic" }]
32
- ]
33
- }),
34
- external(),
35
- resolve({
36
- extensions: [".tsx", ".ts"]
37
- }),
38
- typescript({ tsconfig: "./tsconfig.json" }),
39
- terser(),
40
- swc({
41
- jsc: {
42
- parser: {
43
- syntax: "typescript"
44
- }
45
- }
46
- }),
47
- commonjs()
48
- ],
49
- onwarn: function (warning, handler) {
50
- // Skip certain warnings
51
-
52
- // should intercept ... but doesn't in some rollup versions
53
- if (warning.code === "THIS_IS_UNDEFINED") {
54
- return;
55
- }
56
-
57
- // console.warn everything else
58
- handler(warning);
59
- }
60
- }
61
- ];
@@ -1,12 +0,0 @@
1
- import React, { FC } from "react"
2
-
3
- type HawaApiBoxTypes = {
4
- lang?: any
5
- onClick?: any
6
- buttonText?: any
7
- }
8
- export const HawaApiBox: FC<HawaApiBoxTypes> = (props) => {
9
- let isArabic = props.lang === "ar"
10
- let logoElement: any = ""
11
- return <div>test</div>
12
- }
@@ -1,117 +0,0 @@
1
- import React, { FC } from "react"
2
- import { Controller, FormProvider, useForm } from "react-hook-form"
3
- import { HawaPhoneInput, HawaTextField } from "../../elements"
4
- import { Card, CardContent, CardFooter } from "../../elements/Card"
5
- import { Button } from "../../elements/Button"
6
-
7
- type UserProfileFormTypes = {
8
- inputs: any
9
- texts: any
10
- handleUpdateProfile: any
11
- }
12
-
13
- export const UserProfileForm: FC<UserProfileFormTypes> = (props) => {
14
- const methods = useForm()
15
- const { inputs } = props
16
- const {
17
- formState: { errors },
18
- handleSubmit,
19
- control,
20
- } = methods
21
-
22
- return (
23
- <Card>
24
- <form onSubmit={handleSubmit((e) => props.handleUpdateProfile(e))}>
25
- <CardContent headless>
26
- <FormProvider {...methods}>
27
- <Controller
28
- control={control}
29
- name="fullName"
30
- render={({ field }) => (
31
- <HawaTextField
32
- width="full"
33
- type="text"
34
- label={props.texts.fullNameLabel}
35
- placeholder={props.texts.fullNamePlaceholder}
36
- helpertext={errors.fullName?.message}
37
- {...field}
38
- value={field.value ?? ""}
39
- />
40
- )}
41
- />
42
- <Controller
43
- control={control}
44
- name="phoneNumber"
45
- render={({ field }) => <HawaPhoneInput label="Phone number" />}
46
- />
47
- <Controller
48
- control={control}
49
- name="email"
50
- render={({ field }) => (
51
- <HawaTextField
52
- width="full"
53
- type="text"
54
- label={props.texts.emailLabel}
55
- helpertext={errors.email?.message}
56
- placeholder={props.texts.emailPlaceholder}
57
- {...field}
58
- value={field.value ?? ""}
59
- />
60
- )}
61
- rules={{
62
- required: props.texts.emailRequiredText,
63
- pattern: {
64
- value:
65
- /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,
66
- message: props.texts.emailInvalidText,
67
- },
68
- }}
69
- />
70
- <Controller
71
- control={control}
72
- name="password"
73
- render={({ field }) => (
74
- <HawaTextField
75
- width="full"
76
- type="password"
77
- label={props.texts.passwordLabel}
78
- placeholder={props.texts.passwordPlaceholder}
79
- helpertext={errors.password?.message}
80
- {...field}
81
- value={field.value ?? ""}
82
- />
83
- )}
84
- rules={{
85
- required: props.texts.passwordRequiredText,
86
- }}
87
- />
88
-
89
- <Controller
90
- control={control}
91
- name="confirmPassword"
92
- render={({ field }) => (
93
- <HawaTextField
94
- width="full"
95
- type="password"
96
- label={props.texts.confirmPasswordLabel}
97
- placeholder={props.texts.confirmPasswordPlaceholder}
98
- helpertext={errors.confirmPassword?.message}
99
- {...field}
100
- value={field.value ?? ""}
101
- />
102
- )}
103
- rules={{
104
- required: props.texts.confirmPasswordRequiredText,
105
- }}
106
- />
107
- </FormProvider>
108
- </CardContent>
109
- <CardFooter>
110
- <Button className="w-full" type="submit">
111
- {props.texts.updateProfile}
112
- </Button>
113
- </CardFooter>
114
- </form>
115
- </Card>
116
- )
117
- }
@@ -1,20 +0,0 @@
1
- import React, { FC } from "react"
2
- import { Card, CardContent } from "../../elements/Card"
3
-
4
- type UserSettingsFormTypes = {
5
- children: any
6
- handleSaveSettings?: any
7
- saveSettingsText?: string
8
- blockTitle?: string
9
- }
10
-
11
- export const UserSettingsForm: FC<UserSettingsFormTypes> = (props) => {
12
- return (
13
- <Card>
14
- <CardContent headless>
15
- <div className="mb-2 text-sm font-bold">{props.blockTitle}</div>
16
- <div className="flex flex-col gap-4 rounded p-2">{props.children}</div>
17
- </CardContent>
18
- </Card>
19
- )
20
- }
@@ -1,2 +0,0 @@
1
- export * from "./UserProfileForm";
2
- export * from "./UserSettingsForm";
@@ -1,88 +0,0 @@
1
- import React, { FC } from "react"
2
- import { HawaRadio } from "../../elements"
3
- import { Card, CardContent } from "../../elements/Card"
4
- import { Button } from "../../elements/Button"
5
-
6
- type AppLandingTypes = {
7
- handleSignIn: () => void
8
- handleSignUp: () => void
9
- handleLanguage: () => void
10
- handleColorMode: () => void
11
- texts: {
12
- signIn: string
13
- signUp: string
14
- lang: string
15
- }
16
- size: "small" | "normal" | "full"
17
- }
18
- export const AppLanding: FC<AppLandingTypes> = (props) => {
19
- return (
20
- <div>
21
- <Card>
22
- <CardContent headless className="flex flex-col gap-6">
23
- {props.handleSignIn && (
24
- <Button onClick={props.handleSignIn}>{props.texts.signIn}</Button>
25
- )}
26
- {props.handleSignUp && (
27
- <Button onClick={props.handleSignUp}>{props.texts.signUp}</Button>
28
- )}
29
- </CardContent>
30
- </Card>
31
- <div className="mt-6 flex flex-row justify-between">
32
- <HawaRadio
33
- onChangeTab={props.handleLanguage}
34
- design="tabs"
35
- options={[
36
- { value: "ar", label: "عربي" },
37
- { value: "en", label: "English" },
38
- ]}
39
- />
40
- <HawaRadio
41
- onChangeTab={props.handleColorMode}
42
- design="tabs"
43
- options={[
44
- {
45
- value: "light",
46
- label: (
47
- <svg
48
- width="15"
49
- height="15"
50
- viewBox="0 0 15 15"
51
- fill="none"
52
- xmlns="http://www.w3.org/2000/svg"
53
- className="h-[1.2rem] w-[1.2rem] rotate-0 scale-100 transition-all dark:-rotate-90"
54
- >
55
- <path
56
- d="M7.5 0C7.77614 0 8 0.223858 8 0.5V2.5C8 2.77614 7.77614 3 7.5 3C7.22386 3 7 2.77614 7 2.5V0.5C7 0.223858 7.22386 0 7.5 0ZM2.1967 2.1967C2.39196 2.00144 2.70854 2.00144 2.90381 2.1967L4.31802 3.61091C4.51328 3.80617 4.51328 4.12276 4.31802 4.31802C4.12276 4.51328 3.80617 4.51328 3.61091 4.31802L2.1967 2.90381C2.00144 2.70854 2.00144 2.39196 2.1967 2.1967ZM0.5 7C0.223858 7 0 7.22386 0 7.5C0 7.77614 0.223858 8 0.5 8H2.5C2.77614 8 3 7.77614 3 7.5C3 7.22386 2.77614 7 2.5 7H0.5ZM2.1967 12.8033C2.00144 12.608 2.00144 12.2915 2.1967 12.0962L3.61091 10.682C3.80617 10.4867 4.12276 10.4867 4.31802 10.682C4.51328 10.8772 4.51328 11.1938 4.31802 11.3891L2.90381 12.8033C2.70854 12.9986 2.39196 12.9986 2.1967 12.8033ZM12.5 7C12.2239 7 12 7.22386 12 7.5C12 7.77614 12.2239 8 12.5 8H14.5C14.7761 8 15 7.77614 15 7.5C15 7.22386 14.7761 7 14.5 7H12.5ZM10.682 4.31802C10.4867 4.12276 10.4867 3.80617 10.682 3.61091L12.0962 2.1967C12.2915 2.00144 12.608 2.00144 12.8033 2.1967C12.9986 2.39196 12.9986 2.70854 12.8033 2.90381L11.3891 4.31802C11.1938 4.51328 10.8772 4.51328 10.682 4.31802ZM8 12.5C8 12.2239 7.77614 12 7.5 12C7.22386 12 7 12.2239 7 12.5V14.5C7 14.7761 7.22386 15 7.5 15C7.77614 15 8 14.7761 8 14.5V12.5ZM10.682 10.682C10.8772 10.4867 11.1938 10.4867 11.3891 10.682L12.8033 12.0962C12.9986 12.2915 12.9986 12.608 12.8033 12.8033C12.608 12.9986 12.2915 12.9986 12.0962 12.8033L10.682 11.3891C10.4867 11.1938 10.4867 10.8772 10.682 10.682ZM5.5 7.5C5.5 6.39543 6.39543 5.5 7.5 5.5C8.60457 5.5 9.5 6.39543 9.5 7.5C9.5 8.60457 8.60457 9.5 7.5 9.5C6.39543 9.5 5.5 8.60457 5.5 7.5ZM7.5 4.5C5.84315 4.5 4.5 5.84315 4.5 7.5C4.5 9.15685 5.84315 10.5 7.5 10.5C9.15685 10.5 10.5 9.15685 10.5 7.5C10.5 5.84315 9.15685 4.5 7.5 4.5Z"
57
- fill="currentColor"
58
- fill-rule="evenodd"
59
- clip-rule="evenodd"
60
- ></path>
61
- </svg>
62
- ),
63
- },
64
- {
65
- value: "dark",
66
- label: (
67
- <svg
68
- xmlns="http://www.w3.org/2000/svg"
69
- width="24"
70
- height="24"
71
- viewBox="0 0 24 24"
72
- fill="none"
73
- stroke="currentColor"
74
- stroke-width="2"
75
- stroke-linecap="round"
76
- stroke-linejoin="round"
77
- className="h-[1.2rem] w-[1.2rem] transition-all dark:rotate-0 dark:scale-100"
78
- >
79
- <path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"></path>
80
- </svg>
81
- ),
82
- },
83
- ]}
84
- />
85
- </div>
86
- </div>
87
- )
88
- }