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,93 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface ChatAttachment {
|
|
3
|
-
id: string;
|
|
4
|
-
file: File;
|
|
5
|
-
type: 'image' | 'video' | 'audio' | 'file';
|
|
6
|
-
preview?: string;
|
|
7
|
-
size: number;
|
|
8
|
-
}
|
|
9
|
-
export interface GlassChatInputProps {
|
|
10
|
-
/**
|
|
11
|
-
* Placeholder text
|
|
12
|
-
*/
|
|
13
|
-
placeholder?: string;
|
|
14
|
-
/**
|
|
15
|
-
* Enable file attachments
|
|
16
|
-
*/
|
|
17
|
-
enableAttachments?: boolean;
|
|
18
|
-
/**
|
|
19
|
-
* Enable voice messages
|
|
20
|
-
*/
|
|
21
|
-
enableVoice?: boolean;
|
|
22
|
-
/**
|
|
23
|
-
* Enable emoji picker
|
|
24
|
-
*/
|
|
25
|
-
enableEmoji?: boolean;
|
|
26
|
-
/**
|
|
27
|
-
* Enable rich text formatting
|
|
28
|
-
*/
|
|
29
|
-
enableFormatting?: boolean;
|
|
30
|
-
/**
|
|
31
|
-
* Enable mentions
|
|
32
|
-
*/
|
|
33
|
-
enableMentions?: boolean;
|
|
34
|
-
/**
|
|
35
|
-
* Maximum character count
|
|
36
|
-
*/
|
|
37
|
-
maxLength?: number;
|
|
38
|
-
/**
|
|
39
|
-
* Maximum file size in bytes
|
|
40
|
-
*/
|
|
41
|
-
maxFileSize?: number;
|
|
42
|
-
/**
|
|
43
|
-
* Accepted file types
|
|
44
|
-
*/
|
|
45
|
-
acceptedFileTypes?: string;
|
|
46
|
-
/**
|
|
47
|
-
* Show character count
|
|
48
|
-
*/
|
|
49
|
-
showCharCount?: boolean;
|
|
50
|
-
/**
|
|
51
|
-
* Auto-resize textarea
|
|
52
|
-
*/
|
|
53
|
-
autoResize?: boolean;
|
|
54
|
-
/**
|
|
55
|
-
* Disabled state
|
|
56
|
-
*/
|
|
57
|
-
disabled?: boolean;
|
|
58
|
-
/**
|
|
59
|
-
* Loading state
|
|
60
|
-
*/
|
|
61
|
-
loading?: boolean;
|
|
62
|
-
/**
|
|
63
|
-
* Send message handler
|
|
64
|
-
*/
|
|
65
|
-
onSendMessage?: (content: string, attachments?: ChatAttachment[]) => void;
|
|
66
|
-
/**
|
|
67
|
-
* Typing handler
|
|
68
|
-
*/
|
|
69
|
-
onTyping?: (isTyping: boolean) => void;
|
|
70
|
-
/**
|
|
71
|
-
* Attachment handler
|
|
72
|
-
*/
|
|
73
|
-
onAttachmentAdd?: (attachment: ChatAttachment) => void;
|
|
74
|
-
/**
|
|
75
|
-
* Attachment remove handler
|
|
76
|
-
*/
|
|
77
|
-
onAttachmentRemove?: (attachmentId: string) => void;
|
|
78
|
-
/**
|
|
79
|
-
* Voice recording handler
|
|
80
|
-
*/
|
|
81
|
-
onVoiceRecording?: (blob: Blob) => void;
|
|
82
|
-
/**
|
|
83
|
-
* Custom className
|
|
84
|
-
*/
|
|
85
|
-
className?: string;
|
|
86
|
-
}
|
|
87
|
-
/**
|
|
88
|
-
* GlassChatInput component
|
|
89
|
-
* A rich chat input with attachments, voice recording, and formatting
|
|
90
|
-
*/
|
|
91
|
-
export declare const GlassChatInput: React.FC<GlassChatInputProps>;
|
|
92
|
-
export default GlassChatInput;
|
|
93
|
-
//# sourceMappingURL=GlassChatInput.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GlassChatInput.d.ts","sourceRoot":"","sources":["../../../../src/components/interactive/GlassChatInput.tsx"],"names":[],"mappings":"AAoBA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAKxE,MAAM,WAAW,cAAc;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,IAAI,CAAC;IACX,IAAI,EAAE,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,CAAC;IAC3C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,mBAAmB;IAChC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,aAAa,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,cAAc,EAAE,KAAK,IAAI,CAAC;IAC1E;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC;;OAEG;IACH,eAAe,CAAC,EAAE,CAAC,UAAU,EAAE,cAAc,KAAK,IAAI,CAAC;IACvD;;OAEG;IACH,kBAAkB,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD;;OAEG;IACH,gBAAgB,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IACxC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;;GAGG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAmexD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface CoachmarkStep {
|
|
3
|
-
id: string;
|
|
4
|
-
content: React.ReactNode;
|
|
5
|
-
}
|
|
6
|
-
export interface GlassCoachmarksProps {
|
|
7
|
-
steps: CoachmarkStep[];
|
|
8
|
-
current: number;
|
|
9
|
-
onNext: () => void;
|
|
10
|
-
onPrev: () => void;
|
|
11
|
-
onClose: () => void;
|
|
12
|
-
}
|
|
13
|
-
export declare function GlassCoachmarks({ steps, current, onNext, onPrev, onClose }: GlassCoachmarksProps): import("react/jsx-runtime").JSX.Element | null;
|
|
14
|
-
export default GlassCoachmarks;
|
|
15
|
-
//# sourceMappingURL=GlassCoachmarks.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GlassCoachmarks.d.ts","sourceRoot":"","sources":["../../../../src/components/interactive/GlassCoachmarks.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,WAAW,aAAa;IAAG,EAAE,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE;AACvE,MAAM,WAAW,oBAAoB;IAAG,KAAK,EAAE,aAAa,EAAE,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAI,IAAI,CAAC;IAAC,MAAM,EAAE,MAAI,IAAI,CAAC;IAAC,OAAO,EAAE,MAAI,IAAI,CAAA;CAAE;AAExI,wBAAgB,eAAe,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,oBAAoB,kDAoBhG;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export type Language = 'javascript' | 'typescript' | 'python' | 'java' | 'cpp' | 'csharp' | 'go' | 'rust' | 'php' | 'ruby' | 'swift' | 'kotlin' | 'scala' | 'html' | 'css' | 'json' | 'xml' | 'yaml' | 'sql' | 'bash' | 'powershell' | 'dockerfile' | 'markdown' | 'plaintext';
|
|
3
|
-
export interface GlassCodeEditorProps {
|
|
4
|
-
/** Code content */
|
|
5
|
-
value?: string;
|
|
6
|
-
/** Language for syntax highlighting */
|
|
7
|
-
language?: Language;
|
|
8
|
-
/** Whether the editor is read-only */
|
|
9
|
-
readOnly?: boolean;
|
|
10
|
-
/** Placeholder text when empty */
|
|
11
|
-
placeholder?: string;
|
|
12
|
-
/** Font size */
|
|
13
|
-
fontSize?: number;
|
|
14
|
-
/** Number of lines to show */
|
|
15
|
-
lineNumbers?: boolean;
|
|
16
|
-
/** Whether to show minimap */
|
|
17
|
-
minimap?: boolean;
|
|
18
|
-
/** Whether to enable word wrap */
|
|
19
|
-
wordWrap?: boolean;
|
|
20
|
-
/** Tab size */
|
|
21
|
-
tabSize?: number;
|
|
22
|
-
/** Whether to enable auto-completion */
|
|
23
|
-
autoComplete?: boolean;
|
|
24
|
-
/** Theme for syntax highlighting */
|
|
25
|
-
theme?: 'light' | 'dark' | 'auto';
|
|
26
|
-
/** Maximum height */
|
|
27
|
-
maxHeight?: string;
|
|
28
|
-
/** Minimum height */
|
|
29
|
-
minHeight?: string;
|
|
30
|
-
/** Custom className */
|
|
31
|
-
className?: string;
|
|
32
|
-
/** Change handler */
|
|
33
|
-
onChange?: (value: string) => void;
|
|
34
|
-
/** Focus handler */
|
|
35
|
-
onFocus?: () => void;
|
|
36
|
-
/** Blur handler */
|
|
37
|
-
onBlur?: () => void;
|
|
38
|
-
/** Mount handler */
|
|
39
|
-
onMount?: (editor: any) => void;
|
|
40
|
-
}
|
|
41
|
-
export declare const GlassCodeEditor: React.FC<GlassCodeEditorProps>;
|
|
42
|
-
export declare const GlassCodeEditorWithFiles: React.FC<{
|
|
43
|
-
files: {
|
|
44
|
-
name: string;
|
|
45
|
-
content: string;
|
|
46
|
-
language: Language;
|
|
47
|
-
}[];
|
|
48
|
-
onFileChange?: (filename: string, content: string) => void;
|
|
49
|
-
className?: string;
|
|
50
|
-
}>;
|
|
51
|
-
//# sourceMappingURL=GlassCodeEditor.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GlassCodeEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/interactive/GlassCodeEditor.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAGxE,MAAM,MAAM,QAAQ,GAChB,YAAY,GACZ,YAAY,GACZ,QAAQ,GACR,MAAM,GACN,KAAK,GACL,QAAQ,GACR,IAAI,GACJ,MAAM,GACN,KAAK,GACL,MAAM,GACN,OAAO,GACP,QAAQ,GACR,OAAO,GACP,MAAM,GACN,KAAK,GACL,MAAM,GACN,KAAK,GACL,MAAM,GACN,KAAK,GACL,MAAM,GACN,YAAY,GACZ,YAAY,GACZ,UAAU,GACV,WAAW,CAAC;AAEhB,MAAM,WAAW,oBAAoB;IACnC,mBAAmB;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,uCAAuC;IACvC,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,sCAAsC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kCAAkC;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,8BAA8B;IAC9B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,8BAA8B;IAC9B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,kCAAkC;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,wCAAwC;IACxC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,oCAAoC;IACpC,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC;IAClC,qBAAqB;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qBAAqB;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,uBAAuB;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qBAAqB;IACrB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,oBAAoB;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,mBAAmB;IACnB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,oBAAoB;IACpB,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,KAAK,IAAI,CAAC;CACjC;AAsCD,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAsQ1D,CAAC;AAGF,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAAC;IAC9C,KAAK,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,QAAQ,CAAA;KAAE,EAAE,CAAC;IAC/D,YAAY,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3D,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CA4CA,CAAC"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface ColorScheme {
|
|
3
|
-
primary: string;
|
|
4
|
-
secondary: string;
|
|
5
|
-
accent: string;
|
|
6
|
-
neutral: string;
|
|
7
|
-
success: string;
|
|
8
|
-
warning: string;
|
|
9
|
-
error: string;
|
|
10
|
-
info: string;
|
|
11
|
-
background: string;
|
|
12
|
-
surface: string;
|
|
13
|
-
text: string;
|
|
14
|
-
}
|
|
15
|
-
export interface GlassColorSchemeGeneratorProps {
|
|
16
|
-
/** Initial color scheme */
|
|
17
|
-
initialScheme?: Partial<ColorScheme>;
|
|
18
|
-
/** Whether to show advanced options */
|
|
19
|
-
advanced?: boolean;
|
|
20
|
-
/** Whether to generate CSS variables */
|
|
21
|
-
generateCSS?: boolean;
|
|
22
|
-
/** Whether to generate Tailwind config */
|
|
23
|
-
generateTailwind?: boolean;
|
|
24
|
-
/** Custom className */
|
|
25
|
-
className?: string;
|
|
26
|
-
/** Change handler */
|
|
27
|
-
onSchemeChange?: (scheme: ColorScheme) => void;
|
|
28
|
-
/** Export handler */
|
|
29
|
-
onExport?: (scheme: ColorScheme, format: 'css' | 'json' | 'tailwind') => void;
|
|
30
|
-
}
|
|
31
|
-
export declare const GlassColorSchemeGenerator: React.FC<GlassColorSchemeGeneratorProps>;
|
|
32
|
-
//# sourceMappingURL=GlassColorSchemeGenerator.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GlassColorSchemeGenerator.d.ts","sourceRoot":"","sources":["../../../../src/components/interactive/GlassColorSchemeGenerator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAI9D,MAAM,WAAW,WAAW;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,8BAA8B;IAC7C,2BAA2B;IAC3B,aAAa,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;IACrC,uCAAuC;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,wCAAwC;IACxC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,0CAA0C;IAC1C,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,uBAAuB;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qBAAqB;IACrB,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,WAAW,KAAK,IAAI,CAAC;IAC/C,qBAAqB;IACrB,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,KAAK,GAAG,MAAM,GAAG,UAAU,KAAK,IAAI,CAAC;CAC/E;AA+BD,eAAO,MAAM,yBAAyB,EAAE,KAAK,CAAC,EAAE,CAAC,8BAA8B,CA0U9E,CAAC"}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface HSV {
|
|
3
|
-
h: number;
|
|
4
|
-
s: number;
|
|
5
|
-
v: number;
|
|
6
|
-
}
|
|
7
|
-
interface RGB {
|
|
8
|
-
r: number;
|
|
9
|
-
g: number;
|
|
10
|
-
b: number;
|
|
11
|
-
}
|
|
12
|
-
export interface GlassColorWheelProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'onChange'> {
|
|
13
|
-
/** Current color value in hex format */
|
|
14
|
-
value?: string;
|
|
15
|
-
/** Default color value */
|
|
16
|
-
defaultValue?: string;
|
|
17
|
-
/** Size of the color wheel */
|
|
18
|
-
size?: 'sm' | 'md' | 'lg' | 'xl';
|
|
19
|
-
/** Whether the color wheel is disabled */
|
|
20
|
-
disabled?: boolean;
|
|
21
|
-
/** Whether to show alpha channel */
|
|
22
|
-
showAlpha?: boolean;
|
|
23
|
-
/** Alpha value (0-1) */
|
|
24
|
-
alpha?: number;
|
|
25
|
-
/** Default alpha value */
|
|
26
|
-
defaultAlpha?: number;
|
|
27
|
-
/** Predefined color swatches */
|
|
28
|
-
swatches?: string[];
|
|
29
|
-
/** Whether to show color swatches */
|
|
30
|
-
showSwatches?: boolean;
|
|
31
|
-
/** Whether to show color input fields */
|
|
32
|
-
showInputs?: boolean;
|
|
33
|
-
/** Input format for color values */
|
|
34
|
-
inputFormat?: 'hex' | 'rgb' | 'hsl' | 'hsv';
|
|
35
|
-
/** Color change handler */
|
|
36
|
-
onChange?: (color: string, hsv: HSV, rgb: RGB, alpha?: number) => void;
|
|
37
|
-
/** Alpha change handler */
|
|
38
|
-
onAlphaChange?: (alpha: number) => void;
|
|
39
|
-
/** Respect user's motion preferences */
|
|
40
|
-
respectMotionPreference?: boolean;
|
|
41
|
-
}
|
|
42
|
-
export declare const GlassColorWheel: React.ForwardRefExoticComponent<GlassColorWheelProps & React.RefAttributes<HTMLDivElement>>;
|
|
43
|
-
export default GlassColorWheel;
|
|
44
|
-
//# sourceMappingURL=GlassColorWheel.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GlassColorWheel.d.ts","sourceRoot":"","sources":["../../../../src/components/interactive/GlassColorWheel.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA+D,MAAM,OAAO,CAAC;AAQpF,UAAU,GAAG;IACX,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX;AAED,UAAU,GAAG;IACX,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX;AAED,MAAM,WAAW,oBAAqB,SAAQ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC;IAClG,wCAAwC;IACxC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,0BAA0B;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,8BAA8B;IAC9B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACjC,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,oCAAoC;IACpC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,wBAAwB;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,0BAA0B;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gCAAgC;IAChC,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,qCAAqC;IACrC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,yCAAyC;IACzC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,oCAAoC;IACpC,WAAW,CAAC,EAAE,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;IAC5C,2BAA2B;IAC3B,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACvE,2BAA2B;IAC3B,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,wCAAwC;IACxC,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC;AAsED,eAAO,MAAM,eAAe,6FA+b3B,CAAC;AAIF,eAAe,eAAe,CAAC"}
|
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface CommandItem {
|
|
3
|
-
id: string;
|
|
4
|
-
label: string;
|
|
5
|
-
description?: string;
|
|
6
|
-
icon?: React.ReactNode;
|
|
7
|
-
keywords?: string[];
|
|
8
|
-
action: () => void;
|
|
9
|
-
group?: string;
|
|
10
|
-
disabled?: boolean;
|
|
11
|
-
}
|
|
12
|
-
export interface GlassCommandProps {
|
|
13
|
-
/**
|
|
14
|
-
* Command items to display
|
|
15
|
-
*/
|
|
16
|
-
items: CommandItem[];
|
|
17
|
-
/**
|
|
18
|
-
* Placeholder text for search input
|
|
19
|
-
*/
|
|
20
|
-
placeholder?: string;
|
|
21
|
-
/**
|
|
22
|
-
* Empty state message
|
|
23
|
-
*/
|
|
24
|
-
emptyMessage?: string;
|
|
25
|
-
/**
|
|
26
|
-
* Loading state
|
|
27
|
-
*/
|
|
28
|
-
loading?: boolean;
|
|
29
|
-
/**
|
|
30
|
-
* Maximum height of the command list
|
|
31
|
-
*/
|
|
32
|
-
maxHeight?: string;
|
|
33
|
-
/**
|
|
34
|
-
* Custom filter function
|
|
35
|
-
*/
|
|
36
|
-
filterItems?: (items: CommandItem[], query: string) => CommandItem[];
|
|
37
|
-
/**
|
|
38
|
-
* Group items by category
|
|
39
|
-
*/
|
|
40
|
-
groupBy?: (item: CommandItem) => string;
|
|
41
|
-
/**
|
|
42
|
-
* Custom render function for items
|
|
43
|
-
*/
|
|
44
|
-
renderItem?: (item: CommandItem, isSelected: boolean) => React.ReactNode;
|
|
45
|
-
/**
|
|
46
|
-
* Custom render function for empty state
|
|
47
|
-
*/
|
|
48
|
-
renderEmpty?: () => React.ReactNode;
|
|
49
|
-
/**
|
|
50
|
-
* Callback when command is selected
|
|
51
|
-
*/
|
|
52
|
-
onSelect?: (item: CommandItem) => void;
|
|
53
|
-
/**
|
|
54
|
-
* Callback when search query changes
|
|
55
|
-
*/
|
|
56
|
-
onSearchChange?: (query: string) => void;
|
|
57
|
-
}
|
|
58
|
-
export interface GlassCommandDialogProps extends GlassCommandProps {
|
|
59
|
-
/**
|
|
60
|
-
* Whether dialog is open
|
|
61
|
-
*/
|
|
62
|
-
open: boolean;
|
|
63
|
-
/**
|
|
64
|
-
* Callback when dialog closes
|
|
65
|
-
*/
|
|
66
|
-
onOpenChange: (open: boolean) => void;
|
|
67
|
-
/**
|
|
68
|
-
* Dialog title
|
|
69
|
-
*/
|
|
70
|
-
title?: string;
|
|
71
|
-
/**
|
|
72
|
-
* Dialog description
|
|
73
|
-
*/
|
|
74
|
-
description?: string;
|
|
75
|
-
}
|
|
76
|
-
export interface GlassCommandInputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'size'> {
|
|
77
|
-
/**
|
|
78
|
-
* Custom className
|
|
79
|
-
*/
|
|
80
|
-
className?: string;
|
|
81
|
-
}
|
|
82
|
-
export interface GlassCommandListProps {
|
|
83
|
-
/**
|
|
84
|
-
* Command items to display
|
|
85
|
-
*/
|
|
86
|
-
children: React.ReactNode;
|
|
87
|
-
/**
|
|
88
|
-
* Maximum height
|
|
89
|
-
*/
|
|
90
|
-
maxHeight?: string;
|
|
91
|
-
/**
|
|
92
|
-
* Custom className
|
|
93
|
-
*/
|
|
94
|
-
className?: string;
|
|
95
|
-
}
|
|
96
|
-
/**
|
|
97
|
-
* GlassCommand component
|
|
98
|
-
* A glassmorphism command palette with search functionality
|
|
99
|
-
*/
|
|
100
|
-
export declare const GlassCommand: React.FC<GlassCommandProps>;
|
|
101
|
-
/**
|
|
102
|
-
* GlassCommandDialog component
|
|
103
|
-
* A modal dialog containing the command palette
|
|
104
|
-
*/
|
|
105
|
-
export declare const GlassCommandDialog: React.FC<GlassCommandDialogProps>;
|
|
106
|
-
/**
|
|
107
|
-
* GlassCommandInput component
|
|
108
|
-
* Search input for the command palette
|
|
109
|
-
*/
|
|
110
|
-
export declare const GlassCommandInput: React.FC<GlassCommandInputProps>;
|
|
111
|
-
/**
|
|
112
|
-
* GlassCommandList component
|
|
113
|
-
* Scrollable list container for command items
|
|
114
|
-
*/
|
|
115
|
-
export declare const GlassCommandList: React.FC<GlassCommandListProps>;
|
|
116
|
-
/**
|
|
117
|
-
* Hook for using command palette globally
|
|
118
|
-
*/
|
|
119
|
-
export declare const useCommandPalette: () => {
|
|
120
|
-
isOpen: boolean;
|
|
121
|
-
items: CommandItem[];
|
|
122
|
-
openPalette: (commands: CommandItem[]) => void;
|
|
123
|
-
closePalette: () => void;
|
|
124
|
-
setIsOpen: React.Dispatch<React.SetStateAction<boolean>>;
|
|
125
|
-
};
|
|
126
|
-
//# sourceMappingURL=GlassCommand.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GlassCommand.d.ts","sourceRoot":"","sources":["../../../../src/components/interactive/GlassCommand.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAiE,MAAM,OAAO,CAAC;AAItF,MAAM,WAAW,WAAW;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,iBAAiB;IAC9B;;OAEG;IACH,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,MAAM,KAAK,WAAW,EAAE,CAAC;IACrE;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,MAAM,CAAC;IACxC;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,KAAK,KAAK,CAAC,SAAS,CAAC;IACzE;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,KAAK,CAAC,SAAS,CAAC;IACpC;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IACvC;;OAEG;IACH,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC5C;AAED,MAAM,WAAW,uBAAwB,SAAQ,iBAAiB;IAC9D;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IACd;;OAEG;IACH,YAAY,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACtC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,sBAAuB,SAAQ,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IACrG;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,qBAAqB;IAClC;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAkBD;;;GAGG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAuLpD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAoDhE,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CA+B9D,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAa5D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;4BAIK,WAAW,EAAE;;;CAgB/C,CAAC"}
|
|
@@ -1,158 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface CommandItem {
|
|
3
|
-
/**
|
|
4
|
-
* Unique identifier
|
|
5
|
-
*/
|
|
6
|
-
id: string;
|
|
7
|
-
/**
|
|
8
|
-
* Display label
|
|
9
|
-
*/
|
|
10
|
-
label: string;
|
|
11
|
-
/**
|
|
12
|
-
* Search keywords
|
|
13
|
-
*/
|
|
14
|
-
keywords?: string[];
|
|
15
|
-
/**
|
|
16
|
-
* Item description
|
|
17
|
-
*/
|
|
18
|
-
description?: string;
|
|
19
|
-
/**
|
|
20
|
-
* Category/group
|
|
21
|
-
*/
|
|
22
|
-
category?: string;
|
|
23
|
-
/**
|
|
24
|
-
* Icon component
|
|
25
|
-
*/
|
|
26
|
-
icon?: React.ReactNode;
|
|
27
|
-
/**
|
|
28
|
-
* Keyboard shortcut
|
|
29
|
-
*/
|
|
30
|
-
shortcut?: string;
|
|
31
|
-
/**
|
|
32
|
-
* Action to execute
|
|
33
|
-
*/
|
|
34
|
-
action?: () => void;
|
|
35
|
-
/**
|
|
36
|
-
* Whether item is disabled
|
|
37
|
-
*/
|
|
38
|
-
disabled?: boolean;
|
|
39
|
-
/**
|
|
40
|
-
* Custom component to render
|
|
41
|
-
*/
|
|
42
|
-
component?: React.ComponentType<{
|
|
43
|
-
item: CommandItem;
|
|
44
|
-
isSelected: boolean;
|
|
45
|
-
}>;
|
|
46
|
-
}
|
|
47
|
-
export interface CommandGroup {
|
|
48
|
-
/**
|
|
49
|
-
* Group identifier
|
|
50
|
-
*/
|
|
51
|
-
id: string;
|
|
52
|
-
/**
|
|
53
|
-
* Group label
|
|
54
|
-
*/
|
|
55
|
-
label: string;
|
|
56
|
-
/**
|
|
57
|
-
* Items in group
|
|
58
|
-
*/
|
|
59
|
-
items: CommandItem[];
|
|
60
|
-
/**
|
|
61
|
-
* Group priority for sorting
|
|
62
|
-
*/
|
|
63
|
-
priority?: number;
|
|
64
|
-
}
|
|
65
|
-
export interface GlassCommandPaletteProps {
|
|
66
|
-
/**
|
|
67
|
-
* Command items (flat list or grouped)
|
|
68
|
-
*/
|
|
69
|
-
items?: CommandItem[];
|
|
70
|
-
/**
|
|
71
|
-
* Grouped command items
|
|
72
|
-
*/
|
|
73
|
-
groups?: CommandGroup[];
|
|
74
|
-
/**
|
|
75
|
-
* Whether the palette is open
|
|
76
|
-
*/
|
|
77
|
-
open?: boolean;
|
|
78
|
-
/**
|
|
79
|
-
* Callback when open state changes
|
|
80
|
-
*/
|
|
81
|
-
onOpenChange?: (open: boolean) => void;
|
|
82
|
-
/**
|
|
83
|
-
* Callback when command is selected
|
|
84
|
-
*/
|
|
85
|
-
onSelect?: (item: CommandItem) => void;
|
|
86
|
-
/**
|
|
87
|
-
* Search placeholder text
|
|
88
|
-
*/
|
|
89
|
-
placeholder?: string;
|
|
90
|
-
/**
|
|
91
|
-
* Empty state message
|
|
92
|
-
*/
|
|
93
|
-
emptyMessage?: string;
|
|
94
|
-
/**
|
|
95
|
-
* Maximum number of results to show
|
|
96
|
-
*/
|
|
97
|
-
maxResults?: number;
|
|
98
|
-
/**
|
|
99
|
-
* Enable recent commands tracking
|
|
100
|
-
*/
|
|
101
|
-
enableRecents?: boolean;
|
|
102
|
-
/**
|
|
103
|
-
* Recent commands storage key
|
|
104
|
-
*/
|
|
105
|
-
recentsKey?: string;
|
|
106
|
-
/**
|
|
107
|
-
* Maximum number of recent items
|
|
108
|
-
*/
|
|
109
|
-
maxRecents?: number;
|
|
110
|
-
/**
|
|
111
|
-
* Custom filter function
|
|
112
|
-
*/
|
|
113
|
-
filter?: (item: CommandItem, search: string) => boolean;
|
|
114
|
-
/**
|
|
115
|
-
* Custom sort function
|
|
116
|
-
*/
|
|
117
|
-
sort?: (a: CommandItem, b: CommandItem) => number;
|
|
118
|
-
/**
|
|
119
|
-
* Enable fuzzy search
|
|
120
|
-
*/
|
|
121
|
-
fuzzySearch?: boolean;
|
|
122
|
-
/**
|
|
123
|
-
* Show categories
|
|
124
|
-
*/
|
|
125
|
-
showCategories?: boolean;
|
|
126
|
-
/**
|
|
127
|
-
* Show shortcuts
|
|
128
|
-
*/
|
|
129
|
-
showShortcuts?: boolean;
|
|
130
|
-
/**
|
|
131
|
-
* Modal backdrop blur
|
|
132
|
-
*/
|
|
133
|
-
backdropBlur?: boolean;
|
|
134
|
-
/**
|
|
135
|
-
* Close on escape key
|
|
136
|
-
*/
|
|
137
|
-
closeOnEscape?: boolean;
|
|
138
|
-
/**
|
|
139
|
-
* Close on select
|
|
140
|
-
*/
|
|
141
|
-
closeOnSelect?: boolean;
|
|
142
|
-
/**
|
|
143
|
-
* Custom loading state
|
|
144
|
-
*/
|
|
145
|
-
loading?: boolean;
|
|
146
|
-
/**
|
|
147
|
-
* Loading message
|
|
148
|
-
*/
|
|
149
|
-
loadingMessage?: string;
|
|
150
|
-
className?: string;
|
|
151
|
-
}
|
|
152
|
-
/**
|
|
153
|
-
* GlassCommandPalette component
|
|
154
|
-
* Modal command palette with search, keyboard navigation, and glassmorphism styling
|
|
155
|
-
*/
|
|
156
|
-
export declare const GlassCommandPalette: React.ForwardRefExoticComponent<GlassCommandPaletteProps & React.RefAttributes<HTMLDivElement>>;
|
|
157
|
-
export type { CommandGroup as GlassCommandGroup, CommandItem as GlassCommandItem };
|
|
158
|
-
//# sourceMappingURL=GlassCommandPalette.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GlassCommandPalette.d.ts","sourceRoot":"","sources":["../../../../src/components/interactive/GlassCommandPalette.tsx"],"names":[],"mappings":"AAKA,OAAO,KAA2D,MAAM,OAAO,CAAC;AAMhF,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,IAAI,EAAE,WAAW,CAAC;QAAC,UAAU,EAAE,OAAO,CAAA;KAAE,CAAC,CAAC;CAC7E;AAED,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,KAAK,CAAC,EAAE,WAAW,EAAE,CAAC;IACtB;;OAEG;IACH,MAAM,CAAC,EAAE,YAAY,EAAE,CAAC;IACxB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IACvC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,KAAK,OAAO,CAAC;IACxD;;OAEG;IACH,IAAI,CAAC,EAAE,CAAC,CAAC,EAAE,WAAW,EAAE,CAAC,EAAE,WAAW,KAAK,MAAM,CAAC;IAClD;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;GAGG;AACH,eAAO,MAAM,mBAAmB,iGA4a/B,CAAC;AAKF,YAAY,EAAE,YAAY,IAAI,iBAAiB,EAAE,WAAW,IAAI,gBAAgB,EAAE,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export interface Comment {
|
|
2
|
-
id: string;
|
|
3
|
-
author: string;
|
|
4
|
-
text: string;
|
|
5
|
-
createdAt?: string;
|
|
6
|
-
replies?: Comment[];
|
|
7
|
-
}
|
|
8
|
-
export interface GlassCommentThreadProps {
|
|
9
|
-
comments: Comment[];
|
|
10
|
-
onReply?: (parentId: string, text: string) => void;
|
|
11
|
-
}
|
|
12
|
-
export declare function GlassCommentThread({ comments, onReply }: GlassCommentThreadProps): import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
export default GlassCommentThread;
|
|
14
|
-
//# sourceMappingURL=GlassCommentThread.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GlassCommentThread.d.ts","sourceRoot":"","sources":["../../../../src/components/interactive/GlassCommentThread.tsx"],"names":[],"mappings":"AAOA,MAAM,WAAW,OAAO;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,EAAE,CAAC;CACrB;AAED,MAAM,WAAW,uBAAuB;IACtC,QAAQ,EAAE,OAAO,EAAE,CAAC;IACpB,OAAO,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CACpD;AAED,wBAAgB,kBAAkB,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,uBAAuB,2CA+BhF;AAED,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface ComponentExample {
|
|
3
|
-
id: string;
|
|
4
|
-
name: string;
|
|
5
|
-
description?: string;
|
|
6
|
-
category: string;
|
|
7
|
-
component: React.ComponentType<any>;
|
|
8
|
-
props?: Record<string, any>;
|
|
9
|
-
code?: string;
|
|
10
|
-
}
|
|
11
|
-
export interface PlaygroundTab {
|
|
12
|
-
id: string;
|
|
13
|
-
label: string;
|
|
14
|
-
content: React.ReactNode;
|
|
15
|
-
}
|
|
16
|
-
export interface GlassComponentPlaygroundProps {
|
|
17
|
-
/** Available component examples */
|
|
18
|
-
examples: ComponentExample[];
|
|
19
|
-
/** Default selected example */
|
|
20
|
-
defaultExample?: string;
|
|
21
|
-
/** Whether to show code panel */
|
|
22
|
-
showCode?: boolean;
|
|
23
|
-
/** Whether to show props panel */
|
|
24
|
-
showProps?: boolean;
|
|
25
|
-
/** Custom tabs */
|
|
26
|
-
customTabs?: PlaygroundTab[];
|
|
27
|
-
/** Custom className */
|
|
28
|
-
className?: string;
|
|
29
|
-
/** Theme for the playground */
|
|
30
|
-
theme?: 'light' | 'dark' | 'auto';
|
|
31
|
-
/** Code editor theme */
|
|
32
|
-
codeTheme?: 'light' | 'dark';
|
|
33
|
-
}
|
|
34
|
-
export declare const GlassComponentPlayground: React.FC<GlassComponentPlaygroundProps>;
|
|
35
|
-
export declare const usePlaygroundExample: (component: React.ComponentType<any>, defaultProps?: Record<string, any>) => {
|
|
36
|
-
props: Record<string, any>;
|
|
37
|
-
updateProp: (propName: string, value: any) => void;
|
|
38
|
-
resetProps: () => void;
|
|
39
|
-
component: React.ComponentType<any>;
|
|
40
|
-
};
|
|
41
|
-
export declare const createPlaygroundExample: (id: string, name: string, component: React.ComponentType<any>, options?: {
|
|
42
|
-
category?: string;
|
|
43
|
-
description?: string;
|
|
44
|
-
defaultProps?: Record<string, any>;
|
|
45
|
-
}) => ComponentExample;
|
|
46
|
-
//# sourceMappingURL=GlassComponentPlayground.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GlassComponentPlayground.d.ts","sourceRoot":"","sources":["../../../../src/components/interactive/GlassComponentPlayground.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAIhE,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;CAC1B;AAED,MAAM,WAAW,6BAA6B;IAC5C,mCAAmC;IACnC,QAAQ,EAAE,gBAAgB,EAAE,CAAC;IAC7B,+BAA+B;IAC/B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iCAAiC;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kCAAkC;IAClC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,kBAAkB;IAClB,UAAU,CAAC,EAAE,aAAa,EAAE,CAAC;IAC7B,uBAAuB;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,+BAA+B;IAC/B,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC;IAClC,wBAAwB;IACxB,SAAS,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;CAC9B;AAED,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAAC,6BAA6B,CAsV5E,CAAC;AAGF,eAAO,MAAM,oBAAoB,GAC/B,WAAW,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,EACnC,eAAc,MAAM,CAAC,MAAM,EAAE,GAAG,CAAM;;2BAII,MAAM,SAAS,GAAG;;;CAiB7D,CAAC;AAGF,eAAO,MAAM,uBAAuB,GAClC,IAAI,MAAM,EACV,MAAM,MAAM,EACZ,WAAW,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,EACnC,UAAS;IACP,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC/B,KACL,gBAWF,CAAC"}
|