@billgangcom/theme-lib 1.110.4 → 1.110.6

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 (411) hide show
  1. package/dist/{builder-4Ke7cjNO.cjs → builder-B7hjBRYI.cjs} +2 -2
  2. package/dist/{builder-CtBMhTyK.js → builder-D_zv5ue0.js} +5 -5
  3. package/dist/{builder-components-Dz2YlUqA.cjs → builder-components-BjoFBErH.cjs} +1 -1
  4. package/dist/{builder-components-Bm7ta9iB.js → builder-components-DN-mNdj8.js} +4 -4
  5. package/dist/builder.cjs.js +1 -1
  6. package/dist/builder.es.js +293 -6
  7. package/dist/{charge-C5z1ecd1.cjs → charge-BAP3iPAM.cjs} +1 -1
  8. package/dist/{charge-APYiCYYq.js → charge-BQUHzEju.js} +6 -6
  9. package/dist/{checkout-Bher7FGW.cjs → checkout-CUct7uCm.cjs} +1 -1
  10. package/dist/{checkout-D3Mpwqsj.js → checkout-uzxtu1pZ.js} +5 -5
  11. package/dist/exports.cjs.js +1 -1
  12. package/dist/exports.es.js +6 -6
  13. package/dist/{index-DgsmVqD7.cjs → index-BBMTjm8A.cjs} +1 -1
  14. package/dist/{index-Da1yGZge.js → index-BJMeFohP.js} +1 -1
  15. package/dist/{index-B1QfR20x.cjs → index-BXhAWCRX.cjs} +1 -1
  16. package/dist/{index-mEkddX3U.cjs → index-CEMbDy4G.cjs} +1 -1
  17. package/dist/{index-BAFG_paG.js → index-CMECtXvH.js} +5 -5
  18. package/dist/{index-C8snA9wm.js → index-CX1FV9wS.js} +5 -5
  19. package/dist/{index-BMaA9qqZ.cjs → index-Cbqz9kIG.cjs} +1 -1
  20. package/dist/{index-kt3o_lGR.js → index-CzkkQ8sH.js} +5 -5
  21. package/dist/{index-Crr7n_oM.cjs → index-R_FZBtaZ.cjs} +1 -1
  22. package/dist/{index-DjOTY2Jm.js → index-hCDY-ip7.js} +5 -5
  23. package/dist/index.cjs.js +1 -1
  24. package/dist/index.d.ts +22 -0
  25. package/dist/index.es.js +16 -16
  26. package/dist/{order-BDiqGe6L.cjs → order-BOaO9a-C.cjs} +1 -1
  27. package/dist/{order-DLMk34KA.js → order-CdPcB1OE.js} +5 -5
  28. package/dist/src/App.d.ts +18 -0
  29. package/dist/src/abstractions/IBlock.d.ts +14 -0
  30. package/dist/src/abstractions/ISettings.d.ts +3 -0
  31. package/dist/src/abstractions/PageContext.d.ts +121 -0
  32. package/dist/src/abstractions/Variable.d.ts +28 -0
  33. package/dist/src/abstractions/color-variables.d.ts +48 -0
  34. package/dist/src/abstractions/index.d.ts +4 -0
  35. package/dist/src/api/constants.d.ts +8 -0
  36. package/dist/src/api/index.d.ts +2 -0
  37. package/dist/src/api/request.d.ts +17 -0
  38. package/dist/src/assets/icon-registry/IconRegistry.d.ts +22 -0
  39. package/dist/src/assets/icon-registry/libraryIcons.d.ts +1 -0
  40. package/dist/src/assets/storefront-icons/index.d.ts +23 -0
  41. package/dist/src/builder/api/fetchAll.d.ts +1 -0
  42. package/dist/src/builder/api/fetchData.d.ts +14 -0
  43. package/dist/src/builder/api/fetchFontsData.d.ts +1 -0
  44. package/dist/src/builder/api/fetchPagesData.d.ts +1 -0
  45. package/dist/src/builder/api/index.d.ts +4 -0
  46. package/dist/src/builder/components/AddSections/index.d.ts +5 -0
  47. package/dist/src/builder/components/AddSections/utils/index.d.ts +5 -0
  48. package/dist/src/builder/components/AddSectionsBlock/index.d.ts +7 -0
  49. package/dist/src/builder/components/BlockColors/index.d.ts +7 -0
  50. package/dist/src/builder/components/BlockSettings/index.d.ts +2 -0
  51. package/dist/src/builder/components/BlockSettings/settings.d.ts +7 -0
  52. package/dist/src/builder/components/BlockSettingsHeader/index.d.ts +8 -0
  53. package/dist/src/builder/components/ExitButton/index.d.ts +5 -0
  54. package/dist/src/builder/components/Header/index.d.ts +5 -0
  55. package/dist/src/builder/components/HeaderButtons/index.d.ts +5 -0
  56. package/dist/src/builder/components/HeaderDevices/index.d.ts +5 -0
  57. package/dist/src/builder/components/HeaderPreviewButton/index.d.ts +5 -0
  58. package/dist/src/builder/components/HeaderSaveButton/api/index.d.ts +2 -0
  59. package/dist/src/builder/components/HeaderSaveButton/index.d.ts +7 -0
  60. package/dist/src/builder/components/HeaderSaveButton/utils/index.d.ts +6 -0
  61. package/dist/src/builder/components/HeaderSettings/index.d.ts +4 -0
  62. package/dist/src/builder/components/HeaderSettingsLanguage/index.d.ts +4 -0
  63. package/dist/src/builder/components/HeaderSettingsPages/api/index.d.ts +1 -0
  64. package/dist/src/builder/components/HeaderSettingsPages/index.d.ts +5 -0
  65. package/dist/src/builder/components/HeaderSettingsZoom/index.d.ts +5 -0
  66. package/dist/src/builder/components/HeaderSwitchTheme/index.d.ts +4 -0
  67. package/dist/src/builder/components/ModifyPage/index.d.ts +5 -0
  68. package/dist/src/builder/components/Navbar/index.d.ts +1 -0
  69. package/dist/src/builder/components/Preview/index.d.ts +2 -0
  70. package/dist/src/builder/components/PreviewBlockSidebar/index.d.ts +2 -0
  71. package/dist/src/builder/components/PreviewContent/index.d.ts +6 -0
  72. package/dist/src/builder/components/PreviewHeader/index.d.ts +2 -0
  73. package/dist/src/builder/components/Sidebar/index.d.ts +4 -0
  74. package/dist/src/builder/components/SidebarLayer/index.d.ts +7 -0
  75. package/dist/src/builder/components/SidebarLayers/index.d.ts +10 -0
  76. package/dist/src/builder/components/SidebarSettings/index.d.ts +2 -0
  77. package/dist/src/builder/components/SidebarTheme/index.d.ts +4 -0
  78. package/dist/src/builder/components/ThemeSettings/index.d.ts +4 -0
  79. package/dist/src/builder/components/ThemeSettingsBorders/index.d.ts +5 -0
  80. package/dist/src/builder/components/ThemeSettingsButtons/index.d.ts +5 -0
  81. package/dist/src/builder/components/ThemeSettingsCategories/index.d.ts +1 -0
  82. package/dist/src/builder/components/ThemeSettingsColors/index.d.ts +5 -0
  83. package/dist/src/builder/components/ThemeSettingsColors/utils/getDuplicateColors.d.ts +2 -0
  84. package/dist/src/builder/components/ThemeSettingsColors/utils/index.d.ts +1 -0
  85. package/dist/src/builder/components/ThemeSettingsCurrentColors/index.d.ts +5 -0
  86. package/dist/src/builder/components/ThemeSettingsCurrentColors/tip.d.ts +5 -0
  87. package/dist/src/builder/components/ThemeSettingsCurrentFont/index.d.ts +5 -0
  88. package/dist/src/builder/components/ThemeSettingsFonts/index.d.ts +5 -0
  89. package/dist/src/builder/components/ThemeSettingsHeaderItem/index.d.ts +7 -0
  90. package/dist/src/builder/components/ThemeSettingsInputs/index.d.ts +5 -0
  91. package/dist/src/builder/constants/block-icons.d.ts +18 -0
  92. package/dist/src/builder/index.d.ts +10 -0
  93. package/dist/src/builder/layout.d.ts +5 -0
  94. package/dist/src/builder/store/index.d.ts +6 -0
  95. package/dist/src/builder/store/useColorPickerStore.d.ts +53 -0
  96. package/dist/src/builder/store/useDeviceStore.d.ts +7 -0
  97. package/dist/src/builder/store/useFontsStore.d.ts +20 -0
  98. package/dist/src/builder/store/useLayoutStore.d.ts +7 -0
  99. package/dist/src/builder/store/useSubmodalStore.d.ts +21 -0
  100. package/dist/src/builder/store/useTooltipStore.d.ts +6 -0
  101. package/dist/src/builder/ui/AnimatedPanel/index.d.ts +7 -0
  102. package/dist/src/builder/ui/ColorPicker/index.d.ts +11 -0
  103. package/dist/src/builder/ui/ColorPicker/modal.d.ts +2 -0
  104. package/dist/src/builder/ui/Loader/index.d.ts +1 -0
  105. package/dist/src/builder/ui/Notification/index.d.ts +13 -0
  106. package/dist/src/builder/ui/Picker/index.d.ts +9 -0
  107. package/dist/src/builder/ui/Radio/index.d.ts +13 -0
  108. package/dist/src/builder/ui/Submodal/index.d.ts +10 -0
  109. package/dist/src/builder/ui/Tooltip/index.d.ts +6 -0
  110. package/dist/src/builder/utils/formatLabel.d.ts +1 -0
  111. package/dist/src/builder/utils/getDisplayName.d.ts +1 -0
  112. package/dist/src/builder/utils/getModalPosition.d.ts +4 -0
  113. package/dist/src/builder/utils/index.d.ts +3 -0
  114. package/dist/src/components/lazy-pages.d.ts +22 -0
  115. package/dist/src/constants/aspectRatio.d.ts +11 -0
  116. package/dist/src/constants/blocks.d.ts +79 -0
  117. package/dist/src/constants/color-variables.d.ts +48 -0
  118. package/dist/src/constants/device.d.ts +6 -0
  119. package/dist/src/constants/font.d.ts +3 -0
  120. package/dist/src/constants/icon.d.ts +2 -0
  121. package/dist/src/constants/index.d.ts +13 -0
  122. package/dist/src/constants/local-host.d.ts +1 -0
  123. package/dist/src/constants/navbar.d.ts +8 -0
  124. package/dist/src/constants/notification.d.ts +16 -0
  125. package/dist/src/constants/pages.d.ts +22 -0
  126. package/dist/src/constants/radius-variables.d.ts +15 -0
  127. package/dist/src/constants/text-font-keys.d.ts +3 -0
  128. package/dist/src/constants/theme-settings.d.ts +154 -0
  129. package/dist/src/exports.d.ts +17 -0
  130. package/dist/src/hooks/useIconRegistration.d.ts +37 -0
  131. package/dist/src/lib/createTicket.d.ts +1 -0
  132. package/dist/src/lib/generateDynamicStyles.d.ts +2 -0
  133. package/dist/src/lib/getDynamicRoutes.d.ts +1 -0
  134. package/dist/src/lib/hotReload.d.ts +1 -0
  135. package/dist/src/lib/index.d.ts +9 -0
  136. package/dist/src/lib/injectStylesToDOM.d.ts +1 -0
  137. package/dist/src/lib/loadCustomFonts.d.ts +1 -0
  138. package/dist/src/lib/setupDynamicFonts.d.ts +2 -0
  139. package/dist/src/lib/splitTextIntoSpans.d.ts +1 -0
  140. package/dist/src/lib/useBuilderPages.d.ts +1 -0
  141. package/dist/src/main.d.ts +1 -0
  142. package/dist/src/pages/active-page/index.d.ts +5 -0
  143. package/dist/src/pages/balance/balance-modal.d.ts +6 -0
  144. package/dist/src/pages/balance/index.d.ts +1 -0
  145. package/dist/src/pages/balance/model.d.ts +6 -0
  146. package/dist/src/pages/builder/index.d.ts +12 -0
  147. package/dist/src/pages/builder/utils/index.d.ts +1 -0
  148. package/dist/src/pages/charge/index.d.ts +1 -0
  149. package/dist/src/pages/checkout/index.d.ts +2 -0
  150. package/dist/src/pages/checkout/model.d.ts +1 -0
  151. package/dist/src/pages/dynamic-error-page/index.d.ts +2 -0
  152. package/dist/src/pages/dynamic-page/api/index.d.ts +1 -0
  153. package/dist/src/pages/dynamic-page/index.d.ts +6 -0
  154. package/dist/src/pages/error-page/api/index.d.ts +7 -0
  155. package/dist/src/pages/error-page/index.d.ts +1 -0
  156. package/dist/src/pages/home/index.d.ts +6 -0
  157. package/dist/src/pages/home/model.d.ts +26 -0
  158. package/dist/src/pages/maintenance/index.d.ts +2 -0
  159. package/dist/src/pages/not-found-page/index.d.ts +2 -0
  160. package/dist/src/pages/order/index.d.ts +1 -0
  161. package/dist/src/pages/order/model.d.ts +92 -0
  162. package/dist/src/pages/orders/index.d.ts +1 -0
  163. package/dist/src/pages/orders/model.d.ts +4 -0
  164. package/dist/src/pages/rewards/index.d.ts +6 -0
  165. package/dist/src/pages/router-error-page/index.d.ts +3 -0
  166. package/dist/src/pages/subscription/index.d.ts +1 -0
  167. package/dist/src/pages/subscription/model.d.ts +1 -0
  168. package/dist/src/pages/subscriptions/index.d.ts +1 -0
  169. package/dist/src/pages/subscriptions/model.d.ts +6 -0
  170. package/dist/src/pages/ticket/index.d.ts +1 -0
  171. package/dist/src/pages/ticket/model.d.ts +24 -0
  172. package/dist/src/pages/tickets/index.d.ts +1 -0
  173. package/dist/src/pages/tickets/model.d.ts +21 -0
  174. package/dist/src/pages/top-up-balance/index.d.ts +1 -0
  175. package/dist/src/pages/validation/index.d.ts +5 -0
  176. package/dist/src/pages/wrapper-page/index.d.ts +2 -0
  177. package/dist/src/shared/constants/aspect-ratio.d.ts +11 -0
  178. package/dist/src/shared/constants/color-variables.d.ts +48 -0
  179. package/dist/src/shared/constants/icon.d.ts +2 -0
  180. package/dist/src/shared/constants/index.d.ts +5 -0
  181. package/dist/src/shared/constants/notification.d.ts +16 -0
  182. package/dist/src/shared/constants/text-font-keys.d.ts +3 -0
  183. package/dist/src/storefront/api/auth.d.ts +22 -0
  184. package/dist/src/storefront/api/charge.d.ts +1 -0
  185. package/dist/src/storefront/api/coupon.d.ts +2 -0
  186. package/dist/src/storefront/api/customer.d.ts +6 -0
  187. package/dist/src/storefront/api/discord.d.ts +8 -0
  188. package/dist/src/storefront/api/fetchGatewaysDetail.d.ts +1 -0
  189. package/dist/src/storefront/api/fetchGeneral.d.ts +1 -0
  190. package/dist/src/storefront/api/fetchThemeAndSettings.d.ts +1 -0
  191. package/dist/src/storefront/api/fetchWithPages.d.ts +11 -0
  192. package/dist/src/storefront/api/index.d.ts +19 -0
  193. package/dist/src/storefront/api/order.d.ts +14 -0
  194. package/dist/src/storefront/api/postBalanceTopUp.d.ts +2 -0
  195. package/dist/src/storefront/api/postCashappLink.d.ts +3 -0
  196. package/dist/src/storefront/api/referral.d.ts +3 -0
  197. package/dist/src/storefront/api/reviews.d.ts +2 -0
  198. package/dist/src/storefront/api/rewards.d.ts +2 -0
  199. package/dist/src/storefront/api/signUpReferral.d.ts +2 -0
  200. package/dist/src/storefront/api/store.d.ts +6 -0
  201. package/dist/src/storefront/api/subscription.d.ts +22 -0
  202. package/dist/src/storefront/api/ticket.d.ts +7 -0
  203. package/dist/src/storefront/api/transactions.d.ts +5 -0
  204. package/dist/src/storefront/components/ActivePaymentMethod/index.d.ts +2 -0
  205. package/dist/src/storefront/components/ActiveSubscriptionProduct/index.d.ts +9 -0
  206. package/dist/src/storefront/components/Auth/index.d.ts +11 -0
  207. package/dist/src/storefront/components/Auth/otp-input.d.ts +7 -0
  208. package/dist/src/storefront/components/AuthModal/index.d.ts +6 -0
  209. package/dist/src/storefront/components/CancelSubscription/index.d.ts +8 -0
  210. package/dist/src/storefront/components/CashAppVerify/index.d.ts +7 -0
  211. package/dist/src/storefront/components/ChangePaymentMethod/index.d.ts +7 -0
  212. package/dist/src/storefront/components/ChangeSubscriptionPlan/index.d.ts +10 -0
  213. package/dist/src/storefront/components/ChargeBlocksRenderer/index.d.ts +6 -0
  214. package/dist/src/storefront/components/ChargeItems/index.d.ts +7 -0
  215. package/dist/src/storefront/components/ChargeStatusBlock/index.d.ts +10 -0
  216. package/dist/src/storefront/components/CheckoutFooter/index.d.ts +6 -0
  217. package/dist/src/storefront/components/CheckoutHeader/index.d.ts +7 -0
  218. package/dist/src/storefront/components/CheckoutItems/index.d.ts +18 -0
  219. package/dist/src/storefront/components/CheckoutOperational/index.d.ts +26 -0
  220. package/dist/src/storefront/components/CheckoutOrderMainData/index.d.ts +10 -0
  221. package/dist/src/storefront/components/CheckoutPrices/index.d.ts +15 -0
  222. package/dist/src/storefront/components/CheckoutProduct/index.d.ts +8 -0
  223. package/dist/src/storefront/components/CheckoutProduct/model.d.ts +1 -0
  224. package/dist/src/storefront/components/ChoosePlanUpgradeMethod/index.d.ts +9 -0
  225. package/dist/src/storefront/components/ConnectDiscord/index.d.ts +6 -0
  226. package/dist/src/storefront/components/ConnectDiscord/model.d.ts +22 -0
  227. package/dist/src/storefront/components/Coupon/index.d.ts +12 -0
  228. package/dist/src/storefront/components/CustomFields/index.d.ts +13 -0
  229. package/dist/src/storefront/components/CustomerDashboard/index.d.ts +2 -0
  230. package/dist/src/storefront/components/DeliveryItem/index.d.ts +7 -0
  231. package/dist/src/storefront/components/InsufficientBalance/index.d.ts +8 -0
  232. package/dist/src/storefront/components/LeaveAReview/index.d.ts +9 -0
  233. package/dist/src/storefront/components/NoItemsBlock/index.d.ts +8 -0
  234. package/dist/src/storefront/components/OpenDelivery/index.d.ts +8 -0
  235. package/dist/src/storefront/components/OrderStatusBlock/index.d.ts +9 -0
  236. package/dist/src/storefront/components/OrdersTable/index.d.ts +16 -0
  237. package/dist/src/storefront/components/PageLoading/index.d.ts +7 -0
  238. package/dist/src/storefront/components/PageTitle/index.d.ts +6 -0
  239. package/dist/src/storefront/components/Pagination/index.d.ts +15 -0
  240. package/dist/src/storefront/components/PayPalF&FNote/index.d.ts +8 -0
  241. package/dist/src/storefront/components/PaymentMethod/checkout-balance-payment-method.d.ts +14 -0
  242. package/dist/src/storefront/components/PaymentMethod/index.d.ts +16 -0
  243. package/dist/src/storefront/components/PaymentMethod/model.d.ts +21 -0
  244. package/dist/src/storefront/components/PaymentMethods/index.d.ts +19 -0
  245. package/dist/src/storefront/components/PreviewRender/index.d.ts +23 -0
  246. package/dist/src/storefront/components/ProcessingPayment/index.d.ts +1 -0
  247. package/dist/src/storefront/components/ReferralBlock/index.d.ts +18 -0
  248. package/dist/src/storefront/components/ReferralBlock/mask.d.ts +1 -0
  249. package/dist/src/storefront/components/ReferralBlock/referral-modal.d.ts +7 -0
  250. package/dist/src/storefront/components/ReferralBlock/step-item.d.ts +8 -0
  251. package/dist/src/storefront/components/SecuredBySsl/index.d.ts +6 -0
  252. package/dist/src/storefront/components/Sidebar/card.d.ts +7 -0
  253. package/dist/src/storefront/components/Sidebar/index.d.ts +4 -0
  254. package/dist/src/storefront/components/Sidebar/nav-list.d.ts +5 -0
  255. package/dist/src/storefront/components/StatItem/index.d.ts +15 -0
  256. package/dist/src/storefront/components/StatusIndicator/index.d.ts +7 -0
  257. package/dist/src/storefront/components/SubmitReview/index.d.ts +7 -0
  258. package/dist/src/storefront/components/SubscriptionCoupon/index.d.ts +7 -0
  259. package/dist/src/storefront/components/SubscriptionExpiration/index.d.ts +6 -0
  260. package/dist/src/storefront/components/SubscriptionExpirationDate/index.d.ts +2 -0
  261. package/dist/src/storefront/components/SubscriptionProduct/index.d.ts +7 -0
  262. package/dist/src/storefront/components/SubscriptionProduct/model.d.ts +9 -0
  263. package/dist/src/storefront/components/SubscriptionStatusBadge/index.d.ts +5 -0
  264. package/dist/src/storefront/components/SubscriptionsTable/index.d.ts +11 -0
  265. package/dist/src/storefront/components/Table/index.d.ts +20 -0
  266. package/dist/src/storefront/components/TermsOfService/index.d.ts +1 -0
  267. package/dist/src/storefront/components/TicketRow/index.d.ts +5 -0
  268. package/dist/src/storefront/components/TrackPayment/index.d.ts +8 -0
  269. package/dist/src/storefront/components/index.d.ts +53 -0
  270. package/dist/src/storefront/constants/actions.d.ts +3 -0
  271. package/dist/src/storefront/constants/api.d.ts +2 -0
  272. package/dist/src/storefront/constants/index.d.ts +3 -0
  273. package/dist/src/storefront/constants/referralSteps.d.ts +6 -0
  274. package/dist/src/storefront/constants/routes.d.ts +15 -0
  275. package/dist/src/storefront/hooks/index.d.ts +2 -0
  276. package/dist/src/storefront/hooks/useCart.d.ts +186 -0
  277. package/dist/src/storefront/hooks/useCopy.d.ts +1 -0
  278. package/dist/src/storefront/index.d.ts +11 -0
  279. package/dist/src/storefront/models/balance.d.ts +56 -0
  280. package/dist/src/storefront/models/charge.d.ts +76 -0
  281. package/dist/src/storefront/models/checkout.d.ts +21 -0
  282. package/dist/src/storefront/models/coupon.d.ts +5 -0
  283. package/dist/src/storefront/models/discord.d.ts +18 -0
  284. package/dist/src/storefront/models/gateway.d.ts +8 -0
  285. package/dist/src/storefront/models/index.d.ts +16 -0
  286. package/dist/src/storefront/models/order.d.ts +139 -0
  287. package/dist/src/storefront/models/payment.d.ts +16 -0
  288. package/dist/src/storefront/models/post.d.ts +5 -0
  289. package/dist/src/storefront/models/price.d.ts +5 -0
  290. package/dist/src/storefront/models/referral.d.ts +12 -0
  291. package/dist/src/storefront/models/referralCode.d.ts +3 -0
  292. package/dist/src/storefront/models/rewards.d.ts +72 -0
  293. package/dist/src/storefront/models/shop.d.ts +38 -0
  294. package/dist/src/storefront/models/subscription.d.ts +130 -0
  295. package/dist/src/storefront/models/transaction.d.ts +12 -0
  296. package/dist/src/storefront/store/index.d.ts +22 -0
  297. package/dist/src/storefront/store/useApiStore.d.ts +8 -0
  298. package/dist/src/storefront/store/useBlocksStore.d.ts +23 -0
  299. package/dist/src/storefront/store/useCartStore.d.ts +48 -0
  300. package/dist/src/storefront/store/useChooseImageStore.d.ts +11 -0
  301. package/dist/src/storefront/store/useConfirmationModalStore.d.ts +10 -0
  302. package/dist/src/storefront/store/useCustomerDashboardStore.d.ts +37 -0
  303. package/dist/src/storefront/store/useDiscordStore.d.ts +7 -0
  304. package/dist/src/storefront/store/useErrorStore.d.ts +12 -0
  305. package/dist/src/storefront/store/useGeneralStore.d.ts +9 -0
  306. package/dist/src/storefront/store/useHistoryState.d.ts +20 -0
  307. package/dist/src/storefront/store/useLayersStore.d.ts +42 -0
  308. package/dist/src/storefront/store/useModalStore.d.ts +6 -0
  309. package/dist/src/storefront/store/useNavbarStore.d.ts +7 -0
  310. package/dist/src/storefront/store/useNotificationStore.d.ts +7 -0
  311. package/dist/src/storefront/store/usePagesStore.d.ts +33 -0
  312. package/dist/src/storefront/store/usePaginationPagesStore.d.ts +7 -0
  313. package/dist/src/storefront/store/usePreviewStore.d.ts +26 -0
  314. package/dist/src/storefront/store/useSettingsStore.d.ts +12 -0
  315. package/dist/src/storefront/store/useShareLinkStore.d.ts +6 -0
  316. package/dist/src/storefront/store/useStorefrontStore.d.ts +23 -0
  317. package/dist/src/storefront/store/useSubscriptionStore.d.ts +7 -0
  318. package/dist/src/storefront/store/useThemeSettingsStore.d.ts +21 -0
  319. package/dist/src/storefront/ui/ActiveBadge/index.d.ts +5 -0
  320. package/dist/src/storefront/ui/InputRange/index.d.ts +9 -0
  321. package/dist/src/storefront/ui/ProgressBar/index.d.ts +8 -0
  322. package/dist/src/storefront/ui/Rating/index.d.ts +8 -0
  323. package/dist/src/storefront/ui/Timer/index.d.ts +6 -0
  324. package/dist/src/storefront/ui/index.d.ts +5 -0
  325. package/dist/src/storefront/utils/MarkdownText.d.ts +5 -0
  326. package/dist/src/storefront/utils/checkParams.d.ts +5 -0
  327. package/dist/src/storefront/utils/checkToken.d.ts +1 -0
  328. package/dist/src/storefront/utils/clearQueryParams.d.ts +1 -0
  329. package/dist/src/storefront/utils/index.d.ts +16 -0
  330. package/dist/src/storefront/utils/parseDraftJsText.d.ts +1 -0
  331. package/dist/src/storefront/utils/recapcha.d.ts +13 -0
  332. package/dist/src/storefront/utils/resizeManager.d.ts +12 -0
  333. package/dist/src/storefront/utils/showNotification.d.ts +3 -0
  334. package/dist/src/storefront/utils/stable-text.d.ts +20 -0
  335. package/dist/src/storefront/utils/useAdaptiveStyles.d.ts +2 -0
  336. package/dist/src/storefront/utils/useBalance.d.ts +2 -0
  337. package/dist/src/storefront/utils/useCart.d.ts +1 -0
  338. package/dist/src/storefront/utils/useGeneralInfo.d.ts +4 -0
  339. package/dist/src/storefront/utils/useMarkdownIt.d.ts +2 -0
  340. package/dist/src/storefront/utils/useTrackingAnalytics.d.ts +2 -0
  341. package/dist/src/ui/Accordion/index.d.ts +8 -0
  342. package/dist/src/ui/AlignText/index.d.ts +7 -0
  343. package/dist/src/ui/BuilderModal/index.d.ts +9 -0
  344. package/dist/src/ui/Button/index.d.ts +16 -0
  345. package/dist/src/ui/ButtonSettings/index.d.ts +14 -0
  346. package/dist/src/ui/ButtonTypeSettings/index.d.ts +11 -0
  347. package/dist/src/ui/ButtonsSettings/index.d.ts +28 -0
  348. package/dist/src/ui/ButtonsSettings/popup.d.ts +13 -0
  349. package/dist/src/ui/CategorySettings/index.d.ts +48 -0
  350. package/dist/src/ui/Checkbox/index.d.ts +7 -0
  351. package/dist/src/ui/ChooseImage/api/index.d.ts +2 -0
  352. package/dist/src/ui/ChooseImage/index.d.ts +17 -0
  353. package/dist/src/ui/ConfirmationModal/index.d.ts +2 -0
  354. package/dist/src/ui/ErrorableBlock/index.d.ts +5 -0
  355. package/dist/src/ui/FormSettings/index.d.ts +65 -0
  356. package/dist/src/ui/FormSettings/popup.d.ts +70 -0
  357. package/dist/src/ui/GroupCardModal/index.d.ts +14 -0
  358. package/dist/src/ui/HeaderButtons/index.d.ts +47 -0
  359. package/dist/src/ui/Icon/index.d.ts +13 -0
  360. package/dist/src/ui/Input/index.d.ts +25 -0
  361. package/dist/src/ui/InputSettings/index.d.ts +22 -0
  362. package/dist/src/ui/ItemsSettings/index.d.ts +70 -0
  363. package/dist/src/ui/ItemsSettings/popup.d.ts +84 -0
  364. package/dist/src/ui/LayoutSettings/index.d.ts +13 -0
  365. package/dist/src/ui/Link/index.d.ts +10 -0
  366. package/dist/src/ui/ListingSelector/index.d.ts +134 -0
  367. package/dist/src/ui/ListingSelector/popup.d.ts +20 -0
  368. package/dist/src/ui/Loader/index.d.ts +4 -0
  369. package/dist/src/ui/LoaderBuilder/index.d.ts +2 -0
  370. package/dist/src/ui/MetaInfoPost/index.d.ts +6 -0
  371. package/dist/src/ui/Modal/index.d.ts +9 -0
  372. package/dist/src/ui/NotificationAntistock/index.d.ts +11 -0
  373. package/dist/src/ui/NotificationBuilder/index.d.ts +13 -0
  374. package/dist/src/ui/OtherSettings/index.d.ts +15 -0
  375. package/dist/src/ui/PagesSettings/index.d.ts +26 -0
  376. package/dist/src/ui/ProductCardButtons/index.d.ts +10 -0
  377. package/dist/src/ui/ProductCardModal/index.d.ts +10 -0
  378. package/dist/src/ui/ProductOptions/index.d.ts +13 -0
  379. package/dist/src/ui/Radio/index.d.ts +14 -0
  380. package/dist/src/ui/RangeSelector/index.d.ts +11 -0
  381. package/dist/src/ui/Select/index.d.ts +20 -0
  382. package/dist/src/ui/Select/utils/index.d.ts +2 -0
  383. package/dist/src/ui/SelectInfiniteList/index.d.ts +20 -0
  384. package/dist/src/ui/SelectInfiniteList/utils/index.d.ts +2 -0
  385. package/dist/src/ui/SelectTypeText/index.d.ts +8 -0
  386. package/dist/src/ui/ShareLink/index.d.ts +5 -0
  387. package/dist/src/ui/Switch/index.d.ts +11 -0
  388. package/dist/src/ui/TextSettings/index.d.ts +20 -0
  389. package/dist/src/ui/Textarea/index.d.ts +13 -0
  390. package/dist/src/ui/TextareaSettings/index.d.ts +11 -0
  391. package/dist/src/ui/Tip/index.d.ts +10 -0
  392. package/dist/src/ui/TypesText/index.d.ts +7 -0
  393. package/dist/src/ui/Wrapper/index.d.ts +11 -0
  394. package/dist/src/ui/index.d.ts +44 -0
  395. package/dist/{subscription-CfSbneE9.js → subscription-DIDUTEI3.js} +5 -5
  396. package/dist/{subscription-CN0GP1i3.cjs → subscription-iNnLGi0T.cjs} +1 -1
  397. package/dist/{ticket-CDRAyz3r.js → ticket-B0VGIvyK.js} +5 -5
  398. package/dist/{ticket-Disch8gb.cjs → ticket-DXz_-29l.cjs} +1 -1
  399. package/dist/{top-up-r9pRDkRB.cjs → top-up-B7E7FUjn.cjs} +1 -1
  400. package/dist/{top-up-DEMHwk2Q.js → top-up-BhB8jhP6.js} +5 -5
  401. package/dist/ui-components-BTotDG_w.js +6447 -0
  402. package/dist/ui-components-CWLDlDmG.cjs +1 -0
  403. package/dist/ui.cjs.js +1 -1
  404. package/dist/ui.es.js +6 -6
  405. package/dist/{validation-HSAYPvwb.cjs → validation-BVAD1q1L.cjs} +1 -1
  406. package/dist/{validation-BwaClAh8.js → validation-jCwzu5MC.js} +5 -5
  407. package/package.json +3 -2
  408. package/dist/App-Clwk7ILO.js +0 -315
  409. package/dist/App-txB8kbk7.cjs +0 -1
  410. package/dist/ui-components-CDqqhvCf.js +0 -11007
  411. package/dist/ui-components-DcRUDS1O.cjs +0 -1
@@ -0,0 +1,2 @@
1
+ export type IconNames = 'Acorn' | 'AcornIcon' | 'ActivityIcon' | 'AddressBook' | 'AddressBookIcon' | 'AddressBookTabs' | 'AddressBookTabsIcon' | 'AirTrafficControl' | 'AirTrafficControlIcon' | 'Airplane' | 'AirplaneIcon' | 'AirplaneInFlight' | 'AirplaneInFlightIcon' | 'AirplaneLanding' | 'AirplaneLandingIcon' | 'AirplaneTakeoff' | 'AirplaneTakeoffIcon' | 'AirplaneTaxiing' | 'AirplaneTaxiingIcon' | 'AirplaneTilt' | 'AirplaneTiltIcon' | 'Airplay' | 'AirplayIcon' | 'Alarm' | 'AlarmIcon' | 'Alien' | 'AlienIcon' | 'AlignBottom' | 'AlignBottomIcon' | 'AlignBottomSimple' | 'AlignBottomSimpleIcon' | 'AlignCenterHorizontal' | 'AlignCenterHorizontalIcon' | 'AlignCenterHorizontalSimple' | 'AlignCenterHorizontalSimpleIcon' | 'AlignCenterVertical' | 'AlignCenterVerticalIcon' | 'AlignCenterVerticalSimple' | 'AlignCenterVerticalSimpleIcon' | 'AlignLeft' | 'AlignLeftIcon' | 'AlignLeftSimple' | 'AlignLeftSimpleIcon' | 'AlignRight' | 'AlignRightIcon' | 'AlignRightSimple' | 'AlignRightSimpleIcon' | 'AlignTop' | 'AlignTopIcon' | 'AlignTopSimple' | 'AlignTopSimpleIcon' | 'AmazonLogo' | 'AmazonLogoIcon' | 'Ambulance' | 'AmbulanceIcon' | 'Anchor' | 'AnchorIcon' | 'AnchorSimple' | 'AnchorSimpleIcon' | 'AndroidLogo' | 'AndroidLogoIcon' | 'Angle' | 'AngleIcon' | 'AngularLogo' | 'AngularLogoIcon' | 'Aperture' | 'ApertureIcon' | 'AppStoreLogo' | 'AppStoreLogoIcon' | 'AppWindow' | 'AppWindowIcon' | 'AppleLogo' | 'AppleLogoIcon' | 'ApplePodcastsLogo' | 'ApplePodcastsLogoIcon' | 'ApproximateEquals' | 'ApproximateEqualsIcon' | 'Archive' | 'ArchiveBoxIcon' | 'ArchiveIcon' | 'ArchiveTrayIcon' | 'Armchair' | 'ArmchairIcon' | 'ArrowArcLeft' | 'ArrowArcLeftIcon' | 'ArrowArcRight' | 'ArrowArcRightIcon' | 'ArrowBendDoubleUpLeft' | 'ArrowBendDoubleUpLeftIcon' | 'ArrowBendDoubleUpRight' | 'ArrowBendDoubleUpRightIcon' | 'ArrowBendDownLeft' | 'ArrowBendDownLeftIcon' | 'ArrowBendDownRight' | 'ArrowBendDownRightIcon' | 'ArrowBendLeftDown' | 'ArrowBendLeftDownIcon' | 'ArrowBendLeftUp' | 'ArrowBendLeftUpIcon' | 'ArrowBendRightDown' | 'ArrowBendRightDownIcon' | 'ArrowBendRightUp' | 'ArrowBendRightUpIcon' | 'ArrowBendUpLeft' | 'ArrowBendUpLeftIcon' | 'ArrowBendUpRight' | 'ArrowBendUpRightIcon' | 'ArrowCircleDown' | 'ArrowCircleDownIcon' | 'ArrowCircleDownLeft' | 'ArrowCircleDownLeftIcon' | 'ArrowCircleDownRight' | 'ArrowCircleDownRightIcon' | 'ArrowCircleLeft' | 'ArrowCircleLeftIcon' | 'ArrowCircleRight' | 'ArrowCircleRightIcon' | 'ArrowCircleUp' | 'ArrowCircleUpIcon' | 'ArrowCircleUpLeft' | 'ArrowCircleUpLeftIcon' | 'ArrowCircleUpRight' | 'ArrowCircleUpRightIcon' | 'ArrowClockwise' | 'ArrowClockwiseIcon' | 'ArrowCounterClockwise' | 'ArrowCounterClockwiseIcon' | 'ArrowDown' | 'ArrowDownIcon' | 'ArrowDownLeft' | 'ArrowDownLeftIcon' | 'ArrowDownRight' | 'ArrowDownRightIcon' | 'ArrowElbowDownLeft' | 'ArrowElbowDownLeftIcon' | 'ArrowElbowDownRight' | 'ArrowElbowDownRightIcon' | 'ArrowElbowLeft' | 'ArrowElbowLeftDown' | 'ArrowElbowLeftDownIcon' | 'ArrowElbowLeftIcon' | 'ArrowElbowLeftUp' | 'ArrowElbowLeftUpIcon' | 'ArrowElbowRight' | 'ArrowElbowRightDown' | 'ArrowElbowRightDownIcon' | 'ArrowElbowRightIcon' | 'ArrowElbowRightUp' | 'ArrowElbowRightUpIcon' | 'ArrowElbowUpLeft' | 'ArrowElbowUpLeftIcon' | 'ArrowElbowUpRight' | 'ArrowElbowUpRightIcon' | 'ArrowFatDown' | 'ArrowFatDownIcon' | 'ArrowFatLeft' | 'ArrowFatLeftIcon' | 'ArrowFatLineDown' | 'ArrowFatLineDownIcon' | 'ArrowFatLineLeft' | 'ArrowFatLineLeftIcon' | 'ArrowFatLineRight' | 'ArrowFatLineRightIcon' | 'ArrowFatLineUp' | 'ArrowFatLineUpIcon' | 'ArrowFatLinesDown' | 'ArrowFatLinesDownIcon' | 'ArrowFatLinesLeft' | 'ArrowFatLinesLeftIcon' | 'ArrowFatLinesRight' | 'ArrowFatLinesRightIcon' | 'ArrowFatLinesUp' | 'ArrowFatLinesUpIcon' | 'ArrowFatRight' | 'ArrowFatRightIcon' | 'ArrowFatUp' | 'ArrowFatUpIcon' | 'ArrowLeft' | 'ArrowLeftIcon' | 'ArrowLineDown' | 'ArrowLineDownIcon' | 'ArrowLineDownLeft' | 'ArrowLineDownLeftIcon' | 'ArrowLineDownRight' | 'ArrowLineDownRightIcon' | 'ArrowLineLeft' | 'ArrowLineLeftIcon' | 'ArrowLineRight' | 'ArrowLineRightIcon' | 'ArrowLineUp' | 'ArrowLineUpIcon' | 'ArrowLineUpLeft' | 'ArrowLineUpLeftIcon' | 'ArrowLineUpRight' | 'ArrowLineUpRightIcon' | 'ArrowRight' | 'ArrowRightIcon' | 'ArrowSquareDown' | 'ArrowSquareDownIcon' | 'ArrowSquareDownLeft' | 'ArrowSquareDownLeftIcon' | 'ArrowSquareDownRight' | 'ArrowSquareDownRightIcon' | 'ArrowSquareIn' | 'ArrowSquareInIcon' | 'ArrowSquareLeft' | 'ArrowSquareLeftIcon' | 'ArrowSquareOut' | 'ArrowSquareOutIcon' | 'ArrowSquareRight' | 'ArrowSquareRightIcon' | 'ArrowSquareUp' | 'ArrowSquareUpIcon' | 'ArrowSquareUpLeft' | 'ArrowSquareUpLeftIcon' | 'ArrowSquareUpRight' | 'ArrowSquareUpRightIcon' | 'ArrowUDownLeft' | 'ArrowUDownLeftIcon' | 'ArrowUDownRight' | 'ArrowUDownRightIcon' | 'ArrowULeftDown' | 'ArrowULeftDownIcon' | 'ArrowULeftUp' | 'ArrowULeftUpIcon' | 'ArrowURightDown' | 'ArrowURightDownIcon' | 'ArrowURightUp' | 'ArrowURightUpIcon' | 'ArrowUUpLeft' | 'ArrowUUpLeftIcon' | 'ArrowUUpRight' | 'ArrowUUpRightIcon' | 'ArrowUp' | 'ArrowUpIcon' | 'ArrowUpLeft' | 'ArrowUpLeftIcon' | 'ArrowUpRight' | 'ArrowUpRightIcon' | 'ArrowsClockwise' | 'ArrowsClockwiseIcon' | 'ArrowsCounterClockwise' | 'ArrowsCounterClockwiseIcon' | 'ArrowsDownUp' | 'ArrowsDownUpIcon' | 'ArrowsHorizontal' | 'ArrowsHorizontalIcon' | 'ArrowsIn' | 'ArrowsInCardinal' | 'ArrowsInCardinalIcon' | 'ArrowsInIcon' | 'ArrowsInLineHorizontal' | 'ArrowsInLineHorizontalIcon' | 'ArrowsInLineVertical' | 'ArrowsInLineVerticalIcon' | 'ArrowsInSimple' | 'ArrowsInSimpleIcon' | 'ArrowsLeftRight' | 'ArrowsLeftRightIcon' | 'ArrowsMerge' | 'ArrowsMergeIcon' | 'ArrowsOut' | 'ArrowsOutCardinal' | 'ArrowsOutCardinalIcon' | 'ArrowsOutIcon' | 'ArrowsOutLineHorizontal' | 'ArrowsOutLineHorizontalIcon' | 'ArrowsOutLineVertical' | 'ArrowsOutLineVerticalIcon' | 'ArrowsOutSimple' | 'ArrowsOutSimpleIcon' | 'ArrowsSplit' | 'ArrowsSplitIcon' | 'ArrowsVertical' | 'ArrowsVerticalIcon' | 'Article' | 'ArticleIcon' | 'ArticleMedium' | 'ArticleMediumIcon' | 'ArticleNyTimes' | 'ArticleNyTimesIcon' | 'Asclepius' | 'AsclepiusIcon' | 'Asterisk' | 'AsteriskIcon' | 'AsteriskSimple' | 'AsteriskSimpleIcon' | 'At' | 'AtIcon' | 'Atom' | 'AtomIcon' | 'Avocado' | 'AvocadoIcon' | 'Axe' | 'AxeIcon' | 'Baby' | 'BabyCarriage' | 'BabyCarriageIcon' | 'BabyIcon' | 'Backpack' | 'BackpackIcon' | 'Backspace' | 'BackspaceIcon' | 'Bag' | 'BagIcon' | 'BagSimple' | 'BagSimpleIcon' | 'Balloon' | 'BalloonIcon' | 'Bandaids' | 'BandaidsIcon' | 'Bank' | 'BankIcon' | 'Barbell' | 'BarbellIcon' | 'Barcode' | 'BarcodeIcon' | 'Barn' | 'BarnIcon' | 'Barricade' | 'BarricadeIcon' | 'Baseball' | 'BaseballCap' | 'BaseballCapIcon' | 'BaseballHelmet' | 'BaseballHelmetIcon' | 'BaseballIcon' | 'Basket' | 'BasketIcon' | 'Basketball' | 'BasketballIcon' | 'Bathtub' | 'BathtubIcon' | 'BatteryCharging' | 'BatteryChargingIcon' | 'BatteryChargingVertical' | 'BatteryChargingVerticalIcon' | 'BatteryEmpty' | 'BatteryEmptyIcon' | 'BatteryFull' | 'BatteryFullIcon' | 'BatteryHigh' | 'BatteryHighIcon' | 'BatteryLow' | 'BatteryLowIcon' | 'BatteryMedium' | 'BatteryMediumIcon' | 'BatteryPlus' | 'BatteryPlusIcon' | 'BatteryPlusVertical' | 'BatteryPlusVerticalIcon' | 'BatteryVerticalEmpty' | 'BatteryVerticalEmptyIcon' | 'BatteryVerticalFull' | 'BatteryVerticalFullIcon' | 'BatteryVerticalHigh' | 'BatteryVerticalHighIcon' | 'BatteryVerticalLow' | 'BatteryVerticalLowIcon' | 'BatteryVerticalMedium' | 'BatteryVerticalMediumIcon' | 'BatteryWarning' | 'BatteryWarningIcon' | 'BatteryWarningVertical' | 'BatteryWarningVerticalIcon' | 'BeachBall' | 'BeachBallIcon' | 'Beanie' | 'BeanieIcon' | 'Bed' | 'BedIcon' | 'BeerBottle' | 'BeerBottleIcon' | 'BeerStein' | 'BeerSteinIcon' | 'BehanceLogo' | 'BehanceLogoIcon' | 'Bell' | 'BellIcon' | 'BellRinging' | 'BellRingingIcon' | 'BellSimple' | 'BellSimpleIcon' | 'BellSimpleRinging' | 'BellSimpleRingingIcon' | 'BellSimpleSlash' | 'BellSimpleSlashIcon' | 'BellSimpleZ' | 'BellSimpleZIcon' | 'BellSlash' | 'BellSlashIcon' | 'BellZ' | 'BellZIcon' | 'Belt' | 'BeltIcon' | 'BezierCurve' | 'BezierCurveIcon' | 'Bicycle' | 'BicycleIcon' | 'Binary' | 'BinaryIcon' | 'Binoculars' | 'BinocularsIcon' | 'Biohazard' | 'BiohazardIcon' | 'Bird' | 'BirdIcon' | 'Blueprint' | 'BlueprintIcon' | 'Bluetooth' | 'BluetoothConnected' | 'BluetoothConnectedIcon' | 'BluetoothIcon' | 'BluetoothSlash' | 'BluetoothSlashIcon' | 'BluetoothX' | 'BluetoothXIcon' | 'Boat' | 'BoatIcon' | 'Bomb' | 'BombIcon' | 'Bone' | 'BoneIcon' | 'Book' | 'BookBookmark' | 'BookBookmarkIcon' | 'BookIcon' | 'BookOpen' | 'BookOpenIcon' | 'BookOpenText' | 'BookOpenTextIcon' | 'BookOpenUser' | 'BookOpenUserIcon' | 'Bookmark' | 'BookmarkIcon' | 'BookmarkSimple' | 'BookmarkSimpleIcon' | 'Bookmarks' | 'BookmarksIcon' | 'BookmarksSimple' | 'BookmarksSimpleIcon' | 'Books' | 'BooksIcon' | 'Boot' | 'BootIcon' | 'Boules' | 'BoulesIcon' | 'BoundingBox' | 'BoundingBoxIcon' | 'BowlFood' | 'BowlFoodIcon' | 'BowlSteam' | 'BowlSteamIcon' | 'BowlingBall' | 'BowlingBallIcon' | 'BoxArrowDown' | 'BoxArrowDownIcon' | 'BoxArrowUp' | 'BoxArrowUpIcon' | 'BoxingGlove' | 'BoxingGloveIcon' | 'BracketsAngle' | 'BracketsAngleIcon' | 'BracketsCurly' | 'BracketsCurlyIcon' | 'BracketsRound' | 'BracketsRoundIcon' | 'BracketsSquare' | 'BracketsSquareIcon' | 'Brain' | 'BrainIcon' | 'Brandy' | 'BrandyIcon' | 'Bread' | 'BreadIcon' | 'Bridge' | 'BridgeIcon' | 'Briefcase' | 'BriefcaseIcon' | 'BriefcaseMetal' | 'BriefcaseMetalIcon' | 'Broadcast' | 'BroadcastIcon' | 'Broom' | 'BroomIcon' | 'Browser' | 'BrowserIcon' | 'Browsers' | 'BrowsersIcon' | 'Bug' | 'BugBeetle' | 'BugBeetleIcon' | 'BugDroid' | 'BugDroidIcon' | 'BugIcon' | 'Building' | 'BuildingApartment' | 'BuildingApartmentIcon' | 'BuildingIcon' | 'BuildingOffice' | 'BuildingOfficeIcon' | 'Buildings' | 'BuildingsIcon' | 'Bulldozer' | 'BulldozerIcon' | 'Bus' | 'BusIcon' | 'Butterfly' | 'ButterflyIcon' | 'CableCar' | 'CableCarIcon' | 'Cactus' | 'CactusIcon' | 'CaduceusIcon' | 'Cake' | 'CakeIcon' | 'Calculator' | 'CalculatorIcon' | 'Calendar' | 'CalendarBlank' | 'CalendarBlankIcon' | 'CalendarCheck' | 'CalendarCheckIcon' | 'CalendarDot' | 'CalendarDotIcon' | 'CalendarDots' | 'CalendarDotsIcon' | 'CalendarHeart' | 'CalendarHeartIcon' | 'CalendarIcon' | 'CalendarMinus' | 'CalendarMinusIcon' | 'CalendarPlus' | 'CalendarPlusIcon' | 'CalendarSlash' | 'CalendarSlashIcon' | 'CalendarStar' | 'CalendarStarIcon' | 'CalendarX' | 'CalendarXIcon' | 'CallBell' | 'CallBellIcon' | 'Camera' | 'CameraIcon' | 'CameraPlus' | 'CameraPlusIcon' | 'CameraRotate' | 'CameraRotateIcon' | 'CameraSlash' | 'CameraSlashIcon' | 'Campfire' | 'CampfireIcon' | 'Car' | 'CarBattery' | 'CarBatteryIcon' | 'CarIcon' | 'CarProfile' | 'CarProfileIcon' | 'CarSimple' | 'CarSimpleIcon' | 'Cardholder' | 'CardholderIcon' | 'Cards' | 'CardsIcon' | 'CardsThree' | 'CardsThreeIcon' | 'CaretCircleDoubleDown' | 'CaretCircleDoubleDownIcon' | 'CaretCircleDoubleLeft' | 'CaretCircleDoubleLeftIcon' | 'CaretCircleDoubleRight' | 'CaretCircleDoubleRightIcon' | 'CaretCircleDoubleUp' | 'CaretCircleDoubleUpIcon' | 'CaretCircleDown' | 'CaretCircleDownIcon' | 'CaretCircleLeft' | 'CaretCircleLeftIcon' | 'CaretCircleRight' | 'CaretCircleRightIcon' | 'CaretCircleUp' | 'CaretCircleUpDown' | 'CaretCircleUpDownIcon' | 'CaretCircleUpIcon' | 'CaretDoubleDown' | 'CaretDoubleDownIcon' | 'CaretDoubleLeft' | 'CaretDoubleLeftIcon' | 'CaretDoubleRight' | 'CaretDoubleRightIcon' | 'CaretDoubleUp' | 'CaretDoubleUpIcon' | 'CaretDown' | 'CaretDownIcon' | 'CaretLeft' | 'CaretLeftIcon' | 'CaretLineDown' | 'CaretLineDownIcon' | 'CaretLineLeft' | 'CaretLineLeftIcon' | 'CaretLineRight' | 'CaretLineRightIcon' | 'CaretLineUp' | 'CaretLineUpIcon' | 'CaretRight' | 'CaretRightIcon' | 'CaretUp' | 'CaretUpDown' | 'CaretUpDownIcon' | 'CaretUpIcon' | 'Carrot' | 'CarrotIcon' | 'CashRegister' | 'CashRegisterIcon' | 'CassetteTape' | 'CassetteTapeIcon' | 'CastleTurret' | 'CastleTurretIcon' | 'Cat' | 'CatIcon' | 'CellSignalFull' | 'CellSignalFullIcon' | 'CellSignalHigh' | 'CellSignalHighIcon' | 'CellSignalLow' | 'CellSignalLowIcon' | 'CellSignalMedium' | 'CellSignalMediumIcon' | 'CellSignalNone' | 'CellSignalNoneIcon' | 'CellSignalSlash' | 'CellSignalSlashIcon' | 'CellSignalX' | 'CellSignalXIcon' | 'CellTower' | 'CellTowerIcon' | 'Certificate' | 'CertificateIcon' | 'Chair' | 'ChairIcon' | 'Chalkboard' | 'ChalkboardIcon' | 'ChalkboardSimple' | 'ChalkboardSimpleIcon' | 'ChalkboardTeacher' | 'ChalkboardTeacherIcon' | 'Champagne' | 'ChampagneIcon' | 'ChargingStation' | 'ChargingStationIcon' | 'ChartBar' | 'ChartBarHorizontal' | 'ChartBarHorizontalIcon' | 'ChartBarIcon' | 'ChartDonut' | 'ChartDonutIcon' | 'ChartLine' | 'ChartLineDown' | 'ChartLineDownIcon' | 'ChartLineIcon' | 'ChartLineUp' | 'ChartLineUpIcon' | 'ChartPie' | 'ChartPieIcon' | 'ChartPieSlice' | 'ChartPieSliceIcon' | 'ChartPolar' | 'ChartPolarIcon' | 'ChartScatter' | 'ChartScatterIcon' | 'Chat' | 'ChatCentered' | 'ChatCenteredDots' | 'ChatCenteredDotsIcon' | 'ChatCenteredIcon' | 'ChatCenteredSlash' | 'ChatCenteredSlashIcon' | 'ChatCenteredText' | 'ChatCenteredTextIcon' | 'ChatCircle' | 'ChatCircleDots' | 'ChatCircleDotsIcon' | 'ChatCircleIcon' | 'ChatCircleSlash' | 'ChatCircleSlashIcon' | 'ChatCircleText' | 'ChatCircleTextIcon' | 'ChatDots' | 'ChatDotsIcon' | 'ChatIcon' | 'ChatSlash' | 'ChatSlashIcon' | 'ChatTeardrop' | 'ChatTeardropDots' | 'ChatTeardropDotsIcon' | 'ChatTeardropIcon' | 'ChatTeardropSlash' | 'ChatTeardropSlashIcon' | 'ChatTeardropText' | 'ChatTeardropTextIcon' | 'ChatText' | 'ChatTextIcon' | 'Chats' | 'ChatsCircle' | 'ChatsCircleIcon' | 'ChatsIcon' | 'ChatsTeardrop' | 'ChatsTeardropIcon' | 'Check' | 'CheckCircle' | 'CheckCircleIcon' | 'CheckFat' | 'CheckFatIcon' | 'CheckIcon' | 'CheckSquare' | 'CheckSquareIcon' | 'CheckSquareOffset' | 'CheckSquareOffsetIcon' | 'Checkerboard' | 'CheckerboardIcon' | 'Checks' | 'ChecksIcon' | 'Cheers' | 'CheersIcon' | 'Cheese' | 'CheeseIcon' | 'ChefHat' | 'ChefHatIcon' | 'Cherries' | 'CherriesIcon' | 'Church' | 'ChurchIcon' | 'Cigarette' | 'CigaretteIcon' | 'CigaretteSlash' | 'CigaretteSlashIcon' | 'Circle' | 'CircleDashed' | 'CircleDashedIcon' | 'CircleHalf' | 'CircleHalfIcon' | 'CircleHalfTilt' | 'CircleHalfTiltIcon' | 'CircleIcon' | 'CircleNotch' | 'CircleNotchIcon' | 'CircleWavyCheckIcon' | 'CircleWavyIcon' | 'CircleWavyQuestionIcon' | 'CircleWavyWarningIcon' | 'CirclesFour' | 'CirclesFourIcon' | 'CirclesThree' | 'CirclesThreeIcon' | 'CirclesThreePlus' | 'CirclesThreePlusIcon' | 'Circuitry' | 'CircuitryIcon' | 'City' | 'CityIcon' | 'Clipboard' | 'ClipboardIcon' | 'ClipboardText' | 'ClipboardTextIcon' | 'Clock' | 'ClockAfternoon' | 'ClockAfternoonIcon' | 'ClockClockwise' | 'ClockClockwiseIcon' | 'ClockCountdown' | 'ClockCountdownIcon' | 'ClockCounterClockwise' | 'ClockCounterClockwiseIcon' | 'ClockIcon' | 'ClockUser' | 'ClockUserIcon' | 'ClosedCaptioning' | 'ClosedCaptioningIcon' | 'Cloud' | 'CloudArrowDown' | 'CloudArrowDownIcon' | 'CloudArrowUp' | 'CloudArrowUpIcon' | 'CloudCheck' | 'CloudCheckIcon' | 'CloudFog' | 'CloudFogIcon' | 'CloudIcon' | 'CloudLightning' | 'CloudLightningIcon' | 'CloudMoon' | 'CloudMoonIcon' | 'CloudRain' | 'CloudRainIcon' | 'CloudSlash' | 'CloudSlashIcon' | 'CloudSnow' | 'CloudSnowIcon' | 'CloudSun' | 'CloudSunIcon' | 'CloudWarning' | 'CloudWarningIcon' | 'CloudX' | 'CloudXIcon' | 'Clover' | 'CloverIcon' | 'Club' | 'ClubIcon' | 'CoatHanger' | 'CoatHangerIcon' | 'CodaLogo' | 'CodaLogoIcon' | 'Code' | 'CodeBlock' | 'CodeBlockIcon' | 'CodeIcon' | 'CodeSimple' | 'CodeSimpleIcon' | 'CodepenLogo' | 'CodepenLogoIcon' | 'CodesandboxLogo' | 'CodesandboxLogoIcon' | 'Coffee' | 'CoffeeBean' | 'CoffeeBeanIcon' | 'CoffeeIcon' | 'Coin' | 'CoinIcon' | 'CoinVertical' | 'CoinVerticalIcon' | 'Coins' | 'CoinsIcon' | 'Columns' | 'ColumnsIcon' | 'ColumnsPlusLeft' | 'ColumnsPlusLeftIcon' | 'ColumnsPlusRight' | 'ColumnsPlusRightIcon' | 'Command' | 'CommandIcon' | 'Compass' | 'CompassIcon' | 'CompassRose' | 'CompassRoseIcon' | 'CompassTool' | 'CompassToolIcon' | 'ComputerTower' | 'ComputerTowerIcon' | 'Confetti' | 'ConfettiIcon' | 'ContactlessPayment' | 'ContactlessPaymentIcon' | 'Control' | 'ControlIcon' | 'Cookie' | 'CookieIcon' | 'CookingPot' | 'CookingPotIcon' | 'Copy' | 'CopyIcon' | 'CopySimple' | 'CopySimpleIcon' | 'Copyleft' | 'CopyleftIcon' | 'Copyright' | 'CopyrightIcon' | 'CornersIn' | 'CornersInIcon' | 'CornersOut' | 'CornersOutIcon' | 'Couch' | 'CouchIcon' | 'CourtBasketball' | 'CourtBasketballIcon' | 'Cow' | 'CowIcon' | 'CowboyHat' | 'CowboyHatIcon' | 'Cpu' | 'CpuIcon' | 'Crane' | 'CraneIcon' | 'CraneTower' | 'CraneTowerIcon' | 'CreditCard' | 'CreditCardIcon' | 'Cricket' | 'CricketIcon' | 'Crop' | 'CropIcon' | 'Cross' | 'CrossIcon' | 'Crosshair' | 'CrosshairIcon' | 'CrosshairSimple' | 'CrosshairSimpleIcon' | 'Crown' | 'CrownCross' | 'CrownCrossIcon' | 'CrownIcon' | 'CrownSimple' | 'CrownSimpleIcon' | 'Cube' | 'CubeFocus' | 'CubeFocusIcon' | 'CubeIcon' | 'CubeTransparent' | 'CubeTransparentIcon' | 'CurrencyBtc' | 'CurrencyBtcIcon' | 'CurrencyCircleDollar' | 'CurrencyCircleDollarIcon' | 'CurrencyCny' | 'CurrencyCnyIcon' | 'CurrencyDollar' | 'CurrencyDollarIcon' | 'CurrencyDollarSimple' | 'CurrencyDollarSimpleIcon' | 'CurrencyEth' | 'CurrencyEthIcon' | 'CurrencyEur' | 'CurrencyEurIcon' | 'CurrencyGbp' | 'CurrencyGbpIcon' | 'CurrencyInr' | 'CurrencyInrIcon' | 'CurrencyJpy' | 'CurrencyJpyIcon' | 'CurrencyKrw' | 'CurrencyKrwIcon' | 'CurrencyKzt' | 'CurrencyKztIcon' | 'CurrencyNgn' | 'CurrencyNgnIcon' | 'CurrencyRub' | 'CurrencyRubIcon' | 'Cursor' | 'CursorClick' | 'CursorClickIcon' | 'CursorIcon' | 'CursorText' | 'CursorTextIcon' | 'Cylinder' | 'CylinderIcon' | 'Database' | 'DatabaseIcon' | 'Desk' | 'DeskIcon' | 'Desktop' | 'DesktopIcon' | 'DesktopTower' | 'DesktopTowerIcon' | 'Detective' | 'DetectiveIcon' | 'DevToLogo' | 'DevToLogoIcon' | 'DeviceMobile' | 'DeviceMobileCamera' | 'DeviceMobileCameraIcon' | 'DeviceMobileIcon' | 'DeviceMobileSlash' | 'DeviceMobileSlashIcon' | 'DeviceMobileSpeaker' | 'DeviceMobileSpeakerIcon' | 'DeviceRotate' | 'DeviceRotateIcon' | 'DeviceTablet' | 'DeviceTabletCamera' | 'DeviceTabletCameraIcon' | 'DeviceTabletIcon' | 'DeviceTabletSpeaker' | 'DeviceTabletSpeakerIcon' | 'Devices' | 'DevicesIcon' | 'Diamond' | 'DiamondIcon' | 'DiamondsFour' | 'DiamondsFourIcon' | 'DiceFive' | 'DiceFiveIcon' | 'DiceFour' | 'DiceFourIcon' | 'DiceOne' | 'DiceOneIcon' | 'DiceSix' | 'DiceSixIcon' | 'DiceThree' | 'DiceThreeIcon' | 'DiceTwo' | 'DiceTwoIcon' | 'Disc' | 'DiscIcon' | 'DiscoBall' | 'DiscoBallIcon' | 'DiscordLogo' | 'DiscordLogoIcon' | 'Divide' | 'DivideIcon' | 'Dna' | 'DnaIcon' | 'Dog' | 'DogIcon' | 'Door' | 'DoorIcon' | 'DoorOpen' | 'DoorOpenIcon' | 'Dot' | 'DotIcon' | 'DotOutline' | 'DotOutlineIcon' | 'DotsNine' | 'DotsNineIcon' | 'DotsSix' | 'DotsSixIcon' | 'DotsSixVertical' | 'DotsSixVerticalIcon' | 'DotsThree' | 'DotsThreeCircle' | 'DotsThreeCircleIcon' | 'DotsThreeCircleVertical' | 'DotsThreeCircleVerticalIcon' | 'DotsThreeIcon' | 'DotsThreeOutline' | 'DotsThreeOutlineIcon' | 'DotsThreeOutlineVertical' | 'DotsThreeOutlineVerticalIcon' | 'DotsThreeVertical' | 'DotsThreeVerticalIcon' | 'Download' | 'DownloadIcon' | 'DownloadSimple' | 'DownloadSimpleIcon' | 'Dress' | 'DressIcon' | 'Dresser' | 'DresserIcon' | 'DribbbleLogo' | 'DribbbleLogoIcon' | 'Drone' | 'DroneIcon' | 'Drop' | 'DropHalf' | 'DropHalfBottom' | 'DropHalfBottomIcon' | 'DropHalfIcon' | 'DropIcon' | 'DropSimple' | 'DropSimpleIcon' | 'DropSlash' | 'DropSlashIcon' | 'DropboxLogo' | 'DropboxLogoIcon' | 'Ear' | 'EarIcon' | 'EarSlash' | 'EarSlashIcon' | 'Egg' | 'EggCrack' | 'EggCrackIcon' | 'EggIcon' | 'Eject' | 'EjectIcon' | 'EjectSimple' | 'EjectSimpleIcon' | 'Elevator' | 'ElevatorIcon' | 'Empty' | 'EmptyIcon' | 'Engine' | 'EngineIcon' | 'Envelope' | 'EnvelopeIcon' | 'EnvelopeOpen' | 'EnvelopeOpenIcon' | 'EnvelopeSimple' | 'EnvelopeSimpleIcon' | 'EnvelopeSimpleOpen' | 'EnvelopeSimpleOpenIcon' | 'Equalizer' | 'EqualizerIcon' | 'Equals' | 'EqualsIcon' | 'Eraser' | 'EraserIcon' | 'EscalatorDown' | 'EscalatorDownIcon' | 'EscalatorUp' | 'EscalatorUpIcon' | 'Exam' | 'ExamIcon' | 'ExclamationMark' | 'ExclamationMarkIcon' | 'Exclude' | 'ExcludeIcon' | 'ExcludeSquare' | 'ExcludeSquareIcon' | 'Export' | 'ExportIcon' | 'Eye' | 'EyeClosed' | 'EyeClosedIcon' | 'EyeIcon' | 'EyeSlash' | 'EyeSlashIcon' | 'Eyedropper' | 'EyedropperIcon' | 'EyedropperSample' | 'EyedropperSampleIcon' | 'Eyeglasses' | 'EyeglassesIcon' | 'Eyes' | 'EyesIcon' | 'FaceMask' | 'FaceMaskIcon' | 'FacebookLogo' | 'FacebookLogoIcon' | 'Factory' | 'FactoryIcon' | 'Faders' | 'FadersHorizontal' | 'FadersHorizontalIcon' | 'FadersIcon' | 'FalloutShelter' | 'FalloutShelterIcon' | 'Fan' | 'FanIcon' | 'Farm' | 'FarmIcon' | 'FastForward' | 'FastForwardCircle' | 'FastForwardCircleIcon' | 'FastForwardIcon' | 'Feather' | 'FeatherIcon' | 'FediverseLogo' | 'FediverseLogoIcon' | 'FigmaLogo' | 'FigmaLogoIcon' | 'File' | 'FileArchive' | 'FileArchiveIcon' | 'FileArrowDown' | 'FileArrowDownIcon' | 'FileArrowUp' | 'FileArrowUpIcon' | 'FileAudio' | 'FileAudioIcon' | 'FileC' | 'FileCIcon' | 'FileCSharp' | 'FileCSharpIcon' | 'FileCloud' | 'FileCloudIcon' | 'FileCode' | 'FileCodeIcon' | 'FileCpp' | 'FileCppIcon' | 'FileCss' | 'FileCssIcon' | 'FileCsv' | 'FileCsvIcon' | 'FileDashed' | 'FileDashedIcon' | 'FileDoc' | 'FileDocIcon' | 'FileDottedIcon' | 'FileHtml' | 'FileHtmlIcon' | 'FileIcon' | 'FileImage' | 'FileImageIcon' | 'FileIni' | 'FileIniIcon' | 'FileJpg' | 'FileJpgIcon' | 'FileJs' | 'FileJsIcon' | 'FileJsx' | 'FileJsxIcon' | 'FileLock' | 'FileLockIcon' | 'FileMagnifyingGlass' | 'FileMagnifyingGlassIcon' | 'FileMd' | 'FileMdIcon' | 'FileMinus' | 'FileMinusIcon' | 'FilePdf' | 'FilePdfIcon' | 'FilePlus' | 'FilePlusIcon' | 'FilePng' | 'FilePngIcon' | 'FilePpt' | 'FilePptIcon' | 'FilePy' | 'FilePyIcon' | 'FileRs' | 'FileRsIcon' | 'FileSearchIcon' | 'FileSql' | 'FileSqlIcon' | 'FileSvg' | 'FileSvgIcon' | 'FileText' | 'FileTextIcon' | 'FileTs' | 'FileTsIcon' | 'FileTsx' | 'FileTsxIcon' | 'FileTxt' | 'FileTxtIcon' | 'FileVideo' | 'FileVideoIcon' | 'FileVue' | 'FileVueIcon' | 'FileX' | 'FileXIcon' | 'FileXls' | 'FileXlsIcon' | 'FileZip' | 'FileZipIcon' | 'Files' | 'FilesIcon' | 'FilmReel' | 'FilmReelIcon' | 'FilmScript' | 'FilmScriptIcon' | 'FilmSlate' | 'FilmSlateIcon' | 'FilmStrip' | 'FilmStripIcon' | 'Fingerprint' | 'FingerprintIcon' | 'FingerprintSimple' | 'FingerprintSimpleIcon' | 'FinnTheHuman' | 'FinnTheHumanIcon' | 'Fire' | 'FireExtinguisher' | 'FireExtinguisherIcon' | 'FireIcon' | 'FireSimple' | 'FireSimpleIcon' | 'FireTruck' | 'FireTruckIcon' | 'FirstAid' | 'FirstAidIcon' | 'FirstAidKit' | 'FirstAidKitIcon' | 'Fish' | 'FishIcon' | 'FishSimple' | 'FishSimpleIcon' | 'Flag' | 'FlagBanner' | 'FlagBannerFold' | 'FlagBannerFoldIcon' | 'FlagBannerIcon' | 'FlagCheckered' | 'FlagCheckeredIcon' | 'FlagIcon' | 'FlagPennant' | 'FlagPennantIcon' | 'Flame' | 'FlameIcon' | 'Flashlight' | 'FlashlightIcon' | 'Flask' | 'FlaskIcon' | 'FlipHorizontal' | 'FlipHorizontalIcon' | 'FlipVertical' | 'FlipVerticalIcon' | 'FloppyDisk' | 'FloppyDiskBack' | 'FloppyDiskBackIcon' | 'FloppyDiskIcon' | 'FlowArrow' | 'FlowArrowIcon' | 'Flower' | 'FlowerIcon' | 'FlowerLotus' | 'FlowerLotusIcon' | 'FlowerTulip' | 'FlowerTulipIcon' | 'FlyingSaucer' | 'FlyingSaucerIcon' | 'Folder' | 'FolderDashed' | 'FolderDashedIcon' | 'FolderDottedIcon' | 'FolderIcon' | 'FolderLock' | 'FolderLockIcon' | 'FolderMinus' | 'FolderMinusIcon' | 'FolderNotchIcon' | 'FolderNotchMinusIcon' | 'FolderNotchOpenIcon' | 'FolderNotchPlusIcon' | 'FolderOpen' | 'FolderOpenIcon' | 'FolderPlus' | 'FolderPlusIcon' | 'FolderSimple' | 'FolderSimpleDashed' | 'FolderSimpleDashedIcon' | 'FolderSimpleDottedIcon' | 'FolderSimpleIcon' | 'FolderSimpleLock' | 'FolderSimpleLockIcon' | 'FolderSimpleMinus' | 'FolderSimpleMinusIcon' | 'FolderSimplePlus' | 'FolderSimplePlusIcon' | 'FolderSimpleStar' | 'FolderSimpleStarIcon' | 'FolderSimpleUser' | 'FolderSimpleUserIcon' | 'FolderStar' | 'FolderStarIcon' | 'FolderUser' | 'FolderUserIcon' | 'Folders' | 'FoldersIcon' | 'Football' | 'FootballHelmet' | 'FootballHelmetIcon' | 'FootballIcon' | 'Footprints' | 'FootprintsIcon' | 'ForkKnife' | 'ForkKnifeIcon' | 'FourK' | 'FourKIcon' | 'FrameCorners' | 'FrameCornersIcon' | 'FramerLogo' | 'FramerLogoIcon' | 'Function' | 'FunctionIcon' | 'Funnel' | 'FunnelIcon' | 'FunnelSimple' | 'FunnelSimpleIcon' | 'FunnelSimpleX' | 'FunnelSimpleXIcon' | 'FunnelX' | 'FunnelXIcon' | 'GameController' | 'GameControllerIcon' | 'Garage' | 'GarageIcon' | 'GasCan' | 'GasCanIcon' | 'GasPump' | 'GasPumpIcon' | 'Gauge' | 'GaugeIcon' | 'Gavel' | 'GavelIcon' | 'Gear' | 'GearFine' | 'GearFineIcon' | 'GearIcon' | 'GearSix' | 'GearSixIcon' | 'GenderFemale' | 'GenderFemaleIcon' | 'GenderIntersex' | 'GenderIntersexIcon' | 'GenderMale' | 'GenderMaleIcon' | 'GenderNeuter' | 'GenderNeuterIcon' | 'GenderNonbinary' | 'GenderNonbinaryIcon' | 'GenderTransgender' | 'GenderTransgenderIcon' | 'Ghost' | 'GhostIcon' | 'Gif' | 'GifIcon' | 'Gift' | 'GiftIcon' | 'GitBranch' | 'GitBranchIcon' | 'GitCommit' | 'GitCommitIcon' | 'GitDiff' | 'GitDiffIcon' | 'GitFork' | 'GitForkIcon' | 'GitMerge' | 'GitMergeIcon' | 'GitPullRequest' | 'GitPullRequestIcon' | 'GithubLogo' | 'GithubLogoIcon' | 'GitlabLogo' | 'GitlabLogoIcon' | 'GitlabLogoSimple' | 'GitlabLogoSimpleIcon' | 'Globe' | 'GlobeHemisphereEast' | 'GlobeHemisphereEastIcon' | 'GlobeHemisphereWest' | 'GlobeHemisphereWestIcon' | 'GlobeIcon' | 'GlobeSimple' | 'GlobeSimpleIcon' | 'GlobeSimpleX' | 'GlobeSimpleXIcon' | 'GlobeStand' | 'GlobeStandIcon' | 'GlobeX' | 'GlobeXIcon' | 'Goggles' | 'GogglesIcon' | 'Golf' | 'GolfIcon' | 'GoodreadsLogo' | 'GoodreadsLogoIcon' | 'GoogleCardboardLogo' | 'GoogleCardboardLogoIcon' | 'GoogleChromeLogo' | 'GoogleChromeLogoIcon' | 'GoogleDriveLogo' | 'GoogleDriveLogoIcon' | 'GoogleLogo' | 'GoogleLogoIcon' | 'GooglePhotosLogo' | 'GooglePhotosLogoIcon' | 'GooglePlayLogo' | 'GooglePlayLogoIcon' | 'GooglePodcastsLogo' | 'GooglePodcastsLogoIcon' | 'Gps' | 'GpsFix' | 'GpsFixIcon' | 'GpsIcon' | 'GpsSlash' | 'GpsSlashIcon' | 'Gradient' | 'GradientIcon' | 'GraduationCap' | 'GraduationCapIcon' | 'Grains' | 'GrainsIcon' | 'GrainsSlash' | 'GrainsSlashIcon' | 'Graph' | 'GraphIcon' | 'GraphicsCard' | 'GraphicsCardIcon' | 'GreaterThan' | 'GreaterThanIcon' | 'GreaterThanOrEqual' | 'GreaterThanOrEqualIcon' | 'GridFour' | 'GridFourIcon' | 'GridNine' | 'GridNineIcon' | 'Guitar' | 'GuitarIcon' | 'HairDryer' | 'HairDryerIcon' | 'Hamburger' | 'HamburgerIcon' | 'Hammer' | 'HammerIcon' | 'Hand' | 'HandArrowDown' | 'HandArrowDownIcon' | 'HandArrowUp' | 'HandArrowUpIcon' | 'HandCoins' | 'HandCoinsIcon' | 'HandDeposit' | 'HandDepositIcon' | 'HandEye' | 'HandEyeIcon' | 'HandFist' | 'HandFistIcon' | 'HandGrabbing' | 'HandGrabbingIcon' | 'HandHeart' | 'HandHeartIcon' | 'HandIcon' | 'HandPalm' | 'HandPalmIcon' | 'HandPeace' | 'HandPeaceIcon' | 'HandPointing' | 'HandPointingIcon' | 'HandSoap' | 'HandSoapIcon' | 'HandSwipeLeft' | 'HandSwipeLeftIcon' | 'HandSwipeRight' | 'HandSwipeRightIcon' | 'HandTap' | 'HandTapIcon' | 'HandWaving' | 'HandWavingIcon' | 'HandWithdraw' | 'HandWithdrawIcon' | 'Handbag' | 'HandbagIcon' | 'HandbagSimple' | 'HandbagSimpleIcon' | 'HandsClapping' | 'HandsClappingIcon' | 'HandsPraying' | 'HandsPrayingIcon' | 'Handshake' | 'HandshakeIcon' | 'HardDrive' | 'HardDriveIcon' | 'HardDrives' | 'HardDrivesIcon' | 'HardHat' | 'HardHatIcon' | 'Hash' | 'HashIcon' | 'HashStraight' | 'HashStraightIcon' | 'HeadCircuit' | 'HeadCircuitIcon' | 'Headlights' | 'HeadlightsIcon' | 'Headphones' | 'HeadphonesIcon' | 'Headset' | 'HeadsetIcon' | 'Heart' | 'HeartBreak' | 'HeartBreakIcon' | 'HeartHalf' | 'HeartHalfIcon' | 'HeartIcon' | 'HeartStraight' | 'HeartStraightBreak' | 'HeartStraightBreakIcon' | 'HeartStraightIcon' | 'Heartbeat' | 'HeartbeatIcon' | 'Hexagon' | 'HexagonIcon' | 'HighDefinition' | 'HighDefinitionIcon' | 'HighHeel' | 'HighHeelIcon' | 'Highlighter' | 'HighlighterCircle' | 'HighlighterCircleIcon' | 'HighlighterIcon' | 'Hockey' | 'HockeyIcon' | 'Hoodie' | 'HoodieIcon' | 'Horse' | 'HorseIcon' | 'Hospital' | 'HospitalIcon' | 'Hourglass' | 'HourglassHigh' | 'HourglassHighIcon' | 'HourglassIcon' | 'HourglassLow' | 'HourglassLowIcon' | 'HourglassMedium' | 'HourglassMediumIcon' | 'HourglassSimple' | 'HourglassSimpleHigh' | 'HourglassSimpleHighIcon' | 'HourglassSimpleIcon' | 'HourglassSimpleLow' | 'HourglassSimpleLowIcon' | 'HourglassSimpleMedium' | 'HourglassSimpleMediumIcon' | 'House' | 'HouseIcon' | 'HouseLine' | 'HouseLineIcon' | 'HouseSimple' | 'HouseSimpleIcon' | 'Hurricane' | 'HurricaneIcon' | 'IceCream' | 'IceCreamIcon' | 'IconBase' | 'IconContext' | 'IdentificationBadge' | 'IdentificationBadgeIcon' | 'IdentificationCard' | 'IdentificationCardIcon' | 'Image' | 'ImageBroken' | 'ImageBrokenIcon' | 'ImageIcon' | 'ImageSquare' | 'ImageSquareIcon' | 'Images' | 'ImagesIcon' | 'ImagesSquare' | 'ImagesSquareIcon' | 'Infinity' | 'InfinityIcon' | 'Info' | 'InfoIcon' | 'InstagramLogo' | 'InstagramLogoIcon' | 'Intersect' | 'IntersectIcon' | 'IntersectSquare' | 'IntersectSquareIcon' | 'IntersectThree' | 'IntersectThreeIcon' | 'Intersection' | 'IntersectionIcon' | 'Invoice' | 'InvoiceIcon' | 'Island' | 'IslandIcon' | 'Jar' | 'JarIcon' | 'JarLabel' | 'JarLabelIcon' | 'Jeep' | 'JeepIcon' | 'Joystick' | 'JoystickIcon' | 'Kanban' | 'KanbanIcon' | 'Key' | 'KeyIcon' | 'KeyReturn' | 'KeyReturnIcon' | 'Keyboard' | 'KeyboardIcon' | 'Keyhole' | 'KeyholeIcon' | 'Knife' | 'KnifeIcon' | 'Ladder' | 'LadderIcon' | 'LadderSimple' | 'LadderSimpleIcon' | 'Lamp' | 'LampIcon' | 'LampPendant' | 'LampPendantIcon' | 'Laptop' | 'LaptopIcon' | 'Lasso' | 'LassoIcon' | 'LastfmLogo' | 'LastfmLogoIcon' | 'Layout' | 'LayoutIcon' | 'Leaf' | 'LeafIcon' | 'Lectern' | 'LecternIcon' | 'Lego' | 'LegoIcon' | 'LegoSmiley' | 'LegoSmileyIcon' | 'LemniscateIcon' | 'LessThan' | 'LessThanIcon' | 'LessThanOrEqual' | 'LessThanOrEqualIcon' | 'LetterCircleH' | 'LetterCircleHIcon' | 'LetterCircleP' | 'LetterCirclePIcon' | 'LetterCircleV' | 'LetterCircleVIcon' | 'Lifebuoy' | 'LifebuoyIcon' | 'Lightbulb' | 'LightbulbFilament' | 'LightbulbFilamentIcon' | 'LightbulbIcon' | 'Lighthouse' | 'LighthouseIcon' | 'Lightning' | 'LightningA' | 'LightningAIcon' | 'LightningIcon' | 'LightningSlash' | 'LightningSlashIcon' | 'LineSegment' | 'LineSegmentIcon' | 'LineSegments' | 'LineSegmentsIcon' | 'LineVertical' | 'LineVerticalIcon' | 'Link' | 'LinkBreak' | 'LinkBreakIcon' | 'LinkIcon' | 'LinkSimple' | 'LinkSimpleBreak' | 'LinkSimpleBreakIcon' | 'LinkSimpleHorizontal' | 'LinkSimpleHorizontalBreak' | 'LinkSimpleHorizontalBreakIcon' | 'LinkSimpleHorizontalIcon' | 'LinkSimpleIcon' | 'LinkedinLogo' | 'LinkedinLogoIcon' | 'LinktreeLogo' | 'LinktreeLogoIcon' | 'LinuxLogo' | 'LinuxLogoIcon' | 'List' | 'ListBullets' | 'ListBulletsIcon' | 'ListChecks' | 'ListChecksIcon' | 'ListDashes' | 'ListDashesIcon' | 'ListHeart' | 'ListHeartIcon' | 'ListIcon' | 'ListMagnifyingGlass' | 'ListMagnifyingGlassIcon' | 'ListNumbers' | 'ListNumbersIcon' | 'ListPlus' | 'ListPlusIcon' | 'ListStar' | 'ListStarIcon' | 'Lock' | 'LockIcon' | 'LockKey' | 'LockKeyIcon' | 'LockKeyOpen' | 'LockKeyOpenIcon' | 'LockLaminated' | 'LockLaminatedIcon' | 'LockLaminatedOpen' | 'LockLaminatedOpenIcon' | 'LockOpen' | 'LockOpenIcon' | 'LockSimple' | 'LockSimpleIcon' | 'LockSimpleOpen' | 'LockSimpleOpenIcon' | 'Lockers' | 'LockersIcon' | 'Log' | 'LogIcon' | 'MagicWand' | 'MagicWandIcon' | 'Magnet' | 'MagnetIcon' | 'MagnetStraight' | 'MagnetStraightIcon' | 'MagnifyingGlass' | 'MagnifyingGlassIcon' | 'MagnifyingGlassMinus' | 'MagnifyingGlassMinusIcon' | 'MagnifyingGlassPlus' | 'MagnifyingGlassPlusIcon' | 'Mailbox' | 'MailboxIcon' | 'MapPin' | 'MapPinArea' | 'MapPinAreaIcon' | 'MapPinIcon' | 'MapPinLine' | 'MapPinLineIcon' | 'MapPinPlus' | 'MapPinPlusIcon' | 'MapPinSimple' | 'MapPinSimpleArea' | 'MapPinSimpleAreaIcon' | 'MapPinSimpleIcon' | 'MapPinSimpleLine' | 'MapPinSimpleLineIcon' | 'MapTrifold' | 'MapTrifoldIcon' | 'MarkdownLogo' | 'MarkdownLogoIcon' | 'MarkerCircle' | 'MarkerCircleIcon' | 'Martini' | 'MartiniIcon' | 'MaskHappy' | 'MaskHappyIcon' | 'MaskSad' | 'MaskSadIcon' | 'MastodonLogo' | 'MastodonLogoIcon' | 'MathOperations' | 'MathOperationsIcon' | 'MatrixLogo' | 'MatrixLogoIcon' | 'Medal' | 'MedalIcon' | 'MedalMilitary' | 'MedalMilitaryIcon' | 'MediumLogo' | 'MediumLogoIcon' | 'Megaphone' | 'MegaphoneIcon' | 'MegaphoneSimple' | 'MegaphoneSimpleIcon' | 'MemberOf' | 'MemberOfIcon' | 'Memory' | 'MemoryIcon' | 'MessengerLogo' | 'MessengerLogoIcon' | 'MetaLogo' | 'MetaLogoIcon' | 'Meteor' | 'MeteorIcon' | 'Metronome' | 'MetronomeIcon' | 'Microphone' | 'MicrophoneIcon' | 'MicrophoneSlash' | 'MicrophoneSlashIcon' | 'MicrophoneStage' | 'MicrophoneStageIcon' | 'Microscope' | 'MicroscopeIcon' | 'MicrosoftExcelLogo' | 'MicrosoftExcelLogoIcon' | 'MicrosoftOutlookLogo' | 'MicrosoftOutlookLogoIcon' | 'MicrosoftPowerpointLogo' | 'MicrosoftPowerpointLogoIcon' | 'MicrosoftTeamsLogo' | 'MicrosoftTeamsLogoIcon' | 'MicrosoftWordLogo' | 'MicrosoftWordLogoIcon' | 'Minus' | 'MinusCircle' | 'MinusCircleIcon' | 'MinusIcon' | 'MinusSquare' | 'MinusSquareIcon' | 'Money' | 'MoneyIcon' | 'MoneyWavy' | 'MoneyWavyIcon' | 'Monitor' | 'MonitorArrowUp' | 'MonitorArrowUpIcon' | 'MonitorIcon' | 'MonitorPlay' | 'MonitorPlayIcon' | 'Moon' | 'MoonIcon' | 'MoonStars' | 'MoonStarsIcon' | 'Moped' | 'MopedFront' | 'MopedFrontIcon' | 'MopedIcon' | 'Mosque' | 'MosqueIcon' | 'Motorcycle' | 'MotorcycleIcon' | 'Mountains' | 'MountainsIcon' | 'Mouse' | 'MouseIcon' | 'MouseLeftClick' | 'MouseLeftClickIcon' | 'MouseMiddleClick' | 'MouseMiddleClickIcon' | 'MouseRightClick' | 'MouseRightClickIcon' | 'MouseScroll' | 'MouseScrollIcon' | 'MouseSimple' | 'MouseSimpleIcon' | 'MusicNote' | 'MusicNoteIcon' | 'MusicNoteSimple' | 'MusicNoteSimpleIcon' | 'MusicNotes' | 'MusicNotesIcon' | 'MusicNotesMinus' | 'MusicNotesMinusIcon' | 'MusicNotesPlus' | 'MusicNotesPlusIcon' | 'MusicNotesSimple' | 'MusicNotesSimpleIcon' | 'NavigationArrow' | 'NavigationArrowIcon' | 'Needle' | 'NeedleIcon' | 'Network' | 'NetworkIcon' | 'NetworkSlash' | 'NetworkSlashIcon' | 'NetworkX' | 'NetworkXIcon' | 'Newspaper' | 'NewspaperClipping' | 'NewspaperClippingIcon' | 'NewspaperIcon' | 'NotEquals' | 'NotEqualsIcon' | 'NotMemberOf' | 'NotMemberOfIcon' | 'NotSubsetOf' | 'NotSubsetOfIcon' | 'NotSupersetOf' | 'NotSupersetOfIcon' | 'Notches' | 'NotchesIcon' | 'Note' | 'NoteBlank' | 'NoteBlankIcon' | 'NoteIcon' | 'NotePencil' | 'NotePencilIcon' | 'Notebook' | 'NotebookIcon' | 'Notepad' | 'NotepadIcon' | 'Notification' | 'NotificationIcon' | 'NotionLogo' | 'NotionLogoIcon' | 'NuclearPlant' | 'NuclearPlantIcon' | 'NumberCircleEight' | 'NumberCircleEightIcon' | 'NumberCircleFive' | 'NumberCircleFiveIcon' | 'NumberCircleFour' | 'NumberCircleFourIcon' | 'NumberCircleNine' | 'NumberCircleNineIcon' | 'NumberCircleOne' | 'NumberCircleOneIcon' | 'NumberCircleSeven' | 'NumberCircleSevenIcon' | 'NumberCircleSix' | 'NumberCircleSixIcon' | 'NumberCircleThree' | 'NumberCircleThreeIcon' | 'NumberCircleTwo' | 'NumberCircleTwoIcon' | 'NumberCircleZero' | 'NumberCircleZeroIcon' | 'NumberEight' | 'NumberEightIcon' | 'NumberFive' | 'NumberFiveIcon' | 'NumberFour' | 'NumberFourIcon' | 'NumberNine' | 'NumberNineIcon' | 'NumberOne' | 'NumberOneIcon' | 'NumberSeven' | 'NumberSevenIcon' | 'NumberSix' | 'NumberSixIcon' | 'NumberSquareEight' | 'NumberSquareEightIcon' | 'NumberSquareFive' | 'NumberSquareFiveIcon' | 'NumberSquareFour' | 'NumberSquareFourIcon' | 'NumberSquareNine' | 'NumberSquareNineIcon' | 'NumberSquareOne' | 'NumberSquareOneIcon' | 'NumberSquareSeven' | 'NumberSquareSevenIcon' | 'NumberSquareSix' | 'NumberSquareSixIcon' | 'NumberSquareThree' | 'NumberSquareThreeIcon' | 'NumberSquareTwo' | 'NumberSquareTwoIcon' | 'NumberSquareZero' | 'NumberSquareZeroIcon' | 'NumberThree' | 'NumberThreeIcon' | 'NumberTwo' | 'NumberTwoIcon' | 'NumberZero' | 'NumberZeroIcon' | 'Numpad' | 'NumpadIcon' | 'Nut' | 'NutIcon' | 'NyTimesLogo' | 'NyTimesLogoIcon' | 'Octagon' | 'OctagonIcon' | 'OfficeChair' | 'OfficeChairIcon' | 'Onigiri' | 'OnigiriIcon' | 'OpenAiLogo' | 'OpenAiLogoIcon' | 'Option' | 'OptionIcon' | 'Orange' | 'OrangeIcon' | 'OrangeSlice' | 'OrangeSliceIcon' | 'Oven' | 'OvenIcon' | 'Package' | 'PackageIcon' | 'PaintBrush' | 'PaintBrushBroad' | 'PaintBrushBroadIcon' | 'PaintBrushHousehold' | 'PaintBrushHouseholdIcon' | 'PaintBrushIcon' | 'PaintBucket' | 'PaintBucketIcon' | 'PaintRoller' | 'PaintRollerIcon' | 'Palette' | 'PaletteIcon' | 'Panorama' | 'PanoramaIcon' | 'Pants' | 'PantsIcon' | 'PaperPlane' | 'PaperPlaneIcon' | 'PaperPlaneRight' | 'PaperPlaneRightIcon' | 'PaperPlaneTilt' | 'PaperPlaneTiltIcon' | 'Paperclip' | 'PaperclipHorizontal' | 'PaperclipHorizontalIcon' | 'PaperclipIcon' | 'Parachute' | 'ParachuteIcon' | 'Paragraph' | 'ParagraphIcon' | 'Parallelogram' | 'ParallelogramIcon' | 'Park' | 'ParkIcon' | 'Password' | 'PasswordIcon' | 'Path' | 'PathIcon' | 'PatreonLogo' | 'PatreonLogoIcon' | 'Pause' | 'PauseCircle' | 'PauseCircleIcon' | 'PauseIcon' | 'PawPrint' | 'PawPrintIcon' | 'PaypalLogo' | 'PaypalLogoIcon' | 'Peace' | 'PeaceIcon' | 'Pen' | 'PenIcon' | 'PenNib' | 'PenNibIcon' | 'PenNibStraight' | 'PenNibStraightIcon' | 'Pencil' | 'PencilCircle' | 'PencilCircleIcon' | 'PencilIcon' | 'PencilLine' | 'PencilLineIcon' | 'PencilRuler' | 'PencilRulerIcon' | 'PencilSimple' | 'PencilSimpleIcon' | 'PencilSimpleLine' | 'PencilSimpleLineIcon' | 'PencilSimpleSlash' | 'PencilSimpleSlashIcon' | 'PencilSlash' | 'PencilSlashIcon' | 'Pentagon' | 'PentagonIcon' | 'Pentagram' | 'PentagramIcon' | 'Pepper' | 'PepperIcon' | 'Percent' | 'PercentIcon' | 'Person' | 'PersonArmsSpread' | 'PersonArmsSpreadIcon' | 'PersonIcon' | 'PersonSimple' | 'PersonSimpleBike' | 'PersonSimpleBikeIcon' | 'PersonSimpleCircle' | 'PersonSimpleCircleIcon' | 'PersonSimpleHike' | 'PersonSimpleHikeIcon' | 'PersonSimpleIcon' | 'PersonSimpleRun' | 'PersonSimpleRunIcon' | 'PersonSimpleSki' | 'PersonSimpleSkiIcon' | 'PersonSimpleSnowboard' | 'PersonSimpleSnowboardIcon' | 'PersonSimpleSwim' | 'PersonSimpleSwimIcon' | 'PersonSimpleTaiChi' | 'PersonSimpleTaiChiIcon' | 'PersonSimpleThrow' | 'PersonSimpleThrowIcon' | 'PersonSimpleWalk' | 'PersonSimpleWalkIcon' | 'Perspective' | 'PerspectiveIcon' | 'Phone' | 'PhoneCall' | 'PhoneCallIcon' | 'PhoneDisconnect' | 'PhoneDisconnectIcon' | 'PhoneIcon' | 'PhoneIncoming' | 'PhoneIncomingIcon' | 'PhoneList' | 'PhoneListIcon' | 'PhoneOutgoing' | 'PhoneOutgoingIcon' | 'PhonePause' | 'PhonePauseIcon' | 'PhonePlus' | 'PhonePlusIcon' | 'PhoneSlash' | 'PhoneSlashIcon' | 'PhoneTransfer' | 'PhoneTransferIcon' | 'PhoneX' | 'PhoneXIcon' | 'PhosphorLogo' | 'PhosphorLogoIcon' | 'Pi' | 'PiIcon' | 'PianoKeys' | 'PianoKeysIcon' | 'PicnicTable' | 'PicnicTableIcon' | 'PictureInPicture' | 'PictureInPictureIcon' | 'PiggyBank' | 'PiggyBankIcon' | 'Pill' | 'PillIcon' | 'PingPong' | 'PingPongIcon' | 'PintGlass' | 'PintGlassIcon' | 'PinterestLogo' | 'PinterestLogoIcon' | 'Pinwheel' | 'PinwheelIcon' | 'Pipe' | 'PipeIcon' | 'PipeWrench' | 'PipeWrenchIcon' | 'PixLogo' | 'PixLogoIcon' | 'Pizza' | 'PizzaIcon' | 'Placeholder' | 'PlaceholderIcon' | 'Planet' | 'PlanetIcon' | 'Plant' | 'PlantIcon' | 'Play' | 'PlayCircle' | 'PlayCircleIcon' | 'PlayIcon' | 'PlayPause' | 'PlayPauseIcon' | 'Playlist' | 'PlaylistIcon' | 'Plug' | 'PlugCharging' | 'PlugChargingIcon' | 'PlugIcon' | 'Plugs' | 'PlugsConnected' | 'PlugsConnectedIcon' | 'PlugsIcon' | 'Plus' | 'PlusCircle' | 'PlusCircleIcon' | 'PlusIcon' | 'PlusMinus' | 'PlusMinusIcon' | 'PlusSquare' | 'PlusSquareIcon' | 'PokerChip' | 'PokerChipIcon' | 'PoliceCar' | 'PoliceCarIcon' | 'Polygon' | 'PolygonIcon' | 'Popcorn' | 'PopcornIcon' | 'Popsicle' | 'PopsicleIcon' | 'PottedPlant' | 'PottedPlantIcon' | 'Power' | 'PowerIcon' | 'Prescription' | 'PrescriptionIcon' | 'Presentation' | 'PresentationChart' | 'PresentationChartIcon' | 'PresentationIcon' | 'Printer' | 'PrinterIcon' | 'Prohibit' | 'ProhibitIcon' | 'ProhibitInset' | 'ProhibitInsetIcon' | 'ProjectorScreen' | 'ProjectorScreenChart' | 'ProjectorScreenChartIcon' | 'ProjectorScreenIcon' | 'Pulse' | 'PulseIcon' | 'PushPin' | 'PushPinIcon' | 'PushPinSimple' | 'PushPinSimpleIcon' | 'PushPinSimpleSlash' | 'PushPinSimpleSlashIcon' | 'PushPinSlash' | 'PushPinSlashIcon' | 'PuzzlePiece' | 'PuzzlePieceIcon' | 'QrCode' | 'QrCodeIcon' | 'Question' | 'QuestionIcon' | 'QuestionMark' | 'QuestionMarkIcon' | 'Queue' | 'QueueIcon' | 'Quotes' | 'QuotesIcon' | 'Rabbit' | 'RabbitIcon' | 'Racquet' | 'RacquetIcon' | 'Radical' | 'RadicalIcon' | 'Radio' | 'RadioButton' | 'RadioButtonIcon' | 'RadioIcon' | 'Radioactive' | 'RadioactiveIcon' | 'Rainbow' | 'RainbowCloud' | 'RainbowCloudIcon' | 'RainbowIcon' | 'Ranking' | 'RankingIcon' | 'ReadCvLogo' | 'ReadCvLogoIcon' | 'Receipt' | 'ReceiptIcon' | 'ReceiptX' | 'ReceiptXIcon' | 'Record' | 'RecordIcon' | 'Rectangle' | 'RectangleDashed' | 'RectangleDashedIcon' | 'RectangleIcon' | 'Recycle' | 'RecycleIcon' | 'RedditLogo' | 'RedditLogoIcon' | 'Repeat' | 'RepeatIcon' | 'RepeatOnce' | 'RepeatOnceIcon' | 'ReplitLogo' | 'ReplitLogoIcon' | 'Resize' | 'ResizeIcon' | 'Rewind' | 'RewindCircle' | 'RewindCircleIcon' | 'RewindIcon' | 'RoadHorizon' | 'RoadHorizonIcon' | 'Robot' | 'RobotIcon' | 'Rocket' | 'RocketIcon' | 'RocketLaunch' | 'RocketLaunchIcon' | 'Rows' | 'RowsIcon' | 'RowsPlusBottom' | 'RowsPlusBottomIcon' | 'RowsPlusTop' | 'RowsPlusTopIcon' | 'Rss' | 'RssIcon' | 'RssSimple' | 'RssSimpleIcon' | 'Rug' | 'RugIcon' | 'Ruler' | 'RulerIcon' | 'Sailboat' | 'SailboatIcon' | 'Scales' | 'ScalesIcon' | 'Scan' | 'ScanIcon' | 'ScanSmiley' | 'ScanSmileyIcon' | 'Scissors' | 'ScissorsIcon' | 'Scooter' | 'ScooterIcon' | 'Screencast' | 'ScreencastIcon' | 'Screwdriver' | 'ScrewdriverIcon' | 'Scribble' | 'ScribbleIcon' | 'ScribbleLoop' | 'ScribbleLoopIcon' | 'Scroll' | 'ScrollIcon' | 'Seal' | 'SealCheck' | 'SealCheckIcon' | 'SealIcon' | 'SealPercent' | 'SealPercentIcon' | 'SealQuestion' | 'SealQuestionIcon' | 'SealWarning' | 'SealWarningIcon' | 'Seat' | 'SeatIcon' | 'Seatbelt' | 'SeatbeltIcon' | 'SecurityCamera' | 'SecurityCameraIcon' | 'Selection' | 'SelectionAll' | 'SelectionAllIcon' | 'SelectionBackground' | 'SelectionBackgroundIcon' | 'SelectionForeground' | 'SelectionForegroundIcon' | 'SelectionIcon' | 'SelectionInverse' | 'SelectionInverseIcon' | 'SelectionPlus' | 'SelectionPlusIcon' | 'SelectionSlash' | 'SelectionSlashIcon' | 'Shapes' | 'ShapesIcon' | 'Share' | 'ShareFat' | 'ShareFatIcon' | 'ShareIcon' | 'ShareNetwork' | 'ShareNetworkIcon' | 'Shield' | 'ShieldCheck' | 'ShieldCheckIcon' | 'ShieldCheckered' | 'ShieldCheckeredIcon' | 'ShieldChevron' | 'ShieldChevronIcon' | 'ShieldIcon' | 'ShieldPlus' | 'ShieldPlusIcon' | 'ShieldSlash' | 'ShieldSlashIcon' | 'ShieldStar' | 'ShieldStarIcon' | 'ShieldWarning' | 'ShieldWarningIcon' | 'ShippingContainer' | 'ShippingContainerIcon' | 'ShirtFolded' | 'ShirtFoldedIcon' | 'ShootingStar' | 'ShootingStarIcon' | 'ShoppingBag' | 'ShoppingBagIcon' | 'ShoppingBagOpen' | 'ShoppingBagOpenIcon' | 'ShoppingCart' | 'ShoppingCartIcon' | 'ShoppingCartSimple' | 'ShoppingCartSimpleIcon' | 'Shovel' | 'ShovelIcon' | 'Shower' | 'ShowerIcon' | 'Shrimp' | 'ShrimpIcon' | 'Shuffle' | 'ShuffleAngular' | 'ShuffleAngularIcon' | 'ShuffleIcon' | 'ShuffleSimple' | 'ShuffleSimpleIcon' | 'Sidebar' | 'SidebarIcon' | 'SidebarSimple' | 'SidebarSimpleIcon' | 'Sigma' | 'SigmaIcon' | 'SignIn' | 'SignInIcon' | 'SignOut' | 'SignOutIcon' | 'Signature' | 'SignatureIcon' | 'Signpost' | 'SignpostIcon' | 'SimCard' | 'SimCardIcon' | 'Siren' | 'SirenIcon' | 'SketchLogo' | 'SketchLogoIcon' | 'SkipBack' | 'SkipBackCircle' | 'SkipBackCircleIcon' | 'SkipBackIcon' | 'SkipForward' | 'SkipForwardCircle' | 'SkipForwardCircleIcon' | 'SkipForwardIcon' | 'Skull' | 'SkullIcon' | 'SkypeLogo' | 'SkypeLogoIcon' | 'SlackLogo' | 'SlackLogoIcon' | 'Sliders' | 'SlidersHorizontal' | 'SlidersHorizontalIcon' | 'SlidersIcon' | 'Slideshow' | 'SlideshowIcon' | 'Smiley' | 'SmileyAngry' | 'SmileyAngryIcon' | 'SmileyBlank' | 'SmileyBlankIcon' | 'SmileyIcon' | 'SmileyMeh' | 'SmileyMehIcon' | 'SmileyMelting' | 'SmileyMeltingIcon' | 'SmileyNervous' | 'SmileyNervousIcon' | 'SmileySad' | 'SmileySadIcon' | 'SmileySticker' | 'SmileyStickerIcon' | 'SmileyWink' | 'SmileyWinkIcon' | 'SmileyXEyes' | 'SmileyXEyesIcon' | 'SnapchatLogo' | 'SnapchatLogoIcon' | 'Sneaker' | 'SneakerIcon' | 'SneakerMove' | 'SneakerMoveIcon' | 'Snowflake' | 'SnowflakeIcon' | 'SoccerBall' | 'SoccerBallIcon' | 'Sock' | 'SockIcon' | 'SolarPanel' | 'SolarPanelIcon' | 'SolarRoof' | 'SolarRoofIcon' | 'SortAscending' | 'SortAscendingIcon' | 'SortDescending' | 'SortDescendingIcon' | 'SoundcloudLogo' | 'SoundcloudLogoIcon' | 'Spade' | 'SpadeIcon' | 'Sparkle' | 'SparkleIcon' | 'SpeakerHifi' | 'SpeakerHifiIcon' | 'SpeakerHigh' | 'SpeakerHighIcon' | 'SpeakerLow' | 'SpeakerLowIcon' | 'SpeakerNone' | 'SpeakerNoneIcon' | 'SpeakerSimpleHigh' | 'SpeakerSimpleHighIcon' | 'SpeakerSimpleLow' | 'SpeakerSimpleLowIcon' | 'SpeakerSimpleNone' | 'SpeakerSimpleNoneIcon' | 'SpeakerSimpleSlash' | 'SpeakerSimpleSlashIcon' | 'SpeakerSimpleX' | 'SpeakerSimpleXIcon' | 'SpeakerSlash' | 'SpeakerSlashIcon' | 'SpeakerX' | 'SpeakerXIcon' | 'Speedometer' | 'SpeedometerIcon' | 'Sphere' | 'SphereIcon' | 'Spinner' | 'SpinnerBall' | 'SpinnerBallIcon' | 'SpinnerGap' | 'SpinnerGapIcon' | 'SpinnerIcon' | 'Spiral' | 'SpiralIcon' | 'SplitHorizontal' | 'SplitHorizontalIcon' | 'SplitVertical' | 'SplitVerticalIcon' | 'SpotifyLogo' | 'SpotifyLogoIcon' | 'SprayBottle' | 'SprayBottleIcon' | 'Square' | 'SquareHalf' | 'SquareHalfBottom' | 'SquareHalfBottomIcon' | 'SquareHalfIcon' | 'SquareIcon' | 'SquareLogo' | 'SquareLogoIcon' | 'SquareSplitHorizontal' | 'SquareSplitHorizontalIcon' | 'SquareSplitVertical' | 'SquareSplitVerticalIcon' | 'SquaresFour' | 'SquaresFourIcon' | 'Stack' | 'StackIcon' | 'StackMinus' | 'StackMinusIcon' | 'StackOverflowLogo' | 'StackOverflowLogoIcon' | 'StackPlus' | 'StackPlusIcon' | 'StackSimple' | 'StackSimpleIcon' | 'Stairs' | 'StairsIcon' | 'Stamp' | 'StampIcon' | 'StandardDefinition' | 'StandardDefinitionIcon' | 'Star' | 'StarAndCrescent' | 'StarAndCrescentIcon' | 'StarFour' | 'StarFourIcon' | 'StarHalf' | 'StarHalfIcon' | 'StarIcon' | 'StarOfDavid' | 'StarOfDavidIcon' | 'SteamLogo' | 'SteamLogoIcon' | 'SteeringWheel' | 'SteeringWheelIcon' | 'Steps' | 'StepsIcon' | 'Stethoscope' | 'StethoscopeIcon' | 'Sticker' | 'StickerIcon' | 'Stool' | 'StoolIcon' | 'Stop' | 'StopCircle' | 'StopCircleIcon' | 'StopIcon' | 'Storefront' | 'StorefrontIcon' | 'Strategy' | 'StrategyIcon' | 'StripeLogo' | 'StripeLogoIcon' | 'Student' | 'StudentIcon' | 'SubsetOf' | 'SubsetOfIcon' | 'SubsetProperOf' | 'SubsetProperOfIcon' | 'Subtitles' | 'SubtitlesIcon' | 'SubtitlesSlash' | 'SubtitlesSlashIcon' | 'Subtract' | 'SubtractIcon' | 'SubtractSquare' | 'SubtractSquareIcon' | 'Subway' | 'SubwayIcon' | 'Suitcase' | 'SuitcaseIcon' | 'SuitcaseRolling' | 'SuitcaseRollingIcon' | 'SuitcaseSimple' | 'SuitcaseSimpleIcon' | 'Sun' | 'SunDim' | 'SunDimIcon' | 'SunHorizon' | 'SunHorizonIcon' | 'SunIcon' | 'Sunglasses' | 'SunglassesIcon' | 'SupersetOf' | 'SupersetOfIcon' | 'SupersetProperOf' | 'SupersetProperOfIcon' | 'Swap' | 'SwapIcon' | 'Swatches' | 'SwatchesIcon' | 'SwimmingPool' | 'SwimmingPoolIcon' | 'Sword' | 'SwordIcon' | 'Synagogue' | 'SynagogueIcon' | 'Syringe' | 'SyringeIcon' | 'TShirt' | 'TShirtIcon' | 'Table' | 'TableIcon' | 'Tabs' | 'TabsIcon' | 'Tag' | 'TagChevron' | 'TagChevronIcon' | 'TagIcon' | 'TagSimple' | 'TagSimpleIcon' | 'Target' | 'TargetIcon' | 'Taxi' | 'TaxiIcon' | 'TeaBag' | 'TeaBagIcon' | 'TelegramLogo' | 'TelegramLogoIcon' | 'Television' | 'TelevisionIcon' | 'TelevisionSimple' | 'TelevisionSimpleIcon' | 'TennisBall' | 'TennisBallIcon' | 'Tent' | 'TentIcon' | 'Terminal' | 'TerminalIcon' | 'TerminalWindow' | 'TerminalWindowIcon' | 'TestTube' | 'TestTubeIcon' | 'TextAUnderline' | 'TextAUnderlineIcon' | 'TextAa' | 'TextAaIcon' | 'TextAlignCenter' | 'TextAlignCenterIcon' | 'TextAlignJustify' | 'TextAlignJustifyIcon' | 'TextAlignLeft' | 'TextAlignLeftIcon' | 'TextAlignRight' | 'TextAlignRightIcon' | 'TextB' | 'TextBIcon' | 'TextBolderIcon' | 'TextColumns' | 'TextColumnsIcon' | 'TextH' | 'TextHFive' | 'TextHFiveIcon' | 'TextHFour' | 'TextHFourIcon' | 'TextHIcon' | 'TextHOne' | 'TextHOneIcon' | 'TextHSix' | 'TextHSixIcon' | 'TextHThree' | 'TextHThreeIcon' | 'TextHTwo' | 'TextHTwoIcon' | 'TextIndent' | 'TextIndentIcon' | 'TextItalic' | 'TextItalicIcon' | 'TextOutdent' | 'TextOutdentIcon' | 'TextStrikethrough' | 'TextStrikethroughIcon' | 'TextSubscript' | 'TextSubscriptIcon' | 'TextSuperscript' | 'TextSuperscriptIcon' | 'TextT' | 'TextTIcon' | 'TextTSlash' | 'TextTSlashIcon' | 'TextUnderline' | 'TextUnderlineIcon' | 'Textbox' | 'TextboxIcon' | 'Thermometer' | 'ThermometerCold' | 'ThermometerColdIcon' | 'ThermometerHot' | 'ThermometerHotIcon' | 'ThermometerIcon' | 'ThermometerSimple' | 'ThermometerSimpleIcon' | 'ThreadsLogo' | 'ThreadsLogoIcon' | 'ThreeD' | 'ThreeDIcon' | 'ThumbsDown' | 'ThumbsDownIcon' | 'ThumbsUp' | 'ThumbsUpIcon' | 'Ticket' | 'TicketIcon' | 'TidalLogo' | 'TidalLogoIcon' | 'TiktokLogo' | 'TiktokLogoIcon' | 'Tilde' | 'TildeIcon' | 'Timer' | 'TimerIcon' | 'TipJar' | 'TipJarIcon' | 'Tipi' | 'TipiIcon' | 'Tire' | 'TireIcon' | 'ToggleLeft' | 'ToggleLeftIcon' | 'ToggleRight' | 'ToggleRightIcon' | 'Toilet' | 'ToiletIcon' | 'ToiletPaper' | 'ToiletPaperIcon' | 'Toolbox' | 'ToolboxIcon' | 'Tooth' | 'ToothIcon' | 'Tornado' | 'TornadoIcon' | 'Tote' | 'ToteIcon' | 'ToteSimple' | 'ToteSimpleIcon' | 'Towel' | 'TowelIcon' | 'Tractor' | 'TractorIcon' | 'Trademark' | 'TrademarkIcon' | 'TrademarkRegistered' | 'TrademarkRegisteredIcon' | 'TrafficCone' | 'TrafficConeIcon' | 'TrafficSign' | 'TrafficSignIcon' | 'TrafficSignal' | 'TrafficSignalIcon' | 'Train' | 'TrainIcon' | 'TrainRegional' | 'TrainRegionalIcon' | 'TrainSimple' | 'TrainSimpleIcon' | 'Tram' | 'TramIcon' | 'Translate' | 'TranslateIcon' | 'Trash' | 'TrashIcon' | 'TrashSimple' | 'TrashSimpleIcon' | 'Tray' | 'TrayArrowDown' | 'TrayArrowDownIcon' | 'TrayArrowUp' | 'TrayArrowUpIcon' | 'TrayIcon' | 'TreasureChest' | 'TreasureChestIcon' | 'Tree' | 'TreeEvergreen' | 'TreeEvergreenIcon' | 'TreeIcon' | 'TreePalm' | 'TreePalmIcon' | 'TreeStructure' | 'TreeStructureIcon' | 'TreeView' | 'TreeViewIcon' | 'TrendDown' | 'TrendDownIcon' | 'TrendUp' | 'TrendUpIcon' | 'Triangle' | 'TriangleDashed' | 'TriangleDashedIcon' | 'TriangleIcon' | 'Trolley' | 'TrolleyIcon' | 'TrolleySuitcase' | 'TrolleySuitcaseIcon' | 'Trophy' | 'TrophyIcon' | 'Truck' | 'TruckIcon' | 'TruckTrailer' | 'TruckTrailerIcon' | 'TumblrLogo' | 'TumblrLogoIcon' | 'TwitchLogo' | 'TwitchLogoIcon' | 'TwitterLogo' | 'TwitterLogoIcon' | 'Umbrella' | 'UmbrellaIcon' | 'UmbrellaSimple' | 'UmbrellaSimpleIcon' | 'Union' | 'UnionIcon' | 'Unite' | 'UniteIcon' | 'UniteSquare' | 'UniteSquareIcon' | 'Upload' | 'UploadIcon' | 'UploadSimple' | 'UploadSimpleIcon' | 'Usb' | 'UsbIcon' | 'User' | 'UserCheck' | 'UserCheckIcon' | 'UserCircle' | 'UserCircleCheck' | 'UserCircleCheckIcon' | 'UserCircleDashed' | 'UserCircleDashedIcon' | 'UserCircleGear' | 'UserCircleGearIcon' | 'UserCircleIcon' | 'UserCircleMinus' | 'UserCircleMinusIcon' | 'UserCirclePlus' | 'UserCirclePlusIcon' | 'UserFocus' | 'UserFocusIcon' | 'UserGear' | 'UserGearIcon' | 'UserIcon' | 'UserList' | 'UserListIcon' | 'UserMinus' | 'UserMinusIcon' | 'UserPlus' | 'UserPlusIcon' | 'UserRectangle' | 'UserRectangleIcon' | 'UserSound' | 'UserSoundIcon' | 'UserSquare' | 'UserSquareIcon' | 'UserSwitch' | 'UserSwitchIcon' | 'Users' | 'UsersFour' | 'UsersFourIcon' | 'UsersIcon' | 'UsersThree' | 'UsersThreeIcon' | 'Van' | 'VanIcon' | 'Vault' | 'VaultIcon' | 'VectorThree' | 'VectorThreeIcon' | 'VectorTwo' | 'VectorTwoIcon' | 'Vibrate' | 'VibrateIcon' | 'Video' | 'VideoCamera' | 'VideoCameraIcon' | 'VideoCameraSlash' | 'VideoCameraSlashIcon' | 'VideoConference' | 'VideoConferenceIcon' | 'VideoIcon' | 'Vignette' | 'VignetteIcon' | 'VinylRecord' | 'VinylRecordIcon' | 'VirtualReality' | 'VirtualRealityIcon' | 'Virus' | 'VirusIcon' | 'Visor' | 'VisorIcon' | 'Voicemail' | 'VoicemailIcon' | 'Volleyball' | 'VolleyballIcon' | 'Wall' | 'WallIcon' | 'Wallet' | 'WalletIcon' | 'Warehouse' | 'WarehouseIcon' | 'Warning' | 'WarningCircle' | 'WarningCircleIcon' | 'WarningDiamond' | 'WarningDiamondIcon' | 'WarningIcon' | 'WarningOctagon' | 'WarningOctagonIcon' | 'WashingMachine' | 'WashingMachineIcon' | 'Watch' | 'WatchIcon' | 'WaveSawtooth' | 'WaveSawtoothIcon' | 'WaveSine' | 'WaveSineIcon' | 'WaveSquare' | 'WaveSquareIcon' | 'WaveTriangle' | 'WaveTriangleIcon' | 'Waveform' | 'WaveformIcon' | 'WaveformSlash' | 'WaveformSlashIcon' | 'Waves' | 'WavesIcon' | 'Webcam' | 'WebcamIcon' | 'WebcamSlash' | 'WebcamSlashIcon' | 'WebhooksLogo' | 'WebhooksLogoIcon' | 'WechatLogo' | 'WechatLogoIcon' | 'WhatsappLogo' | 'WhatsappLogoIcon' | 'Wheelchair' | 'WheelchairIcon' | 'WheelchairMotion' | 'WheelchairMotionIcon' | 'WifiHigh' | 'WifiHighIcon' | 'WifiLow' | 'WifiLowIcon' | 'WifiMedium' | 'WifiMediumIcon' | 'WifiNone' | 'WifiNoneIcon' | 'WifiSlash' | 'WifiSlashIcon' | 'WifiX' | 'WifiXIcon' | 'Wind' | 'WindIcon' | 'Windmill' | 'WindmillIcon' | 'WindowsLogo' | 'WindowsLogoIcon' | 'Wine' | 'WineIcon' | 'Wrench' | 'WrenchIcon' | 'X' | 'XCircle' | 'XCircleIcon' | 'XIcon' | 'XLogo' | 'XLogoIcon' | 'XSquare' | 'XSquareIcon' | 'Yarn' | 'YarnIcon' | 'YinYang' | 'YinYangIcon' | 'YoutubeLogo' | 'YoutubeLogoIcon';
2
+ export declare const iconNames: IconNames[];
@@ -0,0 +1,5 @@
1
+ export * from './icon';
2
+ export * from './color-variables';
3
+ export * from './notification';
4
+ export * from './text-font-keys';
5
+ export * from './aspect-ratio';
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ export interface NotificationComponentProps {
3
+ type: 'warning' | 'error' | 'success';
4
+ message: string;
5
+ style?: React.CSSProperties;
6
+ padding?: number;
7
+ timer: number;
8
+ id: string;
9
+ }
10
+ export type Notification = {
11
+ id: string;
12
+ message: string;
13
+ status: 'success' | 'error' | 'warning';
14
+ component?: React.FC<NotificationComponentProps>;
15
+ timer?: number;
16
+ };
@@ -0,0 +1,3 @@
1
+ export type TypeFontKeys = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'h7' | 'lg' | 'md' | 'sm';
2
+ export type TypeFontValues = 'Heading 1' | 'Heading 2' | 'Heading 3' | 'Heading 4' | 'Heading 5' | 'Heading 6' | 'Heading 7' | 'Paragraph Large' | 'Paragraph Medium' | 'Paragraph Small';
3
+ export declare const typeFontOptions: Record<TypeFontKeys, TypeFontValues>;
@@ -0,0 +1,22 @@
1
+ type OtpRequest = {
2
+ requested: boolean;
3
+ email?: string;
4
+ };
5
+ export type RequestOtpParams = {
6
+ email: string;
7
+ recaptcha: string;
8
+ tsId: string | null;
9
+ };
10
+ export type LoginCustomerParams = {
11
+ email: string;
12
+ otp: string;
13
+ recaptcha: string;
14
+ tsId: string | null;
15
+ };
16
+ export declare const requestOtp: ({ email, recaptcha, tsId, }: RequestOtpParams) => Promise<OtpRequest>;
17
+ export declare const loginCustomer: ({ email, otp, recaptcha, tsId }: LoginCustomerParams) => Promise<{
18
+ token: any;
19
+ requested: boolean;
20
+ }>;
21
+ export declare const logoutCustomer: () => Promise<void>;
22
+ export {};
@@ -0,0 +1 @@
1
+ export declare const fetchCharge: (id: string) => Promise<import("@api").RequestResponse<any>>;
@@ -0,0 +1,2 @@
1
+ import { Coupon } from '@storefront/models';
2
+ export declare const validateCoupon: (body: Coupon) => Promise<import("@api").RequestResponse<any>>;
@@ -0,0 +1,6 @@
1
+ export declare const fetchDashInfo: () => Promise<import("@api").RequestResponse<any>>;
2
+ export declare const fetchHome: () => Promise<import("@api").RequestResponse<any>>;
3
+ export declare const fetchRewards: () => Promise<import("@api").RequestResponse<any>>;
4
+ export declare const fetchBalance: () => Promise<import("@api").RequestResponse<any>>;
5
+ export declare const fetchBalanceSettings: () => Promise<import("@api").RequestResponse<any>>;
6
+ export declare const fetchReferral: () => Promise<import("@api").RequestResponse<any>>;
@@ -0,0 +1,8 @@
1
+ export declare const postDiscordAuthorization: (body: {
2
+ customerEmail: string;
3
+ tsId: string | null;
4
+ }) => Promise<import("@api").RequestResponse<any>>;
5
+ export declare const getDiscordAuthorizationStatus: (body: {
6
+ id: string;
7
+ customerEmail: string;
8
+ }) => Promise<import("@api").RequestResponse<any>>;
@@ -0,0 +1 @@
1
+ export declare const fetchGatewaysDetail: (gateways: string[]) => Promise<any>;
@@ -0,0 +1 @@
1
+ export declare function fetchGeneral(password?: string): Promise<any>;
@@ -0,0 +1 @@
1
+ export declare const fetchThemeAndSettings: () => Promise<import("@api").RequestResponse<any>>;
@@ -0,0 +1,11 @@
1
+ export type PageType = {
2
+ PageNumber: number;
3
+ };
4
+ export type PageWithUrlType = PageType & {
5
+ url: string;
6
+ };
7
+ export declare const PageSize = 10;
8
+ export declare const fetchWithPages: ({ url, PageNumber }: PageWithUrlType) => Promise<{
9
+ list: any;
10
+ totalCount: number;
11
+ }>;
@@ -0,0 +1,19 @@
1
+ export * from './fetchGeneral';
2
+ export * from './fetchThemeAndSettings';
3
+ export * from './postBalanceTopUp';
4
+ export * from './postCashappLink';
5
+ export * from './customer';
6
+ export * from './store';
7
+ export * from './order';
8
+ export * from './subscription';
9
+ export * from './ticket';
10
+ export * from './transactions';
11
+ export * from './reviews';
12
+ export * from './charge';
13
+ export * from './fetchWithPages';
14
+ export * from './fetchGatewaysDetail';
15
+ export * from './auth';
16
+ export * from './coupon';
17
+ export * from './referral';
18
+ export * from './discord';
19
+ export * from './rewards';
@@ -0,0 +1,14 @@
1
+ import { OrderRequest } from '@storefront/models';
2
+ import { PageType } from './fetchWithPages';
3
+ export declare const postOrder: (body: OrderRequest) => Promise<import("@api").RequestResponse<any>>;
4
+ export declare const fetchOrders: ({ PageNumber }: PageType) => Promise<{
5
+ list: any;
6
+ totalCount: number;
7
+ }>;
8
+ export declare const getOrders: () => Promise<{
9
+ list: any;
10
+ totalCount: number;
11
+ }>;
12
+ export declare const fetchOrder: (id: string) => Promise<import("@api").RequestResponse<any>>;
13
+ export declare const fetchOrderWithToken: (id: string, token: string) => Promise<import("@api").RequestResponse<any>>;
14
+ export declare const fetchAuthorizedOrder: (path: string) => Promise<import("@api").RequestResponse<any>>;
@@ -0,0 +1,2 @@
1
+ import { Payment } from '@storefront/models';
2
+ export declare const postBalanceTopUp: (body: Payment) => Promise<import("@api").RequestResponse<any>>;
@@ -0,0 +1,3 @@
1
+ export declare const postCashappLink: (body: {
2
+ url: string;
3
+ }, chargeId: string) => Promise<import("@api").RequestResponse<any>>;
@@ -0,0 +1,3 @@
1
+ import { ReferralCode } from '@storefront/models';
2
+ export declare const getReferral: () => Promise<any>;
3
+ export declare const postReferral: (body: ReferralCode) => Promise<any>;
@@ -0,0 +1,2 @@
1
+ import { PostReview } from '@storefront/models';
2
+ export declare const postReview: (body: PostReview, orderId: string, accessToken: string) => Promise<import("@api").RequestResponse<any>>;
@@ -0,0 +1,2 @@
1
+ import { CustomerReward } from '@storefront/models';
2
+ export declare function claimReward(reward: CustomerReward): Promise<import("@api").RequestResponse<any>>;
@@ -0,0 +1,2 @@
1
+ import { ReferralCode } from '@storefront/models';
2
+ export declare const signupReferral: (body: ReferralCode) => Promise<any>;
@@ -0,0 +1,6 @@
1
+ export declare const fetchTerms: () => Promise<import("@api").RequestResponse<any>>;
2
+ export declare const fetchSettings: () => Promise<import("@api").RequestResponse<any>>;
3
+ export declare const fetchRefundPolicy: () => Promise<import("@api").RequestResponse<any>>;
4
+ export declare const fetchPrivacyPolicy: () => Promise<import("@api").RequestResponse<any>>;
5
+ export declare const fetchProductsPage: () => Promise<import("@api").RequestResponse<any>>;
6
+ export declare const fetchPage: (path: string) => Promise<import("@api").RequestResponse<any>>;
@@ -0,0 +1,22 @@
1
+ import { PostSubscriptionRequest } from '@storefront/models';
2
+ import { PageType } from './fetchWithPages';
3
+ export declare const postSubscription: (body: PostSubscriptionRequest) => Promise<import("@api").RequestResponse<any>>;
4
+ export declare const fetchSubscription: (id: string, accessToken: string) => Promise<import("@api").RequestResponse<any>>;
5
+ export declare const fetchUpgradesSubscriptions: (id: string, accessToken: string) => Promise<import("@api").RequestResponse<any>>;
6
+ export declare const cancelSubscription: (id: string, accessToken: string, body: {
7
+ reason: string;
8
+ }) => Promise<import("@api").RequestResponse<any>>;
9
+ export declare const changeSubscriptionGateway: (id: string, gateway: string) => Promise<import("@api").RequestResponse<any>>;
10
+ export declare const fetchSubscriptions: ({ PageNumber }: PageType) => Promise<{
11
+ list: any;
12
+ totalCount: number;
13
+ }>;
14
+ export declare const getSubscription: ({ id, accessToken }: {
15
+ id: string;
16
+ accessToken: string;
17
+ }) => Promise<import("@api").RequestResponse<any>>;
18
+ export declare const getSubscriptionUpgradePlans: ({ id, accessToken, }: {
19
+ id: string;
20
+ accessToken: string;
21
+ }) => Promise<import("@api").RequestResponse<any>>;
22
+ export declare const extendSubscription: (id: string, body: {}) => Promise<import("@api").RequestResponse<any>>;
@@ -0,0 +1,7 @@
1
+ import { PageType } from './fetchWithPages';
2
+ export declare const fetchTicket: (id: string, accessToken: string) => Promise<import("@api").RequestResponse<any>>;
3
+ export declare const sendTicketMessage: (id: string, accessToken: string, message: string, recaptcha: string, tsId: string | null) => Promise<any>;
4
+ export declare const fetchTickets: ({ PageNumber }: PageType) => Promise<{
5
+ list: any;
6
+ totalCount: number;
7
+ }>;
@@ -0,0 +1,5 @@
1
+ import { PageType } from './fetchWithPages';
2
+ export declare const fetchTransactions: ({ PageNumber }: PageType) => Promise<{
3
+ list: any;
4
+ totalCount: number;
5
+ }>;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ActivePaymentMethod: React.FC;
@@ -0,0 +1,9 @@
1
+ import { FC } from 'react';
2
+ import { SubscriptionProductT } from '../SubscriptionProduct/model.js';
3
+ interface ActiveSubscriptionProductProps {
4
+ subscription: SubscriptionProductT;
5
+ accessToken: string;
6
+ id: string;
7
+ }
8
+ export declare const ActiveSubscriptionProduct: FC<ActiveSubscriptionProductProps>;
9
+ export {};
@@ -0,0 +1,11 @@
1
+ import { FC } from 'react';
2
+ export declare const AuthRequestOtp: () => import("react/jsx-runtime").JSX.Element;
3
+ export declare const AuthLogin: ({ onSignIn }: {
4
+ onSignIn?: () => void;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ interface AuthProps {
7
+ inModal?: boolean;
8
+ onSignIn?: () => void;
9
+ }
10
+ export declare const Auth: FC<AuthProps>;
11
+ export {};
@@ -0,0 +1,7 @@
1
+ type AuthOTPInputType = {
2
+ value?: string;
3
+ onChange?: (newValue: string) => unknown;
4
+ onComplete?: (...args: unknown[]) => unknown;
5
+ };
6
+ export declare const AuthOTPInput: import("react").ForwardRefExoticComponent<AuthOTPInputType & import("react").RefAttributes<HTMLInputElement>>;
7
+ export {};
@@ -0,0 +1,6 @@
1
+ import React, { FC } from 'react';
2
+ interface AuthModalProps {
3
+ setIsOpen: React.Dispatch<React.SetStateAction<boolean>>;
4
+ }
5
+ export declare const AuthModal: FC<AuthModalProps>;
6
+ export {};
@@ -0,0 +1,8 @@
1
+ interface CancelSubscriptionProps {
2
+ id: string;
3
+ accessToken: string;
4
+ isOpen: boolean;
5
+ setIsOpen: React.Dispatch<React.SetStateAction<boolean>>;
6
+ }
7
+ export declare const CancelSubscription: React.FC<CancelSubscriptionProps>;
8
+ export {};
@@ -0,0 +1,7 @@
1
+ import { FC } from 'react';
2
+ interface CashAppVerifyProps {
3
+ chargeId: string;
4
+ setIsOpen: React.Dispatch<React.SetStateAction<boolean>>;
5
+ }
6
+ export declare const CashAppVerify: FC<CashAppVerifyProps>;
7
+ export {};
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ interface Props {
3
+ setIsLoading: React.Dispatch<React.SetStateAction<boolean>>;
4
+ setIsOpen: React.Dispatch<React.SetStateAction<boolean>>;
5
+ }
6
+ export declare const ChangePaymentMethod: React.FC<Props>;
7
+ export {};
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+ import { SubscriptionFullItem } from '@storefront/models';
3
+ import React from 'react';
4
+ interface ChangeSubscriptionPlanProps {
5
+ subscription: SubscriptionFullItem | null;
6
+ isOpen: boolean;
7
+ setIsOpen: React.Dispatch<React.SetStateAction<boolean>>;
8
+ }
9
+ export declare const ChangeSubscriptionPlan: FC<ChangeSubscriptionPlanProps>;
10
+ export {};
@@ -0,0 +1,6 @@
1
+ import { Block } from '@storefront/models';
2
+ type BlockRendererProps = {
3
+ block: Block;
4
+ };
5
+ export declare const ChargeBlocksRenderer: ({ block }: BlockRendererProps) => import("react/jsx-runtime").JSX.Element | null;
6
+ export {};
@@ -0,0 +1,7 @@
1
+ import { FC } from 'react';
2
+ import { GetChargeApiData } from '@storefront/models';
3
+ interface ChargeItemsProps {
4
+ charge?: GetChargeApiData;
5
+ }
6
+ export declare const ChargeItems: FC<ChargeItemsProps>;
7
+ export {};
@@ -0,0 +1,10 @@
1
+ import { FC, ReactNode } from 'react';
2
+ import { ChargeStatus, GetChargeApiData } from '@storefront/models';
3
+ export declare const CHARGE_STATUS_DISPLAY_NAME: Record<ChargeStatus, string>;
4
+ export declare const CHARGE_STATUS_DESCRIPTION: Record<ChargeStatus, string>;
5
+ export declare const getChargeStatusIcon: () => Record<ChargeStatus, ReactNode>;
6
+ interface ChargeStatusBlockProps {
7
+ charge: GetChargeApiData;
8
+ }
9
+ export declare const ChargeStatusBlock: FC<ChargeStatusBlockProps>;
10
+ export {};
@@ -0,0 +1,6 @@
1
+ import { FC } from 'react';
2
+ interface CheckoutFooterProps {
3
+ className?: string;
4
+ }
5
+ export declare const CheckoutFooter: FC<CheckoutFooterProps>;
6
+ export {};
@@ -0,0 +1,7 @@
1
+ import { FC } from 'react';
2
+ interface CheckoutHeaderProps {
3
+ className?: string;
4
+ expiresAt?: Date;
5
+ }
6
+ export declare const CheckoutHeader: FC<CheckoutHeaderProps>;
7
+ export default CheckoutHeader;
@@ -0,0 +1,18 @@
1
+ import { OrderRequest } from '@storefront/models';
2
+ import { Product } from '../../../abstractions';
3
+ import { ValidateCouponApiData } from '@storefront/store';
4
+ import React from 'react';
5
+ interface Props {
6
+ cart: OrderRequest;
7
+ products: Product[];
8
+ applyCoupon: (coupon: string) => Promise<ValidateCouponApiData | null>;
9
+ applyCouponPending: boolean;
10
+ coupon: ValidateCouponApiData | null;
11
+ totalAndDiscount: {
12
+ total: number;
13
+ totalWithDiscount: number | undefined;
14
+ };
15
+ removeCoupon: () => void;
16
+ }
17
+ export declare const CheckoutItems: React.FC<Props>;
18
+ export {};
@@ -0,0 +1,26 @@
1
+ import { OrderRequest, PaymentMethod } from '@storefront/models';
2
+ import { CreateOrderResponseBody, CreateSubscriptionOrderResponseBody, DiscordSettings } from '@storefront/hooks';
3
+ import { Product } from '../../../abstractions';
4
+ import React from 'react';
5
+ interface CheckoutOperationalProps {
6
+ getPossibleGateways: () => {
7
+ availableGateways: string[];
8
+ requiresSignInGateways: string[];
9
+ };
10
+ setGateway: (value: string) => void;
11
+ setPaymentMethod: (value: PaymentMethod) => void;
12
+ getDiscordSettings: () => DiscordSettings;
13
+ cart: OrderRequest;
14
+ products: Product[];
15
+ submitCart: (recaptcha: string) => Promise<CreateOrderResponseBody | CreateSubscriptionOrderResponseBody>;
16
+ totalAndDiscount: {
17
+ total: number;
18
+ totalWithDiscount: number | undefined;
19
+ };
20
+ setCustomFieldsToCart: (customFields: Record<string, string>) => void;
21
+ setDiscordSocialConnectId: (id: string) => void;
22
+ reset: () => void;
23
+ isAntistock: boolean;
24
+ }
25
+ export declare const CheckoutOperational: React.FC<CheckoutOperationalProps>;
26
+ export {};
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+ interface CheckoutOrderMainDataProps {
3
+ lastUpdate: Date;
4
+ paymentType?: string;
5
+ email: string;
6
+ invoiceId?: string;
7
+ orderId?: string;
8
+ }
9
+ export declare const CheckoutOrderMainData: FC<CheckoutOrderMainDataProps>;
10
+ export {};
@@ -0,0 +1,15 @@
1
+ import { FC } from 'react';
2
+ import { ValidateCouponApiData } from '@storefront/store';
3
+ interface CheckoutPricesProps {
4
+ formatter: Intl.NumberFormat;
5
+ coupon: ValidateCouponApiData | null;
6
+ total: number;
7
+ discount: number;
8
+ totalWithDiscount?: number;
9
+ className?: string;
10
+ isShowSubtotal?: boolean;
11
+ feeOrDiscount?: number | null;
12
+ serviceFeeAmount?: number | null;
13
+ }
14
+ export declare const CheckoutPrices: FC<CheckoutPricesProps>;
15
+ export {};