aura-glass 2.0.11 → 2.0.13
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/dist/components/advanced/GlassFoldableSupport.d.ts +1 -1
- package/dist/index.d.ts +416 -357
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +66940 -65392
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +81973 -80538
- package/dist/index.mjs.map +1 -1
- package/dist/services/ai/config.d.ts +6 -6
- package/dist/services/ai/openai-service.d.ts +6 -6
- package/dist/ssr/StyleSheetManager.d.ts +91 -0
- package/dist/ssr/StyleSheetManager.d.ts.map +1 -0
- package/dist/ssr/index.d.ts +9 -0
- package/dist/ssr/index.d.ts.map +1 -0
- package/dist/utils/performanceOptimizations.d.ts.map +1 -1
- package/dist/utils/ssr.d.ts +109 -0
- package/dist/utils/ssr.d.ts.map +1 -0
- package/package.json +11 -3
- package/dist/docs/example.d.ts +0 -3
- package/dist/docs/example.d.ts.map +0 -1
- package/dist/playwright.config.d.ts +0 -6
- package/dist/playwright.config.d.ts.map +0 -1
- package/dist/src/animations/accessible/index.d.ts +0 -9
- package/dist/src/animations/accessible/index.d.ts.map +0 -1
- package/dist/src/animations/accessibleAnimation.d.ts +0 -3
- package/dist/src/animations/accessibleAnimation.d.ts.map +0 -1
- package/dist/src/animations/hooks/index.d.ts +0 -8
- package/dist/src/animations/hooks/index.d.ts.map +0 -1
- package/dist/src/animations/hooks/useAnimationSequenceBasic.d.ts +0 -56
- package/dist/src/animations/hooks/useAnimationSequenceBasic.d.ts.map +0 -1
- package/dist/src/animations/hooks/useMouseMagneticEffect.d.ts +0 -75
- package/dist/src/animations/hooks/useMouseMagneticEffect.d.ts.map +0 -1
- package/dist/src/animations/hooks/useMultiSpringBasic.d.ts +0 -75
- package/dist/src/animations/hooks/useMultiSpringBasic.d.ts.map +0 -1
- package/dist/src/animations/keyframes/basic.d.ts +0 -37
- package/dist/src/animations/keyframes/basic.d.ts.map +0 -1
- package/dist/src/animations/orchestration/index.d.ts +0 -3
- package/dist/src/animations/orchestration/index.d.ts.map +0 -1
- package/dist/src/animations/orchestration/useAnimationSequenceOrchestrator.d.ts +0 -120
- package/dist/src/animations/orchestration/useAnimationSequenceOrchestrator.d.ts.map +0 -1
- package/dist/src/animations/orchestration/useOrchestration.d.ts +0 -72
- package/dist/src/animations/orchestration/useOrchestration.d.ts.map +0 -1
- package/dist/src/animations/physics/chartAnimations.d.ts +0 -121
- package/dist/src/animations/physics/chartAnimations.d.ts.map +0 -1
- package/dist/src/animations/physics/galileoPhysicsSystem.d.ts +0 -126
- package/dist/src/animations/physics/galileoPhysicsSystem.d.ts.map +0 -1
- package/dist/src/animations/physics/gesturePhysics.d.ts +0 -82
- package/dist/src/animations/physics/gesturePhysics.d.ts.map +0 -1
- package/dist/src/animations/physics/index.d.ts +0 -8
- package/dist/src/animations/physics/index.d.ts.map +0 -1
- package/dist/src/animations/physics/interpolation.d.ts +0 -101
- package/dist/src/animations/physics/interpolation.d.ts.map +0 -1
- package/dist/src/animations/physics/springPhysics.d.ts +0 -38
- package/dist/src/animations/physics/springPhysics.d.ts.map +0 -1
- package/dist/src/animations/physics/useMultiSpringPhysics.d.ts +0 -70
- package/dist/src/animations/physics/useMultiSpringPhysics.d.ts.map +0 -1
- package/dist/src/animations/types/animation.d.ts +0 -413
- package/dist/src/animations/types/animation.d.ts.map +0 -1
- package/dist/src/animations/types.d.ts +0 -19
- package/dist/src/animations/types.d.ts.map +0 -1
- package/dist/src/components/GlassErrorBoundary.d.ts +0 -24
- package/dist/src/components/GlassErrorBoundary.d.ts.map +0 -1
- package/dist/src/components/accessibility/AccessibilityProvider.d.ts +0 -27
- package/dist/src/components/accessibility/AccessibilityProvider.d.ts.map +0 -1
- package/dist/src/components/accessibility/ContrastGuard.d.ts +0 -85
- package/dist/src/components/accessibility/ContrastGuard.d.ts.map +0 -1
- package/dist/src/components/accessibility/GlassA11y.d.ts +0 -14
- package/dist/src/components/accessibility/GlassA11y.d.ts.map +0 -1
- package/dist/src/components/accessibility/GlassFocusIndicators.d.ts +0 -7
- package/dist/src/components/accessibility/GlassFocusIndicators.d.ts.map +0 -1
- package/dist/src/components/accessibility/index.d.ts +0 -4
- package/dist/src/components/accessibility/index.d.ts.map +0 -1
- package/dist/src/components/advanced/BrandColorIntegration.d.ts +0 -35
- package/dist/src/components/advanced/BrandColorIntegration.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassAchievementSystem.d.ts +0 -139
- package/dist/src/components/advanced/GlassAchievementSystem.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassAutoComposer.d.ts +0 -121
- package/dist/src/components/advanced/GlassAutoComposer.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassBiometricAdaptation.d.ts +0 -123
- package/dist/src/components/advanced/GlassBiometricAdaptation.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassContextAware.d.ts +0 -88
- package/dist/src/components/advanced/GlassContextAware.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassContextualEngine.d.ts +0 -198
- package/dist/src/components/advanced/GlassContextualEngine.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassEngine.d.ts +0 -91
- package/dist/src/components/advanced/GlassEngine.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassEyeTracking.d.ts +0 -103
- package/dist/src/components/advanced/GlassEyeTracking.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassFoldableSupport.d.ts +0 -102
- package/dist/src/components/advanced/GlassFoldableSupport.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassLiquidTransition.d.ts +0 -60
- package/dist/src/components/advanced/GlassLiquidTransition.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassLiveCursorPresence.d.ts +0 -85
- package/dist/src/components/advanced/GlassLiveCursorPresence.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassMagneticCursor.d.ts +0 -43
- package/dist/src/components/advanced/GlassMagneticCursor.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassMeshGradient.d.ts +0 -59
- package/dist/src/components/advanced/GlassMeshGradient.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassMetaEngine.d.ts +0 -146
- package/dist/src/components/advanced/GlassMetaEngine.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassNeuroSync.d.ts +0 -150
- package/dist/src/components/advanced/GlassNeuroSync.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassOrientationEffects.d.ts +0 -78
- package/dist/src/components/advanced/GlassOrientationEffects.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassParallaxLayers.d.ts +0 -59
- package/dist/src/components/advanced/GlassParallaxLayers.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassParticles.d.ts +0 -91
- package/dist/src/components/advanced/GlassParticles.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassPerformanceOptimization.d.ts +0 -69
- package/dist/src/components/advanced/GlassPerformanceOptimization.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassPredictiveEngine.d.ts +0 -154
- package/dist/src/components/advanced/GlassPredictiveEngine.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassProgressiveEnhancement.d.ts +0 -96
- package/dist/src/components/advanced/GlassProgressiveEnhancement.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassQuantumStates.d.ts +0 -170
- package/dist/src/components/advanced/GlassQuantumStates.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassReactions.d.ts +0 -68
- package/dist/src/components/advanced/GlassReactions.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassSelfHealingSystem.d.ts +0 -132
- package/dist/src/components/advanced/GlassSelfHealingSystem.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassSpatialAudio.d.ts +0 -125
- package/dist/src/components/advanced/GlassSpatialAudio.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassTrophyCase.d.ts +0 -38
- package/dist/src/components/advanced/GlassTrophyCase.d.ts.map +0 -1
- package/dist/src/components/advanced/GlassWebGLShader.d.ts +0 -15
- package/dist/src/components/advanced/GlassWebGLShader.d.ts.map +0 -1
- package/dist/src/components/advanced/IntelligentColorSystem.d.ts +0 -49
- package/dist/src/components/advanced/IntelligentColorSystem.d.ts.map +0 -1
- package/dist/src/components/advanced/LiquidGlassGPU.d.ts +0 -71
- package/dist/src/components/advanced/LiquidGlassGPU.d.ts.map +0 -1
- package/dist/src/components/advanced/LivingEcosystemSimulator.d.ts +0 -20
- package/dist/src/components/advanced/LivingEcosystemSimulator.d.ts.map +0 -1
- package/dist/src/components/advanced/MolecularBondingInterface.d.ts +0 -25
- package/dist/src/components/advanced/MolecularBondingInterface.d.ts.map +0 -1
- package/dist/src/components/advanced/MultiDimensionalGestureRecognizer.d.ts +0 -22
- package/dist/src/components/advanced/MultiDimensionalGestureRecognizer.d.ts.map +0 -1
- package/dist/src/components/ai/AIGlassThemeProvider.d.ts +0 -106
- package/dist/src/components/ai/AIGlassThemeProvider.d.ts.map +0 -1
- package/dist/src/components/ai/GlassDeepDreamGlass.d.ts +0 -41
- package/dist/src/components/ai/GlassDeepDreamGlass.d.ts.map +0 -1
- package/dist/src/components/ai/GlassGANGenerator.d.ts +0 -53
- package/dist/src/components/ai/GlassGANGenerator.d.ts.map +0 -1
- package/dist/src/components/ai/GlassGenerativeArt.d.ts +0 -35
- package/dist/src/components/ai/GlassGenerativeArt.d.ts.map +0 -1
- package/dist/src/components/ai/GlassIntelligentFormBuilder.d.ts +0 -52
- package/dist/src/components/ai/GlassIntelligentFormBuilder.d.ts.map +0 -1
- package/dist/src/components/ai/GlassLiveFilter.d.ts +0 -39
- package/dist/src/components/ai/GlassLiveFilter.d.ts.map +0 -1
- package/dist/src/components/ai/GlassMusicVisualizer.d.ts +0 -37
- package/dist/src/components/ai/GlassMusicVisualizer.d.ts.map +0 -1
- package/dist/src/components/ai/GlassStyleTransfer.d.ts +0 -29
- package/dist/src/components/ai/GlassStyleTransfer.d.ts.map +0 -1
- package/dist/src/components/ai/NeuralWeightVisualization.d.ts +0 -15
- package/dist/src/components/ai/NeuralWeightVisualization.d.ts.map +0 -1
- package/dist/src/components/ai/NeuromorphicLearningNetwork.d.ts +0 -21
- package/dist/src/components/ai/NeuromorphicLearningNetwork.d.ts.map +0 -1
- package/dist/src/components/ai/ProductionAIIntegration.d.ts +0 -9
- package/dist/src/components/ai/ProductionAIIntegration.d.ts.map +0 -1
- package/dist/src/components/ai/examples/AIDemo.d.ts +0 -10
- package/dist/src/components/ai/examples/AIDemo.d.ts.map +0 -1
- package/dist/src/components/ai/index.d.ts +0 -3
- package/dist/src/components/ai/index.d.ts.map +0 -1
- package/dist/src/components/animations/AdvancedAnimations.d.ts +0 -46
- package/dist/src/components/animations/AdvancedAnimations.d.ts.map +0 -1
- package/dist/src/components/animations/GlassMotionController.d.ts +0 -129
- package/dist/src/components/animations/GlassMotionController.d.ts.map +0 -1
- package/dist/src/components/animations/GlassTransitions.d.ts +0 -481
- package/dist/src/components/animations/GlassTransitions.d.ts.map +0 -1
- package/dist/src/components/animations/OrganicAnimationEngine.d.ts +0 -51
- package/dist/src/components/animations/OrganicAnimationEngine.d.ts.map +0 -1
- package/dist/src/components/ar/ARGlassEffects.d.ts +0 -64
- package/dist/src/components/ar/ARGlassEffects.d.ts.map +0 -1
- package/dist/src/components/ar/index.d.ts +0 -2
- package/dist/src/components/ar/index.d.ts.map +0 -1
- package/dist/src/components/atmospheric/GlassAuroraDisplay.d.ts +0 -94
- package/dist/src/components/atmospheric/GlassAuroraDisplay.d.ts.map +0 -1
- package/dist/src/components/atmospheric/GlassBiomeSimulator.d.ts +0 -88
- package/dist/src/components/atmospheric/GlassBiomeSimulator.d.ts.map +0 -1
- package/dist/src/components/atmospheric/GlassNebulaClouds.d.ts +0 -101
- package/dist/src/components/atmospheric/GlassNebulaClouds.d.ts.map +0 -1
- package/dist/src/components/atmospheric/GlassWeatherGlass.d.ts +0 -78
- package/dist/src/components/atmospheric/GlassWeatherGlass.d.ts.map +0 -1
- package/dist/src/components/backgrounds/AtmosphericBackground.d.ts +0 -15
- package/dist/src/components/backgrounds/AtmosphericBackground.d.ts.map +0 -1
- package/dist/src/components/backgrounds/GlassDynamicAtmosphere.d.ts +0 -99
- package/dist/src/components/backgrounds/GlassDynamicAtmosphere.d.ts.map +0 -1
- package/dist/src/components/backgrounds/ParticleBackground.d.ts +0 -10
- package/dist/src/components/backgrounds/ParticleBackground.d.ts.map +0 -1
- package/dist/src/components/backgrounds/types.d.ts +0 -66
- package/dist/src/components/backgrounds/types.d.ts.map +0 -1
- package/dist/src/components/button/EnhancedGlassButton.d.ts +0 -62
- package/dist/src/components/button/EnhancedGlassButton.d.ts.map +0 -1
- package/dist/src/components/button/GlassButton.d.ts +0 -287
- package/dist/src/components/button/GlassButton.d.ts.map +0 -1
- package/dist/src/components/button/GlassFab.d.ts +0 -104
- package/dist/src/components/button/GlassFab.d.ts.map +0 -1
- package/dist/src/components/button/GlassMagneticButton.d.ts +0 -45
- package/dist/src/components/button/GlassMagneticButton.d.ts.map +0 -1
- package/dist/src/components/button/index.d.ts +0 -5
- package/dist/src/components/button/index.d.ts.map +0 -1
- package/dist/src/components/button/types.d.ts +0 -226
- package/dist/src/components/button/types.d.ts.map +0 -1
- package/dist/src/components/calendar/GlassCalendar.d.ts +0 -81
- package/dist/src/components/calendar/GlassCalendar.d.ts.map +0 -1
- package/dist/src/components/calendar/types.d.ts +0 -23
- package/dist/src/components/calendar/types.d.ts.map +0 -1
- package/dist/src/components/card/GlassCard.d.ts +0 -151
- package/dist/src/components/card/GlassCard.d.ts.map +0 -1
- package/dist/src/components/card/GlowingCard.d.ts +0 -25
- package/dist/src/components/card/GlowingCard.d.ts.map +0 -1
- package/dist/src/components/card/div.d.ts +0 -13
- package/dist/src/components/card/div.d.ts.map +0 -1
- package/dist/src/components/card/glass-card-link.d.ts +0 -8
- package/dist/src/components/card/glass-card-link.d.ts.map +0 -1
- package/dist/src/components/card/index.d.ts +0 -7
- package/dist/src/components/card/index.d.ts.map +0 -1
- package/dist/src/components/card/patterns.d.ts +0 -112
- package/dist/src/components/card/patterns.d.ts.map +0 -1
- package/dist/src/components/card/types.d.ts +0 -302
- package/dist/src/components/card/types.d.ts.map +0 -1
- package/dist/src/components/charts/GlassAreaChart.d.ts +0 -95
- package/dist/src/components/charts/GlassAreaChart.d.ts.map +0 -1
- package/dist/src/components/charts/GlassBarChart.d.ts +0 -98
- package/dist/src/components/charts/GlassBarChart.d.ts.map +0 -1
- package/dist/src/components/charts/GlassChart.d.ts +0 -225
- package/dist/src/components/charts/GlassChart.d.ts.map +0 -1
- package/dist/src/components/charts/GlassDataChart.d.ts +0 -156
- package/dist/src/components/charts/GlassDataChart.d.ts.map +0 -1
- package/dist/src/components/charts/GlassLineChart.d.ts +0 -93
- package/dist/src/components/charts/GlassLineChart.d.ts.map +0 -1
- package/dist/src/components/charts/GlassPieChart.d.ts +0 -82
- package/dist/src/components/charts/GlassPieChart.d.ts.map +0 -1
- package/dist/src/components/charts/ModularGlassDataChart.d.ts +0 -140
- package/dist/src/components/charts/ModularGlassDataChart.d.ts.map +0 -1
- package/dist/src/components/charts/components/AtmosphericEffects.d.ts +0 -15
- package/dist/src/components/charts/components/AtmosphericEffects.d.ts.map +0 -1
- package/dist/src/components/charts/components/ChartAxis.d.ts +0 -12
- package/dist/src/components/charts/components/ChartAxis.d.ts.map +0 -1
- package/dist/src/components/charts/components/ChartContainer.d.ts +0 -15
- package/dist/src/components/charts/components/ChartContainer.d.ts.map +0 -1
- package/dist/src/components/charts/components/ChartFilters.d.ts +0 -15
- package/dist/src/components/charts/components/ChartFilters.d.ts.map +0 -1
- package/dist/src/components/charts/components/ChartGrid.d.ts +0 -12
- package/dist/src/components/charts/components/ChartGrid.d.ts.map +0 -1
- package/dist/src/components/charts/components/ChartLegend.d.ts +0 -13
- package/dist/src/components/charts/components/ChartLegend.d.ts.map +0 -1
- package/dist/src/components/charts/components/ChartRenderer.d.ts +0 -27
- package/dist/src/components/charts/components/ChartRenderer.d.ts.map +0 -1
- package/dist/src/components/charts/components/ChartTooltip.d.ts +0 -26
- package/dist/src/components/charts/components/ChartTooltip.d.ts.map +0 -1
- package/dist/src/components/charts/components/KpiChart.d.ts +0 -23
- package/dist/src/components/charts/components/KpiChart.d.ts.map +0 -1
- package/dist/src/components/charts/components/index.d.ts +0 -15
- package/dist/src/components/charts/components/index.d.ts.map +0 -1
- package/dist/src/components/charts/hooks/index.d.ts +0 -5
- package/dist/src/components/charts/hooks/index.d.ts.map +0 -1
- package/dist/src/components/charts/hooks/useChartPhysicsInteraction.d.ts +0 -79
- package/dist/src/components/charts/hooks/useChartPhysicsInteraction.d.ts.map +0 -1
- package/dist/src/components/charts/hooks/usePhysicsAnimation.d.ts +0 -52
- package/dist/src/components/charts/hooks/usePhysicsAnimation.d.ts.map +0 -1
- package/dist/src/components/charts/hooks/useQualityTier.d.ts +0 -34
- package/dist/src/components/charts/hooks/useQualityTier.d.ts.map +0 -1
- package/dist/src/components/charts/plugins/GalileoElementInteractionPlugin.d.ts +0 -64
- package/dist/src/components/charts/plugins/GalileoElementInteractionPlugin.d.ts.map +0 -1
- package/dist/src/components/charts/styles/ChartContainerStyles.d.ts +0 -23
- package/dist/src/components/charts/styles/ChartContainerStyles.d.ts.map +0 -1
- package/dist/src/components/charts/styles/ChartElementStyles.d.ts +0 -52
- package/dist/src/components/charts/styles/ChartElementStyles.d.ts.map +0 -1
- package/dist/src/components/charts/styles/TooltipStyles.d.ts +0 -52
- package/dist/src/components/charts/styles/TooltipStyles.d.ts.map +0 -1
- package/dist/src/components/charts/types/ChartProps.d.ts +0 -366
- package/dist/src/components/charts/types/ChartProps.d.ts.map +0 -1
- package/dist/src/components/charts/types/ChartTypes.d.ts +0 -186
- package/dist/src/components/charts/types/ChartTypes.d.ts.map +0 -1
- package/dist/src/components/charts/types/index.d.ts +0 -5
- package/dist/src/components/charts/types/index.d.ts.map +0 -1
- package/dist/src/components/charts/utils/ChartAnimationUtils.d.ts +0 -86
- package/dist/src/components/charts/utils/ChartAnimationUtils.d.ts.map +0 -1
- package/dist/src/components/charts/utils/ChartDataUtils.d.ts +0 -94
- package/dist/src/components/charts/utils/ChartDataUtils.d.ts.map +0 -1
- package/dist/src/components/charts/utils/index.d.ts +0 -7
- package/dist/src/components/charts/utils/index.d.ts.map +0 -1
- package/dist/src/components/chat/GlassTypingIndicator.d.ts +0 -55
- package/dist/src/components/chat/GlassTypingIndicator.d.ts.map +0 -1
- package/dist/src/components/cms/GlassCanvas.d.ts +0 -7
- package/dist/src/components/cms/GlassCanvas.d.ts.map +0 -1
- package/dist/src/components/cms/GlassComponentPalette.d.ts +0 -9
- package/dist/src/components/cms/GlassComponentPalette.d.ts.map +0 -1
- package/dist/src/components/cms/GlassDragDropProvider.d.ts +0 -90
- package/dist/src/components/cms/GlassDragDropProvider.d.ts.map +0 -1
- package/dist/src/components/cms/GlassPageBuilder.d.ts +0 -11
- package/dist/src/components/cms/GlassPageBuilder.d.ts.map +0 -1
- package/dist/src/components/cms/GlassPageStructure.d.ts +0 -9
- package/dist/src/components/cms/GlassPageStructure.d.ts.map +0 -1
- package/dist/src/components/cms/GlassPropertyPanel.d.ts +0 -9
- package/dist/src/components/cms/GlassPropertyPanel.d.ts.map +0 -1
- package/dist/src/components/cms/index.d.ts +0 -3
- package/dist/src/components/cms/index.d.ts.map +0 -1
- package/dist/src/components/collaboration/CollaborativeGlassWorkspace.d.ts +0 -37
- package/dist/src/components/collaboration/CollaborativeGlassWorkspace.d.ts.map +0 -1
- package/dist/src/components/collaboration/GlassCollaborationDashboard.d.ts +0 -11
- package/dist/src/components/collaboration/GlassCollaborationDashboard.d.ts.map +0 -1
- package/dist/src/components/collaboration/GlassCollaborationProvider.d.ts +0 -89
- package/dist/src/components/collaboration/GlassCollaborationProvider.d.ts.map +0 -1
- package/dist/src/components/collaboration/GlassCollaborativeComments.d.ts +0 -8
- package/dist/src/components/collaboration/GlassCollaborativeComments.d.ts.map +0 -1
- package/dist/src/components/collaboration/GlassCollaborativeCursor.d.ts +0 -7
- package/dist/src/components/collaboration/GlassCollaborativeCursor.d.ts.map +0 -1
- package/dist/src/components/collaboration/MultiUserGlassEditor.d.ts +0 -19
- package/dist/src/components/collaboration/MultiUserGlassEditor.d.ts.map +0 -1
- package/dist/src/components/collaboration/index.d.ts +0 -2
- package/dist/src/components/collaboration/index.d.ts.map +0 -1
- package/dist/src/components/cookie-consent/CompactCookieNotice.d.ts +0 -22
- package/dist/src/components/cookie-consent/CompactCookieNotice.d.ts.map +0 -1
- package/dist/src/components/cookie-consent/CookieConsent.d.ts +0 -8
- package/dist/src/components/cookie-consent/CookieConsent.d.ts.map +0 -1
- package/dist/src/components/cookie-consent/GlobalCookieConsent.d.ts +0 -8
- package/dist/src/components/cookie-consent/GlobalCookieConsent.d.ts.map +0 -1
- package/dist/src/components/cookie-consent/types.d.ts +0 -54
- package/dist/src/components/cookie-consent/types.d.ts.map +0 -1
- package/dist/src/components/dashboard/DimensionalDashboardContainer.d.ts +0 -25
- package/dist/src/components/dashboard/DimensionalDashboardContainer.d.ts.map +0 -1
- package/dist/src/components/dashboard/GlassActivityFeed.d.ts +0 -100
- package/dist/src/components/dashboard/GlassActivityFeed.d.ts.map +0 -1
- package/dist/src/components/dashboard/GlassChartWidget.d.ts +0 -119
- package/dist/src/components/dashboard/GlassChartWidget.d.ts.map +0 -1
- package/dist/src/components/dashboard/GlassKPICard.d.ts +0 -91
- package/dist/src/components/dashboard/GlassKPICard.d.ts.map +0 -1
- package/dist/src/components/dashboard/GlassMetricCard.d.ts +0 -92
- package/dist/src/components/dashboard/GlassMetricCard.d.ts.map +0 -1
- package/dist/src/components/dashboard/GlassStatCard.d.ts +0 -97
- package/dist/src/components/dashboard/GlassStatCard.d.ts.map +0 -1
- package/dist/src/components/dashboard/types.d.ts +0 -307
- package/dist/src/components/dashboard/types.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassAccordion.d.ts +0 -92
- package/dist/src/components/data-display/GlassAccordion.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassAlert.d.ts +0 -57
- package/dist/src/components/data-display/GlassAlert.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassAnimatedNumber.d.ts +0 -60
- package/dist/src/components/data-display/GlassAnimatedNumber.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassAvatar.d.ts +0 -79
- package/dist/src/components/data-display/GlassAvatar.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassBadge.d.ts +0 -118
- package/dist/src/components/data-display/GlassBadge.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassBadgeLine.d.ts +0 -13
- package/dist/src/components/data-display/GlassBadgeLine.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassChip.d.ts +0 -67
- package/dist/src/components/data-display/GlassChip.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassDataGrid.d.ts +0 -4
- package/dist/src/components/data-display/GlassDataGrid.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassDataGridPro.d.ts +0 -9
- package/dist/src/components/data-display/GlassDataGridPro.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassDataTable.d.ts +0 -206
- package/dist/src/components/data-display/GlassDataTable.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassDiffViewer.d.ts +0 -9
- package/dist/src/components/data-display/GlassDiffViewer.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassDivider.d.ts +0 -35
- package/dist/src/components/data-display/GlassDivider.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassGanttChart.d.ts +0 -86
- package/dist/src/components/data-display/GlassGanttChart.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassHeatmap.d.ts +0 -87
- package/dist/src/components/data-display/GlassHeatmap.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassJSONViewer.d.ts +0 -7
- package/dist/src/components/data-display/GlassJSONViewer.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassKanbanBoard.d.ts +0 -91
- package/dist/src/components/data-display/GlassKanbanBoard.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassLoadingSkeleton.d.ts +0 -31
- package/dist/src/components/data-display/GlassLoadingSkeleton.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassMetricChip.d.ts +0 -12
- package/dist/src/components/data-display/GlassMetricChip.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassMetricsGrid.d.ts +0 -96
- package/dist/src/components/data-display/GlassMetricsGrid.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassNotificationCenter.d.ts +0 -64
- package/dist/src/components/data-display/GlassNotificationCenter.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassProgress.d.ts +0 -142
- package/dist/src/components/data-display/GlassProgress.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassSchemaViewer.d.ts +0 -7
- package/dist/src/components/data-display/GlassSchemaViewer.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassSkeleton.d.ts +0 -42
- package/dist/src/components/data-display/GlassSkeleton.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassSkeletonLoader.d.ts +0 -27
- package/dist/src/components/data-display/GlassSkeletonLoader.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassSparkline.d.ts +0 -11
- package/dist/src/components/data-display/GlassSparkline.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassStatusDot.d.ts +0 -8
- package/dist/src/components/data-display/GlassStatusDot.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassTimeline.d.ts +0 -102
- package/dist/src/components/data-display/GlassTimeline.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassToast.d.ts +0 -102
- package/dist/src/components/data-display/GlassToast.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassTreeView.d.ts +0 -60
- package/dist/src/components/data-display/GlassTreeView.d.ts.map +0 -1
- package/dist/src/components/data-display/GlassVirtualTable.d.ts +0 -8
- package/dist/src/components/data-display/GlassVirtualTable.d.ts.map +0 -1
- package/dist/src/components/data-display/Typography.d.ts +0 -7
- package/dist/src/components/data-display/Typography.d.ts.map +0 -1
- package/dist/src/components/data-display/index.d.ts +0 -25
- package/dist/src/components/data-display/index.d.ts.map +0 -1
- package/dist/src/components/data-display/types.d.ts +0 -36
- package/dist/src/components/data-display/types.d.ts.map +0 -1
- package/dist/src/components/demo/EnhancementShowcase.d.ts +0 -15
- package/dist/src/components/demo/EnhancementShowcase.d.ts.map +0 -1
- package/dist/src/components/ecommerce/GlassEcommerceProvider.d.ts +0 -242
- package/dist/src/components/ecommerce/GlassEcommerceProvider.d.ts.map +0 -1
- package/dist/src/components/ecommerce/GlassProductRecommendations.d.ts +0 -17
- package/dist/src/components/ecommerce/GlassProductRecommendations.d.ts.map +0 -1
- package/dist/src/components/ecommerce/GlassSmartShoppingCart.d.ts +0 -14
- package/dist/src/components/ecommerce/GlassSmartShoppingCart.d.ts.map +0 -1
- package/dist/src/components/ecommerce/index.d.ts +0 -4
- package/dist/src/components/ecommerce/index.d.ts.map +0 -1
- package/dist/src/components/editor/GlassRichTextEditor.d.ts +0 -53
- package/dist/src/components/editor/GlassRichTextEditor.d.ts.map +0 -1
- package/dist/src/components/effects/AuroraPro.d.ts +0 -72
- package/dist/src/components/effects/AuroraPro.d.ts.map +0 -1
- package/dist/src/components/effects/Glass3DEngine.d.ts +0 -37
- package/dist/src/components/effects/Glass3DEngine.d.ts.map +0 -1
- package/dist/src/components/effects/GlassMorphingEngine.d.ts +0 -41
- package/dist/src/components/effects/GlassMorphingEngine.d.ts.map +0 -1
- package/dist/src/components/effects/GlassPhysicsEngine.d.ts +0 -35
- package/dist/src/components/effects/GlassPhysicsEngine.d.ts.map +0 -1
- package/dist/src/components/effects/GlassShatterEffects.d.ts +0 -49
- package/dist/src/components/effects/GlassShatterEffects.d.ts.map +0 -1
- package/dist/src/components/effects/SeasonalParticles.d.ts +0 -66
- package/dist/src/components/effects/SeasonalParticles.d.ts.map +0 -1
- package/dist/src/components/effects/index.d.ts +0 -4
- package/dist/src/components/effects/index.d.ts.map +0 -1
- package/dist/src/components/experiential/GlassMoodRing.d.ts +0 -45
- package/dist/src/components/experiential/GlassMoodRing.d.ts.map +0 -1
- package/dist/src/components/feedback/GlassToast.d.ts +0 -35
- package/dist/src/components/feedback/GlassToast.d.ts.map +0 -1
- package/dist/src/components/houdini/HoudiniGlassCard.d.ts +0 -17
- package/dist/src/components/houdini/HoudiniGlassCard.d.ts.map +0 -1
- package/dist/src/components/houdini/HoudiniGlassProvider.d.ts +0 -88
- package/dist/src/components/houdini/HoudiniGlassProvider.d.ts.map +0 -1
- package/dist/src/components/houdini/index.d.ts +0 -3
- package/dist/src/components/houdini/index.d.ts.map +0 -1
- package/dist/src/components/icons/ClearIcon.d.ts +0 -10
- package/dist/src/components/icons/ClearIcon.d.ts.map +0 -1
- package/dist/src/components/icons/types.d.ts +0 -16
- package/dist/src/components/icons/types.d.ts.map +0 -1
- package/dist/src/components/image/GlassImageProcessingProvider.d.ts +0 -188
- package/dist/src/components/image/GlassImageProcessingProvider.d.ts.map +0 -1
- package/dist/src/components/image/GlassIntelligentImageUploader.d.ts +0 -16
- package/dist/src/components/image/GlassIntelligentImageUploader.d.ts.map +0 -1
- package/dist/src/components/image/index.d.ts +0 -3
- package/dist/src/components/image/index.d.ts.map +0 -1
- package/dist/src/components/image-list/ImageList.d.ts +0 -32
- package/dist/src/components/image-list/ImageList.d.ts.map +0 -1
- package/dist/src/components/image-list/ImageListItem.d.ts +0 -24
- package/dist/src/components/image-list/ImageListItem.d.ts.map +0 -1
- package/dist/src/components/image-list/ImageListItemBar.d.ts +0 -22
- package/dist/src/components/image-list/ImageListItemBar.d.ts.map +0 -1
- package/dist/src/components/image-list/types.d.ts +0 -55
- package/dist/src/components/image-list/types.d.ts.map +0 -1
- package/dist/src/components/immersive/Glass360Viewer.d.ts +0 -84
- package/dist/src/components/immersive/Glass360Viewer.d.ts.map +0 -1
- package/dist/src/components/immersive/GlassARPreview.d.ts +0 -139
- package/dist/src/components/immersive/GlassARPreview.d.ts.map +0 -1
- package/dist/src/components/immersive/GlassFluidSimulation.d.ts +0 -74
- package/dist/src/components/immersive/GlassFluidSimulation.d.ts.map +0 -1
- package/dist/src/components/immersive/GlassHologram.d.ts +0 -98
- package/dist/src/components/immersive/GlassHologram.d.ts.map +0 -1
- package/dist/src/components/immersive/GlassParticleField.d.ts +0 -118
- package/dist/src/components/immersive/GlassParticleField.d.ts.map +0 -1
- package/dist/src/components/immersive/GlassVortexPortal.d.ts +0 -89
- package/dist/src/components/immersive/GlassVortexPortal.d.ts.map +0 -1
- package/dist/src/components/input/GlassCheckbox.d.ts +0 -42
- package/dist/src/components/input/GlassCheckbox.d.ts.map +0 -1
- package/dist/src/components/input/GlassCheckboxGroup.d.ts +0 -66
- package/dist/src/components/input/GlassCheckboxGroup.d.ts.map +0 -1
- package/dist/src/components/input/GlassColorPicker.d.ts +0 -78
- package/dist/src/components/input/GlassColorPicker.d.ts.map +0 -1
- package/dist/src/components/input/GlassDatePicker.d.ts +0 -110
- package/dist/src/components/input/GlassDatePicker.d.ts.map +0 -1
- package/dist/src/components/input/GlassDateRangePicker.d.ts +0 -77
- package/dist/src/components/input/GlassDateRangePicker.d.ts.map +0 -1
- package/dist/src/components/input/GlassFileUpload.d.ts +0 -61
- package/dist/src/components/input/GlassFileUpload.d.ts.map +0 -1
- package/dist/src/components/input/GlassForm.d.ts +0 -57
- package/dist/src/components/input/GlassForm.d.ts.map +0 -1
- package/dist/src/components/input/GlassFormStepper.d.ts +0 -71
- package/dist/src/components/input/GlassFormStepper.d.ts.map +0 -1
- package/dist/src/components/input/GlassFormTable.d.ts +0 -12
- package/dist/src/components/input/GlassFormTable.d.ts.map +0 -1
- package/dist/src/components/input/GlassInput.d.ts +0 -98
- package/dist/src/components/input/GlassInput.d.ts.map +0 -1
- package/dist/src/components/input/GlassLabel.d.ts +0 -20
- package/dist/src/components/input/GlassLabel.d.ts.map +0 -1
- package/dist/src/components/input/GlassMultiSelect.d.ts +0 -14
- package/dist/src/components/input/GlassMultiSelect.d.ts.map +0 -1
- package/dist/src/components/input/GlassMultiStepForm.d.ts +0 -117
- package/dist/src/components/input/GlassMultiStepForm.d.ts.map +0 -1
- package/dist/src/components/input/GlassRadioGroup.d.ts +0 -141
- package/dist/src/components/input/GlassRadioGroup.d.ts.map +0 -1
- package/dist/src/components/input/GlassSelect.d.ts +0 -108
- package/dist/src/components/input/GlassSelect.d.ts.map +0 -1
- package/dist/src/components/input/GlassSelectCompound.d.ts +0 -32
- package/dist/src/components/input/GlassSelectCompound.d.ts.map +0 -1
- package/dist/src/components/input/GlassSlider.d.ts +0 -60
- package/dist/src/components/input/GlassSlider.d.ts.map +0 -1
- package/dist/src/components/input/GlassStep.d.ts +0 -4
- package/dist/src/components/input/GlassStep.d.ts.map +0 -1
- package/dist/src/components/input/GlassStepIcon.d.ts +0 -20
- package/dist/src/components/input/GlassStepIcon.d.ts.map +0 -1
- package/dist/src/components/input/GlassStepLabel.d.ts +0 -20
- package/dist/src/components/input/GlassStepLabel.d.ts.map +0 -1
- package/dist/src/components/input/GlassStepper.d.ts +0 -62
- package/dist/src/components/input/GlassStepper.d.ts.map +0 -1
- package/dist/src/components/input/GlassSwitch.d.ts +0 -49
- package/dist/src/components/input/GlassSwitch.d.ts.map +0 -1
- package/dist/src/components/input/GlassTextarea.d.ts +0 -34
- package/dist/src/components/input/GlassTextarea.d.ts.map +0 -1
- package/dist/src/components/input/GlassToggle.d.ts +0 -133
- package/dist/src/components/input/GlassToggle.d.ts.map +0 -1
- package/dist/src/components/input/GlassTransferList.d.ts +0 -90
- package/dist/src/components/input/GlassTransferList.d.ts.map +0 -1
- package/dist/src/components/input/GlassTreeSelect.d.ts +0 -89
- package/dist/src/components/input/GlassTreeSelect.d.ts.map +0 -1
- package/dist/src/components/input/GlassWizard.d.ts +0 -125
- package/dist/src/components/input/GlassWizard.d.ts.map +0 -1
- package/dist/src/components/input/types.d.ts +0 -99
- package/dist/src/components/input/types.d.ts.map +0 -1
- package/dist/src/components/interactive/ContextAwareGlass.d.ts +0 -123
- package/dist/src/components/interactive/ContextAwareGlass.d.ts.map +0 -1
- package/dist/src/components/interactive/CursorGlow.d.ts +0 -30
- package/dist/src/components/interactive/CursorGlow.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassA11yAuditor.d.ts +0 -50
- package/dist/src/components/interactive/GlassA11yAuditor.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassAdvancedSearch.d.ts +0 -103
- package/dist/src/components/interactive/GlassAdvancedSearch.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassAvatarGroup.d.ts +0 -19
- package/dist/src/components/interactive/GlassAvatarGroup.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassCardLink.d.ts +0 -39
- package/dist/src/components/interactive/GlassCardLink.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassCarousel.d.ts +0 -117
- package/dist/src/components/interactive/GlassCarousel.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassChat.d.ts +0 -118
- package/dist/src/components/interactive/GlassChat.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassChatInput.d.ts +0 -93
- package/dist/src/components/interactive/GlassChatInput.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassCoachmarks.d.ts +0 -15
- package/dist/src/components/interactive/GlassCoachmarks.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassCodeEditor.d.ts +0 -51
- package/dist/src/components/interactive/GlassCodeEditor.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassColorSchemeGenerator.d.ts +0 -32
- package/dist/src/components/interactive/GlassColorSchemeGenerator.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassColorWheel.d.ts +0 -44
- package/dist/src/components/interactive/GlassColorWheel.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassCommand.d.ts +0 -126
- package/dist/src/components/interactive/GlassCommand.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassCommandPalette.d.ts +0 -158
- package/dist/src/components/interactive/GlassCommandPalette.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassCommentThread.d.ts +0 -14
- package/dist/src/components/interactive/GlassCommentThread.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassComponentPlayground.d.ts +0 -46
- package/dist/src/components/interactive/GlassComponentPlayground.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassDraggable.d.ts +0 -151
- package/dist/src/components/interactive/GlassDraggable.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassDrawingCanvas.d.ts +0 -60
- package/dist/src/components/interactive/GlassDrawingCanvas.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassFacetSearch.d.ts +0 -55
- package/dist/src/components/interactive/GlassFacetSearch.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassFileExplorer.d.ts +0 -53
- package/dist/src/components/interactive/GlassFileExplorer.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassFileTree.d.ts +0 -47
- package/dist/src/components/interactive/GlassFileTree.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassFileUpload.d.ts +0 -103
- package/dist/src/components/interactive/GlassFileUpload.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassFilterPanel.d.ts +0 -47
- package/dist/src/components/interactive/GlassFilterPanel.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassFocusRing.d.ts +0 -8
- package/dist/src/components/interactive/GlassFocusRing.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassFormBuilder.d.ts +0 -139
- package/dist/src/components/interactive/GlassFormBuilder.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassGallery.d.ts +0 -73
- package/dist/src/components/interactive/GlassGallery.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassGestureZone.d.ts +0 -85
- package/dist/src/components/interactive/GlassGestureZone.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassGradientPicker.d.ts +0 -61
- package/dist/src/components/interactive/GlassGradientPicker.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassImageViewer.d.ts +0 -110
- package/dist/src/components/interactive/GlassImageViewer.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassInfiniteScroll.d.ts +0 -58
- package/dist/src/components/interactive/GlassInfiniteScroll.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassInlineEdit.d.ts +0 -9
- package/dist/src/components/interactive/GlassInlineEdit.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassKanban.d.ts +0 -64
- package/dist/src/components/interactive/GlassKanban.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassKeyValueEditor.d.ts +0 -12
- package/dist/src/components/interactive/GlassKeyValueEditor.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassLazyImage.d.ts +0 -98
- package/dist/src/components/interactive/GlassLazyImage.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassMentionList.d.ts +0 -13
- package/dist/src/components/interactive/GlassMentionList.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassMessageList.d.ts +0 -70
- package/dist/src/components/interactive/GlassMessageList.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassMindMap.d.ts +0 -59
- package/dist/src/components/interactive/GlassMindMap.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassPatternBuilder.d.ts +0 -82
- package/dist/src/components/interactive/GlassPatternBuilder.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassPresets.d.ts +0 -68
- package/dist/src/components/interactive/GlassPresets.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassQueryBuilder.d.ts +0 -27
- package/dist/src/components/interactive/GlassQueryBuilder.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassReactionBar.d.ts +0 -13
- package/dist/src/components/interactive/GlassReactionBar.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassSearchInterface.d.ts +0 -122
- package/dist/src/components/interactive/GlassSearchInterface.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassSignaturePad.d.ts +0 -54
- package/dist/src/components/interactive/GlassSignaturePad.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassSpotlight.d.ts +0 -7
- package/dist/src/components/interactive/GlassSpotlight.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassStepper.d.ts +0 -14
- package/dist/src/components/interactive/GlassStepper.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassTagInput.d.ts +0 -10
- package/dist/src/components/interactive/GlassTagInput.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassThemeDemo.d.ts +0 -16
- package/dist/src/components/interactive/GlassThemeDemo.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassThemeSwitcher.d.ts +0 -57
- package/dist/src/components/interactive/GlassThemeSwitcher.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassUserPresence.d.ts +0 -81
- package/dist/src/components/interactive/GlassUserPresence.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassVideoPlayer.d.ts +0 -86
- package/dist/src/components/interactive/GlassVideoPlayer.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassVirtualList.d.ts +0 -79
- package/dist/src/components/interactive/GlassVirtualList.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassVoiceInput.d.ts +0 -121
- package/dist/src/components/interactive/GlassVoiceInput.d.ts.map +0 -1
- package/dist/src/components/interactive/GlassWhiteboard.d.ts +0 -60
- package/dist/src/components/interactive/GlassWhiteboard.d.ts.map +0 -1
- package/dist/src/components/interactive/PageTransitionDemo.d.ts +0 -4
- package/dist/src/components/interactive/PageTransitionDemo.d.ts.map +0 -1
- package/dist/src/components/interactive/ThemedGlassComponents.d.ts +0 -33
- package/dist/src/components/interactive/ThemedGlassComponents.d.ts.map +0 -1
- package/dist/src/components/interactive/types.d.ts +0 -399
- package/dist/src/components/interactive/types.d.ts.map +0 -1
- package/dist/src/components/layout/Box.d.ts +0 -25
- package/dist/src/components/layout/Box.d.ts.map +0 -1
- package/dist/src/components/layout/GlassAppShell.d.ts +0 -157
- package/dist/src/components/layout/GlassAppShell.d.ts.map +0 -1
- package/dist/src/components/layout/GlassBox.d.ts +0 -124
- package/dist/src/components/layout/GlassBox.d.ts.map +0 -1
- package/dist/src/components/layout/GlassContainer.d.ts +0 -171
- package/dist/src/components/layout/GlassContainer.d.ts.map +0 -1
- package/dist/src/components/layout/GlassFlex.d.ts +0 -114
- package/dist/src/components/layout/GlassFlex.d.ts.map +0 -1
- package/dist/src/components/layout/GlassGrid.d.ts +0 -128
- package/dist/src/components/layout/GlassGrid.d.ts.map +0 -1
- package/dist/src/components/layout/GlassMasonry.d.ts +0 -34
- package/dist/src/components/layout/GlassMasonry.d.ts.map +0 -1
- package/dist/src/components/layout/GlassScrollArea.d.ts +0 -98
- package/dist/src/components/layout/GlassScrollArea.d.ts.map +0 -1
- package/dist/src/components/layout/GlassSeparator.d.ts +0 -28
- package/dist/src/components/layout/GlassSeparator.d.ts.map +0 -1
- package/dist/src/components/layout/GlassSplitPane.d.ts +0 -46
- package/dist/src/components/layout/GlassSplitPane.d.ts.map +0 -1
- package/dist/src/components/layout/GlassStack.d.ts +0 -114
- package/dist/src/components/layout/GlassStack.d.ts.map +0 -1
- package/dist/src/components/layout/HStack.d.ts +0 -31
- package/dist/src/components/layout/HStack.d.ts.map +0 -1
- package/dist/src/components/layout/OptimizedGlassContainer.d.ts +0 -38
- package/dist/src/components/layout/OptimizedGlassContainer.d.ts.map +0 -1
- package/dist/src/components/layout/VStack.d.ts +0 -31
- package/dist/src/components/layout/VStack.d.ts.map +0 -1
- package/dist/src/components/layout/ZSpaceAppLayout.d.ts +0 -34
- package/dist/src/components/layout/ZSpaceAppLayout.d.ts.map +0 -1
- package/dist/src/components/layout/index.d.ts +0 -11
- package/dist/src/components/layout/index.d.ts.map +0 -1
- package/dist/src/components/layout/types.d.ts +0 -351
- package/dist/src/components/layout/types.d.ts.map +0 -1
- package/dist/src/components/layouts/GlassFractalLayout.d.ts +0 -41
- package/dist/src/components/layouts/GlassFractalLayout.d.ts.map +0 -1
- package/dist/src/components/layouts/GlassGoldenRatioGrid.d.ts +0 -53
- package/dist/src/components/layouts/GlassGoldenRatioGrid.d.ts.map +0 -1
- package/dist/src/components/layouts/GlassIslandLayout.d.ts +0 -59
- package/dist/src/components/layouts/GlassIslandLayout.d.ts.map +0 -1
- package/dist/src/components/layouts/GlassMasonryGrid.d.ts +0 -46
- package/dist/src/components/layouts/GlassMasonryGrid.d.ts.map +0 -1
- package/dist/src/components/layouts/GlassOrbitalMenu.d.ts +0 -37
- package/dist/src/components/layouts/GlassOrbitalMenu.d.ts.map +0 -1
- package/dist/src/components/layouts/GlassTessellation.d.ts +0 -44
- package/dist/src/components/layouts/GlassTessellation.d.ts.map +0 -1
- package/dist/src/components/media/GlassAdvancedAudioPlayer.d.ts +0 -21
- package/dist/src/components/media/GlassAdvancedAudioPlayer.d.ts.map +0 -1
- package/dist/src/components/media/GlassAdvancedVideoPlayer.d.ts +0 -20
- package/dist/src/components/media/GlassAdvancedVideoPlayer.d.ts.map +0 -1
- package/dist/src/components/media/GlassMediaProvider.d.ts +0 -145
- package/dist/src/components/media/GlassMediaProvider.d.ts.map +0 -1
- package/dist/src/components/media/index.d.ts +0 -4
- package/dist/src/components/media/index.d.ts.map +0 -1
- package/dist/src/components/mobile/GlassActionSheet.d.ts +0 -75
- package/dist/src/components/mobile/GlassActionSheet.d.ts.map +0 -1
- package/dist/src/components/mobile/GlassPullToRefresh.d.ts +0 -62
- package/dist/src/components/mobile/GlassPullToRefresh.d.ts.map +0 -1
- package/dist/src/components/mobile/TouchGlassOptimization.d.ts +0 -50
- package/dist/src/components/mobile/TouchGlassOptimization.d.ts.map +0 -1
- package/dist/src/components/modal/GlassBottomSheet.d.ts +0 -35
- package/dist/src/components/modal/GlassBottomSheet.d.ts.map +0 -1
- package/dist/src/components/modal/GlassDialog.d.ts +0 -145
- package/dist/src/components/modal/GlassDialog.d.ts.map +0 -1
- package/dist/src/components/modal/GlassDrawer.d.ts +0 -155
- package/dist/src/components/modal/GlassDrawer.d.ts.map +0 -1
- package/dist/src/components/modal/GlassHoverCard.d.ts +0 -133
- package/dist/src/components/modal/GlassHoverCard.d.ts.map +0 -1
- package/dist/src/components/modal/GlassModal.d.ts +0 -136
- package/dist/src/components/modal/GlassModal.d.ts.map +0 -1
- package/dist/src/components/modal/GlassPopover.d.ts +0 -126
- package/dist/src/components/modal/GlassPopover.d.ts.map +0 -1
- package/dist/src/components/modal/GlassTooltip.d.ts +0 -41
- package/dist/src/components/modal/GlassTooltip.d.ts.map +0 -1
- package/dist/src/components/modal/types.d.ts +0 -327
- package/dist/src/components/modal/types.d.ts.map +0 -1
- package/dist/src/components/navigation/EnhancedGlassTabs.d.ts +0 -117
- package/dist/src/components/navigation/EnhancedGlassTabs.d.ts.map +0 -1
- package/dist/src/components/navigation/GlassBottomNav.d.ts +0 -68
- package/dist/src/components/navigation/GlassBottomNav.d.ts.map +0 -1
- package/dist/src/components/navigation/GlassBreadcrumb.d.ts +0 -108
- package/dist/src/components/navigation/GlassBreadcrumb.d.ts.map +0 -1
- package/dist/src/components/navigation/GlassCommandBar.d.ts +0 -20
- package/dist/src/components/navigation/GlassCommandBar.d.ts.map +0 -1
- package/dist/src/components/navigation/GlassContextMenu.d.ts +0 -121
- package/dist/src/components/navigation/GlassContextMenu.d.ts.map +0 -1
- package/dist/src/components/navigation/GlassDropdownMenu.d.ts +0 -52
- package/dist/src/components/navigation/GlassDropdownMenu.d.ts.map +0 -1
- package/dist/src/components/navigation/GlassHeader.d.ts +0 -189
- package/dist/src/components/navigation/GlassHeader.d.ts.map +0 -1
- package/dist/src/components/navigation/GlassMenubar.d.ts +0 -137
- package/dist/src/components/navigation/GlassMenubar.d.ts.map +0 -1
- package/dist/src/components/navigation/GlassMobileNav.d.ts +0 -81
- package/dist/src/components/navigation/GlassMobileNav.d.ts.map +0 -1
- package/dist/src/components/navigation/GlassNavigation.d.ts +0 -7
- package/dist/src/components/navigation/GlassNavigation.d.ts.map +0 -1
- package/dist/src/components/navigation/GlassNavigationMenu.d.ts +0 -129
- package/dist/src/components/navigation/GlassNavigationMenu.d.ts.map +0 -1
- package/dist/src/components/navigation/GlassPagination.d.ts +0 -153
- package/dist/src/components/navigation/GlassPagination.d.ts.map +0 -1
- package/dist/src/components/navigation/GlassResponsiveNav.d.ts +0 -93
- package/dist/src/components/navigation/GlassResponsiveNav.d.ts.map +0 -1
- package/dist/src/components/navigation/GlassSegmentedControl.d.ts +0 -22
- package/dist/src/components/navigation/GlassSegmentedControl.d.ts.map +0 -1
- package/dist/src/components/navigation/GlassSidebar.d.ts +0 -105
- package/dist/src/components/navigation/GlassSidebar.d.ts.map +0 -1
- package/dist/src/components/navigation/GlassTabBar.d.ts +0 -15
- package/dist/src/components/navigation/GlassTabBar.d.ts.map +0 -1
- package/dist/src/components/navigation/GlassTabItem.d.ts +0 -27
- package/dist/src/components/navigation/GlassTabItem.d.ts.map +0 -1
- package/dist/src/components/navigation/GlassTabs.d.ts +0 -28
- package/dist/src/components/navigation/GlassTabs.d.ts.map +0 -1
- package/dist/src/components/navigation/GlassToolbar.d.ts +0 -15
- package/dist/src/components/navigation/GlassToolbar.d.ts.map +0 -1
- package/dist/src/components/navigation/HeaderUserMenu.d.ts +0 -34
- package/dist/src/components/navigation/HeaderUserMenu.d.ts.map +0 -1
- package/dist/src/components/navigation/components/CollapsedMenu.d.ts +0 -13
- package/dist/src/components/navigation/components/CollapsedMenu.d.ts.map +0 -1
- package/dist/src/components/navigation/components/ScrollButtons.d.ts +0 -10
- package/dist/src/components/navigation/components/ScrollButtons.d.ts.map +0 -1
- package/dist/src/components/navigation/components/TabItem.d.ts +0 -29
- package/dist/src/components/navigation/components/TabItem.d.ts.map +0 -1
- package/dist/src/components/navigation/hooks/useResponsive.d.ts +0 -13
- package/dist/src/components/navigation/hooks/useResponsive.d.ts.map +0 -1
- package/dist/src/components/navigation/hooks/useTabAnimations.d.ts +0 -16
- package/dist/src/components/navigation/hooks/useTabAnimations.d.ts.map +0 -1
- package/dist/src/components/navigation/styled.d.ts +0 -22
- package/dist/src/components/navigation/styled.d.ts.map +0 -1
- package/dist/src/components/navigation/types.d.ts +0 -141
- package/dist/src/components/navigation/types.d.ts.map +0 -1
- package/dist/src/components/navigation/utils/tabUtils.d.ts +0 -14
- package/dist/src/components/navigation/utils/tabUtils.d.ts.map +0 -1
- package/dist/src/components/quantum/GlassCoherenceIndicator.d.ts +0 -30
- package/dist/src/components/quantum/GlassCoherenceIndicator.d.ts.map +0 -1
- package/dist/src/components/quantum/GlassProbabilityCloud.d.ts +0 -36
- package/dist/src/components/quantum/GlassProbabilityCloud.d.ts.map +0 -1
- package/dist/src/components/quantum/GlassQuantumField.d.ts +0 -104
- package/dist/src/components/quantum/GlassQuantumField.d.ts.map +0 -1
- package/dist/src/components/quantum/GlassQuantumTunnel.d.ts +0 -46
- package/dist/src/components/quantum/GlassQuantumTunnel.d.ts.map +0 -1
- package/dist/src/components/quantum/GlassSuperpositionalMenu.d.ts +0 -28
- package/dist/src/components/quantum/GlassSuperpositionalMenu.d.ts.map +0 -1
- package/dist/src/components/quantum/GlassWaveFunction.d.ts +0 -35
- package/dist/src/components/quantum/GlassWaveFunction.d.ts.map +0 -1
- package/dist/src/components/quantum/QuantumEntanglementVisualizer.d.ts +0 -17
- package/dist/src/components/quantum/QuantumEntanglementVisualizer.d.ts.map +0 -1
- package/dist/src/components/quantum/QuantumNeuromorphicEngine.d.ts +0 -21
- package/dist/src/components/quantum/QuantumNeuromorphicEngine.d.ts.map +0 -1
- package/dist/src/components/rating/GlassRating.d.ts +0 -75
- package/dist/src/components/rating/GlassRating.d.ts.map +0 -1
- package/dist/src/components/search/GlassIntelligentSearch.d.ts +0 -51
- package/dist/src/components/search/GlassIntelligentSearch.d.ts.map +0 -1
- package/dist/src/components/search/GlassSpotlightSearch.d.ts +0 -87
- package/dist/src/components/search/GlassSpotlightSearch.d.ts.map +0 -1
- package/dist/src/components/search/index.d.ts +0 -3
- package/dist/src/components/search/index.d.ts.map +0 -1
- package/dist/src/components/social/GlassCollaborativeCursor.d.ts +0 -37
- package/dist/src/components/social/GlassCollaborativeCursor.d.ts.map +0 -1
- package/dist/src/components/social/GlassPresenceIndicator.d.ts +0 -37
- package/dist/src/components/social/GlassPresenceIndicator.d.ts.map +0 -1
- package/dist/src/components/social/GlassReactionBubbles.d.ts +0 -40
- package/dist/src/components/social/GlassReactionBubbles.d.ts.map +0 -1
- package/dist/src/components/social/GlassSharedWhiteboard.d.ts +0 -55
- package/dist/src/components/social/GlassSharedWhiteboard.d.ts.map +0 -1
- package/dist/src/components/social/GlassSocialFeed.d.ts +0 -49
- package/dist/src/components/social/GlassSocialFeed.d.ts.map +0 -1
- package/dist/src/components/social/GlassVoiceWaveform.d.ts +0 -35
- package/dist/src/components/social/GlassVoiceWaveform.d.ts.map +0 -1
- package/dist/src/components/spatial/SpatialComputingEngine.d.ts +0 -93
- package/dist/src/components/spatial/SpatialComputingEngine.d.ts.map +0 -1
- package/dist/src/components/speed-dial/SpeedDial.d.ts +0 -22
- package/dist/src/components/speed-dial/SpeedDial.d.ts.map +0 -1
- package/dist/src/components/speed-dial/SpeedDialAction.d.ts +0 -15
- package/dist/src/components/speed-dial/SpeedDialAction.d.ts.map +0 -1
- package/dist/src/components/speed-dial/SpeedDialIcon.d.ts +0 -15
- package/dist/src/components/speed-dial/SpeedDialIcon.d.ts.map +0 -1
- package/dist/src/components/speed-dial/types.d.ts +0 -195
- package/dist/src/components/speed-dial/types.d.ts.map +0 -1
- package/dist/src/components/ssr/AuraGlassClientBoundary.d.ts +0 -8
- package/dist/src/components/ssr/AuraGlassClientBoundary.d.ts.map +0 -1
- package/dist/src/components/status/GlassConnectionStatus.d.ts +0 -58
- package/dist/src/components/status/GlassConnectionStatus.d.ts.map +0 -1
- package/dist/src/components/surfaces/DimensionalGlass.d.ts +0 -9
- package/dist/src/components/surfaces/DimensionalGlass.d.ts.map +0 -1
- package/dist/src/components/surfaces/FrostedGlass.d.ts +0 -15
- package/dist/src/components/surfaces/FrostedGlass.d.ts.map +0 -1
- package/dist/src/components/surfaces/GlassDepthLayer.d.ts +0 -69
- package/dist/src/components/surfaces/GlassDepthLayer.d.ts.map +0 -1
- package/dist/src/components/surfaces/HeatGlass.d.ts +0 -15
- package/dist/src/components/surfaces/HeatGlass.d.ts.map +0 -1
- package/dist/src/components/surfaces/PageGlassContainer.d.ts +0 -15
- package/dist/src/components/surfaces/PageGlassContainer.d.ts.map +0 -1
- package/dist/src/components/surfaces/WidgetGlass.d.ts +0 -15
- package/dist/src/components/surfaces/WidgetGlass.d.ts.map +0 -1
- package/dist/src/components/surfaces/types.d.ts +0 -487
- package/dist/src/components/surfaces/types.d.ts.map +0 -1
- package/dist/src/components/templates/dashboard/GlassDashboard.d.ts +0 -102
- package/dist/src/components/templates/dashboard/GlassDashboard.d.ts.map +0 -1
- package/dist/src/components/templates/dashboard/index.d.ts +0 -7
- package/dist/src/components/templates/dashboard/index.d.ts.map +0 -1
- package/dist/src/components/templates/dashboard/widgets/ChartWidget.d.ts +0 -69
- package/dist/src/components/templates/dashboard/widgets/ChartWidget.d.ts.map +0 -1
- package/dist/src/components/templates/dashboard/widgets/MetricWidget.d.ts +0 -58
- package/dist/src/components/templates/dashboard/widgets/MetricWidget.d.ts.map +0 -1
- package/dist/src/components/templates/dashboard/widgets/TableWidget.d.ts +0 -91
- package/dist/src/components/templates/dashboard/widgets/TableWidget.d.ts.map +0 -1
- package/dist/src/components/templates/dashboard/widgets/index.d.ts +0 -10
- package/dist/src/components/templates/dashboard/widgets/index.d.ts.map +0 -1
- package/dist/src/components/templates/detail/GlassDetailView.d.ts +0 -110
- package/dist/src/components/templates/detail/GlassDetailView.d.ts.map +0 -1
- package/dist/src/components/templates/detail/index.d.ts +0 -6
- package/dist/src/components/templates/detail/index.d.ts.map +0 -1
- package/dist/src/components/templates/forms/FormValidationUtils.d.ts +0 -101
- package/dist/src/components/templates/forms/FormValidationUtils.d.ts.map +0 -1
- package/dist/src/components/templates/forms/GlassFormTemplate.d.ts +0 -113
- package/dist/src/components/templates/forms/GlassFormTemplate.d.ts.map +0 -1
- package/dist/src/components/templates/forms/GlassFormWizardSteps.d.ts +0 -60
- package/dist/src/components/templates/forms/GlassFormWizardSteps.d.ts.map +0 -1
- package/dist/src/components/templates/forms/GlassWizardTemplate.d.ts +0 -100
- package/dist/src/components/templates/forms/GlassWizardTemplate.d.ts.map +0 -1
- package/dist/src/components/templates/forms/index.d.ts +0 -10
- package/dist/src/components/templates/forms/index.d.ts.map +0 -1
- package/dist/src/components/templates/interactive/GlassDataTable.d.ts +0 -24
- package/dist/src/components/templates/interactive/GlassDataTable.d.ts.map +0 -1
- package/dist/src/components/templates/list/GlassListView.d.ts +0 -160
- package/dist/src/components/templates/list/GlassListView.d.ts.map +0 -1
- package/dist/src/components/templates/list/index.d.ts +0 -6
- package/dist/src/components/templates/list/index.d.ts.map +0 -1
- package/dist/src/components/templates/types.d.ts +0 -44
- package/dist/src/components/templates/types.d.ts.map +0 -1
- package/dist/src/components/toggle-button/ToggleButton.d.ts +0 -39
- package/dist/src/components/toggle-button/ToggleButton.d.ts.map +0 -1
- package/dist/src/components/toggle-button/ToggleButtonGroup.d.ts +0 -22
- package/dist/src/components/toggle-button/ToggleButtonGroup.d.ts.map +0 -1
- package/dist/src/components/toggle-button/types.d.ts +0 -42
- package/dist/src/components/toggle-button/types.d.ts.map +0 -1
- package/dist/src/components/tree-view/TreeItem.d.ts +0 -36
- package/dist/src/components/tree-view/TreeItem.d.ts.map +0 -1
- package/dist/src/components/tree-view/TreeView.d.ts +0 -23
- package/dist/src/components/tree-view/TreeView.d.ts.map +0 -1
- package/dist/src/components/tree-view/types.d.ts +0 -48
- package/dist/src/components/tree-view/types.d.ts.map +0 -1
- package/dist/src/components/ui-components/GlassAccordionUI.d.ts +0 -12
- package/dist/src/components/ui-components/GlassAccordionUI.d.ts.map +0 -1
- package/dist/src/components/ui-components/GlassCheckboxUI.d.ts +0 -3
- package/dist/src/components/ui-components/GlassCheckboxUI.d.ts.map +0 -1
- package/dist/src/components/ui-components/glass-panel.d.ts +0 -31
- package/dist/src/components/ui-components/glass-panel.d.ts.map +0 -1
- package/dist/src/components/ui-components/types.d.ts +0 -33
- package/dist/src/components/ui-components/types.d.ts.map +0 -1
- package/dist/src/components/visual-feedback/FocusIndicator.d.ts +0 -15
- package/dist/src/components/visual-feedback/FocusIndicator.d.ts.map +0 -1
- package/dist/src/components/visual-feedback/RippleButton.d.ts +0 -17
- package/dist/src/components/visual-feedback/RippleButton.d.ts.map +0 -1
- package/dist/src/components/visual-feedback/StateIndicator.d.ts +0 -15
- package/dist/src/components/visual-feedback/StateIndicator.d.ts.map +0 -1
- package/dist/src/components/visual-feedback/VisualFeedback.d.ts +0 -15
- package/dist/src/components/visual-feedback/VisualFeedback.d.ts.map +0 -1
- package/dist/src/components/visual-feedback/types.d.ts +0 -60
- package/dist/src/components/visual-feedback/types.d.ts.map +0 -1
- package/dist/src/components/visualization/GlassAdvancedDataViz.d.ts +0 -55
- package/dist/src/components/visualization/GlassAdvancedDataViz.d.ts.map +0 -1
- package/dist/src/components/visualization/index.d.ts +0 -3
- package/dist/src/components/visualization/index.d.ts.map +0 -1
- package/dist/src/components/voice/VoiceGlassControl.d.ts +0 -16
- package/dist/src/components/voice/VoiceGlassControl.d.ts.map +0 -1
- package/dist/src/components/voice/index.d.ts +0 -2
- package/dist/src/components/voice/index.d.ts.map +0 -1
- package/dist/src/components/website-components/GlassChartsDemo.d.ts +0 -52
- package/dist/src/components/website-components/GlassChartsDemo.d.ts.map +0 -1
- package/dist/src/components/website-components/GlassLinkButton.d.ts +0 -13
- package/dist/src/components/website-components/GlassLinkButton.d.ts.map +0 -1
- package/dist/src/components/website-components/GlassPrismComparison.d.ts +0 -2
- package/dist/src/components/website-components/GlassPrismComparison.d.ts.map +0 -1
- package/dist/src/components/website-components/GlassWipeSlider.d.ts +0 -143
- package/dist/src/components/website-components/GlassWipeSlider.d.ts.map +0 -1
- package/dist/src/components/website-components/GlassWipeSliderExamples.d.ts +0 -25
- package/dist/src/components/website-components/GlassWipeSliderExamples.d.ts.map +0 -1
- package/dist/src/components/website-components/MotionAwareGlass.d.ts +0 -25
- package/dist/src/components/website-components/MotionAwareGlass.d.ts.map +0 -1
- package/dist/src/components/website-components/types.d.ts +0 -29
- package/dist/src/components/website-components/types.d.ts.map +0 -1
- package/dist/src/contexts/AnimationContext.d.ts +0 -24
- package/dist/src/contexts/AnimationContext.d.ts.map +0 -1
- package/dist/src/contexts/ConsciousnessStreamProvider.d.ts +0 -34
- package/dist/src/contexts/ConsciousnessStreamProvider.d.ts.map +0 -1
- package/dist/src/contexts/MotionPreferenceContext.d.ts +0 -12
- package/dist/src/contexts/MotionPreferenceContext.d.ts.map +0 -1
- package/dist/src/core/foundation/glassFoundation.d.ts +0 -89
- package/dist/src/core/foundation/glassFoundation.d.ts.map +0 -1
- package/dist/src/core/mixins/edgeEffects.d.ts +0 -15
- package/dist/src/core/mixins/edgeEffects.d.ts.map +0 -1
- package/dist/src/core/mixins/glassBorder.d.ts +0 -22
- package/dist/src/core/mixins/glassBorder.d.ts.map +0 -1
- package/dist/src/core/mixins/glassMixins.d.ts +0 -88
- package/dist/src/core/mixins/glassMixins.d.ts.map +0 -1
- package/dist/src/core/mixins/glassSurface.d.ts +0 -44
- package/dist/src/core/mixins/glassSurface.d.ts.map +0 -1
- package/dist/src/core/mixins/glowEffects.d.ts +0 -75
- package/dist/src/core/mixins/glowEffects.d.ts.map +0 -1
- package/dist/src/core/mixins/interactiveGlass.d.ts +0 -63
- package/dist/src/core/mixins/interactiveGlass.d.ts.map +0 -1
- package/dist/src/core/mixins/performanceMixins.d.ts +0 -96
- package/dist/src/core/mixins/performanceMixins.d.ts.map +0 -1
- package/dist/src/core/mixins/zSpaceLayer.d.ts +0 -59
- package/dist/src/core/mixins/zSpaceLayer.d.ts.map +0 -1
- package/dist/src/core/productionCore.d.ts +0 -90
- package/dist/src/core/productionCore.d.ts.map +0 -1
- package/dist/src/core/themeContext.d.ts +0 -10
- package/dist/src/core/themeContext.d.ts.map +0 -1
- package/dist/src/core/themeUtils.d.ts +0 -8
- package/dist/src/core/themeUtils.d.ts.map +0 -1
- package/dist/src/core/types.d.ts +0 -46
- package/dist/src/core/types.d.ts.map +0 -1
- package/dist/src/core/zspace.d.ts +0 -17
- package/dist/src/core/zspace.d.ts.map +0 -1
- package/dist/src/design-system/utilsCore.d.ts +0 -3
- package/dist/src/design-system/utilsCore.d.ts.map +0 -1
- package/dist/src/hooks/extended/index.d.ts +0 -13
- package/dist/src/hooks/extended/index.d.ts.map +0 -1
- package/dist/src/hooks/extended/use3DTransform.d.ts +0 -53
- package/dist/src/hooks/extended/use3DTransform.d.ts.map +0 -1
- package/dist/src/hooks/extended/useAmbientTilt.d.ts +0 -33
- package/dist/src/hooks/extended/useAmbientTilt.d.ts.map +0 -1
- package/dist/src/hooks/extended/useDraggableListPhysics.d.ts +0 -86
- package/dist/src/hooks/extended/useDraggableListPhysics.d.ts.map +0 -1
- package/dist/src/hooks/extended/useGalileoSprings.d.ts +0 -243
- package/dist/src/hooks/extended/useGalileoSprings.d.ts.map +0 -1
- package/dist/src/hooks/extended/useGlassFocus.d.ts +0 -107
- package/dist/src/hooks/extended/useGlassFocus.d.ts.map +0 -1
- package/dist/src/hooks/extended/useGlassPerformance.d.ts +0 -117
- package/dist/src/hooks/extended/useGlassPerformance.d.ts.map +0 -1
- package/dist/src/hooks/extended/useMagneticElement.d.ts +0 -30
- package/dist/src/hooks/extended/useMagneticElement.d.ts.map +0 -1
- package/dist/src/hooks/extended/useSortableData.d.ts +0 -115
- package/dist/src/hooks/extended/useSortableData.d.ts.map +0 -1
- package/dist/src/hooks/extended/useZSpace.d.ts +0 -7
- package/dist/src/hooks/extended/useZSpace.d.ts.map +0 -1
- package/dist/src/hooks/extended/useZSpaceAnimation.d.ts +0 -319
- package/dist/src/hooks/extended/useZSpaceAnimation.d.ts.map +0 -1
- package/dist/src/hooks/physics/usePhysicsEngine.d.ts +0 -38
- package/dist/src/hooks/physics/usePhysicsEngine.d.ts.map +0 -1
- package/dist/src/hooks/physics/usePhysicsLayout.d.ts +0 -52
- package/dist/src/hooks/physics/usePhysicsLayout.d.ts.map +0 -1
- package/dist/src/hooks/useAccessibility.d.ts +0 -32
- package/dist/src/hooks/useAccessibility.d.ts.map +0 -1
- package/dist/src/hooks/useAccessibilitySettings.d.ts +0 -44
- package/dist/src/hooks/useAccessibilitySettings.d.ts.map +0 -1
- package/dist/src/hooks/useAutoTextContrast.d.ts +0 -7
- package/dist/src/hooks/useAutoTextContrast.d.ts.map +0 -1
- package/dist/src/hooks/useDeviceCapabilities.d.ts +0 -30
- package/dist/src/hooks/useDeviceCapabilities.d.ts.map +0 -1
- package/dist/src/hooks/useEnhancedPerformance.d.ts +0 -73
- package/dist/src/hooks/useEnhancedPerformance.d.ts.map +0 -1
- package/dist/src/hooks/useEnhancedReducedMotion.d.ts +0 -29
- package/dist/src/hooks/useEnhancedReducedMotion.d.ts.map +0 -1
- package/dist/src/hooks/useErrorBoundary.d.ts +0 -76
- package/dist/src/hooks/useErrorBoundary.d.ts.map +0 -1
- package/dist/src/hooks/useGalileoStateSpring.d.ts +0 -12
- package/dist/src/hooks/useGalileoStateSpring.d.ts.map +0 -1
- package/dist/src/hooks/useGlassIntersection.d.ts +0 -57
- package/dist/src/hooks/useGlassIntersection.d.ts.map +0 -1
- package/dist/src/hooks/useGlassOptimization.d.ts +0 -52
- package/dist/src/hooks/useGlassOptimization.d.ts.map +0 -1
- package/dist/src/hooks/useGlassParallax.d.ts +0 -12
- package/dist/src/hooks/useGlassParallax.d.ts.map +0 -1
- package/dist/src/hooks/useGlassProbes.d.ts +0 -38
- package/dist/src/hooks/useGlassProbes.d.ts.map +0 -1
- package/dist/src/hooks/useGlassTheme.d.ts +0 -2
- package/dist/src/hooks/useGlassTheme.d.ts.map +0 -1
- package/dist/src/hooks/useMotionPreference.d.ts +0 -14
- package/dist/src/hooks/useMotionPreference.d.ts.map +0 -1
- package/dist/src/hooks/useParallax.d.ts +0 -13
- package/dist/src/hooks/useParallax.d.ts.map +0 -1
- package/dist/src/hooks/usePerformance.d.ts +0 -63
- package/dist/src/hooks/usePerformance.d.ts.map +0 -1
- package/dist/src/hooks/usePhysicsInteraction.d.ts +0 -69
- package/dist/src/hooks/usePhysicsInteraction.d.ts.map +0 -1
- package/dist/src/hooks/useReducedMotion.d.ts +0 -2
- package/dist/src/hooks/useReducedMotion.d.ts.map +0 -1
- package/dist/src/hooks/useVirtualization.d.ts +0 -149
- package/dist/src/hooks/useVirtualization.d.ts.map +0 -1
- package/dist/src/index.d.ts +0 -362
- package/dist/src/index.d.ts.map +0 -1
- package/dist/src/lib/GlassLocalizationProvider.d.ts +0 -29
- package/dist/src/lib/GlassLocalizationProvider.d.ts.map +0 -1
- package/dist/src/lib/ai-client.d.ts +0 -206
- package/dist/src/lib/ai-client.d.ts.map +0 -1
- package/dist/src/lib/index.d.ts +0 -4
- package/dist/src/lib/index.d.ts.map +0 -1
- package/dist/src/lib/motionPrimitives.d.ts +0 -100
- package/dist/src/lib/motionPrimitives.d.ts.map +0 -1
- package/dist/src/lib/utils.d.ts +0 -2
- package/dist/src/lib/utils.d.ts.map +0 -1
- package/dist/src/lib/utilsComprehensive.d.ts +0 -87
- package/dist/src/lib/utilsComprehensive.d.ts.map +0 -1
- package/dist/src/physics/AuraPhysicsEngine.d.ts +0 -144
- package/dist/src/physics/AuraPhysicsEngine.d.ts.map +0 -1
- package/dist/src/primitives/GlassCore.d.ts +0 -33
- package/dist/src/primitives/GlassCore.d.ts.map +0 -1
- package/dist/src/primitives/LiquidGlassMaterial.d.ts +0 -129
- package/dist/src/primitives/LiquidGlassMaterial.d.ts.map +0 -1
- package/dist/src/primitives/MotionNative.d.ts +0 -45
- package/dist/src/primitives/MotionNative.d.ts.map +0 -1
- package/dist/src/primitives/OptimizedGlassCore.d.ts +0 -70
- package/dist/src/primitives/OptimizedGlassCore.d.ts.map +0 -1
- package/dist/src/primitives/focus/FocusTrap.d.ts +0 -50
- package/dist/src/primitives/focus/FocusTrap.d.ts.map +0 -1
- package/dist/src/primitives/focus/ScreenReader.d.ts +0 -634
- package/dist/src/primitives/focus/ScreenReader.d.ts.map +0 -1
- package/dist/src/primitives/focus/SkipLinks.d.ts +0 -61
- package/dist/src/primitives/focus/SkipLinks.d.ts.map +0 -1
- package/dist/src/primitives/focus/index.d.ts +0 -63
- package/dist/src/primitives/focus/index.d.ts.map +0 -1
- package/dist/src/primitives/glass/GlassAdvanced.d.ts +0 -65
- package/dist/src/primitives/glass/GlassAdvanced.d.ts.map +0 -1
- package/dist/src/primitives/glass/OptimizedGlassAdvanced.d.ts +0 -48
- package/dist/src/primitives/glass/OptimizedGlassAdvanced.d.ts.map +0 -1
- package/dist/src/primitives/index.d.ts +0 -17
- package/dist/src/primitives/index.d.ts.map +0 -1
- package/dist/src/primitives/motion/MotionFramer.d.ts +0 -17
- package/dist/src/primitives/motion/MotionFramer.d.ts.map +0 -1
- package/dist/src/primitives/motion/ReducedMotionProvider.d.ts +0 -6
- package/dist/src/primitives/motion/ReducedMotionProvider.d.ts.map +0 -1
- package/dist/src/primitives/motion/index.d.ts +0 -7
- package/dist/src/primitives/motion/index.d.ts.map +0 -1
- package/dist/src/primitives/motion/presets.d.ts +0 -813
- package/dist/src/primitives/motion/presets.d.ts.map +0 -1
- package/dist/src/reports/legacyDocuments.d.ts +0 -4
- package/dist/src/reports/legacyDocuments.d.ts.map +0 -1
- package/dist/src/services/ai/cache-service.d.ts +0 -18
- package/dist/src/services/ai/cache-service.d.ts.map +0 -1
- package/dist/src/services/ai/config.d.ts +0 -160
- package/dist/src/services/ai/config.d.ts.map +0 -1
- package/dist/src/services/ai/error-handler.d.ts +0 -33
- package/dist/src/services/ai/error-handler.d.ts.map +0 -1
- package/dist/src/services/ai/openai-service.d.ts +0 -89
- package/dist/src/services/ai/openai-service.d.ts.map +0 -1
- package/dist/src/services/ai/semantic-search-service.d.ts +0 -49
- package/dist/src/services/ai/semantic-search-service.d.ts.map +0 -1
- package/dist/src/services/ai/vision-service.d.ts +0 -94
- package/dist/src/services/ai/vision-service.d.ts.map +0 -1
- package/dist/src/services/auth/auth-service.d.ts +0 -103
- package/dist/src/services/auth/auth-service.d.ts.map +0 -1
- package/dist/src/services/auth/middleware.d.ts +0 -33
- package/dist/src/services/auth/middleware.d.ts.map +0 -1
- package/dist/src/services/websocket/collaboration-service.d.ts +0 -67
- package/dist/src/services/websocket/collaboration-service.d.ts.map +0 -1
- package/dist/src/tests/consciousness/ConsciousnessAccessibilityTests.d.ts +0 -51
- package/dist/src/tests/consciousness/ConsciousnessAccessibilityTests.d.ts.map +0 -1
- package/dist/src/tests/consciousness/ConsciousnessCompatibilityTestSuite.d.ts +0 -44
- package/dist/src/tests/consciousness/ConsciousnessCompatibilityTestSuite.d.ts.map +0 -1
- package/dist/src/tests/consciousness/ConsciousnessPerformanceBenchmark.d.ts +0 -41
- package/dist/src/tests/consciousness/ConsciousnessPerformanceBenchmark.d.ts.map +0 -1
- package/dist/src/theme/GlassContext.d.ts +0 -34
- package/dist/src/theme/GlassContext.d.ts.map +0 -1
- package/dist/src/theme/ThemeProvider.d.ts +0 -175
- package/dist/src/theme/ThemeProvider.d.ts.map +0 -1
- package/dist/src/theme/themeConstants.d.ts +0 -6
- package/dist/src/theme/themeConstants.d.ts.map +0 -1
- package/dist/src/theme/tokens.d.ts +0 -79
- package/dist/src/theme/tokens.d.ts.map +0 -1
- package/dist/src/tokens/designConstants.d.ts +0 -660
- package/dist/src/tokens/designConstants.d.ts.map +0 -1
- package/dist/src/tokens/glass.d.ts +0 -470
- package/dist/src/tokens/glass.d.ts.map +0 -1
- package/dist/src/tokens/index.d.ts +0 -8
- package/dist/src/tokens/index.d.ts.map +0 -1
- package/dist/src/tokens/themeTokens.d.ts +0 -217
- package/dist/src/tokens/themeTokens.d.ts.map +0 -1
- package/dist/src/tools/GlassDevTools.d.ts +0 -9
- package/dist/src/tools/GlassDevTools.d.ts.map +0 -1
- package/dist/src/types/accessibility.d.ts +0 -89
- package/dist/src/types/accessibility.d.ts.map +0 -1
- package/dist/src/types/animations.d.ts +0 -96
- package/dist/src/types/animations.d.ts.map +0 -1
- package/dist/src/types/common.d.ts +0 -67
- package/dist/src/types/common.d.ts.map +0 -1
- package/dist/src/types/components/button.d.ts +0 -20
- package/dist/src/types/components/button.d.ts.map +0 -1
- package/dist/src/types/components/data-display.d.ts +0 -112
- package/dist/src/types/components/data-display.d.ts.map +0 -1
- package/dist/src/types/components/form.d.ts +0 -62
- package/dist/src/types/components/form.d.ts.map +0 -1
- package/dist/src/types/components/layout.d.ts +0 -39
- package/dist/src/types/components/layout.d.ts.map +0 -1
- package/dist/src/types/components.d.ts +0 -125
- package/dist/src/types/components.d.ts.map +0 -1
- package/dist/src/types/consciousness.d.ts +0 -316
- package/dist/src/types/consciousness.d.ts.map +0 -1
- package/dist/src/types/glass-api-stable.d.ts +0 -260
- package/dist/src/types/glass-api-stable.d.ts.map +0 -1
- package/dist/src/types/index.d.ts +0 -113
- package/dist/src/types/index.d.ts.map +0 -1
- package/dist/src/types/productionTypes.d.ts +0 -614
- package/dist/src/types/productionTypes.d.ts.map +0 -1
- package/dist/src/types/themeTypes.d.ts +0 -96
- package/dist/src/types/themeTypes.d.ts.map +0 -1
- package/dist/src/types.d.ts +0 -269
- package/dist/src/types.d.ts.map +0 -1
- package/dist/src/utils/a11y.d.ts +0 -464
- package/dist/src/utils/a11y.d.ts.map +0 -1
- package/dist/src/utils/a11yEnhancers.d.ts +0 -146
- package/dist/src/utils/a11yEnhancers.d.ts.map +0 -1
- package/dist/src/utils/a11yHooks.d.ts +0 -154
- package/dist/src/utils/a11yHooks.d.ts.map +0 -1
- package/dist/src/utils/a11yTesting.d.ts +0 -103
- package/dist/src/utils/a11yTesting.d.ts.map +0 -1
- package/dist/src/utils/adaptiveAI.d.ts +0 -163
- package/dist/src/utils/adaptiveAI.d.ts.map +0 -1
- package/dist/src/utils/aiPersonalization.d.ts +0 -135
- package/dist/src/utils/aiPersonalization.d.ts.map +0 -1
- package/dist/src/utils/browserCompatibility.d.ts +0 -97
- package/dist/src/utils/browserCompatibility.d.ts.map +0 -1
- package/dist/src/utils/compatibility.d.ts +0 -61
- package/dist/src/utils/compatibility.d.ts.map +0 -1
- package/dist/src/utils/consciousnessOptimization.d.ts +0 -76
- package/dist/src/utils/consciousnessOptimization.d.ts.map +0 -1
- package/dist/src/utils/contrast.d.ts +0 -88
- package/dist/src/utils/contrast.d.ts.map +0 -1
- package/dist/src/utils/contrastGuard.d.ts +0 -124
- package/dist/src/utils/contrastGuard.d.ts.map +0 -1
- package/dist/src/utils/createGlassStyle.d.ts +0 -52
- package/dist/src/utils/createGlassStyle.d.ts.map +0 -1
- package/dist/src/utils/dateAdapters.d.ts +0 -42
- package/dist/src/utils/dateAdapters.d.ts.map +0 -1
- package/dist/src/utils/deviceCapabilities.d.ts +0 -129
- package/dist/src/utils/deviceCapabilities.d.ts.map +0 -1
- package/dist/src/utils/dynamicTheme.d.ts +0 -75
- package/dist/src/utils/dynamicTheme.d.ts.map +0 -1
- package/dist/src/utils/elementTypes.d.ts +0 -39
- package/dist/src/utils/elementTypes.d.ts.map +0 -1
- package/dist/src/utils/emotionalIntelligence.d.ts +0 -97
- package/dist/src/utils/emotionalIntelligence.d.ts.map +0 -1
- package/dist/src/utils/env.d.ts +0 -41
- package/dist/src/utils/env.d.ts.map +0 -1
- package/dist/src/utils/errorBoundary.d.ts +0 -82
- package/dist/src/utils/errorBoundary.d.ts.map +0 -1
- package/dist/src/utils/focus.d.ts +0 -69
- package/dist/src/utils/focus.d.ts.map +0 -1
- package/dist/src/utils/glassStyleProbes.d.ts +0 -61
- package/dist/src/utils/glassStyleProbes.d.ts.map +0 -1
- package/dist/src/utils/index.d.ts +0 -12
- package/dist/src/utils/index.d.ts.map +0 -1
- package/dist/src/utils/performance.d.ts +0 -138
- package/dist/src/utils/performance.d.ts.map +0 -1
- package/dist/src/utils/performanceOptimizations.d.ts +0 -112
- package/dist/src/utils/performanceOptimizations.d.ts.map +0 -1
- package/dist/src/utils/productionUtils.d.ts +0 -130
- package/dist/src/utils/productionUtils.d.ts.map +0 -1
- package/dist/src/utils/random.d.ts +0 -15
- package/dist/src/utils/random.d.ts.map +0 -1
- package/dist/src/utils/refUtils.d.ts +0 -10
- package/dist/src/utils/refUtils.d.ts.map +0 -1
- package/dist/src/utils/smartColorExtraction.d.ts +0 -211
- package/dist/src/utils/smartColorExtraction.d.ts.map +0 -1
- package/dist/src/utils/soundDesign.d.ts +0 -112
- package/dist/src/utils/soundDesign.d.ts.map +0 -1
- package/dist/src/utils/testSetup.d.ts +0 -7
- package/dist/src/utils/testSetup.d.ts.map +0 -1
- package/dist/src/utils/themeHelpers.d.ts +0 -70
- package/dist/src/utils/themeHelpers.d.ts.map +0 -1
- package/dist/vite.config.d.ts +0 -3
- package/dist/vite.config.d.ts.map +0 -1
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface DateRange {
|
|
3
|
-
from: Date | null;
|
|
4
|
-
to: Date | null;
|
|
5
|
-
}
|
|
6
|
-
export interface GlassDatePickerProps {
|
|
7
|
-
/**
|
|
8
|
-
* Selected date (controlled)
|
|
9
|
-
*/
|
|
10
|
-
value?: Date | null;
|
|
11
|
-
/**
|
|
12
|
-
* Default selected date (uncontrolled)
|
|
13
|
-
*/
|
|
14
|
-
defaultValue?: Date | null;
|
|
15
|
-
/**
|
|
16
|
-
* Date change handler
|
|
17
|
-
*/
|
|
18
|
-
onChange?: (date: Date | null) => void;
|
|
19
|
-
/**
|
|
20
|
-
* Date range mode
|
|
21
|
-
*/
|
|
22
|
-
mode?: 'single' | 'range';
|
|
23
|
-
/**
|
|
24
|
-
* Selected date range (for range mode)
|
|
25
|
-
*/
|
|
26
|
-
rangeValue?: DateRange;
|
|
27
|
-
/**
|
|
28
|
-
* Default date range (for range mode)
|
|
29
|
-
*/
|
|
30
|
-
defaultRangeValue?: DateRange;
|
|
31
|
-
/**
|
|
32
|
-
* Range change handler
|
|
33
|
-
*/
|
|
34
|
-
onRangeChange?: (range: DateRange) => void;
|
|
35
|
-
/**
|
|
36
|
-
* Minimum selectable date
|
|
37
|
-
*/
|
|
38
|
-
minDate?: Date;
|
|
39
|
-
/**
|
|
40
|
-
* Maximum selectable date
|
|
41
|
-
*/
|
|
42
|
-
maxDate?: Date;
|
|
43
|
-
/**
|
|
44
|
-
* Disabled dates
|
|
45
|
-
*/
|
|
46
|
-
disabledDates?: Date[] | ((date: Date) => boolean);
|
|
47
|
-
/**
|
|
48
|
-
* Date format string
|
|
49
|
-
*/
|
|
50
|
-
format?: string;
|
|
51
|
-
/**
|
|
52
|
-
* Input placeholder
|
|
53
|
-
*/
|
|
54
|
-
placeholder?: string;
|
|
55
|
-
/**
|
|
56
|
-
* Component size
|
|
57
|
-
*/
|
|
58
|
-
size?: 'sm' | 'md' | 'lg';
|
|
59
|
-
/**
|
|
60
|
-
* Whether the component is disabled
|
|
61
|
-
*/
|
|
62
|
-
disabled?: boolean;
|
|
63
|
-
/**
|
|
64
|
-
* Whether the component is required
|
|
65
|
-
*/
|
|
66
|
-
required?: boolean;
|
|
67
|
-
/**
|
|
68
|
-
* Error state
|
|
69
|
-
*/
|
|
70
|
-
error?: boolean;
|
|
71
|
-
/**
|
|
72
|
-
* Helper text
|
|
73
|
-
*/
|
|
74
|
-
helperText?: string;
|
|
75
|
-
/**
|
|
76
|
-
* Error message
|
|
77
|
-
*/
|
|
78
|
-
errorMessage?: string;
|
|
79
|
-
/**
|
|
80
|
-
* Show week numbers
|
|
81
|
-
*/
|
|
82
|
-
showWeekNumbers?: boolean;
|
|
83
|
-
/**
|
|
84
|
-
* First day of week (0 = Sunday, 1 = Monday)
|
|
85
|
-
*/
|
|
86
|
-
firstDayOfWeek?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
87
|
-
/**
|
|
88
|
-
* Show today button
|
|
89
|
-
*/
|
|
90
|
-
showTodayButton?: boolean;
|
|
91
|
-
/**
|
|
92
|
-
* Show clear button
|
|
93
|
-
*/
|
|
94
|
-
showClearButton?: boolean;
|
|
95
|
-
/**
|
|
96
|
-
* Custom date renderer
|
|
97
|
-
*/
|
|
98
|
-
renderDate?: (date: Date, isSelected: boolean, isDisabled: boolean) => React.ReactNode;
|
|
99
|
-
/**
|
|
100
|
-
* Locale for date formatting
|
|
101
|
-
*/
|
|
102
|
-
locale?: string;
|
|
103
|
-
className?: string;
|
|
104
|
-
}
|
|
105
|
-
/**
|
|
106
|
-
* GlassDatePicker component
|
|
107
|
-
* Calendar interface with glassmorphism styling and comprehensive date selection
|
|
108
|
-
*/
|
|
109
|
-
export declare const GlassDatePicker: React.ForwardRefExoticComponent<GlassDatePickerProps & React.RefAttributes<HTMLDivElement>>;
|
|
110
|
-
//# sourceMappingURL=GlassDatePicker.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GlassDatePicker.d.ts","sourceRoot":"","sources":["../../../../src/components/input/GlassDatePicker.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAMvE,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,EAAE,EAAE,IAAI,GAAG,IAAI,CAAC;CACjB;AAED,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,KAAK,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACpB;;OAEG;IACH,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,KAAK,IAAI,CAAC;IACvC;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;IAC1B;;OAEG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB;;OAEG;IACH,iBAAiB,CAAC,EAAE,SAAS,CAAC;IAC9B;;OAEG;IACH,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,IAAI,CAAC;IAC3C;;OAEG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;IACf;;OAEG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;IACf;;OAEG;IACH,aAAa,CAAC,EAAE,IAAI,EAAE,GAAG,CAAC,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO,CAAC,CAAC;IACnD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;OAEG;IACH,cAAc,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAC3C;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,UAAU,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,KAAK,KAAK,CAAC,SAAS,CAAC;IACvF;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;GAGG;AACH,eAAO,MAAM,eAAe,6FA0b3B,CAAC"}
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface DateRange {
|
|
3
|
-
from: Date | null;
|
|
4
|
-
to: Date | null;
|
|
5
|
-
}
|
|
6
|
-
export interface GlassDateRangePickerProps {
|
|
7
|
-
/**
|
|
8
|
-
* Current date range value
|
|
9
|
-
*/
|
|
10
|
-
value?: DateRange;
|
|
11
|
-
/**
|
|
12
|
-
* Default date range value
|
|
13
|
-
*/
|
|
14
|
-
defaultValue?: DateRange;
|
|
15
|
-
/**
|
|
16
|
-
* Callback when date range changes
|
|
17
|
-
*/
|
|
18
|
-
onChange?: (range: DateRange) => void;
|
|
19
|
-
/**
|
|
20
|
-
* Placeholder text
|
|
21
|
-
*/
|
|
22
|
-
placeholder?: string;
|
|
23
|
-
/**
|
|
24
|
-
* Date format for display
|
|
25
|
-
*/
|
|
26
|
-
dateFormat?: 'short' | 'long' | 'numeric';
|
|
27
|
-
/**
|
|
28
|
-
* Locale for date formatting
|
|
29
|
-
*/
|
|
30
|
-
locale?: string;
|
|
31
|
-
/**
|
|
32
|
-
* Minimum selectable date
|
|
33
|
-
*/
|
|
34
|
-
minDate?: Date;
|
|
35
|
-
/**
|
|
36
|
-
* Maximum selectable date
|
|
37
|
-
*/
|
|
38
|
-
maxDate?: Date;
|
|
39
|
-
/**
|
|
40
|
-
* Disabled state
|
|
41
|
-
*/
|
|
42
|
-
disabled?: boolean;
|
|
43
|
-
/**
|
|
44
|
-
* Size variant
|
|
45
|
-
*/
|
|
46
|
-
size?: 'sm' | 'md' | 'lg';
|
|
47
|
-
/**
|
|
48
|
-
* Custom className
|
|
49
|
-
*/
|
|
50
|
-
className?: string;
|
|
51
|
-
/**
|
|
52
|
-
* Custom className for the popover
|
|
53
|
-
*/
|
|
54
|
-
popoverClassName?: string;
|
|
55
|
-
/**
|
|
56
|
-
* Show clear button
|
|
57
|
-
*/
|
|
58
|
-
showClear?: boolean;
|
|
59
|
-
/**
|
|
60
|
-
* Predefined date ranges
|
|
61
|
-
*/
|
|
62
|
-
presets?: Array<{
|
|
63
|
-
label: string;
|
|
64
|
-
getValue: () => DateRange;
|
|
65
|
-
}>;
|
|
66
|
-
/**
|
|
67
|
-
* Custom range label
|
|
68
|
-
*/
|
|
69
|
-
rangeLabel?: string;
|
|
70
|
-
}
|
|
71
|
-
/**
|
|
72
|
-
* GlassDateRangePicker component
|
|
73
|
-
* A glassmorphism date range picker with calendar interface
|
|
74
|
-
*/
|
|
75
|
-
export declare const GlassDateRangePicker: React.FC<GlassDateRangePickerProps>;
|
|
76
|
-
export default GlassDateRangePicker;
|
|
77
|
-
//# sourceMappingURL=GlassDateRangePicker.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GlassDateRangePicker.d.ts","sourceRoot":"","sources":["../../../../src/components/input/GlassDateRangePicker.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAK3D,MAAM,WAAW,SAAS;IACtB,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,EAAE,EAAE,IAAI,GAAG,IAAI,CAAC;CACnB;AAED,MAAM,WAAW,yBAAyB;IACtC;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,IAAI,CAAC;IACtC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;IAC1C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;IACf;;OAEG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;IACf;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC;QACZ,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,SAAS,CAAC;KAC7B,CAAC,CAAC;IACH;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAED;;;GAGG;AACH,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CA6bpE,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface UploadedFile {
|
|
3
|
-
file: File;
|
|
4
|
-
id: string;
|
|
5
|
-
progress: number;
|
|
6
|
-
status: 'uploading' | 'completed' | 'error';
|
|
7
|
-
url?: string;
|
|
8
|
-
error?: string;
|
|
9
|
-
}
|
|
10
|
-
export interface GlassFileUploadProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'onChange'> {
|
|
11
|
-
/**
|
|
12
|
-
* Accepted file types (e.g., '.jpg,.png,.pdf' or 'image/*')
|
|
13
|
-
*/
|
|
14
|
-
accept?: string;
|
|
15
|
-
/**
|
|
16
|
-
* Maximum file size in bytes
|
|
17
|
-
*/
|
|
18
|
-
maxSize?: number;
|
|
19
|
-
/**
|
|
20
|
-
* Maximum number of files
|
|
21
|
-
*/
|
|
22
|
-
maxFiles?: number;
|
|
23
|
-
/**
|
|
24
|
-
* Whether to allow multiple file selection
|
|
25
|
-
*/
|
|
26
|
-
multiple?: boolean;
|
|
27
|
-
/**
|
|
28
|
-
* Upload handler function
|
|
29
|
-
*/
|
|
30
|
-
onUpload?: (files: File[]) => Promise<void>;
|
|
31
|
-
/**
|
|
32
|
-
* File change handler
|
|
33
|
-
*/
|
|
34
|
-
onChange?: (files: UploadedFile[]) => void;
|
|
35
|
-
/**
|
|
36
|
-
* Disabled state
|
|
37
|
-
*/
|
|
38
|
-
disabled?: boolean;
|
|
39
|
-
/**
|
|
40
|
-
* Custom upload text
|
|
41
|
-
*/
|
|
42
|
-
uploadText?: string;
|
|
43
|
-
/**
|
|
44
|
-
* Custom browse text
|
|
45
|
-
*/
|
|
46
|
-
browseText?: string;
|
|
47
|
-
/**
|
|
48
|
-
* Show file preview
|
|
49
|
-
*/
|
|
50
|
-
showPreview?: boolean;
|
|
51
|
-
/**
|
|
52
|
-
* Custom validation function
|
|
53
|
-
*/
|
|
54
|
-
validator?: (file: File) => string | null;
|
|
55
|
-
/**
|
|
56
|
-
* Upload URL endpoint
|
|
57
|
-
*/
|
|
58
|
-
uploadUrl?: string;
|
|
59
|
-
}
|
|
60
|
-
export declare const GlassFileUpload: React.FC<GlassFileUploadProps>;
|
|
61
|
-
//# sourceMappingURL=GlassFileUpload.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GlassFileUpload.d.ts","sourceRoot":"","sources":["../../../../src/components/input/GlassFileUpload.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAI7D,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,IAAI,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,WAAW,GAAG,WAAW,GAAG,OAAO,CAAC;IAC5C,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,oBAAqB,SAAQ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC;IAClG;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC5C;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,YAAY,EAAE,KAAK,IAAI,CAAC;IAC3C;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,MAAM,GAAG,IAAI,CAAC;IAC1C;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAiW1D,CAAC"}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import * as LabelPrimitive from "@radix-ui/react-label";
|
|
3
|
-
import { Slot } from "@radix-ui/react-slot";
|
|
4
|
-
import { ControllerProps, FieldPath, FieldValues } from "react-hook-form";
|
|
5
|
-
declare const GlassForm: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: import("react-hook-form").FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React.JSX.Element;
|
|
6
|
-
declare const GlassFormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ ...props }: ControllerProps<TFieldValues, TName>) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export interface GlassFormItemProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
8
|
-
/** Item spacing variant */
|
|
9
|
-
spacing?: 'sm' | 'md' | 'lg';
|
|
10
|
-
/** Whether to show glass background */
|
|
11
|
-
glass?: boolean;
|
|
12
|
-
}
|
|
13
|
-
declare const GlassFormItem: React.ForwardRefExoticComponent<GlassFormItemProps & React.RefAttributes<HTMLDivElement>>;
|
|
14
|
-
export interface GlassFormLabelProps extends React.ComponentPropsWithoutRef<typeof LabelPrimitive.Root> {
|
|
15
|
-
/** Label size variant */
|
|
16
|
-
size?: 'sm' | 'md' | 'lg';
|
|
17
|
-
/** Whether to show required indicator */
|
|
18
|
-
required?: boolean;
|
|
19
|
-
}
|
|
20
|
-
declare const GlassFormLabel: React.ForwardRefExoticComponent<GlassFormLabelProps & React.RefAttributes<HTMLLabelElement>>;
|
|
21
|
-
export interface GlassFormControlProps extends React.ComponentPropsWithoutRef<typeof Slot> {
|
|
22
|
-
/** Whether to add glass styling to the control */
|
|
23
|
-
glass?: boolean;
|
|
24
|
-
}
|
|
25
|
-
declare const GlassFormControl: React.ForwardRefExoticComponent<GlassFormControlProps & React.RefAttributes<HTMLElement>>;
|
|
26
|
-
export interface GlassFormDescriptionProps extends React.HTMLAttributes<HTMLParagraphElement> {
|
|
27
|
-
/** Description size variant */
|
|
28
|
-
size?: 'xs' | 'sm' | 'md';
|
|
29
|
-
/** Description variant */
|
|
30
|
-
variant?: 'default' | 'muted' | 'accent';
|
|
31
|
-
}
|
|
32
|
-
declare const GlassFormDescription: React.ForwardRefExoticComponent<GlassFormDescriptionProps & React.RefAttributes<HTMLParagraphElement>>;
|
|
33
|
-
export interface GlassFormMessageProps extends React.HTMLAttributes<HTMLParagraphElement> {
|
|
34
|
-
/** Message size variant */
|
|
35
|
-
size?: 'xs' | 'sm' | 'md';
|
|
36
|
-
/** Message variant */
|
|
37
|
-
variant?: 'error' | 'warning' | 'success' | 'info';
|
|
38
|
-
/** Whether to show icon */
|
|
39
|
-
showIcon?: boolean;
|
|
40
|
-
}
|
|
41
|
-
declare const GlassFormMessage: React.ForwardRefExoticComponent<GlassFormMessageProps & React.RefAttributes<HTMLParagraphElement>>;
|
|
42
|
-
declare const useFormField: () => {
|
|
43
|
-
invalid: boolean;
|
|
44
|
-
isDirty: boolean;
|
|
45
|
-
isTouched: boolean;
|
|
46
|
-
isValidating: boolean;
|
|
47
|
-
error?: import("react-hook-form").FieldError;
|
|
48
|
-
id: string;
|
|
49
|
-
name: string;
|
|
50
|
-
formItemId: string;
|
|
51
|
-
formDescriptionId: string;
|
|
52
|
-
formMessageId: string;
|
|
53
|
-
};
|
|
54
|
-
export { GlassForm, GlassFormControl, GlassFormDescription, GlassFormField, GlassFormItem, GlassFormLabel, GlassFormMessage, useFormField };
|
|
55
|
-
export { GlassForm as Form, GlassFormControl as FormControl, GlassFormDescription as FormDescription, GlassFormField as FormField, GlassFormItem as FormItem, GlassFormLabel as FormLabel, GlassFormMessage as FormMessage, useFormField as useGlassFormField };
|
|
56
|
-
export default GlassForm;
|
|
57
|
-
//# sourceMappingURL=GlassForm.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GlassForm.d.ts","sourceRoot":"","sources":["../../../../src/components/input/GlassForm.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,cAAc,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAE5C,OAAO,EAEL,eAAe,EACf,SAAS,EACT,WAAW,EAGZ,MAAM,iBAAiB,CAAC;AAIzB,QAAA,MAAM,SAAS,4MAAe,CAAC;AAe/B,QAAA,MAAM,cAAc,GAClB,YAAY,SAAS,WAAW,GAAG,WAAW,EAC9C,KAAK,SAAS,SAAS,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,YAAY,CAAC,EAC/D,cAEC,eAAe,CAAC,YAAY,EAAE,KAAK,CAAC,4CAMtC,CAAC;AAYF,MAAM,WAAW,kBAAmB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC9E,2BAA2B;IAC3B,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC7B,uCAAuC;IACvC,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,QAAA,MAAM,aAAa,2FA2ClB,CAAC;AAIF,MAAM,WAAW,mBAAoB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC;IACrG,yBAAyB;IACzB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,yCAAyC;IACzC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,QAAA,MAAM,cAAc,8FAoBlB,CAAC;AAIH,MAAM,WAAW,qBAAsB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,IAAI,CAAC;IACxF,kDAAkD;IAClD,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,QAAA,MAAM,gBAAgB,2FA2BpB,CAAC;AAIH,MAAM,WAAW,yBAA0B,SAAQ,KAAK,CAAC,cAAc,CAAC,oBAAoB,CAAC;IAC3F,+BAA+B;IAC/B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,0BAA0B;IAC1B,OAAO,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,QAAQ,CAAC;CAC1C;AAED,QAAA,MAAM,oBAAoB,wGA+BxB,CAAC;AAIH,MAAM,WAAW,qBAAsB,SAAQ,KAAK,CAAC,cAAc,CAAC,oBAAoB,CAAC;IACvF,2BAA2B;IAC3B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,sBAAsB;IACtB,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,CAAC;IACnD,2BAA2B;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,QAAA,MAAM,gBAAgB,oGAuDpB,CAAC;AAIH,QAAA,MAAM,YAAY;;;;;;;;;;;CAqBjB,CAAC;AAGF,OAAO,EACL,SAAS,EAAE,gBAAgB,EAC3B,oBAAoB,EAAE,cAAc,EAAE,aAAa,EACnD,cAAc,EAAE,gBAAgB,EAAE,YAAY,EAC/C,CAAC;AAGF,OAAO,EACL,SAAS,IAAI,IAAI,EAAE,gBAAgB,IAAI,WAAW,EAClD,oBAAoB,IAAI,eAAe,EAAE,cAAc,IAAI,SAAS,EAAE,aAAa,IAAI,QAAQ,EAC/F,cAAc,IAAI,SAAS,EAAE,gBAAgB,IAAI,WAAW,EAAE,YAAY,IAAI,iBAAiB,EAChG,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface FormStep {
|
|
3
|
-
id: string;
|
|
4
|
-
title: string;
|
|
5
|
-
description?: string;
|
|
6
|
-
icon?: React.ReactNode;
|
|
7
|
-
completed?: boolean;
|
|
8
|
-
disabled?: boolean;
|
|
9
|
-
error?: boolean;
|
|
10
|
-
optional?: boolean;
|
|
11
|
-
}
|
|
12
|
-
export interface GlassFormStepperProps {
|
|
13
|
-
/**
|
|
14
|
-
* Array of form steps
|
|
15
|
-
*/
|
|
16
|
-
steps: FormStep[];
|
|
17
|
-
/**
|
|
18
|
-
* Current active step index
|
|
19
|
-
*/
|
|
20
|
-
currentStep?: number;
|
|
21
|
-
/**
|
|
22
|
-
* Step click handler
|
|
23
|
-
*/
|
|
24
|
-
onStepClick?: (stepIndex: number) => void;
|
|
25
|
-
/**
|
|
26
|
-
* Orientation of the stepper
|
|
27
|
-
*/
|
|
28
|
-
orientation?: 'horizontal' | 'vertical';
|
|
29
|
-
/**
|
|
30
|
-
* Size variant
|
|
31
|
-
*/
|
|
32
|
-
size?: 'sm' | 'md' | 'lg';
|
|
33
|
-
/**
|
|
34
|
-
* Show step numbers
|
|
35
|
-
*/
|
|
36
|
-
showNumbers?: boolean;
|
|
37
|
-
/**
|
|
38
|
-
* Show step descriptions
|
|
39
|
-
*/
|
|
40
|
-
showDescriptions?: boolean;
|
|
41
|
-
/**
|
|
42
|
-
* Allow clicking on completed steps
|
|
43
|
-
*/
|
|
44
|
-
allowClickCompleted?: boolean;
|
|
45
|
-
/**
|
|
46
|
-
* Show progress line
|
|
47
|
-
*/
|
|
48
|
-
showProgressLine?: boolean;
|
|
49
|
-
/**
|
|
50
|
-
* Custom className
|
|
51
|
-
*/
|
|
52
|
-
className?: string;
|
|
53
|
-
}
|
|
54
|
-
/**
|
|
55
|
-
* GlassFormStepper component
|
|
56
|
-
* A visual stepper component for multi-step forms with glassmorphism design
|
|
57
|
-
*/
|
|
58
|
-
export declare const GlassFormStepper: React.FC<GlassFormStepperProps>;
|
|
59
|
-
export interface GlassCompactStepperProps extends Omit<GlassFormStepperProps, 'orientation' | 'showDescriptions'> {
|
|
60
|
-
/**
|
|
61
|
-
* Show labels
|
|
62
|
-
*/
|
|
63
|
-
showLabels?: boolean;
|
|
64
|
-
}
|
|
65
|
-
/**
|
|
66
|
-
* GlassCompactStepper component
|
|
67
|
-
* A compact version of the stepper for tight spaces
|
|
68
|
-
*/
|
|
69
|
-
export declare const GlassCompactStepper: React.FC<GlassCompactStepperProps>;
|
|
70
|
-
export default GlassFormStepper;
|
|
71
|
-
//# sourceMappingURL=GlassFormStepper.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GlassFormStepper.d.ts","sourceRoot":"","sources":["../../../../src/components/input/GlassFormStepper.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,WAAW,QAAQ;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,qBAAqB;IAClC;;OAEG;IACH,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,WAAW,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C;;OAEG;IACH,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;;GAGG;AACH,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAkS5D,CAAC;AAGF,MAAM,WAAW,wBAAyB,SAAQ,IAAI,CAAC,qBAAqB,EAAE,aAAa,GAAG,kBAAkB,CAAC;IAC7G;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;AAED;;;GAGG;AACH,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CA0FlE,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export interface ColumnDef<T = any> {
|
|
2
|
-
key: keyof T;
|
|
3
|
-
header: string;
|
|
4
|
-
}
|
|
5
|
-
export interface GlassFormTableProps<T = any> {
|
|
6
|
-
columns: ColumnDef<T>[];
|
|
7
|
-
rows: T[];
|
|
8
|
-
onChange: (rows: T[]) => void;
|
|
9
|
-
}
|
|
10
|
-
export declare function GlassFormTable<T = any>({ columns, rows, onChange }: GlassFormTableProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
export default GlassFormTable;
|
|
12
|
-
//# sourceMappingURL=GlassFormTable.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GlassFormTable.d.ts","sourceRoot":"","sources":["../../../../src/components/input/GlassFormTable.tsx"],"names":[],"mappings":"AAMA,MAAM,WAAW,SAAS,CAAC,CAAC,GAAC,GAAG;IAAI,GAAG,EAAE,MAAM,CAAC,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE;AAClE,MAAM,WAAW,mBAAmB,CAAC,CAAC,GAAC,GAAG;IAAI,OAAO,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;IAAC,IAAI,EAAE,CAAC,EAAE,CAAC;IAAC,QAAQ,EAAE,CAAC,IAAI,EAAC,CAAC,EAAE,KAAG,IAAI,CAAA;CAAE;AAE9G,wBAAgB,cAAc,CAAC,CAAC,GAAC,GAAG,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,mBAAmB,CAAC,CAAC,CAAC,2CAyCxF;AAED,eAAe,cAAc,CAAC"}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface GlassInputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'size'> {
|
|
3
|
-
/**
|
|
4
|
-
* GlassInput variant
|
|
5
|
-
*/
|
|
6
|
-
variant?: 'default' | 'filled' | 'outlined' | 'minimal';
|
|
7
|
-
/**
|
|
8
|
-
* GlassInput size
|
|
9
|
-
*/
|
|
10
|
-
size?: 'sm' | 'md' | 'lg';
|
|
11
|
-
/**
|
|
12
|
-
* GlassInput state
|
|
13
|
-
*/
|
|
14
|
-
state?: 'default' | 'error' | 'warning' | 'success';
|
|
15
|
-
/**
|
|
16
|
-
* Whether input is full width
|
|
17
|
-
*/
|
|
18
|
-
fullWidth?: boolean;
|
|
19
|
-
/**
|
|
20
|
-
* Left icon
|
|
21
|
-
*/
|
|
22
|
-
leftIcon?: React.ReactNode;
|
|
23
|
-
/**
|
|
24
|
-
* Right icon
|
|
25
|
-
*/
|
|
26
|
-
rightIcon?: React.ReactNode;
|
|
27
|
-
/**
|
|
28
|
-
* Helper text
|
|
29
|
-
*/
|
|
30
|
-
helperText?: string;
|
|
31
|
-
/**
|
|
32
|
-
* Error text
|
|
33
|
-
*/
|
|
34
|
-
errorText?: string;
|
|
35
|
-
/**
|
|
36
|
-
* Loading state
|
|
37
|
-
*/
|
|
38
|
-
loading?: boolean;
|
|
39
|
-
/**
|
|
40
|
-
* Clear button
|
|
41
|
-
*/
|
|
42
|
-
clearable?: boolean;
|
|
43
|
-
/**
|
|
44
|
-
* Custom clear function
|
|
45
|
-
*/
|
|
46
|
-
onClear?: () => void;
|
|
47
|
-
/**
|
|
48
|
-
* Accessible label for the input
|
|
49
|
-
*/
|
|
50
|
-
label?: string;
|
|
51
|
-
/**
|
|
52
|
-
* ID of element that labels the input
|
|
53
|
-
*/
|
|
54
|
-
'aria-labelledby'?: string;
|
|
55
|
-
/**
|
|
56
|
-
* ID of element(s) that describe the input
|
|
57
|
-
*/
|
|
58
|
-
'aria-describedby'?: string;
|
|
59
|
-
/**
|
|
60
|
-
* Whether the input is required
|
|
61
|
-
*/
|
|
62
|
-
'aria-required'?: boolean;
|
|
63
|
-
/**
|
|
64
|
-
* Whether the input value is invalid
|
|
65
|
-
*/
|
|
66
|
-
'aria-invalid'?: boolean;
|
|
67
|
-
/**
|
|
68
|
-
* ID of error message element
|
|
69
|
-
*/
|
|
70
|
-
'aria-errormessage'?: string;
|
|
71
|
-
/**
|
|
72
|
-
* Glass material variant
|
|
73
|
-
*/
|
|
74
|
-
material?: 'glass' | 'liquid';
|
|
75
|
-
/**
|
|
76
|
-
* Material properties for liquid glass
|
|
77
|
-
*/
|
|
78
|
-
materialProps?: {
|
|
79
|
-
ior?: number;
|
|
80
|
-
thickness?: number;
|
|
81
|
-
tint?: {
|
|
82
|
-
r: number;
|
|
83
|
-
g: number;
|
|
84
|
-
b: number;
|
|
85
|
-
a: number;
|
|
86
|
-
};
|
|
87
|
-
variant?: 'regular' | 'clear';
|
|
88
|
-
quality?: 'ultra' | 'high' | 'balanced' | 'efficient';
|
|
89
|
-
};
|
|
90
|
-
}
|
|
91
|
-
/**
|
|
92
|
-
* GlassInput component
|
|
93
|
-
* A glassmorphism input field with various states and configurations
|
|
94
|
-
*/
|
|
95
|
-
export declare const GlassInput: React.ForwardRefExoticComponent<GlassInputProps & React.RefAttributes<HTMLInputElement>>;
|
|
96
|
-
export { GlassTextarea as GlassTextArea } from './GlassTextarea';
|
|
97
|
-
export type { GlassTextareaProps as GlassTextAreaProps } from './GlassTextarea';
|
|
98
|
-
//# sourceMappingURL=GlassInput.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GlassInput.d.ts","sourceRoot":"","sources":["../../../../src/components/input/GlassInput.tsx"],"names":[],"mappings":"AAKA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAMpD,MAAM,WAAW,eAAgB,SAAQ,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAChG;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,UAAU,GAAG,SAAS,CAAC;IACxD;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,CAAC;IACpD;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B;;OAEG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IAGrB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC9B;;OAEG;IACH,aAAa,CAAC,EAAE;QACd,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,IAAI,CAAC,EAAE;YAAE,CAAC,EAAE,MAAM,CAAC;YAAC,CAAC,EAAE,MAAM,CAAC;YAAC,CAAC,EAAE,MAAM,CAAC;YAAC,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;QACtD,OAAO,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;QAC9B,OAAO,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,UAAU,GAAG,WAAW,CAAC;KACvD,CAAC;CACH;AAED;;;GAGG;AACH,eAAO,MAAM,UAAU,0FAqXtB,CAAC;AAKF,OAAO,EAAE,aAAa,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACjE,YAAY,EAAE,kBAAkB,IAAI,kBAAkB,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface GlassLabelProps extends React.LabelHTMLAttributes<HTMLLabelElement> {
|
|
3
|
-
/** Size of the label */
|
|
4
|
-
size?: 'xs' | 'sm' | 'md' | 'lg';
|
|
5
|
-
/** Visual variant */
|
|
6
|
-
variant?: 'default' | 'muted' | 'accent' | 'success' | 'warning' | 'error';
|
|
7
|
-
/** Whether the label is required */
|
|
8
|
-
required?: boolean;
|
|
9
|
-
/** Whether the label is for a disabled field */
|
|
10
|
-
disabled?: boolean;
|
|
11
|
-
/** Custom icon */
|
|
12
|
-
icon?: React.ReactNode;
|
|
13
|
-
/** Optional description for the label */
|
|
14
|
-
description?: string;
|
|
15
|
-
/** Whether the label should have enhanced visual styling */
|
|
16
|
-
enhanced?: boolean;
|
|
17
|
-
}
|
|
18
|
-
export declare const GlassLabel: React.ForwardRefExoticComponent<GlassLabelProps & React.RefAttributes<HTMLLabelElement>>;
|
|
19
|
-
export default GlassLabel;
|
|
20
|
-
//# sourceMappingURL=GlassLabel.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GlassLabel.d.ts","sourceRoot":"","sources":["../../../../src/components/input/GlassLabel.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAI1C,MAAM,WAAW,eAAgB,SAAQ,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC;IAClF,wBAAwB;IACxB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACjC,qBAAqB;IACrB,OAAO,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IAC3E,oCAAoC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gDAAgD;IAChD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kBAAkB;IAClB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,yCAAyC;IACzC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,4DAA4D;IAC5D,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,UAAU,0FA4FtB,CAAC;AAIF,eAAe,UAAU,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GlassMultiSelect Component
|
|
3
|
-
*
|
|
4
|
-
* A glass-styled multi-select component with physics-based animations,
|
|
5
|
-
* token-based selected items, advanced filtering, and virtualization.
|
|
6
|
-
*/
|
|
7
|
-
import React from 'react';
|
|
8
|
-
import { MultiSelectProps } from './types';
|
|
9
|
-
import { AnimationProps } from '../../types/animations';
|
|
10
|
-
export declare const GlassMultiSelect: <T extends string | number = string | number>(props: MultiSelectProps<T> & AnimationProps & {
|
|
11
|
-
ref?: React.ForwardedRef<HTMLDivElement>;
|
|
12
|
-
}) => React.ReactElement;
|
|
13
|
-
export default GlassMultiSelect;
|
|
14
|
-
//# sourceMappingURL=GlassMultiSelect.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GlassMultiSelect.d.ts","sourceRoot":"","sources":["../../../../src/components/input/GlassMultiSelect.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAA8E,MAAM,OAAO,CAAC;AA+CnG,OAAO,EAGL,gBAAgB,EACjB,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAuhBxD,eAAO,MAAM,gBAAgB,EAA2C,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,EAClH,KAAK,EAAE,gBAAgB,CAAC,CAAC,CAAC,GAAG,cAAc,GAAG;IAAE,GAAG,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,cAAc,CAAC,CAAA;CAAE,KACvF,KAAK,CAAC,YAAY,CAAC;AAKxB,eAAe,gBAAgB,CAAC"}
|