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

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 (323) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/dist/components/ui/accessibility-demo.d.ts +7 -0
  3. package/dist/components/ui/accessibility-demo.d.ts.map +1 -0
  4. package/dist/components/ui/advanced-component-architecture-demo.d.ts +4 -0
  5. package/dist/components/ui/advanced-component-architecture-demo.d.ts.map +1 -0
  6. package/dist/components/ui/advanced-transition-system-demo.d.ts +3 -0
  7. package/dist/components/ui/advanced-transition-system-demo.d.ts.map +1 -0
  8. package/dist/components/ui/advanced-transition-system.d.ts +45 -0
  9. package/dist/components/ui/advanced-transition-system.d.ts.map +1 -0
  10. package/dist/components/ui/animation/animated-container.d.ts +13 -0
  11. package/dist/components/ui/animation/animated-container.d.ts.map +1 -0
  12. package/dist/components/ui/animation/index.d.ts +7 -0
  13. package/dist/components/ui/animation/index.d.ts.map +1 -0
  14. package/dist/components/ui/animation/staggered-container.d.ts +10 -0
  15. package/dist/components/ui/animation/staggered-container.d.ts.map +1 -0
  16. package/dist/components/ui/animation-demo.d.ts +3 -0
  17. package/dist/components/ui/animation-demo.d.ts.map +1 -0
  18. package/dist/components/ui/badge.d.ts +10 -0
  19. package/dist/components/ui/badge.d.ts.map +1 -0
  20. package/dist/components/ui/battery-conscious-animation-demo.d.ts +4 -0
  21. package/dist/components/ui/battery-conscious-animation-demo.d.ts.map +1 -0
  22. package/dist/components/ui/border-radius-shadow-demo.d.ts +3 -0
  23. package/dist/components/ui/border-radius-shadow-demo.d.ts.map +1 -0
  24. package/dist/components/ui/button.d.ts +9 -0
  25. package/dist/components/ui/button.d.ts.map +1 -0
  26. package/dist/components/ui/card.d.ts +37 -0
  27. package/dist/components/ui/card.d.ts.map +1 -0
  28. package/dist/components/ui/checkbox.d.ts +8 -0
  29. package/dist/components/ui/checkbox.d.ts.map +1 -0
  30. package/dist/components/ui/color-preview.d.ts +16 -0
  31. package/dist/components/ui/color-preview.d.ts.map +1 -0
  32. package/dist/components/ui/data-display/chart.d.ts +5 -0
  33. package/dist/components/ui/data-display/chart.d.ts.map +1 -0
  34. package/dist/components/ui/data-display/data-grid-simple.d.ts +5 -0
  35. package/dist/components/ui/data-display/data-grid-simple.d.ts.map +1 -0
  36. package/dist/components/ui/data-display/data-grid.d.ts +5 -0
  37. package/dist/components/ui/data-display/data-grid.d.ts.map +1 -0
  38. package/dist/components/ui/data-display/list.d.ts +5 -0
  39. package/dist/components/ui/data-display/list.d.ts.map +1 -0
  40. package/dist/components/ui/data-display/table.d.ts +5 -0
  41. package/dist/components/ui/data-display/table.d.ts.map +1 -0
  42. package/dist/components/ui/data-display/timeline.d.ts +5 -0
  43. package/dist/components/ui/data-display/timeline.d.ts.map +1 -0
  44. package/dist/components/ui/data-display/tree.d.ts +5 -0
  45. package/dist/components/ui/data-display/tree.d.ts.map +1 -0
  46. package/dist/components/ui/data-display/types.d.ts +481 -0
  47. package/dist/components/ui/data-display/types.d.ts.map +1 -0
  48. package/dist/components/ui/enterprise-mobile-experience-demo.d.ts +3 -0
  49. package/dist/components/ui/enterprise-mobile-experience-demo.d.ts.map +1 -0
  50. package/dist/components/ui/enterprise-mobile-experience.d.ts +72 -0
  51. package/dist/components/ui/enterprise-mobile-experience.d.ts.map +1 -0
  52. package/dist/components/ui/feedback/alert.d.ts +5 -0
  53. package/dist/components/ui/feedback/alert.d.ts.map +1 -0
  54. package/dist/components/ui/feedback/progress.d.ts +5 -0
  55. package/dist/components/ui/feedback/progress.d.ts.map +1 -0
  56. package/dist/components/ui/feedback/skeleton.d.ts +8 -0
  57. package/dist/components/ui/feedback/skeleton.d.ts.map +1 -0
  58. package/dist/components/ui/feedback/toast.d.ts +8 -0
  59. package/dist/components/ui/feedback/toast.d.ts.map +1 -0
  60. package/dist/components/ui/feedback/types.d.ts +109 -0
  61. package/dist/components/ui/feedback/types.d.ts.map +1 -0
  62. package/dist/components/ui/font-preview.d.ts +15 -0
  63. package/dist/components/ui/font-preview.d.ts.map +1 -0
  64. package/dist/components/ui/form-demo.d.ts +4 -0
  65. package/dist/components/ui/form-demo.d.ts.map +1 -0
  66. package/dist/components/ui/hardware-acceleration-demo.d.ts +4 -0
  67. package/dist/components/ui/hardware-acceleration-demo.d.ts.map +1 -0
  68. package/dist/components/ui/input.d.ts +9 -0
  69. package/dist/components/ui/input.d.ts.map +1 -0
  70. package/dist/components/ui/label.d.ts +5 -0
  71. package/dist/components/ui/label.d.ts.map +1 -0
  72. package/dist/components/ui/layout-demo.d.ts +4 -0
  73. package/dist/components/ui/layout-demo.d.ts.map +1 -0
  74. package/dist/components/ui/layouts/adaptive-layout.d.ts +16 -0
  75. package/dist/components/ui/layouts/adaptive-layout.d.ts.map +1 -0
  76. package/dist/components/ui/layouts/desktop-layout.d.ts +15 -0
  77. package/dist/components/ui/layouts/desktop-layout.d.ts.map +1 -0
  78. package/dist/components/ui/layouts/index.d.ts +9 -0
  79. package/dist/components/ui/layouts/index.d.ts.map +1 -0
  80. package/dist/components/ui/layouts/mobile-layout.d.ts +14 -0
  81. package/dist/components/ui/layouts/mobile-layout.d.ts.map +1 -0
  82. package/dist/components/ui/layouts/tablet-layout.d.ts +14 -0
  83. package/dist/components/ui/layouts/tablet-layout.d.ts.map +1 -0
  84. package/dist/components/ui/mobile-form-validation.d.ts +32 -0
  85. package/dist/components/ui/mobile-form-validation.d.ts.map +1 -0
  86. package/dist/components/ui/mobile-input-demo.d.ts +3 -0
  87. package/dist/components/ui/mobile-input-demo.d.ts.map +1 -0
  88. package/dist/components/ui/mobile-input.d.ts +66 -0
  89. package/dist/components/ui/mobile-input.d.ts.map +1 -0
  90. package/dist/components/ui/mobile-skeleton-loading-demo.d.ts +4 -0
  91. package/dist/components/ui/mobile-skeleton-loading-demo.d.ts.map +1 -0
  92. package/dist/components/ui/navigation/breadcrumb.d.ts +9 -0
  93. package/dist/components/ui/navigation/breadcrumb.d.ts.map +1 -0
  94. package/dist/components/ui/navigation/index.d.ts +12 -0
  95. package/dist/components/ui/navigation/index.d.ts.map +1 -0
  96. package/dist/components/ui/navigation/menu.d.ts +9 -0
  97. package/dist/components/ui/navigation/menu.d.ts.map +1 -0
  98. package/dist/components/ui/navigation/navigation-demo.d.ts +8 -0
  99. package/dist/components/ui/navigation/navigation-demo.d.ts.map +1 -0
  100. package/dist/components/ui/navigation/pagination.d.ts +9 -0
  101. package/dist/components/ui/navigation/pagination.d.ts.map +1 -0
  102. package/dist/components/ui/navigation/sidebar.d.ts +9 -0
  103. package/dist/components/ui/navigation/sidebar.d.ts.map +1 -0
  104. package/dist/components/ui/navigation/stepper.d.ts +9 -0
  105. package/dist/components/ui/navigation/stepper.d.ts.map +1 -0
  106. package/dist/components/ui/navigation/tabs.d.ts +9 -0
  107. package/dist/components/ui/navigation/tabs.d.ts.map +1 -0
  108. package/dist/components/ui/navigation/types.d.ts +255 -0
  109. package/dist/components/ui/navigation/types.d.ts.map +1 -0
  110. package/dist/components/ui/overlay/backdrop.d.ts +15 -0
  111. package/dist/components/ui/overlay/backdrop.d.ts.map +1 -0
  112. package/dist/components/ui/overlay/focus-manager.d.ts +13 -0
  113. package/dist/components/ui/overlay/focus-manager.d.ts.map +1 -0
  114. package/dist/components/ui/overlay/index.d.ts +10 -0
  115. package/dist/components/ui/overlay/index.d.ts.map +1 -0
  116. package/dist/components/ui/overlay/modal.d.ts +8 -0
  117. package/dist/components/ui/overlay/modal.d.ts.map +1 -0
  118. package/dist/components/ui/overlay/overlay-manager.d.ts +16 -0
  119. package/dist/components/ui/overlay/overlay-manager.d.ts.map +1 -0
  120. package/dist/components/ui/overlay/popover.d.ts +9 -0
  121. package/dist/components/ui/overlay/popover.d.ts.map +1 -0
  122. package/dist/components/ui/overlay/portal.d.ts +5 -0
  123. package/dist/components/ui/overlay/portal.d.ts.map +1 -0
  124. package/dist/components/ui/overlay/tooltip.d.ts +6 -0
  125. package/dist/components/ui/overlay/tooltip.d.ts.map +1 -0
  126. package/dist/components/ui/overlay/types.d.ts +171 -0
  127. package/dist/components/ui/overlay/types.d.ts.map +1 -0
  128. package/dist/components/ui/performance-demo.d.ts +3 -0
  129. package/dist/components/ui/performance-demo.d.ts.map +1 -0
  130. package/dist/components/ui/semantic-input-system-demo.d.ts +3 -0
  131. package/dist/components/ui/semantic-input-system-demo.d.ts.map +1 -0
  132. package/dist/components/ui/theme-customizer.d.ts +27 -0
  133. package/dist/components/ui/theme-customizer.d.ts.map +1 -0
  134. package/dist/components/ui/theme-preview.d.ts +11 -0
  135. package/dist/components/ui/theme-preview.d.ts.map +1 -0
  136. package/dist/components/ui/theme-switcher.d.ts +11 -0
  137. package/dist/components/ui/theme-switcher.d.ts.map +1 -0
  138. package/dist/components/ui/theme-toggle.d.ts +3 -0
  139. package/dist/components/ui/theme-toggle.d.ts.map +1 -0
  140. package/dist/components/ui/token-demo.d.ts +3 -0
  141. package/dist/components/ui/token-demo.d.ts.map +1 -0
  142. package/dist/components/ui/touch-demo.d.ts +3 -0
  143. package/dist/components/ui/touch-demo.d.ts.map +1 -0
  144. package/dist/components/ui/touch-friendly-interface-demo.d.ts +3 -0
  145. package/dist/components/ui/touch-friendly-interface-demo.d.ts.map +1 -0
  146. package/dist/components/ui/touch-friendly-interface.d.ts +31 -0
  147. package/dist/components/ui/touch-friendly-interface.d.ts.map +1 -0
  148. package/dist/hooks/index.d.ts +47 -0
  149. package/dist/hooks/index.d.ts.map +1 -0
  150. package/dist/hooks/use-accessibility-support.d.ts +74 -0
  151. package/dist/hooks/use-accessibility-support.d.ts.map +1 -0
  152. package/dist/hooks/use-adaptive-layout.d.ts +57 -0
  153. package/dist/hooks/use-adaptive-layout.d.ts.map +1 -0
  154. package/dist/hooks/use-advanced-patterns.d.ts +88 -0
  155. package/dist/hooks/use-advanced-patterns.d.ts.map +1 -0
  156. package/dist/hooks/use-advanced-transition-system.d.ts +59 -0
  157. package/dist/hooks/use-advanced-transition-system.d.ts.map +1 -0
  158. package/dist/hooks/use-animation-profile.d.ts +45 -0
  159. package/dist/hooks/use-animation-profile.d.ts.map +1 -0
  160. package/dist/hooks/use-battery-animations.d.ts +53 -0
  161. package/dist/hooks/use-battery-animations.d.ts.map +1 -0
  162. package/dist/hooks/use-battery-conscious-loading.d.ts +58 -0
  163. package/dist/hooks/use-battery-conscious-loading.d.ts.map +1 -0
  164. package/dist/hooks/use-battery-optimization.d.ts +45 -0
  165. package/dist/hooks/use-battery-optimization.d.ts.map +1 -0
  166. package/dist/hooks/use-battery-status.d.ts +57 -0
  167. package/dist/hooks/use-battery-status.d.ts.map +1 -0
  168. package/dist/hooks/use-component-performance.d.ts +66 -0
  169. package/dist/hooks/use-component-performance.d.ts.map +1 -0
  170. package/dist/hooks/use-device-loading-states.d.ts +61 -0
  171. package/dist/hooks/use-device-loading-states.d.ts.map +1 -0
  172. package/dist/hooks/use-device.d.ts +20 -0
  173. package/dist/hooks/use-device.d.ts.map +1 -0
  174. package/dist/hooks/use-enterprise-mobile-experience.d.ts +84 -0
  175. package/dist/hooks/use-enterprise-mobile-experience.d.ts.map +1 -0
  176. package/dist/hooks/use-form-feedback.d.ts +91 -0
  177. package/dist/hooks/use-form-feedback.d.ts.map +1 -0
  178. package/dist/hooks/use-form-performance.d.ts +88 -0
  179. package/dist/hooks/use-form-performance.d.ts.map +1 -0
  180. package/dist/hooks/use-frame-rate.d.ts +47 -0
  181. package/dist/hooks/use-frame-rate.d.ts.map +1 -0
  182. package/dist/hooks/use-gestures.d.ts +94 -0
  183. package/dist/hooks/use-gestures.d.ts.map +1 -0
  184. package/dist/hooks/use-hardware-acceleration.d.ts +53 -0
  185. package/dist/hooks/use-hardware-acceleration.d.ts.map +1 -0
  186. package/dist/hooks/use-input-accessibility.d.ts +58 -0
  187. package/dist/hooks/use-input-accessibility.d.ts.map +1 -0
  188. package/dist/hooks/use-input-performance.d.ts +55 -0
  189. package/dist/hooks/use-input-performance.d.ts.map +1 -0
  190. package/dist/hooks/use-layout-performance.d.ts +39 -0
  191. package/dist/hooks/use-layout-performance.d.ts.map +1 -0
  192. package/dist/hooks/use-loading-accessibility.d.ts +62 -0
  193. package/dist/hooks/use-loading-accessibility.d.ts.map +1 -0
  194. package/dist/hooks/use-loading-performance.d.ts +51 -0
  195. package/dist/hooks/use-loading-performance.d.ts.map +1 -0
  196. package/dist/hooks/use-memory-usage.d.ts +51 -0
  197. package/dist/hooks/use-memory-usage.d.ts.map +1 -0
  198. package/dist/hooks/use-mobile-form-layout.d.ts +127 -0
  199. package/dist/hooks/use-mobile-form-layout.d.ts.map +1 -0
  200. package/dist/hooks/use-mobile-form-validation.d.ts +100 -0
  201. package/dist/hooks/use-mobile-form-validation.d.ts.map +1 -0
  202. package/dist/hooks/use-mobile-keyboard-optimization.d.ts +70 -0
  203. package/dist/hooks/use-mobile-keyboard-optimization.d.ts.map +1 -0
  204. package/dist/hooks/use-mobile-layout.d.ts +56 -0
  205. package/dist/hooks/use-mobile-layout.d.ts.map +1 -0
  206. package/dist/hooks/use-mobile-optimization.d.ts +55 -0
  207. package/dist/hooks/use-mobile-optimization.d.ts.map +1 -0
  208. package/dist/hooks/use-mobile-skeleton.d.ts +59 -0
  209. package/dist/hooks/use-mobile-skeleton.d.ts.map +1 -0
  210. package/dist/hooks/use-mobile-touch.d.ts +86 -0
  211. package/dist/hooks/use-mobile-touch.d.ts.map +1 -0
  212. package/dist/hooks/use-performance-throttling.d.ts +48 -0
  213. package/dist/hooks/use-performance-throttling.d.ts.map +1 -0
  214. package/dist/hooks/use-performance.d.ts +73 -0
  215. package/dist/hooks/use-performance.d.ts.map +1 -0
  216. package/dist/hooks/use-reusable-architecture.d.ts +94 -0
  217. package/dist/hooks/use-reusable-architecture.d.ts.map +1 -0
  218. package/dist/hooks/use-semantic-input-types.d.ts +57 -0
  219. package/dist/hooks/use-semantic-input-types.d.ts.map +1 -0
  220. package/dist/hooks/use-semantic-input.d.ts +73 -0
  221. package/dist/hooks/use-semantic-input.d.ts.map +1 -0
  222. package/dist/hooks/use-tablet-layout.d.ts +74 -0
  223. package/dist/hooks/use-tablet-layout.d.ts.map +1 -0
  224. package/dist/hooks/use-touch-friendly-input.d.ts +75 -0
  225. package/dist/hooks/use-touch-friendly-input.d.ts.map +1 -0
  226. package/dist/hooks/use-touch-friendly-interface.d.ts +56 -0
  227. package/dist/hooks/use-touch-friendly-interface.d.ts.map +1 -0
  228. package/dist/hooks/use-touch-optimization.d.ts +66 -0
  229. package/dist/hooks/use-touch-optimization.d.ts.map +1 -0
  230. package/dist/index.d.ts +300 -0
  231. package/dist/index.d.ts.map +1 -0
  232. package/dist/lib/utils.d.ts +3 -0
  233. package/dist/lib/utils.d.ts.map +1 -0
  234. package/dist/plugins/theme-css-generator.d.ts +3 -0
  235. package/dist/plugins/theme-css-generator.d.ts.map +1 -0
  236. package/dist/provider.d.ts +9 -0
  237. package/dist/provider.d.ts.map +1 -0
  238. package/dist/styles/layers/validation.d.ts +20 -0
  239. package/dist/styles/layers/validation.d.ts.map +1 -0
  240. package/dist/styles.css +1 -1
  241. package/dist/theme.d.ts +7 -0
  242. package/dist/theme.d.ts.map +1 -0
  243. package/dist/themes/ThemeContext.d.ts +23 -0
  244. package/dist/themes/ThemeContext.d.ts.map +1 -0
  245. package/dist/themes/ThemeProvider.d.ts +3 -0
  246. package/dist/themes/ThemeProvider.d.ts.map +1 -0
  247. package/dist/themes/accessibility/index.d.ts +19 -0
  248. package/dist/themes/accessibility/index.d.ts.map +1 -0
  249. package/dist/themes/accessibility.d.ts +59 -0
  250. package/dist/themes/accessibility.d.ts.map +1 -0
  251. package/dist/themes/aria-patterns.d.ts +153 -0
  252. package/dist/themes/aria-patterns.d.ts.map +1 -0
  253. package/dist/themes/base-themes.d.ts +31 -0
  254. package/dist/themes/base-themes.d.ts.map +1 -0
  255. package/dist/themes/colorManager.d.ts +64 -0
  256. package/dist/themes/colorManager.d.ts.map +1 -0
  257. package/dist/themes/examples/dark-theme.d.ts +13 -0
  258. package/dist/themes/examples/dark-theme.d.ts.map +1 -0
  259. package/dist/themes/examples/minimal-theme.d.ts +6 -0
  260. package/dist/themes/examples/minimal-theme.d.ts.map +1 -0
  261. package/dist/themes/focus-management.d.ts +110 -0
  262. package/dist/themes/focus-management.d.ts.map +1 -0
  263. package/dist/themes/fontLoader.d.ts +49 -0
  264. package/dist/themes/fontLoader.d.ts.map +1 -0
  265. package/dist/themes/high-contrast.d.ts +70 -0
  266. package/dist/themes/high-contrast.d.ts.map +1 -0
  267. package/dist/themes/index.d.ts +8 -0
  268. package/dist/themes/index.d.ts.map +1 -0
  269. package/dist/themes/inheritance.d.ts +90 -0
  270. package/dist/themes/inheritance.d.ts.map +1 -0
  271. package/dist/themes/keyboard-navigation.d.ts +213 -0
  272. package/dist/themes/keyboard-navigation.d.ts.map +1 -0
  273. package/dist/themes/motion-reduction.d.ts +121 -0
  274. package/dist/themes/motion-reduction.d.ts.map +1 -0
  275. package/dist/themes/navigation.d.ts +201 -0
  276. package/dist/themes/navigation.d.ts.map +1 -0
  277. package/dist/themes/screen-reader.d.ts +86 -0
  278. package/dist/themes/screen-reader.d.ts.map +1 -0
  279. package/dist/themes/systemThemeDetector.d.ts +58 -0
  280. package/dist/themes/systemThemeDetector.d.ts.map +1 -0
  281. package/dist/themes/themeCSSUpdater.d.ts +46 -0
  282. package/dist/themes/themeCSSUpdater.d.ts.map +1 -0
  283. package/dist/themes/themePersistence.d.ts +84 -0
  284. package/dist/themes/themePersistence.d.ts.map +1 -0
  285. package/dist/themes/themes/default.d.ts +9 -0
  286. package/dist/themes/themes/default.d.ts.map +1 -0
  287. package/dist/themes/themes/harvey.d.ts +7 -0
  288. package/dist/themes/themes/harvey.d.ts.map +1 -0
  289. package/dist/themes/themes/stan-design.d.ts +7 -0
  290. package/dist/themes/themes/stan-design.d.ts.map +1 -0
  291. package/dist/themes/types.d.ts +399 -0
  292. package/dist/themes/types.d.ts.map +1 -0
  293. package/dist/themes/useSystemTheme.d.ts +11 -0
  294. package/dist/themes/useSystemTheme.d.ts.map +1 -0
  295. package/dist/themes/useTheme.d.ts +70 -0
  296. package/dist/themes/useTheme.d.ts.map +1 -0
  297. package/dist/themes/validation.d.ts +71 -0
  298. package/dist/themes/validation.d.ts.map +1 -0
  299. package/dist/tokens/index.d.ts +11 -0
  300. package/dist/tokens/index.d.ts.map +1 -0
  301. package/dist/tokens/tokenExporter.d.ts +84 -0
  302. package/dist/tokens/tokenExporter.d.ts.map +1 -0
  303. package/dist/tokens/tokenGenerator.d.ts +37 -0
  304. package/dist/tokens/tokenGenerator.d.ts.map +1 -0
  305. package/dist/tokens/tokenManager.d.ts +92 -0
  306. package/dist/tokens/tokenManager.d.ts.map +1 -0
  307. package/dist/tokens/tokenValidator.d.ts +91 -0
  308. package/dist/tokens/tokenValidator.d.ts.map +1 -0
  309. package/dist/tokens/types.d.ts +58 -0
  310. package/dist/tokens/types.d.ts.map +1 -0
  311. package/dist/types.d.ts +399 -0
  312. package/dist/types.d.ts.map +1 -0
  313. package/dist/utils/bundle-analyzer.d.ts +43 -0
  314. package/dist/utils/bundle-analyzer.d.ts.map +1 -0
  315. package/dist/utils/bundle-splitting.d.ts +71 -0
  316. package/dist/utils/bundle-splitting.d.ts.map +1 -0
  317. package/dist/utils/lazy-loading.d.ts +72 -0
  318. package/dist/utils/lazy-loading.d.ts.map +1 -0
  319. package/dist/utils/performance-monitor.d.ts +81 -0
  320. package/dist/utils/performance-monitor.d.ts.map +1 -0
  321. package/dist/utils/tree-shaking.d.ts +47 -0
  322. package/dist/utils/tree-shaking.d.ts.map +1 -0
  323. package/package.json +1 -1
@@ -0,0 +1,300 @@
1
+ /**
2
+ * @rakeyshgidwani/roger-ui-bank-theme-stan-design
3
+ * Production-ready design system package with stan-design theme
4
+ *
5
+ * Auto-generated exports for:
6
+ * - 40 UI components
7
+ * - 67 custom hooks
8
+ * - 6 utility functions
9
+ * - 29 theme system components
10
+ * - 131 TypeScript types
11
+ * - 4 design tokens
12
+ * - 0 build plugins
13
+ * - Complete CSS system (61+ files)
14
+ *
15
+ * PRODUCTION BUNDLE: Excludes development-only tools
16
+ * (testing utilities, dev tools, storybook examples)
17
+ */
18
+ export { Button } from './components/ui/button';
19
+ export { Card } from './components/ui/card';
20
+ export { Checkbox } from './components/ui/checkbox';
21
+ export { ColorPreview } from './components/ui/color-preview';
22
+ export { EnterpriseProgress } from './components/ui/enterprise-mobile-experience';
23
+ export { FontPreview } from './components/ui/font-preview';
24
+ export { Input } from './components/ui/input';
25
+ export { Label } from './components/ui/label';
26
+ export { MobileInput } from './components/ui/mobile-input';
27
+ export { ThemeCustomizer } from './components/ui/theme-customizer';
28
+ export { ThemePreview } from './components/ui/theme-preview';
29
+ export { ThemeSwitcher } from './components/ui/theme-switcher';
30
+ export { ThemeToggle } from './components/ui/theme-toggle';
31
+ export { Breadcrumb } from './components/ui/navigation/breadcrumb';
32
+ export { Menu } from './components/ui/navigation/menu';
33
+ export { Pagination } from './components/ui/navigation/pagination';
34
+ export { Sidebar } from './components/ui/navigation/sidebar';
35
+ export { Stepper } from './components/ui/navigation/stepper';
36
+ export { Tabs } from './components/ui/navigation/tabs';
37
+ export { Chart } from './components/ui/data-display/chart';
38
+ export { DataGridSimple } from './components/ui/data-display/data-grid-simple';
39
+ export { DataGrid } from './components/ui/data-display/data-grid';
40
+ export { List } from './components/ui/data-display/list';
41
+ export { Table } from './components/ui/data-display/table';
42
+ export { Timeline } from './components/ui/data-display/timeline';
43
+ export { Tree } from './components/ui/data-display/tree';
44
+ export { Alert } from './components/ui/feedback/alert';
45
+ export { Progress } from './components/ui/feedback/progress';
46
+ export { SkeletonText } from './components/ui/feedback/skeleton';
47
+ export { Toast } from './components/ui/feedback/toast';
48
+ export { Backdrop } from './components/ui/overlay/backdrop';
49
+ export { FocusManager } from './components/ui/overlay/focus-manager';
50
+ export { ModalHeader } from './components/ui/overlay/modal';
51
+ export { PopoverContent } from './components/ui/overlay/popover';
52
+ export { Portal } from './components/ui/overlay/portal';
53
+ export { TooltipContent } from './components/ui/overlay/tooltip';
54
+ export { AdaptiveLayout } from './components/ui/layouts/adaptive-layout';
55
+ export { DesktopLayout } from './components/ui/layouts/desktop-layout';
56
+ export { MobileLayout } from './components/ui/layouts/mobile-layout';
57
+ export { TabletLayout } from './components/ui/layouts/tablet-layout';
58
+ export { useAccessibilitySupport } from './hooks/use-accessibility-support';
59
+ export { useAdaptiveLayout } from './hooks/use-adaptive-layout';
60
+ export { useAdvancedPatterns } from './hooks/use-advanced-patterns';
61
+ export { useAdvancedTransitionSystem } from './hooks/use-advanced-transition-system';
62
+ export { useAnimationProfile } from './hooks/use-animation-profile';
63
+ export { useAnimationDuration } from './hooks/use-animation-profile';
64
+ export { useAnimationEasing } from './hooks/use-animation-profile';
65
+ export { useAnimationClasses } from './hooks/use-animation-profile';
66
+ export { usePerformanceMode } from './hooks/use-animation-profile';
67
+ export { useBatteryAnimations } from './hooks/use-battery-animations';
68
+ export { useBatteryConsciousLoading } from './hooks/use-battery-conscious-loading';
69
+ export { useBatteryOptimization } from './hooks/use-battery-optimization';
70
+ export { useBatteryStatus } from './hooks/use-battery-status';
71
+ export { useComponentPerformance } from './hooks/use-component-performance';
72
+ export { useDeviceLoadingStates } from './hooks/use-device-loading-states';
73
+ export { useDevice } from './hooks/use-device';
74
+ export { useIsMobile } from './hooks/use-device';
75
+ export { useIsTablet } from './hooks/use-device';
76
+ export { useIsDesktop } from './hooks/use-device';
77
+ export { useOrientation } from './hooks/use-device';
78
+ export { useIsTouchDevice } from './hooks/use-device';
79
+ export { useEnterpriseMobileExperience } from './hooks/use-enterprise-mobile-experience';
80
+ export { useFormFeedback } from './hooks/use-form-feedback';
81
+ export { useBasicFormFeedback } from './hooks/use-form-feedback';
82
+ export { useEnhancedFormFeedback } from './hooks/use-form-feedback';
83
+ export { useFormPerformance } from './hooks/use-form-performance';
84
+ export { useBasicFormPerformance } from './hooks/use-form-performance';
85
+ export { useEnhancedFormPerformance } from './hooks/use-form-performance';
86
+ export { useFrameRate } from './hooks/use-frame-rate';
87
+ export { useGestures } from './hooks/use-gestures';
88
+ export { useSwipeGesture } from './hooks/use-gestures';
89
+ export { usePinchGesture } from './hooks/use-gestures';
90
+ export { useTapGesture } from './hooks/use-gestures';
91
+ export { useLongPressGesture } from './hooks/use-gestures';
92
+ export { useHardwareAcceleration } from './hooks/use-hardware-acceleration';
93
+ export { useInputAccessibility } from './hooks/use-input-accessibility';
94
+ export { useInputPerformance } from './hooks/use-input-performance';
95
+ export { useLayoutPerformance } from './hooks/use-layout-performance';
96
+ export { useLoadingAccessibility } from './hooks/use-loading-accessibility';
97
+ export { useLoadingPerformance } from './hooks/use-loading-performance';
98
+ export { useMemoryUsage } from './hooks/use-memory-usage';
99
+ export { useMobileFormLayout } from './hooks/use-mobile-form-layout';
100
+ export { useBasicMobileLayout } from './hooks/use-mobile-form-layout';
101
+ export { useEnhancedMobileLayout } from './hooks/use-mobile-form-layout';
102
+ export { useMobileFormValidation } from './hooks/use-mobile-form-validation';
103
+ export { useBasicFormValidation } from './hooks/use-mobile-form-validation';
104
+ export { useEnhancedFormValidation } from './hooks/use-mobile-form-validation';
105
+ export { useMobileKeyboardOptimization } from './hooks/use-mobile-keyboard-optimization';
106
+ export { useMobileLayout } from './hooks/use-mobile-layout';
107
+ export { useMobileOptimization } from './hooks/use-mobile-optimization';
108
+ export { useMobileSkeleton } from './hooks/use-mobile-skeleton';
109
+ export { useMobileTouch } from './hooks/use-mobile-touch';
110
+ export { useBasicMobileTouch } from './hooks/use-mobile-touch';
111
+ export { useEnhancedMobileTouch } from './hooks/use-mobile-touch';
112
+ export { usePerformanceThrottling } from './hooks/use-performance-throttling';
113
+ export { usePerformance } from './hooks/use-performance';
114
+ export { useReusableArchitecture } from './hooks/use-reusable-architecture';
115
+ export { useSemanticInputTypes } from './hooks/use-semantic-input-types';
116
+ export { useSemanticInput } from './hooks/use-semantic-input';
117
+ export { useBasicSemanticInput } from './hooks/use-semantic-input';
118
+ export { useEnhancedSemanticInput } from './hooks/use-semantic-input';
119
+ export { useTabletLayout } from './hooks/use-tablet-layout';
120
+ export { useTouchFriendlyInput } from './hooks/use-touch-friendly-input';
121
+ export { useTouchFriendlyInterface } from './hooks/use-touch-friendly-interface';
122
+ export { useTouchOptimization } from './hooks/use-touch-optimization';
123
+ export { useBasicTouchOptimization } from './hooks/use-touch-optimization';
124
+ export { useBatteryAwareTouchOptimization } from './hooks/use-touch-optimization';
125
+ export { BundleAnalyzer } from './utils/bundle-analyzer';
126
+ export { BundleSplitter } from './utils/bundle-splitting';
127
+ export { LazyLoader } from './utils/lazy-loading';
128
+ export { PerformanceMonitor } from './utils/performance-monitor';
129
+ export { TreeShakingOptimizer } from './utils/tree-shaking';
130
+ export { cn } from './lib/utils';
131
+ export { AccessibilityThemeManager } from './themes/accessibility';
132
+ export { ARIA_ROLES } from './themes/aria-patterns';
133
+ export { ARIA_STATES } from './themes/aria-patterns';
134
+ export { ARIA_LIVE_VALUES } from './themes/aria-patterns';
135
+ export { ARIA_CURRENT_VALUES } from './themes/aria-patterns';
136
+ export { ARIA_SORT_VALUES } from './themes/aria-patterns';
137
+ export { ARIA_ORIENTATION_VALUES } from './themes/aria-patterns';
138
+ export { ARIAUtils } from './themes/aria-patterns';
139
+ export { ColorManager } from './themes/colorManager';
140
+ export { AccessibilityFocusManager } from './themes/focus-management';
141
+ export { FocusTrap } from './themes/focus-management';
142
+ export { FocusRestoration } from './themes/focus-management';
143
+ export { FocusNavigation } from './themes/focus-management';
144
+ export { FontLoader } from './themes/fontLoader';
145
+ export { HighContrastColors } from './themes/high-contrast';
146
+ export { HighContrastThemeManager } from './themes/high-contrast';
147
+ export { KEY_CODES } from './themes/keyboard-navigation';
148
+ export { NAVIGATION_PATTERNS } from './themes/keyboard-navigation';
149
+ export { KeyboardNavigationManager } from './themes/keyboard-navigation';
150
+ export { KeyboardFocusManager } from './themes/keyboard-navigation';
151
+ export { MotionReductionManager } from './themes/motion-reduction';
152
+ export { MotionReductionUtils } from './themes/motion-reduction';
153
+ export { MotionReductionHooks } from './themes/motion-reduction';
154
+ export { ScreenReaderOptimizer } from './themes/screen-reader';
155
+ export { ScreenReaderNavigation } from './themes/screen-reader';
156
+ export { SystemThemeDetector } from './themes/systemThemeDetector';
157
+ export { ThemeCSSUpdater } from './themes/themeCSSUpdater';
158
+ export { ThemePersistence } from './themes/themePersistence';
159
+ export { ThemeValidator } from './themes/validation';
160
+ export { TokenExporter } from './tokens/tokenExporter';
161
+ export { TokenGenerator } from './tokens/tokenGenerator';
162
+ export { TokenManager } from './tokens/tokenManager';
163
+ export { TokenValidator } from './tokens/tokenValidator';
164
+ export type { NavigationBaseProps } from './components/ui/navigation/types';
165
+ export type { NavigationItem } from './components/ui/navigation/types';
166
+ export type { NavigationGroup } from './components/ui/navigation/types';
167
+ export type { BreadcrumbProps } from './components/ui/navigation/types';
168
+ export type { BreadcrumbItem } from './components/ui/navigation/types';
169
+ export type { PaginationProps } from './components/ui/navigation/types';
170
+ export type { PaginationItem } from './components/ui/navigation/types';
171
+ export type { TabsProps } from './components/ui/navigation/types';
172
+ export type { TabItem } from './components/ui/navigation/types';
173
+ export type { StepperProps } from './components/ui/navigation/types';
174
+ export type { StepItem } from './components/ui/navigation/types';
175
+ export type { StepAction } from './components/ui/navigation/types';
176
+ export type { MenuProps } from './components/ui/navigation/types';
177
+ export type { SidebarProps } from './components/ui/navigation/types';
178
+ export type { NavigationState } from './components/ui/navigation/types';
179
+ export type { NavigationContextValue } from './components/ui/navigation/types';
180
+ export type { NavigationAction } from './components/ui/navigation/types';
181
+ export type { NavigationBreakpoint } from './components/ui/navigation/types';
182
+ export type { NavigationSpacing } from './components/ui/navigation/types';
183
+ export type { NavigationAnimation } from './components/ui/navigation/types';
184
+ export type { NavigationAccessibility } from './components/ui/navigation/types';
185
+ export type { FeedbackBaseProps } from './components/ui/feedback/types';
186
+ export type { AlertProps } from './components/ui/feedback/types';
187
+ export type { AlertAction } from './components/ui/feedback/types';
188
+ export type { ToastProps } from './components/ui/feedback/types';
189
+ export type { ToastAction } from './components/ui/feedback/types';
190
+ export type { ToastContainerProps } from './components/ui/feedback/types';
191
+ export type { ProgressProps } from './components/ui/feedback/types';
192
+ export type { ProgressStep } from './components/ui/feedback/types';
193
+ export type { SkeletonProps } from './components/ui/feedback/types';
194
+ export type { SkeletonTextProps } from './components/ui/feedback/types';
195
+ export type { SkeletonAvatarProps } from './components/ui/feedback/types';
196
+ export type { SkeletonButtonProps } from './components/ui/feedback/types';
197
+ export type { DataDisplayBaseProps } from './components/ui/data-display/types';
198
+ export type { SortableColumn } from './components/ui/data-display/types';
199
+ export type { SortConfig } from './components/ui/data-display/types';
200
+ export type { PaginationConfig } from './components/ui/data-display/types';
201
+ export type { FilterConfig } from './components/ui/data-display/types';
202
+ export type { TableProps } from './components/ui/data-display/types';
203
+ export type { TableRowProps } from './components/ui/data-display/types';
204
+ export type { DataGridProps } from './components/ui/data-display/types';
205
+ export type { DataGridColumnProps } from './components/ui/data-display/types';
206
+ export type { ListProps } from './components/ui/data-display/types';
207
+ export type { ListItem } from './components/ui/data-display/types';
208
+ export type { ListAction } from './components/ui/data-display/types';
209
+ export type { ListFilter } from './components/ui/data-display/types';
210
+ export type { TreeProps } from './components/ui/data-display/types';
211
+ export type { TreeNode } from './components/ui/data-display/types';
212
+ export type { TreeItemProps } from './components/ui/data-display/types';
213
+ export type { TreeFilter } from './components/ui/data-display/types';
214
+ export type { TimelineProps } from './components/ui/data-display/types';
215
+ export type { TimelineItem } from './components/ui/data-display/types';
216
+ export type { TimelineAction } from './components/ui/data-display/types';
217
+ export type { TimelineItemProps } from './components/ui/data-display/types';
218
+ export type { TimelineFilter } from './components/ui/data-display/types';
219
+ export type { ChartProps } from './components/ui/data-display/types';
220
+ export type { ChartData } from './components/ui/data-display/types';
221
+ export type { ChartDataset } from './components/ui/data-display/types';
222
+ export type { ChartDataPoint } from './components/ui/data-display/types';
223
+ export type { ChartLegend } from './components/ui/data-display/types';
224
+ export type { ChartOptions } from './components/ui/data-display/types';
225
+ export type { OverlayBaseProps } from './components/ui/overlay/types';
226
+ export type { PortalProps } from './components/ui/overlay/types';
227
+ export type { OverlayState } from './components/ui/overlay/types';
228
+ export type { OverlayAction } from './components/ui/overlay/types';
229
+ export type { OverlayManagerProps } from './components/ui/overlay/types';
230
+ export type { FocusManagerProps } from './components/ui/overlay/types';
231
+ export type { BackdropProps } from './components/ui/overlay/types';
232
+ export type { ModalProps } from './components/ui/overlay/types';
233
+ export type { ModalHeaderProps } from './components/ui/overlay/types';
234
+ export type { ModalBodyProps } from './components/ui/overlay/types';
235
+ export type { ModalFooterProps } from './components/ui/overlay/types';
236
+ export type { TooltipProps } from './components/ui/overlay/types';
237
+ export type { TooltipContentProps } from './components/ui/overlay/types';
238
+ export type { PopoverProps } from './components/ui/overlay/types';
239
+ export type { PopoverContentProps } from './components/ui/overlay/types';
240
+ export type { PopoverHeaderProps } from './components/ui/overlay/types';
241
+ export type { PopoverBodyProps } from './components/ui/overlay/types';
242
+ export type { PopoverFooterProps } from './components/ui/overlay/types';
243
+ export type { MultiThemeConfig } from './themes/types';
244
+ export type { FontThemeConfig } from './themes/types';
245
+ export type { FontConfig } from './themes/types';
246
+ export type { FontSource } from './themes/types';
247
+ export type { FontFiles } from './themes/types';
248
+ export type { FontFeatures } from './themes/types';
249
+ export type { FontSizeScale } from './themes/types';
250
+ export type { LineHeightScale } from './themes/types';
251
+ export type { LetterSpacingScale } from './themes/types';
252
+ export type { ColorThemeConfig } from './themes/types';
253
+ export type { ColorScale } from './themes/types';
254
+ export type { ColorAccessibility } from './themes/types';
255
+ export type { SemanticColors } from './themes/types';
256
+ export type { NeutralColors } from './themes/types';
257
+ export type { SurfaceColors } from './themes/types';
258
+ export type { TextColors } from './themes/types';
259
+ export type { InteractiveColors } from './themes/types';
260
+ export type { ColorGenerationConfig } from './themes/types';
261
+ export type { ColorPalette } from './themes/types';
262
+ export type { SpacingThemeConfig } from './themes/types';
263
+ export type { SpacingScale } from './themes/types';
264
+ export type { ComponentSpacing } from './themes/types';
265
+ export type { LayoutSpacing } from './themes/types';
266
+ export type { ShadowThemeConfig } from './themes/types';
267
+ export type { TransitionThemeConfig } from './themes/types';
268
+ export type { BorderRadiusThemeConfig } from './themes/types';
269
+ export type { BorderWidthThemeConfig } from './themes/types';
270
+ export type { AnimationThemeConfig } from './themes/types';
271
+ export type { AccessibilityThemeConfig } from './themes/types';
272
+ export type { PrintThemeConfig } from './themes/types';
273
+ export type { ContainerQueryThemeConfig } from './themes/types';
274
+ export type { ContainerThemeConfig } from './themes/types';
275
+ export type { ShimmerThemeConfig } from './themes/types';
276
+ export type { TransitionDuration } from './themes/types';
277
+ export type { TransitionEasing } from './themes/types';
278
+ export type { TransitionProperties } from './themes/types';
279
+ export type { ThemeMetadata } from './themes/types';
280
+ export type { ThemeValidationResult } from './themes/types';
281
+ export type { ThemeValidationError } from './themes/types';
282
+ export type { ThemeValidationWarning } from './themes/types';
283
+ export type { ThemeInheritance } from './themes/types';
284
+ export type { CompleteThemeConfig } from './themes/types';
285
+ export type { DesignToken } from './tokens/types';
286
+ export type { TokenType } from './tokens/types';
287
+ export type { ColorToken } from './tokens/types';
288
+ export type { FontToken } from './tokens/types';
289
+ export type { SpacingToken } from './tokens/types';
290
+ export type { ShadowToken } from './tokens/types';
291
+ export type { TransitionToken } from './tokens/types';
292
+ export type { TokenGroup } from './tokens/types';
293
+ export type { ThemeTokens } from './tokens/types';
294
+ export type { TokenExportOptions } from './tokens/types';
295
+ export { stanDesignTheme as theme } from './theme';
296
+ export { StanDesignProvider as ThemeProvider } from './provider';
297
+ export { default as Provider } from './provider';
298
+ import './styles.css';
299
+ export { stanDesignTheme as default } from './theme';
300
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAGH,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAE,kBAAkB,EAAE,MAAM,8CAA8C,CAAC;AAClF,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,UAAU,EAAE,MAAM,uCAAuC,CAAC;AACnE,OAAO,EAAE,IAAI,EAAE,MAAM,iCAAiC,CAAC;AACvD,OAAO,EAAE,UAAU,EAAE,MAAM,uCAAuC,CAAC;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAC;AAC7D,OAAO,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAC;AAC7D,OAAO,EAAE,IAAI,EAAE,MAAM,iCAAiC,CAAC;AACvD,OAAO,EAAE,KAAK,EAAE,MAAM,oCAAoC,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,+CAA+C,CAAC;AAC/E,OAAO,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAClE,OAAO,EAAE,IAAI,EAAE,MAAM,mCAAmC,CAAC;AACzD,OAAO,EAAE,KAAK,EAAE,MAAM,oCAAoC,CAAC;AAC3D,OAAO,EAAE,QAAQ,EAAE,MAAM,uCAAuC,CAAC;AACjE,OAAO,EAAE,IAAI,EAAE,MAAM,mCAAmC,CAAC;AACzD,OAAO,EAAE,KAAK,EAAE,MAAM,gCAAgC,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AACjE,OAAO,EAAE,KAAK,EAAE,MAAM,gCAAgC,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AACjE,OAAO,EAAE,MAAM,EAAE,MAAM,gCAAgC,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AACvE,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AAGrE,OAAO,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AAC5E,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACpE,OAAO,EAAE,2BAA2B,EAAE,MAAM,wCAAwC,CAAC;AACrF,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACpE,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AACnF,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAC1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AAC5E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,6BAA6B,EAAE,MAAM,0CAA0C,CAAC;AACzF,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAClE,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AAC5E,OAAO,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AACxE,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACpE,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AAC5E,OAAO,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AACzE,OAAO,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAC;AAC7E,OAAO,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AAC5E,OAAO,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AAC/E,OAAO,EAAE,6BAA6B,EAAE,MAAM,0CAA0C,CAAC;AACzF,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,wBAAwB,EAAE,MAAM,oCAAoC,CAAC;AAC9E,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AAC5E,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACnE,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AACzE,OAAO,EAAE,yBAAyB,EAAE,MAAM,sCAAsC,CAAC;AACjF,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,EAAE,gCAAgC,EAAE,MAAM,gCAAgC,CAAC;AAGlF,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACjE,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,EAAE,EAAE,MAAM,aAAa,CAAC;AAGjC,OAAO,EAAE,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AACjE,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,yBAAyB,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AACtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AACzD,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,EAAE,yBAAyB,EAAE,MAAM,8BAA8B,CAAC;AACzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AACnE,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AAC/D,OAAO,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAGrD,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAMzD,YAAY,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAC5E,YAAY,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AACvE,YAAY,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AACxE,YAAY,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AACxE,YAAY,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AACvE,YAAY,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AACxE,YAAY,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AACvE,YAAY,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAClE,YAAY,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAChE,YAAY,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AACrE,YAAY,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AACjE,YAAY,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AACnE,YAAY,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAClE,YAAY,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AACrE,YAAY,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AACxE,YAAY,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAC/E,YAAY,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACzE,YAAY,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAC7E,YAAY,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAC1E,YAAY,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAC5E,YAAY,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAChF,YAAY,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AACxE,YAAY,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AACjE,YAAY,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAClE,YAAY,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AACjE,YAAY,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAClE,YAAY,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AAC1E,YAAY,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AACpE,YAAY,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AACnE,YAAY,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AACpE,YAAY,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AACxE,YAAY,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AAC1E,YAAY,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AAC1E,YAAY,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;AAC/E,YAAY,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACzE,YAAY,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AACrE,YAAY,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,YAAY,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AACvE,YAAY,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AACrE,YAAY,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACxE,YAAY,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACxE,YAAY,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAC9E,YAAY,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAC;AACpE,YAAY,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AACnE,YAAY,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AACrE,YAAY,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AACrE,YAAY,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAC;AACpE,YAAY,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AACnE,YAAY,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACxE,YAAY,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AACrE,YAAY,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACxE,YAAY,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AACvE,YAAY,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACzE,YAAY,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAC5E,YAAY,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACzE,YAAY,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AACrE,YAAY,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAC;AACpE,YAAY,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AACvE,YAAY,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACzE,YAAY,EAAE,WAAW,EAAE,MAAM,oCAAoC,CAAC;AACtE,YAAY,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AACvE,YAAY,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACtE,YAAY,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AACjE,YAAY,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAClE,YAAY,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AACnE,YAAY,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACzE,YAAY,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AACvE,YAAY,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AACnE,YAAY,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAChE,YAAY,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACtE,YAAY,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AACpE,YAAY,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACtE,YAAY,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAClE,YAAY,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACzE,YAAY,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAClE,YAAY,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACzE,YAAY,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACxE,YAAY,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACtE,YAAY,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACxE,YAAY,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACvD,YAAY,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACtD,YAAY,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AACjD,YAAY,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AACjD,YAAY,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,YAAY,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,YAAY,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AACpD,YAAY,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACtD,YAAY,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACzD,YAAY,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACvD,YAAY,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AACjD,YAAY,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACzD,YAAY,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AACrD,YAAY,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AACpD,YAAY,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AACpD,YAAY,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AACjD,YAAY,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACxD,YAAY,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAC5D,YAAY,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,YAAY,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACzD,YAAY,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,YAAY,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACvD,YAAY,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AACpD,YAAY,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACxD,YAAY,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAC5D,YAAY,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAC;AAC9D,YAAY,EAAE,sBAAsB,EAAE,MAAM,gBAAgB,CAAC;AAC7D,YAAY,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAC3D,YAAY,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAC;AAC/D,YAAY,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACvD,YAAY,EAAE,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AAChE,YAAY,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAC3D,YAAY,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACzD,YAAY,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACzD,YAAY,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACvD,YAAY,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAC3D,YAAY,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AACpD,YAAY,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAC5D,YAAY,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAC3D,YAAY,EAAE,sBAAsB,EAAE,MAAM,gBAAgB,CAAC;AAC7D,YAAY,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACvD,YAAY,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAC1D,YAAY,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAClD,YAAY,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,YAAY,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AACjD,YAAY,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,YAAY,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,YAAY,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAClD,YAAY,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACtD,YAAY,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AACjD,YAAY,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAClD,YAAY,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAGzD,OAAO,EAAE,eAAe,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AACnD,OAAO,EAAE,kBAAkB,IAAI,aAAa,EAAE,MAAM,YAAY,CAAC;AAGjE,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AAKjD,OAAO,cAAc,CAAC;AAGtB,OAAO,EAAE,eAAe,IAAI,OAAO,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { type ClassValue } from "clsx";
2
+ export declare function cn(...inputs: ClassValue[]): string;
3
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/lib/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,UAAU,EAAE,MAAM,MAAM,CAAA;AAG5C,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC"}
@@ -0,0 +1,3 @@
1
+ import type { Plugin } from 'vite';
2
+ export default function themeCSSGenerator(): Plugin;
3
+ //# sourceMappingURL=theme-css-generator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"theme-css-generator.d.ts","sourceRoot":"","sources":["../../src/plugins/theme-css-generator.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,MAAM,CAAA;AAIlC,MAAM,CAAC,OAAO,UAAU,iBAAiB,IAAI,MAAM,CA2VlD"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { stanDesignTheme } from './theme';
3
+ export interface StanDesignProviderProps {
4
+ children: React.ReactNode;
5
+ theme?: typeof stanDesignTheme;
6
+ }
7
+ export declare const StanDesignProvider: React.FC<StanDesignProviderProps>;
8
+ export default StanDesignProvider;
9
+ //# sourceMappingURL=provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../src/provider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAG1C,MAAM,WAAW,uBAAuB;IACtC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,OAAO,eAAe,CAAC;CAChC;AAED,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAQhE,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * CSS Layers Validation Tool
3
+ * Tests cascade order and specificity control in CSS layers
4
+ */
5
+ /**
6
+ * Test if CSS layers are working correctly
7
+ * @returns {Object} Test results
8
+ */
9
+ export function validateCSSLayers(): any;
10
+ /**
11
+ * Generate a visual report of layer validation
12
+ * @param {Object} results - Validation results
13
+ * @returns {HTMLElement} Report element
14
+ */
15
+ export function generateLayerReport(results: any): HTMLElement;
16
+ /**
17
+ * Run validation and display results
18
+ */
19
+ export function runLayerValidation(): any;
20
+ //# sourceMappingURL=validation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../src/styles/layers/validation.js"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;GAGG;AACH,yCAgCC;AAoMD;;;;GAIG;AACH,mDAFa,WAAW,CAqCvB;AAED;;GAEG;AACH,0CAqBC"}
package/dist/styles.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /* Complete Theme CSS Bundle - stan-design */
2
- /* Generated on 2025-10-03T03:54:20.383Z */
2
+ /* Generated on 2025-10-03T04:17:53.193Z */
3
3
 
4
4
  /* ===== COMPILED STYLES (Tailwind + Components) ===== */
5
5
  @layer reset,base,themes,components,utilities,overrides;@layer reset;@layer themes;@layer overrides;*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:var(--font-sans);font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width: 1400px){.container{max-width:1400px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.-bottom-6{bottom:-1.5rem}.bottom-0{bottom:0}.bottom-4{bottom:1rem}.left-1\/2{left:50%}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.top-0{top:0}.top-1\/2{top:50%}.top-2{top:.5rem}.top-4{top:1rem}.z-10{z-index:10}.z-50{z-index:50}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-1{height:.25rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-32{height:8rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-96{height:24rem}.max-h-20{max-height:5rem}.max-h-32{max-height:8rem}.max-h-40{max-height:10rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-96{max-height:24rem}.max-h-\[200px\]{max-height:200px}.max-h-\[300px\]{max-height:300px}.min-h-\[200px\]{min-height:200px}.min-h-\[300px\]{min-height:300px}.min-h-\[400px\]{min-height:400px}.min-h-\[40px\]{min-height:40px}.min-h-\[44px\]{min-height:44px}.min-h-\[48px\]{min-height:48px}.min-h-\[500px\]{min-height:500px}.min-h-\[56px\]{min-height:56px}.min-h-\[64px\]{min-height:64px}.min-h-screen{min-height:100vh}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-32{width:8rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-80{width:20rem}.w-96{width:24rem}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[40px\]{min-width:40px}.min-w-\[44px\]{min-width:44px}.min-w-\[48px\]{min-width:48px}.min-w-\[56px\]{min-width:56px}.min-w-\[64px\]{min-width:64px}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.touch-manipulation{touch-action:manipulation}.resize{resize:both}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.\!truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-2{border-left-width:2px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-300{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-cs-border{border-color:var(--border-color)}.border-cs-info{border-color:var(--info)}.border-cs-primary{border-color:var(--primary)}.border-cs-warning{border-color:var(--warning)}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-muted{border-color:hsl(var(--muted))}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-card{background-color:hsl(var(--card))}.bg-cs-border{background-color:var(--border-color)}.bg-cs-error{background-color:var(--error)}.bg-cs-hover-bg{background-color:var(--hover-bg)}.bg-cs-page-bg{background-color:var(--page-bg)}.bg-cs-primary{background-color:var(--primary)}.bg-cs-success{background-color:var(--success)}.bg-cs-surface-bg{background-color:var(--surface-bg)}.bg-cs-warning{background-color:var(--warning)}.bg-current{background-color:currentColor}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.bg-primary{background-color:hsl(var(--primary))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.bg-opacity-20{--tw-bg-opacity: .2}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cs-error{--tw-gradient-from: var(--error) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cs-success{--tw-gradient-from: var(--success) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cs-warning{--tw-gradient-from: var(--warning) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50{--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400{--tw-gradient-from: #4ade80 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-blue-500{--tw-gradient-to: #3b82f6 var(--tw-gradient-to-position)}.to-gray-100{--tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position)}.to-purple-500{--tw-gradient-to: #a855f7 var(--tw-gradient-to-position)}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-0{padding-left:0;padding-right:0}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pl-10{padding-left:2.5rem}.pl-4{padding-left:1rem}.pr-4{padding-right:1rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.font-display{font-family:var(--font-display)}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-6xl{font-size:3.75rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-cs-error{color:var(--error)}.text-cs-primary{color:var(--primary)}.text-cs-success{color:var(--success)}.text-cs-text-primary{color:var(--text-primary)}.text-cs-text-secondary{color:var(--text-secondary)}.text-cs-warning{color:var(--warning)}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-green-900{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.text-input{color:hsl(var(--input))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-primary{color:hsl(var(--primary))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-purple-900{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-secondary{color:hsl(var(--secondary))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.text-yellow-900{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-75{opacity:.75}.opacity-90{opacity:.9}.shadow{--tw-shadow: var(--shadow);--tw-shadow-colored: var(--shadow);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: var(--shadow-2xl);--tw-shadow-colored: var(--shadow-2xl);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: var(--shadow-lg);--tw-shadow-colored: var(--shadow-lg);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: var(--shadow-md);--tw-shadow-colored: var(--shadow-md);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: var(--shadow-sm);--tw-shadow-colored: var(--shadow-sm);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: var(--shadow-xl);--tw-shadow-colored: var(--shadow-xl);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-cs-primary{--tw-ring-color: var(--primary)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.fade-in{--tw-enter-opacity: 0}.duration-1000{animation-duration:1s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.ease-in{animation-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.running{animation-play-state:running}.paused{animation-play-state:paused}:root{--radius: .5rem;--radius-sm: calc(var(--radius) - 4px);--radius-md: calc(var(--radius) - 2px);--radius-lg: var(--radius);--radius-xl: calc(var(--radius) + 2px);--radius-2xl: calc(var(--radius) + 4px)}:root{--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 10px 10px -5px rgb(0 0 0 / .04);--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25)}:root{--primary: #2563eb;--primary-hover: #1d4ed8;--page-bg: #ffffff;--surface-bg: #f3f4f6;--border-color: #e5e7eb;--input-bg: #ffffff;--input-border: #d1d5db;--text-primary: #111827;--text-secondary: #4b5563;--text-on-light: #111827;--text-on-dark: #f8fafc;--text-inverse: #f8fafc;--focus-border: #2563eb;--hover-bg: #f8fafc;--button-hover: #1d4ed8;--active-bg: rgba(37, 99, 235, .1);--active-border: #2563eb;--success: #059669;--warning: #F59E0B;--error: #EF4444;--info: #2563eb;--font-sans: "Clash Display", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;--font-display: "Clash Display", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;--font-body: "Clash Display", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif}.dark{--primary: #3b82f6;--primary-hover: #2563eb;--page-bg: #0f172a;--surface-bg: #1e293b;--border-color: #334155;--input-bg: #334155;--input-border: #475569;--text-primary: #f8fafc;--text-secondary: #cbd5e1;--text-on-light: #111827;--text-on-dark: #f8fafc;--text-inverse: #f8fafc;--focus-border: #3b82f6;--hover-bg: #475569;--button-hover: #2563eb;--active-bg: rgba(59, 130, 246, .1);--active-border: #3b82f6}.coach-stan-bg{background-color:var(--page-bg)}.coach-stan-surface{background-color:var(--surface-bg)}.coach-stan-primary{background-color:var(--primary)}.coach-stan-primary:hover{background-color:var(--primary-hover)}.coach-stan-border{border-color:var(--border-color)}.coach-stan-text-primary{color:var(--text-primary)}.coach-stan-text-secondary{color:var(--text-secondary)}.coach-stan-text-on-light{color:var(--text-on-light)}.coach-stan-text-on-dark{color:var(--text-on-dark)}.coach-stan-text-inverse{color:var(--text-inverse)}.coach-stan-active{background-color:var(--active-bg)!important;color:var(--primary)!important;border-right:2px solid var(--active-border)!important}.coach-stan-input{background-color:var(--input-bg);border-color:var(--input-border);color:var(--text-primary)}.coach-stan-input:focus{border-color:var(--focus-border)}.coach-stan-input::-moz-placeholder{color:var(--text-secondary)}.coach-stan-input::placeholder{color:var(--text-secondary)}.theme-toggle{position:relative;overflow:hidden}.theme-toggle:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,var(--primary),var(--primary-hover));opacity:0;transition:opacity .3s ease}.theme-toggle:hover:before{opacity:.1}.dark .coach-stan-surface{background-color:var(--surface-bg);box-shadow:0 4px 6px -1px #0000004d}.dark .coach-stan-border{border-color:var(--border-color)}.dark .coach-stan-hover-bg{background-color:var(--hover-bg)}.coach-stan-smooth-transition{transform:translateZ(0);backface-visibility:hidden;perspective:1000px;will-change:transform,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.coach-stan-stagger-item{animation:slideInFromLeft .2s ease-out forwards;opacity:0;transform:translate(-20px)}.coach-stan-stagger-item.coach-stan-active{opacity:1!important;transform:translate(0)!important}@keyframes slideInFromLeft{to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion: reduce){.coach-stan-stagger-item{animation:none;opacity:1;transform:translate(0)}[data-radix-dialog-content]{animation:none!important;transform:none!important;transition:opacity .1s ease-out!important}}.coach-stan-focus-enhanced:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}.coach-stan-hamburger-transition{transition:transform .2s cubic-bezier(.4,0,.2,1)}.coach-stan-hamburger-transition:hover{transform:scale(1.05)}.coach-stan-form-field{margin-bottom:1.5rem}.coach-stan-form-field:last-child{margin-bottom:0}@media (max-width: 768px){.coach-stan-form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.coach-stan-form-row{display:flex;flex-direction:column;gap:1rem}.coach-stan-form-button{min-height:48px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.coach-stan-checkbox-container,.coach-stan-radio-container{min-height:44px;display:flex;align-items:center;padding:.5rem;margin:-.5rem;border-radius:.375rem;cursor:pointer}.coach-stan-checkbox-container:hover,.coach-stan-radio-container:hover{background-color:var(--hover-bg)}}@media (min-width: 768px){.coach-stan-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.coach-stan-form-row{display:flex;gap:1.5rem}}.coach-stan-touch-target{min-height:44px;min-width:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media (max-width: 768px){input:focus,textarea:focus,select:focus{transform:scale(1.02);transition:transform .15s ease-out}}.coach-stan-form-message{border-radius:.5rem;margin-top:.5rem}.coach-stan-mobile-form-item{position:relative;margin-bottom:2rem}@media (max-width: 768px){.coach-stan-mobile-validation{position:sticky;top:10px;z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#ffffffe6;border:1px solid var(--border-color);box-shadow:0 4px 12px #0000001a;animation:slideInFromTop .2s ease-out}.coach-stan-mobile-form-item[data-error=true]{scroll-margin-top:80px;scroll-margin-bottom:40px}.dark .coach-stan-mobile-validation{background-color:#1e293be6;border-color:var(--border-color)}.coach-stan-mobile-validation[role=alert]{margin-bottom:.75rem}.coach-stan-mobile-form-item{margin-bottom:2.5rem;padding:.5rem;border-radius:.75rem;transition:background-color .15s ease-out}.coach-stan-mobile-form-item:focus-within{background-color:var(--hover-bg)}.coach-stan-form-success{animation:successPulse .6s ease-out}.coach-stan-form-error{animation:errorShake .5s ease-out}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes successPulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes errorShake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.coach-stan-keyboard-visible{position:fixed;width:100%}.coach-stan-mobile-input{font-size:16px;min-height:44px;padding:12px 16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;transition:border-color .15s ease-out,box-shadow .15s ease-out}.coach-stan-mobile-input:focus{border-color:var(--primary);box-shadow:0 0 0 2px #3b82f61a}.coach-stan-gesture-feedback{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#000c;color:#fff;padding:8px 16px;border-radius:8px;font-size:14px;z-index:1000;pointer-events:none;opacity:0;animation:gestureFlash .6s ease-out}@keyframes gestureFlash{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}50%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.8)}}.coach-stan-mobile-form-field{position:relative;margin-bottom:24px;padding:8px;border-radius:8px;transition:background-color .15s ease-out}.coach-stan-mobile-form-field:focus-within{background-color:var(--hover-bg)}.coach-stan-mobile-form-field[data-gesture-target=true]{cursor:pointer;touch-action:pan-y}.coach-stan-gesture-hint{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);font-size:12px;color:var(--text-secondary);opacity:0;transition:opacity .2s ease-out}.coach-stan-mobile-form:focus-within .coach-stan-gesture-hint{opacity:1}.coach-stan-auto-focus-container{scroll-margin-top:100px;scroll-margin-bottom:100px}@media (min-width: 768px) and (max-width: 1024px){.coach-stan-tablet-layout{padding:16px;max-width:100%}.coach-stan-tablet-layout.orientation-portrait{padding:20px 16px}.coach-stan-tablet-layout.orientation-landscape{padding:12px 24px}.coach-stan-tablet-grid{width:100%;transition:grid-template-columns .3s ease}.coach-stan-tablet-sidebar{background:var(--card);border-right:1px solid var(--border);transition:width .3s ease,transform .3s ease;position:relative}.coach-stan-tablet-sidebar.collapsed{width:60px!important;overflow:hidden}.coach-stan-tablet-sidebar .sidebar-toggle{position:absolute;top:12px;right:12px;background:var(--primary);color:var(--primary-foreground);border:none;border-radius:4px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease}.coach-stan-tablet-sidebar .sidebar-toggle:hover{background:var(--primary-hover);transform:scale(1.05)}.coach-stan-tablet-sidebar .sidebar-content.collapsed{opacity:0;pointer-events:none}.coach-stan-tablet-stack{width:100%;transition:flex-direction .3s ease}.coach-stan-tablet-stack.stack-vertical{align-items:stretch}.coach-stan-tablet-stack.stack-horizontal{align-items:flex-start}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.coach-stan-tablet-layout{padding:24px 16px}.tablet-optimized .tablet-auto-stack{flex-direction:column}.tablet-optimized button,.tablet-optimized .touch-target{min-height:48px;min-width:48px}.tablet-optimized .form-grid{grid-template-columns:1fr;gap:20px}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){.coach-stan-tablet-layout{padding:16px 32px}.tablet-optimized .tablet-auto-stack{flex-direction:row;gap:24px}.tablet-optimized .form-grid{grid-template-columns:1fr 1fr;gap:24px}.coach-stan-tablet-sidebar{position:static;width:280px!important}.coach-stan-tablet-sidebar.collapsed{width:80px!important}}.tablet-device{--touch-target-size: 44px}.tablet-device button,.tablet-device .clickable,.tablet-device .touch-target{min-height:var(--touch-target-size);min-width:var(--touch-target-size);touch-action:manipulation}.tablet-device input,.tablet-device textarea,.tablet-device select{min-height:44px;font-size:16px}@media (hover: hover) and (pointer: fine){.tablet-device .hover-enabled:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}}.tablet-device *:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}.tablet-device .scroll-container{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}@keyframes wave{0%{transform:translate(-100%)}50%{transform:translate(100%)}to{transform:translate(100%)}}.animate-wave{position:relative;overflow:hidden}.animate-wave:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:wave 1.6s linear infinite}.dark .animate-wave:before{background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.mobile-lazy-loading{will-change:transform,opacity;transform:translateZ(0)}.mobile-lazy-loaded{animation:fadeInUp .3s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.coach-stan-animation-base{will-change:transform,opacity;backface-visibility:hidden;transform-style:preserve-3d;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width: 768px){.coach-stan-mobile-animation{animation-duration:.25s!important;animation-timing-function:ease-out!important;transform:translateZ(0)}.coach-stan-mobile-animation.reduced-motion{animation:none!important;transition:opacity .1s ease!important}.coach-stan-mobile-transition{transition-duration:.2s!important;transition-timing-function:ease-out!important;transition-property:transform,opacity!important}.coach-stan-mobile-fade-in{animation:mobileFadeIn .2s ease-out forwards}.coach-stan-mobile-slide-in{animation:mobileSlideIn .25s ease-out forwards}.coach-stan-battery-save{animation-duration:.15s!important;animation-iteration-count:1!important;animation-fill-mode:forwards!important}}@media (min-width: 768px) and (max-width: 1024px){.coach-stan-tablet-animation{animation-duration:.35s!important;animation-timing-function:cubic-bezier(.4,0,.2,1)!important;transform:translateZ(0)}.coach-stan-tablet-transition{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.coach-stan-tablet-bounce{animation:tabletBounce .5s ease-out forwards}}@media (min-width: 1024px){.coach-stan-desktop-animation{animation-duration:.4s!important;animation-timing-function:cubic-bezier(.25,.46,.45,.94)!important}.coach-stan-desktop-transition{transition-duration:.35s!important;transition-timing-function:cubic-bezier(.25,.46,.45,.94)!important}.coach-stan-desktop-complex{animation-timing-function:cubic-bezier(.68,-.55,.265,1.55)!important}}.coach-stan-performance-throttle{animation-duration:.15s!important;transition-duration:.15s!important}.coach-stan-low-performance{animation:none!important;transition:opacity .1s linear!important;will-change:auto!important}@keyframes mobileFadeIn{0%{opacity:0;transform:translateY(8px) translateZ(0)}to{opacity:1;transform:translateY(0) translateZ(0)}}@keyframes mobileSlideIn{0%{opacity:0;transform:translate(-15px) translateZ(0)}to{opacity:1;transform:translate(0) translateZ(0)}}@keyframes tabletBounce{0%{transform:scale(1) translateZ(0)}30%{transform:scale(1.05) translateZ(0)}60%{transform:scale(.98) translateZ(0)}to{transform:scale(1) translateZ(0)}}.coach-stan-animate-on-scroll{opacity:0;transform:translateY(20px) translateZ(0);transition:opacity .4s ease-out,transform .4s ease-out}.coach-stan-animate-on-scroll.visible{opacity:1;transform:translateY(0) translateZ(0)}.coach-stan-stagger-delay-1{animation-delay:.1s!important}.coach-stan-stagger-delay-2{animation-delay:.2s!important}.coach-stan-stagger-delay-3{animation-delay:.3s!important}.coach-stan-stagger-delay-4{animation-delay:.4s!important}.coach-stan-stagger-delay-5{animation-delay:.5s!important}@media (prefers-reduced-motion: reduce){.coach-stan-reduced-motion,.coach-stan-mobile-animation,.coach-stan-tablet-animation,.coach-stan-desktop-animation,.animate-pulse,.animate-wave,.mobile-lazy-loaded{animation:none!important;transition:opacity .1s ease!important;transform:none!important}.coach-stan-animation-base{will-change:auto!important}}@media (prefers-contrast: high){.coach-stan-animation-base{animation-timing-function:linear!important;transition-timing-function:linear!important}}@media print{.coach-stan-mobile-animation,.coach-stan-tablet-animation,.coach-stan-desktop-animation,.coach-stan-animation-base{animation:none!important;transition:none!important;transform:none!important;opacity:1!important}}.mobile-image-container{position:relative;overflow:hidden;background:var(--muted)}.mobile-image-loading{background:linear-gradient(90deg,var(--muted) 25%,var(--muted-foreground/10) 50%,var(--muted) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.mobile-optimized{transform:translateZ(0);backface-visibility:hidden;perspective:1000px}.mobile-optimized *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mobile-scroll-container{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;will-change:scroll-position}.mobile-touch-optimized{touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}:root{--cs-success: #059669;--cs-warning: #F59E0B;--cs-error: #EF4444;--cs-primary: #3B82F6;--cs-info: #2563eb}.dark{--cs-success: #10b981;--cs-warning: #fbbf24;--cs-error: #f87171;--cs-info: #60a5fa}.text-cs-success{color:var(--cs-success)}.text-cs-warning{color:var(--cs-warning)}.text-cs-error{color:var(--cs-error)}.text-cs-info{color:var(--cs-info)}@font-face{font-family:Clash Display;src:url(/fonts/clash-display/ClashDisplay-Variable.woff2) format("woff2-variations");font-weight:200 700;font-style:normal;font-display:swap}@supports not (font-variation-settings: normal){@font-face{font-family:Clash Display;src:url(/fonts/clash-display/ClashDisplay-Variable.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}}@supports not (font-display: swap){@font-face{font-family:Clash Display;src:url(/fonts/clash-display/ClashDisplay-Variable.woff) format("woff");font-weight:200 700;font-style:normal}}.placeholder\:text-cs-text-secondary::-moz-placeholder{color:var(--text-secondary)}.placeholder\:text-cs-text-secondary::placeholder{color:var(--text-secondary)}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-cs-hover-bg:hover{background-color:var(--hover-bg)}.hover\:bg-cs-primary:hover{background-color:var(--primary)}.hover\:bg-cs-primary-hover:hover{background-color:var(--primary-hover)}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.hover\:text-cs-text-primary:hover{color:var(--text-primary)}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:shadow-lg:hover{--tw-shadow: var(--shadow-lg);--tw-shadow-colored: var(--shadow-lg);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-cs-primary:focus{border-color:var(--primary)}.focus\:border-green-500:focus{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-cs-primary:focus{--tw-ring-color: var(--primary)}.focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.active\:shadow-xl:active{--tw-shadow: var(--shadow-xl);--tw-shadow-colored: var(--shadow-xl);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark\:inline:is(.dark *){display:inline}.dark\:hidden:is(.dark *){display:none}.dark\:border-blue-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:border-gray-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:border-gray-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.dark\:border-green-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(22 101 52 / var(--tw-border-opacity, 1))}.dark\:border-orange-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(154 52 18 / var(--tw-border-opacity, 1))}.dark\:border-red-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}.dark\:bg-blue-400:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-900\/20:is(.dark *){background-color:#1e3a8a33}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:bg-green-900\/20:is(.dark *){background-color:#14532d33}.dark\:bg-orange-900\/20:is(.dark *){background-color:#7c2d1233}.dark\:bg-red-900\/20:is(.dark *){background-color:#7f1d1d33}.dark\:from-gray-900:is(.dark *){--tw-gradient-from: #111827 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:to-gray-800:is(.dark *){--tw-gradient-to: #1f2937 var(--tw-gradient-to-position)}.dark\:text-blue-200:is(.dark *){--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.dark\:text-blue-300:is(.dark *){--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.dark\:text-blue-400:is(.dark *){--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:text-gray-100:is(.dark *){--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-green-200:is(.dark *){--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.dark\:text-green-300:is(.dark *){--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.dark\:text-orange-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity, 1))}.dark\:text-orange-300:is(.dark *){--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity, 1))}.dark\:text-red-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.dark\:text-red-300:is(.dark *){--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.dark\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:hover\:border-gray-600:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:hover\:text-gray-200:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:block{display:block}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}
@@ -0,0 +1,7 @@
1
+ import { MultiThemeConfig } from './types';
2
+ /**
3
+ * Stan Design Base Theme
4
+ * Modern, professional design with Clash Display font
5
+ */
6
+ export declare const stanDesignTheme: MultiThemeConfig;
7
+ //# sourceMappingURL=theme.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../src/theme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE3C;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,gBAoqB7B,CAAC"}
@@ -0,0 +1,23 @@
1
+ import type { ReactNode } from 'react';
2
+ import { MultiThemeConfig, CompleteThemeConfig } from './types';
3
+ export interface ThemeContextType {
4
+ currentTheme: string;
5
+ currentThemeConfig: CompleteThemeConfig | null;
6
+ availableThemes: string[];
7
+ setTheme: (themeName: string) => void;
8
+ addTheme: (name: string, theme: MultiThemeConfig) => void;
9
+ removeTheme: (name: string) => void;
10
+ getTheme: (name: string) => CompleteThemeConfig | null;
11
+ isLoading: boolean;
12
+ error: string | null;
13
+ }
14
+ declare const ThemeContext: import("react").Context<ThemeContextType>;
15
+ export interface ThemeProviderProps {
16
+ children: ReactNode;
17
+ defaultTheme?: string;
18
+ themes?: Record<string, MultiThemeConfig>;
19
+ persistTheme?: boolean;
20
+ storageKey?: string;
21
+ }
22
+ export { ThemeContext };
23
+ //# sourceMappingURL=ThemeContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeContext.d.ts","sourceRoot":"","sources":["../../src/themes/ThemeContext.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAGhE,MAAM,WAAW,gBAAgB;IAC/B,YAAY,EAAE,MAAM,CAAC;IACrB,kBAAkB,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAC/C,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,QAAQ,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAC1D,WAAW,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,mBAAmB,GAAG,IAAI,CAAC;IACvD,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB;AAGD,QAAA,MAAM,YAAY,2CAAyD,CAAC;AAG5E,MAAM,WAAW,kBAAkB;IACjC,QAAQ,EAAE,SAAS,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAC;IAC1C,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAGD,OAAO,EAAE,YAAY,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { ThemeProviderProps } from './ThemeContext';
2
+ export declare const ThemeProvider: React.FC<ThemeProviderProps>;
3
+ //# sourceMappingURL=ThemeProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../src/themes/ThemeProvider.tsx"],"names":[],"mappings":"AACA,OAAO,EAAkC,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AASpF,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA6NtD,CAAC"}
@@ -0,0 +1,19 @@
1
+ export * from '../accessibility';
2
+ export { accessibilityManager } from '../accessibility';
3
+ export { keyboardNavigationManager } from '../keyboard-navigation';
4
+ export { screenReaderOptimizer } from '../screen-reader';
5
+ export { highContrastThemeManager } from '../high-contrast';
6
+ export { focusManager } from '../focus-management';
7
+ export { motionReductionManager } from '../motion-reduction';
8
+ export { ARIAUtils as AriaPatternGenerator } from '../aria-patterns';
9
+ export { AccessibilityFocusManager as FocusManagerClass } from '../focus-management';
10
+ export { FocusTrap } from '../focus-management';
11
+ export { FocusRestoration } from '../focus-management';
12
+ export { FocusNavigation } from '../focus-management';
13
+ export { KeyboardNavigationManager } from '../keyboard-navigation';
14
+ export { ScreenReaderOptimizer } from '../screen-reader';
15
+ export { HighContrastThemeManager } from '../high-contrast';
16
+ export { MotionReductionManager } from '../motion-reduction';
17
+ export { ARIA_ROLES, ARIA_STATES, ARIA_LIVE_VALUES } from '../aria-patterns';
18
+ export { KEY_CODES, NAVIGATION_PATTERNS } from '../keyboard-navigation';
19
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/themes/accessibility/index.ts"],"names":[],"mappings":"AACA,cAAc,kBAAkB,CAAC;AAGjC,OAAO,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAG7D,OAAO,EAAE,SAAS,IAAI,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AACrE,OAAO,EAAE,yBAAyB,IAAI,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACrF,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAGtD,OAAO,EAAE,yBAAyB,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAG7D,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAC7E,OAAO,EAAE,SAAS,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC"}