@rakeyshgidwani/roger-ui-bank-theme-stan-design 0.1.2 → 0.1.3

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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  All notable changes to the stan-design theme package will be documented in this file.
4
4
 
5
- ## [0.1.2] - 2025-10-02
5
+ ## [0.1.3] - 2025-10-02
6
6
 
7
7
  ### Added
8
8
  - Initial release of stan-design theme package
package/dist/index.d.ts CHANGED
@@ -1,5 +1,142 @@
1
1
 
2
- // Core exports (would be from @rakeyshgidwani/core in real implementation)
2
+ // UI Components
3
+ // Custom Hooks
4
+ // Utilities
5
+ // Theme System
6
+ // Design Tokens
7
+ // Types
8
+ export type { NavigationBaseProps } from '../../../src/components/ui/navigation/types';
9
+ export type { NavigationItem } from '../../../src/components/ui/navigation/types';
10
+ export type { NavigationGroup } from '../../../src/components/ui/navigation/types';
11
+ export type { BreadcrumbProps } from '../../../src/components/ui/navigation/types';
12
+ export type { BreadcrumbItem } from '../../../src/components/ui/navigation/types';
13
+ export type { PaginationProps } from '../../../src/components/ui/navigation/types';
14
+ export type { PaginationItem } from '../../../src/components/ui/navigation/types';
15
+ export type { TabsProps } from '../../../src/components/ui/navigation/types';
16
+ export type { TabItem } from '../../../src/components/ui/navigation/types';
17
+ export type { StepperProps } from '../../../src/components/ui/navigation/types';
18
+ export type { StepItem } from '../../../src/components/ui/navigation/types';
19
+ export type { StepAction } from '../../../src/components/ui/navigation/types';
20
+ export type { MenuProps } from '../../../src/components/ui/navigation/types';
21
+ export type { SidebarProps } from '../../../src/components/ui/navigation/types';
22
+ export type { NavigationState } from '../../../src/components/ui/navigation/types';
23
+ export type { NavigationContextValue } from '../../../src/components/ui/navigation/types';
24
+ export type { NavigationAction } from '../../../src/components/ui/navigation/types';
25
+ export type { NavigationBreakpoint } from '../../../src/components/ui/navigation/types';
26
+ export type { NavigationSpacing } from '../../../src/components/ui/navigation/types';
27
+ export type { NavigationAnimation } from '../../../src/components/ui/navigation/types';
28
+ export type { NavigationAccessibility } from '../../../src/components/ui/navigation/types';
29
+ export type { FeedbackBaseProps } from '../../../src/components/ui/feedback/types';
30
+ export type { AlertProps } from '../../../src/components/ui/feedback/types';
31
+ export type { AlertAction } from '../../../src/components/ui/feedback/types';
32
+ export type { ToastProps } from '../../../src/components/ui/feedback/types';
33
+ export type { ToastAction } from '../../../src/components/ui/feedback/types';
34
+ export type { ToastContainerProps } from '../../../src/components/ui/feedback/types';
35
+ export type { ProgressProps } from '../../../src/components/ui/feedback/types';
36
+ export type { ProgressStep } from '../../../src/components/ui/feedback/types';
37
+ export type { SkeletonProps } from '../../../src/components/ui/feedback/types';
38
+ export type { SkeletonTextProps } from '../../../src/components/ui/feedback/types';
39
+ export type { SkeletonAvatarProps } from '../../../src/components/ui/feedback/types';
40
+ export type { SkeletonButtonProps } from '../../../src/components/ui/feedback/types';
41
+ export type { DataDisplayBaseProps } from '../../../src/components/ui/data-display/types';
42
+ export type { SortableColumn } from '../../../src/components/ui/data-display/types';
43
+ export type { SortConfig } from '../../../src/components/ui/data-display/types';
44
+ export type { PaginationConfig } from '../../../src/components/ui/data-display/types';
45
+ export type { FilterConfig } from '../../../src/components/ui/data-display/types';
46
+ export type { TableProps } from '../../../src/components/ui/data-display/types';
47
+ export type { TableRowProps } from '../../../src/components/ui/data-display/types';
48
+ export type { DataGridProps } from '../../../src/components/ui/data-display/types';
49
+ export type { DataGridColumnProps } from '../../../src/components/ui/data-display/types';
50
+ export type { ListProps } from '../../../src/components/ui/data-display/types';
51
+ export type { ListItem } from '../../../src/components/ui/data-display/types';
52
+ export type { ListAction } from '../../../src/components/ui/data-display/types';
53
+ export type { ListFilter } from '../../../src/components/ui/data-display/types';
54
+ export type { TreeProps } from '../../../src/components/ui/data-display/types';
55
+ export type { TreeNode } from '../../../src/components/ui/data-display/types';
56
+ export type { TreeItemProps } from '../../../src/components/ui/data-display/types';
57
+ export type { TreeFilter } from '../../../src/components/ui/data-display/types';
58
+ export type { TimelineProps } from '../../../src/components/ui/data-display/types';
59
+ export type { TimelineItem } from '../../../src/components/ui/data-display/types';
60
+ export type { TimelineAction } from '../../../src/components/ui/data-display/types';
61
+ export type { TimelineItemProps } from '../../../src/components/ui/data-display/types';
62
+ export type { TimelineFilter } from '../../../src/components/ui/data-display/types';
63
+ export type { ChartProps } from '../../../src/components/ui/data-display/types';
64
+ export type { ChartData } from '../../../src/components/ui/data-display/types';
65
+ export type { ChartDataset } from '../../../src/components/ui/data-display/types';
66
+ export type { ChartDataPoint } from '../../../src/components/ui/data-display/types';
67
+ export type { ChartLegend } from '../../../src/components/ui/data-display/types';
68
+ export type { ChartOptions } from '../../../src/components/ui/data-display/types';
69
+ export type { OverlayBaseProps } from '../../../src/components/ui/overlay/types';
70
+ export type { PortalProps } from '../../../src/components/ui/overlay/types';
71
+ export type { OverlayState } from '../../../src/components/ui/overlay/types';
72
+ export type { OverlayAction } from '../../../src/components/ui/overlay/types';
73
+ export type { OverlayManagerProps } from '../../../src/components/ui/overlay/types';
74
+ export type { FocusManagerProps } from '../../../src/components/ui/overlay/types';
75
+ export type { BackdropProps } from '../../../src/components/ui/overlay/types';
76
+ export type { ModalProps } from '../../../src/components/ui/overlay/types';
77
+ export type { ModalHeaderProps } from '../../../src/components/ui/overlay/types';
78
+ export type { ModalBodyProps } from '../../../src/components/ui/overlay/types';
79
+ export type { ModalFooterProps } from '../../../src/components/ui/overlay/types';
80
+ export type { TooltipProps } from '../../../src/components/ui/overlay/types';
81
+ export type { TooltipContentProps } from '../../../src/components/ui/overlay/types';
82
+ export type { PopoverProps } from '../../../src/components/ui/overlay/types';
83
+ export type { PopoverContentProps } from '../../../src/components/ui/overlay/types';
84
+ export type { PopoverHeaderProps } from '../../../src/components/ui/overlay/types';
85
+ export type { PopoverBodyProps } from '../../../src/components/ui/overlay/types';
86
+ export type { PopoverFooterProps } from '../../../src/components/ui/overlay/types';
87
+ export type { MultiThemeConfig } from '../../../src/themes/types';
88
+ export type { FontThemeConfig } from '../../../src/themes/types';
89
+ export type { FontConfig } from '../../../src/themes/types';
90
+ export type { FontSource } from '../../../src/themes/types';
91
+ export type { FontFiles } from '../../../src/themes/types';
92
+ export type { FontFeatures } from '../../../src/themes/types';
93
+ export type { FontSizeScale } from '../../../src/themes/types';
94
+ export type { LineHeightScale } from '../../../src/themes/types';
95
+ export type { LetterSpacingScale } from '../../../src/themes/types';
96
+ export type { ColorThemeConfig } from '../../../src/themes/types';
97
+ export type { ColorScale } from '../../../src/themes/types';
98
+ export type { ColorAccessibility } from '../../../src/themes/types';
99
+ export type { SemanticColors } from '../../../src/themes/types';
100
+ export type { NeutralColors } from '../../../src/themes/types';
101
+ export type { SurfaceColors } from '../../../src/themes/types';
102
+ export type { TextColors } from '../../../src/themes/types';
103
+ export type { InteractiveColors } from '../../../src/themes/types';
104
+ export type { ColorGenerationConfig } from '../../../src/themes/types';
105
+ export type { ColorPalette } from '../../../src/themes/types';
106
+ export type { SpacingThemeConfig } from '../../../src/themes/types';
107
+ export type { SpacingScale } from '../../../src/themes/types';
108
+ export type { ComponentSpacing } from '../../../src/themes/types';
109
+ export type { LayoutSpacing } from '../../../src/themes/types';
110
+ export type { ShadowThemeConfig } from '../../../src/themes/types';
111
+ export type { TransitionThemeConfig } from '../../../src/themes/types';
112
+ export type { BorderRadiusThemeConfig } from '../../../src/themes/types';
113
+ export type { BorderWidthThemeConfig } from '../../../src/themes/types';
114
+ export type { AnimationThemeConfig } from '../../../src/themes/types';
115
+ export type { AccessibilityThemeConfig } from '../../../src/themes/types';
116
+ export type { PrintThemeConfig } from '../../../src/themes/types';
117
+ export type { ContainerQueryThemeConfig } from '../../../src/themes/types';
118
+ export type { ContainerThemeConfig } from '../../../src/themes/types';
119
+ export type { ShimmerThemeConfig } from '../../../src/themes/types';
120
+ export type { TransitionDuration } from '../../../src/themes/types';
121
+ export type { TransitionEasing } from '../../../src/themes/types';
122
+ export type { TransitionProperties } from '../../../src/themes/types';
123
+ export type { ThemeMetadata } from '../../../src/themes/types';
124
+ export type { ThemeValidationResult } from '../../../src/themes/types';
125
+ export type { ThemeValidationError } from '../../../src/themes/types';
126
+ export type { ThemeValidationWarning } from '../../../src/themes/types';
127
+ export type { ThemeInheritance } from '../../../src/themes/types';
128
+ export type { CompleteThemeConfig } from '../../../src/themes/types';
129
+ export type { DesignToken } from '../../../src/tokens/types';
130
+ export type { TokenType } from '../../../src/tokens/types';
131
+ export type { ColorToken } from '../../../src/tokens/types';
132
+ export type { FontToken } from '../../../src/tokens/types';
133
+ export type { SpacingToken } from '../../../src/tokens/types';
134
+ export type { ShadowToken } from '../../../src/tokens/types';
135
+ export type { TransitionToken } from '../../../src/tokens/types';
136
+ export type { TokenGroup } from '../../../src/tokens/types';
137
+ export type { ThemeTokens } from '../../../src/tokens/types';
138
+ export type { TokenExportOptions } from '../../../src/tokens/types';
139
+
3
140
  // Theme-specific exports
4
141
  // Convenience exports
5
142
  export type { StanDesignThemeConfig } from './theme';
package/dist/index.esm.js CHANGED
@@ -1,12 +1,296 @@
1
1
  /**
2
2
  * @rakeyshgidwani/roger-ui-bank-theme-stan-design
3
3
  * Complete design system package with stan-design theme
4
- */
5
-
6
- // Core exports (would be from @rakeyshgidwani/core in real implementation)
7
- export { Button } from '../../../src/components/ui/button';
4
+ *
5
+ * Auto-generated exports for} from '../../../src/components/ui/button';
8
6
  export { Card } from '../../../src/components/ui/card';
7
+ export { Checkbox } from '../../../src/components/ui/checkbox';
8
+ export { ColorPreview } from '../../../src/components/ui/color-preview';
9
+ export { EnterpriseProgress } from '../../../src/components/ui/enterprise-mobile-experience';
10
+ export { FontPreview } from '../../../src/components/ui/font-preview';
9
11
  export { Input } from '../../../src/components/ui/input';
12
+ export { Label } from '../../../src/components/ui/label';
13
+ export { MobileInput } from '../../../src/components/ui/mobile-input';
14
+ export { TabletLayout } from '../../../src/components/ui/tablet-layout';
15
+ export { ThemeCustomizer } from '../../../src/components/ui/theme-customizer';
16
+ export { ThemePreview } from '../../../src/components/ui/theme-preview';
17
+ export { ThemeSwitcher } from '../../../src/components/ui/theme-switcher';
18
+ export { ThemeToggle } from '../../../src/components/ui/theme-toggle';
19
+ export { Breadcrumb } from '../../../src/components/ui/navigation/breadcrumb';
20
+ export { Menu } from '../../../src/components/ui/navigation/menu';
21
+ export { Pagination } from '../../../src/components/ui/navigation/pagination';
22
+ export { Sidebar } from '../../../src/components/ui/navigation/sidebar';
23
+ export { Stepper } from '../../../src/components/ui/navigation/stepper';
24
+ export { Tabs } from '../../../src/components/ui/navigation/tabs';
25
+ export { Chart } from '../../../src/components/ui/data-display/chart';
26
+ export { DataGridSimple } from '../../../src/components/ui/data-display/data-grid-simple';
27
+ export { DataGrid } from '../../../src/components/ui/data-display/data-grid';
28
+ export { List } from '../../../src/components/ui/data-display/list';
29
+ export { Table } from '../../../src/components/ui/data-display/table';
30
+ export { Timeline } from '../../../src/components/ui/data-display/timeline';
31
+ export { Tree } from '../../../src/components/ui/data-display/tree';
32
+ export { Alert } from '../../../src/components/ui/feedback/alert';
33
+ export { Progress } from '../../../src/components/ui/feedback/progress';
34
+ export { SkeletonText } from '../../../src/components/ui/feedback/skeleton';
35
+ export { Toast } from '../../../src/components/ui/feedback/toast';
36
+ export { Backdrop } from '../../../src/components/ui/overlay/backdrop';
37
+ export { FocusManager } from '../../../src/components/ui/overlay/focus-manager';
38
+ export { ModalHeader } from '../../../src/components/ui/overlay/modal';
39
+ export { PopoverContent } from '../../../src/components/ui/overlay/popover';
40
+ export { Portal } from '../../../src/components/ui/overlay/portal';
41
+ export { TooltipContent } from '../../../src/components/ui/overlay/tooltip';
42
+ export { AdaptiveLayout } from '../../../src/components/ui/layouts/adaptive-layout';
43
+ export { DesktopLayout } from '../../../src/components/ui/layouts/desktop-layout';
44
+ export { MobileLayout } from '../../../src/components/ui/layouts/mobile-layout';
45
+ export { TabletLayout } from '../../../src/components/ui/layouts/tablet-layout';
46
+
47
+ // Custom Hooks
48
+ export { useAccessibilitySupport } from '../../../src/hooks/use-accessibility-support';
49
+ export { useAdaptiveLayout } from '../../../src/hooks/use-adaptive-layout';
50
+ export { useAdvancedPatterns } from '../../../src/hooks/use-advanced-patterns';
51
+ export { useAdvancedTransitionSystem } from '../../../src/hooks/use-advanced-transition-system';
52
+ export { useAnimationProfile } from '../../../src/hooks/use-animation-profile';
53
+ export { useAnimationDuration } from '../../../src/hooks/use-animation-profile';
54
+ export { useAnimationEasing } from '../../../src/hooks/use-animation-profile';
55
+ export { useAnimationClasses } from '../../../src/hooks/use-animation-profile';
56
+ export { usePerformanceMode } from '../../../src/hooks/use-animation-profile';
57
+ export { useBatteryAnimations } from '../../../src/hooks/use-battery-animations';
58
+ export { useBatteryConsciousLoading } from '../../../src/hooks/use-battery-conscious-loading';
59
+ export { useBatteryOptimization } from '../../../src/hooks/use-battery-optimization';
60
+ export { useBatteryStatus } from '../../../src/hooks/use-battery-status';
61
+ export { useComponentPerformance } from '../../../src/hooks/use-component-performance';
62
+ export { useDeviceLoadingStates } from '../../../src/hooks/use-device-loading-states';
63
+ export { useDevice } from '../../../src/hooks/use-device';
64
+ export { useIsMobile } from '../../../src/hooks/use-device';
65
+ export { useIsTablet } from '../../../src/hooks/use-device';
66
+ export { useIsDesktop } from '../../../src/hooks/use-device';
67
+ export { useOrientation } from '../../../src/hooks/use-device';
68
+ export { useIsTouchDevice } from '../../../src/hooks/use-device';
69
+ export { useEnterpriseMobileExperience } from '../../../src/hooks/use-enterprise-mobile-experience';
70
+ export { useFormFeedback } from '../../../src/hooks/use-form-feedback';
71
+ export { useBasicFormFeedback } from '../../../src/hooks/use-form-feedback';
72
+ export { useEnhancedFormFeedback } from '../../../src/hooks/use-form-feedback';
73
+ export { useFormPerformance } from '../../../src/hooks/use-form-performance';
74
+ export { useBasicFormPerformance } from '../../../src/hooks/use-form-performance';
75
+ export { useEnhancedFormPerformance } from '../../../src/hooks/use-form-performance';
76
+ export { useFrameRate } from '../../../src/hooks/use-frame-rate';
77
+ export { useGestures } from '../../../src/hooks/use-gestures';
78
+ export { useSwipeGesture } from '../../../src/hooks/use-gestures';
79
+ export { usePinchGesture } from '../../../src/hooks/use-gestures';
80
+ export { useTapGesture } from '../../../src/hooks/use-gestures';
81
+ export { useLongPressGesture } from '../../../src/hooks/use-gestures';
82
+ export { useHardwareAcceleration } from '../../../src/hooks/use-hardware-acceleration';
83
+ export { useInputAccessibility } from '../../../src/hooks/use-input-accessibility';
84
+ export { useInputPerformance } from '../../../src/hooks/use-input-performance';
85
+ export { useLayoutPerformance } from '../../../src/hooks/use-layout-performance';
86
+ export { useLoadingAccessibility } from '../../../src/hooks/use-loading-accessibility';
87
+ export { useLoadingPerformance } from '../../../src/hooks/use-loading-performance';
88
+ export { useMemoryUsage } from '../../../src/hooks/use-memory-usage';
89
+ export { useMobileFormLayout } from '../../../src/hooks/use-mobile-form-layout';
90
+ export { useBasicMobileLayout } from '../../../src/hooks/use-mobile-form-layout';
91
+ export { useEnhancedMobileLayout } from '../../../src/hooks/use-mobile-form-layout';
92
+ export { useMobileFormValidation } from '../../../src/hooks/use-mobile-form-validation';
93
+ export { useBasicFormValidation } from '../../../src/hooks/use-mobile-form-validation';
94
+ export { useEnhancedFormValidation } from '../../../src/hooks/use-mobile-form-validation';
95
+ export { useMobileKeyboardOptimization } from '../../../src/hooks/use-mobile-keyboard-optimization';
96
+ export { useMobileLayout } from '../../../src/hooks/use-mobile-layout';
97
+ export { useMobileOptimization } from '../../../src/hooks/use-mobile-optimization';
98
+ export { useMobileSkeleton } from '../../../src/hooks/use-mobile-skeleton';
99
+ export { useMobileTouch } from '../../../src/hooks/use-mobile-touch';
100
+ export { useBasicMobileTouch } from '../../../src/hooks/use-mobile-touch';
101
+ export { useEnhancedMobileTouch } from '../../../src/hooks/use-mobile-touch';
102
+ export { usePerformanceThrottling } from '../../../src/hooks/use-performance-throttling';
103
+ export { usePerformance } from '../../../src/hooks/use-performance';
104
+ export { useReusableArchitecture } from '../../../src/hooks/use-reusable-architecture';
105
+ export { useSemanticInputTypes } from '../../../src/hooks/use-semantic-input-types';
106
+ export { useSemanticInput } from '../../../src/hooks/use-semantic-input';
107
+ export { useBasicSemanticInput } from '../../../src/hooks/use-semantic-input';
108
+ export { useEnhancedSemanticInput } from '../../../src/hooks/use-semantic-input';
109
+ export { useTabletLayout } from '../../../src/hooks/use-tablet-layout';
110
+ export { useTouchFriendlyInput } from '../../../src/hooks/use-touch-friendly-input';
111
+ export { useTouchFriendlyInterface } from '../../../src/hooks/use-touch-friendly-interface';
112
+ export { useTouchOptimization } from '../../../src/hooks/use-touch-optimization';
113
+ export { useBasicTouchOptimization } from '../../../src/hooks/use-touch-optimization';
114
+ export { useBatteryAwareTouchOptimization } from '../../../src/hooks/use-touch-optimization';
115
+
116
+ // Utilities
117
+ export { BundleAnalyzer } from '../../../src/utils/bundle-analyzer';
118
+ export { BundleSplitter } from '../../../src/utils/bundle-splitting';
119
+ export { LazyLoader } from '../../../src/utils/lazy-loading';
120
+ export { PerformanceMonitor } from '../../../src/utils/performance-monitor';
121
+ export { TreeShakingOptimizer } from '../../../src/utils/tree-shaking';
122
+ export { export } from '../../../src/lib/utils';
123
+
124
+ // Theme System
125
+ export { ThemeProvider } from '../../../src/themes/ThemeProvider';
126
+ export { AccessibilityThemeManager } from '../../../src/themes/accessibility';
127
+ export { ARIA_ROLES } from '../../../src/themes/aria-patterns';
128
+ export { ARIA_STATES } from '../../../src/themes/aria-patterns';
129
+ export { ARIA_LIVE_VALUES } from '../../../src/themes/aria-patterns';
130
+ export { ARIA_CURRENT_VALUES } from '../../../src/themes/aria-patterns';
131
+ export { ARIA_SORT_VALUES } from '../../../src/themes/aria-patterns';
132
+ export { ARIA_ORIENTATION_VALUES } from '../../../src/themes/aria-patterns';
133
+ export { ARIAUtils } from '../../../src/themes/aria-patterns';
134
+ export { ColorManager } from '../../../src/themes/colorManager';
135
+ export { FocusManager } from '../../../src/themes/focus-management';
136
+ export { FocusTrap } from '../../../src/themes/focus-management';
137
+ export { FocusRestoration } from '../../../src/themes/focus-management';
138
+ export { FocusNavigation } from '../../../src/themes/focus-management';
139
+ export { FontLoader } from '../../../src/themes/fontLoader';
140
+ export { HighContrastColors } from '../../../src/themes/high-contrast';
141
+ export { HighContrastThemeManager } from '../../../src/themes/high-contrast';
142
+ export { KEY_CODES } from '../../../src/themes/keyboard-navigation';
143
+ export { NAVIGATION_PATTERNS } from '../../../src/themes/keyboard-navigation';
144
+ export { KeyboardNavigationManager } from '../../../src/themes/keyboard-navigation';
145
+ export { FocusManager } from '../../../src/themes/keyboard-navigation';
146
+ export { MotionReductionManager } from '../../../src/themes/motion-reduction';
147
+ export { MotionReductionUtils } from '../../../src/themes/motion-reduction';
148
+ export { MotionReductionHooks } from '../../../src/themes/motion-reduction';
149
+ export { ScreenReaderOptimizer } from '../../../src/themes/screen-reader';
150
+ export { ScreenReaderNavigation } from '../../../src/themes/screen-reader';
151
+ export { SystemThemeDetector } from '../../../src/themes/systemThemeDetector';
152
+ export { ThemeCSSUpdater } from '../../../src/themes/themeCSSUpdater';
153
+ export { ThemePersistence } from '../../../src/themes/themePersistence';
154
+ export { ThemeValidator } from '../../../src/themes/validation';
155
+
156
+ // Design Tokens
157
+ export { TokenExporter } from '../../../src/tokens/tokenExporter';
158
+ export { TokenGenerator } from '../../../src/tokens/tokenGenerator';
159
+ export { TokenManager } from '../../../src/tokens/tokenManager';
160
+ export { TokenValidator } from '../../../src/tokens/tokenValidator';
161
+
162
+ // Types
163
+
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+
269
+
270
+
271
+
272
+
273
+
274
+
275
+
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+
292
+
293
+
10
294
 
11
295
  // Theme-specific exports
12
296
  export { StanDesignTheme as theme } from './theme';
package/dist/index.js CHANGED
@@ -1,12 +1,296 @@
1
1
  /**
2
2
  * @rakeyshgidwani/roger-ui-bank-theme-stan-design
3
3
  * Complete design system package with stan-design theme
4
- */
5
-
6
- // Core exports (would be from @rakeyshgidwani/core in real implementation)
7
- export { Button } from '../../../src/components/ui/button';
4
+ *
5
+ * Auto-generated exports for} from '../../../src/components/ui/button';
8
6
  export { Card } from '../../../src/components/ui/card';
7
+ export { Checkbox } from '../../../src/components/ui/checkbox';
8
+ export { ColorPreview } from '../../../src/components/ui/color-preview';
9
+ export { EnterpriseProgress } from '../../../src/components/ui/enterprise-mobile-experience';
10
+ export { FontPreview } from '../../../src/components/ui/font-preview';
9
11
  export { Input } from '../../../src/components/ui/input';
12
+ export { Label } from '../../../src/components/ui/label';
13
+ export { MobileInput } from '../../../src/components/ui/mobile-input';
14
+ export { TabletLayout } from '../../../src/components/ui/tablet-layout';
15
+ export { ThemeCustomizer } from '../../../src/components/ui/theme-customizer';
16
+ export { ThemePreview } from '../../../src/components/ui/theme-preview';
17
+ export { ThemeSwitcher } from '../../../src/components/ui/theme-switcher';
18
+ export { ThemeToggle } from '../../../src/components/ui/theme-toggle';
19
+ export { Breadcrumb } from '../../../src/components/ui/navigation/breadcrumb';
20
+ export { Menu } from '../../../src/components/ui/navigation/menu';
21
+ export { Pagination } from '../../../src/components/ui/navigation/pagination';
22
+ export { Sidebar } from '../../../src/components/ui/navigation/sidebar';
23
+ export { Stepper } from '../../../src/components/ui/navigation/stepper';
24
+ export { Tabs } from '../../../src/components/ui/navigation/tabs';
25
+ export { Chart } from '../../../src/components/ui/data-display/chart';
26
+ export { DataGridSimple } from '../../../src/components/ui/data-display/data-grid-simple';
27
+ export { DataGrid } from '../../../src/components/ui/data-display/data-grid';
28
+ export { List } from '../../../src/components/ui/data-display/list';
29
+ export { Table } from '../../../src/components/ui/data-display/table';
30
+ export { Timeline } from '../../../src/components/ui/data-display/timeline';
31
+ export { Tree } from '../../../src/components/ui/data-display/tree';
32
+ export { Alert } from '../../../src/components/ui/feedback/alert';
33
+ export { Progress } from '../../../src/components/ui/feedback/progress';
34
+ export { SkeletonText } from '../../../src/components/ui/feedback/skeleton';
35
+ export { Toast } from '../../../src/components/ui/feedback/toast';
36
+ export { Backdrop } from '../../../src/components/ui/overlay/backdrop';
37
+ export { FocusManager } from '../../../src/components/ui/overlay/focus-manager';
38
+ export { ModalHeader } from '../../../src/components/ui/overlay/modal';
39
+ export { PopoverContent } from '../../../src/components/ui/overlay/popover';
40
+ export { Portal } from '../../../src/components/ui/overlay/portal';
41
+ export { TooltipContent } from '../../../src/components/ui/overlay/tooltip';
42
+ export { AdaptiveLayout } from '../../../src/components/ui/layouts/adaptive-layout';
43
+ export { DesktopLayout } from '../../../src/components/ui/layouts/desktop-layout';
44
+ export { MobileLayout } from '../../../src/components/ui/layouts/mobile-layout';
45
+ export { TabletLayout } from '../../../src/components/ui/layouts/tablet-layout';
46
+
47
+ // Custom Hooks
48
+ export { useAccessibilitySupport } from '../../../src/hooks/use-accessibility-support';
49
+ export { useAdaptiveLayout } from '../../../src/hooks/use-adaptive-layout';
50
+ export { useAdvancedPatterns } from '../../../src/hooks/use-advanced-patterns';
51
+ export { useAdvancedTransitionSystem } from '../../../src/hooks/use-advanced-transition-system';
52
+ export { useAnimationProfile } from '../../../src/hooks/use-animation-profile';
53
+ export { useAnimationDuration } from '../../../src/hooks/use-animation-profile';
54
+ export { useAnimationEasing } from '../../../src/hooks/use-animation-profile';
55
+ export { useAnimationClasses } from '../../../src/hooks/use-animation-profile';
56
+ export { usePerformanceMode } from '../../../src/hooks/use-animation-profile';
57
+ export { useBatteryAnimations } from '../../../src/hooks/use-battery-animations';
58
+ export { useBatteryConsciousLoading } from '../../../src/hooks/use-battery-conscious-loading';
59
+ export { useBatteryOptimization } from '../../../src/hooks/use-battery-optimization';
60
+ export { useBatteryStatus } from '../../../src/hooks/use-battery-status';
61
+ export { useComponentPerformance } from '../../../src/hooks/use-component-performance';
62
+ export { useDeviceLoadingStates } from '../../../src/hooks/use-device-loading-states';
63
+ export { useDevice } from '../../../src/hooks/use-device';
64
+ export { useIsMobile } from '../../../src/hooks/use-device';
65
+ export { useIsTablet } from '../../../src/hooks/use-device';
66
+ export { useIsDesktop } from '../../../src/hooks/use-device';
67
+ export { useOrientation } from '../../../src/hooks/use-device';
68
+ export { useIsTouchDevice } from '../../../src/hooks/use-device';
69
+ export { useEnterpriseMobileExperience } from '../../../src/hooks/use-enterprise-mobile-experience';
70
+ export { useFormFeedback } from '../../../src/hooks/use-form-feedback';
71
+ export { useBasicFormFeedback } from '../../../src/hooks/use-form-feedback';
72
+ export { useEnhancedFormFeedback } from '../../../src/hooks/use-form-feedback';
73
+ export { useFormPerformance } from '../../../src/hooks/use-form-performance';
74
+ export { useBasicFormPerformance } from '../../../src/hooks/use-form-performance';
75
+ export { useEnhancedFormPerformance } from '../../../src/hooks/use-form-performance';
76
+ export { useFrameRate } from '../../../src/hooks/use-frame-rate';
77
+ export { useGestures } from '../../../src/hooks/use-gestures';
78
+ export { useSwipeGesture } from '../../../src/hooks/use-gestures';
79
+ export { usePinchGesture } from '../../../src/hooks/use-gestures';
80
+ export { useTapGesture } from '../../../src/hooks/use-gestures';
81
+ export { useLongPressGesture } from '../../../src/hooks/use-gestures';
82
+ export { useHardwareAcceleration } from '../../../src/hooks/use-hardware-acceleration';
83
+ export { useInputAccessibility } from '../../../src/hooks/use-input-accessibility';
84
+ export { useInputPerformance } from '../../../src/hooks/use-input-performance';
85
+ export { useLayoutPerformance } from '../../../src/hooks/use-layout-performance';
86
+ export { useLoadingAccessibility } from '../../../src/hooks/use-loading-accessibility';
87
+ export { useLoadingPerformance } from '../../../src/hooks/use-loading-performance';
88
+ export { useMemoryUsage } from '../../../src/hooks/use-memory-usage';
89
+ export { useMobileFormLayout } from '../../../src/hooks/use-mobile-form-layout';
90
+ export { useBasicMobileLayout } from '../../../src/hooks/use-mobile-form-layout';
91
+ export { useEnhancedMobileLayout } from '../../../src/hooks/use-mobile-form-layout';
92
+ export { useMobileFormValidation } from '../../../src/hooks/use-mobile-form-validation';
93
+ export { useBasicFormValidation } from '../../../src/hooks/use-mobile-form-validation';
94
+ export { useEnhancedFormValidation } from '../../../src/hooks/use-mobile-form-validation';
95
+ export { useMobileKeyboardOptimization } from '../../../src/hooks/use-mobile-keyboard-optimization';
96
+ export { useMobileLayout } from '../../../src/hooks/use-mobile-layout';
97
+ export { useMobileOptimization } from '../../../src/hooks/use-mobile-optimization';
98
+ export { useMobileSkeleton } from '../../../src/hooks/use-mobile-skeleton';
99
+ export { useMobileTouch } from '../../../src/hooks/use-mobile-touch';
100
+ export { useBasicMobileTouch } from '../../../src/hooks/use-mobile-touch';
101
+ export { useEnhancedMobileTouch } from '../../../src/hooks/use-mobile-touch';
102
+ export { usePerformanceThrottling } from '../../../src/hooks/use-performance-throttling';
103
+ export { usePerformance } from '../../../src/hooks/use-performance';
104
+ export { useReusableArchitecture } from '../../../src/hooks/use-reusable-architecture';
105
+ export { useSemanticInputTypes } from '../../../src/hooks/use-semantic-input-types';
106
+ export { useSemanticInput } from '../../../src/hooks/use-semantic-input';
107
+ export { useBasicSemanticInput } from '../../../src/hooks/use-semantic-input';
108
+ export { useEnhancedSemanticInput } from '../../../src/hooks/use-semantic-input';
109
+ export { useTabletLayout } from '../../../src/hooks/use-tablet-layout';
110
+ export { useTouchFriendlyInput } from '../../../src/hooks/use-touch-friendly-input';
111
+ export { useTouchFriendlyInterface } from '../../../src/hooks/use-touch-friendly-interface';
112
+ export { useTouchOptimization } from '../../../src/hooks/use-touch-optimization';
113
+ export { useBasicTouchOptimization } from '../../../src/hooks/use-touch-optimization';
114
+ export { useBatteryAwareTouchOptimization } from '../../../src/hooks/use-touch-optimization';
115
+
116
+ // Utilities
117
+ export { BundleAnalyzer } from '../../../src/utils/bundle-analyzer';
118
+ export { BundleSplitter } from '../../../src/utils/bundle-splitting';
119
+ export { LazyLoader } from '../../../src/utils/lazy-loading';
120
+ export { PerformanceMonitor } from '../../../src/utils/performance-monitor';
121
+ export { TreeShakingOptimizer } from '../../../src/utils/tree-shaking';
122
+ export { export } from '../../../src/lib/utils';
123
+
124
+ // Theme System
125
+ export { ThemeProvider } from '../../../src/themes/ThemeProvider';
126
+ export { AccessibilityThemeManager } from '../../../src/themes/accessibility';
127
+ export { ARIA_ROLES } from '../../../src/themes/aria-patterns';
128
+ export { ARIA_STATES } from '../../../src/themes/aria-patterns';
129
+ export { ARIA_LIVE_VALUES } from '../../../src/themes/aria-patterns';
130
+ export { ARIA_CURRENT_VALUES } from '../../../src/themes/aria-patterns';
131
+ export { ARIA_SORT_VALUES } from '../../../src/themes/aria-patterns';
132
+ export { ARIA_ORIENTATION_VALUES } from '../../../src/themes/aria-patterns';
133
+ export { ARIAUtils } from '../../../src/themes/aria-patterns';
134
+ export { ColorManager } from '../../../src/themes/colorManager';
135
+ export { FocusManager } from '../../../src/themes/focus-management';
136
+ export { FocusTrap } from '../../../src/themes/focus-management';
137
+ export { FocusRestoration } from '../../../src/themes/focus-management';
138
+ export { FocusNavigation } from '../../../src/themes/focus-management';
139
+ export { FontLoader } from '../../../src/themes/fontLoader';
140
+ export { HighContrastColors } from '../../../src/themes/high-contrast';
141
+ export { HighContrastThemeManager } from '../../../src/themes/high-contrast';
142
+ export { KEY_CODES } from '../../../src/themes/keyboard-navigation';
143
+ export { NAVIGATION_PATTERNS } from '../../../src/themes/keyboard-navigation';
144
+ export { KeyboardNavigationManager } from '../../../src/themes/keyboard-navigation';
145
+ export { FocusManager } from '../../../src/themes/keyboard-navigation';
146
+ export { MotionReductionManager } from '../../../src/themes/motion-reduction';
147
+ export { MotionReductionUtils } from '../../../src/themes/motion-reduction';
148
+ export { MotionReductionHooks } from '../../../src/themes/motion-reduction';
149
+ export { ScreenReaderOptimizer } from '../../../src/themes/screen-reader';
150
+ export { ScreenReaderNavigation } from '../../../src/themes/screen-reader';
151
+ export { SystemThemeDetector } from '../../../src/themes/systemThemeDetector';
152
+ export { ThemeCSSUpdater } from '../../../src/themes/themeCSSUpdater';
153
+ export { ThemePersistence } from '../../../src/themes/themePersistence';
154
+ export { ThemeValidator } from '../../../src/themes/validation';
155
+
156
+ // Design Tokens
157
+ export { TokenExporter } from '../../../src/tokens/tokenExporter';
158
+ export { TokenGenerator } from '../../../src/tokens/tokenGenerator';
159
+ export { TokenManager } from '../../../src/tokens/tokenManager';
160
+ export { TokenValidator } from '../../../src/tokens/tokenValidator';
161
+
162
+ // Types
163
+
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+
269
+
270
+
271
+
272
+
273
+
274
+
275
+
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+
292
+
293
+
10
294
 
11
295
  // Theme-specific exports
12
296
  export { StanDesignTheme as theme } from './theme';
package/dist/styles.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /* Complete Theme CSS Bundle - stan-design */
2
- /* Generated on 2025-10-02T13:11:21.281Z */
2
+ /* Generated on 2025-10-02T13:39:14.782Z */
3
3
 
4
4
  /* ===== COMPILED STYLES (Tailwind + Components) ===== */
5
5
  @import"../base/reset.css";@import"../themes/index.css";@import"./overrides.css";@import"../base/typography.css";@import"../base/variables.css";@import"../components/base/index.css";@import"../components/navigation/index.css";@import"../components/data-display/index.css";@import"../components/feedback/index.css";@import"../components/overlay/index.css";@import"../utilities/index.css";@layer reset,base,themes,components,utilities,overrides;@layer reset;@layer themes;@layer overrides;*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:var(--font-sans);font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width: 1400px){.container{max-width:1400px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.-bottom-6{bottom:-1.5rem}.bottom-0{bottom:0}.bottom-4{bottom:1rem}.left-1\/2{left:50%}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.top-0{top:0}.top-1\/2{top:50%}.top-2{top:.5rem}.top-4{top:1rem}.z-10{z-index:10}.z-50{z-index:50}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-1{height:.25rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-32{height:8rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-96{height:24rem}.max-h-20{max-height:5rem}.max-h-32{max-height:8rem}.max-h-40{max-height:10rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-96{max-height:24rem}.max-h-\[200px\]{max-height:200px}.max-h-\[300px\]{max-height:300px}.min-h-\[200px\]{min-height:200px}.min-h-\[300px\]{min-height:300px}.min-h-\[400px\]{min-height:400px}.min-h-\[40px\]{min-height:40px}.min-h-\[44px\]{min-height:44px}.min-h-\[48px\]{min-height:48px}.min-h-\[500px\]{min-height:500px}.min-h-\[56px\]{min-height:56px}.min-h-\[64px\]{min-height:64px}.min-h-screen{min-height:100vh}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-32{width:8rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-80{width:20rem}.w-96{width:24rem}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[40px\]{min-width:40px}.min-w-\[44px\]{min-width:44px}.min-w-\[48px\]{min-width:48px}.min-w-\[56px\]{min-width:56px}.min-w-\[64px\]{min-width:64px}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.touch-manipulation{touch-action:manipulation}.resize{resize:both}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.\!truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-2{border-left-width:2px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-300{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-cs-border{border-color:var(--border-color)}.border-cs-info{border-color:var(--info)}.border-cs-primary{border-color:var(--primary)}.border-cs-warning{border-color:var(--warning)}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-muted{border-color:hsl(var(--muted))}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-card{background-color:hsl(var(--card))}.bg-cs-border{background-color:var(--border-color)}.bg-cs-error{background-color:var(--error)}.bg-cs-hover-bg{background-color:var(--hover-bg)}.bg-cs-page-bg{background-color:var(--page-bg)}.bg-cs-primary{background-color:var(--primary)}.bg-cs-success{background-color:var(--success)}.bg-cs-surface-bg{background-color:var(--surface-bg)}.bg-cs-warning{background-color:var(--warning)}.bg-current{background-color:currentColor}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.bg-primary{background-color:hsl(var(--primary))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.bg-opacity-20{--tw-bg-opacity: .2}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cs-error{--tw-gradient-from: var(--error) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cs-success{--tw-gradient-from: var(--success) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cs-warning{--tw-gradient-from: var(--warning) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50{--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400{--tw-gradient-from: #4ade80 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-blue-500{--tw-gradient-to: #3b82f6 var(--tw-gradient-to-position)}.to-gray-100{--tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position)}.to-purple-500{--tw-gradient-to: #a855f7 var(--tw-gradient-to-position)}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-0{padding-left:0;padding-right:0}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pl-10{padding-left:2.5rem}.pl-4{padding-left:1rem}.pr-4{padding-right:1rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.font-display{font-family:var(--font-display)}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-6xl{font-size:3.75rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-cs-error{color:var(--error)}.text-cs-primary{color:var(--primary)}.text-cs-success{color:var(--success)}.text-cs-text-primary{color:var(--text-primary)}.text-cs-text-secondary{color:var(--text-secondary)}.text-cs-warning{color:var(--warning)}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-green-900{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.text-input{color:hsl(var(--input))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-primary{color:hsl(var(--primary))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-purple-900{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-secondary{color:hsl(var(--secondary))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.text-yellow-900{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-75{opacity:.75}.opacity-90{opacity:.9}.shadow{--tw-shadow: var(--shadow);--tw-shadow-colored: var(--shadow);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: var(--shadow-2xl);--tw-shadow-colored: var(--shadow-2xl);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: var(--shadow-lg);--tw-shadow-colored: var(--shadow-lg);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: var(--shadow-md);--tw-shadow-colored: var(--shadow-md);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: var(--shadow-sm);--tw-shadow-colored: var(--shadow-sm);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: var(--shadow-xl);--tw-shadow-colored: var(--shadow-xl);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-cs-primary{--tw-ring-color: var(--primary)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.fade-in{--tw-enter-opacity: 0}.duration-1000{animation-duration:1s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.ease-in{animation-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.running{animation-play-state:running}.paused{animation-play-state:paused}:root{--radius: .5rem;--radius-sm: calc(var(--radius) - 4px);--radius-md: calc(var(--radius) - 2px);--radius-lg: var(--radius);--radius-xl: calc(var(--radius) + 2px);--radius-2xl: calc(var(--radius) + 4px)}:root{--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 10px 10px -5px rgb(0 0 0 / .04);--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25)}:root{--primary: #2563eb;--primary-hover: #1d4ed8;--page-bg: #ffffff;--surface-bg: #f3f4f6;--border-color: #e5e7eb;--input-bg: #ffffff;--input-border: #d1d5db;--text-primary: #111827;--text-secondary: #4b5563;--text-on-light: #111827;--text-on-dark: #f8fafc;--text-inverse: #f8fafc;--focus-border: #2563eb;--hover-bg: #f8fafc;--button-hover: #1d4ed8;--active-bg: rgba(37, 99, 235, .1);--active-border: #2563eb;--success: #059669;--warning: #F59E0B;--error: #EF4444;--info: #2563eb;--font-sans: "Clash Display", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;--font-display: "Clash Display", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;--font-body: "Clash Display", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif}.dark{--primary: #3b82f6;--primary-hover: #2563eb;--page-bg: #0f172a;--surface-bg: #1e293b;--border-color: #334155;--input-bg: #334155;--input-border: #475569;--text-primary: #f8fafc;--text-secondary: #cbd5e1;--text-on-light: #111827;--text-on-dark: #f8fafc;--text-inverse: #f8fafc;--focus-border: #3b82f6;--hover-bg: #475569;--button-hover: #2563eb;--active-bg: rgba(59, 130, 246, .1);--active-border: #3b82f6}.coach-stan-bg{background-color:var(--page-bg)}.coach-stan-surface{background-color:var(--surface-bg)}.coach-stan-primary{background-color:var(--primary)}.coach-stan-primary:hover{background-color:var(--primary-hover)}.coach-stan-border{border-color:var(--border-color)}.coach-stan-text-primary{color:var(--text-primary)}.coach-stan-text-secondary{color:var(--text-secondary)}.coach-stan-text-on-light{color:var(--text-on-light)}.coach-stan-text-on-dark{color:var(--text-on-dark)}.coach-stan-text-inverse{color:var(--text-inverse)}.coach-stan-active{background-color:var(--active-bg)!important;color:var(--primary)!important;border-right:2px solid var(--active-border)!important}.coach-stan-input{background-color:var(--input-bg);border-color:var(--input-border);color:var(--text-primary)}.coach-stan-input:focus{border-color:var(--focus-border)}.coach-stan-input::-moz-placeholder{color:var(--text-secondary)}.coach-stan-input::placeholder{color:var(--text-secondary)}.theme-toggle{position:relative;overflow:hidden}.theme-toggle:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,var(--primary),var(--primary-hover));opacity:0;transition:opacity .3s ease}.theme-toggle:hover:before{opacity:.1}.dark .coach-stan-surface{background-color:var(--surface-bg);box-shadow:0 4px 6px -1px #0000004d}.dark .coach-stan-border{border-color:var(--border-color)}.dark .coach-stan-hover-bg{background-color:var(--hover-bg)}.coach-stan-smooth-transition{transform:translateZ(0);backface-visibility:hidden;perspective:1000px;will-change:transform,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.coach-stan-stagger-item{animation:slideInFromLeft .2s ease-out forwards;opacity:0;transform:translate(-20px)}.coach-stan-stagger-item.coach-stan-active{opacity:1!important;transform:translate(0)!important}@keyframes slideInFromLeft{to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion: reduce){.coach-stan-stagger-item{animation:none;opacity:1;transform:translate(0)}[data-radix-dialog-content]{animation:none!important;transform:none!important;transition:opacity .1s ease-out!important}}.coach-stan-focus-enhanced:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}.coach-stan-hamburger-transition{transition:transform .2s cubic-bezier(.4,0,.2,1)}.coach-stan-hamburger-transition:hover{transform:scale(1.05)}.coach-stan-form-field{margin-bottom:1.5rem}.coach-stan-form-field:last-child{margin-bottom:0}@media (max-width: 768px){.coach-stan-form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.coach-stan-form-row{display:flex;flex-direction:column;gap:1rem}.coach-stan-form-button{min-height:48px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.coach-stan-checkbox-container,.coach-stan-radio-container{min-height:44px;display:flex;align-items:center;padding:.5rem;margin:-.5rem;border-radius:.375rem;cursor:pointer}.coach-stan-checkbox-container:hover,.coach-stan-radio-container:hover{background-color:var(--hover-bg)}}@media (min-width: 768px){.coach-stan-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.coach-stan-form-row{display:flex;gap:1.5rem}}.coach-stan-touch-target{min-height:44px;min-width:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media (max-width: 768px){input:focus,textarea:focus,select:focus{transform:scale(1.02);transition:transform .15s ease-out}}.coach-stan-form-message{border-radius:.5rem;margin-top:.5rem}.coach-stan-mobile-form-item{position:relative;margin-bottom:2rem}@media (max-width: 768px){.coach-stan-mobile-validation{position:sticky;top:10px;z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#ffffffe6;border:1px solid var(--border-color);box-shadow:0 4px 12px #0000001a;animation:slideInFromTop .2s ease-out}.coach-stan-mobile-form-item[data-error=true]{scroll-margin-top:80px;scroll-margin-bottom:40px}.dark .coach-stan-mobile-validation{background-color:#1e293be6;border-color:var(--border-color)}.coach-stan-mobile-validation[role=alert]{margin-bottom:.75rem}.coach-stan-mobile-form-item{margin-bottom:2.5rem;padding:.5rem;border-radius:.75rem;transition:background-color .15s ease-out}.coach-stan-mobile-form-item:focus-within{background-color:var(--hover-bg)}.coach-stan-form-success{animation:successPulse .6s ease-out}.coach-stan-form-error{animation:errorShake .5s ease-out}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes successPulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes errorShake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.coach-stan-keyboard-visible{position:fixed;width:100%}.coach-stan-mobile-input{font-size:16px;min-height:44px;padding:12px 16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;transition:border-color .15s ease-out,box-shadow .15s ease-out}.coach-stan-mobile-input:focus{border-color:var(--primary);box-shadow:0 0 0 2px #3b82f61a}.coach-stan-gesture-feedback{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#000c;color:#fff;padding:8px 16px;border-radius:8px;font-size:14px;z-index:1000;pointer-events:none;opacity:0;animation:gestureFlash .6s ease-out}@keyframes gestureFlash{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}50%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.8)}}.coach-stan-mobile-form-field{position:relative;margin-bottom:24px;padding:8px;border-radius:8px;transition:background-color .15s ease-out}.coach-stan-mobile-form-field:focus-within{background-color:var(--hover-bg)}.coach-stan-mobile-form-field[data-gesture-target=true]{cursor:pointer;touch-action:pan-y}.coach-stan-gesture-hint{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);font-size:12px;color:var(--text-secondary);opacity:0;transition:opacity .2s ease-out}.coach-stan-mobile-form:focus-within .coach-stan-gesture-hint{opacity:1}.coach-stan-auto-focus-container{scroll-margin-top:100px;scroll-margin-bottom:100px}@media (min-width: 768px) and (max-width: 1024px){.coach-stan-tablet-layout{padding:16px;max-width:100%}.coach-stan-tablet-layout.orientation-portrait{padding:20px 16px}.coach-stan-tablet-layout.orientation-landscape{padding:12px 24px}.coach-stan-tablet-grid{width:100%;transition:grid-template-columns .3s ease}.coach-stan-tablet-sidebar{background:var(--card);border-right:1px solid var(--border);transition:width .3s ease,transform .3s ease;position:relative}.coach-stan-tablet-sidebar.collapsed{width:60px!important;overflow:hidden}.coach-stan-tablet-sidebar .sidebar-toggle{position:absolute;top:12px;right:12px;background:var(--primary);color:var(--primary-foreground);border:none;border-radius:4px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease}.coach-stan-tablet-sidebar .sidebar-toggle:hover{background:var(--primary-hover);transform:scale(1.05)}.coach-stan-tablet-sidebar .sidebar-content.collapsed{opacity:0;pointer-events:none}.coach-stan-tablet-stack{width:100%;transition:flex-direction .3s ease}.coach-stan-tablet-stack.stack-vertical{align-items:stretch}.coach-stan-tablet-stack.stack-horizontal{align-items:flex-start}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.coach-stan-tablet-layout{padding:24px 16px}.tablet-optimized .tablet-auto-stack{flex-direction:column}.tablet-optimized button,.tablet-optimized .touch-target{min-height:48px;min-width:48px}.tablet-optimized .form-grid{grid-template-columns:1fr;gap:20px}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){.coach-stan-tablet-layout{padding:16px 32px}.tablet-optimized .tablet-auto-stack{flex-direction:row;gap:24px}.tablet-optimized .form-grid{grid-template-columns:1fr 1fr;gap:24px}.coach-stan-tablet-sidebar{position:static;width:280px!important}.coach-stan-tablet-sidebar.collapsed{width:80px!important}}.tablet-device{--touch-target-size: 44px}.tablet-device button,.tablet-device .clickable,.tablet-device .touch-target{min-height:var(--touch-target-size);min-width:var(--touch-target-size);touch-action:manipulation}.tablet-device input,.tablet-device textarea,.tablet-device select{min-height:44px;font-size:16px}@media (hover: hover) and (pointer: fine){.tablet-device .hover-enabled:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}}.tablet-device *:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}.tablet-device .scroll-container{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}@keyframes wave{0%{transform:translate(-100%)}50%{transform:translate(100%)}to{transform:translate(100%)}}.animate-wave{position:relative;overflow:hidden}.animate-wave:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:wave 1.6s linear infinite}.dark .animate-wave:before{background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.mobile-lazy-loading{will-change:transform,opacity;transform:translateZ(0)}.mobile-lazy-loaded{animation:fadeInUp .3s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.coach-stan-animation-base{will-change:transform,opacity;backface-visibility:hidden;transform-style:preserve-3d;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width: 768px){.coach-stan-mobile-animation{animation-duration:.25s!important;animation-timing-function:ease-out!important;transform:translateZ(0)}.coach-stan-mobile-animation.reduced-motion{animation:none!important;transition:opacity .1s ease!important}.coach-stan-mobile-transition{transition-duration:.2s!important;transition-timing-function:ease-out!important;transition-property:transform,opacity!important}.coach-stan-mobile-fade-in{animation:mobileFadeIn .2s ease-out forwards}.coach-stan-mobile-slide-in{animation:mobileSlideIn .25s ease-out forwards}.coach-stan-battery-save{animation-duration:.15s!important;animation-iteration-count:1!important;animation-fill-mode:forwards!important}}@media (min-width: 768px) and (max-width: 1024px){.coach-stan-tablet-animation{animation-duration:.35s!important;animation-timing-function:cubic-bezier(.4,0,.2,1)!important;transform:translateZ(0)}.coach-stan-tablet-transition{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.coach-stan-tablet-bounce{animation:tabletBounce .5s ease-out forwards}}@media (min-width: 1024px){.coach-stan-desktop-animation{animation-duration:.4s!important;animation-timing-function:cubic-bezier(.25,.46,.45,.94)!important}.coach-stan-desktop-transition{transition-duration:.35s!important;transition-timing-function:cubic-bezier(.25,.46,.45,.94)!important}.coach-stan-desktop-complex{animation-timing-function:cubic-bezier(.68,-.55,.265,1.55)!important}}.coach-stan-performance-throttle{animation-duration:.15s!important;transition-duration:.15s!important}.coach-stan-low-performance{animation:none!important;transition:opacity .1s linear!important;will-change:auto!important}@keyframes mobileFadeIn{0%{opacity:0;transform:translateY(8px) translateZ(0)}to{opacity:1;transform:translateY(0) translateZ(0)}}@keyframes mobileSlideIn{0%{opacity:0;transform:translate(-15px) translateZ(0)}to{opacity:1;transform:translate(0) translateZ(0)}}@keyframes tabletBounce{0%{transform:scale(1) translateZ(0)}30%{transform:scale(1.05) translateZ(0)}60%{transform:scale(.98) translateZ(0)}to{transform:scale(1) translateZ(0)}}.coach-stan-animate-on-scroll{opacity:0;transform:translateY(20px) translateZ(0);transition:opacity .4s ease-out,transform .4s ease-out}.coach-stan-animate-on-scroll.visible{opacity:1;transform:translateY(0) translateZ(0)}.coach-stan-stagger-delay-1{animation-delay:.1s!important}.coach-stan-stagger-delay-2{animation-delay:.2s!important}.coach-stan-stagger-delay-3{animation-delay:.3s!important}.coach-stan-stagger-delay-4{animation-delay:.4s!important}.coach-stan-stagger-delay-5{animation-delay:.5s!important}@media (prefers-reduced-motion: reduce){.coach-stan-reduced-motion,.coach-stan-mobile-animation,.coach-stan-tablet-animation,.coach-stan-desktop-animation,.animate-pulse,.animate-wave,.mobile-lazy-loaded{animation:none!important;transition:opacity .1s ease!important;transform:none!important}.coach-stan-animation-base{will-change:auto!important}}@media (prefers-contrast: high){.coach-stan-animation-base{animation-timing-function:linear!important;transition-timing-function:linear!important}}@media print{.coach-stan-mobile-animation,.coach-stan-tablet-animation,.coach-stan-desktop-animation,.coach-stan-animation-base{animation:none!important;transition:none!important;transform:none!important;opacity:1!important}}.mobile-image-container{position:relative;overflow:hidden;background:var(--muted)}.mobile-image-loading{background:linear-gradient(90deg,var(--muted) 25%,var(--muted-foreground/10) 50%,var(--muted) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.mobile-optimized{transform:translateZ(0);backface-visibility:hidden;perspective:1000px}.mobile-optimized *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mobile-scroll-container{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;will-change:scroll-position}.mobile-touch-optimized{touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}:root{--cs-success: #059669;--cs-warning: #F59E0B;--cs-error: #EF4444;--cs-primary: #3B82F6;--cs-info: #2563eb}.dark{--cs-success: #10b981;--cs-warning: #fbbf24;--cs-error: #f87171;--cs-info: #60a5fa}.text-cs-success{color:var(--cs-success)}.text-cs-warning{color:var(--cs-warning)}.text-cs-error{color:var(--cs-error)}.text-cs-info{color:var(--cs-info)}@font-face{font-family:Clash Display;src:url(/fonts/clash-display/ClashDisplay-Variable.woff2) format("woff2-variations");font-weight:200 700;font-style:normal;font-display:swap}@supports not (font-variation-settings: normal){@font-face{font-family:Clash Display;src:url(/fonts/clash-display/ClashDisplay-Variable.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}}@supports not (font-display: swap){@font-face{font-family:Clash Display;src:url(/fonts/clash-display/ClashDisplay-Variable.woff) format("woff");font-weight:200 700;font-style:normal}}.placeholder\:text-cs-text-secondary::-moz-placeholder{color:var(--text-secondary)}.placeholder\:text-cs-text-secondary::placeholder{color:var(--text-secondary)}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-cs-hover-bg:hover{background-color:var(--hover-bg)}.hover\:bg-cs-primary:hover{background-color:var(--primary)}.hover\:bg-cs-primary-hover:hover{background-color:var(--primary-hover)}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.hover\:text-cs-text-primary:hover{color:var(--text-primary)}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:shadow-lg:hover{--tw-shadow: var(--shadow-lg);--tw-shadow-colored: var(--shadow-lg);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-cs-primary:focus{border-color:var(--primary)}.focus\:border-green-500:focus{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-cs-primary:focus{--tw-ring-color: var(--primary)}.focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.active\:shadow-xl:active{--tw-shadow: var(--shadow-xl);--tw-shadow-colored: var(--shadow-xl);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark\:inline:is(.dark *){display:inline}.dark\:hidden:is(.dark *){display:none}.dark\:border-blue-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:border-gray-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:border-gray-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.dark\:border-green-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(22 101 52 / var(--tw-border-opacity, 1))}.dark\:border-orange-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(154 52 18 / var(--tw-border-opacity, 1))}.dark\:border-red-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}.dark\:bg-blue-400:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-900\/20:is(.dark *){background-color:#1e3a8a33}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:bg-green-900\/20:is(.dark *){background-color:#14532d33}.dark\:bg-orange-900\/20:is(.dark *){background-color:#7c2d1233}.dark\:bg-red-900\/20:is(.dark *){background-color:#7f1d1d33}.dark\:from-gray-900:is(.dark *){--tw-gradient-from: #111827 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:to-gray-800:is(.dark *){--tw-gradient-to: #1f2937 var(--tw-gradient-to-position)}.dark\:text-blue-200:is(.dark *){--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.dark\:text-blue-300:is(.dark *){--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.dark\:text-blue-400:is(.dark *){--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:text-gray-100:is(.dark *){--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-green-200:is(.dark *){--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.dark\:text-green-300:is(.dark *){--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.dark\:text-orange-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity, 1))}.dark\:text-orange-300:is(.dark *){--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity, 1))}.dark\:text-red-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.dark\:text-red-300:is(.dark *){--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.dark\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:hover\:border-gray-600:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:hover\:text-gray-200:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:block{display:block}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rakeyshgidwani/roger-ui-bank-theme-stan-design",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Roger UI stan-design theme - Complete design system with components, styles, and utilities",
5
5
  "keywords": [
6
6
  "design-system",
package/src/index.ts CHANGED
@@ -1,12 +1,306 @@
1
1
  /**
2
2
  * @rakeyshgidwani/roger-ui-bank-theme-stan-design
3
3
  * Complete design system package with stan-design theme
4
+ *
5
+ * Auto-generated exports for:
6
+ * - 41 UI components
7
+ * - 67 custom hooks
8
+ * - 6 utility functions
9
+ * - 30 theme system components
10
+ * - 131 TypeScript types
11
+ * - 4 design tokens
4
12
  */
5
13
 
6
- // Core exports (would be from @rakeyshgidwani/core in real implementation)
14
+ // UI Components
7
15
  export { Button } from '../../../src/components/ui/button';
8
16
  export { Card } from '../../../src/components/ui/card';
17
+ export { Checkbox } from '../../../src/components/ui/checkbox';
18
+ export { ColorPreview } from '../../../src/components/ui/color-preview';
19
+ export { EnterpriseProgress } from '../../../src/components/ui/enterprise-mobile-experience';
20
+ export { FontPreview } from '../../../src/components/ui/font-preview';
9
21
  export { Input } from '../../../src/components/ui/input';
22
+ export { Label } from '../../../src/components/ui/label';
23
+ export { MobileInput } from '../../../src/components/ui/mobile-input';
24
+ export { TabletLayout } from '../../../src/components/ui/tablet-layout';
25
+ export { ThemeCustomizer } from '../../../src/components/ui/theme-customizer';
26
+ export { ThemePreview } from '../../../src/components/ui/theme-preview';
27
+ export { ThemeSwitcher } from '../../../src/components/ui/theme-switcher';
28
+ export { ThemeToggle } from '../../../src/components/ui/theme-toggle';
29
+ export { Breadcrumb } from '../../../src/components/ui/navigation/breadcrumb';
30
+ export { Menu } from '../../../src/components/ui/navigation/menu';
31
+ export { Pagination } from '../../../src/components/ui/navigation/pagination';
32
+ export { Sidebar } from '../../../src/components/ui/navigation/sidebar';
33
+ export { Stepper } from '../../../src/components/ui/navigation/stepper';
34
+ export { Tabs } from '../../../src/components/ui/navigation/tabs';
35
+ export { Chart } from '../../../src/components/ui/data-display/chart';
36
+ export { DataGridSimple } from '../../../src/components/ui/data-display/data-grid-simple';
37
+ export { DataGrid } from '../../../src/components/ui/data-display/data-grid';
38
+ export { List } from '../../../src/components/ui/data-display/list';
39
+ export { Table } from '../../../src/components/ui/data-display/table';
40
+ export { Timeline } from '../../../src/components/ui/data-display/timeline';
41
+ export { Tree } from '../../../src/components/ui/data-display/tree';
42
+ export { Alert } from '../../../src/components/ui/feedback/alert';
43
+ export { Progress } from '../../../src/components/ui/feedback/progress';
44
+ export { SkeletonText } from '../../../src/components/ui/feedback/skeleton';
45
+ export { Toast } from '../../../src/components/ui/feedback/toast';
46
+ export { Backdrop } from '../../../src/components/ui/overlay/backdrop';
47
+ export { FocusManager } from '../../../src/components/ui/overlay/focus-manager';
48
+ export { ModalHeader } from '../../../src/components/ui/overlay/modal';
49
+ export { PopoverContent } from '../../../src/components/ui/overlay/popover';
50
+ export { Portal } from '../../../src/components/ui/overlay/portal';
51
+ export { TooltipContent } from '../../../src/components/ui/overlay/tooltip';
52
+ export { AdaptiveLayout } from '../../../src/components/ui/layouts/adaptive-layout';
53
+ export { DesktopLayout } from '../../../src/components/ui/layouts/desktop-layout';
54
+ export { MobileLayout } from '../../../src/components/ui/layouts/mobile-layout';
55
+ export { TabletLayout } from '../../../src/components/ui/layouts/tablet-layout';
56
+
57
+ // Custom Hooks
58
+ export { useAccessibilitySupport } from '../../../src/hooks/use-accessibility-support';
59
+ export { useAdaptiveLayout } from '../../../src/hooks/use-adaptive-layout';
60
+ export { useAdvancedPatterns } from '../../../src/hooks/use-advanced-patterns';
61
+ export { useAdvancedTransitionSystem } from '../../../src/hooks/use-advanced-transition-system';
62
+ export { useAnimationProfile } from '../../../src/hooks/use-animation-profile';
63
+ export { useAnimationDuration } from '../../../src/hooks/use-animation-profile';
64
+ export { useAnimationEasing } from '../../../src/hooks/use-animation-profile';
65
+ export { useAnimationClasses } from '../../../src/hooks/use-animation-profile';
66
+ export { usePerformanceMode } from '../../../src/hooks/use-animation-profile';
67
+ export { useBatteryAnimations } from '../../../src/hooks/use-battery-animations';
68
+ export { useBatteryConsciousLoading } from '../../../src/hooks/use-battery-conscious-loading';
69
+ export { useBatteryOptimization } from '../../../src/hooks/use-battery-optimization';
70
+ export { useBatteryStatus } from '../../../src/hooks/use-battery-status';
71
+ export { useComponentPerformance } from '../../../src/hooks/use-component-performance';
72
+ export { useDeviceLoadingStates } from '../../../src/hooks/use-device-loading-states';
73
+ export { useDevice } from '../../../src/hooks/use-device';
74
+ export { useIsMobile } from '../../../src/hooks/use-device';
75
+ export { useIsTablet } from '../../../src/hooks/use-device';
76
+ export { useIsDesktop } from '../../../src/hooks/use-device';
77
+ export { useOrientation } from '../../../src/hooks/use-device';
78
+ export { useIsTouchDevice } from '../../../src/hooks/use-device';
79
+ export { useEnterpriseMobileExperience } from '../../../src/hooks/use-enterprise-mobile-experience';
80
+ export { useFormFeedback } from '../../../src/hooks/use-form-feedback';
81
+ export { useBasicFormFeedback } from '../../../src/hooks/use-form-feedback';
82
+ export { useEnhancedFormFeedback } from '../../../src/hooks/use-form-feedback';
83
+ export { useFormPerformance } from '../../../src/hooks/use-form-performance';
84
+ export { useBasicFormPerformance } from '../../../src/hooks/use-form-performance';
85
+ export { useEnhancedFormPerformance } from '../../../src/hooks/use-form-performance';
86
+ export { useFrameRate } from '../../../src/hooks/use-frame-rate';
87
+ export { useGestures } from '../../../src/hooks/use-gestures';
88
+ export { useSwipeGesture } from '../../../src/hooks/use-gestures';
89
+ export { usePinchGesture } from '../../../src/hooks/use-gestures';
90
+ export { useTapGesture } from '../../../src/hooks/use-gestures';
91
+ export { useLongPressGesture } from '../../../src/hooks/use-gestures';
92
+ export { useHardwareAcceleration } from '../../../src/hooks/use-hardware-acceleration';
93
+ export { useInputAccessibility } from '../../../src/hooks/use-input-accessibility';
94
+ export { useInputPerformance } from '../../../src/hooks/use-input-performance';
95
+ export { useLayoutPerformance } from '../../../src/hooks/use-layout-performance';
96
+ export { useLoadingAccessibility } from '../../../src/hooks/use-loading-accessibility';
97
+ export { useLoadingPerformance } from '../../../src/hooks/use-loading-performance';
98
+ export { useMemoryUsage } from '../../../src/hooks/use-memory-usage';
99
+ export { useMobileFormLayout } from '../../../src/hooks/use-mobile-form-layout';
100
+ export { useBasicMobileLayout } from '../../../src/hooks/use-mobile-form-layout';
101
+ export { useEnhancedMobileLayout } from '../../../src/hooks/use-mobile-form-layout';
102
+ export { useMobileFormValidation } from '../../../src/hooks/use-mobile-form-validation';
103
+ export { useBasicFormValidation } from '../../../src/hooks/use-mobile-form-validation';
104
+ export { useEnhancedFormValidation } from '../../../src/hooks/use-mobile-form-validation';
105
+ export { useMobileKeyboardOptimization } from '../../../src/hooks/use-mobile-keyboard-optimization';
106
+ export { useMobileLayout } from '../../../src/hooks/use-mobile-layout';
107
+ export { useMobileOptimization } from '../../../src/hooks/use-mobile-optimization';
108
+ export { useMobileSkeleton } from '../../../src/hooks/use-mobile-skeleton';
109
+ export { useMobileTouch } from '../../../src/hooks/use-mobile-touch';
110
+ export { useBasicMobileTouch } from '../../../src/hooks/use-mobile-touch';
111
+ export { useEnhancedMobileTouch } from '../../../src/hooks/use-mobile-touch';
112
+ export { usePerformanceThrottling } from '../../../src/hooks/use-performance-throttling';
113
+ export { usePerformance } from '../../../src/hooks/use-performance';
114
+ export { useReusableArchitecture } from '../../../src/hooks/use-reusable-architecture';
115
+ export { useSemanticInputTypes } from '../../../src/hooks/use-semantic-input-types';
116
+ export { useSemanticInput } from '../../../src/hooks/use-semantic-input';
117
+ export { useBasicSemanticInput } from '../../../src/hooks/use-semantic-input';
118
+ export { useEnhancedSemanticInput } from '../../../src/hooks/use-semantic-input';
119
+ export { useTabletLayout } from '../../../src/hooks/use-tablet-layout';
120
+ export { useTouchFriendlyInput } from '../../../src/hooks/use-touch-friendly-input';
121
+ export { useTouchFriendlyInterface } from '../../../src/hooks/use-touch-friendly-interface';
122
+ export { useTouchOptimization } from '../../../src/hooks/use-touch-optimization';
123
+ export { useBasicTouchOptimization } from '../../../src/hooks/use-touch-optimization';
124
+ export { useBatteryAwareTouchOptimization } from '../../../src/hooks/use-touch-optimization';
125
+
126
+ // Utilities
127
+ export { BundleAnalyzer } from '../../../src/utils/bundle-analyzer';
128
+ export { BundleSplitter } from '../../../src/utils/bundle-splitting';
129
+ export { LazyLoader } from '../../../src/utils/lazy-loading';
130
+ export { PerformanceMonitor } from '../../../src/utils/performance-monitor';
131
+ export { TreeShakingOptimizer } from '../../../src/utils/tree-shaking';
132
+ export { export } from '../../../src/lib/utils';
133
+
134
+ // Theme System
135
+ export { ThemeProvider } from '../../../src/themes/ThemeProvider';
136
+ export { AccessibilityThemeManager } from '../../../src/themes/accessibility';
137
+ export { ARIA_ROLES } from '../../../src/themes/aria-patterns';
138
+ export { ARIA_STATES } from '../../../src/themes/aria-patterns';
139
+ export { ARIA_LIVE_VALUES } from '../../../src/themes/aria-patterns';
140
+ export { ARIA_CURRENT_VALUES } from '../../../src/themes/aria-patterns';
141
+ export { ARIA_SORT_VALUES } from '../../../src/themes/aria-patterns';
142
+ export { ARIA_ORIENTATION_VALUES } from '../../../src/themes/aria-patterns';
143
+ export { ARIAUtils } from '../../../src/themes/aria-patterns';
144
+ export { ColorManager } from '../../../src/themes/colorManager';
145
+ export { FocusManager } from '../../../src/themes/focus-management';
146
+ export { FocusTrap } from '../../../src/themes/focus-management';
147
+ export { FocusRestoration } from '../../../src/themes/focus-management';
148
+ export { FocusNavigation } from '../../../src/themes/focus-management';
149
+ export { FontLoader } from '../../../src/themes/fontLoader';
150
+ export { HighContrastColors } from '../../../src/themes/high-contrast';
151
+ export { HighContrastThemeManager } from '../../../src/themes/high-contrast';
152
+ export { KEY_CODES } from '../../../src/themes/keyboard-navigation';
153
+ export { NAVIGATION_PATTERNS } from '../../../src/themes/keyboard-navigation';
154
+ export { KeyboardNavigationManager } from '../../../src/themes/keyboard-navigation';
155
+ export { FocusManager } from '../../../src/themes/keyboard-navigation';
156
+ export { MotionReductionManager } from '../../../src/themes/motion-reduction';
157
+ export { MotionReductionUtils } from '../../../src/themes/motion-reduction';
158
+ export { MotionReductionHooks } from '../../../src/themes/motion-reduction';
159
+ export { ScreenReaderOptimizer } from '../../../src/themes/screen-reader';
160
+ export { ScreenReaderNavigation } from '../../../src/themes/screen-reader';
161
+ export { SystemThemeDetector } from '../../../src/themes/systemThemeDetector';
162
+ export { ThemeCSSUpdater } from '../../../src/themes/themeCSSUpdater';
163
+ export { ThemePersistence } from '../../../src/themes/themePersistence';
164
+ export { ThemeValidator } from '../../../src/themes/validation';
165
+
166
+ // Design Tokens
167
+ export { TokenExporter } from '../../../src/tokens/tokenExporter';
168
+ export { TokenGenerator } from '../../../src/tokens/tokenGenerator';
169
+ export { TokenManager } from '../../../src/tokens/tokenManager';
170
+ export { TokenValidator } from '../../../src/tokens/tokenValidator';
171
+
172
+ // Types
173
+ export type { NavigationBaseProps } from '../../../src/components/ui/navigation/types';
174
+ export type { NavigationItem } from '../../../src/components/ui/navigation/types';
175
+ export type { NavigationGroup } from '../../../src/components/ui/navigation/types';
176
+ export type { BreadcrumbProps } from '../../../src/components/ui/navigation/types';
177
+ export type { BreadcrumbItem } from '../../../src/components/ui/navigation/types';
178
+ export type { PaginationProps } from '../../../src/components/ui/navigation/types';
179
+ export type { PaginationItem } from '../../../src/components/ui/navigation/types';
180
+ export type { TabsProps } from '../../../src/components/ui/navigation/types';
181
+ export type { TabItem } from '../../../src/components/ui/navigation/types';
182
+ export type { StepperProps } from '../../../src/components/ui/navigation/types';
183
+ export type { StepItem } from '../../../src/components/ui/navigation/types';
184
+ export type { StepAction } from '../../../src/components/ui/navigation/types';
185
+ export type { MenuProps } from '../../../src/components/ui/navigation/types';
186
+ export type { SidebarProps } from '../../../src/components/ui/navigation/types';
187
+ export type { NavigationState } from '../../../src/components/ui/navigation/types';
188
+ export type { NavigationContextValue } from '../../../src/components/ui/navigation/types';
189
+ export type { NavigationAction } from '../../../src/components/ui/navigation/types';
190
+ export type { NavigationBreakpoint } from '../../../src/components/ui/navigation/types';
191
+ export type { NavigationSpacing } from '../../../src/components/ui/navigation/types';
192
+ export type { NavigationAnimation } from '../../../src/components/ui/navigation/types';
193
+ export type { NavigationAccessibility } from '../../../src/components/ui/navigation/types';
194
+ export type { FeedbackBaseProps } from '../../../src/components/ui/feedback/types';
195
+ export type { AlertProps } from '../../../src/components/ui/feedback/types';
196
+ export type { AlertAction } from '../../../src/components/ui/feedback/types';
197
+ export type { ToastProps } from '../../../src/components/ui/feedback/types';
198
+ export type { ToastAction } from '../../../src/components/ui/feedback/types';
199
+ export type { ToastContainerProps } from '../../../src/components/ui/feedback/types';
200
+ export type { ProgressProps } from '../../../src/components/ui/feedback/types';
201
+ export type { ProgressStep } from '../../../src/components/ui/feedback/types';
202
+ export type { SkeletonProps } from '../../../src/components/ui/feedback/types';
203
+ export type { SkeletonTextProps } from '../../../src/components/ui/feedback/types';
204
+ export type { SkeletonAvatarProps } from '../../../src/components/ui/feedback/types';
205
+ export type { SkeletonButtonProps } from '../../../src/components/ui/feedback/types';
206
+ export type { DataDisplayBaseProps } from '../../../src/components/ui/data-display/types';
207
+ export type { SortableColumn } from '../../../src/components/ui/data-display/types';
208
+ export type { SortConfig } from '../../../src/components/ui/data-display/types';
209
+ export type { PaginationConfig } from '../../../src/components/ui/data-display/types';
210
+ export type { FilterConfig } from '../../../src/components/ui/data-display/types';
211
+ export type { TableProps } from '../../../src/components/ui/data-display/types';
212
+ export type { TableRowProps } from '../../../src/components/ui/data-display/types';
213
+ export type { DataGridProps } from '../../../src/components/ui/data-display/types';
214
+ export type { DataGridColumnProps } from '../../../src/components/ui/data-display/types';
215
+ export type { ListProps } from '../../../src/components/ui/data-display/types';
216
+ export type { ListItem } from '../../../src/components/ui/data-display/types';
217
+ export type { ListAction } from '../../../src/components/ui/data-display/types';
218
+ export type { ListFilter } from '../../../src/components/ui/data-display/types';
219
+ export type { TreeProps } from '../../../src/components/ui/data-display/types';
220
+ export type { TreeNode } from '../../../src/components/ui/data-display/types';
221
+ export type { TreeItemProps } from '../../../src/components/ui/data-display/types';
222
+ export type { TreeFilter } from '../../../src/components/ui/data-display/types';
223
+ export type { TimelineProps } from '../../../src/components/ui/data-display/types';
224
+ export type { TimelineItem } from '../../../src/components/ui/data-display/types';
225
+ export type { TimelineAction } from '../../../src/components/ui/data-display/types';
226
+ export type { TimelineItemProps } from '../../../src/components/ui/data-display/types';
227
+ export type { TimelineFilter } from '../../../src/components/ui/data-display/types';
228
+ export type { ChartProps } from '../../../src/components/ui/data-display/types';
229
+ export type { ChartData } from '../../../src/components/ui/data-display/types';
230
+ export type { ChartDataset } from '../../../src/components/ui/data-display/types';
231
+ export type { ChartDataPoint } from '../../../src/components/ui/data-display/types';
232
+ export type { ChartLegend } from '../../../src/components/ui/data-display/types';
233
+ export type { ChartOptions } from '../../../src/components/ui/data-display/types';
234
+ export type { OverlayBaseProps } from '../../../src/components/ui/overlay/types';
235
+ export type { PortalProps } from '../../../src/components/ui/overlay/types';
236
+ export type { OverlayState } from '../../../src/components/ui/overlay/types';
237
+ export type { OverlayAction } from '../../../src/components/ui/overlay/types';
238
+ export type { OverlayManagerProps } from '../../../src/components/ui/overlay/types';
239
+ export type { FocusManagerProps } from '../../../src/components/ui/overlay/types';
240
+ export type { BackdropProps } from '../../../src/components/ui/overlay/types';
241
+ export type { ModalProps } from '../../../src/components/ui/overlay/types';
242
+ export type { ModalHeaderProps } from '../../../src/components/ui/overlay/types';
243
+ export type { ModalBodyProps } from '../../../src/components/ui/overlay/types';
244
+ export type { ModalFooterProps } from '../../../src/components/ui/overlay/types';
245
+ export type { TooltipProps } from '../../../src/components/ui/overlay/types';
246
+ export type { TooltipContentProps } from '../../../src/components/ui/overlay/types';
247
+ export type { PopoverProps } from '../../../src/components/ui/overlay/types';
248
+ export type { PopoverContentProps } from '../../../src/components/ui/overlay/types';
249
+ export type { PopoverHeaderProps } from '../../../src/components/ui/overlay/types';
250
+ export type { PopoverBodyProps } from '../../../src/components/ui/overlay/types';
251
+ export type { PopoverFooterProps } from '../../../src/components/ui/overlay/types';
252
+ export type { MultiThemeConfig } from '../../../src/themes/types';
253
+ export type { FontThemeConfig } from '../../../src/themes/types';
254
+ export type { FontConfig } from '../../../src/themes/types';
255
+ export type { FontSource } from '../../../src/themes/types';
256
+ export type { FontFiles } from '../../../src/themes/types';
257
+ export type { FontFeatures } from '../../../src/themes/types';
258
+ export type { FontSizeScale } from '../../../src/themes/types';
259
+ export type { LineHeightScale } from '../../../src/themes/types';
260
+ export type { LetterSpacingScale } from '../../../src/themes/types';
261
+ export type { ColorThemeConfig } from '../../../src/themes/types';
262
+ export type { ColorScale } from '../../../src/themes/types';
263
+ export type { ColorAccessibility } from '../../../src/themes/types';
264
+ export type { SemanticColors } from '../../../src/themes/types';
265
+ export type { NeutralColors } from '../../../src/themes/types';
266
+ export type { SurfaceColors } from '../../../src/themes/types';
267
+ export type { TextColors } from '../../../src/themes/types';
268
+ export type { InteractiveColors } from '../../../src/themes/types';
269
+ export type { ColorGenerationConfig } from '../../../src/themes/types';
270
+ export type { ColorPalette } from '../../../src/themes/types';
271
+ export type { SpacingThemeConfig } from '../../../src/themes/types';
272
+ export type { SpacingScale } from '../../../src/themes/types';
273
+ export type { ComponentSpacing } from '../../../src/themes/types';
274
+ export type { LayoutSpacing } from '../../../src/themes/types';
275
+ export type { ShadowThemeConfig } from '../../../src/themes/types';
276
+ export type { TransitionThemeConfig } from '../../../src/themes/types';
277
+ export type { BorderRadiusThemeConfig } from '../../../src/themes/types';
278
+ export type { BorderWidthThemeConfig } from '../../../src/themes/types';
279
+ export type { AnimationThemeConfig } from '../../../src/themes/types';
280
+ export type { AccessibilityThemeConfig } from '../../../src/themes/types';
281
+ export type { PrintThemeConfig } from '../../../src/themes/types';
282
+ export type { ContainerQueryThemeConfig } from '../../../src/themes/types';
283
+ export type { ContainerThemeConfig } from '../../../src/themes/types';
284
+ export type { ShimmerThemeConfig } from '../../../src/themes/types';
285
+ export type { TransitionDuration } from '../../../src/themes/types';
286
+ export type { TransitionEasing } from '../../../src/themes/types';
287
+ export type { TransitionProperties } from '../../../src/themes/types';
288
+ export type { ThemeMetadata } from '../../../src/themes/types';
289
+ export type { ThemeValidationResult } from '../../../src/themes/types';
290
+ export type { ThemeValidationError } from '../../../src/themes/types';
291
+ export type { ThemeValidationWarning } from '../../../src/themes/types';
292
+ export type { ThemeInheritance } from '../../../src/themes/types';
293
+ export type { CompleteThemeConfig } from '../../../src/themes/types';
294
+ export type { DesignToken } from '../../../src/tokens/types';
295
+ export type { TokenType } from '../../../src/tokens/types';
296
+ export type { ColorToken } from '../../../src/tokens/types';
297
+ export type { FontToken } from '../../../src/tokens/types';
298
+ export type { SpacingToken } from '../../../src/tokens/types';
299
+ export type { ShadowToken } from '../../../src/tokens/types';
300
+ export type { TransitionToken } from '../../../src/tokens/types';
301
+ export type { TokenGroup } from '../../../src/tokens/types';
302
+ export type { ThemeTokens } from '../../../src/tokens/types';
303
+ export type { TokenExportOptions } from '../../../src/tokens/types';
10
304
 
11
305
  // Theme-specific exports
12
306
  export { StanDesignTheme as theme } from './theme';