@rakeyshgidwani/roger-ui-bank-theme-stan-design 0.2.10 โ 0.2.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/dist/components/ui/accessibility-demo.esm.js +80 -258
- package/dist/components/ui/accessibility-demo.js +80 -258
- package/dist/components/ui/advanced-component-architecture-demo.esm.js +256 -916
- package/dist/components/ui/advanced-component-architecture-demo.js +256 -916
- package/dist/components/ui/advanced-transition-system-demo.esm.js +59 -670
- package/dist/components/ui/advanced-transition-system-demo.js +59 -670
- package/dist/components/ui/advanced-transition-system.esm.js +194 -378
- package/dist/components/ui/advanced-transition-system.js +194 -378
- package/dist/components/ui/animation/animated-container.esm.js +98 -159
- package/dist/components/ui/animation/animated-container.js +98 -159
- package/dist/components/ui/animation/index.esm.js +3 -18
- package/dist/components/ui/animation/index.js +3 -18
- package/dist/components/ui/animation/staggered-container.esm.js +37 -68
- package/dist/components/ui/animation/staggered-container.js +37 -68
- package/dist/components/ui/animation-demo.esm.js +30 -250
- package/dist/components/ui/animation-demo.js +30 -250
- package/dist/components/ui/badge.esm.js +15 -28
- package/dist/components/ui/badge.js +15 -28
- package/dist/components/ui/battery-conscious-animation-demo.esm.js +136 -565
- package/dist/components/ui/battery-conscious-animation-demo.js +136 -565
- package/dist/components/ui/border-radius-shadow-demo.esm.js +3 -184
- package/dist/components/ui/border-radius-shadow-demo.js +3 -184
- package/dist/components/ui/button.esm.js +14 -33
- package/dist/components/ui/button.js +14 -33
- package/dist/components/ui/card.esm.js +74 -188
- package/dist/components/ui/card.js +74 -188
- package/dist/components/ui/checkbox.esm.js +11 -30
- package/dist/components/ui/checkbox.js +11 -30
- package/dist/components/ui/color-preview.esm.js +50 -405
- package/dist/components/ui/color-preview.js +50 -405
- package/dist/components/ui/data-display/chart.esm.js +210 -632
- package/dist/components/ui/data-display/chart.js +210 -632
- package/dist/components/ui/data-display/data-grid-simple.esm.js +16 -74
- package/dist/components/ui/data-display/data-grid-simple.js +16 -74
- package/dist/components/ui/data-display/data-grid.esm.js +173 -661
- package/dist/components/ui/data-display/data-grid.js +173 -661
- package/dist/components/ui/data-display/list.esm.js +88 -446
- package/dist/components/ui/data-display/list.js +88 -446
- package/dist/components/ui/data-display/table.esm.js +109 -468
- package/dist/components/ui/data-display/table.js +109 -468
- package/dist/components/ui/data-display/timeline.esm.js +92 -431
- package/dist/components/ui/data-display/timeline.js +92 -431
- package/dist/components/ui/data-display/tree.esm.js +211 -585
- package/dist/components/ui/data-display/tree.js +211 -585
- package/dist/components/ui/data-display/types.esm.js +1 -530
- package/dist/components/ui/data-display/types.js +1 -530
- package/dist/components/ui/enterprise-mobile-experience-demo.esm.js +76 -749
- package/dist/components/ui/enterprise-mobile-experience-demo.js +76 -749
- package/dist/components/ui/enterprise-mobile-experience.esm.js +152 -460
- package/dist/components/ui/enterprise-mobile-experience.js +152 -460
- package/dist/components/ui/feedback/alert.esm.js +40 -148
- package/dist/components/ui/feedback/alert.js +40 -148
- package/dist/components/ui/feedback/progress.esm.js +74 -278
- package/dist/components/ui/feedback/progress.js +74 -278
- package/dist/components/ui/feedback/skeleton.esm.js +64 -173
- package/dist/components/ui/feedback/skeleton.js +64 -173
- package/dist/components/ui/feedback/toast.esm.js +86 -225
- package/dist/components/ui/feedback/toast.js +86 -225
- package/dist/components/ui/feedback/types.esm.js +1 -125
- package/dist/components/ui/feedback/types.js +1 -125
- package/dist/components/ui/font-preview.esm.js +56 -283
- package/dist/components/ui/font-preview.js +56 -283
- package/dist/components/ui/form-demo.esm.js +191 -553
- package/dist/components/ui/form-demo.js +191 -553
- package/dist/components/ui/hardware-acceleration-demo.esm.js +103 -544
- package/dist/components/ui/hardware-acceleration-demo.js +103 -544
- package/dist/components/ui/input.esm.js +13 -32
- package/dist/components/ui/input.js +13 -32
- package/dist/components/ui/label.esm.js +6 -16
- package/dist/components/ui/label.js +6 -16
- package/dist/components/ui/layout-demo.esm.js +76 -367
- package/dist/components/ui/layout-demo.js +76 -367
- package/dist/components/ui/layouts/adaptive-layout.esm.js +60 -139
- package/dist/components/ui/layouts/adaptive-layout.js +60 -139
- package/dist/components/ui/layouts/desktop-layout.esm.js +39 -224
- package/dist/components/ui/layouts/desktop-layout.js +39 -224
- package/dist/components/ui/layouts/index.esm.js +4 -10
- package/dist/components/ui/layouts/index.js +4 -10
- package/dist/components/ui/layouts/mobile-layout.esm.js +49 -162
- package/dist/components/ui/layouts/mobile-layout.js +49 -162
- package/dist/components/ui/layouts/tablet-layout.esm.js +53 -197
- package/dist/components/ui/layouts/tablet-layout.js +53 -197
- package/dist/components/ui/mobile-form-validation.esm.js +185 -420
- package/dist/components/ui/mobile-form-validation.js +185 -420
- package/dist/components/ui/mobile-input-demo.esm.js +11 -198
- package/dist/components/ui/mobile-input-demo.js +11 -198
- package/dist/components/ui/mobile-input.esm.js +187 -270
- package/dist/components/ui/mobile-input.js +187 -270
- package/dist/components/ui/mobile-skeleton-loading-demo.esm.js +144 -638
- package/dist/components/ui/mobile-skeleton-loading-demo.js +144 -638
- package/dist/components/ui/navigation/breadcrumb.esm.js +51 -154
- package/dist/components/ui/navigation/breadcrumb.js +51 -154
- package/dist/components/ui/navigation/index.esm.js +0 -26
- package/dist/components/ui/navigation/index.js +0 -26
- package/dist/components/ui/navigation/menu.esm.js +178 -365
- package/dist/components/ui/navigation/menu.js +178 -365
- package/dist/components/ui/navigation/navigation-demo.esm.js +130 -315
- package/dist/components/ui/navigation/navigation-demo.js +130 -315
- package/dist/components/ui/navigation/pagination.esm.js +142 -264
- package/dist/components/ui/navigation/pagination.js +142 -264
- package/dist/components/ui/navigation/sidebar.esm.js +156 -368
- package/dist/components/ui/navigation/sidebar.js +156 -368
- package/dist/components/ui/navigation/stepper.esm.js +131 -295
- package/dist/components/ui/navigation/stepper.js +131 -295
- package/dist/components/ui/navigation/tabs.esm.js +89 -198
- package/dist/components/ui/navigation/tabs.js +89 -198
- package/dist/components/ui/navigation/types.esm.js +1 -295
- package/dist/components/ui/navigation/types.js +1 -295
- package/dist/components/ui/overlay/backdrop.esm.js +39 -78
- package/dist/components/ui/overlay/backdrop.js +39 -78
- package/dist/components/ui/overlay/focus-manager.esm.js +96 -140
- package/dist/components/ui/overlay/focus-manager.js +96 -140
- package/dist/components/ui/overlay/index.esm.js +0 -27
- package/dist/components/ui/overlay/index.js +0 -27
- package/dist/components/ui/overlay/modal.esm.js +94 -249
- package/dist/components/ui/overlay/modal.js +94 -249
- package/dist/components/ui/overlay/overlay-manager.esm.js +60 -100
- package/dist/components/ui/overlay/overlay-manager.js +60 -100
- package/dist/components/ui/overlay/popover.esm.js +258 -438
- package/dist/components/ui/overlay/popover.js +258 -438
- package/dist/components/ui/overlay/portal.esm.js +45 -74
- package/dist/components/ui/overlay/portal.js +45 -74
- package/dist/components/ui/overlay/tooltip.esm.js +202 -288
- package/dist/components/ui/overlay/tooltip.js +202 -288
- package/dist/components/ui/overlay/types.esm.js +1 -196
- package/dist/components/ui/overlay/types.js +1 -196
- package/dist/components/ui/performance-demo.esm.js +110 -596
- package/dist/components/ui/performance-demo.js +110 -596
- package/dist/components/ui/semantic-input-system-demo.esm.js +87 -501
- package/dist/components/ui/semantic-input-system-demo.js +87 -501
- package/dist/components/ui/theme-customizer.esm.js +123 -371
- package/dist/components/ui/theme-customizer.js +123 -371
- package/dist/components/ui/theme-preview.esm.js +44 -306
- package/dist/components/ui/theme-preview.js +44 -306
- package/dist/components/ui/theme-switcher.esm.js +79 -258
- package/dist/components/ui/theme-switcher.js +79 -258
- package/dist/components/ui/theme-toggle.esm.js +22 -35
- package/dist/components/ui/theme-toggle.js +22 -35
- package/dist/components/ui/token-demo.esm.js +42 -189
- package/dist/components/ui/token-demo.js +42 -189
- package/dist/components/ui/touch-demo.esm.js +96 -462
- package/dist/components/ui/touch-demo.js +96 -462
- package/dist/components/ui/touch-friendly-interface-demo.esm.js +63 -519
- package/dist/components/ui/touch-friendly-interface-demo.js +63 -519
- package/dist/components/ui/touch-friendly-interface.esm.js +103 -281
- package/dist/components/ui/touch-friendly-interface.js +103 -281
- package/dist/hooks/index.esm.js +23 -181
- package/dist/hooks/index.js +23 -181
- package/dist/hooks/use-accessibility-support.esm.js +377 -518
- package/dist/hooks/use-accessibility-support.js +377 -518
- package/dist/hooks/use-adaptive-layout.esm.js +212 -287
- package/dist/hooks/use-adaptive-layout.js +212 -287
- package/dist/hooks/use-advanced-patterns.esm.js +185 -293
- package/dist/hooks/use-advanced-patterns.js +185 -293
- package/dist/hooks/use-advanced-transition-system.esm.js +286 -392
- package/dist/hooks/use-advanced-transition-system.js +286 -392
- package/dist/hooks/use-animation-profile.esm.js +221 -283
- package/dist/hooks/use-animation-profile.js +221 -283
- package/dist/hooks/use-battery-animations.esm.js +310 -384
- package/dist/hooks/use-battery-animations.js +310 -384
- package/dist/hooks/use-battery-conscious-loading.esm.js +374 -468
- package/dist/hooks/use-battery-conscious-loading.js +374 -468
- package/dist/hooks/use-battery-optimization.esm.js +267 -329
- package/dist/hooks/use-battery-optimization.js +267 -329
- package/dist/hooks/use-battery-status.esm.js +213 -293
- package/dist/hooks/use-battery-status.js +213 -293
- package/dist/hooks/use-component-performance.esm.js +235 -341
- package/dist/hooks/use-component-performance.js +235 -341
- package/dist/hooks/use-device-loading-states.esm.js +356 -457
- package/dist/hooks/use-device-loading-states.js +356 -457
- package/dist/hooks/use-device.esm.js +77 -102
- package/dist/hooks/use-device.js +77 -102
- package/dist/hooks/use-enterprise-mobile-experience.esm.js +349 -487
- package/dist/hooks/use-enterprise-mobile-experience.js +349 -487
- package/dist/hooks/use-form-feedback.esm.js +313 -398
- package/dist/hooks/use-form-feedback.js +313 -398
- package/dist/hooks/use-form-performance.esm.js +407 -500
- package/dist/hooks/use-form-performance.js +407 -500
- package/dist/hooks/use-frame-rate.esm.js +178 -251
- package/dist/hooks/use-frame-rate.js +178 -251
- package/dist/hooks/use-gestures.esm.js +230 -332
- package/dist/hooks/use-gestures.js +230 -332
- package/dist/hooks/use-hardware-acceleration.esm.js +246 -339
- package/dist/hooks/use-hardware-acceleration.js +246 -339
- package/dist/hooks/use-input-accessibility.esm.js +350 -454
- package/dist/hooks/use-input-accessibility.js +350 -454
- package/dist/hooks/use-input-performance.esm.js +419 -502
- package/dist/hooks/use-input-performance.js +419 -502
- package/dist/hooks/use-layout-performance.esm.js +233 -319
- package/dist/hooks/use-layout-performance.js +233 -319
- package/dist/hooks/use-loading-accessibility.esm.js +421 -531
- package/dist/hooks/use-loading-accessibility.js +421 -531
- package/dist/hooks/use-loading-performance.esm.js +398 -469
- package/dist/hooks/use-loading-performance.js +398 -469
- package/dist/hooks/use-memory-usage.esm.js +211 -287
- package/dist/hooks/use-memory-usage.js +211 -287
- package/dist/hooks/use-mobile-form-layout.esm.js +365 -458
- package/dist/hooks/use-mobile-form-layout.js +365 -458
- package/dist/hooks/use-mobile-form-validation.esm.js +384 -497
- package/dist/hooks/use-mobile-form-validation.js +384 -497
- package/dist/hooks/use-mobile-keyboard-optimization.esm.js +354 -468
- package/dist/hooks/use-mobile-keyboard-optimization.js +354 -468
- package/dist/hooks/use-mobile-layout.esm.js +207 -294
- package/dist/hooks/use-mobile-layout.js +207 -294
- package/dist/hooks/use-mobile-optimization.esm.js +308 -404
- package/dist/hooks/use-mobile-optimization.js +308 -404
- package/dist/hooks/use-mobile-skeleton.esm.js +300 -402
- package/dist/hooks/use-mobile-skeleton.js +300 -402
- package/dist/hooks/use-mobile-touch.esm.js +314 -412
- package/dist/hooks/use-mobile-touch.js +314 -412
- package/dist/hooks/use-performance-throttling.esm.js +276 -344
- package/dist/hooks/use-performance-throttling.js +276 -344
- package/dist/hooks/use-performance.esm.js +216 -313
- package/dist/hooks/use-performance.js +216 -313
- package/dist/hooks/use-reusable-architecture.esm.js +255 -408
- package/dist/hooks/use-reusable-architecture.js +255 -408
- package/dist/hooks/use-semantic-input-types.esm.js +290 -356
- package/dist/hooks/use-semantic-input-types.js +290 -356
- package/dist/hooks/use-semantic-input.esm.js +446 -549
- package/dist/hooks/use-semantic-input.js +446 -549
- package/dist/hooks/use-tablet-layout.esm.js +279 -384
- package/dist/hooks/use-tablet-layout.js +279 -384
- package/dist/hooks/use-touch-friendly-input.esm.js +401 -519
- package/dist/hooks/use-touch-friendly-input.js +401 -519
- package/dist/hooks/use-touch-friendly-interface.esm.js +242 -331
- package/dist/hooks/use-touch-friendly-interface.js +242 -331
- package/dist/hooks/use-touch-optimization.esm.js +288 -370
- package/dist/hooks/use-touch-optimization.js +288 -370
- package/dist/index.esm.js +150 -294
- package/dist/index.js +150 -294
- package/dist/lib/utils.esm.js +4 -5
- package/dist/lib/utils.js +4 -5
- package/dist/plugins/theme-css-generator.esm.js +292 -346
- package/dist/plugins/theme-css-generator.js +292 -346
- package/dist/provider.esm.js +3 -19
- package/dist/provider.js +3 -19
- package/dist/styles/layers/validation.esm.js +275 -0
- package/dist/styles/layers/validation.js +275 -0
- package/dist/styles.css +1 -1
- package/dist/theme.esm.js +654 -658
- package/dist/theme.js +654 -658
- package/dist/themes/ThemeContext.esm.js +1 -27
- package/dist/themes/ThemeContext.js +1 -27
- package/dist/themes/ThemeProvider.esm.js +191 -223
- package/dist/themes/ThemeProvider.js +191 -223
- package/dist/themes/accessibility/index.esm.js +0 -4
- package/dist/themes/accessibility/index.js +0 -4
- package/dist/themes/accessibility.esm.js +175 -240
- package/dist/themes/accessibility.js +175 -240
- package/dist/themes/aria-patterns.esm.js +345 -401
- package/dist/themes/aria-patterns.js +345 -401
- package/dist/themes/base-themes.esm.js +15 -24
- package/dist/themes/base-themes.js +15 -24
- package/dist/themes/colorManager.esm.js +293 -357
- package/dist/themes/colorManager.js +293 -357
- package/dist/themes/examples/dark-theme.esm.js +129 -133
- package/dist/themes/examples/dark-theme.js +129 -133
- package/dist/themes/examples/minimal-theme.esm.js +80 -85
- package/dist/themes/examples/minimal-theme.js +80 -85
- package/dist/themes/focus-management.esm.js +541 -677
- package/dist/themes/focus-management.js +541 -677
- package/dist/themes/fontLoader.esm.js +151 -180
- package/dist/themes/fontLoader.js +151 -180
- package/dist/themes/high-contrast.esm.js +394 -558
- package/dist/themes/high-contrast.js +394 -558
- package/dist/themes/index.esm.js +1 -9
- package/dist/themes/index.js +1 -9
- package/dist/themes/inheritance.esm.js +145 -180
- package/dist/themes/inheritance.js +145 -180
- package/dist/themes/keyboard-navigation.esm.js +418 -510
- package/dist/themes/keyboard-navigation.js +418 -510
- package/dist/themes/motion-reduction.esm.js +434 -591
- package/dist/themes/motion-reduction.js +434 -591
- package/dist/themes/navigation.esm.js +1 -234
- package/dist/themes/navigation.js +1 -234
- package/dist/themes/screen-reader.esm.js +515 -616
- package/dist/themes/screen-reader.js +515 -616
- package/dist/themes/systemThemeDetector.esm.js +135 -164
- package/dist/themes/systemThemeDetector.js +135 -164
- package/dist/themes/themeCSSUpdater.esm.js +217 -252
- package/dist/themes/themeCSSUpdater.js +217 -252
- package/dist/themes/themePersistence.esm.js +181 -212
- package/dist/themes/themePersistence.js +181 -212
- package/dist/themes/themes/default.esm.js +584 -0
- package/dist/themes/themes/default.js +584 -0
- package/dist/themes/themes/harvey.esm.js +551 -0
- package/dist/themes/themes/harvey.js +551 -0
- package/dist/themes/themes/stan-design.esm.js +654 -658
- package/dist/themes/themes/stan-design.js +654 -658
- package/dist/themes/types.esm.js +1 -458
- package/dist/themes/types.js +1 -458
- package/dist/themes/useSystemTheme.esm.js +34 -42
- package/dist/themes/useSystemTheme.js +34 -42
- package/dist/themes/useTheme.esm.js +23 -28
- package/dist/themes/useTheme.js +23 -28
- package/dist/themes/validation.esm.js +380 -433
- package/dist/themes/validation.js +380 -433
- package/dist/tokens/index.esm.js +2 -25
- package/dist/tokens/index.js +2 -25
- package/dist/tokens/tokenExporter.esm.js +309 -373
- package/dist/tokens/tokenExporter.js +309 -373
- package/dist/tokens/tokenGenerator.esm.js +241 -273
- package/dist/tokens/tokenGenerator.js +241 -273
- package/dist/tokens/tokenManager.esm.js +187 -241
- package/dist/tokens/tokenManager.js +187 -241
- package/dist/tokens/tokenValidator.esm.js +402 -522
- package/dist/tokens/tokenValidator.js +402 -522
- package/dist/tokens/types.esm.js +1 -78
- package/dist/tokens/types.js +1 -78
- package/dist/types.esm.js +3 -0
- package/dist/types.js +3 -0
- package/dist/utils/bundle-analyzer.esm.js +188 -246
- package/dist/utils/bundle-analyzer.js +188 -246
- package/dist/utils/bundle-splitting.esm.js +330 -458
- package/dist/utils/bundle-splitting.js +330 -458
- package/dist/utils/lazy-loading.esm.js +311 -417
- package/dist/utils/lazy-loading.js +311 -417
- package/dist/utils/performance-monitor.esm.js +369 -490
- package/dist/utils/performance-monitor.js +369 -490
- package/dist/utils/tree-shaking.esm.js +194 -264
- package/dist/utils/tree-shaking.js +194 -264
- package/package.json +18 -2
- package/src/index.ts +150 -149
- package/src/provider.tsx +3 -3
- package/src/theme.ts +1 -1
- package/{dist/theme.d.ts โ src/themes/themes/default.ts} +77 -169
- package/src/themes/themes/harvey.ts +554 -0
- package/{dist/themes/types.d.ts โ src/types.ts} +7 -1
- package/dist/components/ui/accessibility-demo.d.ts +0 -259
- package/dist/components/ui/advanced-component-architecture-demo.d.ts +0 -718
- package/dist/components/ui/advanced-transition-system-demo.d.ts +0 -660
- package/dist/components/ui/advanced-transition-system.d.ts +0 -391
- package/dist/components/ui/animation/animated-container.d.ts +0 -162
- package/dist/components/ui/animation/index.d.ts +0 -9
- package/dist/components/ui/animation/staggered-container.d.ts +0 -64
- package/dist/components/ui/animation-demo.d.ts +0 -238
- package/dist/components/ui/badge.d.ts +0 -28
- package/dist/components/ui/battery-conscious-animation-demo.d.ts +0 -561
- package/dist/components/ui/border-radius-shadow-demo.d.ts +0 -183
- package/dist/components/ui/button.d.ts +0 -33
- package/dist/components/ui/card.d.ts +0 -205
- package/dist/components/ui/checkbox.d.ts +0 -26
- package/dist/components/ui/color-preview.d.ts +0 -402
- package/dist/components/ui/data-display/chart.d.ts +0 -646
- package/dist/components/ui/data-display/data-grid-simple.d.ts +0 -73
- package/dist/components/ui/data-display/data-grid.d.ts +0 -670
- package/dist/components/ui/data-display/list.d.ts +0 -448
- package/dist/components/ui/data-display/table.d.ts +0 -472
- package/dist/components/ui/data-display/timeline.d.ts +0 -433
- package/dist/components/ui/data-display/tree.d.ts +0 -594
- package/dist/components/ui/data-display/types.d.ts +0 -534
- package/dist/components/ui/enterprise-mobile-experience-demo.d.ts +0 -735
- package/dist/components/ui/enterprise-mobile-experience.d.ts +0 -461
- package/dist/components/ui/feedback/alert.d.ts +0 -154
- package/dist/components/ui/feedback/progress.d.ts +0 -288
- package/dist/components/ui/feedback/skeleton.d.ts +0 -182
- package/dist/components/ui/feedback/toast.d.ts +0 -277
- package/dist/components/ui/feedback/types.d.ts +0 -123
- package/dist/components/ui/font-preview.d.ts +0 -282
- package/dist/components/ui/form-demo.d.ts +0 -544
- package/dist/components/ui/hardware-acceleration-demo.d.ts +0 -540
- package/dist/components/ui/input.d.ts +0 -33
- package/dist/components/ui/label.d.ts +0 -13
- package/dist/components/ui/layout-demo.d.ts +0 -352
- package/dist/components/ui/layouts/adaptive-layout.d.ts +0 -132
- package/dist/components/ui/layouts/desktop-layout.d.ts +0 -219
- package/dist/components/ui/layouts/index.d.ts +0 -5
- package/dist/components/ui/layouts/mobile-layout.d.ts +0 -158
- package/dist/components/ui/layouts/tablet-layout.d.ts +0 -192
- package/dist/components/ui/mobile-form-validation.d.ts +0 -439
- package/dist/components/ui/mobile-input-demo.d.ts +0 -197
- package/dist/components/ui/mobile-input.d.ts +0 -273
- package/dist/components/ui/mobile-skeleton-loading-demo.d.ts +0 -628
- package/dist/components/ui/navigation/breadcrumb.d.ts +0 -149
- package/dist/components/ui/navigation/index.d.ts +0 -25
- package/dist/components/ui/navigation/menu.d.ts +0 -366
- package/dist/components/ui/navigation/navigation-demo.d.ts +0 -169
- package/dist/components/ui/navigation/pagination.d.ts +0 -261
- package/dist/components/ui/navigation/sidebar.d.ts +0 -375
- package/dist/components/ui/navigation/stepper.d.ts +0 -294
- package/dist/components/ui/navigation/tabs.d.ts +0 -196
- package/dist/components/ui/navigation/types.d.ts +0 -293
- package/dist/components/ui/overlay/backdrop.d.ts +0 -79
- package/dist/components/ui/overlay/focus-manager.d.ts +0 -141
- package/dist/components/ui/overlay/index.d.ts +0 -27
- package/dist/components/ui/overlay/modal.d.ts +0 -262
- package/dist/components/ui/overlay/overlay-manager.d.ts +0 -107
- package/dist/components/ui/overlay/popover.d.ts +0 -450
- package/dist/components/ui/overlay/portal.d.ts +0 -75
- package/dist/components/ui/overlay/tooltip.d.ts +0 -298
- package/dist/components/ui/overlay/types.d.ts +0 -194
- package/dist/components/ui/performance-demo.d.ts +0 -583
- package/dist/components/ui/semantic-input-system-demo.d.ts +0 -490
- package/dist/components/ui/theme-customizer.d.ts +0 -378
- package/dist/components/ui/theme-preview.d.ts +0 -305
- package/dist/components/ui/theme-switcher.d.ts +0 -259
- package/dist/components/ui/theme-toggle.d.ts +0 -34
- package/dist/components/ui/token-demo.d.ts +0 -188
- package/dist/components/ui/touch-demo.d.ts +0 -455
- package/dist/components/ui/touch-friendly-interface-demo.d.ts +0 -512
- package/dist/components/ui/touch-friendly-interface.d.ts +0 -292
- package/dist/hooks/index.d.ts +0 -161
- package/dist/hooks/use-accessibility-support.d.ts +0 -516
- package/dist/hooks/use-adaptive-layout.d.ts +0 -287
- package/dist/hooks/use-advanced-patterns.d.ts +0 -292
- package/dist/hooks/use-advanced-transition-system.d.ts +0 -390
- package/dist/hooks/use-animation-profile.d.ts +0 -285
- package/dist/hooks/use-battery-animations.d.ts +0 -382
- package/dist/hooks/use-battery-conscious-loading.d.ts +0 -473
- package/dist/hooks/use-battery-optimization.d.ts +0 -328
- package/dist/hooks/use-battery-status.d.ts +0 -297
- package/dist/hooks/use-component-performance.d.ts +0 -342
- package/dist/hooks/use-device-loading-states.d.ts +0 -456
- package/dist/hooks/use-device.d.ts +0 -104
- package/dist/hooks/use-enterprise-mobile-experience.d.ts +0 -486
- package/dist/hooks/use-form-feedback.d.ts +0 -401
- package/dist/hooks/use-form-performance.d.ts +0 -511
- package/dist/hooks/use-frame-rate.d.ts +0 -249
- package/dist/hooks/use-gestures.d.ts +0 -336
- package/dist/hooks/use-hardware-acceleration.d.ts +0 -339
- package/dist/hooks/use-input-accessibility.d.ts +0 -451
- package/dist/hooks/use-input-performance.d.ts +0 -503
- package/dist/hooks/use-layout-performance.d.ts +0 -317
- package/dist/hooks/use-loading-accessibility.d.ts +0 -532
- package/dist/hooks/use-loading-performance.d.ts +0 -471
- package/dist/hooks/use-memory-usage.d.ts +0 -285
- package/dist/hooks/use-mobile-form-layout.d.ts +0 -462
- package/dist/hooks/use-mobile-form-validation.d.ts +0 -516
- package/dist/hooks/use-mobile-keyboard-optimization.d.ts +0 -469
- package/dist/hooks/use-mobile-layout.d.ts +0 -300
- package/dist/hooks/use-mobile-optimization.d.ts +0 -404
- package/dist/hooks/use-mobile-skeleton.d.ts +0 -399
- package/dist/hooks/use-mobile-touch.d.ts +0 -412
- package/dist/hooks/use-performance-throttling.d.ts +0 -346
- package/dist/hooks/use-performance.d.ts +0 -314
- package/dist/hooks/use-reusable-architecture.d.ts +0 -412
- package/dist/hooks/use-semantic-input-types.d.ts +0 -354
- package/dist/hooks/use-semantic-input.d.ts +0 -563
- package/dist/hooks/use-tablet-layout.d.ts +0 -382
- package/dist/hooks/use-touch-friendly-input.d.ts +0 -520
- package/dist/hooks/use-touch-friendly-interface.d.ts +0 -329
- package/dist/hooks/use-touch-optimization.d.ts +0 -373
- package/dist/index.d.ts +0 -149
- package/dist/lib/utils.d.ts +0 -3
- package/dist/plugins/theme-css-generator.d.ts +0 -345
- package/dist/provider.d.ts +0 -17
- package/dist/themes/ThemeContext.d.ts +0 -27
- package/dist/themes/ThemeProvider.d.ts +0 -222
- package/dist/themes/accessibility/index.d.ts +0 -7
- package/dist/themes/accessibility.d.ts +0 -259
- package/dist/themes/aria-patterns.d.ts +0 -418
- package/dist/themes/base-themes.d.ts +0 -34
- package/dist/themes/colorManager.d.ts +0 -327
- package/dist/themes/examples/dark-theme.d.ts +0 -139
- package/dist/themes/examples/minimal-theme.d.ts +0 -93
- package/dist/themes/focus-management.d.ts +0 -699
- package/dist/themes/fontLoader.d.ts +0 -163
- package/dist/themes/high-contrast.d.ts +0 -619
- package/dist/themes/index.d.ts +0 -11
- package/dist/themes/inheritance.d.ts +0 -160
- package/dist/themes/keyboard-navigation.d.ts +0 -550
- package/dist/themes/motion-reduction.d.ts +0 -660
- package/dist/themes/navigation.d.ts +0 -232
- package/dist/themes/screen-reader.d.ts +0 -645
- package/dist/themes/systemThemeDetector.d.ts +0 -148
- package/dist/themes/themeCSSUpdater.d.ts +0 -229
- package/dist/themes/themePersistence.d.ts +0 -192
- package/dist/themes/themes/stan-design.d.ts +0 -678
- package/dist/themes/useSystemTheme.d.ts +0 -43
- package/dist/themes/useTheme.d.ts +0 -20
- package/dist/themes/validation.d.ts +0 -406
- package/dist/tokens/index.d.ts +0 -25
- package/dist/tokens/tokenExporter.d.ts +0 -336
- package/dist/tokens/tokenGenerator.d.ts +0 -250
- package/dist/tokens/tokenManager.d.ts +0 -194
- package/dist/tokens/tokenValidator.d.ts +0 -488
- package/dist/tokens/types.d.ts +0 -78
- package/dist/utils/bundle-analyzer.d.ts +0 -260
- package/dist/utils/bundle-splitting.d.ts +0 -483
- package/dist/utils/lazy-loading.d.ts +0 -437
- package/dist/utils/performance-monitor.d.ts +0 -513
- package/dist/utils/tree-shaking.d.ts +0 -274
|
@@ -1,660 +0,0 @@
|
|
|
1
|
-
export const AdvancedTransitionSystemDemo: React.FC = () => {
|
|
2
|
-
const [activeDemo, setActiveDemo] = useState<'transitions' | 'performance' | 'device' | 'accessibility'>('transitions')
|
|
3
|
-
const [formData, setFormData] = useState({
|
|
4
|
-
name: '',
|
|
5
|
-
email: '',
|
|
6
|
-
message: ''
|
|
7
|
-
})
|
|
8
|
-
|
|
9
|
-
const { transitionState, performanceMetrics, isOptimizing, optimizations } = useAdvancedTransitionSystem({
|
|
10
|
-
duration: 300,
|
|
11
|
-
easing: 'ease-out',
|
|
12
|
-
performance: true,
|
|
13
|
-
deviceOptimization: true,
|
|
14
|
-
accessibility: true,
|
|
15
|
-
batteryAware: true
|
|
16
|
-
}, {
|
|
17
|
-
onTransitionStart: (config) => {
|
|
18
|
-
console.log('Transition started:', config)
|
|
19
|
-
},
|
|
20
|
-
onTransitionComplete: (duration) => {
|
|
21
|
-
console.log('Transition completed in:', duration, 'ms')
|
|
22
|
-
},
|
|
23
|
-
onPerformanceOptimized: (metrics) => {
|
|
24
|
-
console.log('Performance optimized:', metrics)
|
|
25
|
-
},
|
|
26
|
-
onDeviceOptimized: (deviceType) => {
|
|
27
|
-
console.log('Device optimized for:', deviceType)
|
|
28
|
-
},
|
|
29
|
-
onAccessibilityEnhanced: (feature) => {
|
|
30
|
-
console.log('Accessibility enhanced:', feature)
|
|
31
|
-
}
|
|
32
|
-
})
|
|
33
|
-
|
|
34
|
-
const handleInputChange = (field: string, value: string) => {
|
|
35
|
-
setFormData(prev => ({ ...prev, [field]: value }))
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
const renderTransitionsDemo = () => (
|
|
39
|
-
<div className="space-y-8">
|
|
40
|
-
{/* Cubic Bezier Curves Showcase */}
|
|
41
|
-
<div className="space-y-6">
|
|
42
|
-
<h3 className="text-lg font-semibold text-cs-text-primary">๐จ Cubic Bezier Curves</h3>
|
|
43
|
-
|
|
44
|
-
<div className="grid grid-cols-1 md:grid-cols-2 gap-6">
|
|
45
|
-
<div className="space-y-4">
|
|
46
|
-
<h4 className="font-medium text-cs-text-primary">Standard Easing</h4>
|
|
47
|
-
|
|
48
|
-
<div className="space-y-3">
|
|
49
|
-
<AdvancedTransitionButton
|
|
50
|
-
duration={300}
|
|
51
|
-
easing="ease-out"
|
|
52
|
-
variant="default"
|
|
53
|
-
size="default"
|
|
54
|
-
>
|
|
55
|
-
Ease Out (Standard)
|
|
56
|
-
</AdvancedTransitionButton>
|
|
57
|
-
|
|
58
|
-
<AdvancedTransitionButton
|
|
59
|
-
duration={300}
|
|
60
|
-
easing="ease-in"
|
|
61
|
-
variant="secondary"
|
|
62
|
-
size="default"
|
|
63
|
-
>
|
|
64
|
-
Ease In
|
|
65
|
-
</AdvancedTransitionButton>
|
|
66
|
-
|
|
67
|
-
<AdvancedTransitionButton
|
|
68
|
-
duration={300}
|
|
69
|
-
easing="ease-in-out"
|
|
70
|
-
variant="outline"
|
|
71
|
-
size="default"
|
|
72
|
-
>
|
|
73
|
-
Ease In Out
|
|
74
|
-
</AdvancedTransitionButton>
|
|
75
|
-
</div>
|
|
76
|
-
</div>
|
|
77
|
-
|
|
78
|
-
<div className="space-y-4">
|
|
79
|
-
<h4 className="font-medium text-cs-text-primary">Advanced Easing</h4>
|
|
80
|
-
|
|
81
|
-
<div className="space-y-3">
|
|
82
|
-
<AdvancedTransitionButton
|
|
83
|
-
duration={300}
|
|
84
|
-
easing="ease-out-quint"
|
|
85
|
-
variant="default"
|
|
86
|
-
size="default"
|
|
87
|
-
>
|
|
88
|
-
Ease Out Quint
|
|
89
|
-
</AdvancedTransitionButton>
|
|
90
|
-
|
|
91
|
-
<AdvancedTransitionButton
|
|
92
|
-
duration={300}
|
|
93
|
-
easing="ease-out-expo"
|
|
94
|
-
variant="secondary"
|
|
95
|
-
size="default"
|
|
96
|
-
>
|
|
97
|
-
Ease Out Expo
|
|
98
|
-
</AdvancedTransitionButton>
|
|
99
|
-
|
|
100
|
-
<AdvancedTransitionButton
|
|
101
|
-
duration={300}
|
|
102
|
-
easing="ease-out-circ"
|
|
103
|
-
variant="outline"
|
|
104
|
-
size="default"
|
|
105
|
-
>
|
|
106
|
-
Ease Out Circ
|
|
107
|
-
</AdvancedTransitionButton>
|
|
108
|
-
</div>
|
|
109
|
-
</div>
|
|
110
|
-
</div>
|
|
111
|
-
</div>
|
|
112
|
-
|
|
113
|
-
{/* Transition Durations */}
|
|
114
|
-
<div className="space-y-6">
|
|
115
|
-
<h3 className="text-lg font-semibold text-cs-text-primary">โฑ๏ธ Transition Durations</h3>
|
|
116
|
-
|
|
117
|
-
<div className="grid grid-cols-1 md:grid-cols-2 gap-6">
|
|
118
|
-
<div className="space-y-4">
|
|
119
|
-
<h4 className="font-medium text-cs-text-primary">Fast Transitions</h4>
|
|
120
|
-
|
|
121
|
-
<div className="space-y-3">
|
|
122
|
-
<AdvancedTransitionButton
|
|
123
|
-
duration={75}
|
|
124
|
-
easing="ease-out"
|
|
125
|
-
variant="default"
|
|
126
|
-
size="sm"
|
|
127
|
-
>
|
|
128
|
-
75ms (Ultra Fast)
|
|
129
|
-
</AdvancedTransitionButton>
|
|
130
|
-
|
|
131
|
-
<AdvancedTransitionButton
|
|
132
|
-
duration={150}
|
|
133
|
-
easing="ease-out"
|
|
134
|
-
variant="secondary"
|
|
135
|
-
size="sm"
|
|
136
|
-
>
|
|
137
|
-
150ms (Fast)
|
|
138
|
-
</AdvancedTransitionButton>
|
|
139
|
-
|
|
140
|
-
<AdvancedTransitionButton
|
|
141
|
-
duration={200}
|
|
142
|
-
easing="ease-out"
|
|
143
|
-
variant="outline"
|
|
144
|
-
size="sm"
|
|
145
|
-
>
|
|
146
|
-
200ms (Quick)
|
|
147
|
-
</AdvancedTransitionButton>
|
|
148
|
-
</div>
|
|
149
|
-
</div>
|
|
150
|
-
|
|
151
|
-
<div className="space-y-4">
|
|
152
|
-
<h4 className="font-medium text-cs-text-primary">Slow Transitions</h4>
|
|
153
|
-
|
|
154
|
-
<div className="space-y-3">
|
|
155
|
-
<AdvancedTransitionButton
|
|
156
|
-
duration={500}
|
|
157
|
-
easing="ease-out"
|
|
158
|
-
variant="default"
|
|
159
|
-
size="lg"
|
|
160
|
-
>
|
|
161
|
-
500ms (Slow)
|
|
162
|
-
</AdvancedTransitionButton>
|
|
163
|
-
|
|
164
|
-
<AdvancedTransitionButton
|
|
165
|
-
duration={700}
|
|
166
|
-
easing="ease-out"
|
|
167
|
-
variant="secondary"
|
|
168
|
-
size="lg"
|
|
169
|
-
>
|
|
170
|
-
700ms (Slower)
|
|
171
|
-
</AdvancedTransitionButton>
|
|
172
|
-
|
|
173
|
-
<AdvancedTransitionButton
|
|
174
|
-
duration={1000}
|
|
175
|
-
easing="ease-out"
|
|
176
|
-
variant="outline"
|
|
177
|
-
size="lg"
|
|
178
|
-
>
|
|
179
|
-
1000ms (Very Slow)
|
|
180
|
-
</AdvancedTransitionButton>
|
|
181
|
-
</div>
|
|
182
|
-
</div>
|
|
183
|
-
</div>
|
|
184
|
-
</div>
|
|
185
|
-
|
|
186
|
-
{/* Interactive Components */}
|
|
187
|
-
<div className="space-y-6">
|
|
188
|
-
<h3 className="text-lg font-semibold text-cs-text-primary">๐ญ Interactive Components</h3>
|
|
189
|
-
|
|
190
|
-
<div className="grid grid-cols-1 md:grid-cols-2 gap-6">
|
|
191
|
-
<div className="space-y-4">
|
|
192
|
-
<h4 className="font-medium text-cs-text-primary">Interactive Cards</h4>
|
|
193
|
-
|
|
194
|
-
<div className="space-y-3">
|
|
195
|
-
<AdvancedTransitionCard
|
|
196
|
-
duration={300}
|
|
197
|
-
easing="ease-out"
|
|
198
|
-
interactive
|
|
199
|
-
>
|
|
200
|
-
<div className="text-center">
|
|
201
|
-
<div className="text-lg font-semibold">Interactive Card</div>
|
|
202
|
-
<div className="text-sm text-cs-text-secondary">Click to trigger transition</div>
|
|
203
|
-
</div>
|
|
204
|
-
</AdvancedTransitionCard>
|
|
205
|
-
|
|
206
|
-
<AdvancedTransitionCard
|
|
207
|
-
duration={500}
|
|
208
|
-
easing="ease-out-quint"
|
|
209
|
-
interactive
|
|
210
|
-
>
|
|
211
|
-
<div className="text-center">
|
|
212
|
-
<div className="text-lg font-semibold">Quint Easing</div>
|
|
213
|
-
<div className="text-sm text-cs-text-secondary">Smooth shadow transition</div>
|
|
214
|
-
</div>
|
|
215
|
-
</AdvancedTransitionCard>
|
|
216
|
-
</div>
|
|
217
|
-
</div>
|
|
218
|
-
|
|
219
|
-
<div className="space-y-4">
|
|
220
|
-
<h4 className="font-medium text-cs-text-primary">Form Inputs</h4>
|
|
221
|
-
|
|
222
|
-
<div className="space-y-3">
|
|
223
|
-
<AdvancedTransitionInput
|
|
224
|
-
duration={200}
|
|
225
|
-
easing="ease-out"
|
|
226
|
-
placeholder="Focus to trigger transition"
|
|
227
|
-
value={formData.name}
|
|
228
|
-
onChange={(e) => handleInputChange('name', e.target.value)}
|
|
229
|
-
/>
|
|
230
|
-
|
|
231
|
-
<AdvancedTransitionInput
|
|
232
|
-
duration={300}
|
|
233
|
-
easing="ease-out-quint"
|
|
234
|
-
placeholder="Quint easing on focus"
|
|
235
|
-
value={formData.email}
|
|
236
|
-
onChange={(e) => handleInputChange('email', e.target.value)}
|
|
237
|
-
/>
|
|
238
|
-
</div>
|
|
239
|
-
</div>
|
|
240
|
-
</div>
|
|
241
|
-
</div>
|
|
242
|
-
|
|
243
|
-
{/* Staggered Animations */}
|
|
244
|
-
<div className="space-y-6">
|
|
245
|
-
<h3 className="text-lg font-semibold text-cs-text-primary">๐ฌ Staggered Animations</h3>
|
|
246
|
-
|
|
247
|
-
<AdvancedTransitionList
|
|
248
|
-
duration={300}
|
|
249
|
-
easing="ease-out"
|
|
250
|
-
staggerDelay={100}
|
|
251
|
-
>
|
|
252
|
-
<li className="p-3 bg-cs-surface-bg border border-cs-border rounded-lg animate-fade-in animate-stagger-1">
|
|
253
|
-
Item 1 - Fades in first
|
|
254
|
-
</li>
|
|
255
|
-
<li className="p-3 bg-cs-surface-bg border border-cs-border rounded-lg animate-fade-in animate-stagger-2">
|
|
256
|
-
Item 2 - Fades in second
|
|
257
|
-
</li>
|
|
258
|
-
<li className="p-3 bg-cs-surface-bg border border-cs-border rounded-lg animate-fade-in animate-stagger-3">
|
|
259
|
-
Item 3 - Fades in third
|
|
260
|
-
</li>
|
|
261
|
-
<li className="p-3 bg-cs-surface-bg border border-cs-border rounded-lg animate-fade-in animate-stagger-4">
|
|
262
|
-
Item 4 - Fades in fourth
|
|
263
|
-
</li>
|
|
264
|
-
<li className="p-3 bg-cs-surface-bg border border-cs-border rounded-lg animate-fade-in animate-stagger-5">
|
|
265
|
-
Item 5 - Fades in last
|
|
266
|
-
</li>
|
|
267
|
-
</AdvancedTransitionList>
|
|
268
|
-
</div>
|
|
269
|
-
</div>
|
|
270
|
-
)
|
|
271
|
-
|
|
272
|
-
const renderPerformanceDemo = () => (
|
|
273
|
-
<div className="space-y-6">
|
|
274
|
-
{/* Performance Metrics */}
|
|
275
|
-
<div className="grid grid-cols-1 md:grid-cols-2 gap-6">
|
|
276
|
-
<div className="space-y-4">
|
|
277
|
-
<h3 className="text-lg font-semibold text-cs-text-primary">๐ Performance Metrics</h3>
|
|
278
|
-
|
|
279
|
-
<div className="p-4 bg-cs-surface-bg rounded-lg border border-cs-border">
|
|
280
|
-
<div className="space-y-3">
|
|
281
|
-
<div className="flex justify-between items-center">
|
|
282
|
-
<span className="text-sm font-medium">Frame Rate</span>
|
|
283
|
-
<span className={`text-lg font-bold ${
|
|
284
|
-
performanceMetrics.frameRate >= 55 ? 'text-cs-success' :
|
|
285
|
-
performanceMetrics.frameRate >= 45 ? 'text-cs-warning' : 'text-cs-error'
|
|
286
|
-
}`}>
|
|
287
|
-
{performanceMetrics.frameRate} FPS
|
|
288
|
-
</span>
|
|
289
|
-
</div>
|
|
290
|
-
|
|
291
|
-
<div className="w-full bg-cs-border rounded-full h-2">
|
|
292
|
-
<div
|
|
293
|
-
className={`h-2 rounded-full transition-all duration-300 ${
|
|
294
|
-
performanceMetrics.frameRate >= 55 ? 'bg-cs-success' :
|
|
295
|
-
performanceMetrics.frameRate >= 45 ? 'bg-cs-warning' : 'bg-cs-error'
|
|
296
|
-
}`}
|
|
297
|
-
style={{ width: `${(performanceMetrics.frameRate / 60) * 100}%` }}
|
|
298
|
-
/>
|
|
299
|
-
</div>
|
|
300
|
-
|
|
301
|
-
<div className="flex justify-between items-center">
|
|
302
|
-
<span className="text-sm font-medium">Memory Usage</span>
|
|
303
|
-
<span className="font-medium">{performanceMetrics.memoryUsage}%</span>
|
|
304
|
-
</div>
|
|
305
|
-
|
|
306
|
-
<div className="flex justify-between items-center">
|
|
307
|
-
<span className="text-sm font-medium">Smoothness</span>
|
|
308
|
-
<span className={`font-medium ${
|
|
309
|
-
performanceMetrics.smoothness >= 80 ? 'text-cs-success' :
|
|
310
|
-
performanceMetrics.smoothness >= 60 ? 'text-cs-warning' : 'text-cs-error'
|
|
311
|
-
}`}>
|
|
312
|
-
{performanceMetrics.smoothness}%
|
|
313
|
-
</span>
|
|
314
|
-
</div>
|
|
315
|
-
|
|
316
|
-
<div className="flex justify-between items-center">
|
|
317
|
-
<span className="text-sm font-medium">Battery Impact</span>
|
|
318
|
-
<span className={`font-medium ${
|
|
319
|
-
performanceMetrics.batteryImpact >= 80 ? 'text-cs-success' :
|
|
320
|
-
performanceMetrics.batteryImpact >= 60 ? 'text-cs-warning' : 'text-cs-error'
|
|
321
|
-
}`}>
|
|
322
|
-
{performanceMetrics.batteryImpact}%
|
|
323
|
-
</span>
|
|
324
|
-
</div>
|
|
325
|
-
</div>
|
|
326
|
-
</div>
|
|
327
|
-
</div>
|
|
328
|
-
|
|
329
|
-
<div className="space-y-4">
|
|
330
|
-
<h3 className="text-lg font-semibold text-cs-text-primary">๐ฏ Performance Score</h3>
|
|
331
|
-
|
|
332
|
-
<div className="p-4 bg-cs-surface-bg rounded-lg border border-cs-border">
|
|
333
|
-
<div className="text-center space-y-3">
|
|
334
|
-
<div className={`text-4xl font-bold ${
|
|
335
|
-
transitionState.performanceScore >= 80 ? 'text-cs-success' :
|
|
336
|
-
transitionState.performanceScore >= 60 ? 'text-cs-warning' : 'text-cs-error'
|
|
337
|
-
}`}>
|
|
338
|
-
{transitionState.performanceScore}/100
|
|
339
|
-
</div>
|
|
340
|
-
|
|
341
|
-
<div className="w-full bg-cs-border rounded-full h-3">
|
|
342
|
-
<div
|
|
343
|
-
className={`h-3 rounded-full transition-all duration-300 ${
|
|
344
|
-
transitionState.performanceScore >= 80 ? 'bg-cs-success' :
|
|
345
|
-
transitionState.performanceScore >= 60 ? 'bg-cs-warning' : 'bg-cs-error'
|
|
346
|
-
}`}
|
|
347
|
-
style={{ width: `${transitionState.performanceScore}%` }}
|
|
348
|
-
/>
|
|
349
|
-
</div>
|
|
350
|
-
|
|
351
|
-
<div className="text-sm text-cs-text-secondary">
|
|
352
|
-
{transitionState.performanceScore >= 80 ? 'Excellent Performance' :
|
|
353
|
-
transitionState.performanceScore >= 60 ? 'Good Performance' : 'Needs Optimization'}
|
|
354
|
-
</div>
|
|
355
|
-
</div>
|
|
356
|
-
</div>
|
|
357
|
-
</div>
|
|
358
|
-
</div>
|
|
359
|
-
|
|
360
|
-
{/* Hardware Acceleration */}
|
|
361
|
-
<div className="space-y-4">
|
|
362
|
-
<h3 className="text-lg font-semibold text-cs-text-primary">๐ Hardware Acceleration</h3>
|
|
363
|
-
|
|
364
|
-
<div className="grid grid-cols-1 md:grid-cols-3 gap-4">
|
|
365
|
-
<div className="p-4 bg-cs-surface-bg rounded-lg border border-cs-border text-center">
|
|
366
|
-
<div className="text-2xl mb-2">โก</div>
|
|
367
|
-
<div className="font-medium">GPU Acceleration</div>
|
|
368
|
-
<div className="text-sm text-cs-text-secondary">Hardware-accelerated transforms</div>
|
|
369
|
-
</div>
|
|
370
|
-
|
|
371
|
-
<div className="p-4 bg-cs-surface-bg rounded-lg border border-cs-border text-center">
|
|
372
|
-
<div className="text-2xl mb-2">๐พ</div>
|
|
373
|
-
<div className="font-medium">Memory Optimization</div>
|
|
374
|
-
<div className="text-sm text-cs-text-secondary">Efficient memory usage</div>
|
|
375
|
-
</div>
|
|
376
|
-
|
|
377
|
-
<div className="p-4 bg-cs-surface-bg rounded-lg border border-cs-border text-center">
|
|
378
|
-
<div className="text-2xl mb-2">๐</div>
|
|
379
|
-
<div className="font-medium">Battery Aware</div>
|
|
380
|
-
<div className="text-sm text-cs-text-secondary">Optimized for battery life</div>
|
|
381
|
-
</div>
|
|
382
|
-
</div>
|
|
383
|
-
</div>
|
|
384
|
-
</div>
|
|
385
|
-
)
|
|
386
|
-
|
|
387
|
-
const renderDeviceDemo = () => (
|
|
388
|
-
<div className="space-y-6">
|
|
389
|
-
{/* Device Detection */}
|
|
390
|
-
<div className="grid grid-cols-1 md:grid-cols-2 gap-6">
|
|
391
|
-
<div className="space-y-4">
|
|
392
|
-
<h3 className="text-lg font-semibold text-cs-text-primary">๐ฑ Device Detection</h3>
|
|
393
|
-
|
|
394
|
-
<div className="p-4 bg-cs-surface-bg rounded-lg border border-cs-border">
|
|
395
|
-
<div className="space-y-3">
|
|
396
|
-
<div className="flex justify-between items-center">
|
|
397
|
-
<span className="text-sm font-medium">Current Device</span>
|
|
398
|
-
<Badge variant="default" className="capitalize">
|
|
399
|
-
{transitionState.deviceType}
|
|
400
|
-
</Badge>
|
|
401
|
-
</div>
|
|
402
|
-
|
|
403
|
-
<div className="flex justify-between items-center">
|
|
404
|
-
<span className="text-sm font-medium">Battery Level</span>
|
|
405
|
-
<Badge
|
|
406
|
-
variant={
|
|
407
|
-
transitionState.batteryLevel === 'normal' ? 'default' :
|
|
408
|
-
transitionState.batteryLevel === 'low' ? 'secondary' : 'outline'
|
|
409
|
-
}
|
|
410
|
-
className="capitalize"
|
|
411
|
-
>
|
|
412
|
-
{transitionState.batteryLevel}
|
|
413
|
-
</Badge>
|
|
414
|
-
</div>
|
|
415
|
-
|
|
416
|
-
<div className="flex justify-between items-center">
|
|
417
|
-
<span className="text-sm font-medium">Reduced Motion</span>
|
|
418
|
-
<Badge variant={transitionState.reducedMotion ? 'outline' : 'default'}>
|
|
419
|
-
{transitionState.reducedMotion ? 'Enabled' : 'Disabled'}
|
|
420
|
-
</Badge>
|
|
421
|
-
</div>
|
|
422
|
-
</div>
|
|
423
|
-
</div>
|
|
424
|
-
</div>
|
|
425
|
-
|
|
426
|
-
<div className="space-y-4">
|
|
427
|
-
<h3 className="text-lg font-semibold text-cs-text-primary">โ๏ธ Device Optimizations</h3>
|
|
428
|
-
|
|
429
|
-
<div className="p-4 bg-cs-surface-bg rounded-lg border border-cs-border">
|
|
430
|
-
{isOptimizing ? (
|
|
431
|
-
<div className="text-center py-4">
|
|
432
|
-
<div className="animate-spin rounded-full h-8 w-8 border-b-2 border-cs-primary mx-auto mb-2"></div>
|
|
433
|
-
<div className="text-sm text-cs-text-secondary">Optimizing for device...</div>
|
|
434
|
-
</div>
|
|
435
|
-
) : optimizations.length > 0 ? (
|
|
436
|
-
<div className="space-y-2">
|
|
437
|
-
{optimizations.map((optimization, index) => (
|
|
438
|
-
<div key={index} className="flex items-center space-x-2 text-sm">
|
|
439
|
-
<span className="text-cs-success">โ
</span>
|
|
440
|
-
<span>{optimization}</span>
|
|
441
|
-
</div>
|
|
442
|
-
))}
|
|
443
|
-
</div>
|
|
444
|
-
) : (
|
|
445
|
-
<div className="text-center py-4 text-cs-text-secondary">
|
|
446
|
-
No optimizations applied yet
|
|
447
|
-
</div>
|
|
448
|
-
)}
|
|
449
|
-
</div>
|
|
450
|
-
</div>
|
|
451
|
-
</div>
|
|
452
|
-
|
|
453
|
-
{/* Device-Specific Transitions */}
|
|
454
|
-
<div className="space-y-4">
|
|
455
|
-
<h3 className="text-lg font-semibold text-cs-text-primary">๐ฏ Device-Specific Transitions</h3>
|
|
456
|
-
|
|
457
|
-
<div className="grid grid-cols-1 md:grid-cols-3 gap-4">
|
|
458
|
-
<AdvancedTransitionCard
|
|
459
|
-
duration={transitionState.deviceType === 'mobile' ? 200 : 300}
|
|
460
|
-
easing="ease-out"
|
|
461
|
-
className="text-center"
|
|
462
|
-
>
|
|
463
|
-
<div className="text-lg font-semibold">Mobile Optimized</div>
|
|
464
|
-
<div className="text-sm text-cs-text-secondary">
|
|
465
|
-
Duration: {transitionState.deviceType === 'mobile' ? '200ms' : '300ms'}
|
|
466
|
-
</div>
|
|
467
|
-
</AdvancedTransitionCard>
|
|
468
|
-
|
|
469
|
-
<AdvancedTransitionCard
|
|
470
|
-
duration={transitionState.deviceType === 'tablet' ? 250 : 300}
|
|
471
|
-
easing="ease-out"
|
|
472
|
-
className="text-center"
|
|
473
|
-
>
|
|
474
|
-
<div className="text-lg font-semibold">Tablet Optimized</div>
|
|
475
|
-
<div className="text-sm text-cs-text-secondary">
|
|
476
|
-
Duration: {transitionState.deviceType === 'tablet' ? '250ms' : '300ms'}
|
|
477
|
-
</div>
|
|
478
|
-
</AdvancedTransitionCard>
|
|
479
|
-
|
|
480
|
-
<AdvancedTransitionCard
|
|
481
|
-
duration={300}
|
|
482
|
-
easing="ease-out"
|
|
483
|
-
className="text-center"
|
|
484
|
-
>
|
|
485
|
-
<div className="text-lg font-semibold">Desktop Optimized</div>
|
|
486
|
-
<div className="text-sm text-cs-text-secondary">
|
|
487
|
-
Duration: 300ms
|
|
488
|
-
</div>
|
|
489
|
-
</AdvancedTransitionCard>
|
|
490
|
-
</div>
|
|
491
|
-
</div>
|
|
492
|
-
</div>
|
|
493
|
-
)
|
|
494
|
-
|
|
495
|
-
const renderAccessibilityDemo = () => (
|
|
496
|
-
<div className="space-y-6">
|
|
497
|
-
{/* Accessibility Features */}
|
|
498
|
-
<div className="grid grid-cols-1 md:grid-cols-2 gap-6">
|
|
499
|
-
<div className="space-y-4">
|
|
500
|
-
<h3 className="text-lg font-semibold text-cs-text-primary">โฟ Accessibility Features</h3>
|
|
501
|
-
|
|
502
|
-
<div className="p-4 bg-cs-surface-bg rounded-lg border border-cs-border">
|
|
503
|
-
<div className="space-y-3">
|
|
504
|
-
<div className="flex justify-between items-center">
|
|
505
|
-
<span className="text-sm font-medium">Reduced Motion</span>
|
|
506
|
-
<Badge variant={transitionState.reducedMotion ? 'default' : 'secondary'}>
|
|
507
|
-
{transitionState.reducedMotion ? 'Supported' : 'Not Detected'}
|
|
508
|
-
</Badge>
|
|
509
|
-
</div>
|
|
510
|
-
|
|
511
|
-
<div className="flex justify-between items-center">
|
|
512
|
-
<span className="text-sm font-medium">Screen Reader</span>
|
|
513
|
-
<Badge variant="default">Supported</Badge>
|
|
514
|
-
</div>
|
|
515
|
-
|
|
516
|
-
<div className="flex justify-between items-center">
|
|
517
|
-
<span className="text-sm font-medium">Focus Management</span>
|
|
518
|
-
<Badge variant="default">Enabled</Badge>
|
|
519
|
-
</div>
|
|
520
|
-
|
|
521
|
-
<div className="flex justify-between items-center">
|
|
522
|
-
<span className="text-sm font-medium">ARIA Support</span>
|
|
523
|
-
<Badge variant="default">Full</Badge>
|
|
524
|
-
</div>
|
|
525
|
-
</div>
|
|
526
|
-
</div>
|
|
527
|
-
</div>
|
|
528
|
-
|
|
529
|
-
<div className="space-y-4">
|
|
530
|
-
<h3 className="text-lg font-semibold text-cs-text-primary">๐ญ Motion Preferences</h3>
|
|
531
|
-
|
|
532
|
-
<div className="p-4 bg-cs-surface-bg rounded-lg border border-cs-border">
|
|
533
|
-
<div className="space-y-3">
|
|
534
|
-
<div className="text-center">
|
|
535
|
-
<div className="text-2xl mb-2">
|
|
536
|
-
{transitionState.reducedMotion ? '๐ซ' : 'โจ'}
|
|
537
|
-
</div>
|
|
538
|
-
<div className="font-medium">
|
|
539
|
-
{transitionState.reducedMotion ? 'Reduced Motion' : 'Full Motion'}
|
|
540
|
-
</div>
|
|
541
|
-
<div className="text-sm text-cs-text-secondary">
|
|
542
|
-
{transitionState.reducedMotion
|
|
543
|
-
? 'Transitions are disabled for accessibility'
|
|
544
|
-
: 'All transitions are enabled'}
|
|
545
|
-
</div>
|
|
546
|
-
</div>
|
|
547
|
-
</div>
|
|
548
|
-
</div>
|
|
549
|
-
</div>
|
|
550
|
-
</div>
|
|
551
|
-
|
|
552
|
-
{/* Accessibility Test */}
|
|
553
|
-
<div className="space-y-4">
|
|
554
|
-
<h3 className="text-lg font-semibold text-cs-text-primary">๐งช Accessibility Test</h3>
|
|
555
|
-
|
|
556
|
-
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
|
|
557
|
-
<AdvancedTransitionButton
|
|
558
|
-
duration={transitionState.reducedMotion ? 0 : 300}
|
|
559
|
-
easing="ease-out"
|
|
560
|
-
variant="default"
|
|
561
|
-
size="default"
|
|
562
|
-
aria-label="Test button with accessibility support"
|
|
563
|
-
>
|
|
564
|
-
Test Button
|
|
565
|
-
</AdvancedTransitionButton>
|
|
566
|
-
|
|
567
|
-
<AdvancedTransitionInput
|
|
568
|
-
duration={transitionState.reducedMotion ? 0 : 200}
|
|
569
|
-
easing="ease-out"
|
|
570
|
-
placeholder="Test input accessibility"
|
|
571
|
-
aria-label="Test input with accessibility support"
|
|
572
|
-
/>
|
|
573
|
-
</div>
|
|
574
|
-
|
|
575
|
-
<div className="text-sm text-cs-text-secondary">
|
|
576
|
-
<strong>Note:</strong> If you have reduced motion enabled in your system preferences,
|
|
577
|
-
transitions will be automatically disabled for better accessibility.
|
|
578
|
-
</div>
|
|
579
|
-
</div>
|
|
580
|
-
</div>
|
|
581
|
-
)
|
|
582
|
-
|
|
583
|
-
return (
|
|
584
|
-
<div className="space-y-6">
|
|
585
|
-
{/* Header */}
|
|
586
|
-
<div className="text-center space-y-2">
|
|
587
|
-
<h2 className="text-2xl font-bold text-cs-text-primary">
|
|
588
|
-
Advanced Transition System with Cubic Bezier Curves
|
|
589
|
-
</h2>
|
|
590
|
-
<p className="text-cs-text-secondary">
|
|
591
|
-
Professional animation system with performance optimization, device-specific behavior, and accessibility support
|
|
592
|
-
</p>
|
|
593
|
-
</div>
|
|
594
|
-
|
|
595
|
-
{/* Navigation Tabs */}
|
|
596
|
-
<div className="flex flex-wrap gap-2 justify-center">
|
|
597
|
-
{(['transitions', 'performance', 'device', 'accessibility'] as const).map((demo) => (
|
|
598
|
-
<button
|
|
599
|
-
key={demo}
|
|
600
|
-
onClick={() => setActiveDemo(demo)}
|
|
601
|
-
className={`px-4 py-2 rounded-lg font-medium transition-colors ${
|
|
602
|
-
activeDemo === demo
|
|
603
|
-
? 'bg-cs-primary text-white'
|
|
604
|
-
: 'bg-cs-surface-bg text-cs-text-primary hover:bg-cs-hover-bg'
|
|
605
|
-
}`}
|
|
606
|
-
>
|
|
607
|
-
{demo === 'transitions' && '๐จ Transitions'}
|
|
608
|
-
{demo === 'performance' && '๐ Performance'}
|
|
609
|
-
{demo === 'device' && '๐ฑ Device'}
|
|
610
|
-
{demo === 'accessibility' && 'โฟ Accessibility'}
|
|
611
|
-
</button>
|
|
612
|
-
))}
|
|
613
|
-
</div>
|
|
614
|
-
|
|
615
|
-
{/* Demo Content */}
|
|
616
|
-
<div className="min-h-[400px]">
|
|
617
|
-
{activeDemo === 'transitions' && renderTransitionsDemo()}
|
|
618
|
-
{activeDemo === 'performance' && renderPerformanceDemo()}
|
|
619
|
-
{activeDemo === 'device' && renderDeviceDemo()}
|
|
620
|
-
{activeDemo === 'accessibility' && renderAccessibilityDemo()}
|
|
621
|
-
</div>
|
|
622
|
-
|
|
623
|
-
{/* Status Bar */}
|
|
624
|
-
<div className="p-4 bg-cs-surface-bg rounded-lg border border-cs-border">
|
|
625
|
-
<div className="flex flex-wrap items-center justify-between gap-4 text-sm">
|
|
626
|
-
<div className="flex items-center space-x-4">
|
|
627
|
-
<span className="font-medium">Device:</span>
|
|
628
|
-
<Badge variant="outline" className="capitalize">
|
|
629
|
-
{transitionState.deviceType}
|
|
630
|
-
</Badge>
|
|
631
|
-
<span className="font-medium">Battery:</span>
|
|
632
|
-
<Badge
|
|
633
|
-
variant={
|
|
634
|
-
transitionState.batteryLevel === 'normal' ? 'default' :
|
|
635
|
-
transitionState.batteryLevel === 'low' ? 'secondary' : 'outline'
|
|
636
|
-
}
|
|
637
|
-
className="capitalize"
|
|
638
|
-
>
|
|
639
|
-
{transitionState.batteryLevel}
|
|
640
|
-
</Badge>
|
|
641
|
-
</div>
|
|
642
|
-
|
|
643
|
-
<div className="flex items-center space-x-4">
|
|
644
|
-
<span className="font-medium">Performance:</span>
|
|
645
|
-
<span className={`font-bold ${
|
|
646
|
-
transitionState.performanceScore >= 80 ? 'text-cs-success' :
|
|
647
|
-
transitionState.performanceScore >= 60 ? 'text-cs-warning' : 'text-cs-error'
|
|
648
|
-
}`}>
|
|
649
|
-
{transitionState.performanceScore}%
|
|
650
|
-
</span>
|
|
651
|
-
<span className="font-medium">Motion:</span>
|
|
652
|
-
<Badge variant={transitionState.reducedMotion ? 'outline' : 'default'}>
|
|
653
|
-
{transitionState.reducedMotion ? 'Reduced' : 'Full'}
|
|
654
|
-
</Badge>
|
|
655
|
-
</div>
|
|
656
|
-
</div>
|
|
657
|
-
</div>
|
|
658
|
-
</div>
|
|
659
|
-
)
|
|
660
|
-
}
|