aura-glass 2.0.33 → 2.0.35

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.
@@ -93,7 +93,7 @@ export interface FabProps extends ConsciousnessFeatures {
93
93
  *
94
94
  * A floating action button (FAB) performs the primary action in an application.
95
95
  */
96
- export declare const Fab: React.ForwardRefExoticComponent<FabProps & React.RefAttributes<HTMLButtonElement | HTMLAnchorElement>>;
96
+ export declare const Fab: React.ForwardRefExoticComponent<FabProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
97
97
  /**
98
98
  * GlassFab Component
99
99
  *
@@ -20,7 +20,7 @@ export declare function useChartPerformanceMonitoring(enabled?: boolean): {
20
20
  endMeasurement: (label: string) => number;
21
21
  };
22
22
  export declare function useAdaptiveQuality(initialTier?: ChartQualityTier['tier'], enabled?: boolean): {
23
- currentTier: "low" | "medium" | "high" | "ultra";
23
+ currentTier: "medium" | "low" | "high" | "ultra";
24
24
  updateQualityBasedOnPerformance: (renderTime: number, targetFPS?: number) => void;
25
25
  };
26
26
  export declare function getQualityBasedPhysicsParams(qualityTier: ChartQualityTier['tier']): PhysicsParams;
@@ -90,7 +90,7 @@ export declare const GlassBreadcrumbSeparator: React.ForwardRefExoticComponent<G
90
90
  * GlassBreadcrumbLink component
91
91
  * Clickable breadcrumb link
92
92
  */
93
- export declare const GlassBreadcrumbLink: React.ForwardRefExoticComponent<GlassBreadcrumbLinkProps & React.RefAttributes<HTMLButtonElement | HTMLAnchorElement>>;
93
+ export declare const GlassBreadcrumbLink: React.ForwardRefExoticComponent<GlassBreadcrumbLinkProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
94
94
  /**
95
95
  * Compound Breadcrumb component with built-in structure
96
96
  */
@@ -98,18 +98,18 @@ export declare function useLiquidGlassState(material?: MaterialType, options?: {
98
98
  enableParallax: false;
99
99
  enableMicroInteractions: true;
100
100
  sampleRate: 60;
101
- } | {
102
- enableRefraction: true;
103
- enableReflection: false;
104
- enableParallax: false;
105
- enableMicroInteractions: true;
106
- sampleRate: 30;
107
101
  } | {
108
102
  enableRefraction: true;
109
103
  enableReflection: true;
110
104
  enableParallax: true;
111
105
  enableMicroInteractions: true;
112
106
  sampleRate: 60;
107
+ } | {
108
+ enableRefraction: true;
109
+ enableReflection: false;
110
+ enableParallax: false;
111
+ enableMicroInteractions: true;
112
+ sampleRate: 30;
113
113
  } | {
114
114
  enableRefraction: false;
115
115
  enableReflection: false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aura-glass",
3
- "version": "2.0.33",
3
+ "version": "2.0.35",
4
4
  "description": "A comprehensive glassmorphism design system for React applications with 142+ production-ready components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -126,7 +126,7 @@
126
126
  "@react-three/fiber": "^8.15.0",
127
127
  "@sentry/react": "^7.100.0",
128
128
  "framer-motion": ">=10.0.0",
129
- "lucide-react": "^0.263.0",
129
+ "lucide-react": "^0.400.0",
130
130
  "react": ">=18.0.0",
131
131
  "react-chartjs-2": "^5.0.0",
132
132
  "react-dom": ">=18.0.0",
@@ -223,9 +223,9 @@
223
223
  "lint-staged": "^15.5.2",
224
224
  "lucide-react": "^0.544.0",
225
225
  "prettier": "^3.6.2",
226
- "react": "18.3.1",
226
+ "react": "18.2.0",
227
227
  "react-chartjs-2": "^5.3.0",
228
- "react-dom": "18.3.1",
228
+ "react-dom": "18.2.0",
229
229
  "react-hook-form": "^7.54.0",
230
230
  "rollup": "^3.28.0",
231
231
  "rollup-plugin-dts": "^5.3.0",