@licklist/design 0.78.5-dev.91 → 0.78.5-dev.93

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 (777) hide show
  1. package/.storybook/preview.jsx +1 -0
  2. package/bitbucket-pipelines.yml +4 -0
  3. package/components.json +20 -0
  4. package/dist/index.d.ts +4 -2
  5. package/dist/index.d.ts.map +1 -1
  6. package/dist/index.js +21 -9
  7. package/dist/v2/components/AccountManagerCard/AccountManagerCard.d.ts +11 -0
  8. package/dist/v2/components/AccountManagerCard/AccountManagerCard.d.ts.map +1 -0
  9. package/dist/v2/components/AccountManagerCard/AccountManagerCard.js +62 -0
  10. package/dist/v2/components/AccountManagerCard/AccountManagerCard.scss.js +6 -0
  11. package/dist/v2/components/AccountManagerCard/index.d.ts +3 -0
  12. package/dist/v2/components/AccountManagerCard/index.d.ts.map +1 -0
  13. package/dist/v2/components/ActionMenu/ActionMenu.scss.js +1 -1
  14. package/dist/v2/components/Alert/Alert.scss.js +1 -1
  15. package/dist/v2/components/AvatarUpload/AvatarUpload.d.ts.map +1 -1
  16. package/dist/v2/components/AvatarUpload/AvatarUpload.js +23 -13
  17. package/dist/v2/components/AvatarUpload/AvatarUpload.scss.js +1 -1
  18. package/dist/v2/components/Button/Button.d.ts.map +1 -1
  19. package/dist/v2/components/Button/Button.js +2 -1
  20. package/dist/v2/components/Button/Button.scss.js +1 -1
  21. package/dist/v2/components/Button/GhostButton.scss.js +1 -1
  22. package/dist/v2/components/Checkbox/Checkbox.scss.js +1 -1
  23. package/dist/v2/components/DataTable/DataTable.d.ts +3 -1
  24. package/dist/v2/components/DataTable/DataTable.d.ts.map +1 -1
  25. package/dist/v2/components/DataTable/DataTable.js +40 -39
  26. package/dist/v2/components/DataTable/DataTable.scss.js +1 -1
  27. package/dist/v2/components/EmptyState/EmptyState.scss.js +1 -1
  28. package/dist/v2/components/FeatureToggle/FeatureToggle.d.ts +14 -0
  29. package/dist/v2/components/FeatureToggle/FeatureToggle.d.ts.map +1 -0
  30. package/dist/v2/components/FeatureToggle/FeatureToggle.js +47 -0
  31. package/dist/v2/components/FeatureToggle/FeatureToggle.scss.js +6 -0
  32. package/dist/v2/components/FeatureToggle/index.d.ts +3 -0
  33. package/dist/v2/components/FeatureToggle/index.d.ts.map +1 -0
  34. package/dist/v2/components/FormField/FormField.scss.js +1 -1
  35. package/dist/v2/components/InfoGrid/InfoGrid.scss.js +1 -1
  36. package/dist/v2/components/InputCheckbox/InputCheckbox.scss.js +1 -1
  37. package/dist/v2/components/Modal/DeleteModal.d.ts.map +1 -1
  38. package/dist/v2/components/Modal/DeleteModal.js +74 -76
  39. package/dist/v2/components/Modal/DeleteModal.scss.js +1 -1
  40. package/dist/v2/components/NewTable/NewTable.scss.js +1 -1
  41. package/dist/v2/components/NewTabs/NewTabs.scss.js +1 -1
  42. package/dist/v2/components/NotificationBanner/NotificationBanner.d.ts +16 -0
  43. package/dist/v2/components/NotificationBanner/NotificationBanner.d.ts.map +1 -0
  44. package/dist/v2/components/NotificationBanner/NotificationBanner.js +50 -0
  45. package/dist/v2/components/NotificationBanner/NotificationBanner.scss.js +6 -0
  46. package/dist/v2/components/NotificationBanner/index.d.ts +3 -0
  47. package/dist/v2/components/NotificationBanner/index.d.ts.map +1 -0
  48. package/dist/v2/components/RadioCard/{RadioCard.d.ts → RadioCardGroup.d.ts} +5 -4
  49. package/dist/v2/components/RadioCard/RadioCardGroup.d.ts.map +1 -0
  50. package/dist/v2/components/RadioCard/RadioCardGroup.js +69 -0
  51. package/dist/v2/components/RadioCard/RadioCardGroup.scss.js +6 -0
  52. package/dist/v2/components/RadioCard/index.d.ts +1 -1
  53. package/dist/v2/components/RadioCard/index.d.ts.map +1 -1
  54. package/dist/v2/components/Select/Select.d.ts +7 -1
  55. package/dist/v2/components/Select/Select.d.ts.map +1 -1
  56. package/dist/v2/components/Select/Select.js +9 -2
  57. package/dist/v2/components/Select/index.d.ts +1 -1
  58. package/dist/v2/components/Select/index.d.ts.map +1 -1
  59. package/dist/v2/components/StatusBadge/StatusBadge.d.ts +2 -1
  60. package/dist/v2/components/StatusBadge/StatusBadge.d.ts.map +1 -1
  61. package/dist/v2/components/StatusBadge/StatusBadge.js +7 -3
  62. package/dist/v2/components/StatusBadge/StatusBadge.scss.js +1 -1
  63. package/dist/v2/components/TableControls/TableControls.scss.js +1 -1
  64. package/dist/v2/components/Tabs/Tabs.d.ts.map +1 -1
  65. package/dist/v2/components/Tabs/Tabs.js +40 -0
  66. package/dist/v2/components/Tabs/Tabs.scss.js +1 -1
  67. package/dist/v2/components/Toggle/Toggle.d.ts +10 -0
  68. package/dist/v2/components/Toggle/Toggle.d.ts.map +1 -0
  69. package/dist/v2/components/Toggle/Toggle.js +17 -0
  70. package/dist/v2/components/Toggle/Toggle.scss.js +6 -0
  71. package/dist/v2/components/Toggle/index.d.ts +3 -0
  72. package/dist/v2/components/Toggle/index.d.ts.map +1 -0
  73. package/dist/v2/components/Tooltip/Tooltip.d.ts +0 -1
  74. package/dist/v2/components/Tooltip/Tooltip.d.ts.map +1 -1
  75. package/dist/v2/components/WYSIWYGEditor/WYSIWYGEditor.scss.js +1 -1
  76. package/dist/v2/components/index.d.ts +13 -2
  77. package/dist/v2/components/index.d.ts.map +1 -1
  78. package/dist/v2/dashboard-analytics/blog-posts/index.d.ts +1 -1
  79. package/dist/v2/dashboard-analytics/blog-posts/index.d.ts.map +1 -1
  80. package/dist/v2/dashboard-analytics/chart/Chart.d.ts.map +1 -1
  81. package/dist/v2/dashboard-analytics/chart/Chart.js +6 -5
  82. package/dist/v2/dashboard-analytics/venue-card/VenueCard.d.ts +2 -2
  83. package/dist/v2/dashboard-analytics/venue-card/VenueCard.d.ts.map +1 -1
  84. package/dist/v2/icons/index.d.ts +98 -4
  85. package/dist/v2/icons/index.d.ts.map +1 -1
  86. package/dist/v2/icons/index.js +497 -2
  87. package/dist/v2/index.d.ts +15 -4
  88. package/dist/v2/index.d.ts.map +1 -1
  89. package/dist/v2/navigation/DashboardLayout/AdminSidebar.d.ts +3 -0
  90. package/dist/v2/navigation/DashboardLayout/AdminSidebar.d.ts.map +1 -1
  91. package/dist/v2/navigation/DashboardLayout/AdminSidebar.js +34 -60
  92. package/dist/v2/navigation/DashboardLayout/AdminSidebar.scss.js +1 -1
  93. package/dist/v2/navigation/DashboardLayout/DashboardLayout.d.ts +3 -0
  94. package/dist/v2/navigation/DashboardLayout/DashboardLayout.d.ts.map +1 -1
  95. package/dist/v2/navigation/DashboardLayout/DashboardLayout.js +16 -6
  96. package/dist/v2/navigation/DashboardLayout/DashboardLayout.scss.js +1 -1
  97. package/dist/v2/navigation/DashboardLayout/ProviderSidebar.d.ts.map +1 -1
  98. package/dist/v2/navigation/DashboardLayout/ProviderSidebar.js +7 -26
  99. package/dist/v2/navigation/DashboardLayout/TopNavigation.d.ts +1 -0
  100. package/dist/v2/navigation/DashboardLayout/TopNavigation.d.ts.map +1 -1
  101. package/dist/v2/navigation/DashboardLayout/TopNavigation.js +27 -8
  102. package/dist/v2/navigation/DashboardLayout/TopNavigation.scss.js +1 -1
  103. package/dist/v2/navigation/FigmasSideBar/FigmasSideBar.d.ts.map +1 -1
  104. package/dist/v2/navigation/config.d.ts.map +1 -1
  105. package/dist/v2/pages/Settings/SettingsPage.scss.js +1 -1
  106. package/dist/v2/pages/Settings/SettingsTabs.scss.js +1 -1
  107. package/dist/v2/pages/Settings/components/SidebarCustomisation.js +9 -1
  108. package/dist/v2/pages/Settings/components/SidebarCustomisation.scss.js +1 -1
  109. package/dist/v2/pages/Settings/components/SidebarNavItem.js +9 -1
  110. package/dist/v2/pages/Settings/components/SidebarNavItem.scss.js +1 -1
  111. package/dist/v2/pages/auth/AuthLayout/AuthLayout.js +138 -0
  112. package/dist/v2/pages/auth/AuthLayout/AuthLayout.scss.js +6 -0
  113. package/dist/v2/pages/auth/CreatePassword/CreatePasswordPage.js +377 -0
  114. package/dist/v2/pages/auth/CreatePassword/CreatePasswordPage.scss.js +6 -0
  115. package/dist/{auth → v2/pages/auth}/Login/LoginPage.js +97 -46
  116. package/dist/v2/pages/auth/Login/LoginPage.scss.js +6 -0
  117. package/dist/v2/pages/auth/ResetPassword/ResetPasswordPage.js +274 -0
  118. package/dist/v2/pages/auth/ResetPassword/ResetPasswordPage.scss.js +6 -0
  119. package/dist/v2/pages/auth/VerifyEmail/VerifyEmailPage.js +313 -0
  120. package/dist/v2/pages/auth/VerifyEmail/VerifyEmailPage.scss.js +6 -0
  121. package/dist/v2/shadcn/_reference/AccountManagerCard.d.ts +10 -0
  122. package/dist/v2/shadcn/_reference/AccountManagerCard.d.ts.map +1 -0
  123. package/dist/v2/shadcn/_reference/AffiliatesTable.d.ts +18 -0
  124. package/dist/v2/shadcn/_reference/AffiliatesTable.d.ts.map +1 -0
  125. package/dist/v2/shadcn/_reference/AuditArchive.d.ts +7 -0
  126. package/dist/v2/shadcn/_reference/AuditArchive.d.ts.map +1 -0
  127. package/dist/v2/shadcn/_reference/AuditContent.d.ts +4 -0
  128. package/dist/v2/shadcn/_reference/AuditContent.d.ts.map +1 -0
  129. package/dist/v2/shadcn/_reference/AutomationsGeneralSettings.d.ts +4 -0
  130. package/dist/v2/shadcn/_reference/AutomationsGeneralSettings.d.ts.map +1 -0
  131. package/dist/v2/shadcn/_reference/AvatarUpload.d.ts +9 -0
  132. package/dist/v2/shadcn/_reference/AvatarUpload.d.ts.map +1 -0
  133. package/dist/v2/shadcn/_reference/BookingsSummaryCard.d.ts +7 -0
  134. package/dist/v2/shadcn/_reference/BookingsSummaryCard.d.ts.map +1 -0
  135. package/dist/v2/shadcn/_reference/CodeCleanUpAudit.d.ts +4 -0
  136. package/dist/v2/shadcn/_reference/CodeCleanUpAudit.d.ts.map +1 -0
  137. package/dist/v2/shadcn/_reference/CompaniesTable.d.ts +4 -0
  138. package/dist/v2/shadcn/_reference/CompaniesTable.d.ts.map +1 -0
  139. package/dist/v2/shadcn/_reference/ComponentAudit.d.ts +4 -0
  140. package/dist/v2/shadcn/_reference/ComponentAudit.d.ts.map +1 -0
  141. package/dist/v2/shadcn/_reference/ConfigureSettingsCard.d.ts +28 -0
  142. package/dist/v2/shadcn/_reference/ConfigureSettingsCard.d.ts.map +1 -0
  143. package/dist/v2/shadcn/_reference/CustomerCard.d.ts +16 -0
  144. package/dist/v2/shadcn/_reference/CustomerCard.d.ts.map +1 -0
  145. package/dist/v2/shadcn/_reference/DashboardCards.d.ts +4 -0
  146. package/dist/v2/shadcn/_reference/DashboardCards.d.ts.map +1 -0
  147. package/dist/v2/shadcn/_reference/DashboardFooter.d.ts +3 -0
  148. package/dist/v2/shadcn/_reference/DashboardFooter.d.ts.map +1 -0
  149. package/dist/v2/shadcn/_reference/DiarySettings.d.ts +4 -0
  150. package/dist/v2/shadcn/_reference/DiarySettings.d.ts.map +1 -0
  151. package/dist/v2/shadcn/_reference/DiaryView.d.ts +15 -0
  152. package/dist/v2/shadcn/_reference/DiaryView.d.ts.map +1 -0
  153. package/dist/v2/shadcn/_reference/EmptyState.d.ts +10 -0
  154. package/dist/v2/shadcn/_reference/EmptyState.d.ts.map +1 -0
  155. package/dist/v2/shadcn/_reference/EntityInfoCard.d.ts +14 -0
  156. package/dist/v2/shadcn/_reference/EntityInfoCard.d.ts.map +1 -0
  157. package/dist/v2/shadcn/_reference/ExistingUserAssignments.d.ts +7 -0
  158. package/dist/v2/shadcn/_reference/ExistingUserAssignments.d.ts.map +1 -0
  159. package/dist/v2/shadcn/_reference/FeatureToggle.d.ts +20 -0
  160. package/dist/v2/shadcn/_reference/FeatureToggle.d.ts.map +1 -0
  161. package/dist/v2/shadcn/_reference/FlowCard.d.ts +21 -0
  162. package/dist/v2/shadcn/_reference/FlowCard.d.ts.map +1 -0
  163. package/dist/v2/shadcn/_reference/FlowsContent.d.ts +12 -0
  164. package/dist/v2/shadcn/_reference/FlowsContent.d.ts.map +1 -0
  165. package/dist/v2/shadcn/_reference/FlowsGeneralSettings.d.ts +8 -0
  166. package/dist/v2/shadcn/_reference/FlowsGeneralSettings.d.ts.map +1 -0
  167. package/dist/v2/shadcn/_reference/GeneralSettings.d.ts +8 -0
  168. package/dist/v2/shadcn/_reference/GeneralSettings.d.ts.map +1 -0
  169. package/dist/v2/shadcn/_reference/InventoryGeneralSettings.d.ts +17 -0
  170. package/dist/v2/shadcn/_reference/InventoryGeneralSettings.d.ts.map +1 -0
  171. package/dist/v2/shadcn/_reference/LanguageSelector.d.ts +12 -0
  172. package/dist/v2/shadcn/_reference/LanguageSelector.d.ts.map +1 -0
  173. package/dist/v2/shadcn/_reference/LoadingScreen.d.ts +8 -0
  174. package/dist/v2/shadcn/_reference/LoadingScreen.d.ts.map +1 -0
  175. package/dist/v2/shadcn/_reference/LoadingSpinner.d.ts +8 -0
  176. package/dist/v2/shadcn/_reference/LoadingSpinner.d.ts.map +1 -0
  177. package/dist/v2/shadcn/_reference/ManagedClientsList.d.ts +7 -0
  178. package/dist/v2/shadcn/_reference/ManagedClientsList.d.ts.map +1 -0
  179. package/dist/v2/shadcn/_reference/NPSScore.d.ts +8 -0
  180. package/dist/v2/shadcn/_reference/NPSScore.d.ts.map +1 -0
  181. package/dist/v2/shadcn/_reference/NPSSummaryCard.d.ts +8 -0
  182. package/dist/v2/shadcn/_reference/NPSSummaryCard.d.ts.map +1 -0
  183. package/dist/v2/shadcn/_reference/NotificationBanner.d.ts +20 -0
  184. package/dist/v2/shadcn/_reference/NotificationBanner.d.ts.map +1 -0
  185. package/dist/v2/shadcn/_reference/NotificationPanel.d.ts +11 -0
  186. package/dist/v2/shadcn/_reference/NotificationPanel.d.ts.map +1 -0
  187. package/dist/v2/shadcn/_reference/OnlineUsersCard.d.ts +7 -0
  188. package/dist/v2/shadcn/_reference/OnlineUsersCard.d.ts.map +1 -0
  189. package/dist/v2/shadcn/_reference/ProtectedRoute.d.ts +6 -0
  190. package/dist/v2/shadcn/_reference/ProtectedRoute.d.ts.map +1 -0
  191. package/dist/v2/shadcn/_reference/ProvidersTable.d.ts +7 -0
  192. package/dist/v2/shadcn/_reference/ProvidersTable.d.ts.map +1 -0
  193. package/dist/v2/shadcn/_reference/QuickAddPanel.d.ts +18 -0
  194. package/dist/v2/shadcn/_reference/QuickAddPanel.d.ts.map +1 -0
  195. package/dist/v2/shadcn/_reference/QuickFilters.d.ts +28 -0
  196. package/dist/v2/shadcn/_reference/QuickFilters.d.ts.map +1 -0
  197. package/dist/v2/shadcn/_reference/ScheduleView.d.ts +29 -0
  198. package/dist/v2/shadcn/_reference/ScheduleView.d.ts.map +1 -0
  199. package/dist/v2/shadcn/_reference/ScrollToTop.d.ts +3 -0
  200. package/dist/v2/shadcn/_reference/ScrollToTop.d.ts.map +1 -0
  201. package/dist/v2/shadcn/_reference/SecondaryNav.d.ts +12 -0
  202. package/dist/v2/shadcn/_reference/SecondaryNav.d.ts.map +1 -0
  203. package/dist/v2/shadcn/_reference/SecuritySettings.d.ts +8 -0
  204. package/dist/v2/shadcn/_reference/SecuritySettings.d.ts.map +1 -0
  205. package/dist/v2/shadcn/_reference/SessionDetailView.d.ts +33 -0
  206. package/dist/v2/shadcn/_reference/SessionDetailView.d.ts.map +1 -0
  207. package/dist/v2/shadcn/_reference/Sidebar.d.ts +4 -0
  208. package/dist/v2/shadcn/_reference/Sidebar.d.ts.map +1 -0
  209. package/dist/v2/shadcn/_reference/SidebarAwareLayout.d.ts +9 -0
  210. package/dist/v2/shadcn/_reference/SidebarAwareLayout.d.ts.map +1 -0
  211. package/dist/v2/shadcn/_reference/SidebarLabelCustomization.d.ts +9 -0
  212. package/dist/v2/shadcn/_reference/SidebarLabelCustomization.d.ts.map +1 -0
  213. package/dist/v2/shadcn/_reference/SimulationBanner.d.ts +3 -0
  214. package/dist/v2/shadcn/_reference/SimulationBanner.d.ts.map +1 -0
  215. package/dist/v2/shadcn/_reference/SortControls.d.ts +10 -0
  216. package/dist/v2/shadcn/_reference/SortControls.d.ts.map +1 -0
  217. package/dist/v2/shadcn/_reference/StatusBadge.d.ts +7 -0
  218. package/dist/v2/shadcn/_reference/StatusBadge.d.ts.map +1 -0
  219. package/dist/v2/shadcn/_reference/StyleGuideContent.d.ts +85 -0
  220. package/dist/v2/shadcn/_reference/StyleGuideContent.d.ts.map +1 -0
  221. package/dist/v2/shadcn/_reference/TableActionMenu.d.ts +21 -0
  222. package/dist/v2/shadcn/_reference/TableActionMenu.d.ts.map +1 -0
  223. package/dist/v2/shadcn/_reference/ThemeProvider.d.ts +14 -0
  224. package/dist/v2/shadcn/_reference/ThemeProvider.d.ts.map +1 -0
  225. package/dist/v2/shadcn/_reference/ThemeSettings.d.ts +4 -0
  226. package/dist/v2/shadcn/_reference/ThemeSettings.d.ts.map +1 -0
  227. package/dist/v2/shadcn/_reference/TopNavigation.d.ts +4 -0
  228. package/dist/v2/shadcn/_reference/TopNavigation.d.ts.map +1 -0
  229. package/dist/v2/shadcn/_reference/UserActivityHistory.d.ts +8 -0
  230. package/dist/v2/shadcn/_reference/UserActivityHistory.d.ts.map +1 -0
  231. package/dist/v2/shadcn/_reference/UserLanguageSettings.d.ts +4 -0
  232. package/dist/v2/shadcn/_reference/UserLanguageSettings.d.ts.map +1 -0
  233. package/dist/v2/shadcn/_reference/UserPanel.d.ts +9 -0
  234. package/dist/v2/shadcn/_reference/UserPanel.d.ts.map +1 -0
  235. package/dist/v2/shadcn/_reference/UsersTable.d.ts +23 -0
  236. package/dist/v2/shadcn/_reference/UsersTable.d.ts.map +1 -0
  237. package/dist/v2/shadcn/_reference/WaiverForm.d.ts +8 -0
  238. package/dist/v2/shadcn/_reference/WaiverForm.d.ts.map +1 -0
  239. package/dist/v2/shadcn/_reference/WaiversGeneralSettings.d.ts +4 -0
  240. package/dist/v2/shadcn/_reference/WaiversGeneralSettings.d.ts.map +1 -0
  241. package/dist/v2/shadcn/_reference/WaiversTable.d.ts +27 -0
  242. package/dist/v2/shadcn/_reference/WaiversTable.d.ts.map +1 -0
  243. package/dist/v2/shadcn/_reference/WaiversTemplatesSettings.d.ts +4 -0
  244. package/dist/v2/shadcn/_reference/WaiversTemplatesSettings.d.ts.map +1 -0
  245. package/dist/v2/shadcn/_reference/ai/AIChatPanel.d.ts +8 -0
  246. package/dist/v2/shadcn/_reference/ai/AIChatPanel.d.ts.map +1 -0
  247. package/dist/v2/shadcn/_reference/ai/AIChatSearchBar.d.ts +4 -0
  248. package/dist/v2/shadcn/_reference/ai/AIChatSearchBar.d.ts.map +1 -0
  249. package/dist/v2/shadcn/_reference/ai/ChatInteractiveBlock.d.ts +12 -0
  250. package/dist/v2/shadcn/_reference/ai/ChatInteractiveBlock.d.ts.map +1 -0
  251. package/dist/v2/shadcn/_reference/ai/ChatMessageContent.d.ts +11 -0
  252. package/dist/v2/shadcn/_reference/ai/ChatMessageContent.d.ts.map +1 -0
  253. package/dist/v2/shadcn/_reference/ai/parseInteractiveBlocks.d.ts +68 -0
  254. package/dist/v2/shadcn/_reference/ai/parseInteractiveBlocks.d.ts.map +1 -0
  255. package/dist/v2/shadcn/_reference/auth/AuthLayout.d.ts +11 -0
  256. package/dist/v2/shadcn/_reference/auth/AuthLayout.d.ts.map +1 -0
  257. package/dist/v2/shadcn/_reference/auth/CreatePasswordForm.d.ts +3 -0
  258. package/dist/v2/shadcn/_reference/auth/CreatePasswordForm.d.ts.map +1 -0
  259. package/dist/v2/shadcn/_reference/auth/CreatePasswordPanel.d.ts +3 -0
  260. package/dist/v2/shadcn/_reference/auth/CreatePasswordPanel.d.ts.map +1 -0
  261. package/dist/v2/shadcn/_reference/auth/LoginFooter.d.ts +3 -0
  262. package/dist/v2/shadcn/_reference/auth/LoginFooter.d.ts.map +1 -0
  263. package/dist/v2/shadcn/_reference/auth/LoginForm.d.ts +3 -0
  264. package/dist/v2/shadcn/_reference/auth/LoginForm.d.ts.map +1 -0
  265. package/dist/v2/shadcn/_reference/auth/LoginPanel.d.ts +3 -0
  266. package/dist/v2/shadcn/_reference/auth/LoginPanel.d.ts.map +1 -0
  267. package/dist/v2/shadcn/_reference/auth/ResetPasswordForm.d.ts +3 -0
  268. package/dist/v2/shadcn/_reference/auth/ResetPasswordForm.d.ts.map +1 -0
  269. package/dist/v2/shadcn/_reference/auth/ResetPasswordPanel.d.ts +3 -0
  270. package/dist/v2/shadcn/_reference/auth/ResetPasswordPanel.d.ts.map +1 -0
  271. package/dist/v2/shadcn/_reference/auth/VerifyEmailForm.d.ts +3 -0
  272. package/dist/v2/shadcn/_reference/auth/VerifyEmailForm.d.ts.map +1 -0
  273. package/dist/v2/shadcn/_reference/auth/VerifyEmailPanel.d.ts +3 -0
  274. package/dist/v2/shadcn/_reference/auth/VerifyEmailPanel.d.ts.map +1 -0
  275. package/dist/v2/shadcn/_reference/email/EmailAttachment.d.ts +14 -0
  276. package/dist/v2/shadcn/_reference/email/EmailAttachment.d.ts.map +1 -0
  277. package/dist/v2/shadcn/_reference/email/EmailAutomation.d.ts +12 -0
  278. package/dist/v2/shadcn/_reference/email/EmailAutomation.d.ts.map +1 -0
  279. package/dist/v2/shadcn/_reference/email/EmailPlaceholders.d.ts +11 -0
  280. package/dist/v2/shadcn/_reference/email/EmailPlaceholders.d.ts.map +1 -0
  281. package/dist/v2/shadcn/_reference/email/UnlayerEmailEditor.d.ts +9 -0
  282. package/dist/v2/shadcn/_reference/email/UnlayerEmailEditor.d.ts.map +1 -0
  283. package/dist/v2/shadcn/_reference/email/emailTemplateData.d.ts +14 -0
  284. package/dist/v2/shadcn/_reference/email/emailTemplateData.d.ts.map +1 -0
  285. package/dist/v2/shadcn/_reference/emptyStateIcons.d.ts +18 -0
  286. package/dist/v2/shadcn/_reference/emptyStateIcons.d.ts.map +1 -0
  287. package/dist/v2/shadcn/_reference/games/MazeGame.d.ts +4 -0
  288. package/dist/v2/shadcn/_reference/games/MazeGame.d.ts.map +1 -0
  289. package/dist/v2/shadcn/_reference/games/RunnerGame.d.ts +4 -0
  290. package/dist/v2/shadcn/_reference/games/RunnerGame.d.ts.map +1 -0
  291. package/dist/v2/shadcn/_reference/logos/BookedLogoFull.d.ts +6 -0
  292. package/dist/v2/shadcn/_reference/logos/BookedLogoFull.d.ts.map +1 -0
  293. package/dist/v2/shadcn/_reference/logos/BookedLogoMark.d.ts +7 -0
  294. package/dist/v2/shadcn/_reference/logos/BookedLogoMark.d.ts.map +1 -0
  295. package/dist/v2/shadcn/_reference/logos/BookedLogoNew.d.ts +6 -0
  296. package/dist/v2/shadcn/_reference/logos/BookedLogoNew.d.ts.map +1 -0
  297. package/dist/v2/shadcn/_reference/pricing/DynamicPricingRulesEditor.d.ts +31 -0
  298. package/dist/v2/shadcn/_reference/pricing/DynamicPricingRulesEditor.d.ts.map +1 -0
  299. package/dist/v2/shadcn/_reference/pricing/DynamicPricingTierCard.d.ts +24 -0
  300. package/dist/v2/shadcn/_reference/pricing/DynamicPricingTierCard.d.ts.map +1 -0
  301. package/dist/v2/shadcn/_reference/pricing/DynamicPricingTiersList.d.ts +4 -0
  302. package/dist/v2/shadcn/_reference/pricing/DynamicPricingTiersList.d.ts.map +1 -0
  303. package/dist/v2/shadcn/_reference/pricing/PricingCalendar.d.ts +4 -0
  304. package/dist/v2/shadcn/_reference/pricing/PricingCalendar.d.ts.map +1 -0
  305. package/dist/v2/shadcn/_reference/pricing/PricingPeriodCard.d.ts +35 -0
  306. package/dist/v2/shadcn/_reference/pricing/PricingPeriodCard.d.ts.map +1 -0
  307. package/dist/v2/shadcn/_reference/pricing/PricingPeriodForm.d.ts +19 -0
  308. package/dist/v2/shadcn/_reference/pricing/PricingPeriodForm.d.ts.map +1 -0
  309. package/dist/v2/shadcn/_reference/pricing/PricingPeriodsList.d.ts +4 -0
  310. package/dist/v2/shadcn/_reference/pricing/PricingPeriodsList.d.ts.map +1 -0
  311. package/dist/v2/shadcn/_reference/pricing/getRuleSummary.d.ts +4 -0
  312. package/dist/v2/shadcn/_reference/pricing/getRuleSummary.d.ts.map +1 -0
  313. package/dist/v2/shadcn/_reference/products/AvailabilityRulesSection.d.ts +24 -0
  314. package/dist/v2/shadcn/_reference/products/AvailabilityRulesSection.d.ts.map +1 -0
  315. package/dist/v2/shadcn/_reference/products/AvailabilitySection.d.ts +20 -0
  316. package/dist/v2/shadcn/_reference/products/AvailabilitySection.d.ts.map +1 -0
  317. package/dist/v2/shadcn/_reference/products/BookingTypeConfigOptions.d.ts +17 -0
  318. package/dist/v2/shadcn/_reference/products/BookingTypeConfigOptions.d.ts.map +1 -0
  319. package/dist/v2/shadcn/_reference/products/CapacityPeriodsSection.d.ts +18 -0
  320. package/dist/v2/shadcn/_reference/products/CapacityPeriodsSection.d.ts.map +1 -0
  321. package/dist/v2/shadcn/_reference/products/DynamicPricingTiersSection.d.ts +17 -0
  322. package/dist/v2/shadcn/_reference/products/DynamicPricingTiersSection.d.ts.map +1 -0
  323. package/dist/v2/shadcn/_reference/products/GiftCardOrdersTab.d.ts +7 -0
  324. package/dist/v2/shadcn/_reference/products/GiftCardOrdersTab.d.ts.map +1 -0
  325. package/dist/v2/shadcn/_reference/products/GiftCardSettings.d.ts +28 -0
  326. package/dist/v2/shadcn/_reference/products/GiftCardSettings.d.ts.map +1 -0
  327. package/dist/v2/shadcn/_reference/products/PackageProductsSection.d.ts +18 -0
  328. package/dist/v2/shadcn/_reference/products/PackageProductsSection.d.ts.map +1 -0
  329. package/dist/v2/shadcn/_reference/products/PricingSection.d.ts +13 -0
  330. package/dist/v2/shadcn/_reference/products/PricingSection.d.ts.map +1 -0
  331. package/dist/v2/shadcn/_reference/products/ProductTypeFields.d.ts +13 -0
  332. package/dist/v2/shadcn/_reference/products/ProductTypeFields.d.ts.map +1 -0
  333. package/dist/v2/shadcn/_reference/products/ProductTypeIcon.d.ts +9 -0
  334. package/dist/v2/shadcn/_reference/products/ProductTypeIcon.d.ts.map +1 -0
  335. package/dist/v2/shadcn/_reference/products/VariablePricingSection.d.ts +26 -0
  336. package/dist/v2/shadcn/_reference/products/VariablePricingSection.d.ts.map +1 -0
  337. package/dist/v2/shadcn/_reference/products/productTypeConfig.d.ts +28 -0
  338. package/dist/v2/shadcn/_reference/products/productTypeConfig.d.ts.map +1 -0
  339. package/dist/v2/shadcn/_reference/shared/BackButton.d.ts +13 -0
  340. package/dist/v2/shadcn/_reference/shared/BackButton.d.ts.map +1 -0
  341. package/dist/v2/shadcn/_reference/shared/CancelConfirmationDialog.d.ts +12 -0
  342. package/dist/v2/shadcn/_reference/shared/CancelConfirmationDialog.d.ts.map +1 -0
  343. package/dist/v2/shadcn/_reference/shared/ConfirmationDialog.d.ts +16 -0
  344. package/dist/v2/shadcn/_reference/shared/ConfirmationDialog.d.ts.map +1 -0
  345. package/dist/v2/shadcn/_reference/shared/DeleteConfirmationDialog.d.ts +12 -0
  346. package/dist/v2/shadcn/_reference/shared/DeleteConfirmationDialog.d.ts.map +1 -0
  347. package/dist/v2/shadcn/_reference/shared/DeleteEntityPage.d.ts +39 -0
  348. package/dist/v2/shadcn/_reference/shared/DeleteEntityPage.d.ts.map +1 -0
  349. package/dist/v2/shadcn/_reference/shared/SidebarIcons.d.ts +18 -0
  350. package/dist/v2/shadcn/_reference/shared/SidebarIcons.d.ts.map +1 -0
  351. package/dist/v2/shadcn/_reference/shared/UnifiedSidebar.d.ts +29 -0
  352. package/dist/v2/shadcn/_reference/shared/UnifiedSidebar.d.ts.map +1 -0
  353. package/dist/v2/shadcn/_reference/tables/BulkActionsBar.d.ts +17 -0
  354. package/dist/v2/shadcn/_reference/tables/BulkActionsBar.d.ts.map +1 -0
  355. package/dist/v2/shadcn/_reference/tables/DataTable.d.ts +7 -0
  356. package/dist/v2/shadcn/_reference/tables/DataTable.d.ts.map +1 -0
  357. package/dist/v2/shadcn/_reference/tables/TableControls.d.ts +8 -0
  358. package/dist/v2/shadcn/_reference/tables/TableControls.d.ts.map +1 -0
  359. package/dist/v2/shadcn/_reference/tables/index.d.ts +4 -0
  360. package/dist/v2/shadcn/_reference/tables/index.d.ts.map +1 -0
  361. package/dist/v2/shadcn/_reference/tables/types.d.ts +64 -0
  362. package/dist/v2/shadcn/_reference/tables/types.d.ts.map +1 -0
  363. package/dist/v2/shadcn/_reference/zones/LegacyZoneSettings.d.ts +24 -0
  364. package/dist/v2/shadcn/_reference/zones/LegacyZoneSettings.d.ts.map +1 -0
  365. package/dist/v2/shadcn/components/ui/accordion.d.ts +8 -0
  366. package/dist/v2/shadcn/components/ui/accordion.d.ts.map +1 -0
  367. package/dist/v2/shadcn/components/ui/alert-dialog.d.ts +21 -0
  368. package/dist/v2/shadcn/components/ui/alert-dialog.d.ts.map +1 -0
  369. package/dist/v2/shadcn/components/ui/alert.d.ts +9 -0
  370. package/dist/v2/shadcn/components/ui/alert.d.ts.map +1 -0
  371. package/dist/v2/shadcn/components/ui/aspect-ratio.d.ts +4 -0
  372. package/dist/v2/shadcn/components/ui/aspect-ratio.d.ts.map +1 -0
  373. package/dist/v2/shadcn/components/ui/avatar.d.ts +7 -0
  374. package/dist/v2/shadcn/components/ui/avatar.d.ts.map +1 -0
  375. package/dist/v2/shadcn/components/ui/badge.d.ts +10 -0
  376. package/dist/v2/shadcn/components/ui/badge.d.ts.map +1 -0
  377. package/dist/v2/shadcn/components/ui/breadcrumb.d.ts +20 -0
  378. package/dist/v2/shadcn/components/ui/breadcrumb.d.ts.map +1 -0
  379. package/dist/v2/shadcn/components/ui/button.d.ts +14 -0
  380. package/dist/v2/shadcn/components/ui/button.d.ts.map +1 -0
  381. package/dist/v2/shadcn/components/ui/calendar.d.ts +9 -0
  382. package/dist/v2/shadcn/components/ui/calendar.d.ts.map +1 -0
  383. package/dist/v2/shadcn/components/ui/card.d.ts +9 -0
  384. package/dist/v2/shadcn/components/ui/card.d.ts.map +1 -0
  385. package/dist/v2/shadcn/components/ui/carousel.d.ts +19 -0
  386. package/dist/v2/shadcn/components/ui/carousel.d.ts.map +1 -0
  387. package/dist/v2/shadcn/components/ui/checkbox.d.ts +6 -0
  388. package/dist/v2/shadcn/components/ui/checkbox.d.ts.map +1 -0
  389. package/dist/v2/shadcn/components/ui/checkbox.js +115 -0
  390. package/dist/v2/shadcn/components/ui/checkbox.scss.js +6 -0
  391. package/dist/v2/shadcn/components/ui/collapsible.d.ts +6 -0
  392. package/dist/v2/shadcn/components/ui/collapsible.d.ts.map +1 -0
  393. package/dist/v2/shadcn/components/ui/command.d.ts +83 -0
  394. package/dist/v2/shadcn/components/ui/command.d.ts.map +1 -0
  395. package/dist/v2/shadcn/components/ui/context-menu.d.ts +28 -0
  396. package/dist/v2/shadcn/components/ui/context-menu.d.ts.map +1 -0
  397. package/dist/v2/shadcn/components/ui/dialog.d.ts +20 -0
  398. package/dist/v2/shadcn/components/ui/dialog.d.ts.map +1 -0
  399. package/dist/v2/shadcn/components/ui/dialog.js +169 -0
  400. package/dist/v2/shadcn/components/ui/drawer.d.ts +23 -0
  401. package/dist/v2/shadcn/components/ui/drawer.d.ts.map +1 -0
  402. package/dist/v2/shadcn/components/ui/dropdown-menu.d.ts +28 -0
  403. package/dist/v2/shadcn/components/ui/dropdown-menu.d.ts.map +1 -0
  404. package/dist/v2/shadcn/components/ui/form.d.ts +24 -0
  405. package/dist/v2/shadcn/components/ui/form.d.ts.map +1 -0
  406. package/dist/v2/shadcn/components/ui/hover-card.d.ts +7 -0
  407. package/dist/v2/shadcn/components/ui/hover-card.d.ts.map +1 -0
  408. package/dist/v2/shadcn/components/ui/input-otp.d.ts +35 -0
  409. package/dist/v2/shadcn/components/ui/input-otp.d.ts.map +1 -0
  410. package/dist/v2/shadcn/components/ui/input.d.ts +6 -0
  411. package/dist/v2/shadcn/components/ui/input.d.ts.map +1 -0
  412. package/dist/v2/shadcn/components/ui/label.d.ts +6 -0
  413. package/dist/v2/shadcn/components/ui/label.d.ts.map +1 -0
  414. package/dist/v2/shadcn/components/ui/menubar.d.ts +34 -0
  415. package/dist/v2/shadcn/components/ui/menubar.d.ts.map +1 -0
  416. package/dist/v2/shadcn/components/ui/navigation-menu.d.ts +13 -0
  417. package/dist/v2/shadcn/components/ui/navigation-menu.d.ts.map +1 -0
  418. package/dist/v2/shadcn/components/ui/pagination.d.ts +29 -0
  419. package/dist/v2/shadcn/components/ui/pagination.d.ts.map +1 -0
  420. package/dist/v2/shadcn/components/ui/popover.d.ts +7 -0
  421. package/dist/v2/shadcn/components/ui/popover.d.ts.map +1 -0
  422. package/dist/v2/shadcn/components/ui/progress.d.ts +5 -0
  423. package/dist/v2/shadcn/components/ui/progress.d.ts.map +1 -0
  424. package/dist/v2/shadcn/components/ui/radio-card.d.ts +12 -0
  425. package/dist/v2/shadcn/components/ui/radio-card.d.ts.map +1 -0
  426. package/dist/v2/shadcn/components/ui/radio-group.d.ts +6 -0
  427. package/dist/v2/shadcn/components/ui/radio-group.d.ts.map +1 -0
  428. package/dist/v2/shadcn/components/ui/scroll-area.d.ts +6 -0
  429. package/dist/v2/shadcn/components/ui/scroll-area.d.ts.map +1 -0
  430. package/dist/v2/shadcn/components/ui/select.d.ts +14 -0
  431. package/dist/v2/shadcn/components/ui/select.d.ts.map +1 -0
  432. package/dist/v2/shadcn/components/ui/separator.d.ts +5 -0
  433. package/dist/v2/shadcn/components/ui/separator.d.ts.map +1 -0
  434. package/dist/v2/shadcn/components/ui/sheet.d.ts +26 -0
  435. package/dist/v2/shadcn/components/ui/sheet.d.ts.map +1 -0
  436. package/dist/v2/shadcn/components/ui/sidebar.d.ts +67 -0
  437. package/dist/v2/shadcn/components/ui/sidebar.d.ts.map +1 -0
  438. package/dist/v2/shadcn/components/ui/skeleton.d.ts +3 -0
  439. package/dist/v2/shadcn/components/ui/skeleton.d.ts.map +1 -0
  440. package/dist/v2/shadcn/components/ui/slider.d.ts +5 -0
  441. package/dist/v2/shadcn/components/ui/slider.d.ts.map +1 -0
  442. package/dist/v2/shadcn/components/ui/switch.d.ts +6 -0
  443. package/dist/v2/shadcn/components/ui/switch.d.ts.map +1 -0
  444. package/dist/v2/shadcn/components/ui/switch.js +115 -0
  445. package/dist/v2/shadcn/components/ui/switch.scss.js +6 -0
  446. package/dist/v2/shadcn/components/ui/table-pagination.d.ts +11 -0
  447. package/dist/v2/shadcn/components/ui/table-pagination.d.ts.map +1 -0
  448. package/dist/v2/shadcn/components/ui/table.d.ts +11 -0
  449. package/dist/v2/shadcn/components/ui/table.d.ts.map +1 -0
  450. package/dist/v2/shadcn/components/ui/tabs.d.ts +8 -0
  451. package/dist/v2/shadcn/components/ui/tabs.d.ts.map +1 -0
  452. package/dist/v2/shadcn/components/ui/textarea.d.ts +6 -0
  453. package/dist/v2/shadcn/components/ui/textarea.d.ts.map +1 -0
  454. package/dist/v2/shadcn/components/ui/toast.d.ts +16 -0
  455. package/dist/v2/shadcn/components/ui/toast.d.ts.map +1 -0
  456. package/dist/v2/shadcn/components/ui/toaster.d.ts +2 -0
  457. package/dist/v2/shadcn/components/ui/toaster.d.ts.map +1 -0
  458. package/dist/v2/shadcn/components/ui/toggle-group.d.ts +13 -0
  459. package/dist/v2/shadcn/components/ui/toggle-group.d.ts.map +1 -0
  460. package/dist/v2/shadcn/components/ui/toggle.d.ts +13 -0
  461. package/dist/v2/shadcn/components/ui/toggle.d.ts.map +1 -0
  462. package/dist/v2/shadcn/components/ui/tooltip.d.ts +8 -0
  463. package/dist/v2/shadcn/components/ui/tooltip.d.ts.map +1 -0
  464. package/dist/v2/shadcn/components/ui/use-toast.d.ts +3 -0
  465. package/dist/v2/shadcn/components/ui/use-toast.d.ts.map +1 -0
  466. package/dist/v2/shadcn/hooks/use-mobile.d.ts +2 -0
  467. package/dist/v2/shadcn/hooks/use-mobile.d.ts.map +1 -0
  468. package/dist/v2/shadcn/hooks/use-toast.d.ts +45 -0
  469. package/dist/v2/shadcn/hooks/use-toast.d.ts.map +1 -0
  470. package/dist/v2/shadcn/index.d.ts +20 -0
  471. package/dist/v2/shadcn/index.d.ts.map +1 -0
  472. package/dist/v2/shadcn/lib/utils.d.ts +3 -0
  473. package/dist/v2/shadcn/lib/utils.d.ts.map +1 -0
  474. package/dist/v2/shadcn/lib/utils.js +11 -0
  475. package/dist/v2/shadcn/styles/globals.css +112 -0
  476. package/dist/v2/styles/components/Button.scss +21 -23
  477. package/dist/v2/styles/form/NewInput.scss +1 -1
  478. package/dist/v2/styles/form/NewInput.scss.js +1 -1
  479. package/dist/v2/styles/tokens/_colors.scss +20 -0
  480. package/dist/v2/styles/tokens/_sizes.scss +4 -4
  481. package/dist/v2/types/navigation.d.ts +1 -0
  482. package/dist/v2/types/navigation.d.ts.map +1 -1
  483. package/package.json +38 -3
  484. package/rollup.config.js +1 -0
  485. package/src/index.ts +4 -2
  486. package/src/v2/components/AccountManagerCard/AccountManagerCard.scss +75 -0
  487. package/src/v2/components/AccountManagerCard/AccountManagerCard.stories.tsx +35 -0
  488. package/src/v2/components/AccountManagerCard/AccountManagerCard.tsx +37 -0
  489. package/src/v2/components/AccountManagerCard/index.ts +2 -0
  490. package/src/v2/components/AvatarUpload/AvatarUpload.scss +31 -9
  491. package/src/v2/components/AvatarUpload/AvatarUpload.tsx +13 -7
  492. package/src/v2/components/Button/Button.tsx +1 -0
  493. package/src/v2/components/Button/GhostButton.scss +2 -2
  494. package/src/v2/components/Customer/CustomersList.scss +48 -28
  495. package/src/v2/components/DataTable/DataTable.scss +14 -20
  496. package/src/v2/components/DataTable/DataTable.tsx +35 -34
  497. package/src/v2/components/FeatureToggle/FeatureToggle.scss +64 -0
  498. package/src/v2/components/FeatureToggle/FeatureToggle.stories.tsx +56 -0
  499. package/src/v2/components/FeatureToggle/FeatureToggle.tsx +41 -0
  500. package/src/v2/components/FeatureToggle/index.ts +2 -0
  501. package/src/v2/components/InputCheckbox/InputCheckbox.scss +6 -6
  502. package/src/v2/components/Modal/DeleteModal.scss +46 -85
  503. package/src/v2/components/Modal/DeleteModal.tsx +39 -35
  504. package/src/v2/components/NPSScore/NPSScore.tsx +2 -2
  505. package/src/v2/components/NewTable/NewTable.scss +1 -1
  506. package/src/v2/components/NewTabs/NewTabs.scss +4 -4
  507. package/src/v2/components/NotificationBanner/NotificationBanner.scss +123 -0
  508. package/src/v2/components/NotificationBanner/NotificationBanner.stories.tsx +54 -0
  509. package/src/v2/components/NotificationBanner/NotificationBanner.tsx +45 -0
  510. package/src/v2/components/NotificationBanner/index.ts +2 -0
  511. package/src/v2/components/RadioCard/RadioCard.stories.tsx +8 -8
  512. package/src/v2/components/RadioCard/{RadioCard.scss → RadioCardGroup.scss} +31 -6
  513. package/src/v2/components/RadioCard/{RadioCard.tsx → RadioCardGroup.tsx} +12 -4
  514. package/src/v2/components/RadioCard/index.ts +1 -1
  515. package/src/v2/components/Select/Select.tsx +15 -1
  516. package/src/v2/components/Select/index.ts +1 -1
  517. package/src/v2/components/StatusBadge/StatusBadge.tsx +11 -2
  518. package/src/v2/components/Tabs/Tabs.scss +41 -14
  519. package/src/v2/components/Tabs/Tabs.tsx +2 -1
  520. package/src/v2/components/Toggle/Toggle.scss +2 -0
  521. package/src/v2/components/Toggle/Toggle.tsx +20 -0
  522. package/src/v2/components/Toggle/index.ts +2 -0
  523. package/src/v2/components/Tooltip/Tooltip.tsx +0 -1
  524. package/src/v2/components/index.ts +26 -1
  525. package/src/v2/dashboard-analytics/blog-posts/index.ts +1 -1
  526. package/src/v2/dashboard-analytics/chart/Chart.tsx +20 -17
  527. package/src/v2/dashboard-analytics/venue-card/VenueCard.tsx +2 -2
  528. package/src/v2/icons/index.tsx +175 -9
  529. package/src/v2/index.ts +88 -7
  530. package/src/v2/navigation/DashboardLayout/AdminSidebar.scss +46 -8
  531. package/src/v2/navigation/DashboardLayout/AdminSidebar.tsx +35 -21
  532. package/src/v2/navigation/DashboardLayout/DashboardLayout.scss +3 -2
  533. package/src/v2/navigation/DashboardLayout/DashboardLayout.tsx +23 -5
  534. package/src/v2/navigation/DashboardLayout/ProviderSidebar.tsx +6 -7
  535. package/src/v2/navigation/DashboardLayout/TopNavigation.scss +16 -1
  536. package/src/v2/navigation/DashboardLayout/TopNavigation.tsx +20 -41
  537. package/src/v2/navigation/FigmasAdminSideBar/FigmasAdminSideBar.tsx +1 -1
  538. package/src/v2/navigation/FigmasSideBar/FigmasSideBar.tsx +1 -2
  539. package/src/v2/navigation/FigmasTopHat/FigmasTopHat.tsx +6 -6
  540. package/src/v2/navigation/Navigation/Navigation.scss +1 -1
  541. package/src/v2/navigation/Navigation/Navigation.tsx +0 -1
  542. package/src/v2/navigation/Navigation/index.ts +0 -1
  543. package/src/v2/navigation/SideBarToggleLarge/SideBarToggleLarge.tsx +1 -1
  544. package/src/v2/navigation/TopHatControlDisc/TopHatControlDisc.tsx +1 -1
  545. package/src/v2/navigation/config.tsx +0 -1
  546. package/src/v2/shadcn/_reference/AccountManagerCard.tsx +45 -0
  547. package/src/v2/shadcn/_reference/AffiliatesTable.tsx +178 -0
  548. package/src/v2/shadcn/_reference/AuditArchive.tsx +165 -0
  549. package/src/v2/shadcn/_reference/AuditContent.tsx +270 -0
  550. package/src/v2/shadcn/_reference/AutomationsGeneralSettings.tsx +251 -0
  551. package/src/v2/shadcn/_reference/AvatarUpload.tsx +150 -0
  552. package/src/v2/shadcn/_reference/BookingsSummaryCard.tsx +268 -0
  553. package/src/v2/shadcn/_reference/CodeCleanUpAudit.tsx +274 -0
  554. package/src/v2/shadcn/_reference/CompaniesTable.tsx +387 -0
  555. package/src/v2/shadcn/_reference/ComponentAudit.tsx +239 -0
  556. package/src/v2/shadcn/_reference/ConfigureSettingsCard.tsx +95 -0
  557. package/src/v2/shadcn/_reference/CustomerCard.tsx +155 -0
  558. package/src/v2/shadcn/_reference/DashboardCards.tsx +50 -0
  559. package/src/v2/shadcn/_reference/DashboardFooter.tsx +18 -0
  560. package/src/v2/shadcn/_reference/DiarySettings.tsx +187 -0
  561. package/src/v2/shadcn/_reference/DiaryView.tsx +998 -0
  562. package/src/v2/shadcn/_reference/EmptyState.tsx +76 -0
  563. package/src/v2/shadcn/_reference/EntityInfoCard.tsx +48 -0
  564. package/src/v2/shadcn/_reference/ExistingUserAssignments.tsx +131 -0
  565. package/src/v2/shadcn/_reference/FeatureToggle.tsx +72 -0
  566. package/src/v2/shadcn/_reference/FlowCard.tsx +170 -0
  567. package/src/v2/shadcn/_reference/FlowsContent.tsx +688 -0
  568. package/src/v2/shadcn/_reference/FlowsGeneralSettings.tsx +27 -0
  569. package/src/v2/shadcn/_reference/GeneralSettings.tsx +33 -0
  570. package/src/v2/shadcn/_reference/InventoryGeneralSettings.tsx +82 -0
  571. package/src/v2/shadcn/_reference/LanguageSelector.tsx +97 -0
  572. package/src/v2/shadcn/_reference/LoadingScreen.tsx +25 -0
  573. package/src/v2/shadcn/_reference/LoadingSpinner.tsx +41 -0
  574. package/src/v2/shadcn/_reference/ManagedClientsList.tsx +121 -0
  575. package/src/v2/shadcn/_reference/NPSScore.tsx +379 -0
  576. package/src/v2/shadcn/_reference/NPSSummaryCard.tsx +181 -0
  577. package/src/v2/shadcn/_reference/NotificationBanner.tsx +129 -0
  578. package/src/v2/shadcn/_reference/NotificationPanel.tsx +208 -0
  579. package/src/v2/shadcn/_reference/OnlineUsersCard.tsx +73 -0
  580. package/src/v2/shadcn/_reference/ProtectedRoute.tsx +39 -0
  581. package/src/v2/shadcn/_reference/ProvidersTable.tsx +353 -0
  582. package/src/v2/shadcn/_reference/QuickAddPanel.tsx +1057 -0
  583. package/src/v2/shadcn/_reference/QuickFilters.tsx +112 -0
  584. package/src/v2/shadcn/_reference/ScheduleView.tsx +410 -0
  585. package/src/v2/shadcn/_reference/ScrollToTop.tsx +14 -0
  586. package/src/v2/shadcn/_reference/SecondaryNav.tsx +50 -0
  587. package/src/v2/shadcn/_reference/SecuritySettings.tsx +258 -0
  588. package/src/v2/shadcn/_reference/SessionDetailView.tsx +294 -0
  589. package/src/v2/shadcn/_reference/Sidebar.tsx +14 -0
  590. package/src/v2/shadcn/_reference/SidebarAwareLayout.tsx +30 -0
  591. package/src/v2/shadcn/_reference/SidebarLabelCustomization.tsx +285 -0
  592. package/src/v2/shadcn/_reference/SimulationBanner.tsx +57 -0
  593. package/src/v2/shadcn/_reference/SortControls.tsx +65 -0
  594. package/src/v2/shadcn/_reference/StatusBadge.tsx +49 -0
  595. package/src/v2/shadcn/_reference/StyleGuideContent.tsx +331 -0
  596. package/src/v2/shadcn/_reference/TableActionMenu.tsx +126 -0
  597. package/src/v2/shadcn/_reference/ThemeProvider.tsx +119 -0
  598. package/src/v2/shadcn/_reference/ThemeSettings.tsx +73 -0
  599. package/src/v2/shadcn/_reference/TopNavigation.tsx +332 -0
  600. package/src/v2/shadcn/_reference/UserActivityHistory.tsx +209 -0
  601. package/src/v2/shadcn/_reference/UserLanguageSettings.tsx +94 -0
  602. package/src/v2/shadcn/_reference/UserPanel.tsx +472 -0
  603. package/src/v2/shadcn/_reference/UsersTable.tsx +1023 -0
  604. package/src/v2/shadcn/_reference/WaiverForm.tsx +301 -0
  605. package/src/v2/shadcn/_reference/WaiversGeneralSettings.tsx +46 -0
  606. package/src/v2/shadcn/_reference/WaiversTable.tsx +290 -0
  607. package/src/v2/shadcn/_reference/WaiversTemplatesSettings.tsx +416 -0
  608. package/src/v2/shadcn/_reference/ai/AIChatPanel.tsx +313 -0
  609. package/src/v2/shadcn/_reference/ai/AIChatSearchBar.tsx +36 -0
  610. package/src/v2/shadcn/_reference/ai/ChatInteractiveBlock.tsx +298 -0
  611. package/src/v2/shadcn/_reference/ai/ChatMessageContent.tsx +40 -0
  612. package/src/v2/shadcn/_reference/ai/parseInteractiveBlocks.ts +142 -0
  613. package/src/v2/shadcn/_reference/auth/AuthLayout.tsx +55 -0
  614. package/src/v2/shadcn/_reference/auth/CreatePasswordForm.tsx +285 -0
  615. package/src/v2/shadcn/_reference/auth/CreatePasswordPanel.tsx +18 -0
  616. package/src/v2/shadcn/_reference/auth/LoginFooter.tsx +14 -0
  617. package/src/v2/shadcn/_reference/auth/LoginForm.tsx +201 -0
  618. package/src/v2/shadcn/_reference/auth/LoginPanel.tsx +39 -0
  619. package/src/v2/shadcn/_reference/auth/ResetPasswordForm.tsx +100 -0
  620. package/src/v2/shadcn/_reference/auth/ResetPasswordPanel.tsx +18 -0
  621. package/src/v2/shadcn/_reference/auth/VerifyEmailForm.tsx +93 -0
  622. package/src/v2/shadcn/_reference/auth/VerifyEmailPanel.tsx +18 -0
  623. package/src/v2/shadcn/_reference/email/EmailAttachment.tsx +117 -0
  624. package/src/v2/shadcn/_reference/email/EmailAutomation.tsx +92 -0
  625. package/src/v2/shadcn/_reference/email/EmailPlaceholders.tsx +64 -0
  626. package/src/v2/shadcn/_reference/email/UnlayerEmailEditor.tsx +41 -0
  627. package/src/v2/shadcn/_reference/email/emailTemplateData.ts +53 -0
  628. package/src/v2/shadcn/_reference/emptyStateIcons.tsx +103 -0
  629. package/src/v2/shadcn/_reference/games/MazeGame.tsx +394 -0
  630. package/src/v2/shadcn/_reference/games/RunnerGame.tsx +497 -0
  631. package/src/v2/shadcn/_reference/logos/BookedLogoFull.tsx +36 -0
  632. package/src/v2/shadcn/_reference/logos/BookedLogoMark.tsx +31 -0
  633. package/src/v2/shadcn/_reference/logos/BookedLogoNew.tsx +36 -0
  634. package/src/v2/shadcn/_reference/pricing/DynamicPricingRulesEditor.tsx +401 -0
  635. package/src/v2/shadcn/_reference/pricing/DynamicPricingTierCard.tsx +77 -0
  636. package/src/v2/shadcn/_reference/pricing/DynamicPricingTiersList.tsx +218 -0
  637. package/src/v2/shadcn/_reference/pricing/PricingCalendar.tsx +810 -0
  638. package/src/v2/shadcn/_reference/pricing/PricingPeriodCard.tsx +152 -0
  639. package/src/v2/shadcn/_reference/pricing/PricingPeriodForm.tsx +377 -0
  640. package/src/v2/shadcn/_reference/pricing/PricingPeriodsList.tsx +213 -0
  641. package/src/v2/shadcn/_reference/pricing/getRuleSummary.ts +39 -0
  642. package/src/v2/shadcn/_reference/products/AvailabilityRulesSection.tsx +184 -0
  643. package/src/v2/shadcn/_reference/products/AvailabilitySection.tsx +677 -0
  644. package/src/v2/shadcn/_reference/products/BookingTypeConfigOptions.tsx +40 -0
  645. package/src/v2/shadcn/_reference/products/CapacityPeriodsSection.tsx +238 -0
  646. package/src/v2/shadcn/_reference/products/DynamicPricingTiersSection.tsx +131 -0
  647. package/src/v2/shadcn/_reference/products/GiftCardOrdersTab.tsx +192 -0
  648. package/src/v2/shadcn/_reference/products/GiftCardSettings.tsx +342 -0
  649. package/src/v2/shadcn/_reference/products/PackageProductsSection.tsx +322 -0
  650. package/src/v2/shadcn/_reference/products/PricingSection.tsx +173 -0
  651. package/src/v2/shadcn/_reference/products/ProductTypeFields.tsx +353 -0
  652. package/src/v2/shadcn/_reference/products/ProductTypeIcon.tsx +95 -0
  653. package/src/v2/shadcn/_reference/products/VariablePricingSection.tsx +140 -0
  654. package/src/v2/shadcn/_reference/products/productTypeConfig.ts +182 -0
  655. package/src/v2/shadcn/_reference/shared/BackButton.tsx +50 -0
  656. package/src/v2/shadcn/_reference/shared/CancelConfirmationDialog.tsx +18 -0
  657. package/src/v2/shadcn/_reference/shared/ConfirmationDialog.tsx +134 -0
  658. package/src/v2/shadcn/_reference/shared/DeleteConfirmationDialog.tsx +18 -0
  659. package/src/v2/shadcn/_reference/shared/DeleteEntityPage.tsx +221 -0
  660. package/src/v2/shadcn/_reference/shared/SidebarIcons.tsx +108 -0
  661. package/src/v2/shadcn/_reference/shared/UnifiedSidebar.tsx +722 -0
  662. package/src/v2/shadcn/_reference/tables/BulkActionsBar.tsx +68 -0
  663. package/src/v2/shadcn/_reference/tables/DataTable.tsx +221 -0
  664. package/src/v2/shadcn/_reference/tables/TableControls.tsx +94 -0
  665. package/src/v2/shadcn/_reference/tables/index.ts +3 -0
  666. package/src/v2/shadcn/_reference/tables/types.ts +79 -0
  667. package/src/v2/shadcn/_reference/zones/LegacyZoneSettings.tsx +299 -0
  668. package/src/v2/shadcn/components/ui/accordion.stories.tsx +63 -0
  669. package/src/v2/shadcn/components/ui/accordion.tsx +52 -0
  670. package/src/v2/shadcn/components/ui/alert-dialog.stories.tsx +44 -0
  671. package/src/v2/shadcn/components/ui/alert-dialog.tsx +104 -0
  672. package/src/v2/shadcn/components/ui/alert.stories.tsx +44 -0
  673. package/src/v2/shadcn/components/ui/alert.tsx +43 -0
  674. package/src/v2/shadcn/components/ui/aspect-ratio.stories.tsx +46 -0
  675. package/src/v2/shadcn/components/ui/aspect-ratio.tsx +5 -0
  676. package/src/v2/shadcn/components/ui/avatar.stories.tsx +39 -0
  677. package/src/v2/shadcn/components/ui/avatar.tsx +38 -0
  678. package/src/v2/shadcn/components/ui/badge.stories.tsx +17 -0
  679. package/src/v2/shadcn/components/ui/badge.tsx +30 -0
  680. package/src/v2/shadcn/components/ui/breadcrumb.stories.tsx +91 -0
  681. package/src/v2/shadcn/components/ui/breadcrumb.tsx +90 -0
  682. package/src/v2/shadcn/components/ui/button.stories.tsx +20 -0
  683. package/src/v2/shadcn/components/ui/button.tsx +60 -0
  684. package/src/v2/shadcn/components/ui/calendar.stories.tsx +61 -0
  685. package/src/v2/shadcn/components/ui/calendar.tsx +54 -0
  686. package/src/v2/shadcn/components/ui/card.stories.tsx +37 -0
  687. package/src/v2/shadcn/components/ui/card.tsx +43 -0
  688. package/src/v2/shadcn/components/ui/carousel.stories.tsx +92 -0
  689. package/src/v2/shadcn/components/ui/carousel.tsx +224 -0
  690. package/src/v2/shadcn/components/ui/checkbox.scss +38 -0
  691. package/src/v2/shadcn/components/ui/checkbox.stories.tsx +23 -0
  692. package/src/v2/shadcn/components/ui/checkbox.tsx +24 -0
  693. package/src/v2/shadcn/components/ui/collapsible.stories.tsx +59 -0
  694. package/src/v2/shadcn/components/ui/collapsible.tsx +9 -0
  695. package/src/v2/shadcn/components/ui/command.stories.tsx +70 -0
  696. package/src/v2/shadcn/components/ui/command.tsx +132 -0
  697. package/src/v2/shadcn/components/ui/context-menu.stories.tsx +72 -0
  698. package/src/v2/shadcn/components/ui/context-menu.tsx +178 -0
  699. package/src/v2/shadcn/components/ui/dialog.stories.tsx +67 -0
  700. package/src/v2/shadcn/components/ui/dialog.tsx +95 -0
  701. package/src/v2/shadcn/components/ui/drawer.stories.tsx +50 -0
  702. package/src/v2/shadcn/components/ui/drawer.tsx +87 -0
  703. package/src/v2/shadcn/components/ui/dropdown-menu.stories.tsx +73 -0
  704. package/src/v2/shadcn/components/ui/dropdown-menu.tsx +179 -0
  705. package/src/v2/shadcn/components/ui/form.stories.tsx +105 -0
  706. package/src/v2/shadcn/components/ui/form.tsx +129 -0
  707. package/src/v2/shadcn/components/ui/hover-card.stories.tsx +35 -0
  708. package/src/v2/shadcn/components/ui/hover-card.tsx +27 -0
  709. package/src/v2/shadcn/components/ui/input-otp.stories.tsx +72 -0
  710. package/src/v2/shadcn/components/ui/input-otp.tsx +61 -0
  711. package/src/v2/shadcn/components/ui/input.stories.tsx +16 -0
  712. package/src/v2/shadcn/components/ui/input.tsx +25 -0
  713. package/src/v2/shadcn/components/ui/label.stories.tsx +13 -0
  714. package/src/v2/shadcn/components/ui/label.tsx +17 -0
  715. package/src/v2/shadcn/components/ui/menubar.stories.tsx +86 -0
  716. package/src/v2/shadcn/components/ui/menubar.tsx +207 -0
  717. package/src/v2/shadcn/components/ui/navigation-menu.stories.tsx +68 -0
  718. package/src/v2/shadcn/components/ui/navigation-menu.tsx +120 -0
  719. package/src/v2/shadcn/components/ui/pagination.stories.tsx +78 -0
  720. package/src/v2/shadcn/components/ui/pagination.tsx +81 -0
  721. package/src/v2/shadcn/components/ui/popover.stories.tsx +44 -0
  722. package/src/v2/shadcn/components/ui/popover.tsx +29 -0
  723. package/src/v2/shadcn/components/ui/progress.stories.tsx +17 -0
  724. package/src/v2/shadcn/components/ui/progress.tsx +23 -0
  725. package/src/v2/shadcn/components/ui/radio-card.stories.tsx +68 -0
  726. package/src/v2/shadcn/components/ui/radio-card.tsx +52 -0
  727. package/src/v2/shadcn/components/ui/radio-group.stories.tsx +77 -0
  728. package/src/v2/shadcn/components/ui/radio-group.tsx +35 -0
  729. package/src/v2/shadcn/components/ui/scroll-area.stories.tsx +56 -0
  730. package/src/v2/shadcn/components/ui/scroll-area.tsx +38 -0
  731. package/src/v2/shadcn/components/ui/select.stories.tsx +60 -0
  732. package/src/v2/shadcn/components/ui/select.tsx +148 -0
  733. package/src/v2/shadcn/components/ui/separator.stories.tsx +30 -0
  734. package/src/v2/shadcn/components/ui/separator.tsx +20 -0
  735. package/src/v2/shadcn/components/ui/sheet.stories.tsx +115 -0
  736. package/src/v2/shadcn/components/ui/sheet.tsx +107 -0
  737. package/src/v2/shadcn/components/ui/sidebar.stories.tsx +167 -0
  738. package/src/v2/shadcn/components/ui/sidebar.tsx +637 -0
  739. package/src/v2/shadcn/components/ui/skeleton.stories.tsx +36 -0
  740. package/src/v2/shadcn/components/ui/skeleton.tsx +7 -0
  741. package/src/v2/shadcn/components/ui/slider.stories.tsx +16 -0
  742. package/src/v2/shadcn/components/ui/slider.tsx +23 -0
  743. package/src/v2/shadcn/components/ui/switch.scss +63 -0
  744. package/src/v2/shadcn/components/ui/switch.stories.tsx +23 -0
  745. package/src/v2/shadcn/components/ui/switch.tsx +24 -0
  746. package/src/v2/shadcn/components/ui/table-pagination.stories.tsx +81 -0
  747. package/src/v2/shadcn/components/ui/table-pagination.tsx +61 -0
  748. package/src/v2/shadcn/components/ui/table.stories.tsx +40 -0
  749. package/src/v2/shadcn/components/ui/table.tsx +72 -0
  750. package/src/v2/shadcn/components/ui/tabs.stories.tsx +85 -0
  751. package/src/v2/shadcn/components/ui/tabs.tsx +53 -0
  752. package/src/v2/shadcn/components/ui/textarea.stories.tsx +15 -0
  753. package/src/v2/shadcn/components/ui/textarea.tsx +21 -0
  754. package/src/v2/shadcn/components/ui/toast.stories.tsx +77 -0
  755. package/src/v2/shadcn/components/ui/toast.tsx +111 -0
  756. package/src/v2/shadcn/components/ui/toaster.stories.tsx +46 -0
  757. package/src/v2/shadcn/components/ui/toaster.tsx +24 -0
  758. package/src/v2/shadcn/components/ui/toggle-group.stories.tsx +95 -0
  759. package/src/v2/shadcn/components/ui/toggle-group.tsx +49 -0
  760. package/src/v2/shadcn/components/ui/toggle.stories.tsx +18 -0
  761. package/src/v2/shadcn/components/ui/toggle.tsx +37 -0
  762. package/src/v2/shadcn/components/ui/tooltip.stories.tsx +57 -0
  763. package/src/v2/shadcn/components/ui/tooltip.tsx +28 -0
  764. package/src/v2/shadcn/components/ui/use-toast.ts +3 -0
  765. package/src/v2/shadcn/hooks/use-mobile.tsx +19 -0
  766. package/src/v2/shadcn/hooks/use-toast.ts +184 -0
  767. package/src/v2/shadcn/index.ts +76 -0
  768. package/src/v2/shadcn/lib/utils.ts +6 -0
  769. package/src/v2/shadcn/styles/globals.css +112 -0
  770. package/src/v2/styles/components/Button.scss +21 -23
  771. package/src/v2/styles/form/NewInput.scss +1 -1
  772. package/src/v2/styles/tokens/_colors.scss +20 -0
  773. package/src/v2/styles/tokens/_sizes.scss +4 -4
  774. package/src/v2/types/navigation.ts +1 -0
  775. package/tailwind.config.js +46 -4
  776. package/dist/v2/components/RadioCard/RadioCard.d.ts.map +0 -1
  777. package/src/v2/navigation/Navigation/Navigation.stories.tsx +0 -137
@@ -0,0 +1,16 @@
1
+ import * as React from "react";
2
+ import * as ToastPrimitives from "@radix-ui/react-toast";
3
+ import { type VariantProps } from "class-variance-authority";
4
+ declare const ToastProvider: React.FC<ToastPrimitives.ToastProviderProps>;
5
+ declare const ToastViewport: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastViewportProps & React.RefAttributes<HTMLOListElement>, "ref"> & React.RefAttributes<HTMLOListElement>>;
6
+ declare const Toast: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & React.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: {
7
+ variant?: "default" | "destructive";
8
+ } & import("class-variance-authority/dist/types").ClassProp) => string> & React.RefAttributes<HTMLLIElement>>;
9
+ declare const ToastAction: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
10
+ declare const ToastClose: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastCloseProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
11
+ declare const ToastTitle: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastTitleProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
12
+ declare const ToastDescription: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastDescriptionProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
13
+ type ToastProps = React.ComponentPropsWithoutRef<typeof Toast>;
14
+ type ToastActionElement = React.ReactElement<typeof ToastAction>;
15
+ export { type ToastProps, type ToastActionElement, ToastProvider, ToastViewport, Toast, ToastTitle, ToastDescription, ToastClose, ToastAction, };
16
+ //# sourceMappingURL=toast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../../../../../src/v2/shadcn/components/ui/toast.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAKlE,QAAA,MAAM,aAAa,8CAA2B,CAAC;AAE/C,QAAA,MAAM,aAAa,kKAYjB,CAAC;AAkBH,QAAA,MAAM,KAAK;;6GAKT,CAAC;AAGH,QAAA,MAAM,WAAW,kKAYf,CAAC;AAGH,QAAA,MAAM,UAAU,iKAed,CAAC;AAGH,QAAA,MAAM,UAAU,2JAKd,CAAC;AAGH,QAAA,MAAM,gBAAgB,iKAKpB,CAAC;AAGH,KAAK,UAAU,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,KAAK,CAAC,CAAC;AAE/D,KAAK,kBAAkB,GAAG,KAAK,CAAC,YAAY,CAAC,OAAO,WAAW,CAAC,CAAC;AAEjE,OAAO,EACL,KAAK,UAAU,EACf,KAAK,kBAAkB,EACvB,aAAa,EACb,aAAa,EACb,KAAK,EACL,UAAU,EACV,gBAAgB,EAChB,UAAU,EACV,WAAW,GACZ,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function Toaster(): import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=toaster.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toaster.d.ts","sourceRoot":"","sources":["../../../../../src/v2/shadcn/components/ui/toaster.tsx"],"names":[],"mappings":"AAGA,wBAAgB,OAAO,4CAoBtB"}
@@ -0,0 +1,13 @@
1
+ import * as React from "react";
2
+ import * as ToggleGroupPrimitive from "@radix-ui/react-toggle-group";
3
+ import { type VariantProps } from "class-variance-authority";
4
+ declare const ToggleGroup: React.ForwardRefExoticComponent<((Omit<ToggleGroupPrimitive.ToggleGroupSingleProps & React.RefAttributes<HTMLDivElement>, "ref"> | Omit<ToggleGroupPrimitive.ToggleGroupMultipleProps & React.RefAttributes<HTMLDivElement>, "ref">) & VariantProps<(props?: {
5
+ variant?: "default" | "outline";
6
+ size?: "default" | "sm" | "lg";
7
+ } & import("class-variance-authority/dist/types").ClassProp) => string>) & React.RefAttributes<HTMLDivElement>>;
8
+ declare const ToggleGroupItem: React.ForwardRefExoticComponent<Omit<ToggleGroupPrimitive.ToggleGroupItemProps & React.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: {
9
+ variant?: "default" | "outline";
10
+ size?: "default" | "sm" | "lg";
11
+ } & import("class-variance-authority/dist/types").ClassProp) => string> & React.RefAttributes<HTMLButtonElement>>;
12
+ export { ToggleGroup, ToggleGroupItem };
13
+ //# sourceMappingURL=toggle-group.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toggle-group.d.ts","sourceRoot":"","sources":["../../../../../src/v2/shadcn/components/ui/toggle-group.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAU7D,QAAA,MAAM,WAAW;;;+GAOf,CAAC;AAIH,QAAA,MAAM,eAAe;;;iHAqBnB,CAAC;AAIH,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,CAAC"}
@@ -0,0 +1,13 @@
1
+ import * as React from "react";
2
+ import * as TogglePrimitive from "@radix-ui/react-toggle";
3
+ import { type VariantProps } from "class-variance-authority";
4
+ declare const toggleVariants: (props?: {
5
+ variant?: "default" | "outline";
6
+ size?: "default" | "sm" | "lg";
7
+ } & import("class-variance-authority/dist/types").ClassProp) => string;
8
+ declare const Toggle: React.ForwardRefExoticComponent<Omit<TogglePrimitive.ToggleProps & React.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: {
9
+ variant?: "default" | "outline";
10
+ size?: "default" | "sm" | "lg";
11
+ } & import("class-variance-authority/dist/types").ClassProp) => string> & React.RefAttributes<HTMLButtonElement>>;
12
+ export { Toggle, toggleVariants };
13
+ //# sourceMappingURL=toggle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toggle.d.ts","sourceRoot":"","sources":["../../../../../src/v2/shadcn/components/ui/toggle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,cAAc;;;sEAmBnB,CAAC;AAEF,QAAA,MAAM,MAAM;;;iHAKV,CAAC;AAIH,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ import * as TooltipPrimitive from "@radix-ui/react-tooltip";
3
+ declare const TooltipProvider: React.FC<TooltipPrimitive.TooltipProviderProps>;
4
+ declare const Tooltip: React.FC<TooltipPrimitive.TooltipProps>;
5
+ declare const TooltipTrigger: React.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & React.RefAttributes<HTMLButtonElement>>;
6
+ declare const TooltipContent: React.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
7
+ export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider };
8
+ //# sourceMappingURL=tooltip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../../src/v2/shadcn/components/ui/tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAI5D,QAAA,MAAM,eAAe,iDAA4B,CAAC;AAElD,QAAA,MAAM,OAAO,yCAAwB,CAAC;AAEtC,QAAA,MAAM,cAAc,gHAA2B,CAAC;AAEhD,QAAA,MAAM,cAAc,gKAalB,CAAC;AAGH,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,eAAe,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { useToast, toast } from '../../hooks/use-toast';
2
+ export { useToast, toast };
3
+ //# sourceMappingURL=use-toast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-toast.d.ts","sourceRoot":"","sources":["../../../../../src/v2/shadcn/components/ui/use-toast.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAExD,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function useIsMobile(): boolean;
2
+ //# sourceMappingURL=use-mobile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-mobile.d.ts","sourceRoot":"","sources":["../../../../src/v2/shadcn/hooks/use-mobile.tsx"],"names":[],"mappings":"AAIA,wBAAgB,WAAW,YAc1B"}
@@ -0,0 +1,45 @@
1
+ import * as React from "react";
2
+ import type { ToastActionElement, ToastProps } from "../components/ui/toast";
3
+ type ToasterToast = ToastProps & {
4
+ id: string;
5
+ title?: React.ReactNode;
6
+ description?: React.ReactNode;
7
+ action?: ToastActionElement;
8
+ };
9
+ declare const actionTypes: {
10
+ readonly ADD_TOAST: "ADD_TOAST";
11
+ readonly UPDATE_TOAST: "UPDATE_TOAST";
12
+ readonly DISMISS_TOAST: "DISMISS_TOAST";
13
+ readonly REMOVE_TOAST: "REMOVE_TOAST";
14
+ };
15
+ type ActionType = typeof actionTypes;
16
+ type Action = {
17
+ type: ActionType["ADD_TOAST"];
18
+ toast: ToasterToast;
19
+ } | {
20
+ type: ActionType["UPDATE_TOAST"];
21
+ toast: Partial<ToasterToast>;
22
+ } | {
23
+ type: ActionType["DISMISS_TOAST"];
24
+ toastId?: ToasterToast["id"];
25
+ } | {
26
+ type: ActionType["REMOVE_TOAST"];
27
+ toastId?: ToasterToast["id"];
28
+ };
29
+ interface State {
30
+ toasts: ToasterToast[];
31
+ }
32
+ export declare const reducer: (state: State, action: Action) => State;
33
+ type Toast = Omit<ToasterToast, "id">;
34
+ declare function toast({ ...props }: Toast): {
35
+ id: string;
36
+ dismiss: () => void;
37
+ update: (props: ToasterToast) => void;
38
+ };
39
+ declare function useToast(): {
40
+ toast: typeof toast;
41
+ dismiss: (toastId?: string) => void;
42
+ toasts: ToasterToast[];
43
+ };
44
+ export { useToast, toast };
45
+ //# sourceMappingURL=use-toast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-toast.d.ts","sourceRoot":"","sources":["../../../../src/v2/shadcn/hooks/use-toast.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAK7E,KAAK,YAAY,GAAG,UAAU,GAAG;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,MAAM,CAAC,EAAE,kBAAkB,CAAC;CAC7B,CAAC;AAEF,QAAA,MAAM,WAAW;;;;;CAKP,CAAC;AASX,KAAK,UAAU,GAAG,OAAO,WAAW,CAAC;AAErC,KAAK,MAAM,GACP;IACE,IAAI,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC;IAC9B,KAAK,EAAE,YAAY,CAAC;CACrB,GACD;IACE,IAAI,EAAE,UAAU,CAAC,cAAc,CAAC,CAAC;IACjC,KAAK,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC;CAC9B,GACD;IACE,IAAI,EAAE,UAAU,CAAC,eAAe,CAAC,CAAC;IAClC,OAAO,CAAC,EAAE,YAAY,CAAC,IAAI,CAAC,CAAC;CAC9B,GACD;IACE,IAAI,EAAE,UAAU,CAAC,cAAc,CAAC,CAAC;IACjC,OAAO,CAAC,EAAE,YAAY,CAAC,IAAI,CAAC,CAAC;CAC9B,CAAC;AAEN,UAAU,KAAK;IACb,MAAM,EAAE,YAAY,EAAE,CAAC;CACxB;AAoBD,eAAO,MAAM,OAAO,GAAI,OAAO,KAAK,EAAE,QAAQ,MAAM,KAAG,KAiDtD,CAAC;AAaF,KAAK,KAAK,GAAG,IAAI,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;AAEtC,iBAAS,KAAK,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK;;;oBAGT,YAAY;EAwBpC;AAED,iBAAS,QAAQ;;wBAgBO,MAAM;YAlIpB,YAAY,EAAE;EAoIvB;AAED,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC"}
@@ -0,0 +1,20 @@
1
+ export { cn } from './lib/utils';
2
+ export { Button, buttonVariants } from './components/ui/button';
3
+ export type { ButtonProps } from './components/ui/button';
4
+ export { Input } from './components/ui/input';
5
+ export type { InputProps } from './components/ui/input';
6
+ export { Label } from './components/ui/label';
7
+ export { Badge, badgeVariants } from './components/ui/badge';
8
+ export type { BadgeProps } from './components/ui/badge';
9
+ export { Card, CardHeader, CardFooter, CardTitle, CardDescription, CardContent, } from './components/ui/card';
10
+ export { Separator } from './components/ui/separator';
11
+ export { Avatar, AvatarImage, AvatarFallback } from './components/ui/avatar';
12
+ export { Checkbox } from './components/ui/checkbox';
13
+ export { Select, SelectGroup, SelectValue, SelectTrigger, SelectContent, SelectLabel, SelectItem, SelectSeparator, SelectScrollUpButton, SelectScrollDownButton, } from './components/ui/select';
14
+ export { Dialog, DialogPortal, DialogOverlay, DialogTrigger, DialogClose, DialogContent, DialogHeader, DialogFooter, DialogTitle, DialogDescription, } from './components/ui/dialog';
15
+ export { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuItem, DropdownMenuCheckboxItem, DropdownMenuRadioItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuGroup, DropdownMenuPortal, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuRadioGroup, } from './components/ui/dropdown-menu';
16
+ export { Skeleton } from './components/ui/skeleton';
17
+ export { Switch } from './components/ui/switch';
18
+ export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider } from './components/ui/tooltip';
19
+ export { Table, TableHeader, TableBody, TableFooter, TableHead, TableRow, TableCell, TableCaption, } from './components/ui/table';
20
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/v2/shadcn/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,aAAa,CAAA;AAGhC,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAC/D,YAAY,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAA;AACzD,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAA;AAC7C,YAAY,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAA;AACvD,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAA;AAC7C,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAA;AAC5D,YAAY,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAA;AACvD,OAAO,EACL,IAAI,EACJ,UAAU,EACV,UAAU,EACV,SAAS,EACT,eAAe,EACf,WAAW,GACZ,MAAM,sBAAsB,CAAA;AAC7B,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAA;AACrD,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAC5E,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAA;AACnD,OAAO,EACL,MAAM,EACN,WAAW,EACX,WAAW,EACX,aAAa,EACb,aAAa,EACb,WAAW,EACX,UAAU,EACV,eAAe,EACf,oBAAoB,EACpB,sBAAsB,GACvB,MAAM,wBAAwB,CAAA;AAC/B,OAAO,EACL,MAAM,EACN,YAAY,EACZ,aAAa,EACb,aAAa,EACb,WAAW,EACX,aAAa,EACb,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,iBAAiB,GAClB,MAAM,wBAAwB,CAAA;AAC/B,OAAO,EACL,YAAY,EACZ,mBAAmB,EACnB,mBAAmB,EACnB,gBAAgB,EAChB,wBAAwB,EACxB,qBAAqB,EACrB,iBAAiB,EACjB,qBAAqB,EACrB,oBAAoB,EACpB,iBAAiB,EACjB,kBAAkB,EAClB,eAAe,EACf,sBAAsB,EACtB,sBAAsB,EACtB,sBAAsB,GACvB,MAAM,+BAA+B,CAAA;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAA;AACnD,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAA;AAC/C,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAClG,OAAO,EACL,KAAK,EACL,WAAW,EACX,SAAS,EACT,WAAW,EACX,SAAS,EACT,QAAQ,EACR,SAAS,EACT,YAAY,GACb,MAAM,uBAAuB,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { type ClassValue } from 'clsx';
2
+ export declare function cn(...inputs: ClassValue[]): string;
3
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/v2/shadcn/lib/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,UAAU,EAAE,MAAM,MAAM,CAAA;AAG5C,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC"}
@@ -0,0 +1,11 @@
1
+ import { clsx } from 'clsx';
2
+ import { twMerge } from 'tailwind-merge';
3
+
4
+ function cn() {
5
+ for(var _len = arguments.length, inputs = new Array(_len), _key = 0; _key < _len; _key++){
6
+ inputs[_key] = arguments[_key];
7
+ }
8
+ return twMerge(clsx(inputs));
9
+ }
10
+
11
+ export { cn };
@@ -0,0 +1,112 @@
1
+ @tailwind base;
2
+ @tailwind components;
3
+ @tailwind utilities;
4
+
5
+ @layer base {
6
+ :root {
7
+ /* ─── Bridge: shadcn CSS variables → BKIT design tokens ───────────────────
8
+ * shadcn components use HSL values via Tailwind (e.g. bg-primary = hsl(var(--primary))).
9
+ * We keep HSL values here that approximate BKIT tokens, so shadcn components
10
+ * look correct. The BKIT SCSS tokens (_colors.scss) remain the source of truth
11
+ * for all custom v2 components.
12
+ * ────────────────────────────────────────────────────────────────────────── */
13
+
14
+ /* Backgrounds / Surfaces */
15
+ --background: 0 0% 100%; /* #FFFFFF = --surface-primary */
16
+ --foreground: 228 65% 20%; /* #121E52 = --label-primary */
17
+
18
+ /* Card */
19
+ --card: 0 0% 100%; /* #FFFFFF = --surface-primary */
20
+ --card-foreground: 228 65% 20%; /* #121E52 = --label-primary */
21
+
22
+ /* Popover */
23
+ --popover: 0 0% 100%; /* #FFFFFF */
24
+ --popover-foreground: 228 65% 20%; /* #121E52 */
25
+
26
+ /* Primary = BKIT purple (#6200EE) */
27
+ --primary: 270 100% 47%; /* #6200EE = --actions-regular */
28
+ --primary-foreground: 0 0% 100%; /* #FFFFFF */
29
+
30
+ /* Secondary = BKIT action soft (#EFE6FD) */
31
+ --secondary: 270 90% 95%; /* ~--surface-action-soft */
32
+ --secondary-foreground: 270 100% 47%; /* #6200EE = --label-action */
33
+
34
+ /* Muted = BKIT surface-secondary (#F8F8FA) */
35
+ --muted: 240 14% 97%; /* #F8F8FA = --surface-secondary */
36
+ --muted-foreground: 227 16% 47%; /* #626A90 = --label-secondary */
37
+
38
+ /* Accent = hover states */
39
+ --accent: 240 14% 97%; /* #F8F8FA */
40
+ --accent-foreground: 228 65% 20%; /* #121E52 */
41
+
42
+ /* Destructive = BKIT red (#E0423A) */
43
+ --destructive: 3 73% 55%; /* #E0423A = --errors-regular */
44
+ --destructive-foreground: 0 0% 100%; /* #FFFFFF */
45
+
46
+ /* Border / Input = BKIT --border-primary (#E8E9EF) */
47
+ --border: 234 20% 93%; /* #E8E9EF */
48
+ --input: 234 20% 93%; /* #E8E9EF */
49
+
50
+ /* Ring = BKIT purple for focus rings */
51
+ --ring: 270 100% 47%; /* #6200EE */
52
+
53
+ --radius: 0.5rem;
54
+
55
+ /* Chart colors */
56
+ --chart-1: 12 76% 61%;
57
+ --chart-2: 173 58% 39%;
58
+ --chart-3: 197 37% 24%;
59
+ --chart-4: 43 74% 66%;
60
+ --chart-5: 27 87% 67%;
61
+
62
+ /* BKIT design token fallbacks — used by shadcn Switch and other components
63
+ that reference BKIT semantic tokens directly. These are overridden when the
64
+ full BKIT token stylesheet (_colors.scss) is also loaded. */
65
+ --fill-primary: #14215A;
66
+ --fill-selected: #6200EE;
67
+ --surface-tertiary: #E8E9EF;
68
+ --surface-primary: #FFFFFF;
69
+ --surface-secondary: #F8F8FA;
70
+ --border-primary: #E8E9EF;
71
+ --label-primary: #121E52;
72
+ --label-secondary: #626A90;
73
+ --label-action: #6200EE;
74
+ --surface-action-soft: #EFE6FD;
75
+ }
76
+
77
+ .dark {
78
+ --background: 228 50% 10%;
79
+ --foreground: 240 14% 97%;
80
+ --card: 228 50% 10%;
81
+ --card-foreground: 240 14% 97%;
82
+ --popover: 228 50% 10%;
83
+ --popover-foreground: 240 14% 97%;
84
+ --primary: 240 14% 97%;
85
+ --primary-foreground: 228 65% 20%;
86
+ --secondary: 228 25% 18%;
87
+ --secondary-foreground: 240 14% 97%;
88
+ --muted: 228 25% 18%;
89
+ --muted-foreground: 228 16% 65%;
90
+ --accent: 228 25% 18%;
91
+ --accent-foreground: 240 14% 97%;
92
+ --destructive: 0 63% 31%;
93
+ --destructive-foreground: 240 14% 97%;
94
+ --border: 228 25% 18%;
95
+ --input: 228 25% 18%;
96
+ --ring: 228 27% 84%;
97
+ --chart-1: 220 70% 50%;
98
+ --chart-2: 160 60% 45%;
99
+ --chart-3: 30 80% 55%;
100
+ --chart-4: 280 65% 60%;
101
+ --chart-5: 340 75% 55%;
102
+ }
103
+ }
104
+
105
+ @layer base {
106
+ * {
107
+ @apply border-border;
108
+ }
109
+ body {
110
+ @apply bg-background text-foreground;
111
+ }
112
+ }
@@ -2,22 +2,29 @@
2
2
 
3
3
  .new-button {
4
4
  display: flex;
5
- gap: var(--spacing-sm);
5
+ gap: 6px;
6
6
  justify-content: center;
7
- padding: 12px 24px;
7
+ padding: 8px 16px;
8
8
  align-self: flex-start;
9
9
  text-align: center;
10
10
  align-items: center;
11
11
  font-family: var(--font-family-sans, 'Geist', sans-serif);
12
- font-weight: 600;
12
+ font-size: 14px;
13
+ font-weight: 500;
13
14
  line-height: 20px;
14
- min-height: 44px;
15
+ min-height: 40px;
15
16
  border: none;
16
- border-radius: 8px;
17
+ border-radius: 6px;
17
18
  cursor: pointer;
18
19
  transition: all 0.2s ease;
19
20
  white-space: nowrap;
20
21
 
22
+ // Asymmetric padding when button starts with an icon (svg)
23
+ &:has(> svg:first-child),
24
+ &:has(> .new-button__icon:first-child) {
25
+ padding-left: 12px;
26
+ }
27
+
21
28
  // Primary Button - Solid purple
22
29
  &--primary {
23
30
  background: #6200EE;
@@ -146,24 +153,15 @@
146
153
 
147
154
  // Destructive - Strong
148
155
  &--destructive-strong {
149
- background: linear-gradient(
150
- 180deg,
151
- rgba(255, 255, 255, 0.2) 0%,
152
- var(--red-red) 5.77%,
153
- var(--red-red-dark) 95.19%,
154
- var(--red-red-darkest) 100%
155
- ),
156
- linear-gradient(
157
- 180deg,
158
- var(--red-red-lighter) 0%,
159
- var(--red-red-darkest) 100%
160
- ),
161
- linear-gradient(90deg, var(--red-red-dark) 0%, var(--red-red-dark) 100%);
162
- color: var(--labels-main-label-white, #ffffff);
156
+ background-color: #CC3C35;
157
+ color: #ffffff;
158
+
159
+ &:hover {
160
+ background-color: #B8352F;
161
+ }
163
162
 
164
- &:hover,
165
163
  &:active {
166
- background-color: var(--fills-main-fill-danger, #cc3c35);
164
+ background-color: #9F2F29;
167
165
  }
168
166
  }
169
167
 
@@ -200,9 +198,9 @@
200
198
 
201
199
  &__text {
202
200
  font-family: var(--font-family-sans, 'Geist', sans-serif);
203
- font-size: 15px;
201
+ font-size: 14px;
204
202
  font-style: normal;
205
- font-weight: 600;
203
+ font-weight: 500;
206
204
  line-height: 20px;
207
205
  text-align: center;
208
206
 
@@ -112,7 +112,7 @@
112
112
  border-radius: var(--radius-md, 4px);
113
113
  padding: 8px 10px;
114
114
  min-height: 52px;
115
- width: 70%;
115
+ width: 100%;
116
116
  transition: all 0.2s ease;
117
117
 
118
118
  &:focus-within {
@@ -1,6 +1,6 @@
1
1
  import styleInject from 'style-inject';
2
2
 
3
- var css_248z = ":root{--font-family-sans:\"Geist\",-apple-system,BlinkMacSystemFont,\"Segoe UI\",\"Roboto\",\"Helvetica Neue\",Arial,sans-serif;--font-family-mono:\"Geist Mono\",ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,\"Liberation Mono\",\"Courier New\",monospace;--heading-xxl-size:44px;--heading-xxl-line:48px;--heading-xxl-weight:600;--heading-xl-size:32px;--heading-xl-line:36px;--heading-xl-weight:700;--heading-h1-size:24px;--heading-h1-line:28px;--heading-h1-weight:600;--heading-h2-size:20px;--heading-h2-line:24px;--heading-h2-weight:600;--heading-h3-size:17px;--heading-h3-line:20px;--heading-h3-weight:600;--heading-h4-size:15px;--heading-h4-line:18px;--heading-h4-weight:600;--heading-h5-size:13px;--heading-h5-line:16px;--heading-h5-weight:500;--heading-h6-size:11px;--heading-h6-line:14px;--heading-h6-weight:500;--heading-xxl-mobile-size:32px;--heading-xxl-mobile-line:36px;--heading-xxl-mobile-weight:600;--heading-xl-mobile-size:26px;--heading-xl-mobile-line:30px;--heading-xl-mobile-weight:700;--heading-h1-mobile-size:20px;--heading-h1-mobile-line:23px;--heading-h1-mobile-weight:600;--heading-h2-mobile-size:18px;--heading-h2-mobile-line:22px;--heading-h2-mobile-weight:600;--heading-h3-mobile-size:16px;--heading-h3-mobile-line:18px;--heading-h3-mobile-weight:600;--heading-h4-mobile-size:14px;--heading-h4-mobile-line:16px;--heading-h4-mobile-weight:600;--heading-h5-mobile-size:13px;--heading-h5-mobile-line:16px;--heading-h5-mobile-weight:500;--heading-h6-mobile-size:11px;--heading-h6-mobile-line:14px;--heading-h6-mobile-weight:500;--text-xl-size:20px;--text-xl-line:26px;--text-xl-weight:400;--text-large-size:18px;--text-large-line:24px;--text-large-weight:400;--text-regular-size:15px;--text-regular-line:20px;--text-regular-weight:400;--text-small-size:13px;--text-small-line:16px;--text-small-weight:400;--text-small-emphasis-weight:500;--text-small-bold-weight:600;--text-xs-size:10px;--text-xs-line:13px;--text-xs-weight:500;--text-xs-bold-weight:600}.new-form-input{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:var(--spacing-sm);min-width:0;overflow:hidden;width:100%}.new-form-input__label{align-items:center;color:var(--label-primary);display:flex;font-size:15px;font-weight:600;justify-content:space-between;line-height:20px;width:100%}.new-form-input__label,.new-form-input__label-optional{font-family:var(--font-family-sans,\"Geist\",sans-serif);font-style:normal}.new-form-input__label-optional{color:var(--label-secondary);font-size:13px;font-weight:400;line-height:16px}.new-form-input__input{background-color:var(--surfaces-main-background-secondary);background:var(--surface-secondary);border:2px solid var(--border-primary);border-radius:var(--radius-md);box-sizing:border-box;color:var(--labels-main-label-primary,#121e52);color:var(--label-primary,#121e52);flex:1 1 0;font-family:var(--font-family-sans);font-size:var(--text-regular-size);font-weight:var(--text-regular-weight);line-height:var(--text-regular-line);min-height:40px;min-width:0;padding:8px 10px;transition:all .2s ease;width:100%}@media (max-width:768px){.new-form-input__input{font-size:16px}}.new-form-input__input:focus{background-color:var(--surfaces-main-background-secondary,#f8f8fa);border-color:var(--border-selected,#6200ee);outline:none}.new-form-input__input::placeholder{color:var(--labels-main-label-secondary,#626a90)}.new-form-input__input[type=date]::-webkit-datetime-edit-day-field,.new-form-input__input[type=date]::-webkit-datetime-edit-month-field,.new-form-input__input[type=date]::-webkit-datetime-edit-text,.new-form-input__input[type=date]::-webkit-datetime-edit-year-field,.new-form-input__input[type=time]::-webkit-datetime-edit-ampm-field,.new-form-input__input[type=time]::-webkit-datetime-edit-hour-field,.new-form-input__input[type=time]::-webkit-datetime-edit-minute-field,.new-form-input__input[type=time]::-webkit-datetime-edit-text{color:var(--label-primary,#121e52)}.new-form-input__textarea{background-color:var(--surfaces-main-background-secondary,#f8f8fa);border:1px solid var(--borders-main-border-primary,#e8e9ef);border-radius:var(--radius-md,4px);color:var(--labels-main-label-primary,#121e52);font-family:var(--font-family-sans,\"Geist\",sans-serif);font-size:var(--text-regular-size,15px);line-height:var(--text-regular-line,20px);min-height:120px;padding:8px 10px;resize:vertical;transition:all .2s ease;width:100%}@media (max-width:768px){.new-form-input__textarea{font-size:16px}}.new-form-input__textarea:focus{border-color:var(--border-selected,#6200ee);outline:none}.new-form-input__textarea::placeholder{color:var(--labels-main-label-secondary,#626a90)}.new-form-input__input-with-icon{align-items:center;background-color:var(--surfaces-main-background-secondary,#f8f8fa);border:2px solid var(--border-primary,#e8e9ef);border-radius:var(--radius-md,4px);display:flex;gap:var(--spacing-sm,8px);min-height:52px;padding:8px 10px;transition:all .2s ease;width:70%}.new-form-input__input-with-icon:focus-within{border-color:var(--border-selected,#6200ee)}.new-form-input__input-with-icon .icon{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:center;order:-1;width:24px}.new-form-input__input-with-icon--right .icon{order:1}.new-form-input__input-with-icon input{background:#0000;border:none;color:var(--label-primary);flex:1;font-family:var(--font-family-sans,\"Geist\",sans-serif);font-size:var(--text-regular-size,15px);line-height:var(--text-regular-line,20px)}@media (max-width:768px){.new-form-input__input-with-icon input{font-size:16px}}.new-form-input__input-with-icon input:focus{outline:none}.new-form-input__input-with-icon input::placeholder{color:var(--labels-main-label-secondary,#626a90)}.new-form-input__input-with-icon input[type=date]::-webkit-calendar-picker-indicator{-webkit-appearance:none;display:none}.new-form-input__input-with-icon input[type=date]::-webkit-inner-spin-button,.new-form-input__input-with-icon input[type=date]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.new-form-input__verification-code{display:flex;gap:var(--spacing-sm,8px);height:62px}.new-form-input__verification-code .code-input{background-color:var(--surfaces-main-background-secondary,#f8f8fa);border:2px solid var(--borders-main-border-primary,#e8e9ef);border-radius:var(--radius-md,4px);color:var(--labels-main-label-primary,#121e52);flex:1;font-family:var(--font-family-sans,\"Geist\",sans-serif);font-size:var(--text-lg-size,18px);font-weight:var(--heading-h3-weight,600);text-align:center;transition:all .2s ease}.new-form-input__verification-code .code-input:focus{border-color:var(--border-selected,#6200ee);outline:none}.new-form-input__helper-text{color:var(--label-secondary,#626a90);font-family:var(--font-family-sans,\"Geist\",sans-serif);font-size:var(--text-regular-size,15px);font-style:normal;font-weight:400;line-height:var(--text-regular-line,20px);margin-top:2px;min-width:max-content;white-space:nowrap}@media (max-width:768px){.new-form-input__helper-text{word-wrap:break-word;min-width:unset;white-space:normal}}.new-form-input__error-text{color:var(--labels-status-label-error,#ef4444);font-family:var(--font-family-sans,\"Geist\",sans-serif);font-size:11px;font-style:normal;font-weight:400;line-height:14px;margin-top:2px}.new-form-input--active .new-form-input__input{border-color:var(--border-selected,#6200ee)}.new-form-input--error .new-form-input__input{border-color:var(--borders-status-border-error,#ef4444)}.new-form-input--disabled{opacity:var(--opacity-50,.5);pointer-events:none}.new-form-input--on-surface .new-form-input__input,.new-form-input--on-surface .new-form-input__input-with-icon,.new-form-input--on-surface .new-form-input__textarea{background-color:var(--surface-primary,#fff);background:var(--surface-primary,#fff)}.new-form-input--on-surface .new-form-input__input-with-icon:focus,.new-form-input--on-surface .new-form-input__input-with-icon:focus-within,.new-form-input--on-surface .new-form-input__input:focus,.new-form-input--on-surface .new-form-input__input:focus-within,.new-form-input--on-surface .new-form-input__textarea:focus,.new-form-input--on-surface .new-form-input__textarea:focus-within{background-color:var(--surface-primary,#fff)}.new-form-input.dob-input .new-form-input__label{color:var(--label-secondary,#626a90)}.surface-context--secondary .new-form-input__input,.surface-context--secondary .new-form-input__input-with-icon,.surface-context--secondary .new-form-input__textarea{background-color:var(--surface-primary,#fff);background:var(--surface-primary,#fff)}.surface-context--secondary .new-form-input__input-with-icon:focus,.surface-context--secondary .new-form-input__input-with-icon:focus-within,.surface-context--secondary .new-form-input__input:focus,.surface-context--secondary .new-form-input__input:focus-within,.surface-context--secondary .new-form-input__textarea:focus,.surface-context--secondary .new-form-input__textarea:focus-within{background-color:var(--surface-primary,#fff)}";
3
+ var css_248z = ":root{--font-family-sans:\"Geist\",-apple-system,BlinkMacSystemFont,\"Segoe UI\",\"Roboto\",\"Helvetica Neue\",Arial,sans-serif;--font-family-mono:\"Geist Mono\",ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,\"Liberation Mono\",\"Courier New\",monospace;--heading-xxl-size:44px;--heading-xxl-line:48px;--heading-xxl-weight:600;--heading-xl-size:32px;--heading-xl-line:36px;--heading-xl-weight:700;--heading-h1-size:24px;--heading-h1-line:28px;--heading-h1-weight:600;--heading-h2-size:20px;--heading-h2-line:24px;--heading-h2-weight:600;--heading-h3-size:17px;--heading-h3-line:20px;--heading-h3-weight:600;--heading-h4-size:15px;--heading-h4-line:18px;--heading-h4-weight:600;--heading-h5-size:13px;--heading-h5-line:16px;--heading-h5-weight:500;--heading-h6-size:11px;--heading-h6-line:14px;--heading-h6-weight:500;--heading-xxl-mobile-size:32px;--heading-xxl-mobile-line:36px;--heading-xxl-mobile-weight:600;--heading-xl-mobile-size:26px;--heading-xl-mobile-line:30px;--heading-xl-mobile-weight:700;--heading-h1-mobile-size:20px;--heading-h1-mobile-line:23px;--heading-h1-mobile-weight:600;--heading-h2-mobile-size:18px;--heading-h2-mobile-line:22px;--heading-h2-mobile-weight:600;--heading-h3-mobile-size:16px;--heading-h3-mobile-line:18px;--heading-h3-mobile-weight:600;--heading-h4-mobile-size:14px;--heading-h4-mobile-line:16px;--heading-h4-mobile-weight:600;--heading-h5-mobile-size:13px;--heading-h5-mobile-line:16px;--heading-h5-mobile-weight:500;--heading-h6-mobile-size:11px;--heading-h6-mobile-line:14px;--heading-h6-mobile-weight:500;--text-xl-size:20px;--text-xl-line:26px;--text-xl-weight:400;--text-large-size:18px;--text-large-line:24px;--text-large-weight:400;--text-regular-size:15px;--text-regular-line:20px;--text-regular-weight:400;--text-small-size:13px;--text-small-line:16px;--text-small-weight:400;--text-small-emphasis-weight:500;--text-small-bold-weight:600;--text-xs-size:10px;--text-xs-line:13px;--text-xs-weight:500;--text-xs-bold-weight:600}.new-form-input{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:var(--spacing-sm);min-width:0;overflow:hidden;width:100%}.new-form-input__label{align-items:center;color:var(--label-primary);display:flex;font-size:15px;font-weight:600;justify-content:space-between;line-height:20px;width:100%}.new-form-input__label,.new-form-input__label-optional{font-family:var(--font-family-sans,\"Geist\",sans-serif);font-style:normal}.new-form-input__label-optional{color:var(--label-secondary);font-size:13px;font-weight:400;line-height:16px}.new-form-input__input{background-color:var(--surfaces-main-background-secondary);background:var(--surface-secondary);border:2px solid var(--border-primary);border-radius:var(--radius-md);box-sizing:border-box;color:var(--labels-main-label-primary,#121e52);color:var(--label-primary,#121e52);flex:1 1 0;font-family:var(--font-family-sans);font-size:var(--text-regular-size);font-weight:var(--text-regular-weight);line-height:var(--text-regular-line);min-height:40px;min-width:0;padding:8px 10px;transition:all .2s ease;width:100%}@media (max-width:768px){.new-form-input__input{font-size:16px}}.new-form-input__input:focus{background-color:var(--surfaces-main-background-secondary,#f8f8fa);border-color:var(--border-selected,#6200ee);outline:none}.new-form-input__input::placeholder{color:var(--labels-main-label-secondary,#626a90)}.new-form-input__input[type=date]::-webkit-datetime-edit-day-field,.new-form-input__input[type=date]::-webkit-datetime-edit-month-field,.new-form-input__input[type=date]::-webkit-datetime-edit-text,.new-form-input__input[type=date]::-webkit-datetime-edit-year-field,.new-form-input__input[type=time]::-webkit-datetime-edit-ampm-field,.new-form-input__input[type=time]::-webkit-datetime-edit-hour-field,.new-form-input__input[type=time]::-webkit-datetime-edit-minute-field,.new-form-input__input[type=time]::-webkit-datetime-edit-text{color:var(--label-primary,#121e52)}.new-form-input__textarea{background-color:var(--surfaces-main-background-secondary,#f8f8fa);border:1px solid var(--borders-main-border-primary,#e8e9ef);border-radius:var(--radius-md,4px);color:var(--labels-main-label-primary,#121e52);font-family:var(--font-family-sans,\"Geist\",sans-serif);font-size:var(--text-regular-size,15px);line-height:var(--text-regular-line,20px);min-height:120px;padding:8px 10px;resize:vertical;transition:all .2s ease;width:100%}@media (max-width:768px){.new-form-input__textarea{font-size:16px}}.new-form-input__textarea:focus{border-color:var(--border-selected,#6200ee);outline:none}.new-form-input__textarea::placeholder{color:var(--labels-main-label-secondary,#626a90)}.new-form-input__input-with-icon{align-items:center;background-color:var(--surfaces-main-background-secondary,#f8f8fa);border:2px solid var(--border-primary,#e8e9ef);border-radius:var(--radius-md,4px);display:flex;gap:var(--spacing-sm,8px);min-height:52px;padding:8px 10px;transition:all .2s ease;width:100%}.new-form-input__input-with-icon:focus-within{border-color:var(--border-selected,#6200ee)}.new-form-input__input-with-icon .icon{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:center;order:-1;width:24px}.new-form-input__input-with-icon--right .icon{order:1}.new-form-input__input-with-icon input{background:#0000;border:none;color:var(--label-primary);flex:1;font-family:var(--font-family-sans,\"Geist\",sans-serif);font-size:var(--text-regular-size,15px);line-height:var(--text-regular-line,20px)}@media (max-width:768px){.new-form-input__input-with-icon input{font-size:16px}}.new-form-input__input-with-icon input:focus{outline:none}.new-form-input__input-with-icon input::placeholder{color:var(--labels-main-label-secondary,#626a90)}.new-form-input__input-with-icon input[type=date]::-webkit-calendar-picker-indicator{-webkit-appearance:none;display:none}.new-form-input__input-with-icon input[type=date]::-webkit-inner-spin-button,.new-form-input__input-with-icon input[type=date]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.new-form-input__verification-code{display:flex;gap:var(--spacing-sm,8px);height:62px}.new-form-input__verification-code .code-input{background-color:var(--surfaces-main-background-secondary,#f8f8fa);border:2px solid var(--borders-main-border-primary,#e8e9ef);border-radius:var(--radius-md,4px);color:var(--labels-main-label-primary,#121e52);flex:1;font-family:var(--font-family-sans,\"Geist\",sans-serif);font-size:var(--text-lg-size,18px);font-weight:var(--heading-h3-weight,600);text-align:center;transition:all .2s ease}.new-form-input__verification-code .code-input:focus{border-color:var(--border-selected,#6200ee);outline:none}.new-form-input__helper-text{color:var(--label-secondary,#626a90);font-family:var(--font-family-sans,\"Geist\",sans-serif);font-size:var(--text-regular-size,15px);font-style:normal;font-weight:400;line-height:var(--text-regular-line,20px);margin-top:2px;min-width:max-content;white-space:nowrap}@media (max-width:768px){.new-form-input__helper-text{word-wrap:break-word;min-width:unset;white-space:normal}}.new-form-input__error-text{color:var(--labels-status-label-error,#ef4444);font-family:var(--font-family-sans,\"Geist\",sans-serif);font-size:11px;font-style:normal;font-weight:400;line-height:14px;margin-top:2px}.new-form-input--active .new-form-input__input{border-color:var(--border-selected,#6200ee)}.new-form-input--error .new-form-input__input{border-color:var(--borders-status-border-error,#ef4444)}.new-form-input--disabled{opacity:var(--opacity-50,.5);pointer-events:none}.new-form-input--on-surface .new-form-input__input,.new-form-input--on-surface .new-form-input__input-with-icon,.new-form-input--on-surface .new-form-input__textarea{background-color:var(--surface-primary,#fff);background:var(--surface-primary,#fff)}.new-form-input--on-surface .new-form-input__input-with-icon:focus,.new-form-input--on-surface .new-form-input__input-with-icon:focus-within,.new-form-input--on-surface .new-form-input__input:focus,.new-form-input--on-surface .new-form-input__input:focus-within,.new-form-input--on-surface .new-form-input__textarea:focus,.new-form-input--on-surface .new-form-input__textarea:focus-within{background-color:var(--surface-primary,#fff)}.new-form-input.dob-input .new-form-input__label{color:var(--label-secondary,#626a90)}.surface-context--secondary .new-form-input__input,.surface-context--secondary .new-form-input__input-with-icon,.surface-context--secondary .new-form-input__textarea{background-color:var(--surface-primary,#fff);background:var(--surface-primary,#fff)}.surface-context--secondary .new-form-input__input-with-icon:focus,.surface-context--secondary .new-form-input__input-with-icon:focus-within,.surface-context--secondary .new-form-input__input:focus,.surface-context--secondary .new-form-input__input:focus-within,.surface-context--secondary .new-form-input__textarea:focus,.surface-context--secondary .new-form-input__textarea:focus-within{background-color:var(--surface-primary,#fff)}";
4
4
  styleInject(css_248z);
5
5
 
6
6
  export { css_248z as default };
@@ -333,6 +333,7 @@
333
333
  --label-primary-alt: var(--tone-lighter);
334
334
  --label-secondary: var(--tone-darkest);
335
335
  --label-secondary-hover: var(--shade-lighter);
336
+ --label-tertiary: var(--tone-darker);
336
337
  --label-white: var(--tone-lightest);
337
338
  --label-highlight: var(--highlight-dark);
338
339
  --label-action: var(--actions-regular);
@@ -341,6 +342,7 @@
341
342
  --label-status-success: var(--success-darker);
342
343
  --label-status-info: var(--information-dark);
343
344
  --label-status-alert: var(--alert-regular);
345
+ --label-status-warning: var(--alert-regular);
344
346
  --label-status-disabled: var(--disabled-regular);
345
347
 
346
348
  /* Surfaces */
@@ -356,8 +358,13 @@
356
358
 
357
359
  /* Surface Status */
358
360
  --surface-status-success: var(--success-lightest);
361
+ --surface-status-success-soft: var(--success-lightest);
359
362
  --surface-status-error: var(--errors-lightest);
363
+ --surface-status-error-soft: var(--errors-lightest);
364
+ --surface-error-soft: var(--errors-lightest);
360
365
  --surface-status-alert: var(--alert-lightest);
366
+ --surface-status-warning: var(--alert-lightest);
367
+ --surface-status-warning-soft: var(--alert-lightest);
361
368
  --surface-status-info: var(--information-lightest);
362
369
  --surface-status-disabled: var(--disabled-lighter);
363
370
 
@@ -390,12 +397,14 @@
390
397
 
391
398
  /* Borders */
392
399
  --border-primary: var(--tone-light);
400
+ --border-primary-hover: var(--tone-regular);
393
401
  --border-secondary: var(--tone-regular);
394
402
  --border-selected: var(--neutral-600);
395
403
  --border-action: var(--actions-regular);
396
404
  --border-status-error: var(--errors-lighter);
397
405
  --border-status-success: var(--success-lighter);
398
406
  --border-status-alert: var(--alert-lighter);
407
+ --border-status-warning: var(--alert-lighter);
399
408
  --border-status-info: var(--information-lighter);
400
409
  --border-status-disabled: var(--disabled-lightest);
401
410
  --border-colour-overlay: #121E521A;
@@ -408,6 +417,7 @@
408
417
  --fill-action: var(--actions-regular);
409
418
  --fill-highlight: var(--highlight-dark);
410
419
  --fill-danger: var(--danger-dark);
420
+ --fill-disabled: var(--disabled-light);
411
421
  --fill-status-success: var(--success-darker);
412
422
  --fill-status-error: var(--errors-dark);
413
423
  --fill-status-alert: var(--alert-regular);
@@ -427,6 +437,7 @@
427
437
  --label-primary-alt: var(--shade-light);
428
438
  --label-secondary: var(--tone-darker);
429
439
  --label-secondary-hover: var(--tone-lighter);
440
+ --label-tertiary: var(--tone-dark);
430
441
  --label-white: var(--tone-lightest);
431
442
  --label-highlight: var(--highlight-light);
432
443
  --label-action: var(--actions-lighter);
@@ -435,6 +446,7 @@
435
446
  --label-status-success: var(--success-light);
436
447
  --label-status-info: var(--information-light);
437
448
  --label-status-alert: var(--alert-light);
449
+ --label-status-warning: var(--alert-light);
438
450
  --label-status-disabled: var(--disabled-regular);
439
451
 
440
452
  /* Surfaces */
@@ -450,8 +462,13 @@
450
462
 
451
463
  /* Surface Status */
452
464
  --surface-status-success: var(--success-darkest);
465
+ --surface-status-success-soft: var(--success-darkest);
453
466
  --surface-status-error: var(--errors-darkest);
467
+ --surface-status-error-soft: var(--errors-darkest);
468
+ --surface-error-soft: var(--errors-darkest);
454
469
  --surface-status-alert: var(--alert-darkest);
470
+ --surface-status-warning: var(--alert-darkest);
471
+ --surface-status-warning-soft: var(--alert-darkest);
455
472
  --surface-status-info: var(--information-darkest);
456
473
  --surface-status-disabled: var(--disabled-darkest);
457
474
 
@@ -484,12 +501,14 @@
484
501
 
485
502
  /* Borders */
486
503
  --border-primary: var(--shade-light);
504
+ --border-primary-hover: var(--shade-dark);
487
505
  --border-secondary: var(--shade-dark);
488
506
  --border-selected: var(--tone-light);
489
507
  --border-action: var(--actions-light);
490
508
  --border-status-error: var(--errors-darker);
491
509
  --border-status-success: var(--success-darker);
492
510
  --border-status-alert: var(--alert-darker);
511
+ --border-status-warning: var(--alert-darker);
493
512
  --border-status-info: var(--information-darker);
494
513
  --border-status-disabled: var(--disabled-dark);
495
514
  --border-colour-overlay: #FFFFFF1A;
@@ -501,6 +520,7 @@
501
520
  --fill-action: var(--actions-lighter);
502
521
  --fill-highlight: var(--highlight-light);
503
522
  --fill-danger: var(--danger-light);
523
+ --fill-disabled: var(--disabled-dark);
504
524
  --fill-status-success: var(--success-light);
505
525
  --fill-status-error: var(--errors-light);
506
526
  --fill-status-alert: var(--alert-light);
@@ -5,11 +5,11 @@
5
5
  :root {
6
6
  /* Radius tokens - Border radius values */
7
7
  --radius-zero: 0px;
8
- --radius-xs: 1px;
9
- --radius-sm: 2px;
10
- --radius-md: 4px;
8
+ --radius-xs: 2px;
9
+ --radius-sm: 4px;
10
+ --radius-md: 8px;
11
11
  --radius-reg: 8px;
12
- --radius-lg: 16px;
12
+ --radius-lg: 12px;
13
13
  --radius-xl: 24px;
14
14
 
15
15
  /* Spacing tokens - Gap, padding, margin values */
@@ -2,6 +2,7 @@ export interface NavigationItem {
2
2
  id: string;
3
3
  label: string;
4
4
  path: string;
5
+ icon?: JSX.Element;
5
6
  requiredRoles?: string[];
6
7
  requiredPermissions?: string[];
7
8
  adminOnly?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"navigation.d.ts","sourceRoot":"","sources":["../../../src/v2/types/navigation.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,aAAa,CAAC,EAAE,MAAM,EAAE,CAAA;IACxB,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC9B,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AAED,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,EAAE,CAAA;IACf,WAAW,EAAE,MAAM,EAAE,CAAA;IACrB,OAAO,EAAE,OAAO,CAAA;IAChB,WAAW,EAAE,OAAO,CAAA;IACpB,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB"}
1
+ {"version":3,"file":"navigation.d.ts","sourceRoot":"","sources":["../../../src/v2/types/navigation.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,GAAG,CAAC,OAAO,CAAA;IAClB,aAAa,CAAC,EAAE,MAAM,EAAE,CAAA;IACxB,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC9B,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AAED,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,EAAE,CAAA;IACf,WAAW,EAAE,MAAM,EAAE,CAAA;IACrB,OAAO,EAAE,OAAO,CAAA;IAChB,WAAW,EAAE,OAAO,CAAA;IACpB,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB"}