@sikka/hawa 0.1.39 → 0.1.41

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 (875) hide show
  1. package/.github/workflows/hawa-publish-push.yml +1 -1
  2. package/README.md +3 -0
  3. package/dist/index.d.ts +1667 -0
  4. package/dist/index.js +10499 -0
  5. package/dist/styles.css +0 -11
  6. package/package.json +3 -1
  7. package/rollup.config.js +7 -2
  8. package/src/elements/index.ts +0 -1
  9. package/src/styles.css +0 -11
  10. package/tsconfig.json +1 -0
  11. package/es/_virtual/index.js +0 -1
  12. package/es/_virtual/index2.js +0 -1
  13. package/es/_virtual/index3.js +0 -1
  14. package/es/_virtual/react-is.development.js +0 -1
  15. package/es/_virtual/react-is.production.min.js +0 -1
  16. package/es/blocks/Account/HawaApiBox.d.ts +0 -8
  17. package/es/blocks/Account/UserProfileForm.d.ts +0 -8
  18. package/es/blocks/Account/UserSettingsForm.d.ts +0 -9
  19. package/es/blocks/Account/index.d.ts +0 -2
  20. package/es/blocks/AuthForms/AppLanding.d.ts +0 -15
  21. package/es/blocks/AuthForms/CodeConfirmation.d.ts +0 -22
  22. package/es/blocks/AuthForms/NewPasswordForm.d.ts +0 -18
  23. package/es/blocks/AuthForms/ResetPasswordForm.d.ts +0 -18
  24. package/es/blocks/AuthForms/SignInBlock.d.ts +0 -2
  25. package/es/blocks/AuthForms/SignInForm.d.ts +0 -55
  26. package/es/blocks/AuthForms/SignInPhone.d.ts +0 -13
  27. package/es/blocks/AuthForms/SignUpForm.d.ts +0 -55
  28. package/es/blocks/AuthForms/index.d.ts +0 -8
  29. package/es/blocks/Misc/EmptyState.d.ts +0 -11
  30. package/es/blocks/Misc/LeadGenerator.d.ts +0 -12
  31. package/es/blocks/Misc/NoPermission.d.ts +0 -10
  32. package/es/blocks/Misc/NotFound.d.ts +0 -11
  33. package/es/blocks/Misc/Testimonial.d.ts +0 -6
  34. package/es/blocks/Misc/index.d.ts +0 -5
  35. package/es/blocks/Payment/ChargeWalletForm.d.ts +0 -12
  36. package/es/blocks/Payment/CheckoutForm.d.ts +0 -27
  37. package/es/blocks/Payment/Confirmation.d.ts +0 -38
  38. package/es/blocks/Payment/CreditCardForm.d.ts +0 -7
  39. package/es/blocks/Payment/PayWithWallet.d.ts +0 -8
  40. package/es/blocks/Payment/SelectPayment.d.ts +0 -26
  41. package/es/blocks/Payment/index.d.ts +0 -6
  42. package/es/blocks/Pricing/ComparingPlans.d.ts +0 -39
  43. package/es/blocks/Pricing/HorizontalPricing.d.ts +0 -47
  44. package/es/blocks/Pricing/PricingPlans.d.ts +0 -47
  45. package/es/blocks/Pricing/index.d.ts +0 -3
  46. package/es/blocks/Referral/ReferralAccount.d.ts +0 -7
  47. package/es/blocks/Referral/ReferralSettlement.d.ts +0 -8
  48. package/es/blocks/Referral/ReferralStats.d.ts +0 -8
  49. package/es/blocks/Referral/index.d.ts +0 -3
  50. package/es/blocks/index.d.ts +0 -6
  51. package/es/countries.d.ts +0 -2
  52. package/es/elements/ArrowCarousel.d.ts +0 -13
  53. package/es/elements/AutoCompleteField.d.ts +0 -8
  54. package/es/elements/BackToTop.d.ts +0 -10
  55. package/es/elements/Breadcrumb.d.ts +0 -12
  56. package/es/elements/Button.d.ts +0 -12
  57. package/es/elements/Card.d.ts +0 -13
  58. package/es/elements/DragDropImages.d.ts +0 -28
  59. package/es/elements/DraggableCard.d.ts +0 -6
  60. package/es/elements/DropdownMenu.d.ts +0 -30
  61. package/es/elements/FloatingComment.d.ts +0 -32
  62. package/es/elements/FloatingCommentExec.d.ts +0 -4
  63. package/es/elements/FloatingCommentSlate.d.ts +0 -19
  64. package/es/elements/HawaAccordion.d.ts +0 -11
  65. package/es/elements/HawaAdCard.d.ts +0 -10
  66. package/es/elements/HawaAlert.d.ts +0 -23
  67. package/es/elements/HawaButton.d.ts +0 -21
  68. package/es/elements/HawaCardInput.d.ts +0 -25
  69. package/es/elements/HawaCheckbox.d.ts +0 -11
  70. package/es/elements/HawaChip.d.ts +0 -17
  71. package/es/elements/HawaCodeBlock.d.ts +0 -15
  72. package/es/elements/HawaColorPicker.d.ts +0 -9
  73. package/es/elements/HawaCopyrights.d.ts +0 -15
  74. package/es/elements/HawaDatepicker.d.ts +0 -4
  75. package/es/elements/HawaDropdownMenu.d.ts +0 -7
  76. package/es/elements/HawaIconCount.d.ts +0 -9
  77. package/es/elements/HawaInlineCode.d.ts +0 -6
  78. package/es/elements/HawaItemCard.d.ts +0 -32
  79. package/es/elements/HawaLandingCard.d.ts +0 -18
  80. package/es/elements/HawaLoading.d.ts +0 -8
  81. package/es/elements/HawaLogoButton.d.ts +0 -10
  82. package/es/elements/HawaMenu.d.ts +0 -24
  83. package/es/elements/HawaModal.d.ts +0 -21
  84. package/es/elements/HawaPanelTabs.d.ts +0 -13
  85. package/es/elements/HawaPhoneInput.d.ts +0 -11
  86. package/es/elements/HawaPinInput.d.ts +0 -10
  87. package/es/elements/HawaPricingCard.d.ts +0 -21
  88. package/es/elements/HawaRadio.d.ts +0 -17
  89. package/es/elements/HawaRange.d.ts +0 -12
  90. package/es/elements/HawaSearchBar.d.ts +0 -4
  91. package/es/elements/HawaSelect.d.ts +0 -23
  92. package/es/elements/HawaSettingsRow.d.ts +0 -44
  93. package/es/elements/HawaSnackbar.d.ts +0 -19
  94. package/es/elements/HawaStats.d.ts +0 -14
  95. package/es/elements/HawaStepper.d.ts +0 -8
  96. package/es/elements/HawaStoreButtons.d.ts +0 -7
  97. package/es/elements/HawaSwitch.d.ts +0 -7
  98. package/es/elements/HawaTable.d.ts +0 -45
  99. package/es/elements/HawaTabs.d.ts +0 -13
  100. package/es/elements/HawaTextField.d.ts +0 -31
  101. package/es/elements/HawaTooltip.d.ts +0 -12
  102. package/es/elements/HawaTypography.d.ts +0 -7
  103. package/es/elements/Icons.d.ts +0 -19
  104. package/es/elements/Input.d.ts +0 -6
  105. package/es/elements/InterfaceSettings.d.ts +0 -11
  106. package/es/elements/InvoiceAccordion.d.ts +0 -31
  107. package/es/elements/Label.d.ts +0 -5
  108. package/es/elements/Popover.d.ts +0 -11
  109. package/es/elements/Select.d.ts +0 -11
  110. package/es/elements/Separator.d.ts +0 -4
  111. package/es/elements/Skeleton.d.ts +0 -3
  112. package/es/elements/SubsectionList.d.ts +0 -19
  113. package/es/elements/TabPanel.d.ts +0 -8
  114. package/es/elements/Tabs.d.ts +0 -9
  115. package/es/elements/Textarea.d.ts +0 -6
  116. package/es/elements/Timeline.d.ts +0 -13
  117. package/es/elements/Toast.d.ts +0 -19
  118. package/es/elements/Toaster.d.ts +0 -2
  119. package/es/elements/Tooltip.d.ts +0 -12
  120. package/es/elements/UsageCard.d.ts +0 -9
  121. package/es/elements/UserFeedback.d.ts +0 -14
  122. package/es/elements/index.d.ts +0 -66
  123. package/es/hooks/index.d.ts +0 -3
  124. package/es/hooks/useBreakpoint.d.ts +0 -2
  125. package/es/hooks/useDiscloser.d.ts +0 -7
  126. package/es/hooks/useHover.d.ts +0 -3
  127. package/es/hooks/useScrollPosition.d.ts +0 -2
  128. package/es/hooks/useTable.d.ts +0 -5
  129. package/es/hooks/useToast.d.ts +0 -45
  130. package/es/index.d.ts +0 -4
  131. package/es/layout/AppLayout.d.ts +0 -50
  132. package/es/layout/AppSidebar.d.ts +0 -11
  133. package/es/layout/Banner.d.ts +0 -14
  134. package/es/layout/Box.d.ts +0 -2
  135. package/es/layout/Footer.d.ts +0 -20
  136. package/es/layout/HawaAppLayout.d.ts +0 -31
  137. package/es/layout/HawaAppLayoutSimplified.d.ts +0 -42
  138. package/es/layout/HawaBottomAppBar.d.ts +0 -8
  139. package/es/layout/HawaContainer.d.ts +0 -10
  140. package/es/layout/HawaGrid.d.ts +0 -6
  141. package/es/layout/HawaSiteLayout.d.ts +0 -23
  142. package/es/layout/Sidebar.d.ts +0 -35
  143. package/es/layout/Sidebar2.d.ts +0 -20
  144. package/es/layout/index.d.ts +0 -12
  145. package/es/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +0 -1
  146. package/es/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +0 -1
  147. package/es/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +0 -1
  148. package/es/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +0 -1
  149. package/es/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +0 -1
  150. package/es/node_modules/@babel/runtime/helpers/esm/createClass.js +0 -1
  151. package/es/node_modules/@babel/runtime/helpers/esm/createSuper.js +0 -1
  152. package/es/node_modules/@babel/runtime/helpers/esm/defineProperty.js +0 -1
  153. package/es/node_modules/@babel/runtime/helpers/esm/extends.js +0 -1
  154. package/es/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +0 -1
  155. package/es/node_modules/@babel/runtime/helpers/esm/inherits.js +0 -1
  156. package/es/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +0 -1
  157. package/es/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +0 -1
  158. package/es/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +0 -1
  159. package/es/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +0 -1
  160. package/es/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +0 -1
  161. package/es/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +0 -1
  162. package/es/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +0 -1
  163. package/es/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0 -1
  164. package/es/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +0 -1
  165. package/es/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +0 -1
  166. package/es/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +0 -1
  167. package/es/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +0 -1
  168. package/es/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +0 -1
  169. package/es/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +0 -1
  170. package/es/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +0 -1
  171. package/es/node_modules/@babel/runtime/helpers/esm/typeof.js +0 -1
  172. package/es/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +0 -1
  173. package/es/node_modules/@emotion/cache/dist/emotion-cache.esm.js +0 -1
  174. package/es/node_modules/@emotion/cache/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js +0 -1
  175. package/es/node_modules/@emotion/hash/dist/emotion-hash.esm.js +0 -1
  176. package/es/node_modules/@emotion/react/dist/emotion-element-6bdfffb2.esm.js +0 -1
  177. package/es/node_modules/@emotion/react/dist/emotion-react.esm.js +0 -1
  178. package/es/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +0 -1
  179. package/es/node_modules/@emotion/serialize/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js +0 -1
  180. package/es/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js +0 -1
  181. package/es/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js +0 -1
  182. package/es/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.esm.js +0 -1
  183. package/es/node_modules/@emotion/utils/dist/emotion-utils.esm.js +0 -1
  184. package/es/node_modules/@emotion/weak-memoize/dist/emotion-weak-memoize.esm.js +0 -1
  185. package/es/node_modules/@floating-ui/core/dist/floating-ui.core.mjs.js +0 -1
  186. package/es/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs.js +0 -1
  187. package/es/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.esm.js +0 -1
  188. package/es/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs.js +0 -1
  189. package/es/node_modules/@floating-ui/utils/dom/dist/floating-ui.utils.dom.mjs.js +0 -1
  190. package/es/node_modules/@juggle/resize-observer/lib/DOMRectReadOnly.js +0 -1
  191. package/es/node_modules/@juggle/resize-observer/lib/ResizeObservation.js +0 -1
  192. package/es/node_modules/@juggle/resize-observer/lib/ResizeObserver.js +0 -1
  193. package/es/node_modules/@juggle/resize-observer/lib/ResizeObserverBoxOptions.js +0 -1
  194. package/es/node_modules/@juggle/resize-observer/lib/ResizeObserverController.js +0 -1
  195. package/es/node_modules/@juggle/resize-observer/lib/ResizeObserverDetail.js +0 -1
  196. package/es/node_modules/@juggle/resize-observer/lib/ResizeObserverEntry.js +0 -1
  197. package/es/node_modules/@juggle/resize-observer/lib/ResizeObserverSize.js +0 -1
  198. package/es/node_modules/@juggle/resize-observer/lib/algorithms/broadcastActiveObservations.js +0 -1
  199. package/es/node_modules/@juggle/resize-observer/lib/algorithms/calculateBoxSize.js +0 -1
  200. package/es/node_modules/@juggle/resize-observer/lib/algorithms/calculateDepthForNode.js +0 -1
  201. package/es/node_modules/@juggle/resize-observer/lib/algorithms/deliverResizeLoopError.js +0 -1
  202. package/es/node_modules/@juggle/resize-observer/lib/algorithms/gatherActiveObservationsAtDepth.js +0 -1
  203. package/es/node_modules/@juggle/resize-observer/lib/algorithms/hasActiveObservations.js +0 -1
  204. package/es/node_modules/@juggle/resize-observer/lib/algorithms/hasSkippedObservations.js +0 -1
  205. package/es/node_modules/@juggle/resize-observer/lib/utils/element.js +0 -1
  206. package/es/node_modules/@juggle/resize-observer/lib/utils/freeze.js +0 -1
  207. package/es/node_modules/@juggle/resize-observer/lib/utils/global.js +0 -1
  208. package/es/node_modules/@juggle/resize-observer/lib/utils/process.js +0 -1
  209. package/es/node_modules/@juggle/resize-observer/lib/utils/queueMicroTask.js +0 -1
  210. package/es/node_modules/@juggle/resize-observer/lib/utils/queueResizeObserver.js +0 -1
  211. package/es/node_modules/@juggle/resize-observer/lib/utils/resizeObservers.js +0 -1
  212. package/es/node_modules/@juggle/resize-observer/lib/utils/scheduler.js +0 -1
  213. package/es/node_modules/@radix-ui/primitive/dist/index.mjs.js +0 -1
  214. package/es/node_modules/@radix-ui/react-accordion/dist/index.mjs.js +0 -1
  215. package/es/node_modules/@radix-ui/react-arrow/dist/index.mjs.js +0 -1
  216. package/es/node_modules/@radix-ui/react-collapsible/dist/index.mjs.js +0 -1
  217. package/es/node_modules/@radix-ui/react-collection/dist/index.mjs.js +0 -1
  218. package/es/node_modules/@radix-ui/react-compose-refs/dist/index.mjs.js +0 -1
  219. package/es/node_modules/@radix-ui/react-context/dist/index.mjs.js +0 -1
  220. package/es/node_modules/@radix-ui/react-direction/dist/index.mjs.js +0 -1
  221. package/es/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs.js +0 -1
  222. package/es/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs.js +0 -1
  223. package/es/node_modules/@radix-ui/react-focus-guards/dist/index.mjs.js +0 -1
  224. package/es/node_modules/@radix-ui/react-focus-scope/dist/index.mjs.js +0 -1
  225. package/es/node_modules/@radix-ui/react-id/dist/index.mjs.js +0 -1
  226. package/es/node_modules/@radix-ui/react-label/dist/index.mjs.js +0 -1
  227. package/es/node_modules/@radix-ui/react-menu/dist/index.mjs.js +0 -1
  228. package/es/node_modules/@radix-ui/react-popover/dist/index.mjs.js +0 -1
  229. package/es/node_modules/@radix-ui/react-popper/dist/index.mjs.js +0 -1
  230. package/es/node_modules/@radix-ui/react-portal/dist/index.mjs.js +0 -1
  231. package/es/node_modules/@radix-ui/react-presence/dist/index.mjs.js +0 -1
  232. package/es/node_modules/@radix-ui/react-primitive/dist/index.mjs.js +0 -1
  233. package/es/node_modules/@radix-ui/react-roving-focus/dist/index.mjs.js +0 -1
  234. package/es/node_modules/@radix-ui/react-separator/dist/index.mjs.js +0 -1
  235. package/es/node_modules/@radix-ui/react-slot/dist/index.mjs.js +0 -1
  236. package/es/node_modules/@radix-ui/react-tabs/dist/index.mjs.js +0 -1
  237. package/es/node_modules/@radix-ui/react-toast/dist/index.mjs.js +0 -1
  238. package/es/node_modules/@radix-ui/react-tooltip/dist/index.mjs.js +0 -1
  239. package/es/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs.js +0 -1
  240. package/es/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs.js +0 -1
  241. package/es/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs.js +0 -1
  242. package/es/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs.js +0 -1
  243. package/es/node_modules/@radix-ui/react-use-size/dist/index.mjs.js +0 -1
  244. package/es/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs.js +0 -1
  245. package/es/node_modules/aria-hidden/dist/es2015/index.js +0 -1
  246. package/es/node_modules/attr-accept/dist/es/index.js +0 -1
  247. package/es/node_modules/class-variance-authority/dist/index.mjs.js +0 -1
  248. package/es/node_modules/class-variance-authority/node_modules/clsx/dist/clsx.mjs.js +0 -1
  249. package/es/node_modules/clsx/dist/clsx.m.js +0 -1
  250. package/es/node_modules/compute-scroll-into-view/dist/index.mjs.js +0 -1
  251. package/es/node_modules/file-selector/dist/es5/file-selector.js +0 -1
  252. package/es/node_modules/file-selector/dist/es5/file.js +0 -1
  253. package/es/node_modules/get-nonce/dist/es2015/index.js +0 -1
  254. package/es/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +0 -1
  255. package/es/node_modules/immer/dist/immer.esm.mjs.js +0 -1
  256. package/es/node_modules/is-hotkey/lib/index.js +0 -1
  257. package/es/node_modules/memoize-one/dist/memoize-one.esm.js +0 -1
  258. package/es/node_modules/prop-types/checkPropTypes.js +0 -1
  259. package/es/node_modules/prop-types/factoryWithThrowingShims.js +0 -1
  260. package/es/node_modules/prop-types/factoryWithTypeCheckers.js +0 -1
  261. package/es/node_modules/prop-types/index.js +0 -1
  262. package/es/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -1
  263. package/es/node_modules/prop-types/lib/has.js +0 -1
  264. package/es/node_modules/react-dropzone/dist/es/index.js +0 -1
  265. package/es/node_modules/react-dropzone/dist/es/utils/index.js +0 -1
  266. package/es/node_modules/react-hook-form/dist/index.esm.mjs.js +0 -1
  267. package/es/node_modules/react-icons/ai/index.esm.js +0 -1
  268. package/es/node_modules/react-icons/bs/index.esm.js +0 -1
  269. package/es/node_modules/react-icons/fa/index.esm.js +0 -1
  270. package/es/node_modules/react-icons/lib/esm/iconBase.js +0 -1
  271. package/es/node_modules/react-icons/lib/esm/iconContext.js +0 -1
  272. package/es/node_modules/react-is/cjs/react-is.development.js +0 -9
  273. package/es/node_modules/react-is/cjs/react-is.production.min.js +0 -9
  274. package/es/node_modules/react-is/index.js +0 -1
  275. package/es/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -1
  276. package/es/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -1
  277. package/es/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -1
  278. package/es/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -1
  279. package/es/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +0 -1
  280. package/es/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -1
  281. package/es/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -1
  282. package/es/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -1
  283. package/es/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +0 -1
  284. package/es/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +0 -1
  285. package/es/node_modules/react-select/creatable/dist/react-select-creatable.esm.js +0 -1
  286. package/es/node_modules/react-select/dist/Select-aecb2a80.esm.js +0 -1
  287. package/es/node_modules/react-select/dist/index-baa8dc4f.esm.js +0 -1
  288. package/es/node_modules/react-select/dist/react-select.esm.js +0 -1
  289. package/es/node_modules/react-select/dist/useCreatable-4a2d7323.esm.js +0 -1
  290. package/es/node_modules/react-select/dist/useStateManager-7e1e8489.esm.js +0 -1
  291. package/es/node_modules/react-style-singleton/dist/es2015/component.js +0 -1
  292. package/es/node_modules/react-style-singleton/dist/es2015/hook.js +0 -1
  293. package/es/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -1
  294. package/es/node_modules/scroll-into-view-if-needed/es/index.js +0 -1
  295. package/es/node_modules/slate/dist/index.es.js +0 -1
  296. package/es/node_modules/slate/node_modules/is-plain-object/dist/is-plain-object.mjs.js +0 -7
  297. package/es/node_modules/slate-react/dist/index.es.js +0 -1
  298. package/es/node_modules/stylis/src/Enum.js +0 -1
  299. package/es/node_modules/stylis/src/Middleware.js +0 -1
  300. package/es/node_modules/stylis/src/Parser.js +0 -1
  301. package/es/node_modules/stylis/src/Serializer.js +0 -1
  302. package/es/node_modules/stylis/src/Tokenizer.js +0 -1
  303. package/es/node_modules/stylis/src/Utility.js +0 -1
  304. package/es/node_modules/tailwind-merge/dist/lib/class-utils.mjs.js +0 -1
  305. package/es/node_modules/tailwind-merge/dist/lib/config-utils.mjs.js +0 -1
  306. package/es/node_modules/tailwind-merge/dist/lib/create-tailwind-merge.mjs.js +0 -1
  307. package/es/node_modules/tailwind-merge/dist/lib/default-config.mjs.js +0 -1
  308. package/es/node_modules/tailwind-merge/dist/lib/from-theme.mjs.js +0 -1
  309. package/es/node_modules/tailwind-merge/dist/lib/lru-cache.mjs.js +0 -1
  310. package/es/node_modules/tailwind-merge/dist/lib/merge-classlist.mjs.js +0 -1
  311. package/es/node_modules/tailwind-merge/dist/lib/modifier-utils.mjs.js +0 -1
  312. package/es/node_modules/tailwind-merge/dist/lib/tw-join.mjs.js +0 -1
  313. package/es/node_modules/tailwind-merge/dist/lib/tw-merge.mjs.js +0 -1
  314. package/es/node_modules/tailwind-merge/dist/lib/validators.mjs.js +0 -1
  315. package/es/node_modules/tslib/tslib.es6.mjs.js +0 -1
  316. package/es/node_modules/use-callback-ref/dist/es2015/assignRef.js +0 -1
  317. package/es/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +0 -1
  318. package/es/node_modules/use-callback-ref/dist/es2015/useRef.js +0 -1
  319. package/es/node_modules/use-isomorphic-layout-effect/dist/use-isomorphic-layout-effect.esm.js +0 -1
  320. package/es/node_modules/use-sidecar/dist/es2015/exports.js +0 -1
  321. package/es/node_modules/use-sidecar/dist/es2015/medium.js +0 -1
  322. package/es/src/blocks/Account/UserProfileForm.js +0 -1
  323. package/es/src/blocks/Account/UserSettingsForm.js +0 -1
  324. package/es/src/blocks/AuthForms/AppLanding.js +0 -1
  325. package/es/src/blocks/AuthForms/CodeConfirmation.js +0 -1
  326. package/es/src/blocks/AuthForms/NewPasswordForm.js +0 -1
  327. package/es/src/blocks/AuthForms/ResetPasswordForm.js +0 -1
  328. package/es/src/blocks/AuthForms/SignInBlock.js +0 -1
  329. package/es/src/blocks/AuthForms/SignInForm.js +0 -1
  330. package/es/src/blocks/AuthForms/SignInPhone.js +0 -1
  331. package/es/src/blocks/AuthForms/SignUpForm.js +0 -1
  332. package/es/src/blocks/Misc/EmptyState.js +0 -1
  333. package/es/src/blocks/Misc/LeadGenerator.js +0 -1
  334. package/es/src/blocks/Misc/NoPermission.js +0 -1
  335. package/es/src/blocks/Misc/NotFound.js +0 -1
  336. package/es/src/blocks/Misc/Testimonial.js +0 -1
  337. package/es/src/blocks/Payment/ChargeWalletForm.js +0 -1
  338. package/es/src/blocks/Payment/CheckoutForm.js +0 -1
  339. package/es/src/blocks/Payment/Confirmation.js +0 -1
  340. package/es/src/blocks/Payment/CreditCardForm.js +0 -1
  341. package/es/src/blocks/Payment/PayWithWallet.js +0 -1
  342. package/es/src/blocks/Payment/SelectPayment.js +0 -1
  343. package/es/src/blocks/Pricing/ComparingPlans.js +0 -1
  344. package/es/src/blocks/Pricing/HorizontalPricing.js +0 -1
  345. package/es/src/blocks/Pricing/PricingPlans.js +0 -1
  346. package/es/src/blocks/Referral/ReferralAccount.js +0 -1
  347. package/es/src/blocks/Referral/ReferralSettlement.js +0 -1
  348. package/es/src/blocks/Referral/ReferralStats.js +0 -1
  349. package/es/src/countries.js +0 -1
  350. package/es/src/elements/ArrowCarousel.js +0 -1
  351. package/es/src/elements/BackToTop.js +0 -1
  352. package/es/src/elements/Button.js +0 -1
  353. package/es/src/elements/Card.js +0 -1
  354. package/es/src/elements/DragDropImages.js +0 -1
  355. package/es/src/elements/DraggableCard.js +0 -1
  356. package/es/src/elements/DropdownMenu.js +0 -1
  357. package/es/src/elements/FloatingComment.js +0 -1
  358. package/es/src/elements/FloatingCommentExec.js +0 -1
  359. package/es/src/elements/FloatingCommentSlate.js +0 -1
  360. package/es/src/elements/HawaAccordion.js +0 -1
  361. package/es/src/elements/HawaAdCard.js +0 -1
  362. package/es/src/elements/HawaAlert.js +0 -1
  363. package/es/src/elements/HawaButton.js +0 -1
  364. package/es/src/elements/HawaCardInput.js +0 -1
  365. package/es/src/elements/HawaCheckbox.js +0 -1
  366. package/es/src/elements/HawaChip.js +0 -1
  367. package/es/src/elements/HawaCodeBlock.js +0 -1
  368. package/es/src/elements/HawaColorPicker.js +0 -1
  369. package/es/src/elements/HawaCopyrights.js +0 -1
  370. package/es/src/elements/HawaDatepicker.js +0 -1
  371. package/es/src/elements/HawaDropdownMenu.js +0 -1
  372. package/es/src/elements/HawaIconCount.js +0 -1
  373. package/es/src/elements/HawaInlineCode.js +0 -1
  374. package/es/src/elements/HawaItemCard.js +0 -1
  375. package/es/src/elements/HawaLandingCard.js +0 -1
  376. package/es/src/elements/HawaLoading.js +0 -1
  377. package/es/src/elements/HawaLogoButton.js +0 -1
  378. package/es/src/elements/HawaMenu.js +0 -1
  379. package/es/src/elements/HawaModal.js +0 -1
  380. package/es/src/elements/HawaPanelTabs.js +0 -1
  381. package/es/src/elements/HawaPhoneInput.js +0 -1
  382. package/es/src/elements/HawaPinInput.js +0 -1
  383. package/es/src/elements/HawaPricingCard.js +0 -1
  384. package/es/src/elements/HawaRadio.js +0 -1
  385. package/es/src/elements/HawaRange.js +0 -1
  386. package/es/src/elements/HawaSearchBar.js +0 -1
  387. package/es/src/elements/HawaSelect.js +0 -1
  388. package/es/src/elements/HawaSettingsRow.js +0 -1
  389. package/es/src/elements/HawaSnackbar.js +0 -1
  390. package/es/src/elements/HawaStats.js +0 -1
  391. package/es/src/elements/HawaStepper.js +0 -1
  392. package/es/src/elements/HawaStoreButtons.js +0 -1
  393. package/es/src/elements/HawaSwitch.js +0 -1
  394. package/es/src/elements/HawaTable.js +0 -1
  395. package/es/src/elements/HawaTabs.js +0 -1
  396. package/es/src/elements/HawaTextField.js +0 -1
  397. package/es/src/elements/HawaTooltip.js +0 -1
  398. package/es/src/elements/HawaTypography.js +0 -1
  399. package/es/src/elements/Icons.js +0 -1
  400. package/es/src/elements/Input.js +0 -1
  401. package/es/src/elements/InterfaceSettings.js +0 -1
  402. package/es/src/elements/InvoiceAccordion.js +0 -1
  403. package/es/src/elements/Label.js +0 -1
  404. package/es/src/elements/Popover.js +0 -1
  405. package/es/src/elements/Separator.js +0 -1
  406. package/es/src/elements/Skeleton.js +0 -1
  407. package/es/src/elements/SubsectionList.js +0 -1
  408. package/es/src/elements/Tabs.js +0 -2
  409. package/es/src/elements/Textarea.js +0 -1
  410. package/es/src/elements/Timeline.js +0 -1
  411. package/es/src/elements/Toast.js +0 -1
  412. package/es/src/elements/Toaster.js +0 -1
  413. package/es/src/elements/Tooltip.js +0 -1
  414. package/es/src/elements/UsageCard.js +0 -1
  415. package/es/src/elements/UserFeedback.js +0 -1
  416. package/es/src/hooks/useBreakpoint.js +0 -1
  417. package/es/src/hooks/useDiscloser.js +0 -1
  418. package/es/src/hooks/useTable.js +0 -1
  419. package/es/src/hooks/useToast.js +0 -1
  420. package/es/src/index.js +0 -1
  421. package/es/src/layout/AppLayout.js +0 -1
  422. package/es/src/layout/AppSidebar.js +0 -1
  423. package/es/src/layout/Banner.js +0 -1
  424. package/es/src/layout/Box.js +0 -1
  425. package/es/src/layout/Footer.js +0 -1
  426. package/es/src/layout/HawaAppLayout.js +0 -1
  427. package/es/src/layout/HawaAppLayoutSimplified.js +0 -1
  428. package/es/src/layout/HawaBottomAppBar.js +0 -1
  429. package/es/src/layout/HawaContainer.js +0 -1
  430. package/es/src/layout/HawaGrid.js +0 -1
  431. package/es/src/layout/HawaSiteLayout.js +0 -1
  432. package/es/src/layout/Sidebar.js +0 -1
  433. package/es/src/util.js +0 -1
  434. package/es/stories/ElementsStories/Breadcrumb.stories.d.ts +0 -6
  435. package/es/stories/ManualStories/BlocksIntroduction.stories.d.ts +0 -21
  436. package/es/stories/ManualStories/Customization.stories.d.ts +0 -21
  437. package/es/stories/ManualStories/ElementsIntroduction.stories.d.ts +0 -21
  438. package/es/stories/ManualStories/Installation.stories.d.ts +0 -21
  439. package/es/stories/ManualStories/LayoutIntroduction.stories.d.ts +0 -21
  440. package/es/stories/ManualStories/Overview.stories.d.ts +0 -22
  441. package/es/stories/ManualStories/Usage.stories.d.ts +0 -21
  442. package/es/util.d.ts +0 -10
  443. package/lib/_virtual/index.js +0 -1
  444. package/lib/_virtual/index2.js +0 -1
  445. package/lib/_virtual/index3.js +0 -1
  446. package/lib/_virtual/react-is.development.js +0 -1
  447. package/lib/_virtual/react-is.production.min.js +0 -1
  448. package/lib/blocks/Account/HawaApiBox.d.ts +0 -8
  449. package/lib/blocks/Account/UserProfileForm.d.ts +0 -8
  450. package/lib/blocks/Account/UserSettingsForm.d.ts +0 -9
  451. package/lib/blocks/Account/index.d.ts +0 -2
  452. package/lib/blocks/AuthForms/AppLanding.d.ts +0 -15
  453. package/lib/blocks/AuthForms/CodeConfirmation.d.ts +0 -22
  454. package/lib/blocks/AuthForms/NewPasswordForm.d.ts +0 -18
  455. package/lib/blocks/AuthForms/ResetPasswordForm.d.ts +0 -18
  456. package/lib/blocks/AuthForms/SignInBlock.d.ts +0 -2
  457. package/lib/blocks/AuthForms/SignInForm.d.ts +0 -55
  458. package/lib/blocks/AuthForms/SignInPhone.d.ts +0 -13
  459. package/lib/blocks/AuthForms/SignUpForm.d.ts +0 -55
  460. package/lib/blocks/AuthForms/index.d.ts +0 -8
  461. package/lib/blocks/Misc/EmptyState.d.ts +0 -11
  462. package/lib/blocks/Misc/LeadGenerator.d.ts +0 -12
  463. package/lib/blocks/Misc/NoPermission.d.ts +0 -10
  464. package/lib/blocks/Misc/NotFound.d.ts +0 -11
  465. package/lib/blocks/Misc/Testimonial.d.ts +0 -6
  466. package/lib/blocks/Misc/index.d.ts +0 -5
  467. package/lib/blocks/Payment/ChargeWalletForm.d.ts +0 -12
  468. package/lib/blocks/Payment/CheckoutForm.d.ts +0 -27
  469. package/lib/blocks/Payment/Confirmation.d.ts +0 -38
  470. package/lib/blocks/Payment/CreditCardForm.d.ts +0 -7
  471. package/lib/blocks/Payment/PayWithWallet.d.ts +0 -8
  472. package/lib/blocks/Payment/SelectPayment.d.ts +0 -26
  473. package/lib/blocks/Payment/index.d.ts +0 -6
  474. package/lib/blocks/Pricing/ComparingPlans.d.ts +0 -39
  475. package/lib/blocks/Pricing/HorizontalPricing.d.ts +0 -47
  476. package/lib/blocks/Pricing/PricingPlans.d.ts +0 -47
  477. package/lib/blocks/Pricing/index.d.ts +0 -3
  478. package/lib/blocks/Referral/ReferralAccount.d.ts +0 -7
  479. package/lib/blocks/Referral/ReferralSettlement.d.ts +0 -8
  480. package/lib/blocks/Referral/ReferralStats.d.ts +0 -8
  481. package/lib/blocks/Referral/index.d.ts +0 -3
  482. package/lib/blocks/index.d.ts +0 -6
  483. package/lib/countries.d.ts +0 -2
  484. package/lib/elements/ArrowCarousel.d.ts +0 -13
  485. package/lib/elements/AutoCompleteField.d.ts +0 -8
  486. package/lib/elements/BackToTop.d.ts +0 -10
  487. package/lib/elements/Breadcrumb.d.ts +0 -12
  488. package/lib/elements/Button.d.ts +0 -12
  489. package/lib/elements/Card.d.ts +0 -13
  490. package/lib/elements/DragDropImages.d.ts +0 -28
  491. package/lib/elements/DraggableCard.d.ts +0 -6
  492. package/lib/elements/DropdownMenu.d.ts +0 -30
  493. package/lib/elements/FloatingComment.d.ts +0 -32
  494. package/lib/elements/FloatingCommentExec.d.ts +0 -4
  495. package/lib/elements/FloatingCommentSlate.d.ts +0 -19
  496. package/lib/elements/HawaAccordion.d.ts +0 -11
  497. package/lib/elements/HawaAdCard.d.ts +0 -10
  498. package/lib/elements/HawaAlert.d.ts +0 -23
  499. package/lib/elements/HawaButton.d.ts +0 -21
  500. package/lib/elements/HawaCardInput.d.ts +0 -25
  501. package/lib/elements/HawaCheckbox.d.ts +0 -11
  502. package/lib/elements/HawaChip.d.ts +0 -17
  503. package/lib/elements/HawaCodeBlock.d.ts +0 -15
  504. package/lib/elements/HawaColorPicker.d.ts +0 -9
  505. package/lib/elements/HawaCopyrights.d.ts +0 -15
  506. package/lib/elements/HawaDatepicker.d.ts +0 -4
  507. package/lib/elements/HawaDropdownMenu.d.ts +0 -7
  508. package/lib/elements/HawaIconCount.d.ts +0 -9
  509. package/lib/elements/HawaInlineCode.d.ts +0 -6
  510. package/lib/elements/HawaItemCard.d.ts +0 -32
  511. package/lib/elements/HawaLandingCard.d.ts +0 -18
  512. package/lib/elements/HawaLoading.d.ts +0 -8
  513. package/lib/elements/HawaLogoButton.d.ts +0 -10
  514. package/lib/elements/HawaMenu.d.ts +0 -24
  515. package/lib/elements/HawaModal.d.ts +0 -21
  516. package/lib/elements/HawaPanelTabs.d.ts +0 -13
  517. package/lib/elements/HawaPhoneInput.d.ts +0 -11
  518. package/lib/elements/HawaPinInput.d.ts +0 -10
  519. package/lib/elements/HawaPricingCard.d.ts +0 -21
  520. package/lib/elements/HawaRadio.d.ts +0 -17
  521. package/lib/elements/HawaRange.d.ts +0 -12
  522. package/lib/elements/HawaSearchBar.d.ts +0 -4
  523. package/lib/elements/HawaSelect.d.ts +0 -23
  524. package/lib/elements/HawaSettingsRow.d.ts +0 -44
  525. package/lib/elements/HawaSnackbar.d.ts +0 -19
  526. package/lib/elements/HawaStats.d.ts +0 -14
  527. package/lib/elements/HawaStepper.d.ts +0 -8
  528. package/lib/elements/HawaStoreButtons.d.ts +0 -7
  529. package/lib/elements/HawaSwitch.d.ts +0 -7
  530. package/lib/elements/HawaTable.d.ts +0 -45
  531. package/lib/elements/HawaTabs.d.ts +0 -13
  532. package/lib/elements/HawaTextField.d.ts +0 -31
  533. package/lib/elements/HawaTooltip.d.ts +0 -12
  534. package/lib/elements/HawaTypography.d.ts +0 -7
  535. package/lib/elements/Icons.d.ts +0 -19
  536. package/lib/elements/Input.d.ts +0 -6
  537. package/lib/elements/InterfaceSettings.d.ts +0 -11
  538. package/lib/elements/InvoiceAccordion.d.ts +0 -31
  539. package/lib/elements/Label.d.ts +0 -5
  540. package/lib/elements/Popover.d.ts +0 -11
  541. package/lib/elements/Select.d.ts +0 -11
  542. package/lib/elements/Separator.d.ts +0 -4
  543. package/lib/elements/Skeleton.d.ts +0 -3
  544. package/lib/elements/SubsectionList.d.ts +0 -19
  545. package/lib/elements/TabPanel.d.ts +0 -8
  546. package/lib/elements/Tabs.d.ts +0 -9
  547. package/lib/elements/Textarea.d.ts +0 -6
  548. package/lib/elements/Timeline.d.ts +0 -13
  549. package/lib/elements/Toast.d.ts +0 -19
  550. package/lib/elements/Toaster.d.ts +0 -2
  551. package/lib/elements/Tooltip.d.ts +0 -12
  552. package/lib/elements/UsageCard.d.ts +0 -9
  553. package/lib/elements/UserFeedback.d.ts +0 -14
  554. package/lib/elements/index.d.ts +0 -66
  555. package/lib/hooks/index.d.ts +0 -3
  556. package/lib/hooks/useBreakpoint.d.ts +0 -2
  557. package/lib/hooks/useDiscloser.d.ts +0 -7
  558. package/lib/hooks/useHover.d.ts +0 -3
  559. package/lib/hooks/useScrollPosition.d.ts +0 -2
  560. package/lib/hooks/useTable.d.ts +0 -5
  561. package/lib/hooks/useToast.d.ts +0 -45
  562. package/lib/index.d.ts +0 -4
  563. package/lib/layout/AppLayout.d.ts +0 -50
  564. package/lib/layout/AppSidebar.d.ts +0 -11
  565. package/lib/layout/Banner.d.ts +0 -14
  566. package/lib/layout/Box.d.ts +0 -2
  567. package/lib/layout/Footer.d.ts +0 -20
  568. package/lib/layout/HawaAppLayout.d.ts +0 -31
  569. package/lib/layout/HawaAppLayoutSimplified.d.ts +0 -42
  570. package/lib/layout/HawaBottomAppBar.d.ts +0 -8
  571. package/lib/layout/HawaContainer.d.ts +0 -10
  572. package/lib/layout/HawaGrid.d.ts +0 -6
  573. package/lib/layout/HawaSiteLayout.d.ts +0 -23
  574. package/lib/layout/Sidebar.d.ts +0 -35
  575. package/lib/layout/Sidebar2.d.ts +0 -20
  576. package/lib/layout/index.d.ts +0 -12
  577. package/lib/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +0 -1
  578. package/lib/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +0 -1
  579. package/lib/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +0 -1
  580. package/lib/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +0 -1
  581. package/lib/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +0 -1
  582. package/lib/node_modules/@babel/runtime/helpers/esm/createClass.js +0 -1
  583. package/lib/node_modules/@babel/runtime/helpers/esm/createSuper.js +0 -1
  584. package/lib/node_modules/@babel/runtime/helpers/esm/defineProperty.js +0 -1
  585. package/lib/node_modules/@babel/runtime/helpers/esm/extends.js +0 -1
  586. package/lib/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +0 -1
  587. package/lib/node_modules/@babel/runtime/helpers/esm/inherits.js +0 -1
  588. package/lib/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +0 -1
  589. package/lib/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +0 -1
  590. package/lib/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +0 -1
  591. package/lib/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +0 -1
  592. package/lib/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +0 -1
  593. package/lib/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +0 -1
  594. package/lib/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +0 -1
  595. package/lib/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0 -1
  596. package/lib/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +0 -1
  597. package/lib/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +0 -1
  598. package/lib/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +0 -1
  599. package/lib/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +0 -1
  600. package/lib/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +0 -1
  601. package/lib/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +0 -1
  602. package/lib/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +0 -1
  603. package/lib/node_modules/@babel/runtime/helpers/esm/typeof.js +0 -1
  604. package/lib/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +0 -1
  605. package/lib/node_modules/@emotion/cache/dist/emotion-cache.esm.js +0 -1
  606. package/lib/node_modules/@emotion/cache/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js +0 -1
  607. package/lib/node_modules/@emotion/hash/dist/emotion-hash.esm.js +0 -1
  608. package/lib/node_modules/@emotion/react/dist/emotion-element-6bdfffb2.esm.js +0 -1
  609. package/lib/node_modules/@emotion/react/dist/emotion-react.esm.js +0 -1
  610. package/lib/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +0 -1
  611. package/lib/node_modules/@emotion/serialize/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js +0 -1
  612. package/lib/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js +0 -1
  613. package/lib/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js +0 -1
  614. package/lib/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.esm.js +0 -1
  615. package/lib/node_modules/@emotion/utils/dist/emotion-utils.esm.js +0 -1
  616. package/lib/node_modules/@emotion/weak-memoize/dist/emotion-weak-memoize.esm.js +0 -1
  617. package/lib/node_modules/@floating-ui/core/dist/floating-ui.core.mjs.js +0 -1
  618. package/lib/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs.js +0 -1
  619. package/lib/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.esm.js +0 -1
  620. package/lib/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs.js +0 -1
  621. package/lib/node_modules/@floating-ui/utils/dom/dist/floating-ui.utils.dom.mjs.js +0 -1
  622. package/lib/node_modules/@juggle/resize-observer/lib/DOMRectReadOnly.js +0 -1
  623. package/lib/node_modules/@juggle/resize-observer/lib/ResizeObservation.js +0 -1
  624. package/lib/node_modules/@juggle/resize-observer/lib/ResizeObserver.js +0 -1
  625. package/lib/node_modules/@juggle/resize-observer/lib/ResizeObserverBoxOptions.js +0 -1
  626. package/lib/node_modules/@juggle/resize-observer/lib/ResizeObserverController.js +0 -1
  627. package/lib/node_modules/@juggle/resize-observer/lib/ResizeObserverDetail.js +0 -1
  628. package/lib/node_modules/@juggle/resize-observer/lib/ResizeObserverEntry.js +0 -1
  629. package/lib/node_modules/@juggle/resize-observer/lib/ResizeObserverSize.js +0 -1
  630. package/lib/node_modules/@juggle/resize-observer/lib/algorithms/broadcastActiveObservations.js +0 -1
  631. package/lib/node_modules/@juggle/resize-observer/lib/algorithms/calculateBoxSize.js +0 -1
  632. package/lib/node_modules/@juggle/resize-observer/lib/algorithms/calculateDepthForNode.js +0 -1
  633. package/lib/node_modules/@juggle/resize-observer/lib/algorithms/deliverResizeLoopError.js +0 -1
  634. package/lib/node_modules/@juggle/resize-observer/lib/algorithms/gatherActiveObservationsAtDepth.js +0 -1
  635. package/lib/node_modules/@juggle/resize-observer/lib/algorithms/hasActiveObservations.js +0 -1
  636. package/lib/node_modules/@juggle/resize-observer/lib/algorithms/hasSkippedObservations.js +0 -1
  637. package/lib/node_modules/@juggle/resize-observer/lib/utils/element.js +0 -1
  638. package/lib/node_modules/@juggle/resize-observer/lib/utils/freeze.js +0 -1
  639. package/lib/node_modules/@juggle/resize-observer/lib/utils/global.js +0 -1
  640. package/lib/node_modules/@juggle/resize-observer/lib/utils/process.js +0 -1
  641. package/lib/node_modules/@juggle/resize-observer/lib/utils/queueMicroTask.js +0 -1
  642. package/lib/node_modules/@juggle/resize-observer/lib/utils/queueResizeObserver.js +0 -1
  643. package/lib/node_modules/@juggle/resize-observer/lib/utils/resizeObservers.js +0 -1
  644. package/lib/node_modules/@juggle/resize-observer/lib/utils/scheduler.js +0 -1
  645. package/lib/node_modules/@radix-ui/primitive/dist/index.mjs.js +0 -1
  646. package/lib/node_modules/@radix-ui/react-accordion/dist/index.mjs.js +0 -1
  647. package/lib/node_modules/@radix-ui/react-arrow/dist/index.mjs.js +0 -1
  648. package/lib/node_modules/@radix-ui/react-collapsible/dist/index.mjs.js +0 -1
  649. package/lib/node_modules/@radix-ui/react-collection/dist/index.mjs.js +0 -1
  650. package/lib/node_modules/@radix-ui/react-compose-refs/dist/index.mjs.js +0 -1
  651. package/lib/node_modules/@radix-ui/react-context/dist/index.mjs.js +0 -1
  652. package/lib/node_modules/@radix-ui/react-direction/dist/index.mjs.js +0 -1
  653. package/lib/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs.js +0 -1
  654. package/lib/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs.js +0 -1
  655. package/lib/node_modules/@radix-ui/react-focus-guards/dist/index.mjs.js +0 -1
  656. package/lib/node_modules/@radix-ui/react-focus-scope/dist/index.mjs.js +0 -1
  657. package/lib/node_modules/@radix-ui/react-id/dist/index.mjs.js +0 -1
  658. package/lib/node_modules/@radix-ui/react-label/dist/index.mjs.js +0 -1
  659. package/lib/node_modules/@radix-ui/react-menu/dist/index.mjs.js +0 -1
  660. package/lib/node_modules/@radix-ui/react-popover/dist/index.mjs.js +0 -1
  661. package/lib/node_modules/@radix-ui/react-popper/dist/index.mjs.js +0 -1
  662. package/lib/node_modules/@radix-ui/react-portal/dist/index.mjs.js +0 -1
  663. package/lib/node_modules/@radix-ui/react-presence/dist/index.mjs.js +0 -1
  664. package/lib/node_modules/@radix-ui/react-primitive/dist/index.mjs.js +0 -1
  665. package/lib/node_modules/@radix-ui/react-roving-focus/dist/index.mjs.js +0 -1
  666. package/lib/node_modules/@radix-ui/react-separator/dist/index.mjs.js +0 -1
  667. package/lib/node_modules/@radix-ui/react-slot/dist/index.mjs.js +0 -1
  668. package/lib/node_modules/@radix-ui/react-tabs/dist/index.mjs.js +0 -1
  669. package/lib/node_modules/@radix-ui/react-toast/dist/index.mjs.js +0 -1
  670. package/lib/node_modules/@radix-ui/react-tooltip/dist/index.mjs.js +0 -1
  671. package/lib/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs.js +0 -1
  672. package/lib/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs.js +0 -1
  673. package/lib/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs.js +0 -1
  674. package/lib/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs.js +0 -1
  675. package/lib/node_modules/@radix-ui/react-use-size/dist/index.mjs.js +0 -1
  676. package/lib/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs.js +0 -1
  677. package/lib/node_modules/aria-hidden/dist/es2015/index.js +0 -1
  678. package/lib/node_modules/attr-accept/dist/es/index.js +0 -1
  679. package/lib/node_modules/class-variance-authority/dist/index.mjs.js +0 -1
  680. package/lib/node_modules/class-variance-authority/node_modules/clsx/dist/clsx.mjs.js +0 -1
  681. package/lib/node_modules/clsx/dist/clsx.m.js +0 -1
  682. package/lib/node_modules/compute-scroll-into-view/dist/index.mjs.js +0 -1
  683. package/lib/node_modules/file-selector/dist/es5/file-selector.js +0 -1
  684. package/lib/node_modules/file-selector/dist/es5/file.js +0 -1
  685. package/lib/node_modules/get-nonce/dist/es2015/index.js +0 -1
  686. package/lib/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +0 -1
  687. package/lib/node_modules/immer/dist/immer.esm.mjs.js +0 -1
  688. package/lib/node_modules/is-hotkey/lib/index.js +0 -1
  689. package/lib/node_modules/memoize-one/dist/memoize-one.esm.js +0 -1
  690. package/lib/node_modules/prop-types/checkPropTypes.js +0 -1
  691. package/lib/node_modules/prop-types/factoryWithThrowingShims.js +0 -1
  692. package/lib/node_modules/prop-types/factoryWithTypeCheckers.js +0 -1
  693. package/lib/node_modules/prop-types/index.js +0 -1
  694. package/lib/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -1
  695. package/lib/node_modules/prop-types/lib/has.js +0 -1
  696. package/lib/node_modules/react-dropzone/dist/es/index.js +0 -1
  697. package/lib/node_modules/react-dropzone/dist/es/utils/index.js +0 -1
  698. package/lib/node_modules/react-hook-form/dist/index.esm.mjs.js +0 -1
  699. package/lib/node_modules/react-icons/ai/index.esm.js +0 -1
  700. package/lib/node_modules/react-icons/bs/index.esm.js +0 -1
  701. package/lib/node_modules/react-icons/fa/index.esm.js +0 -1
  702. package/lib/node_modules/react-icons/lib/esm/iconBase.js +0 -1
  703. package/lib/node_modules/react-icons/lib/esm/iconContext.js +0 -1
  704. package/lib/node_modules/react-is/cjs/react-is.development.js +0 -9
  705. package/lib/node_modules/react-is/cjs/react-is.production.min.js +0 -9
  706. package/lib/node_modules/react-is/index.js +0 -1
  707. package/lib/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -1
  708. package/lib/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -1
  709. package/lib/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -1
  710. package/lib/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -1
  711. package/lib/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +0 -1
  712. package/lib/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -1
  713. package/lib/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -1
  714. package/lib/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -1
  715. package/lib/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +0 -1
  716. package/lib/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +0 -1
  717. package/lib/node_modules/react-select/creatable/dist/react-select-creatable.esm.js +0 -1
  718. package/lib/node_modules/react-select/dist/Select-aecb2a80.esm.js +0 -1
  719. package/lib/node_modules/react-select/dist/index-baa8dc4f.esm.js +0 -1
  720. package/lib/node_modules/react-select/dist/react-select.esm.js +0 -1
  721. package/lib/node_modules/react-select/dist/useCreatable-4a2d7323.esm.js +0 -1
  722. package/lib/node_modules/react-select/dist/useStateManager-7e1e8489.esm.js +0 -1
  723. package/lib/node_modules/react-style-singleton/dist/es2015/component.js +0 -1
  724. package/lib/node_modules/react-style-singleton/dist/es2015/hook.js +0 -1
  725. package/lib/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -1
  726. package/lib/node_modules/scroll-into-view-if-needed/es/index.js +0 -1
  727. package/lib/node_modules/slate/dist/index.es.js +0 -1
  728. package/lib/node_modules/slate/node_modules/is-plain-object/dist/is-plain-object.mjs.js +0 -8
  729. package/lib/node_modules/slate-react/dist/index.es.js +0 -1
  730. package/lib/node_modules/stylis/src/Enum.js +0 -1
  731. package/lib/node_modules/stylis/src/Middleware.js +0 -1
  732. package/lib/node_modules/stylis/src/Parser.js +0 -1
  733. package/lib/node_modules/stylis/src/Serializer.js +0 -1
  734. package/lib/node_modules/stylis/src/Tokenizer.js +0 -1
  735. package/lib/node_modules/stylis/src/Utility.js +0 -1
  736. package/lib/node_modules/tailwind-merge/dist/lib/class-utils.mjs.js +0 -1
  737. package/lib/node_modules/tailwind-merge/dist/lib/config-utils.mjs.js +0 -1
  738. package/lib/node_modules/tailwind-merge/dist/lib/create-tailwind-merge.mjs.js +0 -1
  739. package/lib/node_modules/tailwind-merge/dist/lib/default-config.mjs.js +0 -1
  740. package/lib/node_modules/tailwind-merge/dist/lib/from-theme.mjs.js +0 -1
  741. package/lib/node_modules/tailwind-merge/dist/lib/lru-cache.mjs.js +0 -1
  742. package/lib/node_modules/tailwind-merge/dist/lib/merge-classlist.mjs.js +0 -1
  743. package/lib/node_modules/tailwind-merge/dist/lib/modifier-utils.mjs.js +0 -1
  744. package/lib/node_modules/tailwind-merge/dist/lib/tw-join.mjs.js +0 -1
  745. package/lib/node_modules/tailwind-merge/dist/lib/tw-merge.mjs.js +0 -1
  746. package/lib/node_modules/tailwind-merge/dist/lib/validators.mjs.js +0 -1
  747. package/lib/node_modules/tslib/tslib.es6.mjs.js +0 -1
  748. package/lib/node_modules/use-callback-ref/dist/es2015/assignRef.js +0 -1
  749. package/lib/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +0 -1
  750. package/lib/node_modules/use-callback-ref/dist/es2015/useRef.js +0 -1
  751. package/lib/node_modules/use-isomorphic-layout-effect/dist/use-isomorphic-layout-effect.esm.js +0 -1
  752. package/lib/node_modules/use-sidecar/dist/es2015/exports.js +0 -1
  753. package/lib/node_modules/use-sidecar/dist/es2015/medium.js +0 -1
  754. package/lib/src/blocks/Account/UserProfileForm.js +0 -1
  755. package/lib/src/blocks/Account/UserSettingsForm.js +0 -1
  756. package/lib/src/blocks/AuthForms/AppLanding.js +0 -1
  757. package/lib/src/blocks/AuthForms/CodeConfirmation.js +0 -1
  758. package/lib/src/blocks/AuthForms/NewPasswordForm.js +0 -1
  759. package/lib/src/blocks/AuthForms/ResetPasswordForm.js +0 -1
  760. package/lib/src/blocks/AuthForms/SignInBlock.js +0 -1
  761. package/lib/src/blocks/AuthForms/SignInForm.js +0 -1
  762. package/lib/src/blocks/AuthForms/SignInPhone.js +0 -1
  763. package/lib/src/blocks/AuthForms/SignUpForm.js +0 -1
  764. package/lib/src/blocks/Misc/EmptyState.js +0 -1
  765. package/lib/src/blocks/Misc/LeadGenerator.js +0 -1
  766. package/lib/src/blocks/Misc/NoPermission.js +0 -1
  767. package/lib/src/blocks/Misc/NotFound.js +0 -1
  768. package/lib/src/blocks/Misc/Testimonial.js +0 -1
  769. package/lib/src/blocks/Payment/ChargeWalletForm.js +0 -1
  770. package/lib/src/blocks/Payment/CheckoutForm.js +0 -1
  771. package/lib/src/blocks/Payment/Confirmation.js +0 -1
  772. package/lib/src/blocks/Payment/CreditCardForm.js +0 -1
  773. package/lib/src/blocks/Payment/PayWithWallet.js +0 -1
  774. package/lib/src/blocks/Payment/SelectPayment.js +0 -1
  775. package/lib/src/blocks/Pricing/ComparingPlans.js +0 -1
  776. package/lib/src/blocks/Pricing/HorizontalPricing.js +0 -1
  777. package/lib/src/blocks/Pricing/PricingPlans.js +0 -1
  778. package/lib/src/blocks/Referral/ReferralAccount.js +0 -1
  779. package/lib/src/blocks/Referral/ReferralSettlement.js +0 -1
  780. package/lib/src/blocks/Referral/ReferralStats.js +0 -1
  781. package/lib/src/countries.js +0 -1
  782. package/lib/src/elements/ArrowCarousel.js +0 -1
  783. package/lib/src/elements/BackToTop.js +0 -1
  784. package/lib/src/elements/Button.js +0 -1
  785. package/lib/src/elements/Card.js +0 -1
  786. package/lib/src/elements/DragDropImages.js +0 -1
  787. package/lib/src/elements/DraggableCard.js +0 -1
  788. package/lib/src/elements/DropdownMenu.js +0 -1
  789. package/lib/src/elements/FloatingComment.js +0 -1
  790. package/lib/src/elements/FloatingCommentExec.js +0 -1
  791. package/lib/src/elements/FloatingCommentSlate.js +0 -1
  792. package/lib/src/elements/HawaAccordion.js +0 -1
  793. package/lib/src/elements/HawaAdCard.js +0 -1
  794. package/lib/src/elements/HawaAlert.js +0 -1
  795. package/lib/src/elements/HawaButton.js +0 -1
  796. package/lib/src/elements/HawaCardInput.js +0 -1
  797. package/lib/src/elements/HawaCheckbox.js +0 -1
  798. package/lib/src/elements/HawaChip.js +0 -1
  799. package/lib/src/elements/HawaCodeBlock.js +0 -1
  800. package/lib/src/elements/HawaColorPicker.js +0 -1
  801. package/lib/src/elements/HawaCopyrights.js +0 -1
  802. package/lib/src/elements/HawaDatepicker.js +0 -1
  803. package/lib/src/elements/HawaDropdownMenu.js +0 -1
  804. package/lib/src/elements/HawaIconCount.js +0 -1
  805. package/lib/src/elements/HawaInlineCode.js +0 -1
  806. package/lib/src/elements/HawaItemCard.js +0 -1
  807. package/lib/src/elements/HawaLandingCard.js +0 -1
  808. package/lib/src/elements/HawaLoading.js +0 -1
  809. package/lib/src/elements/HawaLogoButton.js +0 -1
  810. package/lib/src/elements/HawaMenu.js +0 -1
  811. package/lib/src/elements/HawaModal.js +0 -1
  812. package/lib/src/elements/HawaPanelTabs.js +0 -1
  813. package/lib/src/elements/HawaPhoneInput.js +0 -1
  814. package/lib/src/elements/HawaPinInput.js +0 -1
  815. package/lib/src/elements/HawaPricingCard.js +0 -1
  816. package/lib/src/elements/HawaRadio.js +0 -1
  817. package/lib/src/elements/HawaRange.js +0 -1
  818. package/lib/src/elements/HawaSearchBar.js +0 -1
  819. package/lib/src/elements/HawaSelect.js +0 -1
  820. package/lib/src/elements/HawaSettingsRow.js +0 -1
  821. package/lib/src/elements/HawaSnackbar.js +0 -1
  822. package/lib/src/elements/HawaStats.js +0 -1
  823. package/lib/src/elements/HawaStepper.js +0 -1
  824. package/lib/src/elements/HawaStoreButtons.js +0 -1
  825. package/lib/src/elements/HawaSwitch.js +0 -1
  826. package/lib/src/elements/HawaTable.js +0 -1
  827. package/lib/src/elements/HawaTabs.js +0 -1
  828. package/lib/src/elements/HawaTextField.js +0 -1
  829. package/lib/src/elements/HawaTooltip.js +0 -1
  830. package/lib/src/elements/HawaTypography.js +0 -1
  831. package/lib/src/elements/Icons.js +0 -1
  832. package/lib/src/elements/Input.js +0 -1
  833. package/lib/src/elements/InterfaceSettings.js +0 -1
  834. package/lib/src/elements/InvoiceAccordion.js +0 -1
  835. package/lib/src/elements/Label.js +0 -1
  836. package/lib/src/elements/Popover.js +0 -1
  837. package/lib/src/elements/Separator.js +0 -1
  838. package/lib/src/elements/Skeleton.js +0 -1
  839. package/lib/src/elements/SubsectionList.js +0 -1
  840. package/lib/src/elements/Tabs.js +0 -2
  841. package/lib/src/elements/Textarea.js +0 -1
  842. package/lib/src/elements/Timeline.js +0 -1
  843. package/lib/src/elements/Toast.js +0 -1
  844. package/lib/src/elements/Toaster.js +0 -1
  845. package/lib/src/elements/Tooltip.js +0 -1
  846. package/lib/src/elements/UsageCard.js +0 -1
  847. package/lib/src/elements/UserFeedback.js +0 -1
  848. package/lib/src/hooks/useBreakpoint.js +0 -1
  849. package/lib/src/hooks/useDiscloser.js +0 -1
  850. package/lib/src/hooks/useTable.js +0 -1
  851. package/lib/src/hooks/useToast.js +0 -1
  852. package/lib/src/index.js +0 -1
  853. package/lib/src/layout/AppLayout.js +0 -1
  854. package/lib/src/layout/AppSidebar.js +0 -1
  855. package/lib/src/layout/Banner.js +0 -1
  856. package/lib/src/layout/Box.js +0 -1
  857. package/lib/src/layout/Footer.js +0 -1
  858. package/lib/src/layout/HawaAppLayout.js +0 -1
  859. package/lib/src/layout/HawaAppLayoutSimplified.js +0 -1
  860. package/lib/src/layout/HawaBottomAppBar.js +0 -1
  861. package/lib/src/layout/HawaContainer.js +0 -1
  862. package/lib/src/layout/HawaGrid.js +0 -1
  863. package/lib/src/layout/HawaSiteLayout.js +0 -1
  864. package/lib/src/layout/Sidebar.js +0 -1
  865. package/lib/src/util.js +0 -1
  866. package/lib/stories/ElementsStories/Breadcrumb.stories.d.ts +0 -6
  867. package/lib/stories/ManualStories/BlocksIntroduction.stories.d.ts +0 -21
  868. package/lib/stories/ManualStories/Customization.stories.d.ts +0 -21
  869. package/lib/stories/ManualStories/ElementsIntroduction.stories.d.ts +0 -21
  870. package/lib/stories/ManualStories/Installation.stories.d.ts +0 -21
  871. package/lib/stories/ManualStories/LayoutIntroduction.stories.d.ts +0 -21
  872. package/lib/stories/ManualStories/Overview.stories.d.ts +0 -22
  873. package/lib/stories/ManualStories/Usage.stories.d.ts +0 -21
  874. package/lib/util.d.ts +0 -10
  875. package/src/elements/HawaCardInput.tsx +0 -318
@@ -0,0 +1,1667 @@
1
+ import * as React$1 from 'react';
2
+ import React__default, { FC, ChangeEvent, ReactElement, ReactNode, RefObject, PropsWithRef, ButtonHTMLAttributes } from 'react';
3
+ import { BaseEditor } from 'slate';
4
+ import { ReactEditor } from 'slate-react';
5
+ import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
6
+ import { VariantProps } from 'class-variance-authority';
7
+ import * as LabelPrimitive from '@radix-ui/react-label';
8
+ import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
9
+ import * as TabsPrimitive from '@radix-ui/react-tabs';
10
+ import * as SeparatorPrimitive from '@radix-ui/react-separator';
11
+ import * as ToastPrimitives from '@radix-ui/react-toast';
12
+
13
+ type THawaSnackBar = {
14
+ severity: "info" | "warning" | "error" | "success" | "none";
15
+ title: string;
16
+ description: string;
17
+ onCloseSnakbar?: () => void;
18
+ duration?: number;
19
+ position?: "top-left" | "top-center" | "top-right" | "bottom-right" | "bottom-center" | "bottom-left";
20
+ actions?: [
21
+ {
22
+ icon?: any;
23
+ label: string;
24
+ onClick: any;
25
+ variant: "contained" | "outlined";
26
+ }
27
+ ];
28
+ };
29
+ declare const HawaSnackbar: FC<THawaSnackBar>;
30
+
31
+ type SwitchTypes = {
32
+ text?: any;
33
+ size?: "small" | "normal" | "large";
34
+ };
35
+ declare const HawaSwitch: FC<SwitchTypes>;
36
+
37
+ type TCheckBoxTypes = {
38
+ centered?: boolean;
39
+ label?: any;
40
+ helperText?: any;
41
+ id: string;
42
+ onChange?: (e: any) => void;
43
+ val?: boolean;
44
+ };
45
+ declare const HawaCheckbox: FC<TCheckBoxTypes>;
46
+
47
+ type PanelTabsTypes = {
48
+ defaultValue: any;
49
+ options: [{
50
+ label: string;
51
+ value: string;
52
+ }];
53
+ lang: any;
54
+ handleChange: any;
55
+ location: any;
56
+ };
57
+ declare const HawaPanelTabs: FC<PanelTabsTypes>;
58
+
59
+ type TChipTypes = {
60
+ /** The text inside the chip */
61
+ label: string;
62
+ /** The small icon before the chip label */
63
+ icon?: JSX.Element;
64
+ /** The color of the chip, must be a tailwind color */
65
+ color?: string;
66
+ /** The size of the chip */
67
+ size?: "small" | "normal" | "large";
68
+ /** Enable/Disable the dot before the label of the chip */
69
+ dot?: boolean;
70
+ /** Red/Green dot next to the label of the chip indicating online/offline or available/unavailable */
71
+ dotType?: "available" | "unavailable";
72
+ };
73
+ declare const HawaChip: FC<TChipTypes>;
74
+
75
+ type IconCountTypes = {
76
+ /** The icon of the counter */
77
+ icon: JSX.Element;
78
+ /** The text next to the icon */
79
+ count?: string;
80
+ };
81
+ declare const HawaIconCount: FC<IconCountTypes>;
82
+
83
+ type SettingsRowTypes = {
84
+ settingsLabel: string;
85
+ settingsType: "text" | "radio" | "boolean" | "color" | "range" | "select";
86
+ settingsDescription?: string;
87
+ radioProps: {
88
+ defaultValue: any;
89
+ onChangeTab: any;
90
+ options: [{
91
+ label: string;
92
+ value: any;
93
+ }];
94
+ };
95
+ colorProps: {
96
+ color?: any;
97
+ handleChange?: any;
98
+ };
99
+ rangeProps: {
100
+ min?: any;
101
+ max?: any;
102
+ };
103
+ switchProps: {
104
+ size: "small" | "normal" | "large";
105
+ };
106
+ selectProps: {
107
+ label?: string;
108
+ options?: any[any];
109
+ isCreatable?: boolean;
110
+ isClearable?: boolean;
111
+ isMulti?: boolean;
112
+ isSearchable?: boolean;
113
+ onChange?: any;
114
+ helperText?: any;
115
+ onInputChange?: any;
116
+ native?: any;
117
+ fullWidth?: any;
118
+ value?: any;
119
+ children?: any;
120
+ getOptionLabel?: any;
121
+ disabled?: boolean;
122
+ };
123
+ };
124
+ declare const HawaSettingsRow: FC<SettingsRowTypes>;
125
+
126
+ type SelectTypes = {
127
+ label?: string;
128
+ options?: {
129
+ value: any;
130
+ label: any;
131
+ }[];
132
+ isCreatable?: boolean;
133
+ isClearable?: boolean;
134
+ isMulti?: boolean;
135
+ isSearchable?: boolean;
136
+ onChange?: any;
137
+ helperText?: any;
138
+ onInputChange?: any;
139
+ native?: any;
140
+ width?: "full" | "small";
141
+ value?: any;
142
+ children?: any;
143
+ getOptionLabel?: any;
144
+ disabled?: boolean;
145
+ };
146
+ declare const HawaSelect: FC<SelectTypes>;
147
+
148
+ type RangeTypes = {
149
+ value?: any;
150
+ handleChange?: any;
151
+ startElement?: any;
152
+ endElement?: any;
153
+ label?: string;
154
+ min?: any;
155
+ max?: any;
156
+ };
157
+ declare const HawaRange: FC<RangeTypes>;
158
+
159
+ type TypographyTypes$1 = {
160
+ children: any;
161
+ align?: any;
162
+ };
163
+ declare const HawaTypography: FC<TypographyTypes$1>;
164
+
165
+ type AlertTypes = {
166
+ severity: "info" | "warning" | "error" | "success";
167
+ /** The title of the alert placed above the text of the alert. Can be used alone */
168
+ title?: any;
169
+ /** The text of the alert placed below the title of the alert. Can be used alone */
170
+ text: any;
171
+ /** The duration for the alert to stay on the screen */
172
+ duration?: number;
173
+ variant?: "normal" | "solid" | "top-accent" | "left-accent" | "right-accent" | "bottom-accent";
174
+ direction?: "rtl" | "ltr";
175
+ actions?: [
176
+ {
177
+ label: string;
178
+ onClick: any;
179
+ variant: "outline" | "link" | "default" | "destructive" | "secondary" | "ghost";
180
+ }
181
+ ];
182
+ persistant?: boolean;
183
+ icon?: any;
184
+ };
185
+ declare const HawaAlert: React__default.FunctionComponent<AlertTypes>;
186
+
187
+ type RowTypes = {
188
+ hidden: boolean;
189
+ value: any;
190
+ suffix?: any;
191
+ };
192
+ type ColTypes = {
193
+ hidden: boolean;
194
+ value: any;
195
+ sortable?: boolean;
196
+ };
197
+ type TableTypes = {
198
+ pagination?: boolean;
199
+ columns: ColTypes[];
200
+ actions?: ActionItems[][];
201
+ direction?: "rtl" | "ltr";
202
+ rows?: RowTypes[][];
203
+ handleActionClick?: any;
204
+ end?: any;
205
+ size?: "normal" | "small";
206
+ highlightFirst?: boolean;
207
+ bodyColor?: string;
208
+ headerColor?: string;
209
+ clickable?: boolean;
210
+ texts?: {
211
+ actions?: string;
212
+ noData?: any;
213
+ items?: string;
214
+ page?: string;
215
+ filter?: string;
216
+ };
217
+ bordersWidth?: string;
218
+ onActionClicked?: any;
219
+ headerTools?: boolean;
220
+ borders?: "all" | "cols" | "rows" | "outer" | "inner";
221
+ };
222
+ type ActionItems = {
223
+ icon?: JSX.Element;
224
+ label: string;
225
+ action?: (e: any) => void;
226
+ isButton?: boolean;
227
+ element?: any;
228
+ };
229
+ declare const HawaTable: FC<TableTypes>;
230
+
231
+ type ColorPickerTypes = {
232
+ /** The hex code for the color */
233
+ color?: any;
234
+ /** Fires everytime the color changes */
235
+ handleChange?: (e: ChangeEvent<HTMLInputElement>) => void;
236
+ };
237
+ declare const HawaColorPicker: FC<ColorPickerTypes>;
238
+
239
+ type SearchBarTypes = {};
240
+ declare const HawaSearchBar: FC<SearchBarTypes>;
241
+
242
+ type AccordionTypes = {
243
+ /** The title of the clickable accordion bar */
244
+ title: string;
245
+ /** The content inside the accordion to be visible once the bar is clicked */
246
+ content: any;
247
+ /** The index of each accordion, must be unique for each usage of this component */
248
+ index: any;
249
+ };
250
+ declare const HawaAccordion: FC<AccordionTypes>;
251
+
252
+ type HawaPhoneInputTypes = {
253
+ preferredCountry?: any;
254
+ helperText?: any;
255
+ label?: string;
256
+ value?: any;
257
+ country?: any;
258
+ handleChange?: any;
259
+ };
260
+ declare const HawaPhoneInput: FC<HawaPhoneInputTypes>;
261
+
262
+ type THawaToolTip = {
263
+ children?: ReactElement;
264
+ content?: string;
265
+ btnHovered?: any;
266
+ buttonRef?: any;
267
+ direction?: "rtl" | "ltr";
268
+ size?: "normal" | "small" | "large";
269
+ position?: "left-top" | "left-bottom" | "right-top" | "right-bottom" | "top-right" | "top-left" | "bottom-right" | "bottom-left";
270
+ };
271
+ declare const HawaTooltip: FC<THawaToolTip>;
272
+
273
+ type TabsTypes$1 = {
274
+ options?: any;
275
+ onChangeTab?: (option: any) => void;
276
+ defaultValue?: any;
277
+ orientation?: "horizontal" | "vertical";
278
+ direction?: "rtl" | "ltr";
279
+ marginBetween?: any;
280
+ width?: "full" | "normal";
281
+ pill?: boolean;
282
+ };
283
+ declare const HawaTabs: FC<TabsTypes$1>;
284
+
285
+ type ModalTypes = {
286
+ /** * The boolean to open and close the modal */
287
+ open: boolean;
288
+ /** * The title of the modal, it will appear in the header of the modal */
289
+ title: string;
290
+ /**
291
+ * a function that's triggered when the modal is closed either by the clicking the close button or outside the modal.
292
+ * @returns void
293
+ */
294
+ onClose: () => void;
295
+ /** * Boolean to enable/disable closing the modal upon clicking outside the modal */
296
+ closeOnClickOutside?: boolean;
297
+ /** * The id of the modal */
298
+ modalID?: string;
299
+ children: ReactElement;
300
+ /** * The array of actions for the modal, it will appear in the footer of the modal */
301
+ actions: any;
302
+ };
303
+ declare const HawaModal: FC<ModalTypes>;
304
+
305
+ interface TMenuTypes$1 {
306
+ menuItems: MenuItems$1[][];
307
+ withHeader?: boolean;
308
+ headerTitle?: string;
309
+ headerSubtitle?: string;
310
+ direction?: "rtl" | "ltr";
311
+ anchor?: any;
312
+ children?: ReactNode;
313
+ position?: "left-top" | "left-bottom" | "right-top" | "right-bottom" | "top-right" | "top-left" | "bottom-right" | "bottom-left";
314
+ onClickOutside?: any;
315
+ actionedItem?: any;
316
+ size?: "small" | "normal" | "large";
317
+ }
318
+ type MenuItems$1 = {
319
+ icon?: JSX.Element;
320
+ disabled?: boolean;
321
+ label: string;
322
+ action?: (e: any) => void;
323
+ isButton?: boolean;
324
+ element?: any;
325
+ };
326
+ declare const HawaMenu: FC<TMenuTypes$1>;
327
+
328
+ interface TMenuTypes {
329
+ children?: any;
330
+ direction?: "rtl" | "ltr";
331
+ }
332
+ declare const HawaDropdownMenu: FC<TMenuTypes>;
333
+
334
+ type CopyRightsTypes = {
335
+ /** A text used as the version of the app, for example: v1.0.0 */
336
+ version?: string;
337
+ /** Credit to the creator of the app, for example: Sikka Software */
338
+ credits?: string;
339
+ /** The URL of the logo in the copyrights */
340
+ logoURL?: string;
341
+ /** Enable/Disable the existance of the logo */
342
+ withLogo?: boolean;
343
+ /** Fires when the logo is clicked, usually goes to the website of the creator of the app */
344
+ onLogoClicked?: any;
345
+ };
346
+ declare const HawaCopyrights: FC<CopyRightsTypes>;
347
+
348
+ type THawaTimeline = {
349
+ steps: any[any];
350
+ currentStep: any;
351
+ orientation: "vertical" | "horizontal";
352
+ };
353
+ declare const HawaStepper: FC<THawaTimeline>;
354
+
355
+ type StatTypes = {
356
+ label?: string;
357
+ color?: string;
358
+ number?: string;
359
+ helperText?: string;
360
+ icon?: any;
361
+ variant?: "default" | "plain" | "contained" | "outlined" | "brutalist" | "dropshadow";
362
+ width?: "full" | "min" | "normal";
363
+ isLoading?: boolean;
364
+ handleClick?: () => void;
365
+ };
366
+ declare const HawaStats: FC<StatTypes>;
367
+
368
+ type CodeBlockTypes = {
369
+ color?: "dark" | "light";
370
+ language?: string;
371
+ width?: "full" | "md" | "sm";
372
+ tabs?: TabsTypes[];
373
+ fileName?: string;
374
+ code?: string;
375
+ };
376
+ type TabsTypes = {
377
+ title: string;
378
+ code: string;
379
+ };
380
+ declare const HawaCodeBlock: FC<CodeBlockTypes>;
381
+
382
+ type LoadingTypes = {
383
+ size?: "button" | "sm" | "normal" | "lg" | "xl";
384
+ design?: "spinner" | "dots-bounce" | "dots-pulse" | "pulse" | "spinner-dots";
385
+ color?: any;
386
+ };
387
+ declare const HawaLoading: FC<LoadingTypes>;
388
+
389
+ type RadioTypes = {
390
+ orientation?: "vertical" | "horizontal";
391
+ design?: "default" | "tabs" | "cards" | "bordered";
392
+ options?: {
393
+ value: any;
394
+ label: any;
395
+ disabled?: any;
396
+ sublabel?: any;
397
+ icon?: any;
398
+ }[];
399
+ width?: "default" | "full";
400
+ onChangeTab?: any;
401
+ defaultValue?: any;
402
+ };
403
+ declare const HawaRadio: FC<RadioTypes>;
404
+
405
+ type DatepickerTypes = {};
406
+ declare const HawaDatepicker: FC<DatepickerTypes>;
407
+
408
+ type DragDropImagesTypes = {
409
+ /** The text label above the component. Consistant with the other form input fields */
410
+ label?: string;
411
+ files: [File];
412
+ setFiles: any;
413
+ setDeletedFiles: any;
414
+ maxFiles: number;
415
+ accept: string;
416
+ onAcceptedFiles: any;
417
+ showPreview: any;
418
+ onDeleteFile: any;
419
+ onClearFiles: any;
420
+ maxSize: number;
421
+ errorMessages: string;
422
+ /** The translation object, use this to replace the default text with any translated text you want.*/
423
+ texts: {
424
+ errorUploading: any;
425
+ clickHereToUpload: any;
426
+ maxFileSize: any;
427
+ tooManyFiles: any;
428
+ fileTooLarge: any;
429
+ acceptedFileTypes: any;
430
+ invalidFileType: any;
431
+ };
432
+ };
433
+ declare const DragDropImages: React__default.FunctionComponent<DragDropImagesTypes>;
434
+
435
+ type DraggableCardTypes = {
436
+ children: ReactElement;
437
+ };
438
+ declare const DraggableCard: FC<DraggableCardTypes>;
439
+
440
+ type SubsectionListTypes = {
441
+ align?: any;
442
+ subsections: [
443
+ {
444
+ title: string;
445
+ sections: [
446
+ {
447
+ label: string;
448
+ action: () => void;
449
+ icon?: any;
450
+ value?: any;
451
+ }
452
+ ];
453
+ }
454
+ ];
455
+ };
456
+ declare const SubsectionList: FC<SubsectionListTypes>;
457
+
458
+ type UsageCardTypes = {
459
+ tooltip?: any;
460
+ title: any;
461
+ percent: any;
462
+ currentUsage: any;
463
+ };
464
+ declare const UsageCard: FC<UsageCardTypes>;
465
+
466
+ type InvoiceAccordionTypes = {
467
+ products: {
468
+ usage?: string;
469
+ price?: string;
470
+ amount?: string;
471
+ plan?: string;
472
+ }[];
473
+ texts: {
474
+ total: string;
475
+ plan: string;
476
+ usage: string;
477
+ amount: string;
478
+ price: string;
479
+ };
480
+ invoiceTitle: string;
481
+ invoiceSubtitle: string;
482
+ invoiceDescription?: string;
483
+ invoiceActions?: {
484
+ icon?: JSX.Element;
485
+ label: string;
486
+ action?: (e: any) => void;
487
+ isButton?: boolean;
488
+ element?: any;
489
+ }[][];
490
+ total: any;
491
+ direction?: "rtl" | "ltr";
492
+ status?: "paid" | "pending" | "overdue";
493
+ };
494
+ declare const InvoiceAccordion: FC<InvoiceAccordionTypes>;
495
+
496
+ type ComponentTypes$4 = {
497
+ title?: string;
498
+ question: string;
499
+ options?: [];
500
+ texts?: {
501
+ least: string;
502
+ most: string;
503
+ };
504
+ position?: "bottom-right" | "bottom-left";
505
+ onOptionClicked?: (option: any) => void;
506
+ };
507
+ declare const UserFeedback: FC<ComponentTypes$4>;
508
+
509
+ type Item$4 = {
510
+ label?: string;
511
+ icon?: JSX.Element;
512
+ };
513
+ type ComponentTypes$3 = {
514
+ items: Item$4[];
515
+ index?: number;
516
+ arrowSize?: number;
517
+ labelSize?: "small" | "medium" | "big";
518
+ };
519
+ declare const ArrowCarousel: FC<ComponentTypes$3>;
520
+
521
+ type ComponentTypes$2 = {
522
+ rtl?: "enabled" | "disabled" | "auto";
523
+ onSubmit?: (content: string, stylings: {
524
+ type: keyof typeof stylers;
525
+ start: number;
526
+ finish: number;
527
+ }[]) => void;
528
+ };
529
+ declare const stylers: {
530
+ bold: {
531
+ css: string;
532
+ content: string;
533
+ };
534
+ italic: {
535
+ id: string;
536
+ css: string;
537
+ content: string;
538
+ };
539
+ under: {
540
+ id: string;
541
+ css: string;
542
+ content: string;
543
+ };
544
+ strike: {
545
+ id: string;
546
+ css: string;
547
+ content: string;
548
+ };
549
+ };
550
+ declare const FloatingComment: React__default.FunctionComponent<ComponentTypes$2>;
551
+
552
+ type CustomElement = {
553
+ type: "paragraph";
554
+ children: CustomText[];
555
+ };
556
+ type CustomText = {
557
+ text: string;
558
+ };
559
+ declare module "slate" {
560
+ interface CustomTypes {
561
+ Editor: BaseEditor & ReactEditor;
562
+ Element: CustomElement;
563
+ Text: CustomText;
564
+ }
565
+ }
566
+ declare const FloatingCommentSlate: () => React__default.JSX.Element;
567
+
568
+ type ComponentTypes$1 = {};
569
+ declare const FloatingCommentExec: React__default.FC<ComponentTypes$1>;
570
+
571
+ type ComponentTypes = {
572
+ paddingX?: number;
573
+ paddingY?: number;
574
+ paddingThreshold?: number;
575
+ corner?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
576
+ anchor: RefObject<HTMLInputElement>;
577
+ };
578
+ declare const BackToTop: FC<ComponentTypes>;
579
+
580
+ type InlineCodeTypes = {
581
+ text: string;
582
+ };
583
+ declare const HawaInlineCode: FC<InlineCodeTypes>;
584
+
585
+ type TimelineTypes = {
586
+ title: any;
587
+ steps: StepTypes[];
588
+ };
589
+ type StepTypes = {
590
+ date: string;
591
+ title: string;
592
+ description?: string;
593
+ actions?: any;
594
+ };
595
+ declare const Timeline: FC<TimelineTypes>;
596
+
597
+ type TextFieldTypes = {
598
+ margin?: "none" | "normal" | "large";
599
+ width?: "small" | "normal" | "full";
600
+ /** The label of the input field */
601
+ label?: any;
602
+ /** Disable/Enable multiple line text input field */
603
+ multiline?: boolean;
604
+ /** The small red text under the input field to show validation or a hint. */
605
+ helpertext?: any;
606
+ /** The value of the input field */
607
+ value?: any;
608
+ props?: PropsWithRef<"input">;
609
+ /** The type of input field. Same as the types of <input/> component */
610
+ type?: any;
611
+ /** The placeholder of the input field */
612
+ placeholder?: any;
613
+ defaultValue?: any;
614
+ name?: any;
615
+ inputProps?: any;
616
+ onChange?: any;
617
+ ref?: any;
618
+ /** The icon inside the input field */
619
+ icon?: any;
620
+ /** Boolean to enable/disable editing the input field and using it as a text field */
621
+ preview?: boolean;
622
+ autoComplete?: any;
623
+ maxLength?: any;
624
+ };
625
+ declare const HawaTextField: FC<TextFieldTypes>;
626
+
627
+ type PinInputTypes = {
628
+ label?: string;
629
+ icon?: JSX.Element;
630
+ digits: number;
631
+ width?: "normal" | "full";
632
+ getPins?: any;
633
+ };
634
+ declare const HawaPinInput: FC<PinInputTypes>;
635
+
636
+ interface ItemCardTypes {
637
+ headerActions?: THeaderActions[][];
638
+ header?: any;
639
+ content?: any;
640
+ /** a URL for the image of the card */
641
+ cardImage?: string;
642
+ /** a function that fires when the card is clicked anywhere */
643
+ onCardClick?: any;
644
+ /** a React node with HawaIconCount children to have counters at the bottom of the card */
645
+ counts?: JSX.Element;
646
+ /** The action buttons on the bottom right of the card */
647
+ actions?: JSX.Element;
648
+ /** The orientation of the card */
649
+ orientation?: "horizontal" | "vertical";
650
+ /** Enabling this blurs the image on hover and shows an action button */
651
+ clickableImage?: boolean;
652
+ /** The function of the action button on the image of the card */
653
+ clickableImageAction?: () => void;
654
+ /** The text of the action button on the image of the card */
655
+ clickableImageActionText: string;
656
+ /** The icon of the action button on the image of the card */
657
+ clickableImageActionIcon?: any;
658
+ }
659
+ type THeaderActions = {
660
+ icon?: JSX.Element;
661
+ label: string;
662
+ action?: (e: any) => void;
663
+ isButton?: boolean;
664
+ };
665
+ declare const HawaItemCard: FC<ItemCardTypes>;
666
+
667
+ type PricingCardTypes = {
668
+ direction?: "rtl" | "ltr";
669
+ features: [{
670
+ included: boolean;
671
+ text: string;
672
+ }];
673
+ price: number;
674
+ texts: {
675
+ title: string;
676
+ subtitle: string;
677
+ buttonText: string;
678
+ cycleText: string;
679
+ currencyText: string;
680
+ };
681
+ onPlanClicked?: () => void;
682
+ currentPlan?: boolean;
683
+ size: "small" | "medium" | "large";
684
+ };
685
+ declare const HawaPricingCard: FC<PricingCardTypes>;
686
+
687
+ type AdCardTypes = {
688
+ orientation: "vertical" | "horizontal";
689
+ title: string;
690
+ description: string;
691
+ imageURL: string;
692
+ handleHide: any;
693
+ };
694
+ declare const HawaAdCard: FC<AdCardTypes>;
695
+
696
+ type LandingCardTypes = {
697
+ orientation: "vertical" | "horizontal";
698
+ title: string;
699
+ description: string;
700
+ imageURL: string;
701
+ handleHide: any;
702
+ texts?: {
703
+ titleTip?: string;
704
+ title?: string;
705
+ description?: string;
706
+ linkText?: string;
707
+ };
708
+ buttonLink?: string;
709
+ className?: any;
710
+ };
711
+ declare const HawaLandingCard: FC<LandingCardTypes>;
712
+
713
+ interface ButtonProps$1 extends ButtonHTMLAttributes<HTMLButtonElement> {
714
+ variant?: "contained" | "outlined";
715
+ feedback?: string;
716
+ tooltipDirection?: "rtl" | "ltr";
717
+ color?: "default" | "primary" | "secondary" | "light" | "dark";
718
+ width?: "full" | "normal" | "half";
719
+ size?: "xs" | "small" | "medium" | "large" | "noPadding" | "full" | "icon";
720
+ margins?: "none" | "1" | "2" | "3" | "4";
721
+ tooltip?: string;
722
+ tooltipSize?: "normal" | "small" | "large";
723
+ tooltipPosition?: "left-top" | "left-bottom" | "right-top" | "right-bottom" | "top-right" | "top-left" | "bottom-right" | "bottom-left";
724
+ startIcon?: any;
725
+ endIcon?: any;
726
+ isLoading?: boolean;
727
+ badge?: any;
728
+ edgeCorner?: any;
729
+ disabled?: boolean;
730
+ }
731
+ declare const HawaButton: FC<ButtonProps$1>;
732
+
733
+ type StoreButtonsTypes = {
734
+ store: "apple" | "google";
735
+ mode: "dark" | "light";
736
+ };
737
+ declare const HawaStoreButtons: FC<StoreButtonsTypes>;
738
+
739
+ type LogoButtonTypes = {
740
+ lang?: any;
741
+ logo?: "google" | "github" | "twitter" | "wallet" | "googlepay" | "applepay" | "stcpay" | "visa/master" | "paypal" | "mada";
742
+ onClick?: any;
743
+ buttonText?: any;
744
+ direction?: "rtl" | "ltr";
745
+ };
746
+ declare const HawaLogoButton: FC<LogoButtonTypes>;
747
+
748
+ declare const buttonVariants: (props?: {
749
+ variant?: "link" | "default" | "secondary" | "light" | "outline" | "destructive" | "ghost";
750
+ size?: "sm" | "lg" | "xl" | "default" | "xs" | "icon" | "smallIcon";
751
+ } & class_variance_authority_dist_types.ClassProp) => string;
752
+ interface ButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
753
+ asChild?: boolean;
754
+ isLoading?: boolean;
755
+ }
756
+ declare const Button: React$1.ForwardRefExoticComponent<ButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
757
+
758
+ declare const Label: React$1.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React$1.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: class_variance_authority_dist_types.ClassProp) => string> & React$1.RefAttributes<HTMLLabelElement>>;
759
+
760
+ interface InputProps extends React$1.InputHTMLAttributes<HTMLInputElement> {
761
+ preview?: boolean;
762
+ }
763
+ declare const Input: React$1.ForwardRefExoticComponent<InputProps & React$1.RefAttributes<HTMLInputElement>>;
764
+
765
+ type TooltipTypes = {
766
+ open?: any;
767
+ side?: "top" | "right" | "bottom" | "left";
768
+ content?: any;
769
+ children?: any;
770
+ defaultOpen?: any;
771
+ onOpenChange?: any;
772
+ delayDuration?: any;
773
+ };
774
+ declare const Tooltip: React__default.FunctionComponent<TooltipTypes>;
775
+
776
+ interface CardProps extends React$1.HTMLAttributes<HTMLDivElement> {
777
+ clickable?: boolean;
778
+ }
779
+ declare const Card: React$1.ForwardRefExoticComponent<CardProps & React$1.RefAttributes<HTMLDivElement>>;
780
+ declare const CardHeader: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
781
+ declare const CardTitle: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLHeadingElement> & React$1.RefAttributes<HTMLParagraphElement>>;
782
+ declare const CardDescription: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
783
+ declare const CardContent: React$1.ForwardRefExoticComponent<{
784
+ headless?: boolean;
785
+ } & React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
786
+ declare const CardFooter: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
787
+
788
+ declare function Skeleton({ className, ...props }: React__default.HTMLAttributes<HTMLDivElement>): React__default.JSX.Element;
789
+
790
+ type TypographyTypes = {
791
+ handleLanguage: (e: any) => void;
792
+ currentLanguage: any;
793
+ handleColorMode: (e: any) => void;
794
+ currentColorMode: any;
795
+ orientation?: "vertical" | "horizontal";
796
+ width?: "default" | "full";
797
+ };
798
+ declare const InterfaceSettings: FC<TypographyTypes>;
799
+
800
+ type ExtendedDropdownMenuContentProps = Partial<React$1.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Content>> & {};
801
+ type ExtendedDropdownMenuTriggerProps = Partial<React$1.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Trigger>> & {};
802
+ type SubItem$3 = {
803
+ label: string;
804
+ value: string;
805
+ action?: () => void;
806
+ highlighted?: boolean;
807
+ };
808
+ type Item$3 = {
809
+ label: string;
810
+ value: string;
811
+ action?: () => void;
812
+ highlighted?: boolean;
813
+ subitems?: SubItem$3[];
814
+ };
815
+ declare const DropdownMenu: ({ trigger, items, direction, onItemSelect, sideOffset, side, className, triggerClassname, align, alignOffset, }: {
816
+ trigger?: any;
817
+ items?: Item$3[];
818
+ direction?: "rtl" | "ltr";
819
+ onItemSelect?: any;
820
+ className?: ExtendedDropdownMenuContentProps["className"];
821
+ triggerClassname?: ExtendedDropdownMenuTriggerProps["className"];
822
+ sideOffset?: ExtendedDropdownMenuContentProps["sideOffset"];
823
+ side?: ExtendedDropdownMenuContentProps["side"];
824
+ align?: ExtendedDropdownMenuContentProps["align"];
825
+ alignOffset?: ExtendedDropdownMenuContentProps["alignOffset"];
826
+ }) => React$1.JSX.Element;
827
+
828
+ interface PopoverProps {
829
+ side?: "top" | "right" | "bottom" | "left";
830
+ align?: "start" | "center" | "end";
831
+ trigger: React$1.ReactNode;
832
+ children: React$1.ReactNode;
833
+ className?: string;
834
+ sideOffset?: number;
835
+ }
836
+ declare const Popover: React$1.FC<PopoverProps>;
837
+
838
+ declare const Tabs: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
839
+ orientation?: "vertical" | "horizontal";
840
+ } & React$1.RefAttributes<HTMLDivElement>>;
841
+ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsListProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
842
+ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
843
+ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
844
+
845
+ interface TextareaProps extends React$1.TextareaHTMLAttributes<HTMLTextAreaElement> {
846
+ label?: string;
847
+ }
848
+ declare const Textarea: React$1.ForwardRefExoticComponent<TextareaProps & React$1.RefAttributes<HTMLTextAreaElement>>;
849
+
850
+ declare const Separator: React$1.ForwardRefExoticComponent<Omit<SeparatorPrimitive.SeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
851
+
852
+ declare const ToastProvider: React$1.FC<ToastPrimitives.ToastProviderProps>;
853
+ declare const ToastViewport: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastViewportProps & React$1.RefAttributes<HTMLOListElement>, "ref"> & React$1.RefAttributes<HTMLOListElement>>;
854
+ declare const Toast$1: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & React$1.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: {
855
+ variant?: "default" | "destructive";
856
+ severity?: "none" | "info" | "warning" | "error" | "success";
857
+ } & class_variance_authority_dist_types.ClassProp) => string> & {
858
+ severity?: "info" | "warning" | "error" | "success" | "none";
859
+ direction?: "rtl" | "ltr";
860
+ } & React$1.RefAttributes<HTMLLIElement>>;
861
+ declare const ToastAction: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
862
+ declare const ToastClose: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastCloseProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
863
+ declare const ToastTitle: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastTitleProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
864
+ declare const ToastDescription: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastDescriptionProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
865
+ type ToastProps = React$1.ComponentPropsWithoutRef<typeof Toast$1>;
866
+ type ToastActionElement = React$1.ReactElement<typeof ToastAction>;
867
+
868
+ declare function Toaster(props: any): React__default.JSX.Element;
869
+
870
+ declare const Box: (props: any) => React__default.JSX.Element;
871
+
872
+ type BottomAppBarTypes = {
873
+ sx: any;
874
+ color: any;
875
+ appBarContent: any;
876
+ };
877
+ declare const HawaBottomAppBar: React__default.FunctionComponent<BottomAppBarTypes>;
878
+
879
+ type HawaSiteLayoutTypes = {
880
+ navItems: {
881
+ label: string;
882
+ icon: any;
883
+ slug: string;
884
+ action: () => void;
885
+ subItems?: any;
886
+ }[];
887
+ direction?: "rtl" | "ltr";
888
+ currentPage: string;
889
+ pageTitle?: string;
890
+ logoSymbol?: any;
891
+ logoLink?: string;
892
+ logoText?: any;
893
+ children?: any;
894
+ stickyNav?: boolean;
895
+ topBar?: boolean;
896
+ navigationSize?: "sm" | "md" | "lg";
897
+ floating?: boolean;
898
+ };
899
+ declare const HawaSiteLayout: React__default.FunctionComponent<HawaSiteLayoutTypes>;
900
+
901
+ type AppLayoutTypes = {
902
+ /** The pages of the side drawer */
903
+ drawerItems: Item$2[];
904
+ direction?: "rtl" | "ltr";
905
+ currentPage: string;
906
+ pageTitle?: string;
907
+ logoSymbol?: any;
908
+ logoLink?: string;
909
+ logoText?: any;
910
+ children?: any;
911
+ topBar?: boolean;
912
+ username?: string;
913
+ email?: string;
914
+ drawerSize?: "sm" | "md" | "large";
915
+ profileMenuItems?: ProfileItem[];
916
+ onSettingsClick?: () => void;
917
+ DrawerFooterActions?: any;
918
+ clickedItem?: any;
919
+ texts?: {
920
+ expandSidebar?: string;
921
+ collapseSidebar?: string;
922
+ };
923
+ };
924
+ type Item$2 = {
925
+ value: string;
926
+ label: string;
927
+ icon?: any;
928
+ subitems?: SubItem$2[];
929
+ onClick?: () => void;
930
+ };
931
+ type SubItem$2 = {
932
+ value: string;
933
+ label: string;
934
+ icon?: any;
935
+ onClick?: () => void;
936
+ };
937
+ type ProfileSubItem = {
938
+ label: string;
939
+ value: string;
940
+ highlighted?: boolean;
941
+ };
942
+ type ProfileItem = {
943
+ label: string;
944
+ value: string;
945
+ highlighted?: boolean;
946
+ subitems?: ProfileSubItem[];
947
+ };
948
+ declare const AppLayout: React__default.FunctionComponent<AppLayoutTypes>;
949
+
950
+ type HawaAppLayoutTypes$1 = {
951
+ drawerItems: {
952
+ label: string;
953
+ icon: any;
954
+ slug: string;
955
+ action: () => void;
956
+ subItems?: any;
957
+ }[][];
958
+ direction?: "rtl" | "ltr";
959
+ currentPage: string;
960
+ pageTitle?: string;
961
+ logoSymbol?: any;
962
+ logoLink?: string;
963
+ logoText?: any;
964
+ children?: any;
965
+ topBar?: boolean;
966
+ username?: string;
967
+ email?: string;
968
+ drawerSize?: "sm" | "md" | "large";
969
+ profileMenuItems?: MenuItems[][];
970
+ onSettingsClick?: () => void;
971
+ };
972
+ type MenuItems = {
973
+ icon?: JSX.Element;
974
+ label: string;
975
+ action?: (e: any) => void;
976
+ isButton?: boolean;
977
+ };
978
+ declare const HawaAppLayout: React__default.FunctionComponent<HawaAppLayoutTypes$1>;
979
+
980
+ type HawaAppLayoutTypes = {
981
+ /** The pages of the side drawer */
982
+ drawerItems: {
983
+ label: string;
984
+ icon: any;
985
+ slug: string;
986
+ action: () => void;
987
+ subItems?: any;
988
+ }[][];
989
+ direction?: "rtl" | "ltr";
990
+ currentPage: string;
991
+ pageTitle?: string;
992
+ logoSymbol?: any;
993
+ logoLink?: string;
994
+ logoText?: any;
995
+ children?: any;
996
+ topBar?: boolean;
997
+ username?: string;
998
+ email?: string;
999
+ drawerSize?: "sm" | "md" | "large";
1000
+ profileMenuItems?: Item$1[];
1001
+ onSettingsClick?: () => void;
1002
+ DrawerFooterActions?: any;
1003
+ texts?: {
1004
+ expandSidebar?: string;
1005
+ collapseSidebar?: string;
1006
+ };
1007
+ };
1008
+ type SubItem$1 = {
1009
+ label: string;
1010
+ value: string;
1011
+ highlighted?: boolean;
1012
+ };
1013
+ type Item$1 = {
1014
+ label: string;
1015
+ value: string;
1016
+ highlighted?: boolean;
1017
+ subitems?: SubItem$1[];
1018
+ };
1019
+ declare const HawaAppLayoutSimplified: React__default.FunctionComponent<HawaAppLayoutTypes>;
1020
+
1021
+ type ContainerTypes = {
1022
+ maxWidth?: "full" | "small" | "normal";
1023
+ children: React__default.ReactNode;
1024
+ variant?: "contained" | "outlined" | "neobrutalism";
1025
+ direction?: "rtl" | "ltr";
1026
+ centered?: boolean;
1027
+ };
1028
+ declare const HawaContainer: React__default.FunctionComponent<ContainerTypes>;
1029
+
1030
+ type GridTypes = {
1031
+ children?: any;
1032
+ };
1033
+ declare const HawaGrid: FC<GridTypes>;
1034
+
1035
+ interface Props {
1036
+ isOpen: boolean;
1037
+ onClose: () => void;
1038
+ items: {
1039
+ label: string;
1040
+ onClick: () => void;
1041
+ }[];
1042
+ }
1043
+ declare const AppSidebar: React__default.FC<Props>;
1044
+
1045
+ type FooterTypes = {
1046
+ logoText?: string;
1047
+ logoURL?: string;
1048
+ socialLinks?: {
1049
+ twitter?: string;
1050
+ instagram?: string;
1051
+ tiktok?: string;
1052
+ snapchat?: string;
1053
+ };
1054
+ footerLinks?: {
1055
+ title: string;
1056
+ pages: {
1057
+ label: string;
1058
+ link: string;
1059
+ }[];
1060
+ }[];
1061
+ };
1062
+ declare const Footer: React.FunctionComponent<FooterTypes>;
1063
+
1064
+ type BannerTypes = {
1065
+ showBanner?: boolean;
1066
+ direction?: "rtl" | "ltr";
1067
+ logoURL?: string;
1068
+ title?: string;
1069
+ text?: string;
1070
+ actionText?: string;
1071
+ onActionClick?: () => void;
1072
+ position?: "top" | "bottom";
1073
+ design: "default" | "floating";
1074
+ };
1075
+ declare const HawaBanner: FC<BannerTypes>;
1076
+
1077
+ type Item = {
1078
+ value: string;
1079
+ label: string;
1080
+ icon?: any;
1081
+ subitems?: SubItem[];
1082
+ onClick?: () => void;
1083
+ };
1084
+ type SubItem = {
1085
+ value: string;
1086
+ label: string;
1087
+ icon?: any;
1088
+ onClick?: () => void;
1089
+ };
1090
+ interface SidebarGroupProps {
1091
+ title?: string;
1092
+ items: Item[];
1093
+ openedItem?: any;
1094
+ setOpenedItem?: any;
1095
+ selectedItem?: any;
1096
+ isOpen?: boolean;
1097
+ onItemClick?: (value: string[]) => void;
1098
+ onSubItemClick?: (values: string[]) => void;
1099
+ direction?: "rtl" | "ltr";
1100
+ }
1101
+ declare const SidebarGroup: React$1.FC<SidebarGroupProps>;
1102
+ declare const SidebarItem: React$1.FC<{
1103
+ item: Item;
1104
+ isSelected: any;
1105
+ direction?: "rtl" | "ltr";
1106
+ onItemClick?: (value: string[]) => void;
1107
+ onSubItemClick?: (values: string[]) => void;
1108
+ isOpen?: boolean;
1109
+ }>;
1110
+
1111
+ type UserProfileFormTypes = {
1112
+ inputs: any;
1113
+ texts: any;
1114
+ handleUpdateProfile: any;
1115
+ };
1116
+ declare const UserProfileForm: FC<UserProfileFormTypes>;
1117
+
1118
+ type UserSettingsFormTypes = {
1119
+ children: any;
1120
+ handleSaveSettings?: any;
1121
+ saveSettingsText?: string;
1122
+ blockTitle?: string;
1123
+ };
1124
+ declare const UserSettingsForm: FC<UserSettingsFormTypes>;
1125
+
1126
+ type AppLandingTypes = {
1127
+ handleSignIn: () => void;
1128
+ handleSignUp: () => void;
1129
+ handleLanguage: () => void;
1130
+ handleColorMode: () => void;
1131
+ texts: {
1132
+ signIn: string;
1133
+ signUp: string;
1134
+ lang: string;
1135
+ };
1136
+ size: "small" | "normal" | "full";
1137
+ };
1138
+ declare const AppLanding: FC<AppLandingTypes>;
1139
+
1140
+ type SignInPhoneTypes = {
1141
+ value: any;
1142
+ onSubmit: any;
1143
+ country: any;
1144
+ label: any;
1145
+ handlePhoneChange: any;
1146
+ phoneRequiredText: any;
1147
+ SignInButtonText: any;
1148
+ handleSignIn: any;
1149
+ };
1150
+ declare const SignInPhone: FC<SignInPhoneTypes>;
1151
+
1152
+ declare const SignInForm: FC<SignInFormTypes>;
1153
+ type SignInFormTypes = {
1154
+ handleLanguage?: () => void;
1155
+ currentLanguage?: any;
1156
+ handleColorMode?: () => void;
1157
+ currentColorMode?: any;
1158
+ direction?: "rtl" | "ltr";
1159
+ showError?: any;
1160
+ errorTitle?: string;
1161
+ errorText?: string;
1162
+ signInType?: "email" | "username" | "phone";
1163
+ texts?: {
1164
+ emailLabel?: string;
1165
+ emailPlaceholder?: string;
1166
+ emailRequiredText?: string;
1167
+ emailInvalidText?: string;
1168
+ usernameLabel?: string;
1169
+ usernamePlaceholder?: string;
1170
+ usernameRequired?: string;
1171
+ phoneRequiredText?: string;
1172
+ passwordLabel?: string;
1173
+ passwordPlaceholder?: string;
1174
+ passwordRequiredText?: string;
1175
+ forgotPasswordText?: string;
1176
+ newUserText?: string;
1177
+ createAccount?: string;
1178
+ signInText?: string;
1179
+ signInViaGoogleLabel?: string;
1180
+ signInViaGithubLabel?: string;
1181
+ signInViaTwitterLabel?: string;
1182
+ };
1183
+ withoutResetPassword?: boolean;
1184
+ withoutSignUp?: boolean;
1185
+ /**
1186
+ *show spinner if true
1187
+ */
1188
+ isLoading?: any;
1189
+ viaGoogle?: boolean;
1190
+ viaGithub?: boolean;
1191
+ viaTwitter?: boolean;
1192
+ /**
1193
+ * Handle the sign in .
1194
+ */
1195
+ handleSignIn?: (e: any) => void;
1196
+ /**
1197
+ * Handle routing to sign up page
1198
+ */
1199
+ handleRouteToSignUp?: () => void;
1200
+ handleForgotPassword?: () => void;
1201
+ handleGoogleSignIn?: () => void;
1202
+ handleGithubSignIn?: () => void;
1203
+ handleTwitterSignIn?: () => void;
1204
+ };
1205
+
1206
+ declare function SignInBlock(): React$1.JSX.Element;
1207
+
1208
+ type SignUpFormTypes = {
1209
+ direction?: "rtl" | "ltr";
1210
+ texts: {
1211
+ fullNameLabel: string;
1212
+ fullNamePlaceholder: string;
1213
+ fullNameRequiredText: string;
1214
+ emailLabel: string;
1215
+ emailPlaceholder: string;
1216
+ emailRequiredText: string;
1217
+ emailInvalidText: string;
1218
+ usernameLabel: string;
1219
+ usernamePlaceholder: string;
1220
+ usernameRequired: string;
1221
+ passwordLabel: string;
1222
+ passwordPlaceholder: string;
1223
+ passwordRequiredText: string;
1224
+ passwordTooShortText: string;
1225
+ confirmPasswordLabel: string;
1226
+ confirmPasswordPlaceholder: string;
1227
+ subscribeToNewsletter: string;
1228
+ forgotPasswordText: string;
1229
+ termsText: string;
1230
+ iAcceptText: string;
1231
+ termsRequiredText: string;
1232
+ newUserText: string;
1233
+ signUpText: string;
1234
+ signInText: string;
1235
+ existingUserText: string;
1236
+ signUpViaGoogleLabel: string;
1237
+ signUpViaGithubLabel: string;
1238
+ signUpViaTwitterLabel: string;
1239
+ refCode: string;
1240
+ };
1241
+ showUserSource: any;
1242
+ viaGoogle: boolean;
1243
+ viaGithub: boolean;
1244
+ viaTwitter: boolean;
1245
+ showNewsletterOption: boolean;
1246
+ showRefCode: boolean;
1247
+ showTermsOption: boolean;
1248
+ handleSignUp: (e: any) => void;
1249
+ handleRouteToSignIn: () => void;
1250
+ handleGoogleSignUp: () => void;
1251
+ handleGithubSignUp: () => void;
1252
+ handleTwitterSignUp: () => void;
1253
+ handleRouteToTOS: () => void;
1254
+ showError: any;
1255
+ errorTitle: any;
1256
+ errorText: any;
1257
+ signUpFields: any[];
1258
+ isLoading?: boolean;
1259
+ };
1260
+ declare const SignUpForm: FC<SignUpFormTypes>;
1261
+
1262
+ type NewPasswordTypes = {
1263
+ handleNewPassword: () => void;
1264
+ passwordChanged: any;
1265
+ texts: {
1266
+ passwordPlaceholder: string;
1267
+ updatePassword: string;
1268
+ passwordRequiredText: string;
1269
+ passwordLabel: string;
1270
+ confirmPasswordPlaceholder: string;
1271
+ confirmPasswordLabel: string;
1272
+ confirmPasswordRequiredText: string;
1273
+ passwordMatchError: string;
1274
+ passwordChanged: string;
1275
+ };
1276
+ };
1277
+ declare const NewPasswordForm: FC<NewPasswordTypes>;
1278
+
1279
+ type ResetPasswordType = {
1280
+ handleResetPassword: () => void;
1281
+ handleRouteToSignUp: () => void;
1282
+ sent: any;
1283
+ texts: {
1284
+ emailLabel: string;
1285
+ emailPlaceholder: string;
1286
+ emailRequiredText: string;
1287
+ emailInvalidText: string;
1288
+ emailSentText: string;
1289
+ resetPassword: string;
1290
+ signUpText: string;
1291
+ dontHaveAccount: string;
1292
+ };
1293
+ };
1294
+ declare const ResetPasswordForm: FC<ResetPasswordType>;
1295
+
1296
+ type TConfirmation = {
1297
+ showError?: any;
1298
+ errorTitle?: any;
1299
+ errorText?: any;
1300
+ texts?: {
1301
+ checkYourPhone: string;
1302
+ weSentCode: string;
1303
+ didntGetCode: string;
1304
+ resendCode: string;
1305
+ codeLabel: string;
1306
+ codePlaceholder: string;
1307
+ codeRequiredText: string;
1308
+ confirm: string;
1309
+ cancel: string;
1310
+ };
1311
+ phoneNumber?: string;
1312
+ submitConfirmation?: any;
1313
+ handleSignIn?: any;
1314
+ };
1315
+ declare const CodeConfirmation: FC<TConfirmation>;
1316
+
1317
+ type SelectPaymentTypes = {
1318
+ viaMada: boolean;
1319
+ viaWallet: boolean;
1320
+ viaSTCPay: boolean;
1321
+ viaPayPal: boolean;
1322
+ viaApplePay: boolean;
1323
+ viaCreditCard: boolean;
1324
+ viaGooglePay: boolean;
1325
+ madaLabel: string;
1326
+ stcPayLabel: string;
1327
+ paypalLabel: string;
1328
+ walletLabel: string;
1329
+ applePayLabel: string;
1330
+ visaMasterLabel: string;
1331
+ googlePayLabel: string;
1332
+ handleMada: any;
1333
+ handleWallet: any;
1334
+ handleSTCPay: any;
1335
+ handlePayPal: any;
1336
+ handleApplePay: any;
1337
+ handleCreditCard: any;
1338
+ handleGooglePay: any;
1339
+ };
1340
+ declare const SelectPayment: FC<SelectPaymentTypes>;
1341
+
1342
+ type CreditCardFormTypes = {
1343
+ handle: any;
1344
+ handlePayWithCreditCard: any;
1345
+ };
1346
+ declare const CreditCardForm: FC<CreditCardFormTypes>;
1347
+
1348
+ type ChargeWalletTypes = {
1349
+ currency: any;
1350
+ handleChargeWallet: any;
1351
+ texts: {
1352
+ amountLabel: string;
1353
+ amountRequired: string;
1354
+ chargeWallet: string;
1355
+ };
1356
+ };
1357
+ declare const ChargeWalletForm: FC<ChargeWalletTypes>;
1358
+
1359
+ type PayWithWalletTypes = {
1360
+ walletBalance: any;
1361
+ currency: any;
1362
+ handlePayWithWallet: any;
1363
+ };
1364
+ declare const PayWithWallet: FC<PayWithWalletTypes>;
1365
+
1366
+ type CheckoutFormTypes = {
1367
+ lang: string;
1368
+ products: any;
1369
+ total: any;
1370
+ handlePayNow: any;
1371
+ countriesList: any;
1372
+ texts: {
1373
+ orderDetails: string;
1374
+ billingAddress: string;
1375
+ payNow: string;
1376
+ emailLabel: string;
1377
+ emailRequiredText: string;
1378
+ emailInvalidText: string;
1379
+ firstNameLabel: string;
1380
+ required: string;
1381
+ lastNameLabel: string;
1382
+ streetAddressLabel: string;
1383
+ buildingNumberLabel: string;
1384
+ cityLabel: string;
1385
+ stateLabel: string;
1386
+ countryLabel: string;
1387
+ zipCodeLabel: string;
1388
+ };
1389
+ };
1390
+ declare const CheckoutForm: FC<CheckoutFormTypes>;
1391
+
1392
+ type ConfirmationPageTypes = {
1393
+ texts: {
1394
+ print: string;
1395
+ history: string;
1396
+ homePage: string;
1397
+ successMessage: string;
1398
+ orderDetails: string;
1399
+ fasterPaymentNote: string;
1400
+ yourOrderNumber: string;
1401
+ emailLabel: string;
1402
+ emailRequiredText: string;
1403
+ emailInvalidText: string;
1404
+ firstNameLabel: string;
1405
+ required: string;
1406
+ lastNameLabel: string;
1407
+ streetAddressLabel: string;
1408
+ buildingNumberLabel: string;
1409
+ cityLabel: string;
1410
+ stateLabel: string;
1411
+ countryLabel: string;
1412
+ zipCodeLabel: string;
1413
+ refundPolicy: string;
1414
+ };
1415
+ products: any;
1416
+ countriesList: any;
1417
+ lang: string;
1418
+ total: string;
1419
+ userEmail: string;
1420
+ orderNumber: string;
1421
+ confirmationTitle: string;
1422
+ handleHome: any;
1423
+ handlePrint: any;
1424
+ handleHistory: any;
1425
+ handleRefundPolicyLink: any;
1426
+ };
1427
+ declare const ConfirmationPage: FC<ConfirmationPageTypes>;
1428
+
1429
+ type PricingPlansTypes = {
1430
+ plans: [
1431
+ {
1432
+ direction: "rtl" | "ltr";
1433
+ features: [{
1434
+ included: boolean;
1435
+ text: string;
1436
+ }];
1437
+ price: number;
1438
+ texts: {
1439
+ title: string;
1440
+ subtitle: string;
1441
+ buttonText: string;
1442
+ cycleText: string;
1443
+ currencyText: string;
1444
+ };
1445
+ size: "small" | "medium" | "large";
1446
+ }
1447
+ ];
1448
+ currencies: [
1449
+ {
1450
+ label: string;
1451
+ value: string;
1452
+ }
1453
+ ];
1454
+ billingCycles: [
1455
+ {
1456
+ label: string;
1457
+ value: string;
1458
+ }
1459
+ ];
1460
+ onPlanClicked?: (e: any) => void;
1461
+ currentCycle: {
1462
+ label: string;
1463
+ value: string;
1464
+ };
1465
+ currentCurrency: {
1466
+ label: string;
1467
+ value: string;
1468
+ };
1469
+ onCycleChange?: (e: any) => void;
1470
+ onCurrencyChange?: (e: any) => void;
1471
+ direction?: "rtl" | "ltr";
1472
+ };
1473
+ declare const PricingPlans: FC<PricingPlansTypes>;
1474
+
1475
+ type ComparingPlansTypes = {
1476
+ plans: [
1477
+ {
1478
+ direction: "rtl" | "ltr";
1479
+ features: [{
1480
+ included: boolean;
1481
+ text: string;
1482
+ description?: string;
1483
+ }];
1484
+ price: number;
1485
+ texts: {
1486
+ title: string;
1487
+ subtitle: string;
1488
+ buttonText: string;
1489
+ cycleText: string;
1490
+ currencyText: string;
1491
+ };
1492
+ size: "small" | "medium" | "large";
1493
+ }
1494
+ ];
1495
+ currencies: [
1496
+ {
1497
+ label: string;
1498
+ value: string;
1499
+ }
1500
+ ];
1501
+ billingCycles: [
1502
+ {
1503
+ label: string;
1504
+ value: string;
1505
+ }
1506
+ ];
1507
+ onCycleChange?: (e: any) => void;
1508
+ onCurrencyChange?: (e: any) => void;
1509
+ direction?: "rtl" | "ltr";
1510
+ };
1511
+ declare const ComparingPlans: FC<ComparingPlansTypes>;
1512
+
1513
+ type HorizontalPricingTypes = {
1514
+ plans: [
1515
+ {
1516
+ direction: "rtl" | "ltr";
1517
+ features: [{
1518
+ included: boolean;
1519
+ text: string;
1520
+ }];
1521
+ price: number;
1522
+ texts: {
1523
+ title: string;
1524
+ subtitle: string;
1525
+ buttonText: string;
1526
+ cycleText: string;
1527
+ currencyText: string;
1528
+ };
1529
+ size: "small" | "medium" | "large";
1530
+ }
1531
+ ];
1532
+ currencies: [
1533
+ {
1534
+ label: string;
1535
+ value: string;
1536
+ }
1537
+ ];
1538
+ billingCycles: [
1539
+ {
1540
+ label: string;
1541
+ value: string;
1542
+ }
1543
+ ];
1544
+ onPlanClicked?: (e: any) => void;
1545
+ currentCycle: {
1546
+ label: string;
1547
+ value: string;
1548
+ };
1549
+ currentCurrency: {
1550
+ label: string;
1551
+ value: string;
1552
+ };
1553
+ onCycleChange?: (e: any) => void;
1554
+ onCurrencyChange?: (e: any) => void;
1555
+ direction?: "rtl" | "ltr";
1556
+ };
1557
+ declare const HorizontalPricing: FC<HorizontalPricingTypes>;
1558
+
1559
+ type ReferralAccount = {
1560
+ referralLink: string;
1561
+ referralCode: string;
1562
+ };
1563
+ declare const ReferralAccount: FC<ReferralAccount>;
1564
+
1565
+ type TReferralSettlement = {
1566
+ referralLink: string;
1567
+ referralCode: string;
1568
+ withdrawError?: string;
1569
+ };
1570
+ declare const ReferralSettlement: FC<TReferralSettlement>;
1571
+
1572
+ type TReferralStats = {
1573
+ referralLink: string;
1574
+ referralCode: string;
1575
+ withdrawError?: string;
1576
+ };
1577
+ declare const ReferralStats: FC<TReferralStats>;
1578
+
1579
+ type NotFoundTypes = {
1580
+ variant?: "outlined" | "contained" | "neobrutalism";
1581
+ texts?: {
1582
+ pageNotFound?: string;
1583
+ ifLost?: string;
1584
+ home?: string;
1585
+ };
1586
+ };
1587
+ declare const NotFound: FC<NotFoundTypes>;
1588
+
1589
+ type TEmptyState$1 = {
1590
+ variant?: "outlined" | "contained" | "neobrutalism";
1591
+ onActionClick: () => void;
1592
+ texts: {
1593
+ youreCaughtUp?: string;
1594
+ actionText?: string;
1595
+ };
1596
+ };
1597
+ declare const EmptyState: FC<TEmptyState$1>;
1598
+
1599
+ type TEmptyState = {
1600
+ variant?: "outlined" | "contained" | "neobrutalism";
1601
+ };
1602
+ declare const Testimonial: FC<TEmptyState>;
1603
+
1604
+ type TLeadGenerator = {
1605
+ variant?: "outlined" | "contained" | "neobrutalism";
1606
+ texts: {
1607
+ title: string;
1608
+ subtitle: string;
1609
+ submit: string;
1610
+ };
1611
+ handleNewsletterSub: (e: string) => void;
1612
+ };
1613
+ declare const LeadGenerator: FC<TLeadGenerator>;
1614
+
1615
+ type TNoPermission = {
1616
+ variant?: "outlined" | "contained" | "neobrutalism";
1617
+ texts?: {
1618
+ title: string;
1619
+ subtitle: string;
1620
+ };
1621
+ };
1622
+ declare const NoPermission: FC<TNoPermission>;
1623
+
1624
+ type ToasterToast = ToastProps & {
1625
+ id: string;
1626
+ title?: React$1.ReactNode;
1627
+ description?: React$1.ReactNode;
1628
+ severity?: "info" | "warning" | "error" | "success" | "none";
1629
+ action?: ToastActionElement;
1630
+ };
1631
+ declare const actionTypes: {
1632
+ readonly ADD_TOAST: "ADD_TOAST";
1633
+ readonly UPDATE_TOAST: "UPDATE_TOAST";
1634
+ readonly DISMISS_TOAST: "DISMISS_TOAST";
1635
+ readonly REMOVE_TOAST: "REMOVE_TOAST";
1636
+ };
1637
+ type ActionType = typeof actionTypes;
1638
+ type Action = {
1639
+ type: ActionType["ADD_TOAST"];
1640
+ toast: ToasterToast;
1641
+ } | {
1642
+ type: ActionType["UPDATE_TOAST"];
1643
+ toast: Partial<ToasterToast>;
1644
+ } | {
1645
+ type: ActionType["DISMISS_TOAST"];
1646
+ toastId?: ToasterToast["id"];
1647
+ } | {
1648
+ type: ActionType["REMOVE_TOAST"];
1649
+ toastId?: ToasterToast["id"];
1650
+ };
1651
+ interface State {
1652
+ toasts: ToasterToast[];
1653
+ }
1654
+ declare const reducer: (state: State, action: Action) => State;
1655
+ type Toast = Omit<ToasterToast, "id">;
1656
+ declare function toast({ ...props }: Toast): {
1657
+ id: string;
1658
+ dismiss: () => void;
1659
+ update: (props: ToasterToast) => void;
1660
+ };
1661
+ declare function useToast(): {
1662
+ toast: typeof toast;
1663
+ dismiss: (toastId?: string) => void;
1664
+ toasts: ToasterToast[];
1665
+ };
1666
+
1667
+ export { AppLanding, AppLayout, AppSidebar, ArrowCarousel, BackToTop, Box, Button, ButtonProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, ChargeWalletForm, CheckoutForm, CodeConfirmation, ComparingPlans, ConfirmationPage, CreditCardForm, DragDropImages, DraggableCard, DropdownMenu, EmptyState, FloatingComment, FloatingCommentExec, FloatingCommentSlate, Footer, HawaAccordion, HawaAdCard, HawaAlert, HawaAppLayout, HawaAppLayoutSimplified, HawaBanner, HawaBottomAppBar, HawaButton, HawaCheckbox, HawaChip, HawaCodeBlock, HawaColorPicker, HawaContainer, HawaCopyrights, HawaDatepicker, HawaDropdownMenu, HawaGrid, HawaIconCount, HawaInlineCode, HawaItemCard, HawaLandingCard, HawaLoading, HawaLogoButton, HawaMenu, HawaModal, HawaPanelTabs, HawaPhoneInput, HawaPinInput, HawaPricingCard, HawaRadio, HawaRange, HawaSearchBar, HawaSelect, HawaSettingsRow, HawaSiteLayout, HawaSnackbar, HawaStats, HawaStepper, HawaStoreButtons, HawaSwitch, HawaTable, HawaTabs, HawaTextField, HawaTooltip, HawaTypography, HorizontalPricing, Input, InputProps, InterfaceSettings, InvoiceAccordion, Label, LeadGenerator, NewPasswordForm, NoPermission, NotFound, PayWithWallet, Popover, PricingPlans, ReferralAccount, ReferralSettlement, ReferralStats, ResetPasswordForm, SelectPayment, Separator, SidebarGroup, SidebarItem, SignInBlock, SignInForm, SignInPhone, SignUpForm, Skeleton, SubsectionList, Tabs, TabsContent, TabsList, TabsTrigger, Testimonial, Textarea, TextareaProps, Timeline, Toast$1 as Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, UsageCard, UserFeedback, UserProfileForm, UserSettingsForm, buttonVariants, reducer, toast, useToast };