@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.
- package/CHANGELOG.md +1 -1
- package/dist/components/ui/accessibility-demo.d.ts +7 -0
- package/dist/components/ui/accessibility-demo.d.ts.map +1 -0
- package/dist/components/ui/advanced-component-architecture-demo.d.ts +4 -0
- package/dist/components/ui/advanced-component-architecture-demo.d.ts.map +1 -0
- package/dist/components/ui/advanced-transition-system-demo.d.ts +3 -0
- package/dist/components/ui/advanced-transition-system-demo.d.ts.map +1 -0
- package/dist/components/ui/advanced-transition-system.d.ts +45 -0
- package/dist/components/ui/advanced-transition-system.d.ts.map +1 -0
- package/dist/components/ui/animation/animated-container.d.ts +13 -0
- package/dist/components/ui/animation/animated-container.d.ts.map +1 -0
- package/dist/components/ui/animation/index.d.ts +7 -0
- package/dist/components/ui/animation/index.d.ts.map +1 -0
- package/dist/components/ui/animation/staggered-container.d.ts +10 -0
- package/dist/components/ui/animation/staggered-container.d.ts.map +1 -0
- package/dist/components/ui/animation-demo.d.ts +3 -0
- package/dist/components/ui/animation-demo.d.ts.map +1 -0
- package/dist/components/ui/badge.d.ts +10 -0
- package/dist/components/ui/badge.d.ts.map +1 -0
- package/dist/components/ui/battery-conscious-animation-demo.d.ts +4 -0
- package/dist/components/ui/battery-conscious-animation-demo.d.ts.map +1 -0
- package/dist/components/ui/border-radius-shadow-demo.d.ts +3 -0
- package/dist/components/ui/border-radius-shadow-demo.d.ts.map +1 -0
- package/dist/components/ui/button.d.ts +9 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/card.d.ts +37 -0
- package/dist/components/ui/card.d.ts.map +1 -0
- package/dist/components/ui/checkbox.d.ts +8 -0
- package/dist/components/ui/checkbox.d.ts.map +1 -0
- package/dist/components/ui/color-preview.d.ts +16 -0
- package/dist/components/ui/color-preview.d.ts.map +1 -0
- package/dist/components/ui/data-display/chart.d.ts +5 -0
- package/dist/components/ui/data-display/chart.d.ts.map +1 -0
- package/dist/components/ui/data-display/data-grid-simple.d.ts +5 -0
- package/dist/components/ui/data-display/data-grid-simple.d.ts.map +1 -0
- package/dist/components/ui/data-display/data-grid.d.ts +5 -0
- package/dist/components/ui/data-display/data-grid.d.ts.map +1 -0
- package/dist/components/ui/data-display/list.d.ts +5 -0
- package/dist/components/ui/data-display/list.d.ts.map +1 -0
- package/dist/components/ui/data-display/table.d.ts +5 -0
- package/dist/components/ui/data-display/table.d.ts.map +1 -0
- package/dist/components/ui/data-display/timeline.d.ts +5 -0
- package/dist/components/ui/data-display/timeline.d.ts.map +1 -0
- package/dist/components/ui/data-display/tree.d.ts +5 -0
- package/dist/components/ui/data-display/tree.d.ts.map +1 -0
- package/dist/components/ui/data-display/types.d.ts +481 -0
- package/dist/components/ui/data-display/types.d.ts.map +1 -0
- package/dist/components/ui/enterprise-mobile-experience-demo.d.ts +3 -0
- package/dist/components/ui/enterprise-mobile-experience-demo.d.ts.map +1 -0
- package/dist/components/ui/enterprise-mobile-experience.d.ts +72 -0
- package/dist/components/ui/enterprise-mobile-experience.d.ts.map +1 -0
- package/dist/components/ui/feedback/alert.d.ts +5 -0
- package/dist/components/ui/feedback/alert.d.ts.map +1 -0
- package/dist/components/ui/feedback/progress.d.ts +5 -0
- package/dist/components/ui/feedback/progress.d.ts.map +1 -0
- package/dist/components/ui/feedback/skeleton.d.ts +8 -0
- package/dist/components/ui/feedback/skeleton.d.ts.map +1 -0
- package/dist/components/ui/feedback/toast.d.ts +8 -0
- package/dist/components/ui/feedback/toast.d.ts.map +1 -0
- package/dist/components/ui/feedback/types.d.ts +109 -0
- package/dist/components/ui/feedback/types.d.ts.map +1 -0
- package/dist/components/ui/font-preview.d.ts +15 -0
- package/dist/components/ui/font-preview.d.ts.map +1 -0
- package/dist/components/ui/form-demo.d.ts +4 -0
- package/dist/components/ui/form-demo.d.ts.map +1 -0
- package/dist/components/ui/hardware-acceleration-demo.d.ts +4 -0
- package/dist/components/ui/hardware-acceleration-demo.d.ts.map +1 -0
- package/dist/components/ui/input.d.ts +9 -0
- package/dist/components/ui/input.d.ts.map +1 -0
- package/dist/components/ui/label.d.ts +5 -0
- package/dist/components/ui/label.d.ts.map +1 -0
- package/dist/components/ui/layout-demo.d.ts +4 -0
- package/dist/components/ui/layout-demo.d.ts.map +1 -0
- package/dist/components/ui/layouts/adaptive-layout.d.ts +16 -0
- package/dist/components/ui/layouts/adaptive-layout.d.ts.map +1 -0
- package/dist/components/ui/layouts/desktop-layout.d.ts +15 -0
- package/dist/components/ui/layouts/desktop-layout.d.ts.map +1 -0
- package/dist/components/ui/layouts/index.d.ts +9 -0
- package/dist/components/ui/layouts/index.d.ts.map +1 -0
- package/dist/components/ui/layouts/mobile-layout.d.ts +14 -0
- package/dist/components/ui/layouts/mobile-layout.d.ts.map +1 -0
- package/dist/components/ui/layouts/tablet-layout.d.ts +14 -0
- package/dist/components/ui/layouts/tablet-layout.d.ts.map +1 -0
- package/dist/components/ui/mobile-form-validation.d.ts +32 -0
- package/dist/components/ui/mobile-form-validation.d.ts.map +1 -0
- package/dist/components/ui/mobile-input-demo.d.ts +3 -0
- package/dist/components/ui/mobile-input-demo.d.ts.map +1 -0
- package/dist/components/ui/mobile-input.d.ts +66 -0
- package/dist/components/ui/mobile-input.d.ts.map +1 -0
- package/dist/components/ui/mobile-skeleton-loading-demo.d.ts +4 -0
- package/dist/components/ui/mobile-skeleton-loading-demo.d.ts.map +1 -0
- package/dist/components/ui/navigation/breadcrumb.d.ts +9 -0
- package/dist/components/ui/navigation/breadcrumb.d.ts.map +1 -0
- package/dist/components/ui/navigation/index.d.ts +12 -0
- package/dist/components/ui/navigation/index.d.ts.map +1 -0
- package/dist/components/ui/navigation/menu.d.ts +9 -0
- package/dist/components/ui/navigation/menu.d.ts.map +1 -0
- package/dist/components/ui/navigation/navigation-demo.d.ts +8 -0
- package/dist/components/ui/navigation/navigation-demo.d.ts.map +1 -0
- package/dist/components/ui/navigation/pagination.d.ts +9 -0
- package/dist/components/ui/navigation/pagination.d.ts.map +1 -0
- package/dist/components/ui/navigation/sidebar.d.ts +9 -0
- package/dist/components/ui/navigation/sidebar.d.ts.map +1 -0
- package/dist/components/ui/navigation/stepper.d.ts +9 -0
- package/dist/components/ui/navigation/stepper.d.ts.map +1 -0
- package/dist/components/ui/navigation/tabs.d.ts +9 -0
- package/dist/components/ui/navigation/tabs.d.ts.map +1 -0
- package/dist/components/ui/navigation/types.d.ts +255 -0
- package/dist/components/ui/navigation/types.d.ts.map +1 -0
- package/dist/components/ui/overlay/backdrop.d.ts +15 -0
- package/dist/components/ui/overlay/backdrop.d.ts.map +1 -0
- package/dist/components/ui/overlay/focus-manager.d.ts +13 -0
- package/dist/components/ui/overlay/focus-manager.d.ts.map +1 -0
- package/dist/components/ui/overlay/index.d.ts +10 -0
- package/dist/components/ui/overlay/index.d.ts.map +1 -0
- package/dist/components/ui/overlay/modal.d.ts +8 -0
- package/dist/components/ui/overlay/modal.d.ts.map +1 -0
- package/dist/components/ui/overlay/overlay-manager.d.ts +16 -0
- package/dist/components/ui/overlay/overlay-manager.d.ts.map +1 -0
- package/dist/components/ui/overlay/popover.d.ts +9 -0
- package/dist/components/ui/overlay/popover.d.ts.map +1 -0
- package/dist/components/ui/overlay/portal.d.ts +5 -0
- package/dist/components/ui/overlay/portal.d.ts.map +1 -0
- package/dist/components/ui/overlay/tooltip.d.ts +6 -0
- package/dist/components/ui/overlay/tooltip.d.ts.map +1 -0
- package/dist/components/ui/overlay/types.d.ts +171 -0
- package/dist/components/ui/overlay/types.d.ts.map +1 -0
- package/dist/components/ui/performance-demo.d.ts +3 -0
- package/dist/components/ui/performance-demo.d.ts.map +1 -0
- package/dist/components/ui/semantic-input-system-demo.d.ts +3 -0
- package/dist/components/ui/semantic-input-system-demo.d.ts.map +1 -0
- package/dist/components/ui/theme-customizer.d.ts +27 -0
- package/dist/components/ui/theme-customizer.d.ts.map +1 -0
- package/dist/components/ui/theme-preview.d.ts +11 -0
- package/dist/components/ui/theme-preview.d.ts.map +1 -0
- package/dist/components/ui/theme-switcher.d.ts +11 -0
- package/dist/components/ui/theme-switcher.d.ts.map +1 -0
- package/dist/components/ui/theme-toggle.d.ts +3 -0
- package/dist/components/ui/theme-toggle.d.ts.map +1 -0
- package/dist/components/ui/token-demo.d.ts +3 -0
- package/dist/components/ui/token-demo.d.ts.map +1 -0
- package/dist/components/ui/touch-demo.d.ts +3 -0
- package/dist/components/ui/touch-demo.d.ts.map +1 -0
- package/dist/components/ui/touch-friendly-interface-demo.d.ts +3 -0
- package/dist/components/ui/touch-friendly-interface-demo.d.ts.map +1 -0
- package/dist/components/ui/touch-friendly-interface.d.ts +31 -0
- package/dist/components/ui/touch-friendly-interface.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +47 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/use-accessibility-support.d.ts +74 -0
- package/dist/hooks/use-accessibility-support.d.ts.map +1 -0
- package/dist/hooks/use-adaptive-layout.d.ts +57 -0
- package/dist/hooks/use-adaptive-layout.d.ts.map +1 -0
- package/dist/hooks/use-advanced-patterns.d.ts +88 -0
- package/dist/hooks/use-advanced-patterns.d.ts.map +1 -0
- package/dist/hooks/use-advanced-transition-system.d.ts +59 -0
- package/dist/hooks/use-advanced-transition-system.d.ts.map +1 -0
- package/dist/hooks/use-animation-profile.d.ts +45 -0
- package/dist/hooks/use-animation-profile.d.ts.map +1 -0
- package/dist/hooks/use-battery-animations.d.ts +53 -0
- package/dist/hooks/use-battery-animations.d.ts.map +1 -0
- package/dist/hooks/use-battery-conscious-loading.d.ts +58 -0
- package/dist/hooks/use-battery-conscious-loading.d.ts.map +1 -0
- package/dist/hooks/use-battery-optimization.d.ts +45 -0
- package/dist/hooks/use-battery-optimization.d.ts.map +1 -0
- package/dist/hooks/use-battery-status.d.ts +57 -0
- package/dist/hooks/use-battery-status.d.ts.map +1 -0
- package/dist/hooks/use-component-performance.d.ts +66 -0
- package/dist/hooks/use-component-performance.d.ts.map +1 -0
- package/dist/hooks/use-device-loading-states.d.ts +61 -0
- package/dist/hooks/use-device-loading-states.d.ts.map +1 -0
- package/dist/hooks/use-device.d.ts +20 -0
- package/dist/hooks/use-device.d.ts.map +1 -0
- package/dist/hooks/use-enterprise-mobile-experience.d.ts +84 -0
- package/dist/hooks/use-enterprise-mobile-experience.d.ts.map +1 -0
- package/dist/hooks/use-form-feedback.d.ts +91 -0
- package/dist/hooks/use-form-feedback.d.ts.map +1 -0
- package/dist/hooks/use-form-performance.d.ts +88 -0
- package/dist/hooks/use-form-performance.d.ts.map +1 -0
- package/dist/hooks/use-frame-rate.d.ts +47 -0
- package/dist/hooks/use-frame-rate.d.ts.map +1 -0
- package/dist/hooks/use-gestures.d.ts +94 -0
- package/dist/hooks/use-gestures.d.ts.map +1 -0
- package/dist/hooks/use-hardware-acceleration.d.ts +53 -0
- package/dist/hooks/use-hardware-acceleration.d.ts.map +1 -0
- package/dist/hooks/use-input-accessibility.d.ts +58 -0
- package/dist/hooks/use-input-accessibility.d.ts.map +1 -0
- package/dist/hooks/use-input-performance.d.ts +55 -0
- package/dist/hooks/use-input-performance.d.ts.map +1 -0
- package/dist/hooks/use-layout-performance.d.ts +39 -0
- package/dist/hooks/use-layout-performance.d.ts.map +1 -0
- package/dist/hooks/use-loading-accessibility.d.ts +62 -0
- package/dist/hooks/use-loading-accessibility.d.ts.map +1 -0
- package/dist/hooks/use-loading-performance.d.ts +51 -0
- package/dist/hooks/use-loading-performance.d.ts.map +1 -0
- package/dist/hooks/use-memory-usage.d.ts +51 -0
- package/dist/hooks/use-memory-usage.d.ts.map +1 -0
- package/dist/hooks/use-mobile-form-layout.d.ts +127 -0
- package/dist/hooks/use-mobile-form-layout.d.ts.map +1 -0
- package/dist/hooks/use-mobile-form-validation.d.ts +100 -0
- package/dist/hooks/use-mobile-form-validation.d.ts.map +1 -0
- package/dist/hooks/use-mobile-keyboard-optimization.d.ts +70 -0
- package/dist/hooks/use-mobile-keyboard-optimization.d.ts.map +1 -0
- package/dist/hooks/use-mobile-layout.d.ts +56 -0
- package/dist/hooks/use-mobile-layout.d.ts.map +1 -0
- package/dist/hooks/use-mobile-optimization.d.ts +55 -0
- package/dist/hooks/use-mobile-optimization.d.ts.map +1 -0
- package/dist/hooks/use-mobile-skeleton.d.ts +59 -0
- package/dist/hooks/use-mobile-skeleton.d.ts.map +1 -0
- package/dist/hooks/use-mobile-touch.d.ts +86 -0
- package/dist/hooks/use-mobile-touch.d.ts.map +1 -0
- package/dist/hooks/use-performance-throttling.d.ts +48 -0
- package/dist/hooks/use-performance-throttling.d.ts.map +1 -0
- package/dist/hooks/use-performance.d.ts +73 -0
- package/dist/hooks/use-performance.d.ts.map +1 -0
- package/dist/hooks/use-reusable-architecture.d.ts +94 -0
- package/dist/hooks/use-reusable-architecture.d.ts.map +1 -0
- package/dist/hooks/use-semantic-input-types.d.ts +57 -0
- package/dist/hooks/use-semantic-input-types.d.ts.map +1 -0
- package/dist/hooks/use-semantic-input.d.ts +73 -0
- package/dist/hooks/use-semantic-input.d.ts.map +1 -0
- package/dist/hooks/use-tablet-layout.d.ts +74 -0
- package/dist/hooks/use-tablet-layout.d.ts.map +1 -0
- package/dist/hooks/use-touch-friendly-input.d.ts +75 -0
- package/dist/hooks/use-touch-friendly-input.d.ts.map +1 -0
- package/dist/hooks/use-touch-friendly-interface.d.ts +56 -0
- package/dist/hooks/use-touch-friendly-interface.d.ts.map +1 -0
- package/dist/hooks/use-touch-optimization.d.ts +66 -0
- package/dist/hooks/use-touch-optimization.d.ts.map +1 -0
- package/dist/index.d.ts +300 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/lib/utils.d.ts +3 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/plugins/theme-css-generator.d.ts +3 -0
- package/dist/plugins/theme-css-generator.d.ts.map +1 -0
- package/dist/provider.d.ts +9 -0
- package/dist/provider.d.ts.map +1 -0
- package/dist/styles/layers/validation.d.ts +20 -0
- package/dist/styles/layers/validation.d.ts.map +1 -0
- package/dist/styles.css +1 -1
- package/dist/theme.d.ts +7 -0
- package/dist/theme.d.ts.map +1 -0
- package/dist/themes/ThemeContext.d.ts +23 -0
- package/dist/themes/ThemeContext.d.ts.map +1 -0
- package/dist/themes/ThemeProvider.d.ts +3 -0
- package/dist/themes/ThemeProvider.d.ts.map +1 -0
- package/dist/themes/accessibility/index.d.ts +19 -0
- package/dist/themes/accessibility/index.d.ts.map +1 -0
- package/dist/themes/accessibility.d.ts +59 -0
- package/dist/themes/accessibility.d.ts.map +1 -0
- package/dist/themes/aria-patterns.d.ts +153 -0
- package/dist/themes/aria-patterns.d.ts.map +1 -0
- package/dist/themes/base-themes.d.ts +31 -0
- package/dist/themes/base-themes.d.ts.map +1 -0
- package/dist/themes/colorManager.d.ts +64 -0
- package/dist/themes/colorManager.d.ts.map +1 -0
- package/dist/themes/examples/dark-theme.d.ts +13 -0
- package/dist/themes/examples/dark-theme.d.ts.map +1 -0
- package/dist/themes/examples/minimal-theme.d.ts +6 -0
- package/dist/themes/examples/minimal-theme.d.ts.map +1 -0
- package/dist/themes/focus-management.d.ts +110 -0
- package/dist/themes/focus-management.d.ts.map +1 -0
- package/dist/themes/fontLoader.d.ts +49 -0
- package/dist/themes/fontLoader.d.ts.map +1 -0
- package/dist/themes/high-contrast.d.ts +70 -0
- package/dist/themes/high-contrast.d.ts.map +1 -0
- package/dist/themes/index.d.ts +8 -0
- package/dist/themes/index.d.ts.map +1 -0
- package/dist/themes/inheritance.d.ts +90 -0
- package/dist/themes/inheritance.d.ts.map +1 -0
- package/dist/themes/keyboard-navigation.d.ts +213 -0
- package/dist/themes/keyboard-navigation.d.ts.map +1 -0
- package/dist/themes/motion-reduction.d.ts +121 -0
- package/dist/themes/motion-reduction.d.ts.map +1 -0
- package/dist/themes/navigation.d.ts +201 -0
- package/dist/themes/navigation.d.ts.map +1 -0
- package/dist/themes/screen-reader.d.ts +86 -0
- package/dist/themes/screen-reader.d.ts.map +1 -0
- package/dist/themes/systemThemeDetector.d.ts +58 -0
- package/dist/themes/systemThemeDetector.d.ts.map +1 -0
- package/dist/themes/themeCSSUpdater.d.ts +46 -0
- package/dist/themes/themeCSSUpdater.d.ts.map +1 -0
- package/dist/themes/themePersistence.d.ts +84 -0
- package/dist/themes/themePersistence.d.ts.map +1 -0
- package/dist/themes/themes/default.d.ts +9 -0
- package/dist/themes/themes/default.d.ts.map +1 -0
- package/dist/themes/themes/harvey.d.ts +7 -0
- package/dist/themes/themes/harvey.d.ts.map +1 -0
- package/dist/themes/themes/stan-design.d.ts +7 -0
- package/dist/themes/themes/stan-design.d.ts.map +1 -0
- package/dist/themes/types.d.ts +399 -0
- package/dist/themes/types.d.ts.map +1 -0
- package/dist/themes/useSystemTheme.d.ts +11 -0
- package/dist/themes/useSystemTheme.d.ts.map +1 -0
- package/dist/themes/useTheme.d.ts +70 -0
- package/dist/themes/useTheme.d.ts.map +1 -0
- package/dist/themes/validation.d.ts +71 -0
- package/dist/themes/validation.d.ts.map +1 -0
- package/dist/tokens/index.d.ts +11 -0
- package/dist/tokens/index.d.ts.map +1 -0
- package/dist/tokens/tokenExporter.d.ts +84 -0
- package/dist/tokens/tokenExporter.d.ts.map +1 -0
- package/dist/tokens/tokenGenerator.d.ts +37 -0
- package/dist/tokens/tokenGenerator.d.ts.map +1 -0
- package/dist/tokens/tokenManager.d.ts +92 -0
- package/dist/tokens/tokenManager.d.ts.map +1 -0
- package/dist/tokens/tokenValidator.d.ts +91 -0
- package/dist/tokens/tokenValidator.d.ts.map +1 -0
- package/dist/tokens/types.d.ts +58 -0
- package/dist/tokens/types.d.ts.map +1 -0
- package/dist/types.d.ts +399 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/utils/bundle-analyzer.d.ts +43 -0
- package/dist/utils/bundle-analyzer.d.ts.map +1 -0
- package/dist/utils/bundle-splitting.d.ts +71 -0
- package/dist/utils/bundle-splitting.d.ts.map +1 -0
- package/dist/utils/lazy-loading.d.ts +72 -0
- package/dist/utils/lazy-loading.d.ts.map +1 -0
- package/dist/utils/performance-monitor.d.ts +81 -0
- package/dist/utils/performance-monitor.d.ts.map +1 -0
- package/dist/utils/tree-shaking.d.ts +47 -0
- package/dist/utils/tree-shaking.d.ts.map +1 -0
- 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":"AACA,qBAAa,qBAAqB;IAEhC,MAAM,CAAC,QAAQ,CAAC,YAAY;;;;MAIjB;IAGX,MAAM,CAAC,QAAQ,CAAC,UAAU;;;;;MAKf;IAEX,OAAO,CAAC,WAAW,CAA2B;IAC9C,OAAO,CAAC,iBAAiB,CAAkE;IAC3F,OAAO,CAAC,iBAAiB,CAAU;;IAUnC,OAAO,CAAC,qBAAqB;IAqB7B,OAAO,CAAC,iBAAiB;IAgBzB,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,GAAE,MAAgD,GAAG,IAAI;YAY7E,wBAAwB;YAmBxB,gBAAgB;IAsB9B,OAAO,CAAC,KAAK;IAKb,iBAAiB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAKtC,kBAAkB,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI;IAK7C,sBAAsB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,IAAI;IAQhE,eAAe,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,GAAG,IAAI;IAM5D,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAKlC,eAAe,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAKtC,eAAe,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAKtC,YAAY,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAKnC,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI;IAS1E,uBAAuB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;IAMhF,gBAAgB,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,IAAI;IAM1E,qBAAqB,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;IAMzD,oBAAoB,CAAC,UAAU,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;IAM7D,kBAAkB,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,WAAW,GAAG,YAAY,GAAG,IAAI;IAM/E,mBAAmB,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,GAAG,IAAI;IAM7D,iBAAiB,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAKxC,uBAAuB,CAAC,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,OAAO,GAAG,IAAI;IAMvE,kBAAkB,CAAC,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,GAAG,WAAW,GAAG,UAAU,GAAG,IAAI;IAMzF,kBAAkB,CAAC,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;IAMrG,mBAAmB,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,GAAG,aAAa,GAAG,aAAa,GAAG,QAAQ,GAAG,UAAU,GAAG,IAAI;IAMzH,uBAAuB,CAAC,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,IAAI;IASjF,wBAAwB,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI;IAOnE,mBAAmB,CAAC,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI;IAShE,wBAAwB,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;IAMhE,qBAAqB,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,IAAI;IAQhF,oBAAoB,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,IAAI;IAMnF,kBAAkB,CAAC,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,IAAI;IAMrF,wBAAwB,CAAC,WAAW,EAAE,OAAO,GAAG,IAAI;IAMpD,4BAA4B,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,IAAI;IAMrE,mBAAmB,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAK5C,sBAAsB,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAK9C,sBAAsB,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAK1C,sBAAsB,CAAC,cAAc,EAAE,OAAO,GAAG,IAAI;IAMrD,oBAAoB,CAAC,eAAe,EAAE,OAAO,GAAG,IAAI;IAMpD,cAAc,IAAI;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,OAAO,CAAA;KAAE;IAQ3D,UAAU,IAAI,IAAI;IAKlB,OAAO,IAAI,IAAI;CAShB;AAGD,qBAAa,sBAAsB;IAEjC,MAAM,CAAC,cAAc,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,GAAE,MAA+B,GAAG,iBAAiB;IA+BjG,MAAM,CAAC,wBAAwB,IAAI,cAAc;IAyBjD,MAAM,CAAC,uBAAuB,IAAI,cAAc;IAmBhD,MAAM,CAAC,oBAAoB,IAAI,cAAc;IAmB7C,MAAM,CAAC,qBAAqB,IAAI,cAAc;IAmB9C,MAAM,CAAC,oBAAoB,IAAI,cAAc;IAmB7C,MAAM,CAAC,oBAAoB,IAAI,cAAc;IAmB7C,MAAM,CAAC,sBAAsB,IAAI,cAAc;IAmB/C,MAAM,CAAC,qBAAqB,IAAI,cAAc;IAuB9C,MAAM,CAAC,qBAAqB,IAAI,cAAc;IAoB9C,MAAM,CAAC,qBAAqB,IAAI,cAAc;IAmB9C,MAAM,CAAC,uBAAuB,IAAI,cAAc;IAsBhD,MAAM,CAAC,6BAA6B,IAAI,cAAc;CAqBvD;AAGD,eAAO,MAAM,qBAAqB,uBAA8B,CAAC;;;;;;AAGjE,wBAIE"}
|
|
@@ -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 @@
|
|
|
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 @@
|
|
|
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"}
|