@admin-layout/tailwind-design-pro 10.1.1-alpha.9 → 11.2.1-alpha.1

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 (443) hide show
  1. package/README.md +376 -250
  2. package/lib/cdm-locales/en/menu.json +2 -1
  3. package/lib/cdm-locales/en/settings.json +6 -1
  4. package/lib/cdm-locales/es/menu.json +2 -1
  5. package/lib/cdm-locales/es/settings.json +6 -1
  6. package/lib/cdm-locales/index.d.ts +2 -0
  7. package/lib/cdm-locales/index.d.ts.map +1 -0
  8. package/lib/cdm-locales/index.ts +1 -0
  9. package/lib/components/LanguageMenu/LanguageMenu.d.ts +2 -1
  10. package/lib/components/LanguageMenu/LanguageMenu.d.ts.map +1 -1
  11. package/lib/components/LanguageMenu/LanguageMenu.js +40 -61
  12. package/lib/components/LanguageMenu/LanguageMenu.js.map +1 -1
  13. package/lib/components/Layout/BasicLayout/index.d.ts +6 -5
  14. package/lib/components/Layout/BasicLayout/index.d.ts.map +1 -1
  15. package/lib/components/Layout/BasicLayout/index.js +255 -175
  16. package/lib/components/Layout/BasicLayout/index.js.map +1 -1
  17. package/lib/components/Layout/BasicLayout/utils.d.ts +4 -2
  18. package/lib/components/Layout/BasicLayout/utils.d.ts.map +1 -1
  19. package/lib/components/Layout/BasicLayout/utils.js +80 -109
  20. package/lib/components/Layout/BasicLayout/utils.js.map +1 -1
  21. package/lib/components/Layout/GlobalFooter/BottomMenuDropdown.d.ts.map +1 -1
  22. package/lib/components/Layout/GlobalFooter/BottomMenuDropdown.js +28 -38
  23. package/lib/components/Layout/GlobalFooter/BottomMenuDropdown.js.map +1 -1
  24. package/lib/components/Layout/GlobalFooter/Copyright.d.ts +2 -1
  25. package/lib/components/Layout/GlobalFooter/Copyright.d.ts.map +1 -1
  26. package/lib/components/Layout/GlobalFooter/Footer.d.ts +2 -1
  27. package/lib/components/Layout/GlobalFooter/Footer.d.ts.map +1 -1
  28. package/lib/components/Layout/GlobalHeader/Header.d.ts +0 -1
  29. package/lib/components/Layout/GlobalHeader/Header.d.ts.map +1 -1
  30. package/lib/components/Layout/GlobalHeader/Header.js +82 -66
  31. package/lib/components/Layout/GlobalHeader/Header.js.map +1 -1
  32. package/lib/components/Layout/GlobalHeader/MainHeader.d.ts +0 -2
  33. package/lib/components/Layout/GlobalHeader/MainHeader.d.ts.map +1 -1
  34. package/lib/components/Layout/GlobalHeader/MainHeader.js +119 -162
  35. package/lib/components/Layout/GlobalHeader/MainHeader.js.map +1 -1
  36. package/lib/components/Layout/GlobalHeader/OrganizationDropdown.d.ts.map +1 -1
  37. package/lib/components/Layout/GlobalHeader/OrganizationDropdown.js +26 -30
  38. package/lib/components/Layout/GlobalHeader/OrganizationDropdown.js.map +1 -1
  39. package/lib/components/Layout/GlobalHeader/RightContent.d.ts +1 -0
  40. package/lib/components/Layout/GlobalHeader/RightContent.d.ts.map +1 -1
  41. package/lib/components/Layout/GlobalHeader/RightContent.js +82 -19
  42. package/lib/components/Layout/GlobalHeader/RightContent.js.map +1 -1
  43. package/lib/components/Layout/GlobalHeader/RightMenu.d.ts.map +1 -1
  44. package/lib/components/Layout/GlobalHeader/RightMenu.js +116 -158
  45. package/lib/components/Layout/GlobalHeader/RightMenu.js.map +1 -1
  46. package/lib/components/Layout/GlobalHeader/SearchBar.d.ts.map +1 -1
  47. package/lib/components/Layout/GlobalHeader/SearchBar.js +36 -45
  48. package/lib/components/Layout/GlobalHeader/SearchBar.js.map +1 -1
  49. package/lib/components/Layout/GlobalHeader/index.d.ts +0 -1
  50. package/lib/components/Layout/GlobalHeader/index.d.ts.map +1 -1
  51. package/lib/components/Layout/ProTailwindLayout.d.ts +2 -2
  52. package/lib/components/Layout/ProTailwindLayout.d.ts.map +1 -1
  53. package/lib/components/Layout/ProTailwindLayout.js +70 -9
  54. package/lib/components/Layout/ProTailwindLayout.js.map +1 -1
  55. package/lib/components/Layout/Sidebar/BottomMenu.d.ts +4 -0
  56. package/lib/components/Layout/Sidebar/BottomMenu.d.ts.map +1 -0
  57. package/lib/components/Layout/Sidebar/BottomMenu.js +294 -0
  58. package/lib/components/Layout/Sidebar/BottomMenu.js.map +1 -0
  59. package/lib/components/Layout/Sidebar/Divider.d.ts +2 -1
  60. package/lib/components/Layout/Sidebar/Divider.d.ts.map +1 -1
  61. package/lib/components/Layout/Sidebar/Divider.js +26 -28
  62. package/lib/components/Layout/Sidebar/Divider.js.map +1 -1
  63. package/lib/components/Layout/Sidebar/DynamicIcon.d.ts +1 -1
  64. package/lib/components/Layout/Sidebar/DynamicIcon.d.ts.map +1 -1
  65. package/lib/components/Layout/Sidebar/DynamicIcon.js +10 -11
  66. package/lib/components/Layout/Sidebar/DynamicIcon.js.map +1 -1
  67. package/lib/components/Layout/Sidebar/MainSidebar.d.ts +5 -0
  68. package/lib/components/Layout/Sidebar/MainSidebar.d.ts.map +1 -0
  69. package/lib/components/Layout/Sidebar/MainSidebar.js +224 -0
  70. package/lib/components/Layout/Sidebar/MainSidebar.js.map +1 -0
  71. package/lib/components/Layout/Sidebar/MainSidebarMenu.d.ts +6 -0
  72. package/lib/components/Layout/Sidebar/MainSidebarMenu.d.ts.map +1 -0
  73. package/lib/components/Layout/Sidebar/MainSidebarMenu.js +451 -0
  74. package/lib/components/Layout/Sidebar/MainSidebarMenu.js.map +1 -0
  75. package/lib/components/Layout/Sidebar/PerplexSidebar.d.ts +4 -0
  76. package/lib/components/Layout/Sidebar/PerplexSidebar.d.ts.map +1 -0
  77. package/lib/components/Layout/Sidebar/PerplexSidebar.js +254 -0
  78. package/lib/components/Layout/Sidebar/PerplexSidebar.js.map +1 -0
  79. package/lib/components/Layout/Sidebar/PerplexSidebarMenu.d.ts +4 -0
  80. package/lib/components/Layout/Sidebar/PerplexSidebarMenu.d.ts.map +1 -0
  81. package/lib/components/Layout/Sidebar/PerplexSidebarMenu.js +318 -0
  82. package/lib/components/Layout/Sidebar/PerplexSidebarMenu.js.map +1 -0
  83. package/lib/components/Layout/TailwindLayout.d.ts.map +1 -1
  84. package/lib/components/Layout/TailwindLayout.js +37 -20
  85. package/lib/components/Layout/TailwindLayout.js.map +1 -1
  86. package/lib/components/Layout/getPageTitle.js.map +1 -1
  87. package/lib/components/Layout/slot-fill/AdditionalSettings.d.ts +3 -2
  88. package/lib/components/Layout/slot-fill/AdditionalSettings.d.ts.map +1 -1
  89. package/lib/components/Layout/slot-fill/AdditionalSettings.js +2 -2
  90. package/lib/components/Layout/slot-fill/AdditionalSettings.js.map +1 -1
  91. package/lib/components/Layout/slot-fill/Footer.d.ts +3 -2
  92. package/lib/components/Layout/slot-fill/Footer.d.ts.map +1 -1
  93. package/lib/components/Layout/slot-fill/Footer.js +2 -2
  94. package/lib/components/Layout/slot-fill/Footer.js.map +1 -1
  95. package/lib/components/Layout/slot-fill/HeaderNotice.d.ts +3 -2
  96. package/lib/components/Layout/slot-fill/HeaderNotice.d.ts.map +1 -1
  97. package/lib/components/Layout/slot-fill/HeaderNotice.js +7 -0
  98. package/lib/components/Layout/slot-fill/HeaderNotice.js.map +1 -0
  99. package/lib/components/Layout/slot-fill/HeaderSearchBar.d.ts +2 -1
  100. package/lib/components/Layout/slot-fill/HeaderSearchBar.d.ts.map +1 -1
  101. package/lib/components/Layout/slot-fill/HeaderSearchBar.js +2 -2
  102. package/lib/components/Layout/slot-fill/HeaderSearchBar.js.map +1 -1
  103. package/lib/components/Layout/slot-fill/HeaderSearchButton.d.ts +2 -1
  104. package/lib/components/Layout/slot-fill/HeaderSearchButton.d.ts.map +1 -1
  105. package/lib/components/Layout/slot-fill/HeaderSearchButton.js +2 -2
  106. package/lib/components/Layout/slot-fill/HeaderSearchButton.js.map +1 -1
  107. package/lib/components/Layout/slot-fill/Logo.d.ts +5 -0
  108. package/lib/components/Layout/slot-fill/Logo.d.ts.map +1 -0
  109. package/lib/components/Layout/slot-fill/Logo.js +7 -0
  110. package/lib/components/Layout/slot-fill/Logo.js.map +1 -0
  111. package/lib/components/Layout/slot-fill/RightContent.d.ts +2 -1
  112. package/lib/components/Layout/slot-fill/RightContent.d.ts.map +1 -1
  113. package/lib/components/Layout/slot-fill/RightContent.js +2 -2
  114. package/lib/components/Layout/slot-fill/RightContent.js.map +1 -1
  115. package/lib/components/Layout/slot-fill/SideMenuLogo.d.ts +5 -0
  116. package/lib/components/Layout/slot-fill/SideMenuLogo.d.ts.map +1 -0
  117. package/lib/components/Layout/slot-fill/SideMenuLogo.js +7 -0
  118. package/lib/components/Layout/slot-fill/SideMenuLogo.js.map +1 -0
  119. package/lib/components/Layout/slot-fill/index.d.ts +2 -0
  120. package/lib/components/Layout/slot-fill/index.d.ts.map +1 -1
  121. package/lib/components/Layout/util.js +1 -1
  122. package/lib/components/Layout/util.js.map +1 -1
  123. package/lib/components/SettingDrawer/SettingDrawer.d.ts +2 -2
  124. package/lib/components/SettingDrawer/SettingDrawer.d.ts.map +1 -1
  125. package/lib/components/SettingDrawer/SettingDrawer.js +190 -499
  126. package/lib/components/SettingDrawer/SettingDrawer.js.map +1 -1
  127. package/lib/components/SettingDrawer/components/ApplyToAllRoutesToggle.d.ts +8 -0
  128. package/lib/components/SettingDrawer/components/ApplyToAllRoutesToggle.d.ts.map +1 -0
  129. package/lib/components/SettingDrawer/components/ApplyToAllRoutesToggle.js +21 -0
  130. package/lib/components/SettingDrawer/components/ApplyToAllRoutesToggle.js.map +1 -0
  131. package/lib/components/SettingDrawer/components/CheckBoxTheme.d.ts +4 -0
  132. package/lib/components/SettingDrawer/components/CheckBoxTheme.d.ts.map +1 -0
  133. package/lib/components/SettingDrawer/components/CheckBoxTheme.js +119 -0
  134. package/lib/components/SettingDrawer/components/CheckBoxTheme.js.map +1 -0
  135. package/lib/components/SettingDrawer/components/DeviceTabs.d.ts +8 -0
  136. package/lib/components/SettingDrawer/components/DeviceTabs.d.ts.map +1 -0
  137. package/lib/components/SettingDrawer/components/DeviceTabs.js +74 -0
  138. package/lib/components/SettingDrawer/components/DeviceTabs.js.map +1 -0
  139. package/lib/components/SettingDrawer/components/InvitationSettings.d.ts +4 -0
  140. package/lib/components/SettingDrawer/components/InvitationSettings.d.ts.map +1 -0
  141. package/lib/components/SettingDrawer/components/InvitationSettings.js +72 -0
  142. package/lib/components/SettingDrawer/components/InvitationSettings.js.map +1 -0
  143. package/lib/components/SettingDrawer/components/LayoutChange.d.ts +4 -0
  144. package/lib/components/SettingDrawer/components/LayoutChange.d.ts.map +1 -0
  145. package/lib/components/SettingDrawer/components/LayoutChange.js +111 -0
  146. package/lib/components/SettingDrawer/components/LayoutChange.js.map +1 -0
  147. package/lib/components/SettingDrawer/components/MenuVisibilitySettings.d.ts +21 -0
  148. package/lib/components/SettingDrawer/components/MenuVisibilitySettings.d.ts.map +1 -0
  149. package/lib/components/SettingDrawer/components/MenuVisibilitySettings.js +106 -0
  150. package/lib/components/SettingDrawer/components/MenuVisibilitySettings.js.map +1 -0
  151. package/lib/components/SettingDrawer/components/NavigationsModes.d.ts +4 -0
  152. package/lib/components/SettingDrawer/components/NavigationsModes.d.ts.map +1 -0
  153. package/lib/components/SettingDrawer/components/NavigationsModes.js +322 -0
  154. package/lib/components/SettingDrawer/components/NavigationsModes.js.map +1 -0
  155. package/lib/components/SettingDrawer/components/RegionalSettings.d.ts +4 -0
  156. package/lib/components/SettingDrawer/components/RegionalSettings.d.ts.map +1 -0
  157. package/lib/components/SettingDrawer/components/RegionalSettings.js +519 -0
  158. package/lib/components/SettingDrawer/components/RegionalSettings.js.map +1 -0
  159. package/lib/components/SettingDrawer/components/SettingsActions.d.ts +13 -0
  160. package/lib/components/SettingDrawer/components/SettingsActions.d.ts.map +1 -0
  161. package/lib/components/SettingDrawer/components/SettingsActions.js +42 -0
  162. package/lib/components/SettingDrawer/components/SettingsActions.js.map +1 -0
  163. package/lib/components/SettingDrawer/components/SettingsDrawerHeader.d.ts +5 -0
  164. package/lib/components/SettingDrawer/components/SettingsDrawerHeader.d.ts.map +1 -0
  165. package/lib/components/SettingDrawer/components/SettingsDrawerHeader.js +22 -0
  166. package/lib/components/SettingDrawer/components/SettingsDrawerHeader.js.map +1 -0
  167. package/lib/components/SettingDrawer/components/Switch.d.ts +4 -0
  168. package/lib/components/SettingDrawer/components/Switch.d.ts.map +1 -0
  169. package/lib/components/SettingDrawer/components/Switch.js +20 -0
  170. package/lib/components/SettingDrawer/components/Switch.js.map +1 -0
  171. package/lib/components/SettingDrawer/components/ThemeColor.d.ts +4 -0
  172. package/lib/components/SettingDrawer/components/ThemeColor.d.ts.map +1 -0
  173. package/lib/components/SettingDrawer/components/ThemeColor.js +45 -0
  174. package/lib/components/SettingDrawer/components/ThemeColor.js.map +1 -0
  175. package/lib/components/SettingDrawer/components/ThemeSelector.d.ts +4 -0
  176. package/lib/components/SettingDrawer/components/ThemeSelector.d.ts.map +1 -0
  177. package/lib/components/SettingDrawer/components/ThemeSelector.js +16 -0
  178. package/lib/components/SettingDrawer/components/ThemeSelector.js.map +1 -0
  179. package/lib/components/SettingDrawer/components/WebFontsSelector.d.ts +4 -0
  180. package/lib/components/SettingDrawer/components/WebFontsSelector.d.ts.map +1 -0
  181. package/lib/components/SettingDrawer/components/WebFontsSelector.js +22 -0
  182. package/lib/components/SettingDrawer/components/WebFontsSelector.js.map +1 -0
  183. package/lib/components/SettingDrawer/hooks/useSettingsOperations.d.ts +18 -0
  184. package/lib/components/SettingDrawer/hooks/useSettingsOperations.d.ts.map +1 -0
  185. package/lib/components/SettingDrawer/hooks/useSettingsOperations.js +115 -0
  186. package/lib/components/SettingDrawer/hooks/useSettingsOperations.js.map +1 -0
  187. package/lib/components/SettingDrawer/utils/constants.d.ts +11 -0
  188. package/lib/components/SettingDrawer/utils/constants.d.ts.map +1 -0
  189. package/lib/components/SettingDrawer/utils/constants.js +77 -0
  190. package/lib/components/SettingDrawer/utils/constants.js.map +1 -0
  191. package/lib/components/SettingDrawer/utils/helper.d.ts +37 -0
  192. package/lib/components/SettingDrawer/utils/helper.d.ts.map +1 -0
  193. package/lib/components/SettingDrawer/utils/helper.js +154 -0
  194. package/lib/components/SettingDrawer/utils/helper.js.map +1 -0
  195. package/lib/components/SettingDrawer/utils/transformers.d.ts +15 -0
  196. package/lib/components/SettingDrawer/utils/transformers.d.ts.map +1 -0
  197. package/lib/components/SettingDrawer/utils/transformers.js +73 -0
  198. package/lib/components/SettingDrawer/utils/transformers.js.map +1 -0
  199. package/lib/components/SettingDrawer/{types.d.ts → utils/types.d.ts} +14 -0
  200. package/lib/components/SettingDrawer/utils/types.d.ts.map +1 -0
  201. package/lib/components/UpdateSettingsResource/UpdateSettingsResource.server.d.ts +13 -4
  202. package/lib/components/UpdateSettingsResource/UpdateSettingsResource.server.d.ts.map +1 -1
  203. package/lib/components/UpdateSettingsResource/UpdateSettingsResource.server.js +97 -4
  204. package/lib/components/UpdateSettingsResource/UpdateSettingsResource.server.js.map +1 -1
  205. package/lib/components/index.d.ts +0 -2
  206. package/lib/components/index.d.ts.map +1 -1
  207. package/lib/components/index.js +1 -1
  208. package/lib/components/typings.d.ts +20 -6
  209. package/lib/components/typings.d.ts.map +1 -1
  210. package/lib/compute.d.ts.map +1 -1
  211. package/lib/compute.js +10 -2
  212. package/lib/compute.js.map +1 -1
  213. package/lib/config/analytics-config.d.ts +59 -0
  214. package/lib/config/analytics-config.d.ts.map +1 -0
  215. package/lib/config/constants.js.map +1 -1
  216. package/lib/config/env-config.d.ts +6 -0
  217. package/lib/config/env-config.d.ts.map +1 -1
  218. package/lib/config/env-config.js +21 -1
  219. package/lib/config/env-config.js.map +1 -1
  220. package/lib/config/index.d.ts +3 -0
  221. package/lib/config/index.d.ts.map +1 -0
  222. package/lib/helpers/DynamicIcon.d.ts +1 -1
  223. package/lib/helpers/DynamicIcon.d.ts.map +1 -1
  224. package/lib/helpers/DynamicIcon.js +16 -17
  225. package/lib/helpers/DynamicIcon.js.map +1 -1
  226. package/lib/hooks/index.d.ts +0 -3
  227. package/lib/hooks/index.d.ts.map +1 -1
  228. package/lib/hooks/useMediaQuery.js.map +1 -1
  229. package/lib/hooks/useScrollThreshold.js.map +1 -1
  230. package/lib/hooks/useTailwindTheme.js.map +1 -1
  231. package/lib/icons.d.ts +2 -0
  232. package/lib/icons.d.ts.map +1 -1
  233. package/lib/icons.js +4 -2
  234. package/lib/icons.js.map +1 -1
  235. package/lib/index.d.ts +1 -1
  236. package/lib/index.d.ts.map +1 -1
  237. package/lib/index.js +1 -1
  238. package/lib/index.js.map +1 -1
  239. package/lib/machines/selectors.d.ts +118 -0
  240. package/lib/machines/selectors.d.ts.map +1 -0
  241. package/lib/machines/settingsMachine.d.ts +25 -2
  242. package/lib/machines/settingsMachine.d.ts.map +1 -1
  243. package/lib/machines/settingsMachine.js +133 -168
  244. package/lib/machines/settingsMachine.js.map +1 -1
  245. package/lib/machines/types.d.ts +107 -9
  246. package/lib/machines/types.d.ts.map +1 -1
  247. package/lib/machines/types.js.map +1 -1
  248. package/lib/module.js.map +1 -1
  249. package/lib/redux/searchReducer.d.ts +1 -1
  250. package/lib/redux/searchReducer.d.ts.map +1 -1
  251. package/lib/redux/searchReducer.js.map +1 -1
  252. package/lib/routes.json +9 -1
  253. package/lib/styles/index.css +602 -372
  254. package/lib/tailwindConfig.d.ts +85 -27
  255. package/lib/tailwindConfig.d.ts.map +1 -1
  256. package/lib/tailwindConfig.js +96 -18
  257. package/lib/tailwindConfig.js.map +1 -1
  258. package/lib/utils/__tests__/analytics-utils.test.d.ts +2 -0
  259. package/lib/utils/__tests__/analytics-utils.test.d.ts.map +1 -0
  260. package/lib/utils/__tests__/configOverrides.test.d.ts +2 -0
  261. package/lib/utils/__tests__/configOverrides.test.d.ts.map +1 -0
  262. package/lib/utils/__tests__/menu.test.d.ts +2 -0
  263. package/lib/utils/__tests__/menu.test.d.ts.map +1 -0
  264. package/lib/utils/__tests__/selectors.test.d.ts +2 -0
  265. package/lib/utils/__tests__/selectors.test.d.ts.map +1 -0
  266. package/lib/utils/__tests__/settingsMachine.test.d.ts +2 -0
  267. package/lib/utils/__tests__/settingsMachine.test.d.ts.map +1 -0
  268. package/lib/utils/__tests__/settingsUtils.test.d.ts +2 -0
  269. package/lib/utils/__tests__/settingsUtils.test.d.ts.map +1 -0
  270. package/lib/utils/analytics-utils.d.ts +43 -0
  271. package/lib/utils/analytics-utils.d.ts.map +1 -0
  272. package/lib/utils/analytics.d.ts +48 -0
  273. package/lib/utils/analytics.d.ts.map +1 -0
  274. package/lib/utils/configOverrides.d.ts +213 -0
  275. package/lib/utils/configOverrides.d.ts.map +1 -0
  276. package/lib/utils/configOverrides.js +91 -0
  277. package/lib/utils/configOverrides.js.map +1 -0
  278. package/lib/utils/isBrowser/index.js.map +1 -1
  279. package/lib/utils/settingsUtils.d.ts +20 -0
  280. package/lib/utils/settingsUtils.d.ts.map +1 -0
  281. package/lib/utils/settingsUtils.js +74 -0
  282. package/lib/utils/settingsUtils.js.map +1 -0
  283. package/lib/utils/utils/index.js.map +1 -1
  284. package/package.json +7 -15
  285. package/lib/components/Layout/GlobalHeader/Logo.d.ts +0 -4
  286. package/lib/components/Layout/GlobalHeader/Logo.d.ts.map +0 -1
  287. package/lib/components/Layout/GlobalHeader/Logo.js +0 -141
  288. package/lib/components/Layout/GlobalHeader/Logo.js.map +0 -1
  289. package/lib/components/Layout/Sidebar/Sidebar.d.ts +0 -5
  290. package/lib/components/Layout/Sidebar/Sidebar.d.ts.map +0 -1
  291. package/lib/components/Layout/Sidebar/Sidebar.js +0 -186
  292. package/lib/components/Layout/Sidebar/Sidebar.js.map +0 -1
  293. package/lib/components/Layout/Sidebar/SidebarMenu.d.ts +0 -4
  294. package/lib/components/Layout/Sidebar/SidebarMenu.d.ts.map +0 -1
  295. package/lib/components/Layout/Sidebar/SidebarMenu.js +0 -183
  296. package/lib/components/Layout/Sidebar/SidebarMenu.js.map +0 -1
  297. package/lib/components/SettingDrawer/CheckBoxTheme.d.ts +0 -3
  298. package/lib/components/SettingDrawer/CheckBoxTheme.d.ts.map +0 -1
  299. package/lib/components/SettingDrawer/CheckBoxTheme.js +0 -123
  300. package/lib/components/SettingDrawer/CheckBoxTheme.js.map +0 -1
  301. package/lib/components/SettingDrawer/LayoutChange.d.ts +0 -3
  302. package/lib/components/SettingDrawer/LayoutChange.d.ts.map +0 -1
  303. package/lib/components/SettingDrawer/LayoutChange.js +0 -123
  304. package/lib/components/SettingDrawer/LayoutChange.js.map +0 -1
  305. package/lib/components/SettingDrawer/NavigationsModes.d.ts +0 -3
  306. package/lib/components/SettingDrawer/NavigationsModes.d.ts.map +0 -1
  307. package/lib/components/SettingDrawer/NavigationsModes.js +0 -289
  308. package/lib/components/SettingDrawer/NavigationsModes.js.map +0 -1
  309. package/lib/components/SettingDrawer/RegionalSettings.d.ts +0 -3
  310. package/lib/components/SettingDrawer/RegionalSettings.d.ts.map +0 -1
  311. package/lib/components/SettingDrawer/RegionalSettings.js +0 -740
  312. package/lib/components/SettingDrawer/RegionalSettings.js.map +0 -1
  313. package/lib/components/SettingDrawer/Switch/index.d.ts +0 -3
  314. package/lib/components/SettingDrawer/Switch/index.d.ts.map +0 -1
  315. package/lib/components/SettingDrawer/Switch/index.js +0 -22
  316. package/lib/components/SettingDrawer/Switch/index.js.map +0 -1
  317. package/lib/components/SettingDrawer/ThemeColor.d.ts +0 -3
  318. package/lib/components/SettingDrawer/ThemeColor.d.ts.map +0 -1
  319. package/lib/components/SettingDrawer/ThemeColor.js +0 -35
  320. package/lib/components/SettingDrawer/ThemeColor.js.map +0 -1
  321. package/lib/components/SettingDrawer/ThemeSelector.d.ts +0 -3
  322. package/lib/components/SettingDrawer/ThemeSelector.d.ts.map +0 -1
  323. package/lib/components/SettingDrawer/ThemeSelector.js +0 -18
  324. package/lib/components/SettingDrawer/ThemeSelector.js.map +0 -1
  325. package/lib/components/SettingDrawer/WebFontsSelector.d.ts +0 -3
  326. package/lib/components/SettingDrawer/WebFontsSelector.d.ts.map +0 -1
  327. package/lib/components/SettingDrawer/WebFontsSelector.js +0 -24
  328. package/lib/components/SettingDrawer/WebFontsSelector.js.map +0 -1
  329. package/lib/components/SettingDrawer/types.d.ts.map +0 -1
  330. package/lib/components/ThemeProvider/ThemeProvider.d.ts +0 -8
  331. package/lib/components/ThemeProvider/ThemeProvider.d.ts.map +0 -1
  332. package/lib/components/ThemeProvider/ThemeProvider.js +0 -60
  333. package/lib/components/ThemeProvider/ThemeProvider.js.map +0 -1
  334. package/lib/components/ThemeProvider/ThemeToggle.d.ts +0 -7
  335. package/lib/components/ThemeProvider/ThemeToggle.d.ts.map +0 -1
  336. package/lib/components/ThemeProvider/ThemeToggle.js +0 -50
  337. package/lib/components/ThemeProvider/ThemeToggle.js.map +0 -1
  338. package/lib/components/ThemeProvider/index.d.ts +0 -4
  339. package/lib/components/ThemeProvider/index.d.ts.map +0 -1
  340. package/lib/components/ThemeProvider/themes/airbnb.d.ts +0 -3
  341. package/lib/components/ThemeProvider/themes/airbnb.d.ts.map +0 -1
  342. package/lib/components/ThemeProvider/themes/airbnb.js +0 -186
  343. package/lib/components/ThemeProvider/themes/airbnb.js.map +0 -1
  344. package/lib/components/ThemeProvider/themes/default.d.ts +0 -3
  345. package/lib/components/ThemeProvider/themes/default.d.ts.map +0 -1
  346. package/lib/components/ThemeProvider/themes/default.js +0 -183
  347. package/lib/components/ThemeProvider/themes/default.js.map +0 -1
  348. package/lib/components/ThemeProvider/themes/github.d.ts +0 -3
  349. package/lib/components/ThemeProvider/themes/github.d.ts.map +0 -1
  350. package/lib/components/ThemeProvider/themes/github.js +0 -190
  351. package/lib/components/ThemeProvider/themes/github.js.map +0 -1
  352. package/lib/components/ThemeProvider/themes/index.d.ts +0 -15
  353. package/lib/components/ThemeProvider/themes/index.d.ts.map +0 -1
  354. package/lib/components/ThemeProvider/themes/index.js +0 -7
  355. package/lib/components/ThemeProvider/themes/index.js.map +0 -1
  356. package/lib/components/ThemeProvider/themes/slack.d.ts +0 -3
  357. package/lib/components/ThemeProvider/themes/slack.d.ts.map +0 -1
  358. package/lib/components/ThemeProvider/themes/slack.js +0 -188
  359. package/lib/components/ThemeProvider/themes/slack.js.map +0 -1
  360. package/lib/components/ThemeProvider/themes/spotify.d.ts +0 -3
  361. package/lib/components/ThemeProvider/themes/spotify.d.ts.map +0 -1
  362. package/lib/components/ThemeProvider/themes/spotify.js +0 -189
  363. package/lib/components/ThemeProvider/themes/spotify.js.map +0 -1
  364. package/lib/components/ThemeProvider/types.d.ts +0 -112
  365. package/lib/components/ThemeProvider/types.d.ts.map +0 -1
  366. package/lib/components/UI/CardList.d.ts +0 -61
  367. package/lib/components/UI/CardList.d.ts.map +0 -1
  368. package/lib/components/UI/CardList.js +0 -43
  369. package/lib/components/UI/CardList.js.map +0 -1
  370. package/lib/components/UI/CategoriesTypeList.d.ts +0 -29
  371. package/lib/components/UI/CategoriesTypeList.d.ts.map +0 -1
  372. package/lib/components/UI/CategoriesTypeList.js +0 -140
  373. package/lib/components/UI/CategoriesTypeList.js.map +0 -1
  374. package/lib/components/UI/LazyLoadingGoogleMarker.d.ts +0 -83
  375. package/lib/components/UI/LazyLoadingGoogleMarker.d.ts.map +0 -1
  376. package/lib/components/UI/LazyLoadingGoogleMarker.js +0 -107
  377. package/lib/components/UI/LazyLoadingGoogleMarker.js.map +0 -1
  378. package/lib/components/UI/Pagination.d.ts +0 -6
  379. package/lib/components/UI/Pagination.d.ts.map +0 -1
  380. package/lib/components/UI/Pagination.js +0 -59
  381. package/lib/components/UI/Pagination.js.map +0 -1
  382. package/lib/components/UI/ParamSearchResultContainer.d.ts +0 -99
  383. package/lib/components/UI/ParamSearchResultContainer.d.ts.map +0 -1
  384. package/lib/components/UI/ParamSearchResultContainer.js +0 -120
  385. package/lib/components/UI/ParamSearchResultContainer.js.map +0 -1
  386. package/lib/components/UI/PropertyCard.d.ts +0 -24
  387. package/lib/components/UI/PropertyCard.d.ts.map +0 -1
  388. package/lib/components/UI/PropertyCard.js +0 -375
  389. package/lib/components/UI/PropertyCard.js.map +0 -1
  390. package/lib/components/UI/PropertyCardOnMap.d.ts +0 -10
  391. package/lib/components/UI/PropertyCardOnMap.d.ts.map +0 -1
  392. package/lib/components/UI/PropertyCardOnMap.js +0 -108
  393. package/lib/components/UI/PropertyCardOnMap.js.map +0 -1
  394. package/lib/components/UI/VehicleCard/PricePopover.d.ts +0 -8
  395. package/lib/components/UI/VehicleCard/PricePopover.d.ts.map +0 -1
  396. package/lib/components/UI/VehicleCard/PricePopover.js +0 -98
  397. package/lib/components/UI/VehicleCard/PricePopover.js.map +0 -1
  398. package/lib/components/UI/VehicleCard/VehicleBadge.d.ts +0 -7
  399. package/lib/components/UI/VehicleCard/VehicleBadge.d.ts.map +0 -1
  400. package/lib/components/UI/VehicleCard/VehicleFeature.d.ts +0 -9
  401. package/lib/components/UI/VehicleCard/VehicleFeature.d.ts.map +0 -1
  402. package/lib/components/UI/VehicleCard/VehicleFeature.js +0 -23
  403. package/lib/components/UI/VehicleCard/VehicleFeature.js.map +0 -1
  404. package/lib/components/UI/VehicleCard/types.d.ts +0 -59
  405. package/lib/components/UI/VehicleCard/types.d.ts.map +0 -1
  406. package/lib/components/UI/VehicleCard.d.ts +0 -15
  407. package/lib/components/UI/VehicleCard.d.ts.map +0 -1
  408. package/lib/components/UI/VehicleCard.js +0 -166
  409. package/lib/components/UI/VehicleCard.js.map +0 -1
  410. package/lib/components/UI/VehicleCardList.d.ts +0 -14
  411. package/lib/components/UI/VehicleCardList.d.ts.map +0 -1
  412. package/lib/components/UI/VehicleCardList.js +0 -38
  413. package/lib/components/UI/VehicleCardList.js.map +0 -1
  414. package/lib/components/UI/VehicleParamSearchResultContainer.d.ts +0 -90
  415. package/lib/components/UI/VehicleParamSearchResultContainer.d.ts.map +0 -1
  416. package/lib/components/UI/icons/LocationIcon.d.ts +0 -7
  417. package/lib/components/UI/icons/LocationIcon.d.ts.map +0 -1
  418. package/lib/components/UI/icons/LocationIcon.js +0 -18
  419. package/lib/components/UI/icons/LocationIcon.js.map +0 -1
  420. package/lib/components/UI/icons/index.d.ts +0 -2
  421. package/lib/components/UI/icons/index.d.ts.map +0 -1
  422. package/lib/components/UI/index.d.ts +0 -10
  423. package/lib/components/UI/index.d.ts.map +0 -1
  424. package/lib/components/typings.js +0 -6
  425. package/lib/components/typings.js.map +0 -1
  426. package/lib/hooks/use-get-current-lat-long.d.ts +0 -18
  427. package/lib/hooks/use-get-current-lat-long.d.ts.map +0 -1
  428. package/lib/hooks/use-get-current-lat-long.js +0 -29
  429. package/lib/hooks/use-get-current-lat-long.js.map +0 -1
  430. package/lib/hooks/useWindowSize.d.ts +0 -6
  431. package/lib/hooks/useWindowSize.d.ts.map +0 -1
  432. package/lib/hooks/useWindowSize.js +0 -20
  433. package/lib/hooks/useWindowSize.js.map +0 -1
  434. package/lib/middlewares/airbnbDatasourcesMiddleware.d.ts +0 -6
  435. package/lib/middlewares/airbnbDatasourcesMiddleware.d.ts.map +0 -1
  436. package/lib/middlewares/bookingCarRentalMiddleware.d.ts +0 -6
  437. package/lib/middlewares/bookingCarRentalMiddleware.d.ts.map +0 -1
  438. package/lib/middlewares/bookingDatasourcesMiddleware.d.ts +0 -7
  439. package/lib/middlewares/bookingDatasourcesMiddleware.d.ts.map +0 -1
  440. package/lib/middlewares/datasourcesMiddleware.d.ts +0 -6
  441. package/lib/middlewares/datasourcesMiddleware.d.ts.map +0 -1
  442. package/lib/middlewares/pricelineDatasourcesMiddleware.d.ts +0 -7
  443. package/lib/middlewares/pricelineDatasourcesMiddleware.d.ts.map +0 -1
@@ -1,18 +1,19 @@
1
-
2
1
  @tailwind base;
3
2
  @tailwind components;
4
3
  @tailwind utilities;
5
4
 
6
- /* Base theme variables */
7
- :root {
8
- /* Theme colors */
5
+ /* Multi-theme design system with CSS custom properties */
6
+
7
+ @layer base {
8
+ /* Default Theme - Light Mode */
9
+ :root {
9
10
  --background: 0 0% 100%;
10
11
  --foreground: 222.2 84% 4.9%;
11
12
  --card: 0 0% 100%;
12
13
  --card-foreground: 222.2 84% 4.9%;
13
14
  --popover: 0 0% 100%;
14
15
  --popover-foreground: 222.2 84% 4.9%;
15
- --primary: 221.2 83.2% 53.3%;
16
+ --primary: 222.2 47.4% 11.2%;
16
17
  --primary-foreground: 210 40% 98%;
17
18
  --secondary: 210 40% 96.1%;
18
19
  --secondary-foreground: 222.2 47.4% 11.2%;
@@ -24,61 +25,50 @@
24
25
  --destructive-foreground: 210 40% 98%;
25
26
  --border: 214.3 31.8% 91.4%;
26
27
  --input: 214.3 31.8% 91.4%;
27
- --ring: 221.2 83.2% 53.3%;
28
+ --ring: 222.2 84% 4.9%;
28
29
  --radius: 0.5rem;
29
-
30
+
31
+ /* Brand colors */
32
+ --brand-primary: 222.2 47.4% 11.2%;
33
+ --brand-secondary: 210 40% 96.1%;
34
+ --brand-accent: 210 40% 96.1%;
35
+
36
+ /* Semantic colors */
37
+ --success: 142.1 76.2% 36.3%;
38
+ --warning: 47.9 95.8% 53.1%;
39
+ --error: 0 84.2% 60.2%;
40
+ --info: 199.89 89.55% 48.04%;
41
+
42
+ /* Gradients */
43
+ --gradient-primary: linear-gradient(135deg, hsl(222.2 47.4% 11.2%), hsl(222.2 47.4% 21.2%));
44
+ --gradient-secondary: linear-gradient(135deg, hsl(210 40% 96.1%), hsl(210 40% 93.1%));
45
+ --gradient-brand: linear-gradient(135deg, hsl(222.2 47.4% 11.2%), hsl(222.2 47.4% 21.2%));
46
+
47
+ /* Shadows */
48
+ --shadow-sm: 0 1px 2px 0 hsl(222.2 47.4% 11.2% / 0.05);
49
+ --shadow-md: 0 4px 6px -1px hsl(222.2 47.4% 11.2% / 0.1);
50
+ --shadow-lg: 0 10px 15px -3px hsl(222.2 47.4% 11.2% / 0.1);
51
+ --shadow-xl: 0 20px 25px -5px hsl(222.2 47.4% 11.2% / 0.1);
52
+
53
+ /* Component specific */
54
+ --sidebar-background: 0 0% 98%;
55
+ --sidebar-foreground: 222.2 84% 4.9%;
56
+ --sidebar-border: 214.3 31.8% 91.4%;
57
+ --modal-backdrop: 222.2 84% 4.9% / 0.8;
58
+ --dropdown-background: 0 0% 100%;
59
+ --table-header: 210 40% 96.1%;
60
+ --code-background: 210 40% 96.1%;
61
+
62
+ /* Transitions */
63
+ --transition-colors: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
64
+ --transition-transform: transform 0.15s ease-in-out;
65
+ --transition-all: all 0.15s ease-in-out;
66
+
30
67
  /* Fonts */
31
68
  --font-family: 'Inter', sans-serif;
32
-
33
- /* Font sizes */
34
- --font-size-xs: 0.75rem;
35
- --font-size-sm: 0.875rem;
36
- --font-size-base: 1rem;
37
- --font-size-lg: 1.125rem;
38
- --font-size-xl: 1.25rem;
39
- --font-size-2xl: 1.5rem;
40
- --font-size-3xl: 1.875rem;
41
- --font-size-4xl: 2.25rem;
42
- --font-size-5xl: 3rem;
43
-
44
- /* Spacing */
45
- --spacing-px: 1px;
46
- --spacing-0: 0;
47
- --spacing-0_5: 0.125rem;
48
- --spacing-1: 0.25rem;
49
- --spacing-1_5: 0.375rem;
50
- --spacing-2: 0.5rem;
51
- --spacing-2_5: 0.625rem;
52
- --spacing-3: 0.75rem;
53
- --spacing-3_5: 0.875rem;
54
- --spacing-4: 1rem;
55
- --spacing-5: 1.25rem;
56
- --spacing-6: 1.5rem;
57
- --spacing-8: 2rem;
58
- --spacing-10: 2.5rem;
59
- --spacing-12: 3rem;
60
- --spacing-16: 4rem;
61
- --spacing-20: 5rem;
62
- --spacing-24: 6rem;
63
- --spacing-32: 8rem;
64
- --spacing-40: 10rem;
65
- --spacing-48: 12rem;
66
- --spacing-56: 14rem;
67
- --spacing-64: 16rem;
68
-
69
- /* Border radius */
70
- --radius-none: 0;
71
- --radius-sm: 0.125rem;
72
- --radius-default: 0.25rem;
73
- --radius-md: 0.375rem;
74
- --radius-lg: 0.5rem;
75
- --radius-xl: 0.75rem;
76
- --radius-2xl: 1rem;
77
- --radius-3xl: 1.5rem;
78
- --radius-full: 9999px;
79
- }
80
-
81
- /* Dark mode theme variables */
69
+ }
70
+
71
+ /* Default Theme - Dark Mode */
82
72
  .dark {
83
73
  --background: 222.2 84% 4.9%;
84
74
  --foreground: 210 40% 98%;
@@ -86,7 +76,7 @@
86
76
  --card-foreground: 210 40% 98%;
87
77
  --popover: 222.2 84% 4.9%;
88
78
  --popover-foreground: 210 40% 98%;
89
- --primary: 217.2 91.2% 59.8%;
79
+ --primary: 210 40% 98%;
90
80
  --primary-foreground: 222.2 47.4% 11.2%;
91
81
  --secondary: 217.2 32.6% 17.5%;
92
82
  --secondary-foreground: 210 40% 98%;
@@ -98,346 +88,586 @@
98
88
  --destructive-foreground: 210 40% 98%;
99
89
  --border: 217.2 32.6% 17.5%;
100
90
  --input: 217.2 32.6% 17.5%;
101
- --ring: 224.3 76.3% 48%;
91
+ --ring: 212.7 26.8% 83.9%;
92
+
93
+ --brand-primary: 210 40% 98%;
94
+ --brand-secondary: 217.2 32.6% 17.5%;
95
+ --brand-accent: 217.2 32.6% 17.5%;
96
+
97
+ --success: 142.1 70.6% 45.3%;
98
+ --warning: 47.9 95.8% 53.1%;
99
+ --error: 0 84.2% 60.2%;
100
+ --info: 199.89 89.55% 48.04%;
101
+
102
+ --gradient-primary: linear-gradient(135deg, hsl(210 40% 98%), hsl(210 40% 88%));
103
+ --gradient-secondary: linear-gradient(135deg, hsl(217.2 32.6% 17.5%), hsl(217.2 32.6% 27.5%));
104
+ --gradient-brand: linear-gradient(135deg, hsl(210 40% 98%), hsl(210 40% 88%));
105
+
106
+ --shadow-sm: 0 1px 2px 0 hsl(217.2 32.6% 17.5% / 0.05);
107
+ --shadow-md: 0 4px 6px -1px hsl(217.2 32.6% 17.5% / 0.1);
108
+ --shadow-lg: 0 10px 15px -3px hsl(217.2 32.6% 17.5% / 0.1);
109
+ --shadow-xl: 0 20px 25px -5px hsl(217.2 32.6% 17.5% / 0.1);
110
+
111
+ --sidebar-background: 217.2 32.6% 17.5%;
112
+ --sidebar-foreground: 210 40% 98%;
113
+ --sidebar-border: 217.2 32.6% 27.5%;
114
+ --modal-backdrop: 222.2 84% 4.9% / 0.8;
115
+ --dropdown-background: 222.2 84% 4.9%;
116
+ --table-header: 217.2 32.6% 17.5%;
117
+ --code-background: 217.2 32.6% 17.5%;
118
+ }
119
+
120
+ /* Airbnb Theme - Light Mode */
121
+ [data-theme="airbnb"] {
122
+ --background: 0 0% 100%;
123
+ --foreground: 0 0% 13%;
124
+ --card: 0 0% 100%;
125
+ --card-foreground: 0 0% 13%;
126
+ --popover: 0 0% 100%;
127
+ --popover-foreground: 0 0% 13%;
128
+ --primary: 0 100% 60%;
129
+ --primary-foreground: 0 0% 100%;
130
+ --secondary: 0 0% 96%;
131
+ --secondary-foreground: 0 0% 13%;
132
+ --muted: 0 0% 96%;
133
+ --muted-foreground: 0 0% 45%;
134
+ --accent: 0 100% 95%;
135
+ --accent-foreground: 0 100% 60%;
136
+ --destructive: 0 84.2% 60.2%;
137
+ --destructive-foreground: 0 0% 100%;
138
+ --border: 0 0% 89%;
139
+ --input: 0 0% 89%;
140
+ --ring: 0 100% 60%;
141
+ --radius: 0.75rem;
142
+
143
+ --brand-primary: 0 100% 60%;
144
+ --brand-secondary: 0 0% 96%;
145
+ --brand-accent: 0 100% 95%;
146
+
147
+ --success: 142.1 76.2% 36.3%;
148
+ --warning: 47.9 95.8% 53.1%;
149
+ --error: 0 84.2% 60.2%;
150
+ --info: 199.89 89.55% 48.04%;
151
+
152
+ --gradient-primary: linear-gradient(135deg, hsl(0 100% 60%), hsl(0 100% 70%));
153
+ --gradient-secondary: linear-gradient(135deg, hsl(0 0% 96%), hsl(0 0% 93%));
154
+ --gradient-brand: linear-gradient(135deg, hsl(0 100% 60%), hsl(0 100% 70%));
155
+
156
+ --shadow-sm: 0 1px 2px 0 hsl(0 100% 60% / 0.05);
157
+ --shadow-md: 0 4px 6px -1px hsl(0 100% 60% / 0.1);
158
+ --shadow-lg: 0 10px 15px -3px hsl(0 100% 60% / 0.1);
159
+ --shadow-xl: 0 20px 25px -5px hsl(0 100% 60% / 0.1);
160
+
161
+ --sidebar-background: 0 0% 98%;
162
+ --sidebar-foreground: 0 0% 13%;
163
+ --sidebar-border: 0 0% 89%;
164
+ --modal-backdrop: 0 0% 13% / 0.8;
165
+ --dropdown-background: 0 0% 100%;
166
+ --table-header: 0 0% 96%;
167
+ --code-background: 0 0% 96%;
168
+ }
169
+
170
+ /* Airbnb Theme - Dark Mode */
171
+ [data-theme="airbnb"].dark {
172
+ --background: 0 0% 7%;
173
+ --foreground: 0 0% 98%;
174
+ --card: 0 0% 11%;
175
+ --card-foreground: 0 0% 98%;
176
+ --popover: 0 0% 11%;
177
+ --popover-foreground: 0 0% 98%;
178
+ --primary: 0 100% 65%;
179
+ --primary-foreground: 0 0% 7%;
180
+ --secondary: 0 0% 15%;
181
+ --secondary-foreground: 0 0% 98%;
182
+ --muted: 0 0% 15%;
183
+ --muted-foreground: 0 0% 65%;
184
+ --accent: 0 0% 15%;
185
+ --accent-foreground: 0 100% 65%;
186
+ --destructive: 0 84.2% 60.2%;
187
+ --destructive-foreground: 0 0% 98%;
188
+ --border: 0 0% 18%;
189
+ --input: 0 0% 18%;
190
+ --ring: 0 100% 65%;
191
+
192
+ --brand-primary: 0 100% 65%;
193
+ --brand-secondary: 0 0% 15%;
194
+ --brand-accent: 0 0% 15%;
195
+
196
+ --gradient-primary: linear-gradient(135deg, hsl(0 100% 65%), hsl(0 100% 75%));
197
+ --gradient-secondary: linear-gradient(135deg, hsl(0 0% 15%), hsl(0 0% 25%));
198
+ --gradient-brand: linear-gradient(135deg, hsl(0 100% 65%), hsl(0 100% 75%));
199
+
200
+ --shadow-sm: 0 1px 2px 0 hsl(0 100% 65% / 0.05);
201
+ --shadow-md: 0 4px 6px -1px hsl(0 100% 65% / 0.1);
202
+ --shadow-lg: 0 10px 15px -3px hsl(0 100% 65% / 0.1);
203
+ --shadow-xl: 0 20px 25px -5px hsl(0 100% 65% / 0.1);
204
+
205
+ --sidebar-background: 0 0% 11%;
206
+ --sidebar-foreground: 0 0% 98%;
207
+ --sidebar-border: 0 0% 18%;
208
+ --modal-backdrop: 0 0% 7% / 0.8;
209
+ --dropdown-background: 0 0% 11%;
210
+ --table-header: 0 0% 15%;
211
+ --code-background: 0 0% 15%;
212
+ }
213
+
214
+ /* Slack Theme - Light Mode */
215
+ [data-theme="slack"] {
216
+ --background: 0 0% 100%;
217
+ --foreground: 0 0% 13%;
218
+ --card: 0 0% 100%;
219
+ --card-foreground: 0 0% 13%;
220
+ --popover: 0 0% 100%;
221
+ --popover-foreground: 0 0% 13%;
222
+ --primary: 289 100% 32%;
223
+ --primary-foreground: 0 0% 100%;
224
+ --secondary: 289 20% 95%;
225
+ --secondary-foreground: 0 0% 13%;
226
+ --muted: 289 20% 95%;
227
+ --muted-foreground: 0 0% 45%;
228
+ --accent: 289 100% 95%;
229
+ --accent-foreground: 289 100% 32%;
230
+ --destructive: 0 84.2% 60.2%;
231
+ --destructive-foreground: 0 0% 100%;
232
+ --border: 289 20% 89%;
233
+ --input: 289 20% 89%;
234
+ --ring: 289 100% 32%;
235
+ --radius: 0.375rem;
236
+
237
+ --brand-primary: 289 100% 32%;
238
+ --brand-secondary: 289 20% 95%;
239
+ --brand-accent: 289 100% 95%;
240
+
241
+ --success: 142.1 76.2% 36.3%;
242
+ --warning: 47.9 95.8% 53.1%;
243
+ --error: 0 84.2% 60.2%;
244
+ --info: 199.89 89.55% 48.04%;
245
+
246
+ --gradient-primary: linear-gradient(135deg, hsl(289 100% 32%), hsl(289 100% 42%));
247
+ --gradient-secondary: linear-gradient(135deg, hsl(289 20% 95%), hsl(289 20% 92%));
248
+ --gradient-brand: linear-gradient(135deg, hsl(289 100% 32%), hsl(289 100% 42%));
249
+
250
+ --shadow-sm: 0 1px 2px 0 hsl(289 100% 32% / 0.05);
251
+ --shadow-md: 0 4px 6px -1px hsl(289 100% 32% / 0.1);
252
+ --shadow-lg: 0 10px 15px -3px hsl(289 100% 32% / 0.1);
253
+ --shadow-xl: 0 20px 25px -5px hsl(289 100% 32% / 0.1);
254
+
255
+ --sidebar-background: 289 20% 98%;
256
+ --sidebar-foreground: 0 0% 13%;
257
+ --sidebar-border: 289 20% 89%;
258
+ --modal-backdrop: 0 0% 13% / 0.8;
259
+ --dropdown-background: 0 0% 100%;
260
+ --table-header: 289 20% 95%;
261
+ --code-background: 289 20% 95%;
262
+ }
263
+
264
+ /* Slack Theme - Dark Mode */
265
+ [data-theme="slack"].dark {
266
+ --background: 26 15% 8%;
267
+ --foreground: 0 0% 98%;
268
+ --card: 26 15% 12%;
269
+ --card-foreground: 0 0% 98%;
270
+ --popover: 26 15% 12%;
271
+ --popover-foreground: 0 0% 98%;
272
+ --primary: 289 100% 45%;
273
+ --primary-foreground: 26 15% 8%;
274
+ --secondary: 26 15% 18%;
275
+ --secondary-foreground: 0 0% 98%;
276
+ --muted: 26 15% 18%;
277
+ --muted-foreground: 0 0% 65%;
278
+ --accent: 26 15% 18%;
279
+ --accent-foreground: 289 100% 45%;
280
+ --destructive: 0 84.2% 60.2%;
281
+ --destructive-foreground: 0 0% 98%;
282
+ --border: 26 15% 22%;
283
+ --input: 26 15% 22%;
284
+ --ring: 289 100% 45%;
285
+
286
+ --brand-primary: 289 100% 45%;
287
+ --brand-secondary: 26 15% 18%;
288
+ --brand-accent: 26 15% 18%;
289
+
290
+ --gradient-primary: linear-gradient(135deg, hsl(289 100% 45%), hsl(289 100% 55%));
291
+ --gradient-secondary: linear-gradient(135deg, hsl(26 15% 18%), hsl(26 15% 28%));
292
+ --gradient-brand: linear-gradient(135deg, hsl(289 100% 45%), hsl(289 100% 55%));
293
+
294
+ --shadow-sm: 0 1px 2px 0 hsl(289 100% 45% / 0.05);
295
+ --shadow-md: 0 4px 6px -1px hsl(289 100% 45% / 0.1);
296
+ --shadow-lg: 0 10px 15px -3px hsl(289 100% 45% / 0.1);
297
+ --shadow-xl: 0 20px 25px -5px hsl(289 100% 45% / 0.1);
298
+
299
+ --sidebar-background: 26 15% 12%;
300
+ --sidebar-foreground: 0 0% 98%;
301
+ --sidebar-border: 26 15% 22%;
302
+ --modal-backdrop: 26 15% 8% / 0.8;
303
+ --dropdown-background: 26 15% 12%;
304
+ --table-header: 26 15% 18%;
305
+ --code-background: 26 15% 18%;
306
+ }
307
+
308
+ /* GitHub Theme - Light Mode */
309
+ [data-theme="github"] {
310
+ --background: 0 0% 100%;
311
+ --foreground: 213 13% 13%;
312
+ --card: 0 0% 100%;
313
+ --card-foreground: 213 13% 13%;
314
+ --popover: 0 0% 100%;
315
+ --popover-foreground: 213 13% 13%;
316
+ --primary: 213 13% 13%;
317
+ --primary-foreground: 0 0% 100%;
318
+ --secondary: 213 13% 96%;
319
+ --secondary-foreground: 213 13% 13%;
320
+ --muted: 213 13% 96%;
321
+ --muted-foreground: 213 13% 45%;
322
+ --accent: 213 13% 95%;
323
+ --accent-foreground: 213 13% 13%;
324
+ --destructive: 0 84.2% 60.2%;
325
+ --destructive-foreground: 0 0% 100%;
326
+ --border: 213 13% 89%;
327
+ --input: 213 13% 89%;
328
+ --ring: 213 13% 13%;
329
+ --radius: 0.25rem;
330
+
331
+ --brand-primary: 213 13% 13%;
332
+ --brand-secondary: 213 13% 96%;
333
+ --brand-accent: 213 13% 95%;
334
+
335
+ --success: 142.1 76.2% 36.3%;
336
+ --warning: 47.9 95.8% 53.1%;
337
+ --error: 0 84.2% 60.2%;
338
+ --info: 199.89 89.55% 48.04%;
339
+
340
+ --gradient-primary: linear-gradient(135deg, hsl(213 13% 13%), hsl(213 13% 23%));
341
+ --gradient-secondary: linear-gradient(135deg, hsl(213 13% 96%), hsl(213 13% 93%));
342
+ --gradient-brand: linear-gradient(135deg, hsl(213 13% 13%), hsl(213 13% 23%));
343
+
344
+ --shadow-sm: 0 1px 2px 0 hsl(213 13% 13% / 0.05);
345
+ --shadow-md: 0 4px 6px -1px hsl(213 13% 13% / 0.1);
346
+ --shadow-lg: 0 10px 15px -3px hsl(213 13% 13% / 0.1);
347
+ --shadow-xl: 0 20px 25px -5px hsl(213 13% 13% / 0.1);
348
+
349
+ --sidebar-background: 213 13% 98%;
350
+ --sidebar-foreground: 213 13% 13%;
351
+ --sidebar-border: 213 13% 89%;
352
+ --modal-backdrop: 213 13% 13% / 0.8;
353
+ --dropdown-background: 0 0% 100%;
354
+ --table-header: 213 13% 96%;
355
+ --code-background: 213 13% 96%;
356
+ }
357
+
358
+ /* GitHub Theme - Dark Mode */
359
+ [data-theme="github"].dark {
360
+ --background: 220 13% 9%;
361
+ --foreground: 220 14% 93%;
362
+ --card: 220 13% 13%;
363
+ --card-foreground: 220 14% 93%;
364
+ --popover: 220 13% 13%;
365
+ --popover-foreground: 220 14% 93%;
366
+ --primary: 220 14% 93%;
367
+ --primary-foreground: 220 13% 9%;
368
+ --secondary: 220 13% 17%;
369
+ --secondary-foreground: 220 14% 93%;
370
+ --muted: 220 13% 17%;
371
+ --muted-foreground: 220 9% 65%;
372
+ --accent: 220 13% 17%;
373
+ --accent-foreground: 220 14% 93%;
374
+ --destructive: 0 84.2% 60.2%;
375
+ --destructive-foreground: 220 14% 93%;
376
+ --border: 220 13% 21%;
377
+ --input: 220 13% 21%;
378
+ --ring: 220 14% 93%;
379
+
380
+ --brand-primary: 220 14% 93%;
381
+ --brand-secondary: 220 13% 17%;
382
+ --brand-accent: 220 13% 17%;
383
+
384
+ --gradient-primary: linear-gradient(135deg, hsl(220 14% 93%), hsl(220 14% 83%));
385
+ --gradient-secondary: linear-gradient(135deg, hsl(220 13% 17%), hsl(220 13% 27%));
386
+ --gradient-brand: linear-gradient(135deg, hsl(220 14% 93%), hsl(220 14% 83%));
387
+
388
+ --shadow-sm: 0 1px 2px 0 hsl(220 14% 93% / 0.05);
389
+ --shadow-md: 0 4px 6px -1px hsl(220 14% 93% / 0.1);
390
+ --shadow-lg: 0 10px 15px -3px hsl(220 14% 93% / 0.1);
391
+ --shadow-xl: 0 20px 25px -5px hsl(220 14% 93% / 0.1);
392
+
393
+ --sidebar-background: 220 13% 13%;
394
+ --sidebar-foreground: 220 14% 93%;
395
+ --sidebar-border: 220 13% 21%;
396
+ --modal-backdrop: 220 13% 9% / 0.8;
397
+ --dropdown-background: 220 13% 13%;
398
+ --table-header: 220 13% 17%;
399
+ --code-background: 220 13% 17%;
102
400
  }
103
-
104
- /* Theme color utilities */
105
- .bg-background {
106
- background-color: hsl(var(--background)) !important;
401
+
402
+ /* Spotify Theme - Default (Dark) */
403
+ [data-theme="spotify"] {
404
+ --background: 0 0% 7%;
405
+ --foreground: 0 0% 98%;
406
+ --card: 0 0% 11%;
407
+ --card-foreground: 0 0% 98%;
408
+ --popover: 0 0% 11%;
409
+ --popover-foreground: 0 0% 98%;
410
+ --primary: 141 76% 48%;
411
+ --primary-foreground: 0 0% 7%;
412
+ --secondary: 0 0% 18%;
413
+ --secondary-foreground: 0 0% 98%;
414
+ --muted: 0 0% 18%;
415
+ --muted-foreground: 0 0% 63%;
416
+ --accent: 0 0% 18%;
417
+ --accent-foreground: 141 76% 48%;
418
+ --destructive: 0 84.2% 60.2%;
419
+ --destructive-foreground: 0 0% 98%;
420
+ --border: 0 0% 18%;
421
+ --input: 0 0% 18%;
422
+ --ring: 141 76% 48%;
423
+ --radius: 1rem;
424
+
425
+ --brand-primary: 141 76% 48%;
426
+ --brand-secondary: 0 0% 18%;
427
+ --brand-accent: 0 0% 18%;
428
+
429
+ --success: 142.1 76.2% 36.3%;
430
+ --warning: 47.9 95.8% 53.1%;
431
+ --error: 0 84.2% 60.2%;
432
+ --info: 199.89 89.55% 48.04%;
433
+
434
+ --gradient-primary: linear-gradient(135deg, hsl(141 76% 48%), hsl(141 76% 58%));
435
+ --gradient-secondary: linear-gradient(135deg, hsl(0 0% 18%), hsl(0 0% 15%));
436
+ --gradient-brand: linear-gradient(135deg, hsl(141 76% 48%), hsl(141 76% 58%));
437
+
438
+ --shadow-sm: 0 1px 2px 0 hsl(141 76% 48% / 0.05);
439
+ --shadow-md: 0 4px 6px -1px hsl(141 76% 48% / 0.1);
440
+ --shadow-lg: 0 10px 15px -3px hsl(141 76% 48% / 0.1);
441
+ --shadow-xl: 0 20px 25px -5px hsl(141 76% 48% / 0.1);
442
+
443
+ --sidebar-background: 0 0% 11%;
444
+ --sidebar-foreground: 0 0% 98%;
445
+ --sidebar-border: 0 0% 18%;
446
+ --modal-backdrop: 0 0% 7% / 0.8;
447
+ --dropdown-background: 0 0% 11%;
448
+ --table-header: 0 0% 18%;
449
+ --code-background: 0 0% 18%;
107
450
  }
108
-
109
- .text-foreground {
110
- color: hsl(var(--foreground)) !important;
451
+
452
+ /* Spotify Theme - Light Mode */
453
+ [data-theme="spotify"].light {
454
+ --background: 0 0% 100%;
455
+ --foreground: 0 0% 13%;
456
+ --card: 0 0% 100%;
457
+ --card-foreground: 0 0% 13%;
458
+ --popover: 0 0% 100%;
459
+ --popover-foreground: 0 0% 13%;
460
+ --primary: 141 76% 38%;
461
+ --primary-foreground: 0 0% 100%;
462
+ --secondary: 141 10% 96%;
463
+ --secondary-foreground: 0 0% 13%;
464
+ --muted: 141 10% 96%;
465
+ --muted-foreground: 0 0% 45%;
466
+ --accent: 141 10% 95%;
467
+ --accent-foreground: 141 76% 38%;
468
+ --destructive: 0 84.2% 60.2%;
469
+ --destructive-foreground: 0 0% 100%;
470
+ --border: 141 10% 89%;
471
+ --input: 141 10% 89%;
472
+ --ring: 141 76% 38%;
473
+
474
+ --brand-primary: 141 76% 38%;
475
+ --brand-secondary: 141 10% 96%;
476
+ --brand-accent: 141 10% 95%;
477
+
478
+ --gradient-primary: linear-gradient(135deg, hsl(141 76% 38%), hsl(141 76% 48%));
479
+ --gradient-secondary: linear-gradient(135deg, hsl(141 10% 96%), hsl(141 10% 93%));
480
+ --gradient-brand: linear-gradient(135deg, hsl(141 76% 38%), hsl(141 76% 48%));
481
+
482
+ --shadow-sm: 0 1px 2px 0 hsl(141 76% 38% / 0.05);
483
+ --shadow-md: 0 4px 6px -1px hsl(141 76% 38% / 0.1);
484
+ --shadow-lg: 0 10px 15px -3px hsl(141 76% 38% / 0.1);
485
+ --shadow-xl: 0 20px 25px -5px hsl(141 76% 38% / 0.1);
486
+
487
+ --sidebar-background: 141 10% 98%;
488
+ --sidebar-foreground: 0 0% 13%;
489
+ --sidebar-border: 141 10% 89%;
490
+ --modal-backdrop: 0 0% 13% / 0.8;
491
+ --dropdown-background: 0 0% 100%;
492
+ --table-header: 141 10% 96%;
493
+ --code-background: 141 10% 96%;
494
+ }
495
+ }
496
+
497
+ @layer base {
498
+ * {
499
+ @apply border-border;
111
500
  }
112
-
113
- .bg-card {
114
- background-color: hsl(var(--card)) !important;
501
+
502
+ body {
503
+ @apply bg-background text-foreground transition-colors duration-300;
115
504
  }
116
-
117
- .text-card-foreground {
118
- color: hsl(var(--card-foreground)) !important;
505
+ /* Ensure all text elements use the font variable */
506
+ body,h1, h2, h3, h4, h5, h6, p, span, div, a, button, input, textarea, select, label {
507
+ font-family: var(--font-family);
119
508
  }
120
-
121
- .bg-popover {
122
- background-color: hsl(var(--popover)) !important;
509
+ }
510
+
511
+ @layer components {
512
+ /* Theme-aware component styles */
513
+ .themed-button {
514
+ @apply bg-primary text-primary-foreground hover:bg-primary/90 transition-all duration-200;
515
+ border-radius: calc(var(--radius));
516
+ box-shadow: var(--shadow-sm);
123
517
  }
124
-
125
- .text-popover-foreground {
126
- color: hsl(var(--popover-foreground)) !important;
518
+
519
+ .themed-button:hover {
520
+ box-shadow: var(--shadow-md);
127
521
  }
128
-
129
- .bg-primary {
130
- background-color: hsl(var(--primary)) !important;
522
+
523
+ .themed-card {
524
+ @apply bg-card text-card-foreground border border-border;
525
+ border-radius: calc(var(--radius) * 1.5);
526
+ box-shadow: var(--shadow-md);
131
527
  }
132
-
133
- .text-primary {
134
- color: hsl(var(--primary)) !important;
528
+
529
+ .themed-input {
530
+ @apply bg-background border-input text-foreground placeholder:text-muted-foreground focus:ring-2 focus:ring-ring focus:border-transparent;
531
+ border-radius: calc(var(--radius));
532
+ transition: var(--transition-all);
135
533
  }
136
-
137
- .border-primary {
138
- border-color: hsl(var(--primary)) !important;
534
+
535
+ .themed-modal {
536
+ @apply bg-card text-card-foreground border border-border;
537
+ border-radius: calc(var(--radius) * 2);
538
+ box-shadow: var(--shadow-xl);
139
539
  }
140
-
141
- .ring-primary {
142
- --tw-ring-color: hsl(var(--primary)) !important;
540
+
541
+ .themed-modal::backdrop {
542
+ background: var(--modal-backdrop);
143
543
  }
144
-
145
- .hover\:bg-primary:hover {
146
- background-color: hsl(var(--primary)) !important;
544
+
545
+ .themed-dropdown {
546
+ background: var(--dropdown-background);
547
+ @apply text-foreground border border-border z-50;
548
+ border-radius: calc(var(--radius));
549
+ box-shadow: var(--shadow-lg);
147
550
  }
148
-
149
- .hover\:text-primary:hover {
150
- color: hsl(var(--primary)) !important;
551
+
552
+ .themed-sidebar {
553
+ background: var(--sidebar-background);
554
+ color: var(--sidebar-foreground);
555
+ border-color: var(--sidebar-border);
151
556
  }
152
-
153
- .text-primary-foreground {
154
- color: hsl(var(--primary-foreground)) !important;
557
+
558
+ .themed-table-header {
559
+ background: var(--table-header);
560
+ @apply text-foreground;
155
561
  }
156
-
157
- .bg-secondary {
158
- background-color: hsl(var(--secondary)) !important;
562
+
563
+ .themed-code {
564
+ background: var(--code-background);
565
+ @apply text-foreground font-mono text-sm;
566
+ border-radius: calc(var(--radius) * 0.5);
567
+ padding: 0.25rem 0.5rem;
159
568
  }
160
-
161
- .text-secondary {
162
- color: hsl(var(--secondary)) !important;
569
+
570
+ /* Brand gradient backgrounds */
571
+ .bg-gradient-primary {
572
+ background: var(--gradient-primary);
163
573
  }
164
-
165
- .border-secondary {
166
- border-color: hsl(var(--secondary)) !important;
574
+
575
+ .bg-gradient-secondary {
576
+ background: var(--gradient-secondary);
167
577
  }
168
-
169
- .text-secondary-foreground {
170
- color: hsl(var(--secondary-foreground)) !important;
578
+
579
+ .bg-gradient-brand {
580
+ background: var(--gradient-brand);
171
581
  }
172
-
173
- .bg-muted {
174
- background-color: hsl(var(--muted)) !important;
582
+
583
+ /* Theme-aware shadows */
584
+ .shadow-themed-sm {
585
+ box-shadow: var(--shadow-sm);
175
586
  }
176
-
177
- .text-muted {
178
- color: hsl(var(--muted)) !important;
587
+
588
+ .shadow-themed-md {
589
+ box-shadow: var(--shadow-md);
179
590
  }
180
-
181
- .text-muted-foreground {
182
- color: hsl(var(--muted-foreground)) !important;
591
+
592
+ .shadow-themed-lg {
593
+ box-shadow: var(--shadow-lg);
183
594
  }
184
-
185
- .bg-accent {
186
- background-color: hsl(var(--accent)) !important;
595
+
596
+ .shadow-themed-xl {
597
+ box-shadow: var(--shadow-xl);
187
598
  }
188
-
189
- .text-accent {
190
- color: hsl(var(--accent)) !important;
599
+
600
+ /* Interactive elements */
601
+ .interactive-hover {
602
+ @apply transition-all duration-200 hover:scale-105;
603
+ transition: var(--transition-all);
191
604
  }
192
-
193
- .text-accent-foreground {
194
- color: hsl(var(--accent-foreground)) !important;
605
+
606
+ .interactive-hover:hover {
607
+ box-shadow: var(--shadow-lg);
195
608
  }
196
-
197
- .bg-destructive {
198
- background-color: hsl(var(--destructive)) !important;
609
+
610
+ /* Focus styles */
611
+ .focus-themed:focus {
612
+ @apply outline-none ring-2 ring-ring ring-offset-2 ring-offset-background;
199
613
  }
200
-
201
- .text-destructive {
202
- color: hsl(var(--destructive)) !important;
203
- }
204
-
205
- .text-destructive-foreground {
206
- color: hsl(var(--destructive-foreground)) !important;
207
- }
208
-
209
- .border-border {
210
- border-color: hsl(var(--border)) !important;
211
- }
212
-
213
- .border-input {
214
- border-color: hsl(var(--input)) !important;
215
- }
216
-
217
- .focus-ring {
218
- outline: 2px solid hsl(var(--ring));
219
- outline-offset: 2px;
220
- }
221
-
222
- /* Font family utility */
223
- .font-sans {
224
- font-family: var(--font-family) !important;
225
- }
226
-
227
- /* Border radius utilities */
228
- .rounded-none {
229
- border-radius: var(--radius-none) !important;
230
- }
231
-
232
- .rounded-sm {
233
- border-radius: var(--radius-sm) !important;
234
- }
235
-
236
- .rounded {
237
- border-radius: var(--radius-default) !important;
238
- }
239
-
240
- .rounded-md {
241
- border-radius: var(--radius-md) !important;
242
- }
243
-
244
- .rounded-lg {
245
- border-radius: var(--radius-lg) !important;
246
- }
247
-
248
- .rounded-xl {
249
- border-radius: var(--radius-xl) !important;
250
- }
251
-
252
- .rounded-2xl {
253
- border-radius: var(--radius-2xl) !important;
254
- }
255
-
256
- .rounded-3xl {
257
- border-radius: var(--radius-3xl) !important;
258
- }
259
-
260
- .rounded-full {
261
- border-radius: var(--radius-full) !important;
262
- }
263
-
264
- /* Font size utilities */
265
- .text-xs {
266
- font-size: var(--font-size-xs) !important;
267
- }
268
-
269
- .text-sm {
270
- font-size: var(--font-size-sm) !important;
271
- }
272
-
273
- .text-base {
274
- font-size: var(--font-size-base) !important;
275
- }
276
-
277
- .text-lg {
278
- font-size: var(--font-size-lg) !important;
279
- }
280
-
281
- .text-xl {
282
- font-size: var(--font-size-xl) !important;
283
- }
284
-
285
- .text-2xl {
286
- font-size: var(--font-size-2xl) !important;
287
- }
288
-
289
- .text-3xl {
290
- font-size: var(--font-size-3xl) !important;
291
- }
292
-
293
- .text-4xl {
294
- font-size: var(--font-size-4xl) !important;
295
- }
296
-
297
- .text-5xl {
298
- font-size: var(--font-size-5xl) !important;
299
- }
300
-
301
- /* Button styles */
302
- .btn {
303
- display: inline-flex;
304
- align-items: center;
305
- justify-content: center;
306
- border-radius: var(--radius-md);
307
- font-weight: 500;
308
- transition-property: color, background-color, border-color;
309
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
310
- transition-duration: 150ms;
311
- padding: 0.5rem 1rem;
312
- font-family: var(--font-family);
614
+
615
+ /* Theme-specific border radius utilities */
616
+ .rounded-themed {
617
+ border-radius: calc(var(--radius));
313
618
  }
314
-
315
- .btn-primary {
316
- background-color: hsl(var(--primary));
317
- color: hsl(var(--primary-foreground));
318
- }
319
-
320
- .btn-primary:hover {
321
- background-color: hsl(var(--primary) / 0.9);
322
- }
323
-
324
- .btn-secondary {
325
- background-color: hsl(var(--secondary));
326
- color: hsl(var(--secondary-foreground));
327
- }
328
-
329
- .btn-secondary:hover {
330
- background-color: hsl(var(--secondary) / 0.9);
331
- }
332
-
333
- .btn-accent {
334
- background-color: hsl(var(--accent));
335
- color: hsl(var(--accent-foreground));
336
- }
337
-
338
- .btn-accent:hover {
339
- background-color: hsl(var(--accent) / 0.9);
340
- }
341
-
342
- .btn-destructive {
343
- background-color: hsl(var(--destructive));
344
- color: hsl(var(--destructive-foreground));
345
- }
346
-
347
- .btn-destructive:hover {
348
- background-color: hsl(var(--destructive) / 0.9);
349
- }
350
-
351
- .btn-outline {
352
- border: 1px solid hsl(var(--input));
353
- background-color: transparent;
354
- color: hsl(var(--foreground));
355
- }
356
-
357
- .btn-outline:hover {
358
- background-color: hsl(var(--accent));
359
- color: hsl(var(--accent-foreground));
360
- }
361
-
362
- /* Card styles */
363
- .card {
364
- background-color: hsl(var(--card));
365
- color: hsl(var(--card-foreground));
366
- border-radius: var(--radius-lg);
367
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
368
- }
369
-
370
- /* Form input styles */
371
- .input {
372
- display: block;
373
- width: 100%;
374
- padding: 0.5rem;
375
- border-radius: var(--radius-md);
376
- border: 1px solid hsl(var(--input));
377
- background-color: transparent;
378
- color: hsl(var(--foreground));
379
- font-family: var(--font-family);
380
- font-size: var(--font-size-base);
381
- }
382
-
383
- .input:focus {
384
- outline: 2px solid hsl(var(--ring));
385
- outline-offset: 2px;
386
- }
387
-
388
- /* Menu and navbar styles */
389
- .menu {
390
- list-style: none;
391
- padding: 0;
392
- margin: 0;
393
- font-family: var(--font-family);
619
+
620
+ .rounded-themed-lg {
621
+ border-radius: calc(var(--radius) * 1.5);
394
622
  }
395
-
396
- .menu-item {
397
- padding: 0.5rem 1rem;
398
- border-radius: var(--radius-md);
399
- color: hsl(var(--foreground));
400
- transition-property: color, background-color;
401
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
402
- transition-duration: 150ms;
403
- }
404
-
405
- .menu-item:hover {
406
- background-color: hsl(var(--accent));
407
- color: hsl(var(--accent-foreground));
408
- }
409
-
410
- .menu-item.active {
411
- background-color: hsl(var(--primary));
412
- color: hsl(var(--primary-foreground));
413
- }
414
-
415
- /* Navbar styles */
416
- .navbar {
417
- background-color: hsl(var(--background));
418
- border-bottom: 1px solid hsl(var(--border));
419
- padding: 0.75rem 1rem;
420
- display: flex;
421
- align-items: center;
422
- font-family: var(--font-family);
623
+
624
+ .rounded-themed-xl {
625
+ border-radius: calc(var(--radius) * 2);
423
626
  }
424
-
425
- /* Sidebar styles */
426
- .sidebar {
427
- background-color: hsl(var(--card));
428
- border-right: 1px solid hsl(var(--border));
429
- font-family: var(--font-family);
627
+
628
+ /* Typography */
629
+ .text-brand-primary {
630
+ color: hsl(var(--brand-primary));
631
+ }
632
+
633
+ .text-brand-secondary {
634
+ color: hsl(var(--brand-secondary));
635
+ }
636
+
637
+ .text-brand-accent {
638
+ color: hsl(var(--brand-accent));
639
+ }
640
+
641
+ /* Semantic colors */
642
+ .text-success {
643
+ color: hsl(var(--success));
644
+ }
645
+
646
+ .text-warning {
647
+ color: hsl(var(--warning));
648
+ }
649
+
650
+ .text-error {
651
+ color: hsl(var(--error));
652
+ }
653
+
654
+ .text-info {
655
+ color: hsl(var(--info));
656
+ }
657
+
658
+ .bg-success {
659
+ background-color: hsl(var(--success));
660
+ }
661
+
662
+ .bg-warning {
663
+ background-color: hsl(var(--warning));
664
+ }
665
+
666
+ .bg-error {
667
+ background-color: hsl(var(--error));
668
+ }
669
+
670
+ .bg-info {
671
+ background-color: hsl(var(--info));
430
672
  }
431
-
432
- /* Utility for transitions */
433
- .transition-colors {
434
- transition-property: color, background-color, border-color;
435
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
436
- transition-duration: 150ms;
437
- }
438
-
439
- .transition-all {
440
- transition-property: all;
441
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
442
- transition-duration: 150ms;
443
- }
673
+ }