@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,86 @@
1
+ export declare class ScreenReaderOptimizer {
2
+ static readonly LIVE_REGIONS: {
3
+ readonly POLITE: "polite";
4
+ readonly ASSERTIVE: "assertive";
5
+ readonly OFF: "off";
6
+ };
7
+ static readonly PRIORITIES: {
8
+ readonly LOW: "low";
9
+ readonly NORMAL: "normal";
10
+ readonly HIGH: "high";
11
+ readonly URGENT: "urgent";
12
+ };
13
+ private liveRegions;
14
+ private announcementQueue;
15
+ private isProcessingQueue;
16
+ constructor();
17
+ private initializeLiveRegions;
18
+ private getLiveRegionType;
19
+ announce(message: string, priority?: string): void;
20
+ private processAnnouncementQueue;
21
+ private makeAnnouncement;
22
+ private delay;
23
+ announcePageTitle(title: string): void;
24
+ announceNavigation(destination: string): void;
25
+ announceFormSubmission(formName: string, success: boolean): void;
26
+ announceLoading(component: string, isLoading: boolean): void;
27
+ announceError(error: string): void;
28
+ announceSuccess(message: string): void;
29
+ announceWarning(message: string): void;
30
+ announceInfo(message: string): void;
31
+ announceCountChange(itemType: string, count: number, total?: number): void;
32
+ announceSelectionChange(itemType: string, selected: number, total: number): void;
33
+ announceProgress(current: number, total: number, percentage: number): void;
34
+ announceSearchResults(query: string, count: number): void;
35
+ announceFilterChange(filterName: string, value: string): void;
36
+ announceSortChange(column: string, direction: 'ascending' | 'descending'): void;
37
+ announceModalChange(modalName: string, isOpen: boolean): void;
38
+ announceTabChange(tabName: string): void;
39
+ announceAccordionChange(sectionName: string, isExpanded: boolean): void;
40
+ announceTreeChange(nodeName: string, action: 'expanded' | 'collapsed' | 'selected'): void;
41
+ announceListChange(listName: string, action: 'added' | 'removed' | 'updated', itemName: string): void;
42
+ announceTableChange(tableName: string, action: 'row added' | 'row removed' | 'row updated' | 'sorted' | 'filtered'): void;
43
+ announceFormFieldChange(fieldName: string, value: string, isValid: boolean): void;
44
+ announceValidationErrors(fieldName: string, errors: string[]): void;
45
+ announceFocusChange(elementName: string, context?: string): void;
46
+ announceKeyboardShortcut(action: string, shortcut: string): void;
47
+ announceTimeSensitive(message: string, urgency: 'low' | 'medium' | 'high'): void;
48
+ announceStatusChange(component: string, oldStatus: string, newStatus: string): void;
49
+ announceDataUpdate(dataType: string, action: 'created' | 'updated' | 'deleted'): void;
50
+ announceConnectionStatus(isConnected: boolean): void;
51
+ announceAccessibilityFeature(feature: string, enabled: boolean): void;
52
+ announceThemeChange(themeName: string): void;
53
+ announceLanguageChange(language: string): void;
54
+ announceFontSizeChange(size: string): void;
55
+ announceContrastChange(isHighContrast: boolean): void;
56
+ announceMotionChange(isReducedMotion: boolean): void;
57
+ getQueueStatus(): {
58
+ length: number;
59
+ isProcessing: boolean;
60
+ };
61
+ clearQueue(): void;
62
+ destroy(): void;
63
+ }
64
+ export declare class ScreenReaderNavigation {
65
+ static createSkipLink(targetId: string, text?: string): HTMLAnchorElement;
66
+ static createLandmarkNavigation(): HTMLDivElement;
67
+ static createHeadingNavigation(): HTMLDivElement;
68
+ static createFormNavigation(): HTMLDivElement;
69
+ static createTableNavigation(): HTMLDivElement;
70
+ static createListNavigation(): HTMLDivElement;
71
+ static createLinkNavigation(): HTMLDivElement;
72
+ static createButtonNavigation(): HTMLDivElement;
73
+ static createInputNavigation(): HTMLDivElement;
74
+ static createImageNavigation(): HTMLDivElement;
75
+ static createMediaNavigation(): HTMLDivElement;
76
+ static createSectionNavigation(): HTMLDivElement;
77
+ static createComprehensiveNavigation(): HTMLDivElement;
78
+ }
79
+ export declare const screenReaderOptimizer: ScreenReaderOptimizer;
80
+ declare const _default: {
81
+ ScreenReaderOptimizer: typeof ScreenReaderOptimizer;
82
+ ScreenReaderNavigation: typeof ScreenReaderNavigation;
83
+ screenReaderOptimizer: ScreenReaderOptimizer;
84
+ };
85
+ export default _default;
86
+ //# sourceMappingURL=screen-reader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"screen-reader.d.ts","sourceRoot":"","sources":["../../src/themes/screen-reader.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,58 @@
1
+ /**
2
+ * System Theme Detection Utility
3
+ * Detects and manages system theme preferences
4
+ */
5
+ export type SystemTheme = 'light' | 'dark';
6
+ export interface SystemThemeOptions {
7
+ defaultTheme?: SystemTheme;
8
+ storageKey?: string;
9
+ enablePersistence?: boolean;
10
+ }
11
+ export declare class SystemThemeDetector {
12
+ private mediaQuery;
13
+ private storageKey;
14
+ private enablePersistence;
15
+ private listeners;
16
+ constructor(options?: SystemThemeOptions);
17
+ /**
18
+ * Get the current system theme preference
19
+ */
20
+ getSystemTheme(): SystemTheme;
21
+ /**
22
+ * Get stored theme preference
23
+ */
24
+ getStoredPreference(): SystemTheme | null;
25
+ /**
26
+ * Store theme preference
27
+ */
28
+ setStoredPreference(theme: SystemTheme): void;
29
+ /**
30
+ * Check if system theme detection is supported
31
+ */
32
+ isSupported(): boolean;
33
+ /**
34
+ * Subscribe to system theme changes
35
+ */
36
+ subscribe(callback: (theme: SystemTheme) => void): () => void;
37
+ /**
38
+ * Notify all listeners of theme change
39
+ */
40
+ private notifyListeners;
41
+ /**
42
+ * Handle media query changes
43
+ */
44
+ private handleMediaQueryChange;
45
+ /**
46
+ * Get theme-aware CSS variables
47
+ */
48
+ getThemeCSSVariables(theme: SystemTheme): Record<string, string>;
49
+ /**
50
+ * Apply system theme CSS variables to document
51
+ */
52
+ applySystemThemeCSS(theme: SystemTheme): void;
53
+ /**
54
+ * Clean up event listeners
55
+ */
56
+ destroy(): void;
57
+ }
58
+ //# sourceMappingURL=systemThemeDetector.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"systemThemeDetector.d.ts","sourceRoot":"","sources":["../../src/themes/systemThemeDetector.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,MAAM,CAAC;AAE3C,MAAM,WAAW,kBAAkB;IACjC,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,qBAAa,mBAAmB;IAC9B,OAAO,CAAC,UAAU,CAA+B;IACjD,OAAO,CAAC,UAAU,CAAS;IAC3B,OAAO,CAAC,iBAAiB,CAAU;IACnC,OAAO,CAAC,SAAS,CAAgD;gBAErD,OAAO,GAAE,kBAAuB;IAW5C;;OAEG;IACH,cAAc,IAAI,WAAW;IAc7B;;OAEG;IACH,mBAAmB,IAAI,WAAW,GAAG,IAAI;IAiBzC;;OAEG;IACH,mBAAmB,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;IAY7C;;OAEG;IACH,WAAW,IAAI,OAAO;IAMtB;;OAEG;IACH,SAAS,CAAC,QAAQ,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,GAAG,MAAM,IAAI;IAS7D;;OAEG;IACH,OAAO,CAAC,eAAe;IAUvB;;OAEG;IACH,OAAO,CAAC,sBAAsB,CAQ5B;IAEF;;OAEG;IACH,oBAAoB,CAAC,KAAK,EAAE,WAAW,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAwBhE;;OAEG;IACH,mBAAmB,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;IAU7C;;OAEG;IACH,OAAO,IAAI,IAAI;CAMhB"}
@@ -0,0 +1,46 @@
1
+ /**
2
+ * Theme CSS Variable Updater
3
+ * Applies theme configurations to CSS custom properties
4
+ */
5
+ import { CompleteThemeConfig } from './types';
6
+ export declare class ThemeCSSUpdater {
7
+ private root;
8
+ constructor();
9
+ /**
10
+ * Apply a complete theme configuration to CSS custom properties
11
+ */
12
+ applyTheme(theme: CompleteThemeConfig): void;
13
+ /**
14
+ * Apply color variables to CSS custom properties
15
+ */
16
+ private applyColors;
17
+ /**
18
+ * Apply font variables to CSS custom properties
19
+ */
20
+ private applyFonts;
21
+ /**
22
+ * Apply spacing variables to CSS custom properties
23
+ */
24
+ private applySpacing;
25
+ /**
26
+ * Apply shadow variables to CSS custom properties
27
+ */
28
+ private applyShadows;
29
+ /**
30
+ * Apply transition variables to CSS custom properties
31
+ */
32
+ private applyTransitions;
33
+ /**
34
+ * Apply border radius variables to CSS custom properties
35
+ */
36
+ private applyBorderRadius;
37
+ /**
38
+ * Clear all theme CSS variables
39
+ */
40
+ clearTheme(): void;
41
+ }
42
+ /**
43
+ * Default theme CSS updater instance
44
+ */
45
+ export declare const themeCSSUpdater: ThemeCSSUpdater;
46
+ //# sourceMappingURL=themeCSSUpdater.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"themeCSSUpdater.d.ts","sourceRoot":"","sources":["../../src/themes/themeCSSUpdater.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAE9C,qBAAa,eAAe;IAC1B,OAAO,CAAC,IAAI,CAAc;;IAM1B;;OAEG;IACH,UAAU,CAAC,KAAK,EAAE,mBAAmB,GAAG,IAAI;IAS5C;;OAEG;IACH,OAAO,CAAC,WAAW;IAwEnB;;OAEG;IACH,OAAO,CAAC,UAAU;IAyClB;;OAEG;IACH,OAAO,CAAC,YAAY;IA6BpB;;OAEG;IACH,OAAO,CAAC,YAAY;IASpB;;OAEG;IACH,OAAO,CAAC,gBAAgB;IA0BxB;;OAEG;IACH,OAAO,CAAC,iBAAiB;IASzB;;OAEG;IACH,UAAU,IAAI,IAAI;CAuBnB;AAED;;GAEG;AACH,eAAO,MAAM,eAAe,iBAAwB,CAAC"}
@@ -0,0 +1,84 @@
1
+ /**
2
+ * Theme persistence utilities for managing theme preferences in localStorage
3
+ */
4
+ export interface ThemePersistenceOptions {
5
+ storageKey?: string;
6
+ defaultTheme?: string;
7
+ enableSystemPreference?: boolean;
8
+ enableSystemThemeDetection?: boolean;
9
+ systemThemeStorageKey?: string;
10
+ }
11
+ export declare class ThemePersistence {
12
+ private storageKey;
13
+ private defaultTheme;
14
+ private enableSystemPreference;
15
+ private enableSystemThemeDetection;
16
+ private systemThemeStorageKey;
17
+ constructor(options?: ThemePersistenceOptions);
18
+ /**
19
+ * Get the stored theme preference
20
+ * Falls back to system preference if enabled, then default theme
21
+ */
22
+ getStoredTheme(): string;
23
+ /**
24
+ * Store the theme preference
25
+ */
26
+ setStoredTheme(themeName: string): void;
27
+ /**
28
+ * Clear the stored theme preference
29
+ */
30
+ clearStoredTheme(): void;
31
+ /**
32
+ * Get system color scheme preference
33
+ */
34
+ private getSystemPreference;
35
+ /**
36
+ * Listen for system preference changes
37
+ */
38
+ onSystemPreferenceChange(callback: (preference: string) => void): (() => void) | null;
39
+ /**
40
+ * Check if localStorage is available
41
+ */
42
+ isStorageAvailable(): boolean;
43
+ /**
44
+ * Get all available storage keys related to themes
45
+ */
46
+ getThemeKeys(): string[];
47
+ /**
48
+ * Get stored system theme preference
49
+ */
50
+ getStoredSystemTheme(): 'light' | 'dark' | null;
51
+ /**
52
+ * Store system theme preference
53
+ */
54
+ setStoredSystemTheme(theme: 'light' | 'dark'): void;
55
+ /**
56
+ * Clear stored system theme preference
57
+ */
58
+ clearStoredSystemTheme(): void;
59
+ /**
60
+ * Get comprehensive theme state including system theme
61
+ */
62
+ getThemeState(): {
63
+ theme: string;
64
+ systemTheme: 'light' | 'dark' | null;
65
+ isSystemThemeEnabled: boolean;
66
+ };
67
+ /**
68
+ * Set comprehensive theme state
69
+ */
70
+ setThemeState(state: {
71
+ theme?: string;
72
+ systemTheme?: 'light' | 'dark';
73
+ enableSystemTheme?: boolean;
74
+ }): void;
75
+ }
76
+ /**
77
+ * Default theme persistence instance
78
+ */
79
+ export declare const defaultThemePersistence: ThemePersistence;
80
+ /**
81
+ * Create a custom theme persistence instance
82
+ */
83
+ export declare const createThemePersistence: (options: ThemePersistenceOptions) => ThemePersistence;
84
+ //# sourceMappingURL=themePersistence.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"themePersistence.d.ts","sourceRoot":"","sources":["../../src/themes/themePersistence.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,uBAAuB;IACtC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,qBAAa,gBAAgB;IAC3B,OAAO,CAAC,UAAU,CAAS;IAC3B,OAAO,CAAC,YAAY,CAAS;IAC7B,OAAO,CAAC,sBAAsB,CAAU;IACxC,OAAO,CAAC,0BAA0B,CAAU;IAC5C,OAAO,CAAC,qBAAqB,CAAS;gBAE1B,OAAO,GAAE,uBAA4B;IAQjD;;;OAGG;IACH,cAAc,IAAI,MAAM;IAwBxB;;OAEG;IACH,cAAc,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAQvC;;OAEG;IACH,gBAAgB,IAAI,IAAI;IAQxB;;OAEG;IACH,OAAO,CAAC,mBAAmB;IAY3B;;OAEG;IACH,wBAAwB,CAAC,QAAQ,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,GAAG,CAAC,MAAM,IAAI,CAAC,GAAG,IAAI;IA2BrF;;OAEG;IACH,kBAAkB,IAAI,OAAO;IAW7B;;OAEG;IACH,YAAY,IAAI,MAAM,EAAE;IAgBxB;;OAEG;IACH,oBAAoB,IAAI,OAAO,GAAG,MAAM,GAAG,IAAI;IAY/C;;OAEG;IACH,oBAAoB,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,GAAG,IAAI;IAQnD;;OAEG;IACH,sBAAsB,IAAI,IAAI;IAQ9B;;OAEG;IACH,aAAa,IAAI;QACf,KAAK,EAAE,MAAM,CAAC;QACd,WAAW,EAAE,OAAO,GAAG,MAAM,GAAG,IAAI,CAAC;QACrC,oBAAoB,EAAE,OAAO,CAAC;KAC/B;IAQD;;OAEG;IACH,aAAa,CAAC,KAAK,EAAE;QACnB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,WAAW,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;QAC/B,iBAAiB,CAAC,EAAE,OAAO,CAAC;KAC7B,GAAG,IAAI;CAWT;AAED;;GAEG;AACH,eAAO,MAAM,uBAAuB,kBAAyB,CAAC;AAE9D;;GAEG;AACH,eAAO,MAAM,sBAAsB,GAAI,SAAS,uBAAuB,qBAEtE,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { MultiThemeConfig } from '../types';
2
+ /**
3
+ * Default Base Theme Configuration
4
+ * This serves as the foundation for all other themes.
5
+ * Based on Stan Design theme - the primary brand theme.
6
+ * Any undefined values in specific themes will fall back to these defaults.
7
+ */
8
+ export declare const defaultTheme: MultiThemeConfig;
9
+ //# sourceMappingURL=default.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../src/themes/themes/default.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C;;;;;GAKG;AACH,eAAO,MAAM,YAAY,EAAE,gBAikB1B,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { MultiThemeConfig } from '../types';
2
+ /**
3
+ * Harvey Creative Theme
4
+ * Modern, vibrant design with Poppins font and warm color palette
5
+ */
6
+ export declare const harveyTheme: MultiThemeConfig;
7
+ //# sourceMappingURL=harvey.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"harvey.d.ts","sourceRoot":"","sources":["../../../src/themes/themes/harvey.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C;;;GAGG;AACH,eAAO,MAAM,WAAW,EAAE,gBAmiBzB,CAAC"}
@@ -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=stan-design.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stan-design.d.ts","sourceRoot":"","sources":["../../../src/themes/themes/stan-design.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,gBAoqB7B,CAAC"}