@rakeyshgidwani/roger-ui-bank-theme-stan-design 0.2.10 → 0.2.16

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 (483) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/dist/components/ui/accessibility-demo.esm.js +80 -258
  3. package/dist/components/ui/accessibility-demo.js +80 -258
  4. package/dist/components/ui/advanced-component-architecture-demo.esm.js +256 -916
  5. package/dist/components/ui/advanced-component-architecture-demo.js +256 -916
  6. package/dist/components/ui/advanced-transition-system-demo.esm.js +59 -670
  7. package/dist/components/ui/advanced-transition-system-demo.js +59 -670
  8. package/dist/components/ui/advanced-transition-system.esm.js +194 -378
  9. package/dist/components/ui/advanced-transition-system.js +194 -378
  10. package/dist/components/ui/animation/animated-container.esm.js +98 -159
  11. package/dist/components/ui/animation/animated-container.js +98 -159
  12. package/dist/components/ui/animation/index.esm.js +3 -18
  13. package/dist/components/ui/animation/index.js +3 -18
  14. package/dist/components/ui/animation/staggered-container.esm.js +37 -68
  15. package/dist/components/ui/animation/staggered-container.js +37 -68
  16. package/dist/components/ui/animation-demo.esm.js +30 -250
  17. package/dist/components/ui/animation-demo.js +30 -250
  18. package/dist/components/ui/badge.esm.js +15 -28
  19. package/dist/components/ui/badge.js +15 -28
  20. package/dist/components/ui/battery-conscious-animation-demo.esm.js +136 -565
  21. package/dist/components/ui/battery-conscious-animation-demo.js +136 -565
  22. package/dist/components/ui/border-radius-shadow-demo.esm.js +3 -184
  23. package/dist/components/ui/border-radius-shadow-demo.js +3 -184
  24. package/dist/components/ui/button.esm.js +14 -33
  25. package/dist/components/ui/button.js +14 -33
  26. package/dist/components/ui/card.esm.js +74 -188
  27. package/dist/components/ui/card.js +74 -188
  28. package/dist/components/ui/checkbox.esm.js +11 -30
  29. package/dist/components/ui/checkbox.js +11 -30
  30. package/dist/components/ui/color-preview.esm.js +50 -405
  31. package/dist/components/ui/color-preview.js +50 -405
  32. package/dist/components/ui/data-display/chart.esm.js +210 -632
  33. package/dist/components/ui/data-display/chart.js +210 -632
  34. package/dist/components/ui/data-display/data-grid-simple.esm.js +16 -74
  35. package/dist/components/ui/data-display/data-grid-simple.js +16 -74
  36. package/dist/components/ui/data-display/data-grid.esm.js +173 -661
  37. package/dist/components/ui/data-display/data-grid.js +173 -661
  38. package/dist/components/ui/data-display/list.esm.js +88 -446
  39. package/dist/components/ui/data-display/list.js +88 -446
  40. package/dist/components/ui/data-display/table.esm.js +109 -468
  41. package/dist/components/ui/data-display/table.js +109 -468
  42. package/dist/components/ui/data-display/timeline.esm.js +92 -431
  43. package/dist/components/ui/data-display/timeline.js +92 -431
  44. package/dist/components/ui/data-display/tree.esm.js +211 -585
  45. package/dist/components/ui/data-display/tree.js +211 -585
  46. package/dist/components/ui/data-display/types.esm.js +1 -530
  47. package/dist/components/ui/data-display/types.js +1 -530
  48. package/dist/components/ui/enterprise-mobile-experience-demo.esm.js +76 -749
  49. package/dist/components/ui/enterprise-mobile-experience-demo.js +76 -749
  50. package/dist/components/ui/enterprise-mobile-experience.esm.js +152 -460
  51. package/dist/components/ui/enterprise-mobile-experience.js +152 -460
  52. package/dist/components/ui/feedback/alert.esm.js +40 -148
  53. package/dist/components/ui/feedback/alert.js +40 -148
  54. package/dist/components/ui/feedback/progress.esm.js +74 -278
  55. package/dist/components/ui/feedback/progress.js +74 -278
  56. package/dist/components/ui/feedback/skeleton.esm.js +64 -173
  57. package/dist/components/ui/feedback/skeleton.js +64 -173
  58. package/dist/components/ui/feedback/toast.esm.js +86 -225
  59. package/dist/components/ui/feedback/toast.js +86 -225
  60. package/dist/components/ui/feedback/types.esm.js +1 -125
  61. package/dist/components/ui/feedback/types.js +1 -125
  62. package/dist/components/ui/font-preview.esm.js +56 -283
  63. package/dist/components/ui/font-preview.js +56 -283
  64. package/dist/components/ui/form-demo.esm.js +191 -553
  65. package/dist/components/ui/form-demo.js +191 -553
  66. package/dist/components/ui/hardware-acceleration-demo.esm.js +103 -544
  67. package/dist/components/ui/hardware-acceleration-demo.js +103 -544
  68. package/dist/components/ui/input.esm.js +13 -32
  69. package/dist/components/ui/input.js +13 -32
  70. package/dist/components/ui/label.esm.js +6 -16
  71. package/dist/components/ui/label.js +6 -16
  72. package/dist/components/ui/layout-demo.esm.js +76 -367
  73. package/dist/components/ui/layout-demo.js +76 -367
  74. package/dist/components/ui/layouts/adaptive-layout.esm.js +60 -139
  75. package/dist/components/ui/layouts/adaptive-layout.js +60 -139
  76. package/dist/components/ui/layouts/desktop-layout.esm.js +39 -224
  77. package/dist/components/ui/layouts/desktop-layout.js +39 -224
  78. package/dist/components/ui/layouts/index.esm.js +4 -10
  79. package/dist/components/ui/layouts/index.js +4 -10
  80. package/dist/components/ui/layouts/mobile-layout.esm.js +49 -162
  81. package/dist/components/ui/layouts/mobile-layout.js +49 -162
  82. package/dist/components/ui/layouts/tablet-layout.esm.js +53 -197
  83. package/dist/components/ui/layouts/tablet-layout.js +53 -197
  84. package/dist/components/ui/mobile-form-validation.esm.js +185 -420
  85. package/dist/components/ui/mobile-form-validation.js +185 -420
  86. package/dist/components/ui/mobile-input-demo.esm.js +11 -198
  87. package/dist/components/ui/mobile-input-demo.js +11 -198
  88. package/dist/components/ui/mobile-input.esm.js +187 -270
  89. package/dist/components/ui/mobile-input.js +187 -270
  90. package/dist/components/ui/mobile-skeleton-loading-demo.esm.js +144 -638
  91. package/dist/components/ui/mobile-skeleton-loading-demo.js +144 -638
  92. package/dist/components/ui/navigation/breadcrumb.esm.js +51 -154
  93. package/dist/components/ui/navigation/breadcrumb.js +51 -154
  94. package/dist/components/ui/navigation/index.esm.js +0 -26
  95. package/dist/components/ui/navigation/index.js +0 -26
  96. package/dist/components/ui/navigation/menu.esm.js +178 -365
  97. package/dist/components/ui/navigation/menu.js +178 -365
  98. package/dist/components/ui/navigation/navigation-demo.esm.js +130 -315
  99. package/dist/components/ui/navigation/navigation-demo.js +130 -315
  100. package/dist/components/ui/navigation/pagination.esm.js +142 -264
  101. package/dist/components/ui/navigation/pagination.js +142 -264
  102. package/dist/components/ui/navigation/sidebar.esm.js +156 -368
  103. package/dist/components/ui/navigation/sidebar.js +156 -368
  104. package/dist/components/ui/navigation/stepper.esm.js +131 -295
  105. package/dist/components/ui/navigation/stepper.js +131 -295
  106. package/dist/components/ui/navigation/tabs.esm.js +89 -198
  107. package/dist/components/ui/navigation/tabs.js +89 -198
  108. package/dist/components/ui/navigation/types.esm.js +1 -295
  109. package/dist/components/ui/navigation/types.js +1 -295
  110. package/dist/components/ui/overlay/backdrop.esm.js +39 -78
  111. package/dist/components/ui/overlay/backdrop.js +39 -78
  112. package/dist/components/ui/overlay/focus-manager.esm.js +96 -140
  113. package/dist/components/ui/overlay/focus-manager.js +96 -140
  114. package/dist/components/ui/overlay/index.esm.js +0 -27
  115. package/dist/components/ui/overlay/index.js +0 -27
  116. package/dist/components/ui/overlay/modal.esm.js +94 -249
  117. package/dist/components/ui/overlay/modal.js +94 -249
  118. package/dist/components/ui/overlay/overlay-manager.esm.js +60 -100
  119. package/dist/components/ui/overlay/overlay-manager.js +60 -100
  120. package/dist/components/ui/overlay/popover.esm.js +258 -438
  121. package/dist/components/ui/overlay/popover.js +258 -438
  122. package/dist/components/ui/overlay/portal.esm.js +45 -74
  123. package/dist/components/ui/overlay/portal.js +45 -74
  124. package/dist/components/ui/overlay/tooltip.esm.js +202 -288
  125. package/dist/components/ui/overlay/tooltip.js +202 -288
  126. package/dist/components/ui/overlay/types.esm.js +1 -196
  127. package/dist/components/ui/overlay/types.js +1 -196
  128. package/dist/components/ui/performance-demo.esm.js +110 -596
  129. package/dist/components/ui/performance-demo.js +110 -596
  130. package/dist/components/ui/semantic-input-system-demo.esm.js +87 -501
  131. package/dist/components/ui/semantic-input-system-demo.js +87 -501
  132. package/dist/components/ui/theme-customizer.esm.js +123 -371
  133. package/dist/components/ui/theme-customizer.js +123 -371
  134. package/dist/components/ui/theme-preview.esm.js +44 -306
  135. package/dist/components/ui/theme-preview.js +44 -306
  136. package/dist/components/ui/theme-switcher.esm.js +79 -258
  137. package/dist/components/ui/theme-switcher.js +79 -258
  138. package/dist/components/ui/theme-toggle.esm.js +22 -35
  139. package/dist/components/ui/theme-toggle.js +22 -35
  140. package/dist/components/ui/token-demo.esm.js +42 -189
  141. package/dist/components/ui/token-demo.js +42 -189
  142. package/dist/components/ui/touch-demo.esm.js +96 -462
  143. package/dist/components/ui/touch-demo.js +96 -462
  144. package/dist/components/ui/touch-friendly-interface-demo.esm.js +63 -519
  145. package/dist/components/ui/touch-friendly-interface-demo.js +63 -519
  146. package/dist/components/ui/touch-friendly-interface.esm.js +103 -281
  147. package/dist/components/ui/touch-friendly-interface.js +103 -281
  148. package/dist/hooks/index.esm.js +23 -181
  149. package/dist/hooks/index.js +23 -181
  150. package/dist/hooks/use-accessibility-support.esm.js +377 -518
  151. package/dist/hooks/use-accessibility-support.js +377 -518
  152. package/dist/hooks/use-adaptive-layout.esm.js +212 -287
  153. package/dist/hooks/use-adaptive-layout.js +212 -287
  154. package/dist/hooks/use-advanced-patterns.esm.js +185 -293
  155. package/dist/hooks/use-advanced-patterns.js +185 -293
  156. package/dist/hooks/use-advanced-transition-system.esm.js +286 -392
  157. package/dist/hooks/use-advanced-transition-system.js +286 -392
  158. package/dist/hooks/use-animation-profile.esm.js +221 -283
  159. package/dist/hooks/use-animation-profile.js +221 -283
  160. package/dist/hooks/use-battery-animations.esm.js +310 -384
  161. package/dist/hooks/use-battery-animations.js +310 -384
  162. package/dist/hooks/use-battery-conscious-loading.esm.js +374 -468
  163. package/dist/hooks/use-battery-conscious-loading.js +374 -468
  164. package/dist/hooks/use-battery-optimization.esm.js +267 -329
  165. package/dist/hooks/use-battery-optimization.js +267 -329
  166. package/dist/hooks/use-battery-status.esm.js +213 -293
  167. package/dist/hooks/use-battery-status.js +213 -293
  168. package/dist/hooks/use-component-performance.esm.js +235 -341
  169. package/dist/hooks/use-component-performance.js +235 -341
  170. package/dist/hooks/use-device-loading-states.esm.js +356 -457
  171. package/dist/hooks/use-device-loading-states.js +356 -457
  172. package/dist/hooks/use-device.esm.js +77 -102
  173. package/dist/hooks/use-device.js +77 -102
  174. package/dist/hooks/use-enterprise-mobile-experience.esm.js +349 -487
  175. package/dist/hooks/use-enterprise-mobile-experience.js +349 -487
  176. package/dist/hooks/use-form-feedback.esm.js +313 -398
  177. package/dist/hooks/use-form-feedback.js +313 -398
  178. package/dist/hooks/use-form-performance.esm.js +407 -500
  179. package/dist/hooks/use-form-performance.js +407 -500
  180. package/dist/hooks/use-frame-rate.esm.js +178 -251
  181. package/dist/hooks/use-frame-rate.js +178 -251
  182. package/dist/hooks/use-gestures.esm.js +230 -332
  183. package/dist/hooks/use-gestures.js +230 -332
  184. package/dist/hooks/use-hardware-acceleration.esm.js +246 -339
  185. package/dist/hooks/use-hardware-acceleration.js +246 -339
  186. package/dist/hooks/use-input-accessibility.esm.js +350 -454
  187. package/dist/hooks/use-input-accessibility.js +350 -454
  188. package/dist/hooks/use-input-performance.esm.js +419 -502
  189. package/dist/hooks/use-input-performance.js +419 -502
  190. package/dist/hooks/use-layout-performance.esm.js +233 -319
  191. package/dist/hooks/use-layout-performance.js +233 -319
  192. package/dist/hooks/use-loading-accessibility.esm.js +421 -531
  193. package/dist/hooks/use-loading-accessibility.js +421 -531
  194. package/dist/hooks/use-loading-performance.esm.js +398 -469
  195. package/dist/hooks/use-loading-performance.js +398 -469
  196. package/dist/hooks/use-memory-usage.esm.js +211 -287
  197. package/dist/hooks/use-memory-usage.js +211 -287
  198. package/dist/hooks/use-mobile-form-layout.esm.js +365 -458
  199. package/dist/hooks/use-mobile-form-layout.js +365 -458
  200. package/dist/hooks/use-mobile-form-validation.esm.js +384 -497
  201. package/dist/hooks/use-mobile-form-validation.js +384 -497
  202. package/dist/hooks/use-mobile-keyboard-optimization.esm.js +354 -468
  203. package/dist/hooks/use-mobile-keyboard-optimization.js +354 -468
  204. package/dist/hooks/use-mobile-layout.esm.js +207 -294
  205. package/dist/hooks/use-mobile-layout.js +207 -294
  206. package/dist/hooks/use-mobile-optimization.esm.js +308 -404
  207. package/dist/hooks/use-mobile-optimization.js +308 -404
  208. package/dist/hooks/use-mobile-skeleton.esm.js +300 -402
  209. package/dist/hooks/use-mobile-skeleton.js +300 -402
  210. package/dist/hooks/use-mobile-touch.esm.js +314 -412
  211. package/dist/hooks/use-mobile-touch.js +314 -412
  212. package/dist/hooks/use-performance-throttling.esm.js +276 -344
  213. package/dist/hooks/use-performance-throttling.js +276 -344
  214. package/dist/hooks/use-performance.esm.js +216 -313
  215. package/dist/hooks/use-performance.js +216 -313
  216. package/dist/hooks/use-reusable-architecture.esm.js +255 -408
  217. package/dist/hooks/use-reusable-architecture.js +255 -408
  218. package/dist/hooks/use-semantic-input-types.esm.js +290 -356
  219. package/dist/hooks/use-semantic-input-types.js +290 -356
  220. package/dist/hooks/use-semantic-input.esm.js +446 -549
  221. package/dist/hooks/use-semantic-input.js +446 -549
  222. package/dist/hooks/use-tablet-layout.esm.js +279 -384
  223. package/dist/hooks/use-tablet-layout.js +279 -384
  224. package/dist/hooks/use-touch-friendly-input.esm.js +401 -519
  225. package/dist/hooks/use-touch-friendly-input.js +401 -519
  226. package/dist/hooks/use-touch-friendly-interface.esm.js +242 -331
  227. package/dist/hooks/use-touch-friendly-interface.js +242 -331
  228. package/dist/hooks/use-touch-optimization.esm.js +288 -370
  229. package/dist/hooks/use-touch-optimization.js +288 -370
  230. package/dist/index.esm.js +150 -294
  231. package/dist/index.js +150 -294
  232. package/dist/lib/utils.esm.js +4 -5
  233. package/dist/lib/utils.js +4 -5
  234. package/dist/plugins/theme-css-generator.esm.js +292 -346
  235. package/dist/plugins/theme-css-generator.js +292 -346
  236. package/dist/provider.esm.js +3 -19
  237. package/dist/provider.js +3 -19
  238. package/dist/styles/layers/validation.esm.js +275 -0
  239. package/dist/styles/layers/validation.js +275 -0
  240. package/dist/styles.css +1 -1
  241. package/dist/theme.esm.js +654 -658
  242. package/dist/theme.js +654 -658
  243. package/dist/themes/ThemeContext.esm.js +1 -27
  244. package/dist/themes/ThemeContext.js +1 -27
  245. package/dist/themes/ThemeProvider.esm.js +191 -223
  246. package/dist/themes/ThemeProvider.js +191 -223
  247. package/dist/themes/accessibility/index.esm.js +0 -4
  248. package/dist/themes/accessibility/index.js +0 -4
  249. package/dist/themes/accessibility.esm.js +175 -240
  250. package/dist/themes/accessibility.js +175 -240
  251. package/dist/themes/aria-patterns.esm.js +345 -401
  252. package/dist/themes/aria-patterns.js +345 -401
  253. package/dist/themes/base-themes.esm.js +15 -24
  254. package/dist/themes/base-themes.js +15 -24
  255. package/dist/themes/colorManager.esm.js +293 -357
  256. package/dist/themes/colorManager.js +293 -357
  257. package/dist/themes/examples/dark-theme.esm.js +129 -133
  258. package/dist/themes/examples/dark-theme.js +129 -133
  259. package/dist/themes/examples/minimal-theme.esm.js +80 -85
  260. package/dist/themes/examples/minimal-theme.js +80 -85
  261. package/dist/themes/focus-management.esm.js +541 -677
  262. package/dist/themes/focus-management.js +541 -677
  263. package/dist/themes/fontLoader.esm.js +151 -180
  264. package/dist/themes/fontLoader.js +151 -180
  265. package/dist/themes/high-contrast.esm.js +394 -558
  266. package/dist/themes/high-contrast.js +394 -558
  267. package/dist/themes/index.esm.js +1 -9
  268. package/dist/themes/index.js +1 -9
  269. package/dist/themes/inheritance.esm.js +145 -180
  270. package/dist/themes/inheritance.js +145 -180
  271. package/dist/themes/keyboard-navigation.esm.js +418 -510
  272. package/dist/themes/keyboard-navigation.js +418 -510
  273. package/dist/themes/motion-reduction.esm.js +434 -591
  274. package/dist/themes/motion-reduction.js +434 -591
  275. package/dist/themes/navigation.esm.js +1 -234
  276. package/dist/themes/navigation.js +1 -234
  277. package/dist/themes/screen-reader.esm.js +515 -616
  278. package/dist/themes/screen-reader.js +515 -616
  279. package/dist/themes/systemThemeDetector.esm.js +135 -164
  280. package/dist/themes/systemThemeDetector.js +135 -164
  281. package/dist/themes/themeCSSUpdater.esm.js +217 -252
  282. package/dist/themes/themeCSSUpdater.js +217 -252
  283. package/dist/themes/themePersistence.esm.js +181 -212
  284. package/dist/themes/themePersistence.js +181 -212
  285. package/dist/themes/themes/default.esm.js +584 -0
  286. package/dist/themes/themes/default.js +584 -0
  287. package/dist/themes/themes/harvey.esm.js +551 -0
  288. package/dist/themes/themes/harvey.js +551 -0
  289. package/dist/themes/themes/stan-design.esm.js +654 -658
  290. package/dist/themes/themes/stan-design.js +654 -658
  291. package/dist/themes/types.esm.js +1 -458
  292. package/dist/themes/types.js +1 -458
  293. package/dist/themes/useSystemTheme.esm.js +34 -42
  294. package/dist/themes/useSystemTheme.js +34 -42
  295. package/dist/themes/useTheme.esm.js +23 -28
  296. package/dist/themes/useTheme.js +23 -28
  297. package/dist/themes/validation.esm.js +380 -433
  298. package/dist/themes/validation.js +380 -433
  299. package/dist/tokens/index.esm.js +2 -25
  300. package/dist/tokens/index.js +2 -25
  301. package/dist/tokens/tokenExporter.esm.js +309 -373
  302. package/dist/tokens/tokenExporter.js +309 -373
  303. package/dist/tokens/tokenGenerator.esm.js +241 -273
  304. package/dist/tokens/tokenGenerator.js +241 -273
  305. package/dist/tokens/tokenManager.esm.js +187 -241
  306. package/dist/tokens/tokenManager.js +187 -241
  307. package/dist/tokens/tokenValidator.esm.js +402 -522
  308. package/dist/tokens/tokenValidator.js +402 -522
  309. package/dist/tokens/types.esm.js +1 -78
  310. package/dist/tokens/types.js +1 -78
  311. package/dist/types.esm.js +3 -0
  312. package/dist/types.js +3 -0
  313. package/dist/utils/bundle-analyzer.esm.js +188 -246
  314. package/dist/utils/bundle-analyzer.js +188 -246
  315. package/dist/utils/bundle-splitting.esm.js +330 -458
  316. package/dist/utils/bundle-splitting.js +330 -458
  317. package/dist/utils/lazy-loading.esm.js +311 -417
  318. package/dist/utils/lazy-loading.js +311 -417
  319. package/dist/utils/performance-monitor.esm.js +369 -490
  320. package/dist/utils/performance-monitor.js +369 -490
  321. package/dist/utils/tree-shaking.esm.js +194 -264
  322. package/dist/utils/tree-shaking.js +194 -264
  323. package/package.json +18 -2
  324. package/src/index.ts +150 -149
  325. package/src/provider.tsx +3 -3
  326. package/src/theme.ts +1 -1
  327. package/{dist/theme.d.ts → src/themes/themes/default.ts} +77 -169
  328. package/src/themes/themes/harvey.ts +554 -0
  329. package/{dist/themes/types.d.ts → src/types.ts} +7 -1
  330. package/dist/components/ui/accessibility-demo.d.ts +0 -259
  331. package/dist/components/ui/advanced-component-architecture-demo.d.ts +0 -718
  332. package/dist/components/ui/advanced-transition-system-demo.d.ts +0 -660
  333. package/dist/components/ui/advanced-transition-system.d.ts +0 -391
  334. package/dist/components/ui/animation/animated-container.d.ts +0 -162
  335. package/dist/components/ui/animation/index.d.ts +0 -9
  336. package/dist/components/ui/animation/staggered-container.d.ts +0 -64
  337. package/dist/components/ui/animation-demo.d.ts +0 -238
  338. package/dist/components/ui/badge.d.ts +0 -28
  339. package/dist/components/ui/battery-conscious-animation-demo.d.ts +0 -561
  340. package/dist/components/ui/border-radius-shadow-demo.d.ts +0 -183
  341. package/dist/components/ui/button.d.ts +0 -33
  342. package/dist/components/ui/card.d.ts +0 -205
  343. package/dist/components/ui/checkbox.d.ts +0 -26
  344. package/dist/components/ui/color-preview.d.ts +0 -402
  345. package/dist/components/ui/data-display/chart.d.ts +0 -646
  346. package/dist/components/ui/data-display/data-grid-simple.d.ts +0 -73
  347. package/dist/components/ui/data-display/data-grid.d.ts +0 -670
  348. package/dist/components/ui/data-display/list.d.ts +0 -448
  349. package/dist/components/ui/data-display/table.d.ts +0 -472
  350. package/dist/components/ui/data-display/timeline.d.ts +0 -433
  351. package/dist/components/ui/data-display/tree.d.ts +0 -594
  352. package/dist/components/ui/data-display/types.d.ts +0 -534
  353. package/dist/components/ui/enterprise-mobile-experience-demo.d.ts +0 -735
  354. package/dist/components/ui/enterprise-mobile-experience.d.ts +0 -461
  355. package/dist/components/ui/feedback/alert.d.ts +0 -154
  356. package/dist/components/ui/feedback/progress.d.ts +0 -288
  357. package/dist/components/ui/feedback/skeleton.d.ts +0 -182
  358. package/dist/components/ui/feedback/toast.d.ts +0 -277
  359. package/dist/components/ui/feedback/types.d.ts +0 -123
  360. package/dist/components/ui/font-preview.d.ts +0 -282
  361. package/dist/components/ui/form-demo.d.ts +0 -544
  362. package/dist/components/ui/hardware-acceleration-demo.d.ts +0 -540
  363. package/dist/components/ui/input.d.ts +0 -33
  364. package/dist/components/ui/label.d.ts +0 -13
  365. package/dist/components/ui/layout-demo.d.ts +0 -352
  366. package/dist/components/ui/layouts/adaptive-layout.d.ts +0 -132
  367. package/dist/components/ui/layouts/desktop-layout.d.ts +0 -219
  368. package/dist/components/ui/layouts/index.d.ts +0 -5
  369. package/dist/components/ui/layouts/mobile-layout.d.ts +0 -158
  370. package/dist/components/ui/layouts/tablet-layout.d.ts +0 -192
  371. package/dist/components/ui/mobile-form-validation.d.ts +0 -439
  372. package/dist/components/ui/mobile-input-demo.d.ts +0 -197
  373. package/dist/components/ui/mobile-input.d.ts +0 -273
  374. package/dist/components/ui/mobile-skeleton-loading-demo.d.ts +0 -628
  375. package/dist/components/ui/navigation/breadcrumb.d.ts +0 -149
  376. package/dist/components/ui/navigation/index.d.ts +0 -25
  377. package/dist/components/ui/navigation/menu.d.ts +0 -366
  378. package/dist/components/ui/navigation/navigation-demo.d.ts +0 -169
  379. package/dist/components/ui/navigation/pagination.d.ts +0 -261
  380. package/dist/components/ui/navigation/sidebar.d.ts +0 -375
  381. package/dist/components/ui/navigation/stepper.d.ts +0 -294
  382. package/dist/components/ui/navigation/tabs.d.ts +0 -196
  383. package/dist/components/ui/navigation/types.d.ts +0 -293
  384. package/dist/components/ui/overlay/backdrop.d.ts +0 -79
  385. package/dist/components/ui/overlay/focus-manager.d.ts +0 -141
  386. package/dist/components/ui/overlay/index.d.ts +0 -27
  387. package/dist/components/ui/overlay/modal.d.ts +0 -262
  388. package/dist/components/ui/overlay/overlay-manager.d.ts +0 -107
  389. package/dist/components/ui/overlay/popover.d.ts +0 -450
  390. package/dist/components/ui/overlay/portal.d.ts +0 -75
  391. package/dist/components/ui/overlay/tooltip.d.ts +0 -298
  392. package/dist/components/ui/overlay/types.d.ts +0 -194
  393. package/dist/components/ui/performance-demo.d.ts +0 -583
  394. package/dist/components/ui/semantic-input-system-demo.d.ts +0 -490
  395. package/dist/components/ui/theme-customizer.d.ts +0 -378
  396. package/dist/components/ui/theme-preview.d.ts +0 -305
  397. package/dist/components/ui/theme-switcher.d.ts +0 -259
  398. package/dist/components/ui/theme-toggle.d.ts +0 -34
  399. package/dist/components/ui/token-demo.d.ts +0 -188
  400. package/dist/components/ui/touch-demo.d.ts +0 -455
  401. package/dist/components/ui/touch-friendly-interface-demo.d.ts +0 -512
  402. package/dist/components/ui/touch-friendly-interface.d.ts +0 -292
  403. package/dist/hooks/index.d.ts +0 -161
  404. package/dist/hooks/use-accessibility-support.d.ts +0 -516
  405. package/dist/hooks/use-adaptive-layout.d.ts +0 -287
  406. package/dist/hooks/use-advanced-patterns.d.ts +0 -292
  407. package/dist/hooks/use-advanced-transition-system.d.ts +0 -390
  408. package/dist/hooks/use-animation-profile.d.ts +0 -285
  409. package/dist/hooks/use-battery-animations.d.ts +0 -382
  410. package/dist/hooks/use-battery-conscious-loading.d.ts +0 -473
  411. package/dist/hooks/use-battery-optimization.d.ts +0 -328
  412. package/dist/hooks/use-battery-status.d.ts +0 -297
  413. package/dist/hooks/use-component-performance.d.ts +0 -342
  414. package/dist/hooks/use-device-loading-states.d.ts +0 -456
  415. package/dist/hooks/use-device.d.ts +0 -104
  416. package/dist/hooks/use-enterprise-mobile-experience.d.ts +0 -486
  417. package/dist/hooks/use-form-feedback.d.ts +0 -401
  418. package/dist/hooks/use-form-performance.d.ts +0 -511
  419. package/dist/hooks/use-frame-rate.d.ts +0 -249
  420. package/dist/hooks/use-gestures.d.ts +0 -336
  421. package/dist/hooks/use-hardware-acceleration.d.ts +0 -339
  422. package/dist/hooks/use-input-accessibility.d.ts +0 -451
  423. package/dist/hooks/use-input-performance.d.ts +0 -503
  424. package/dist/hooks/use-layout-performance.d.ts +0 -317
  425. package/dist/hooks/use-loading-accessibility.d.ts +0 -532
  426. package/dist/hooks/use-loading-performance.d.ts +0 -471
  427. package/dist/hooks/use-memory-usage.d.ts +0 -285
  428. package/dist/hooks/use-mobile-form-layout.d.ts +0 -462
  429. package/dist/hooks/use-mobile-form-validation.d.ts +0 -516
  430. package/dist/hooks/use-mobile-keyboard-optimization.d.ts +0 -469
  431. package/dist/hooks/use-mobile-layout.d.ts +0 -300
  432. package/dist/hooks/use-mobile-optimization.d.ts +0 -404
  433. package/dist/hooks/use-mobile-skeleton.d.ts +0 -399
  434. package/dist/hooks/use-mobile-touch.d.ts +0 -412
  435. package/dist/hooks/use-performance-throttling.d.ts +0 -346
  436. package/dist/hooks/use-performance.d.ts +0 -314
  437. package/dist/hooks/use-reusable-architecture.d.ts +0 -412
  438. package/dist/hooks/use-semantic-input-types.d.ts +0 -354
  439. package/dist/hooks/use-semantic-input.d.ts +0 -563
  440. package/dist/hooks/use-tablet-layout.d.ts +0 -382
  441. package/dist/hooks/use-touch-friendly-input.d.ts +0 -520
  442. package/dist/hooks/use-touch-friendly-interface.d.ts +0 -329
  443. package/dist/hooks/use-touch-optimization.d.ts +0 -373
  444. package/dist/index.d.ts +0 -149
  445. package/dist/lib/utils.d.ts +0 -3
  446. package/dist/plugins/theme-css-generator.d.ts +0 -345
  447. package/dist/provider.d.ts +0 -17
  448. package/dist/themes/ThemeContext.d.ts +0 -27
  449. package/dist/themes/ThemeProvider.d.ts +0 -222
  450. package/dist/themes/accessibility/index.d.ts +0 -7
  451. package/dist/themes/accessibility.d.ts +0 -259
  452. package/dist/themes/aria-patterns.d.ts +0 -418
  453. package/dist/themes/base-themes.d.ts +0 -34
  454. package/dist/themes/colorManager.d.ts +0 -327
  455. package/dist/themes/examples/dark-theme.d.ts +0 -139
  456. package/dist/themes/examples/minimal-theme.d.ts +0 -93
  457. package/dist/themes/focus-management.d.ts +0 -699
  458. package/dist/themes/fontLoader.d.ts +0 -163
  459. package/dist/themes/high-contrast.d.ts +0 -619
  460. package/dist/themes/index.d.ts +0 -11
  461. package/dist/themes/inheritance.d.ts +0 -160
  462. package/dist/themes/keyboard-navigation.d.ts +0 -550
  463. package/dist/themes/motion-reduction.d.ts +0 -660
  464. package/dist/themes/navigation.d.ts +0 -232
  465. package/dist/themes/screen-reader.d.ts +0 -645
  466. package/dist/themes/systemThemeDetector.d.ts +0 -148
  467. package/dist/themes/themeCSSUpdater.d.ts +0 -229
  468. package/dist/themes/themePersistence.d.ts +0 -192
  469. package/dist/themes/themes/stan-design.d.ts +0 -678
  470. package/dist/themes/useSystemTheme.d.ts +0 -43
  471. package/dist/themes/useTheme.d.ts +0 -20
  472. package/dist/themes/validation.d.ts +0 -406
  473. package/dist/tokens/index.d.ts +0 -25
  474. package/dist/tokens/tokenExporter.d.ts +0 -336
  475. package/dist/tokens/tokenGenerator.d.ts +0 -250
  476. package/dist/tokens/tokenManager.d.ts +0 -194
  477. package/dist/tokens/tokenValidator.d.ts +0 -488
  478. package/dist/tokens/types.d.ts +0 -78
  479. package/dist/utils/bundle-analyzer.d.ts +0 -260
  480. package/dist/utils/bundle-splitting.d.ts +0 -483
  481. package/dist/utils/lazy-loading.d.ts +0 -437
  482. package/dist/utils/performance-monitor.d.ts +0 -513
  483. package/dist/utils/tree-shaking.d.ts +0 -274
package/dist/theme.js CHANGED
@@ -1,683 +1,679 @@
1
- import { MultiThemeConfig } from '../types';
2
-
3
1
  /**
4
2
  * Stan Design Base Theme
5
3
  * Modern, professional design with Clash Display font
6
4
  */
7
- export const stanDesignTheme: MultiThemeConfig = {
8
- fonts: {
9
- primary: {
10
- family: 'Clash Display',
11
- fallbacks: ['ui-sans-serif', 'system-ui', '-apple-system', 'BlinkMacSystemFont', '"Segoe UI"', 'Roboto', '"Helvetica Neue"', 'Arial', '"Noto Sans"', 'sans-serif'],
12
- weights: [300, 400, 500, 600, 700],
13
- display: 'swap',
14
- source: {
15
- type: 'custom',
16
- files: {
17
- woff2: '/fonts/clash-display/ClashDisplay-Variable.woff2'
18
- }
19
- },
20
- sizes: {
21
- xs: '0.75rem',
22
- sm: '0.875rem',
23
- md: '1rem',
24
- lg: '1.125rem',
25
- xl: '1.25rem',
26
- '2xl': '1.5rem',
27
- '3xl': '1.875rem',
28
- '4xl': '2.25rem',
29
- '5xl': '3rem',
30
- '6xl': '3.75rem'
31
- },
32
- lineHeights: {
33
- tight: '1.25',
34
- normal: '1.5',
35
- relaxed: '1.75',
36
- loose: '2'
37
- },
38
- letterSpacing: {
39
- tight: '-0.025em',
40
- normal: '0em',
41
- wide: '0.025em',
42
- wider: '0.05em',
43
- widest: '0.1em'
44
- }
45
- },
46
- secondary: {
47
- family: 'Clash Display',
48
- fallbacks: ['ui-sans-serif', 'system-ui', '-apple-system', 'BlinkMacSystemFont', '"Segoe UI"', 'Roboto', '"Helvetica Neue"', 'Arial', '"Noto Sans"', 'sans-serif'],
49
- weights: [300, 400, 500, 600, 700],
50
- display: 'swap',
51
- source: {
52
- type: 'custom',
53
- files: {
54
- woff2: '/fonts/clash-display/ClashDisplay-Variable.woff2'
5
+ export const stanDesignTheme = {
6
+ fonts: {
7
+ primary: {
8
+ family: 'Clash Display',
9
+ fallbacks: ['ui-sans-serif', 'system-ui', '-apple-system', 'BlinkMacSystemFont', '"Segoe UI"', 'Roboto', '"Helvetica Neue"', 'Arial', '"Noto Sans"', 'sans-serif'],
10
+ weights: [300, 400, 500, 600, 700],
11
+ display: 'swap',
12
+ source: {
13
+ type: 'custom',
14
+ files: {
15
+ woff2: '/fonts/clash-display/ClashDisplay-Variable.woff2'
16
+ }
17
+ },
18
+ sizes: {
19
+ xs: '0.75rem',
20
+ sm: '0.875rem',
21
+ md: '1rem',
22
+ lg: '1.125rem',
23
+ xl: '1.25rem',
24
+ '2xl': '1.5rem',
25
+ '3xl': '1.875rem',
26
+ '4xl': '2.25rem',
27
+ '5xl': '3rem',
28
+ '6xl': '3.75rem'
29
+ },
30
+ lineHeights: {
31
+ tight: '1.25',
32
+ normal: '1.5',
33
+ relaxed: '1.75',
34
+ loose: '2'
35
+ },
36
+ letterSpacing: {
37
+ tight: '-0.025em',
38
+ normal: '0em',
39
+ wide: '0.025em',
40
+ wider: '0.05em',
41
+ widest: '0.1em'
42
+ }
43
+ },
44
+ secondary: {
45
+ family: 'Clash Display',
46
+ fallbacks: ['ui-sans-serif', 'system-ui', '-apple-system', 'BlinkMacSystemFont', '"Segoe UI"', 'Roboto', '"Helvetica Neue"', 'Arial', '"Noto Sans"', 'sans-serif'],
47
+ weights: [300, 400, 500, 600, 700],
48
+ display: 'swap',
49
+ source: {
50
+ type: 'custom',
51
+ files: {
52
+ woff2: '/fonts/clash-display/ClashDisplay-Variable.woff2'
53
+ }
54
+ },
55
+ sizes: {
56
+ xs: '0.75rem',
57
+ sm: '0.875rem',
58
+ md: '1rem',
59
+ lg: '1.125rem',
60
+ xl: '1.25rem',
61
+ '2xl': '1.5rem',
62
+ '3xl': '1.875rem',
63
+ '4xl': '2.25rem',
64
+ '5xl': '3rem',
65
+ '6xl': '3.75rem'
66
+ },
67
+ lineHeights: {
68
+ tight: '1.25',
69
+ normal: '1.5',
70
+ relaxed: '1.75',
71
+ loose: '2'
72
+ },
73
+ letterSpacing: {
74
+ tight: '-0.025em',
75
+ normal: '0em',
76
+ wide: '0.025em',
77
+ wider: '0.05em',
78
+ widest: '0.1em'
79
+ }
80
+ },
81
+ display: {
82
+ family: 'Clash Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif',
83
+ weights: [400, 500, 600, 700],
84
+ sizes: {
85
+ xs: '1.5rem',
86
+ sm: '1.875rem',
87
+ md: '2.25rem',
88
+ lg: '3rem',
89
+ xl: '3.75rem',
90
+ '2xl': '4.5rem',
91
+ '3xl': '6rem',
92
+ '4xl': '7.5rem',
93
+ '5xl': '9rem',
94
+ '6xl': '12rem'
95
+ },
96
+ lineHeights: {
97
+ tight: '1.1',
98
+ normal: '1.2',
99
+ relaxed: '1.3',
100
+ loose: '1.4'
101
+ },
102
+ letterSpacing: {
103
+ tight: '-0.02em',
104
+ normal: '-0.01em',
105
+ wide: '0em',
106
+ wider: '0.01em',
107
+ widest: '0.02em'
108
+ }
109
+ },
110
+ body: {
111
+ family: 'Clash Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif',
112
+ weights: [300, 400, 500],
113
+ sizes: {
114
+ xs: '0.75rem',
115
+ sm: '0.875rem',
116
+ md: '1rem',
117
+ lg: '1.125rem',
118
+ xl: '1.25rem',
119
+ '2xl': '1.5rem',
120
+ '3xl': '1.875rem',
121
+ '4xl': '2.25rem',
122
+ '5xl': '3rem',
123
+ '6xl': '3.75rem'
124
+ },
125
+ lineHeights: {
126
+ tight: '1.4',
127
+ normal: '1.6',
128
+ relaxed: '1.8',
129
+ loose: '2'
130
+ },
131
+ letterSpacing: {
132
+ tight: '-0.01em',
133
+ normal: '0em',
134
+ wide: '0.01em',
135
+ wider: '0.02em',
136
+ widest: '0.05em'
137
+ }
138
+ },
139
+ mono: {
140
+ family: 'ui-monospace, SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, monospace',
141
+ weights: [400, 500, 600],
142
+ sizes: {
143
+ xs: '0.75rem',
144
+ sm: '0.875rem',
145
+ md: '1rem',
146
+ lg: '1.125rem',
147
+ xl: '1.25rem',
148
+ '2xl': '1.5rem',
149
+ '3xl': '1.875rem',
150
+ '4xl': '2.25rem',
151
+ '5xl': '3rem',
152
+ '6xl': '3.75rem'
153
+ },
154
+ lineHeights: {
155
+ tight: '1.25',
156
+ normal: '1.5',
157
+ relaxed: '1.75',
158
+ loose: '2'
159
+ },
160
+ letterSpacing: {
161
+ tight: '-0.025em',
162
+ normal: '0em',
163
+ wide: '0.025em',
164
+ wider: '0.05em',
165
+ widest: '0.1em'
166
+ }
55
167
  }
56
- },
57
- sizes: {
58
- xs: '0.75rem',
59
- sm: '0.875rem',
60
- md: '1rem',
61
- lg: '1.125rem',
62
- xl: '1.25rem',
63
- '2xl': '1.5rem',
64
- '3xl': '1.875rem',
65
- '4xl': '2.25rem',
66
- '5xl': '3rem',
67
- '6xl': '3.75rem'
68
- },
69
- lineHeights: {
70
- tight: '1.25',
71
- normal: '1.5',
72
- relaxed: '1.75',
73
- loose: '2'
74
- },
75
- letterSpacing: {
76
- tight: '-0.025em',
77
- normal: '0em',
78
- wide: '0.025em',
79
- wider: '0.05em',
80
- widest: '0.1em'
81
- }
82
- },
83
- display: {
84
- family: 'Clash Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif',
85
- weights: [400, 500, 600, 700],
86
- sizes: {
87
- xs: '1.5rem',
88
- sm: '1.875rem',
89
- md: '2.25rem',
90
- lg: '3rem',
91
- xl: '3.75rem',
92
- '2xl': '4.5rem',
93
- '3xl': '6rem',
94
- '4xl': '7.5rem',
95
- '5xl': '9rem',
96
- '6xl': '12rem'
97
- },
98
- lineHeights: {
99
- tight: '1.1',
100
- normal: '1.2',
101
- relaxed: '1.3',
102
- loose: '1.4'
103
- },
104
- letterSpacing: {
105
- tight: '-0.02em',
106
- normal: '-0.01em',
107
- wide: '0em',
108
- wider: '0.01em',
109
- widest: '0.02em'
110
- }
111
- },
112
- body: {
113
- family: 'Clash Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif',
114
- weights: [300, 400, 500],
115
- sizes: {
116
- xs: '0.75rem',
117
- sm: '0.875rem',
118
- md: '1rem',
119
- lg: '1.125rem',
120
- xl: '1.25rem',
121
- '2xl': '1.5rem',
122
- '3xl': '1.875rem',
123
- '4xl': '2.25rem',
124
- '5xl': '3rem',
125
- '6xl': '3.75rem'
126
- },
127
- lineHeights: {
128
- tight: '1.4',
129
- normal: '1.6',
130
- relaxed: '1.8',
131
- loose: '2'
132
- },
133
- letterSpacing: {
134
- tight: '-0.01em',
135
- normal: '0em',
136
- wide: '0.01em',
137
- wider: '0.02em',
138
- widest: '0.05em'
139
- }
140
- },
141
- mono: {
142
- family: 'ui-monospace, SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, monospace',
143
- weights: [400, 500, 600],
144
- sizes: {
145
- xs: '0.75rem',
146
- sm: '0.875rem',
147
- md: '1rem',
148
- lg: '1.125rem',
149
- xl: '1.25rem',
150
- '2xl': '1.5rem',
151
- '3xl': '1.875rem',
152
- '4xl': '2.25rem',
153
- '5xl': '3rem',
154
- '6xl': '3.75rem'
155
- },
156
- lineHeights: {
157
- tight: '1.25',
158
- normal: '1.5',
159
- relaxed: '1.75',
160
- loose: '2'
161
- },
162
- letterSpacing: {
163
- tight: '-0.025em',
164
- normal: '0em',
165
- wide: '0.025em',
166
- wider: '0.05em',
167
- widest: '0.1em'
168
- }
169
- }
170
- },
171
- colors: {
172
- primary: {
173
- 50: '#eff6ff',
174
- 100: '#dbeafe',
175
- 200: '#bfdbfe',
176
- 300: '#93c5fd',
177
- 400: '#60a5fa',
178
- 500: '#2563eb', // Updated to match original poker project
179
- 600: '#1d4ed8',
180
- 700: '#1e40af',
181
- 800: '#1e3a8a',
182
- 900: '#1e3a8a',
183
- // RGB versions for rgba() usage
184
- '500-rgb': '37, 99, 235',
185
- '600-rgb': '29, 78, 216',
186
- '700-rgb': '30, 64, 175'
187
- },
188
- secondary: {
189
- 50: '#f9fafb',
190
- 100: '#f3f4f6',
191
- 200: '#e5e7eb',
192
- 300: '#d1d5db',
193
- 400: '#9ca3af',
194
- 500: '#6b7280',
195
- 600: '#4b5563',
196
- 700: '#374151',
197
- 800: '#1f2937',
198
- 900: '#111827'
199
- },
200
- semantic: {
201
- success: '#059669', // Updated to match original poker project
202
- warning: '#f59e0b',
203
- error: '#ef4444',
204
- errorDark: '#dc2626', // Darker red for destructive hover states
205
- info: '#2563eb', // Updated to match original poker project
206
- // RGB versions for rgba() usage
207
- successRgb: '5, 150, 105',
208
- warningRgb: '245, 158, 11',
209
- errorRgb: '239, 68, 68',
210
- errorDarkRgb: '220, 38, 38',
211
- infoRgb: '37, 99, 235',
212
- // Additional RGB versions referenced in CSS
213
- 'success-rgb': '5, 150, 105',
214
- 'warning-rgb': '245, 158, 11',
215
- 'error-rgb': '239, 68, 68',
216
- 'error-dark-rgb': '220, 38, 38',
217
- 'info-rgb': '37, 99, 235'
218
- },
219
- neutral: {
220
- 50: '#fafafa',
221
- 100: '#f5f5f5',
222
- 200: '#e5e5e5',
223
- 300: '#d4d4d4',
224
- 400: '#a3a3a3',
225
- 500: '#737373',
226
- 600: '#525252',
227
- 700: '#404040',
228
- 800: '#262626',
229
- 900: '#171717'
230
- },
231
- surface: {
232
- background: '#ffffff',
233
- surface: '#f3f4f6', // Updated to match original poker project
234
- border: '#e5e7eb', // Updated to match original poker project
235
- divider: '#d1d5db' // Updated to match original poker project
236
- },
237
- text: {
238
- primary: '#111827', // Updated to match original poker project
239
- secondary: '#4b5563', // Updated to match original poker project
240
- muted: '#6b7280', // Updated to match original poker project
241
- inverse: '#ffffff',
242
- onPrimary: '#ffffff',
243
- onSecondary: '#ffffff',
244
- onSurface: '#111827' // Updated to match original poker project
245
- },
246
- interactive: {
247
- hover: '#f8fafc', // Updated to match original poker project
248
- active: '#f3f4f6', // Updated to match original poker project
249
- focus: '#2563eb', // Updated to match original poker project
250
- disabled: '#d1d5db' // Updated to match original poker project
251
- },
252
- // Additional colors referenced in CSS
253
- accent: '#6366f1',
254
- 'bg-primary': '#ffffff',
255
- 'bg-secondary': '#f3f4f6', // Updated to match original poker project
256
- 'surface-bg': '#f3f4f6', // Updated to match original poker project
257
- // Additional missing CSS variables
258
- 'primary-hover': '#1d4ed8', // Updated to match original poker project
259
- 'primary-active': '#1e40af', // Updated to match original poker project
260
- 'accent-rgb': '99, 102, 241',
261
- 'border': '#e5e7eb', // Updated to match original poker project
262
- // Border semantic variables
263
- 'border-transparent': 'transparent',
264
- // Text colors referenced in CSS
265
- 'text-primary': '#111827', // Updated to match original poker project
266
- 'text-secondary': '#4b5563' // Updated to match original poker project
267
- },
268
- navigation: {
269
- layout: 'horizontal',
270
- style: 'enhanced',
271
- behavior: 'static',
272
- responsive: 'mobile-first',
273
- animations: {
274
- duration: {
275
- fast: '0.15s',
276
- normal: '0.2s',
277
- slow: '0.3s',
278
- instant: '0s'
279
- },
280
- easing: {
281
- linear: 'linear',
282
- ease: 'ease',
283
- easeIn: 'ease-in',
284
- easeOut: 'ease-out',
285
- easeInOut: 'ease-in-out',
286
- bounce: 'cubic-bezier(0.68, -0.55, 0.265, 1.55)',
287
- elastic: 'cubic-bezier(0.175, 0.885, 0.32, 1.275)'
288
- },
289
- stagger: {
290
- enabled: true,
291
- delay: '0.05s',
292
- direction: 'forward'
293
- },
294
- transitions: {
295
- enter: '0.2s ease-out',
296
- exit: '0.15s ease-in',
297
- move: '0.2s ease',
298
- resize: '0.1s ease'
299
- }
300
- },
301
- spacing: {
302
- container: '1rem',
303
- item: '0.5rem',
304
- group: '1rem',
305
- divider: '0.25rem',
306
- icon: '0.5rem',
307
- text: '0.25rem',
308
- padding: {
309
- horizontal: '1rem',
310
- vertical: '0.75rem',
311
- top: '0.75rem',
312
- right: '1rem',
313
- bottom: '0.75rem',
314
- left: '1rem'
315
- },
316
- margin: {
317
- horizontal: '0.5rem',
318
- vertical: '0.25rem',
319
- top: '0.25rem',
320
- right: '0.5rem',
321
- bottom: '0.25rem',
322
- left: '0.5rem'
323
- }
324
168
  },
325
169
  colors: {
326
- background: {
327
- primary: '#ffffff',
328
- secondary: '#f3f4f6', // Updated to match original poker project
329
- tertiary: '#f8fafc', // Updated to match original poker project
330
- light: '#ffffff',
331
- dark: '#0f172a',
332
- contrast: '#000000'
333
- },
334
- text: {
335
- primary: '#111827', // Updated to match original poker project
336
- secondary: '#4b5563', // Updated to match original poker project
337
- tertiary: '#6b7280', // Updated to match original poker project
338
- light: '#9ca3af', // Updated to match original poker project
339
- dark: '#0f172a',
340
- contrast: '#ffffff'
341
- },
342
- border: {
343
- primary: '#e5e7eb', // Updated to match original poker project
344
- secondary: '#d1d5db', // Updated to match original poker project
345
- tertiary: '#9ca3af', // Updated to match original poker project
346
- light: '#f8fafc', // Updated to match original poker project
347
- dark: '#475569',
348
- contrast: '#000000'
349
- },
350
- accent: {
351
- primary: '#2563eb', // Updated to match original poker project
352
- secondary: '#6366f1',
353
- tertiary: '#8b5cf6',
354
- light: '#dbeafe',
355
- dark: '#1d4ed8', // Updated to match original poker project
356
- contrast: '#ffffff'
357
- },
358
- hover: {
359
- primary: '#f8fafc', // Updated to match original poker project
360
- secondary: '#f3f4f6', // Updated to match original poker project
361
- tertiary: '#d1d5db', // Updated to match original poker project
362
- light: '#ffffff',
363
- dark: '#1e293b',
364
- contrast: '#f8fafc'
365
- },
366
- active: {
367
- primary: '#2563eb', // Updated to match original poker project
368
- secondary: '#6366f1',
369
- tertiary: '#8b5cf6',
370
- light: '#dbeafe',
371
- dark: '#1d4ed8', // Updated to match original poker project
372
- contrast: '#ffffff'
373
- },
374
- disabled: {
375
- primary: '#f8fafc', // Updated to match original poker project
376
- secondary: '#f3f4f6', // Updated to match original poker project
377
- tertiary: '#d1d5db', // Updated to match original poker project
378
- light: '#f3f4f6', // Updated to match original poker project
379
- dark: '#475569',
380
- contrast: '#94a3b8'
381
- },
382
- focus: {
383
- primary: '#2563eb', // Updated to match original poker project
384
- secondary: '#6366f1',
385
- tertiary: '#8b5cf6',
386
- light: '#dbeafe',
387
- dark: '#1d4ed8', // Updated to match original poker project
388
- contrast: '#ffffff'
389
- }
390
- },
391
- typography: {
392
- fontFamily: 'Clash Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif',
393
- fontSize: {
394
- xs: '0.75rem',
395
- sm: '0.875rem',
396
- base: '1rem',
397
- lg: '1.125rem',
398
- xl: '1.25rem',
399
- '2xl': '1.5rem'
400
- },
401
- fontWeight: {
402
- light: '300',
403
- normal: '400',
404
- medium: '500',
405
- semibold: '600',
406
- bold: '700'
407
- },
408
- lineHeight: {
409
- tight: '1.25',
410
- normal: '1.5',
411
- relaxed: '1.75',
412
- loose: '2'
413
- },
414
- letterSpacing: {
415
- tight: '-0.025em',
416
- normal: '0',
417
- wide: '0.025em',
418
- wider: '0.05em'
419
- }
420
- },
421
- breakpoints: {
422
- mobile: '640px',
423
- tablet: '768px',
424
- desktop: '1024px',
425
- wide: '1280px',
426
- ultra: '1536px'
427
- }
428
- },
429
- spacing: {
430
- scale: {
431
- xs: '0.25rem',
432
- sm: '0.5rem',
433
- md: '1rem',
434
- lg: '1.5rem',
435
- xl: '2rem',
436
- '2xl': '3rem',
437
- '3xl': '4rem',
438
- '4xl': '6rem',
439
- '5xl': '8rem',
440
- '6xl': '12rem'
441
- },
442
- component: {
443
- button: {
444
- padding: '0.75rem 1.5rem',
445
- margin: '0.5rem',
446
- gap: '0.5rem'
447
- },
448
- input: {
449
- padding: '0.75rem 1rem',
450
- margin: '0.5rem',
451
- gap: '0.5rem'
452
- },
453
- card: {
454
- padding: '1.5rem',
455
- margin: '1rem',
456
- gap: '1rem'
457
- }
458
- },
459
- layout: {
460
- page: '2rem',
461
- section: '3rem',
462
- container: '1rem',
463
- grid: '1.5rem'
464
- }
465
- },
466
- shadows: {
467
- sm: '0 1px 2px 0 rgb(0 0 0 / 0.05)',
468
- md: '0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)',
469
- lg: '0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)',
470
- xl: '0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)',
471
- '2xl': '0 25px 50px -12px rgb(0 0 0 / 0.25)',
472
- inner: 'inset 0 2px 4px 0 rgb(0 0 0 / 0.05)',
473
- none: '0 0 #0000'
474
- },
475
- transitions: {
476
- duration: {
477
- fast: '0.15s',
478
- normal: '0.2s',
479
- slow: '0.3s'
480
- },
481
- easing: {
482
- linear: 'linear',
483
- ease: 'ease',
484
- easeIn: 'ease-in',
485
- easeOut: 'ease-out',
486
- easeInOut: 'ease-in-out'
487
- },
488
- properties: {
489
- colors: '0.2s ease',
490
- transform: '0.2s ease',
491
- opacity: '0.15s ease',
492
- shadow: '0.2s ease'
493
- }
494
- },
495
- borderRadius: {
496
- none: '0',
497
- sm: '0.125rem',
498
- md: '0.375rem',
499
- lg: '0.5rem',
500
- xl: '0.75rem',
501
- '2xl': '1rem',
502
- full: '9999px'
503
- },
504
- borderWidth: {
505
- none: '0',
506
- thin: '0.5px',
507
- normal: '1px',
508
- focus: '2px',
509
- thick: '3px',
510
- extraThick: '4px'
511
- },
512
- animation: {
513
- duration: {
514
- fast: '0.3s',
515
- normal: '0.2s',
516
- slow: '1.5s'
517
- },
518
- easing: {
519
- linear: 'linear',
520
- ease: 'ease',
521
- easeIn: 'ease-in',
522
- easeOut: 'ease-out',
523
- easeInOut: 'ease-in-out'
524
- },
525
- transforms: {
526
- hoverY: '-2px',
527
- offsetY: '10px',
528
- scale: '1.02'
529
- }
530
- },
531
- accessibility: {
532
- focusRing: {
533
- width: '3px',
534
- offset: '2px',
535
- color: 'var(--cs-colors-interactive-focus)'
536
- },
537
- outline: {
538
- offset: '2px'
539
- },
540
- highContrast: {
541
- borderWidth: '2px',
542
- outlineWidth: '4px'
543
- },
544
- disabled: {
545
- cursor: 'not-allowed',
546
- opacity: '0.7'
547
- }
548
- },
549
- print: {
550
- borderColor: '#000',
551
- textColor: '#000',
552
- textSecondaryColor: '#333',
553
- backgroundColor: 'transparent'
554
- },
555
- containerQuery: {
556
- small: '400px',
557
- medium: '600px',
558
- large: '800px'
559
- },
560
- container: {
561
- width: {
562
- small: '16rem',
563
- medium: '20rem',
564
- large: '24rem',
565
- xl: '32rem',
566
- full: '100%'
567
- }
568
- },
569
- shimmer: {
570
- alpha: '0.2',
571
- color: 'rgba(255, 255, 255, 0.2)'
572
- },
573
- meta: {
574
- name: 'Stan Design',
575
- description: 'Modern, professional design system with Clash Display typography and comprehensive theming',
576
- author: 'Stan Design Team',
577
- version: '1.0.0',
578
- category: 'brand',
579
- tags: ['modern', 'professional', 'typography', 'clash-display', 'comprehensive'],
580
- preview: '/themes/stan-design-preview.png',
581
- createdAt: '2024-12-01T00:00:00.000Z',
582
- updatedAt: '2024-12-01T00:00:00.000Z'
583
- },
584
-
585
- // NEW: Add dark mode overrides
586
- modes: {
587
- dark: {
588
- colors: {
589
170
  primary: {
590
- 50: '#1e3a8a',
591
- 100: '#1e40af',
592
- 200: '#1d4ed8',
593
- 300: '#2563eb',
594
- 400: '#3b82f6',
595
- 500: '#60a5fa',
596
- 600: '#93c5fd',
597
- 700: '#bfdbfe',
598
- 800: '#dbeafe',
599
- 900: '#eff6ff',
600
- // RGB versions for rgba() usage
601
- '500-rgb': '96, 165, 250',
602
- '600-rgb': '147, 197, 253',
603
- '700-rgb': '191, 219, 254'
171
+ 50: '#eff6ff',
172
+ 100: '#dbeafe',
173
+ 200: '#bfdbfe',
174
+ 300: '#93c5fd',
175
+ 400: '#60a5fa',
176
+ 500: '#2563eb', // Updated to match original poker project
177
+ 600: '#1d4ed8',
178
+ 700: '#1e40af',
179
+ 800: '#1e3a8a',
180
+ 900: '#1e3a8a',
181
+ // RGB versions for rgba() usage
182
+ '500-rgb': '37, 99, 235',
183
+ '600-rgb': '29, 78, 216',
184
+ '700-rgb': '30, 64, 175'
604
185
  },
605
186
  secondary: {
606
- 50: '#111827',
607
- 100: '#1f2937',
608
- 200: '#374151',
609
- 300: '#4b5563',
610
- 400: '#6b7280',
611
- 500: '#9ca3af',
612
- 600: '#d1d5db',
613
- 700: '#e5e7eb',
614
- 800: '#f3f4f6',
615
- 900: '#f9fafb'
187
+ 50: '#f9fafb',
188
+ 100: '#f3f4f6',
189
+ 200: '#e5e7eb',
190
+ 300: '#d1d5db',
191
+ 400: '#9ca3af',
192
+ 500: '#6b7280',
193
+ 600: '#4b5563',
194
+ 700: '#374151',
195
+ 800: '#1f2937',
196
+ 900: '#111827'
616
197
  },
617
198
  semantic: {
618
- success: '#10b981',
619
- warning: '#fbbf24',
620
- error: '#f87171',
621
- info: '#60a5fa',
622
- // RGB versions for rgba() usage
623
- successRgb: '16, 185, 129',
624
- warningRgb: '251, 191, 36',
625
- errorRgb: '248, 113, 113',
626
- infoRgb: '96, 165, 250',
627
- // Additional RGB versions referenced in CSS
628
- 'success-rgb': '16, 185, 129',
629
- 'warning-rgb': '251, 191, 36',
630
- 'error-rgb': '248, 113, 113',
631
- 'info-rgb': '96, 165, 250'
199
+ success: '#059669', // Updated to match original poker project
200
+ warning: '#f59e0b',
201
+ error: '#ef4444',
202
+ errorDark: '#dc2626', // Darker red for destructive hover states
203
+ info: '#2563eb', // Updated to match original poker project
204
+ // RGB versions for rgba() usage
205
+ successRgb: '5, 150, 105',
206
+ warningRgb: '245, 158, 11',
207
+ errorRgb: '239, 68, 68',
208
+ errorDarkRgb: '220, 38, 38',
209
+ infoRgb: '37, 99, 235',
210
+ // Additional RGB versions referenced in CSS
211
+ 'success-rgb': '5, 150, 105',
212
+ 'warning-rgb': '245, 158, 11',
213
+ 'error-rgb': '239, 68, 68',
214
+ 'error-dark-rgb': '220, 38, 38',
215
+ 'info-rgb': '37, 99, 235'
632
216
  },
633
217
  neutral: {
634
- 50: '#171717',
635
- 100: '#262626',
636
- 200: '#404040',
637
- 300: '#525252',
638
- 400: '#737373',
639
- 500: '#a3a3a3',
640
- 600: '#d4d4d4',
641
- 700: '#e5e5e5',
642
- 800: '#f5f5f5',
643
- 900: '#fafafa'
218
+ 50: '#fafafa',
219
+ 100: '#f5f5f5',
220
+ 200: '#e5e5e5',
221
+ 300: '#d4d4d4',
222
+ 400: '#a3a3a3',
223
+ 500: '#737373',
224
+ 600: '#525252',
225
+ 700: '#404040',
226
+ 800: '#262626',
227
+ 900: '#171717'
644
228
  },
645
229
  surface: {
646
- background: '#0f172a',
647
- surface: '#1e293b',
648
- border: '#334155',
649
- divider: '#475569'
230
+ background: '#ffffff',
231
+ surface: '#f3f4f6', // Updated to match original poker project
232
+ border: '#e5e7eb', // Updated to match original poker project
233
+ divider: '#d1d5db' // Updated to match original poker project
650
234
  },
651
235
  text: {
652
- primary: '#f8fafc',
653
- secondary: '#cbd5e1',
654
- muted: '#94a3b8',
655
- inverse: '#0f172a',
656
- onPrimary: '#0f172a',
657
- onSecondary: '#0f172a',
658
- onSurface: '#f8fafc'
236
+ primary: '#111827', // Updated to match original poker project
237
+ secondary: '#4b5563', // Updated to match original poker project
238
+ muted: '#6b7280', // Updated to match original poker project
239
+ inverse: '#ffffff',
240
+ onPrimary: '#ffffff',
241
+ onSecondary: '#ffffff',
242
+ onSurface: '#111827' // Updated to match original poker project
659
243
  },
660
244
  interactive: {
661
- hover: '#475569',
662
- active: '#1e293b',
663
- focus: '#3b82f6',
664
- disabled: '#475569'
245
+ hover: '#f8fafc', // Updated to match original poker project
246
+ active: '#f3f4f6', // Updated to match original poker project
247
+ focus: '#2563eb', // Updated to match original poker project
248
+ disabled: '#d1d5db' // Updated to match original poker project
665
249
  },
666
250
  // Additional colors referenced in CSS
667
- accent: '#8b5cf6',
668
- 'bg-primary': '#0f172a',
669
- 'bg-secondary': '#1e293b',
670
- 'surface-bg': '#1e293b',
251
+ accent: '#6366f1',
252
+ 'bg-primary': '#ffffff',
253
+ 'bg-secondary': '#f3f4f6', // Updated to match original poker project
254
+ 'surface-bg': '#f3f4f6', // Updated to match original poker project
671
255
  // Additional missing CSS variables
672
- 'primary-hover': '#3b82f6',
673
- 'primary-active': '#60a5fa',
674
- 'accent-rgb': '139, 92, 246',
675
- 'border': '#334155',
256
+ 'primary-hover': '#1d4ed8', // Updated to match original poker project
257
+ 'primary-active': '#1e40af', // Updated to match original poker project
258
+ 'accent-rgb': '99, 102, 241',
259
+ 'border': '#e5e7eb', // Updated to match original poker project
260
+ // Border semantic variables
261
+ 'border-transparent': 'transparent',
676
262
  // Text colors referenced in CSS
677
- 'text-primary': '#f8fafc',
678
- 'text-secondary': '#cbd5e1'
679
- },
680
-
681
- }
682
- }
263
+ 'text-primary': '#111827', // Updated to match original poker project
264
+ 'text-secondary': '#4b5563' // Updated to match original poker project
265
+ },
266
+ navigation: {
267
+ layout: 'horizontal',
268
+ style: 'enhanced',
269
+ behavior: 'static',
270
+ responsive: 'mobile-first',
271
+ animations: {
272
+ duration: {
273
+ fast: '0.15s',
274
+ normal: '0.2s',
275
+ slow: '0.3s',
276
+ instant: '0s'
277
+ },
278
+ easing: {
279
+ linear: 'linear',
280
+ ease: 'ease',
281
+ easeIn: 'ease-in',
282
+ easeOut: 'ease-out',
283
+ easeInOut: 'ease-in-out',
284
+ bounce: 'cubic-bezier(0.68, -0.55, 0.265, 1.55)',
285
+ elastic: 'cubic-bezier(0.175, 0.885, 0.32, 1.275)'
286
+ },
287
+ stagger: {
288
+ enabled: true,
289
+ delay: '0.05s',
290
+ direction: 'forward'
291
+ },
292
+ transitions: {
293
+ enter: '0.2s ease-out',
294
+ exit: '0.15s ease-in',
295
+ move: '0.2s ease',
296
+ resize: '0.1s ease'
297
+ }
298
+ },
299
+ spacing: {
300
+ container: '1rem',
301
+ item: '0.5rem',
302
+ group: '1rem',
303
+ divider: '0.25rem',
304
+ icon: '0.5rem',
305
+ text: '0.25rem',
306
+ padding: {
307
+ horizontal: '1rem',
308
+ vertical: '0.75rem',
309
+ top: '0.75rem',
310
+ right: '1rem',
311
+ bottom: '0.75rem',
312
+ left: '1rem'
313
+ },
314
+ margin: {
315
+ horizontal: '0.5rem',
316
+ vertical: '0.25rem',
317
+ top: '0.25rem',
318
+ right: '0.5rem',
319
+ bottom: '0.25rem',
320
+ left: '0.5rem'
321
+ }
322
+ },
323
+ colors: {
324
+ background: {
325
+ primary: '#ffffff',
326
+ secondary: '#f3f4f6', // Updated to match original poker project
327
+ tertiary: '#f8fafc', // Updated to match original poker project
328
+ light: '#ffffff',
329
+ dark: '#0f172a',
330
+ contrast: '#000000'
331
+ },
332
+ text: {
333
+ primary: '#111827', // Updated to match original poker project
334
+ secondary: '#4b5563', // Updated to match original poker project
335
+ tertiary: '#6b7280', // Updated to match original poker project
336
+ light: '#9ca3af', // Updated to match original poker project
337
+ dark: '#0f172a',
338
+ contrast: '#ffffff'
339
+ },
340
+ border: {
341
+ primary: '#e5e7eb', // Updated to match original poker project
342
+ secondary: '#d1d5db', // Updated to match original poker project
343
+ tertiary: '#9ca3af', // Updated to match original poker project
344
+ light: '#f8fafc', // Updated to match original poker project
345
+ dark: '#475569',
346
+ contrast: '#000000'
347
+ },
348
+ accent: {
349
+ primary: '#2563eb', // Updated to match original poker project
350
+ secondary: '#6366f1',
351
+ tertiary: '#8b5cf6',
352
+ light: '#dbeafe',
353
+ dark: '#1d4ed8', // Updated to match original poker project
354
+ contrast: '#ffffff'
355
+ },
356
+ hover: {
357
+ primary: '#f8fafc', // Updated to match original poker project
358
+ secondary: '#f3f4f6', // Updated to match original poker project
359
+ tertiary: '#d1d5db', // Updated to match original poker project
360
+ light: '#ffffff',
361
+ dark: '#1e293b',
362
+ contrast: '#f8fafc'
363
+ },
364
+ active: {
365
+ primary: '#2563eb', // Updated to match original poker project
366
+ secondary: '#6366f1',
367
+ tertiary: '#8b5cf6',
368
+ light: '#dbeafe',
369
+ dark: '#1d4ed8', // Updated to match original poker project
370
+ contrast: '#ffffff'
371
+ },
372
+ disabled: {
373
+ primary: '#f8fafc', // Updated to match original poker project
374
+ secondary: '#f3f4f6', // Updated to match original poker project
375
+ tertiary: '#d1d5db', // Updated to match original poker project
376
+ light: '#f3f4f6', // Updated to match original poker project
377
+ dark: '#475569',
378
+ contrast: '#94a3b8'
379
+ },
380
+ focus: {
381
+ primary: '#2563eb', // Updated to match original poker project
382
+ secondary: '#6366f1',
383
+ tertiary: '#8b5cf6',
384
+ light: '#dbeafe',
385
+ dark: '#1d4ed8', // Updated to match original poker project
386
+ contrast: '#ffffff'
387
+ }
388
+ },
389
+ typography: {
390
+ fontFamily: 'Clash Display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif',
391
+ fontSize: {
392
+ xs: '0.75rem',
393
+ sm: '0.875rem',
394
+ base: '1rem',
395
+ lg: '1.125rem',
396
+ xl: '1.25rem',
397
+ '2xl': '1.5rem'
398
+ },
399
+ fontWeight: {
400
+ light: '300',
401
+ normal: '400',
402
+ medium: '500',
403
+ semibold: '600',
404
+ bold: '700'
405
+ },
406
+ lineHeight: {
407
+ tight: '1.25',
408
+ normal: '1.5',
409
+ relaxed: '1.75',
410
+ loose: '2'
411
+ },
412
+ letterSpacing: {
413
+ tight: '-0.025em',
414
+ normal: '0',
415
+ wide: '0.025em',
416
+ wider: '0.05em'
417
+ }
418
+ },
419
+ breakpoints: {
420
+ mobile: '640px',
421
+ tablet: '768px',
422
+ desktop: '1024px',
423
+ wide: '1280px',
424
+ ultra: '1536px'
425
+ }
426
+ },
427
+ spacing: {
428
+ scale: {
429
+ xs: '0.25rem',
430
+ sm: '0.5rem',
431
+ md: '1rem',
432
+ lg: '1.5rem',
433
+ xl: '2rem',
434
+ '2xl': '3rem',
435
+ '3xl': '4rem',
436
+ '4xl': '6rem',
437
+ '5xl': '8rem',
438
+ '6xl': '12rem'
439
+ },
440
+ component: {
441
+ button: {
442
+ padding: '0.75rem 1.5rem',
443
+ margin: '0.5rem',
444
+ gap: '0.5rem'
445
+ },
446
+ input: {
447
+ padding: '0.75rem 1rem',
448
+ margin: '0.5rem',
449
+ gap: '0.5rem'
450
+ },
451
+ card: {
452
+ padding: '1.5rem',
453
+ margin: '1rem',
454
+ gap: '1rem'
455
+ }
456
+ },
457
+ layout: {
458
+ page: '2rem',
459
+ section: '3rem',
460
+ container: '1rem',
461
+ grid: '1.5rem'
462
+ }
463
+ },
464
+ shadows: {
465
+ sm: '0 1px 2px 0 rgb(0 0 0 / 0.05)',
466
+ md: '0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)',
467
+ lg: '0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)',
468
+ xl: '0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)',
469
+ '2xl': '0 25px 50px -12px rgb(0 0 0 / 0.25)',
470
+ inner: 'inset 0 2px 4px 0 rgb(0 0 0 / 0.05)',
471
+ none: '0 0 #0000'
472
+ },
473
+ transitions: {
474
+ duration: {
475
+ fast: '0.15s',
476
+ normal: '0.2s',
477
+ slow: '0.3s'
478
+ },
479
+ easing: {
480
+ linear: 'linear',
481
+ ease: 'ease',
482
+ easeIn: 'ease-in',
483
+ easeOut: 'ease-out',
484
+ easeInOut: 'ease-in-out'
485
+ },
486
+ properties: {
487
+ colors: '0.2s ease',
488
+ transform: '0.2s ease',
489
+ opacity: '0.15s ease',
490
+ shadow: '0.2s ease'
491
+ }
492
+ },
493
+ borderRadius: {
494
+ none: '0',
495
+ sm: '0.125rem',
496
+ md: '0.375rem',
497
+ lg: '0.5rem',
498
+ xl: '0.75rem',
499
+ '2xl': '1rem',
500
+ full: '9999px'
501
+ },
502
+ borderWidth: {
503
+ none: '0',
504
+ thin: '0.5px',
505
+ normal: '1px',
506
+ focus: '2px',
507
+ thick: '3px',
508
+ extraThick: '4px'
509
+ },
510
+ animation: {
511
+ duration: {
512
+ fast: '0.3s',
513
+ normal: '0.2s',
514
+ slow: '1.5s'
515
+ },
516
+ easing: {
517
+ linear: 'linear',
518
+ ease: 'ease',
519
+ easeIn: 'ease-in',
520
+ easeOut: 'ease-out',
521
+ easeInOut: 'ease-in-out'
522
+ },
523
+ transforms: {
524
+ hoverY: '-2px',
525
+ offsetY: '10px',
526
+ scale: '1.02'
527
+ }
528
+ },
529
+ accessibility: {
530
+ focusRing: {
531
+ width: '3px',
532
+ offset: '2px',
533
+ color: 'var(--cs-colors-interactive-focus)'
534
+ },
535
+ outline: {
536
+ offset: '2px'
537
+ },
538
+ highContrast: {
539
+ borderWidth: '2px',
540
+ outlineWidth: '4px'
541
+ },
542
+ disabled: {
543
+ cursor: 'not-allowed',
544
+ opacity: '0.7'
545
+ }
546
+ },
547
+ print: {
548
+ borderColor: '#000',
549
+ textColor: '#000',
550
+ textSecondaryColor: '#333',
551
+ backgroundColor: 'transparent'
552
+ },
553
+ containerQuery: {
554
+ small: '400px',
555
+ medium: '600px',
556
+ large: '800px'
557
+ },
558
+ container: {
559
+ width: {
560
+ small: '16rem',
561
+ medium: '20rem',
562
+ large: '24rem',
563
+ xl: '32rem',
564
+ full: '100%'
565
+ }
566
+ },
567
+ shimmer: {
568
+ alpha: '0.2',
569
+ color: 'rgba(255, 255, 255, 0.2)'
570
+ },
571
+ meta: {
572
+ name: 'Stan Design',
573
+ description: 'Modern, professional design system with Clash Display typography and comprehensive theming',
574
+ author: 'Stan Design Team',
575
+ version: '1.0.0',
576
+ category: 'brand',
577
+ tags: ['modern', 'professional', 'typography', 'clash-display', 'comprehensive'],
578
+ preview: '/themes/stan-design-preview.png',
579
+ createdAt: '2024-12-01T00:00:00.000Z',
580
+ updatedAt: '2024-12-01T00:00:00.000Z'
581
+ },
582
+ // NEW: Add dark mode overrides
583
+ modes: {
584
+ dark: {
585
+ colors: {
586
+ primary: {
587
+ 50: '#1e3a8a',
588
+ 100: '#1e40af',
589
+ 200: '#1d4ed8',
590
+ 300: '#2563eb',
591
+ 400: '#3b82f6',
592
+ 500: '#60a5fa',
593
+ 600: '#93c5fd',
594
+ 700: '#bfdbfe',
595
+ 800: '#dbeafe',
596
+ 900: '#eff6ff',
597
+ // RGB versions for rgba() usage
598
+ '500-rgb': '96, 165, 250',
599
+ '600-rgb': '147, 197, 253',
600
+ '700-rgb': '191, 219, 254'
601
+ },
602
+ secondary: {
603
+ 50: '#111827',
604
+ 100: '#1f2937',
605
+ 200: '#374151',
606
+ 300: '#4b5563',
607
+ 400: '#6b7280',
608
+ 500: '#9ca3af',
609
+ 600: '#d1d5db',
610
+ 700: '#e5e7eb',
611
+ 800: '#f3f4f6',
612
+ 900: '#f9fafb'
613
+ },
614
+ semantic: {
615
+ success: '#10b981',
616
+ warning: '#fbbf24',
617
+ error: '#f87171',
618
+ info: '#60a5fa',
619
+ // RGB versions for rgba() usage
620
+ successRgb: '16, 185, 129',
621
+ warningRgb: '251, 191, 36',
622
+ errorRgb: '248, 113, 113',
623
+ infoRgb: '96, 165, 250',
624
+ // Additional RGB versions referenced in CSS
625
+ 'success-rgb': '16, 185, 129',
626
+ 'warning-rgb': '251, 191, 36',
627
+ 'error-rgb': '248, 113, 113',
628
+ 'info-rgb': '96, 165, 250'
629
+ },
630
+ neutral: {
631
+ 50: '#171717',
632
+ 100: '#262626',
633
+ 200: '#404040',
634
+ 300: '#525252',
635
+ 400: '#737373',
636
+ 500: '#a3a3a3',
637
+ 600: '#d4d4d4',
638
+ 700: '#e5e5e5',
639
+ 800: '#f5f5f5',
640
+ 900: '#fafafa'
641
+ },
642
+ surface: {
643
+ background: '#0f172a',
644
+ surface: '#1e293b',
645
+ border: '#334155',
646
+ divider: '#475569'
647
+ },
648
+ text: {
649
+ primary: '#f8fafc',
650
+ secondary: '#cbd5e1',
651
+ muted: '#94a3b8',
652
+ inverse: '#0f172a',
653
+ onPrimary: '#0f172a',
654
+ onSecondary: '#0f172a',
655
+ onSurface: '#f8fafc'
656
+ },
657
+ interactive: {
658
+ hover: '#475569',
659
+ active: '#1e293b',
660
+ focus: '#3b82f6',
661
+ disabled: '#475569'
662
+ },
663
+ // Additional colors referenced in CSS
664
+ accent: '#8b5cf6',
665
+ 'bg-primary': '#0f172a',
666
+ 'bg-secondary': '#1e293b',
667
+ 'surface-bg': '#1e293b',
668
+ // Additional missing CSS variables
669
+ 'primary-hover': '#3b82f6',
670
+ 'primary-active': '#60a5fa',
671
+ 'accent-rgb': '139, 92, 246',
672
+ 'border': '#334155',
673
+ // Text colors referenced in CSS
674
+ 'text-primary': '#f8fafc',
675
+ 'text-secondary': '#cbd5e1'
676
+ },
677
+ }
678
+ }
683
679
  };