react-native-platform-components 0.7.0 → 0.8.1

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.
Files changed (34) hide show
  1. package/README.md +238 -102
  2. package/android/src/main/java/com/platformcomponents/PCLiquidGlassView.kt +84 -0
  3. package/android/src/main/java/com/platformcomponents/PCLiquidGlassViewManager.kt +52 -0
  4. package/android/src/main/java/com/platformcomponents/PlatformComponentsPackage.kt +1 -0
  5. package/ios/PCLiquidGlass.h +10 -0
  6. package/ios/PCLiquidGlass.mm +140 -0
  7. package/ios/PCLiquidGlass.swift +354 -0
  8. package/ios/PCSelectionMenu.swift +1 -1
  9. package/lib/commonjs/LiquidGlass.js +72 -0
  10. package/lib/commonjs/LiquidGlass.js.map +1 -0
  11. package/lib/commonjs/LiquidGlassNativeComponent.ts +110 -0
  12. package/lib/commonjs/index.js +11 -0
  13. package/lib/commonjs/index.js.map +1 -1
  14. package/lib/module/LiquidGlass.js +64 -0
  15. package/lib/module/LiquidGlass.js.map +1 -0
  16. package/lib/module/LiquidGlassNativeComponent.ts +110 -0
  17. package/lib/module/index.js +1 -0
  18. package/lib/module/index.js.map +1 -1
  19. package/lib/typescript/commonjs/src/LiquidGlass.d.ts +96 -0
  20. package/lib/typescript/commonjs/src/LiquidGlass.d.ts.map +1 -0
  21. package/lib/typescript/commonjs/src/LiquidGlassNativeComponent.d.ts +93 -0
  22. package/lib/typescript/commonjs/src/LiquidGlassNativeComponent.d.ts.map +1 -0
  23. package/lib/typescript/commonjs/src/index.d.ts +1 -0
  24. package/lib/typescript/commonjs/src/index.d.ts.map +1 -1
  25. package/lib/typescript/module/src/LiquidGlass.d.ts +96 -0
  26. package/lib/typescript/module/src/LiquidGlass.d.ts.map +1 -0
  27. package/lib/typescript/module/src/LiquidGlassNativeComponent.d.ts +93 -0
  28. package/lib/typescript/module/src/LiquidGlassNativeComponent.d.ts.map +1 -0
  29. package/lib/typescript/module/src/index.d.ts +1 -0
  30. package/lib/typescript/module/src/index.d.ts.map +1 -1
  31. package/package.json +12 -4
  32. package/src/LiquidGlass.tsx +169 -0
  33. package/src/LiquidGlassNativeComponent.ts +110 -0
  34. package/src/index.tsx +1 -0
@@ -47,6 +47,17 @@ Object.keys(_SegmentedControl).forEach(function (key) {
47
47
  }
48
48
  });
49
49
  });
50
+ var _LiquidGlass = require("./LiquidGlass");
51
+ Object.keys(_LiquidGlass).forEach(function (key) {
52
+ if (key === "default" || key === "__esModule") return;
53
+ if (key in exports && exports[key] === _LiquidGlass[key]) return;
54
+ Object.defineProperty(exports, key, {
55
+ enumerable: true,
56
+ get: function () {
57
+ return _LiquidGlass[key];
58
+ }
59
+ });
60
+ });
50
61
  var _sharedTypes = require("./sharedTypes");
51
62
  Object.keys(_sharedTypes).forEach(function (key) {
52
63
  if (key === "default" || key === "__esModule") return;
@@ -1 +1 @@
1
- {"version":3,"names":["_DatePicker","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_SelectionMenu","_ContextMenu","_SegmentedControl","_sharedTypes"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;;;;AAAA,IAAAA,WAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,WAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,WAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,WAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,cAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,cAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,cAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,cAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,YAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,YAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,YAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,YAAA,CAAAN,GAAA;IAAA;EAAA;AAAA;AACA,IAAAO,iBAAA,GAAAX,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAS,iBAAA,EAAAR,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAO,iBAAA,CAAAP,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAG,iBAAA,CAAAP,GAAA;IAAA;EAAA;AAAA;AACA,IAAAQ,YAAA,GAAAZ,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAU,YAAA,EAAAT,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAQ,YAAA,CAAAR,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAI,YAAA,CAAAR,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
1
+ {"version":3,"names":["_DatePicker","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_SelectionMenu","_ContextMenu","_SegmentedControl","_LiquidGlass","_sharedTypes"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;;;;AAAA,IAAAA,WAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,WAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,WAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,WAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,cAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,cAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,cAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,cAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,YAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,YAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,YAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,YAAA,CAAAN,GAAA;IAAA;EAAA;AAAA;AACA,IAAAO,iBAAA,GAAAX,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAS,iBAAA,EAAAR,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAO,iBAAA,CAAAP,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAG,iBAAA,CAAAP,GAAA;IAAA;EAAA;AAAA;AACA,IAAAQ,YAAA,GAAAZ,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAU,YAAA,EAAAT,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAQ,YAAA,CAAAR,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAI,YAAA,CAAAR,GAAA;IAAA;EAAA;AAAA;AACA,IAAAS,YAAA,GAAAb,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAW,YAAA,EAAAV,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAS,YAAA,CAAAT,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAK,YAAA,CAAAT,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+
3
+ // LiquidGlass.tsx
4
+ import React, { useCallback, useMemo } from 'react';
5
+ import { Platform } from 'react-native';
6
+ import NativeLiquidGlass from './LiquidGlassNativeComponent';
7
+ import { jsx as _jsx } from "react/jsx-runtime";
8
+ /**
9
+ * Whether the LiquidGlass effect is supported on the current device.
10
+ * Returns true on iOS 26+ (with Liquid Glass support), false otherwise.
11
+ *
12
+ * Use this to conditionally render fallback UI on unsupported devices.
13
+ */
14
+ export const isLiquidGlassSupported = Platform.OS === 'ios' && Number(Platform.Version) >= 26;
15
+ export function LiquidGlass(props) {
16
+ const {
17
+ style,
18
+ cornerRadius = 0,
19
+ ios,
20
+ android,
21
+ children,
22
+ onPress,
23
+ ...viewProps
24
+ } = props;
25
+
26
+ // Normalize iOS props for native layer (strings for codegen)
27
+ const nativeIos = useMemo(() => {
28
+ if (Platform.OS !== 'ios' || !ios) return undefined;
29
+ return {
30
+ effect: ios.effect,
31
+ interactive: ios.interactive ? 'true' : 'false',
32
+ tintColor: ios.tintColor,
33
+ colorScheme: ios.colorScheme,
34
+ shadowRadius: ios.shadowRadius,
35
+ isHighlighted: ios.isHighlighted ? 'true' : 'false'
36
+ };
37
+ }, [ios]);
38
+
39
+ // Normalize Android props
40
+ const nativeAndroid = useMemo(() => {
41
+ if (Platform.OS !== 'android' || !android) return undefined;
42
+ return {
43
+ fallbackBackgroundColor: android.fallbackBackgroundColor
44
+ };
45
+ }, [android]);
46
+
47
+ // Handle native press event
48
+ const handlePress = useCallback(event => {
49
+ onPress?.({
50
+ x: event.nativeEvent.x,
51
+ y: event.nativeEvent.y
52
+ });
53
+ }, [onPress]);
54
+ return /*#__PURE__*/_jsx(NativeLiquidGlass, {
55
+ style: style,
56
+ cornerRadius: cornerRadius,
57
+ ios: nativeIos,
58
+ android: nativeAndroid,
59
+ onGlassPress: onPress ? handlePress : undefined,
60
+ ...viewProps,
61
+ children: children
62
+ });
63
+ }
64
+ //# sourceMappingURL=LiquidGlass.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","useCallback","useMemo","Platform","NativeLiquidGlass","jsx","_jsx","isLiquidGlassSupported","OS","Number","Version","LiquidGlass","props","style","cornerRadius","ios","android","children","onPress","viewProps","nativeIos","undefined","effect","interactive","tintColor","colorScheme","shadowRadius","isHighlighted","nativeAndroid","fallbackBackgroundColor","handlePress","event","x","nativeEvent","y","onGlassPress"],"sourceRoot":"../../src","sources":["LiquidGlass.tsx"],"mappings":";;AAAA;AACA,OAAOA,KAAK,IAAIC,WAAW,EAAEC,OAAO,QAAQ,OAAO;AACnD,SAASC,QAAQ,QAAwB,cAAc;AAEvD,OAAOC,iBAAiB,MAIjB,8BAA8B;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAQtC;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,sBAA+B,GAC1CJ,QAAQ,CAACK,EAAE,KAAK,KAAK,IAAIC,MAAM,CAACN,QAAQ,CAACO,OAAO,CAAC,IAAI,EAAE;AA6FzD,OAAO,SAASC,WAAWA,CAACC,KAAuB,EAAsB;EACvE,MAAM;IACJC,KAAK;IACLC,YAAY,GAAG,CAAC;IAChBC,GAAG;IACHC,OAAO;IACPC,QAAQ;IACRC,OAAO;IACP,GAAGC;EACL,CAAC,GAAGP,KAAK;;EAET;EACA,MAAMQ,SAAS,GAAGlB,OAAO,CAAC,MAAM;IAC9B,IAAIC,QAAQ,CAACK,EAAE,KAAK,KAAK,IAAI,CAACO,GAAG,EAAE,OAAOM,SAAS;IACnD,OAAO;MACLC,MAAM,EAAEP,GAAG,CAACO,MAAM;MAClBC,WAAW,EAAER,GAAG,CAACQ,WAAW,GAAG,MAAM,GAAG,OAAO;MAC/CC,SAAS,EAAET,GAAG,CAACS,SAAS;MACxBC,WAAW,EAAEV,GAAG,CAACU,WAAW;MAC5BC,YAAY,EAAEX,GAAG,CAACW,YAAY;MAC9BC,aAAa,EAAEZ,GAAG,CAACY,aAAa,GAAG,MAAM,GAAG;IAC9C,CAAC;EACH,CAAC,EAAE,CAACZ,GAAG,CAAC,CAAC;;EAET;EACA,MAAMa,aAAa,GAAG1B,OAAO,CAAC,MAAM;IAClC,IAAIC,QAAQ,CAACK,EAAE,KAAK,SAAS,IAAI,CAACQ,OAAO,EAAE,OAAOK,SAAS;IAC3D,OAAO;MACLQ,uBAAuB,EAAEb,OAAO,CAACa;IACnC,CAAC;EACH,CAAC,EAAE,CAACb,OAAO,CAAC,CAAC;;EAEb;EACA,MAAMc,WAAW,GAAG7B,WAAW,CAC5B8B,KAAgD,IAAK;IACpDb,OAAO,GAAG;MAAEc,CAAC,EAAED,KAAK,CAACE,WAAW,CAACD,CAAC;MAAEE,CAAC,EAAEH,KAAK,CAACE,WAAW,CAACC;IAAE,CAAC,CAAC;EAC/D,CAAC,EACD,CAAChB,OAAO,CACV,CAAC;EAED,oBACEZ,IAAA,CAACF,iBAAiB;IAChBS,KAAK,EAAEA,KAAM;IACbC,YAAY,EAAEA,YAAa;IAC3BC,GAAG,EAAEK,SAAU;IACfJ,OAAO,EAAEY,aAAc;IACvBO,YAAY,EAAEjB,OAAO,GAAGY,WAAW,GAAGT,SAAU;IAAA,GAC5CF,SAAS;IAAAF,QAAA,EAEZA;EAAQ,CACQ,CAAC;AAExB","ignoreList":[]}
@@ -0,0 +1,110 @@
1
+ // LiquidGlassNativeComponent.ts
2
+ import type { CodegenTypes, HostComponent, ViewProps } from 'react-native';
3
+ import { codegenNativeComponent } from 'react-native';
4
+
5
+ /**
6
+ * Glass effect intensity/style.
7
+ * - 'clear': More transparent, subtle glass effect
8
+ * - 'regular': Standard blur intensity (default)
9
+ * - 'none': No glass effect (useful for animating materialization)
10
+ */
11
+ export type LiquidGlassEffect = 'clear' | 'regular' | 'none';
12
+
13
+ /**
14
+ * Color scheme for the glass effect.
15
+ * - 'light': Force light appearance
16
+ * - 'dark': Force dark appearance
17
+ * - 'system': Follow system appearance (default)
18
+ */
19
+ export type LiquidGlassColorScheme = 'light' | 'dark' | 'system';
20
+
21
+ /**
22
+ * iOS-specific configuration.
23
+ */
24
+ export type LiquidGlassIOSProps = Readonly<{
25
+ /**
26
+ * Glass effect style.
27
+ * @default 'regular'
28
+ */
29
+ effect?: string; // LiquidGlassEffect
30
+
31
+ /**
32
+ * Enables touch interaction effects when pressing the view.
33
+ * Note: Only applies on component mount; cannot be changed dynamically.
34
+ * @default false
35
+ */
36
+ interactive?: string; // 'true' | 'false'
37
+
38
+ /**
39
+ * Overlay tint color applied to the glass effect.
40
+ * Accepts hex color strings (e.g., '#FF0000', '#FF000080').
41
+ */
42
+ tintColor?: string;
43
+
44
+ /**
45
+ * Appearance adaptation mode.
46
+ * @default 'system'
47
+ */
48
+ colorScheme?: string; // LiquidGlassColorScheme
49
+
50
+ /**
51
+ * Shadow radius for the glass effect.
52
+ * @default 20
53
+ */
54
+ shadowRadius?: CodegenTypes.Float;
55
+
56
+ /**
57
+ * Whether the view is highlighted (pressed state).
58
+ */
59
+ isHighlighted?: string; // 'true' | 'false'
60
+ }>;
61
+
62
+ /**
63
+ * Android-specific configuration (stub - LiquidGlass is iOS only).
64
+ */
65
+ export type LiquidGlassAndroidProps = Readonly<{
66
+ /**
67
+ * Fallback background color for Android (since glass effect is not supported).
68
+ * If not provided, renders as transparent.
69
+ */
70
+ fallbackBackgroundColor?: string;
71
+ }>;
72
+
73
+ /**
74
+ * Event emitted when the glass view is pressed.
75
+ */
76
+ export type LiquidGlassPressEvent = Readonly<{
77
+ /** X coordinate of touch relative to view bounds */
78
+ x: CodegenTypes.Float;
79
+ /** Y coordinate of touch relative to view bounds */
80
+ y: CodegenTypes.Float;
81
+ }>;
82
+
83
+ export interface LiquidGlassNativeProps extends ViewProps {
84
+ /**
85
+ * Corner radius for the glass effect.
86
+ * Applied uniformly to all corners.
87
+ * @default 0
88
+ */
89
+ cornerRadius?: CodegenTypes.WithDefault<CodegenTypes.Float, 0>;
90
+
91
+ /**
92
+ * iOS-specific props.
93
+ */
94
+ ios?: LiquidGlassIOSProps;
95
+
96
+ /**
97
+ * Android-specific props.
98
+ */
99
+ android?: LiquidGlassAndroidProps;
100
+
101
+ /**
102
+ * Fired when the glass view is pressed.
103
+ * Includes touch coordinates relative to view bounds.
104
+ */
105
+ onGlassPress?: CodegenTypes.DirectEventHandler<LiquidGlassPressEvent>;
106
+ }
107
+
108
+ export default codegenNativeComponent<LiquidGlassNativeProps>(
109
+ 'PCLiquidGlass'
110
+ ) as HostComponent<LiquidGlassNativeProps>;
@@ -4,5 +4,6 @@ export * from "./DatePicker.js";
4
4
  export * from "./SelectionMenu.js";
5
5
  export * from "./ContextMenu.js";
6
6
  export * from "./SegmentedControl.js";
7
+ export * from "./LiquidGlass.js";
7
8
  export * from "./sharedTypes.js";
8
9
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;AAAA,cAAc,iBAAc;AAC5B,cAAc,oBAAiB;AAC/B,cAAc,kBAAe;AAC7B,cAAc,uBAAoB;AAClC,cAAc,kBAAe","ignoreList":[]}
1
+ {"version":3,"names":[],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;AAAA,cAAc,iBAAc;AAC5B,cAAc,oBAAiB;AAC/B,cAAc,kBAAe;AAC7B,cAAc,uBAAoB;AAClC,cAAc,kBAAe;AAC7B,cAAc,kBAAe","ignoreList":[]}
@@ -0,0 +1,96 @@
1
+ import React from 'react';
2
+ import { type ViewProps } from 'react-native';
3
+ import { type LiquidGlassColorScheme, type LiquidGlassEffect, type LiquidGlassPressEvent } from './LiquidGlassNativeComponent';
4
+ export type { LiquidGlassEffect, LiquidGlassColorScheme, LiquidGlassPressEvent, };
5
+ /**
6
+ * Whether the LiquidGlass effect is supported on the current device.
7
+ * Returns true on iOS 26+ (with Liquid Glass support), false otherwise.
8
+ *
9
+ * Use this to conditionally render fallback UI on unsupported devices.
10
+ */
11
+ export declare const isLiquidGlassSupported: boolean;
12
+ export interface LiquidGlassProps extends ViewProps {
13
+ /**
14
+ * Corner radius for the glass effect.
15
+ * Applied uniformly to all corners.
16
+ * @default 0
17
+ */
18
+ cornerRadius?: number;
19
+ /**
20
+ * iOS-specific props for the glass effect.
21
+ */
22
+ ios?: {
23
+ /**
24
+ * Glass effect style.
25
+ * - 'clear': More transparent, subtle glass effect
26
+ * - 'regular': Standard blur intensity (default)
27
+ * - 'none': No glass effect (useful for animating materialization)
28
+ * @default 'regular'
29
+ */
30
+ effect?: LiquidGlassEffect;
31
+ /**
32
+ * Enables native touch interaction effects when pressing the view.
33
+ * When enabled, the glass effect responds to touch location with
34
+ * position-aware visual feedback (iOS 26+ UIGlassEffect.isInteractive).
35
+ *
36
+ * Note: Only applies on component mount; cannot be changed dynamically.
37
+ * @default false
38
+ */
39
+ interactive?: boolean;
40
+ /**
41
+ * Overlay tint color applied to the glass effect.
42
+ * Accepts any valid color value (hex, rgba, named colors).
43
+ *
44
+ * Example: '#FF0000', 'rgba(255, 0, 0, 0.5)', 'red'
45
+ */
46
+ tintColor?: string;
47
+ /**
48
+ * Appearance adaptation mode.
49
+ * - 'light': Force light appearance
50
+ * - 'dark': Force dark appearance
51
+ * - 'system': Follow system appearance (default)
52
+ * @default 'system'
53
+ */
54
+ colorScheme?: LiquidGlassColorScheme;
55
+ /**
56
+ * Shadow radius for the glass effect glow.
57
+ * Higher values create a more diffuse shadow.
58
+ * @default 20
59
+ */
60
+ shadowRadius?: number;
61
+ /**
62
+ * @deprecated Use `interactive` instead for native touch-based highlighting.
63
+ * This prop is a no-op on iOS 26+ where UIGlassEffect handles touch feedback.
64
+ * @default false
65
+ */
66
+ isHighlighted?: boolean;
67
+ };
68
+ /**
69
+ * Android-specific props.
70
+ * Note: LiquidGlass is an iOS-only effect. On Android, the component
71
+ * renders as a regular View with optional fallback styling.
72
+ */
73
+ android?: {
74
+ /**
75
+ * Fallback background color for Android since glass effect is not supported.
76
+ * If not provided, the view renders transparently.
77
+ */
78
+ fallbackBackgroundColor?: string;
79
+ };
80
+ /**
81
+ * Content to render inside the glass effect container.
82
+ */
83
+ children?: React.ReactNode;
84
+ /**
85
+ * Called when the glass view is pressed.
86
+ * Includes touch coordinates relative to the view bounds.
87
+ */
88
+ onPress?: (event: {
89
+ x: number;
90
+ y: number;
91
+ }) => void;
92
+ /** Test identifier */
93
+ testID?: string;
94
+ }
95
+ export declare function LiquidGlass(props: LiquidGlassProps): React.ReactElement;
96
+ //# sourceMappingURL=LiquidGlass.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LiquidGlass.d.ts","sourceRoot":"","sources":["../../../../src/LiquidGlass.tsx"],"names":[],"mappings":"AACA,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,EAAY,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAExD,OAA0B,EACxB,KAAK,sBAAsB,EAC3B,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC3B,MAAM,8BAA8B,CAAC;AAEtC,YAAY,EACV,iBAAiB,EACjB,sBAAsB,EACtB,qBAAqB,GACtB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB,EAAE,OACoB,CAAC;AAE1D,MAAM,WAAW,gBAAiB,SAAQ,SAAS;IACjD;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,GAAG,CAAC,EAAE;QACJ;;;;;;WAMG;QACH,MAAM,CAAC,EAAE,iBAAiB,CAAC;QAE3B;;;;;;;WAOG;QACH,WAAW,CAAC,EAAE,OAAO,CAAC;QAEtB;;;;;WAKG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QAEnB;;;;;;WAMG;QACH,WAAW,CAAC,EAAE,sBAAsB,CAAC;QAErC;;;;WAIG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;QAEtB;;;;WAIG;QACH,aAAa,CAAC,EAAE,OAAO,CAAC;KACzB,CAAC;IAEF;;;;OAIG;IACH,OAAO,CAAC,EAAE;QACR;;;WAGG;QACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;KAClC,CAAC;IAEF;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE3B;;;OAGG;IACH,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IAEpD,sBAAsB;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,GAAG,KAAK,CAAC,YAAY,CAoDvE"}
@@ -0,0 +1,93 @@
1
+ import type { CodegenTypes, HostComponent, ViewProps } from 'react-native';
2
+ /**
3
+ * Glass effect intensity/style.
4
+ * - 'clear': More transparent, subtle glass effect
5
+ * - 'regular': Standard blur intensity (default)
6
+ * - 'none': No glass effect (useful for animating materialization)
7
+ */
8
+ export type LiquidGlassEffect = 'clear' | 'regular' | 'none';
9
+ /**
10
+ * Color scheme for the glass effect.
11
+ * - 'light': Force light appearance
12
+ * - 'dark': Force dark appearance
13
+ * - 'system': Follow system appearance (default)
14
+ */
15
+ export type LiquidGlassColorScheme = 'light' | 'dark' | 'system';
16
+ /**
17
+ * iOS-specific configuration.
18
+ */
19
+ export type LiquidGlassIOSProps = Readonly<{
20
+ /**
21
+ * Glass effect style.
22
+ * @default 'regular'
23
+ */
24
+ effect?: string;
25
+ /**
26
+ * Enables touch interaction effects when pressing the view.
27
+ * Note: Only applies on component mount; cannot be changed dynamically.
28
+ * @default false
29
+ */
30
+ interactive?: string;
31
+ /**
32
+ * Overlay tint color applied to the glass effect.
33
+ * Accepts hex color strings (e.g., '#FF0000', '#FF000080').
34
+ */
35
+ tintColor?: string;
36
+ /**
37
+ * Appearance adaptation mode.
38
+ * @default 'system'
39
+ */
40
+ colorScheme?: string;
41
+ /**
42
+ * Shadow radius for the glass effect.
43
+ * @default 20
44
+ */
45
+ shadowRadius?: CodegenTypes.Float;
46
+ /**
47
+ * Whether the view is highlighted (pressed state).
48
+ */
49
+ isHighlighted?: string;
50
+ }>;
51
+ /**
52
+ * Android-specific configuration (stub - LiquidGlass is iOS only).
53
+ */
54
+ export type LiquidGlassAndroidProps = Readonly<{
55
+ /**
56
+ * Fallback background color for Android (since glass effect is not supported).
57
+ * If not provided, renders as transparent.
58
+ */
59
+ fallbackBackgroundColor?: string;
60
+ }>;
61
+ /**
62
+ * Event emitted when the glass view is pressed.
63
+ */
64
+ export type LiquidGlassPressEvent = Readonly<{
65
+ /** X coordinate of touch relative to view bounds */
66
+ x: CodegenTypes.Float;
67
+ /** Y coordinate of touch relative to view bounds */
68
+ y: CodegenTypes.Float;
69
+ }>;
70
+ export interface LiquidGlassNativeProps extends ViewProps {
71
+ /**
72
+ * Corner radius for the glass effect.
73
+ * Applied uniformly to all corners.
74
+ * @default 0
75
+ */
76
+ cornerRadius?: CodegenTypes.WithDefault<CodegenTypes.Float, 0>;
77
+ /**
78
+ * iOS-specific props.
79
+ */
80
+ ios?: LiquidGlassIOSProps;
81
+ /**
82
+ * Android-specific props.
83
+ */
84
+ android?: LiquidGlassAndroidProps;
85
+ /**
86
+ * Fired when the glass view is pressed.
87
+ * Includes touch coordinates relative to view bounds.
88
+ */
89
+ onGlassPress?: CodegenTypes.DirectEventHandler<LiquidGlassPressEvent>;
90
+ }
91
+ declare const _default: HostComponent<LiquidGlassNativeProps>;
92
+ export default _default;
93
+ //# sourceMappingURL=LiquidGlassNativeComponent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LiquidGlassNativeComponent.d.ts","sourceRoot":"","sources":["../../../../src/LiquidGlassNativeComponent.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG3E;;;;;GAKG;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;AAE7D;;;;;GAKG;AACH,MAAM,MAAM,sBAAsB,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAC;AAEjE;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC;IACzC;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC,KAAK,CAAC;IAElC;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,QAAQ,CAAC;IAC7C;;;OAGG;IACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;CAClC,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;IAC3C,oDAAoD;IACpD,CAAC,EAAE,YAAY,CAAC,KAAK,CAAC;IACtB,oDAAoD;IACpD,CAAC,EAAE,YAAY,CAAC,KAAK,CAAC;CACvB,CAAC,CAAC;AAEH,MAAM,WAAW,sBAAuB,SAAQ,SAAS;IACvD;;;;OAIG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,YAAY,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;IAE/D;;OAEG;IACH,GAAG,CAAC,EAAE,mBAAmB,CAAC;IAE1B;;OAEG;IACH,OAAO,CAAC,EAAE,uBAAuB,CAAC;IAElC;;;OAGG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC,kBAAkB,CAAC,qBAAqB,CAAC,CAAC;CACvE;wBAII,aAAa,CAAC,sBAAsB,CAAC;AAF1C,wBAE2C"}
@@ -2,5 +2,6 @@ export * from './DatePicker';
2
2
  export * from './SelectionMenu';
3
3
  export * from './ContextMenu';
4
4
  export * from './SegmentedControl';
5
+ export * from './LiquidGlass';
5
6
  export * from './sharedTypes';
6
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/index.tsx"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/index.tsx"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC"}
@@ -0,0 +1,96 @@
1
+ import React from 'react';
2
+ import { type ViewProps } from 'react-native';
3
+ import { type LiquidGlassColorScheme, type LiquidGlassEffect, type LiquidGlassPressEvent } from './LiquidGlassNativeComponent';
4
+ export type { LiquidGlassEffect, LiquidGlassColorScheme, LiquidGlassPressEvent, };
5
+ /**
6
+ * Whether the LiquidGlass effect is supported on the current device.
7
+ * Returns true on iOS 26+ (with Liquid Glass support), false otherwise.
8
+ *
9
+ * Use this to conditionally render fallback UI on unsupported devices.
10
+ */
11
+ export declare const isLiquidGlassSupported: boolean;
12
+ export interface LiquidGlassProps extends ViewProps {
13
+ /**
14
+ * Corner radius for the glass effect.
15
+ * Applied uniformly to all corners.
16
+ * @default 0
17
+ */
18
+ cornerRadius?: number;
19
+ /**
20
+ * iOS-specific props for the glass effect.
21
+ */
22
+ ios?: {
23
+ /**
24
+ * Glass effect style.
25
+ * - 'clear': More transparent, subtle glass effect
26
+ * - 'regular': Standard blur intensity (default)
27
+ * - 'none': No glass effect (useful for animating materialization)
28
+ * @default 'regular'
29
+ */
30
+ effect?: LiquidGlassEffect;
31
+ /**
32
+ * Enables native touch interaction effects when pressing the view.
33
+ * When enabled, the glass effect responds to touch location with
34
+ * position-aware visual feedback (iOS 26+ UIGlassEffect.isInteractive).
35
+ *
36
+ * Note: Only applies on component mount; cannot be changed dynamically.
37
+ * @default false
38
+ */
39
+ interactive?: boolean;
40
+ /**
41
+ * Overlay tint color applied to the glass effect.
42
+ * Accepts any valid color value (hex, rgba, named colors).
43
+ *
44
+ * Example: '#FF0000', 'rgba(255, 0, 0, 0.5)', 'red'
45
+ */
46
+ tintColor?: string;
47
+ /**
48
+ * Appearance adaptation mode.
49
+ * - 'light': Force light appearance
50
+ * - 'dark': Force dark appearance
51
+ * - 'system': Follow system appearance (default)
52
+ * @default 'system'
53
+ */
54
+ colorScheme?: LiquidGlassColorScheme;
55
+ /**
56
+ * Shadow radius for the glass effect glow.
57
+ * Higher values create a more diffuse shadow.
58
+ * @default 20
59
+ */
60
+ shadowRadius?: number;
61
+ /**
62
+ * @deprecated Use `interactive` instead for native touch-based highlighting.
63
+ * This prop is a no-op on iOS 26+ where UIGlassEffect handles touch feedback.
64
+ * @default false
65
+ */
66
+ isHighlighted?: boolean;
67
+ };
68
+ /**
69
+ * Android-specific props.
70
+ * Note: LiquidGlass is an iOS-only effect. On Android, the component
71
+ * renders as a regular View with optional fallback styling.
72
+ */
73
+ android?: {
74
+ /**
75
+ * Fallback background color for Android since glass effect is not supported.
76
+ * If not provided, the view renders transparently.
77
+ */
78
+ fallbackBackgroundColor?: string;
79
+ };
80
+ /**
81
+ * Content to render inside the glass effect container.
82
+ */
83
+ children?: React.ReactNode;
84
+ /**
85
+ * Called when the glass view is pressed.
86
+ * Includes touch coordinates relative to the view bounds.
87
+ */
88
+ onPress?: (event: {
89
+ x: number;
90
+ y: number;
91
+ }) => void;
92
+ /** Test identifier */
93
+ testID?: string;
94
+ }
95
+ export declare function LiquidGlass(props: LiquidGlassProps): React.ReactElement;
96
+ //# sourceMappingURL=LiquidGlass.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LiquidGlass.d.ts","sourceRoot":"","sources":["../../../../src/LiquidGlass.tsx"],"names":[],"mappings":"AACA,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,EAAY,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAExD,OAA0B,EACxB,KAAK,sBAAsB,EAC3B,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC3B,MAAM,8BAA8B,CAAC;AAEtC,YAAY,EACV,iBAAiB,EACjB,sBAAsB,EACtB,qBAAqB,GACtB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB,EAAE,OACoB,CAAC;AAE1D,MAAM,WAAW,gBAAiB,SAAQ,SAAS;IACjD;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,GAAG,CAAC,EAAE;QACJ;;;;;;WAMG;QACH,MAAM,CAAC,EAAE,iBAAiB,CAAC;QAE3B;;;;;;;WAOG;QACH,WAAW,CAAC,EAAE,OAAO,CAAC;QAEtB;;;;;WAKG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QAEnB;;;;;;WAMG;QACH,WAAW,CAAC,EAAE,sBAAsB,CAAC;QAErC;;;;WAIG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;QAEtB;;;;WAIG;QACH,aAAa,CAAC,EAAE,OAAO,CAAC;KACzB,CAAC;IAEF;;;;OAIG;IACH,OAAO,CAAC,EAAE;QACR;;;WAGG;QACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;KAClC,CAAC;IAEF;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE3B;;;OAGG;IACH,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IAEpD,sBAAsB;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,GAAG,KAAK,CAAC,YAAY,CAoDvE"}
@@ -0,0 +1,93 @@
1
+ import type { CodegenTypes, HostComponent, ViewProps } from 'react-native';
2
+ /**
3
+ * Glass effect intensity/style.
4
+ * - 'clear': More transparent, subtle glass effect
5
+ * - 'regular': Standard blur intensity (default)
6
+ * - 'none': No glass effect (useful for animating materialization)
7
+ */
8
+ export type LiquidGlassEffect = 'clear' | 'regular' | 'none';
9
+ /**
10
+ * Color scheme for the glass effect.
11
+ * - 'light': Force light appearance
12
+ * - 'dark': Force dark appearance
13
+ * - 'system': Follow system appearance (default)
14
+ */
15
+ export type LiquidGlassColorScheme = 'light' | 'dark' | 'system';
16
+ /**
17
+ * iOS-specific configuration.
18
+ */
19
+ export type LiquidGlassIOSProps = Readonly<{
20
+ /**
21
+ * Glass effect style.
22
+ * @default 'regular'
23
+ */
24
+ effect?: string;
25
+ /**
26
+ * Enables touch interaction effects when pressing the view.
27
+ * Note: Only applies on component mount; cannot be changed dynamically.
28
+ * @default false
29
+ */
30
+ interactive?: string;
31
+ /**
32
+ * Overlay tint color applied to the glass effect.
33
+ * Accepts hex color strings (e.g., '#FF0000', '#FF000080').
34
+ */
35
+ tintColor?: string;
36
+ /**
37
+ * Appearance adaptation mode.
38
+ * @default 'system'
39
+ */
40
+ colorScheme?: string;
41
+ /**
42
+ * Shadow radius for the glass effect.
43
+ * @default 20
44
+ */
45
+ shadowRadius?: CodegenTypes.Float;
46
+ /**
47
+ * Whether the view is highlighted (pressed state).
48
+ */
49
+ isHighlighted?: string;
50
+ }>;
51
+ /**
52
+ * Android-specific configuration (stub - LiquidGlass is iOS only).
53
+ */
54
+ export type LiquidGlassAndroidProps = Readonly<{
55
+ /**
56
+ * Fallback background color for Android (since glass effect is not supported).
57
+ * If not provided, renders as transparent.
58
+ */
59
+ fallbackBackgroundColor?: string;
60
+ }>;
61
+ /**
62
+ * Event emitted when the glass view is pressed.
63
+ */
64
+ export type LiquidGlassPressEvent = Readonly<{
65
+ /** X coordinate of touch relative to view bounds */
66
+ x: CodegenTypes.Float;
67
+ /** Y coordinate of touch relative to view bounds */
68
+ y: CodegenTypes.Float;
69
+ }>;
70
+ export interface LiquidGlassNativeProps extends ViewProps {
71
+ /**
72
+ * Corner radius for the glass effect.
73
+ * Applied uniformly to all corners.
74
+ * @default 0
75
+ */
76
+ cornerRadius?: CodegenTypes.WithDefault<CodegenTypes.Float, 0>;
77
+ /**
78
+ * iOS-specific props.
79
+ */
80
+ ios?: LiquidGlassIOSProps;
81
+ /**
82
+ * Android-specific props.
83
+ */
84
+ android?: LiquidGlassAndroidProps;
85
+ /**
86
+ * Fired when the glass view is pressed.
87
+ * Includes touch coordinates relative to view bounds.
88
+ */
89
+ onGlassPress?: CodegenTypes.DirectEventHandler<LiquidGlassPressEvent>;
90
+ }
91
+ declare const _default: HostComponent<LiquidGlassNativeProps>;
92
+ export default _default;
93
+ //# sourceMappingURL=LiquidGlassNativeComponent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LiquidGlassNativeComponent.d.ts","sourceRoot":"","sources":["../../../../src/LiquidGlassNativeComponent.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG3E;;;;;GAKG;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;AAE7D;;;;;GAKG;AACH,MAAM,MAAM,sBAAsB,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAC;AAEjE;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC;IACzC;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC,KAAK,CAAC;IAElC;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,QAAQ,CAAC;IAC7C;;;OAGG;IACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;CAClC,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;IAC3C,oDAAoD;IACpD,CAAC,EAAE,YAAY,CAAC,KAAK,CAAC;IACtB,oDAAoD;IACpD,CAAC,EAAE,YAAY,CAAC,KAAK,CAAC;CACvB,CAAC,CAAC;AAEH,MAAM,WAAW,sBAAuB,SAAQ,SAAS;IACvD;;;;OAIG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,YAAY,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;IAE/D;;OAEG;IACH,GAAG,CAAC,EAAE,mBAAmB,CAAC;IAE1B;;OAEG;IACH,OAAO,CAAC,EAAE,uBAAuB,CAAC;IAElC;;;OAGG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC,kBAAkB,CAAC,qBAAqB,CAAC,CAAC;CACvE;wBAII,aAAa,CAAC,sBAAsB,CAAC;AAF1C,wBAE2C"}
@@ -2,5 +2,6 @@ export * from './DatePicker';
2
2
  export * from './SelectionMenu';
3
3
  export * from './ContextMenu';
4
4
  export * from './SegmentedControl';
5
+ export * from './LiquidGlass';
5
6
  export * from './sharedTypes';
6
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/index.tsx"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/index.tsx"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC"}