bleam 0.0.6 → 0.0.7

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 (91) hide show
  1. package/dist/ai.cjs +3984 -25
  2. package/dist/ai.d.cts +503 -20
  3. package/dist/ai.d.ts +503 -20
  4. package/dist/ai.js +3946 -26
  5. package/dist/animated.cjs +1 -1
  6. package/dist/animated.js +1 -1
  7. package/dist/app.cjs +92 -0
  8. package/dist/app.js +92 -0
  9. package/dist/cli.cjs +653 -86
  10. package/dist/cli.d.cts +89 -1
  11. package/dist/cli.d.ts +89 -1
  12. package/dist/cli.js +654 -88
  13. package/dist/{config-ClDGHNb3.d.ts → config-Cms0rvqg.d.ts} +1 -0
  14. package/dist/{config-D3gPaVMb.d.cts → config-CufOVJV3.d.cts} +1 -0
  15. package/dist/config.d.cts +1 -1
  16. package/dist/config.d.ts +1 -1
  17. package/dist/crypto.d.cts +0 -2
  18. package/dist/crypto.d.ts +1 -1
  19. package/dist/dev-protocol.d.cts +14 -1
  20. package/dist/dev-protocol.d.ts +14 -1
  21. package/dist/files-Bo7h9fik.cjs +468 -0
  22. package/dist/files-Ds1wT8C2.js +445 -0
  23. package/dist/files-DwA7pzr3.d.cts +99 -0
  24. package/dist/files-VrkQlKIT.d.ts +99 -0
  25. package/dist/files.cjs +7 -0
  26. package/dist/files.d.cts +2 -0
  27. package/dist/files.d.ts +2 -0
  28. package/dist/files.js +4 -0
  29. package/dist/index.d.cts +1 -1
  30. package/dist/index.d.ts +1 -1
  31. package/dist/native-sqlite-xcGdamRD.js +64 -0
  32. package/dist/native-sqlite-yQLD5s9i.cjs +66 -0
  33. package/dist/platform.cjs +27 -0
  34. package/dist/platform.d.cts +39 -0
  35. package/dist/platform.d.ts +39 -0
  36. package/dist/platform.js +21 -0
  37. package/dist/runtime.d.cts +1 -6
  38. package/dist/runtime.d.ts +1 -6
  39. package/dist/{schema-ipsECAso.d.ts → schema-DOOjfXvs.d.ts} +1 -1
  40. package/dist/{schema-BOuUHcqo.d.cts → schema-ENSMX_1t.d.cts} +1 -1
  41. package/dist/schema.cjs +1 -1
  42. package/dist/schema.d.cts +1 -1
  43. package/dist/schema.d.ts +1 -1
  44. package/dist/schema.js +1 -1
  45. package/dist/state-Bx0VlTlO.cjs +852 -0
  46. package/dist/state-CAwe-Vw1.js +767 -0
  47. package/dist/state.cjs +17 -763
  48. package/dist/state.d.cts +107 -77
  49. package/dist/state.d.ts +107 -77
  50. package/dist/state.js +4 -745
  51. package/dist/ui-1WepaMS4.d.cts +92 -0
  52. package/dist/ui-234Plg7Z.d.cts +92 -0
  53. package/dist/ui-BJmXhz9Q.d.ts +92 -0
  54. package/dist/ui-Dd7SXdbg.d.cts +92 -0
  55. package/dist/ui-Ds88eETu.d.ts +92 -0
  56. package/dist/ui-TaqnB5SP.d.ts +92 -0
  57. package/dist/ui-WQvnXL0W.d.ts +92 -0
  58. package/dist/ui.cjs +286 -35
  59. package/dist/ui.d.cts +2 -30
  60. package/dist/ui.d.ts +2 -30
  61. package/dist/ui.js +283 -36
  62. package/dist/window.cjs +596 -0
  63. package/dist/window.d.cts +63 -0
  64. package/dist/window.d.ts +63 -0
  65. package/dist/window.js +589 -0
  66. package/package.json +16 -14
  67. package/templates/basic/app/index.tsx +8 -5
  68. package/templates/foundation-models/app/index.tsx +32 -0
  69. package/templates/foundation-models/app.config.ts +5 -0
  70. package/templates/image-generation/app/index.tsx +39 -0
  71. package/templates/image-generation/app.config.ts +5 -0
  72. package/templates/state/app/index.tsx +30 -0
  73. package/templates/state/app.config.ts +5 -0
  74. package/dist/chrome.cjs +0 -265
  75. package/dist/chrome.d.cts +0 -19
  76. package/dist/chrome.d.ts +0 -19
  77. package/dist/chrome.js +0 -262
  78. package/dist/fs.cjs +0 -13
  79. package/dist/fs.d.cts +0 -8
  80. package/dist/fs.d.ts +0 -8
  81. package/dist/fs.js +0 -12
  82. package/dist/native-macos-D6p2SmUj.js +0 -20
  83. package/dist/native-macos-DLwo_ii9.cjs +0 -31
  84. package/dist/native-runtime-CbPzrs8j.d.cts +0 -33
  85. package/dist/native-runtime-DxHSrsTX.d.ts +0 -33
  86. package/dist/native.cjs +0 -135
  87. package/dist/native.d.cts +0 -34
  88. package/dist/native.d.ts +0 -34
  89. package/dist/native.js +0 -135
  90. /package/dist/{schema-DVmoD9JL.js → schema-Bo5Jvqus.js} +0 -0
  91. /package/dist/{schema-bxeeCyLn.cjs → schema-rQ13mrpD.cjs} +0 -0
@@ -0,0 +1,92 @@
1
+ import { ReactNode } from "react";
2
+ import { ColorValue, StyleProp, TextStyle, ViewStyle } from "react-native";
3
+ import * as _nativescript_react_native27 from "@nativescript/react-native";
4
+
5
+ //#region src/ui/shared.d.ts
6
+ type NativeStyle = ViewStyle & TextStyle;
7
+ //#endregion
8
+ //#region src/ui/button.d.ts
9
+ type ButtonVariant = 'primary' | 'secondary' | 'plain';
10
+ type ButtonSize = 'regular' | 'small' | 'large';
11
+ type ButtonProps = {
12
+ children?: ReactNode;
13
+ title?: string;
14
+ variant?: ButtonVariant;
15
+ size?: ButtonSize;
16
+ disabled?: boolean;
17
+ loading?: boolean;
18
+ onPress?: () => void;
19
+ style?: StyleProp<NativeStyle>;
20
+ };
21
+ declare const Button: _nativescript_react_native27.UIKitViewComponent<ButtonProps, UIButton>;
22
+ //#endregion
23
+ //#region src/ui/label.d.ts
24
+ type LabelTone = 'primary' | 'secondary' | 'tertiary';
25
+ type LabelProps = {
26
+ children?: ReactNode;
27
+ text?: string;
28
+ tone?: LabelTone;
29
+ numberOfLines?: number;
30
+ style?: StyleProp<NativeStyle>;
31
+ };
32
+ declare const Label: _nativescript_react_native27.UIKitViewComponent<LabelProps, UILabel>;
33
+ //#endregion
34
+ //#region src/ui/symbol.d.ts
35
+ type SymbolName = string;
36
+ type SymbolWeight = 'ultraLight' | 'thin' | 'light' | 'regular' | 'medium' | 'semibold' | 'bold' | 'heavy' | 'black';
37
+ type SymbolScale = 'small' | 'medium' | 'large';
38
+ type SymbolProps = {
39
+ symbol: SymbolName;
40
+ size?: number;
41
+ weight?: SymbolWeight;
42
+ scale?: SymbolScale;
43
+ color?: ColorValue;
44
+ style?: StyleProp<NativeStyle>;
45
+ };
46
+ declare const Symbol: _nativescript_react_native27.UIKitViewComponent<SymbolProps, UIImageView>;
47
+ //#endregion
48
+ //#region src/ui/glass-shared.d.ts
49
+ type GlassStyle = 'regular' | 'clear' | 'none';
50
+ type GlassEffectStyleConfig = {
51
+ style: GlassStyle;
52
+ animate?: boolean;
53
+ animationDuration?: number;
54
+ };
55
+ type GlassVisualStyle = {
56
+ cornerRadius?: number;
57
+ borderWidth?: number;
58
+ borderColor?: ColorValue;
59
+ };
60
+ type GlassViewProps = {
61
+ children?: ReactNode;
62
+ style?: StyleProp<NativeStyle>;
63
+ glassStyle?: GlassVisualStyle;
64
+ glassEffectStyle?: GlassStyle | GlassEffectStyleConfig;
65
+ tintColor?: string;
66
+ isInteractive?: boolean;
67
+ };
68
+ type GlassContainerProps = {
69
+ children?: ReactNode;
70
+ style?: StyleProp<NativeStyle>;
71
+ glassStyle?: GlassVisualStyle;
72
+ spacing?: number;
73
+ };
74
+ //#endregion
75
+ //#region src/ui/glass-view.d.ts
76
+ declare const GlassView: _nativescript_react_native27.UIKitViewComponent<GlassViewProps, _nativescript_react_native27.UIKitContainerResult<UIVisualEffectView, UIView>>;
77
+ //#endregion
78
+ //#region src/ui/glass-container.d.ts
79
+ declare const GlassContainer: _nativescript_react_native27.UIKitViewComponent<GlassContainerProps, _nativescript_react_native27.UIKitContainerResult<UIVisualEffectView, UIView>>;
80
+ //#endregion
81
+ //#region src/ui/blur-view.d.ts
82
+ type BlurIntensity = 'ultraThin' | 'thin' | 'regular' | 'thick' | 'chrome';
83
+ type BlurColorScheme = 'auto' | 'light' | 'dark';
84
+ type BlurViewProps = {
85
+ children?: ReactNode;
86
+ style?: StyleProp<NativeStyle>;
87
+ intensity?: BlurIntensity;
88
+ colorScheme?: BlurColorScheme;
89
+ };
90
+ declare const BlurView: _nativescript_react_native27.UIKitViewComponent<BlurViewProps, _nativescript_react_native27.UIKitContainerResult<UIVisualEffectView, UIView>>;
91
+ //#endregion
92
+ export { ButtonVariant as C, ButtonSize as S, Label as _, GlassContainer as a, Button as b, GlassEffectStyleConfig as c, GlassVisualStyle as d, Symbol as f, SymbolWeight as g, SymbolScale as h, BlurViewProps as i, GlassStyle as l, SymbolProps as m, BlurIntensity as n, GlassView as o, SymbolName as p, BlurView as r, GlassContainerProps as s, BlurColorScheme as t, GlassViewProps as u, LabelProps as v, ButtonProps as x, LabelTone as y };
@@ -0,0 +1,92 @@
1
+ import { ReactNode } from "react";
2
+ import { ColorValue, StyleProp, TextStyle, ViewStyle } from "react-native";
3
+ import * as _nativescript_react_native26 from "@nativescript/react-native";
4
+
5
+ //#region src/ui/shared.d.ts
6
+ type NativeStyle = ViewStyle & TextStyle;
7
+ //#endregion
8
+ //#region src/ui/button.d.ts
9
+ type ButtonVariant = 'primary' | 'secondary' | 'plain';
10
+ type ButtonSize = 'regular' | 'small' | 'large';
11
+ type ButtonProps = {
12
+ children?: ReactNode;
13
+ title?: string;
14
+ variant?: ButtonVariant;
15
+ size?: ButtonSize;
16
+ disabled?: boolean;
17
+ loading?: boolean;
18
+ onPress?: () => void;
19
+ style?: StyleProp<NativeStyle>;
20
+ };
21
+ declare const Button: _nativescript_react_native26.UIKitViewComponent<ButtonProps, UIButton>;
22
+ //#endregion
23
+ //#region src/ui/label.d.ts
24
+ type LabelTone = 'primary' | 'secondary' | 'tertiary';
25
+ type LabelProps = {
26
+ children?: ReactNode;
27
+ text?: string;
28
+ tone?: LabelTone;
29
+ numberOfLines?: number;
30
+ style?: StyleProp<NativeStyle>;
31
+ };
32
+ declare const Label: _nativescript_react_native26.UIKitViewComponent<LabelProps, UILabel>;
33
+ //#endregion
34
+ //#region src/ui/symbol.d.ts
35
+ type SymbolName = string;
36
+ type SymbolWeight = 'ultraLight' | 'thin' | 'light' | 'regular' | 'medium' | 'semibold' | 'bold' | 'heavy' | 'black';
37
+ type SymbolScale = 'small' | 'medium' | 'large';
38
+ type SymbolProps = {
39
+ symbol: SymbolName;
40
+ size?: number;
41
+ weight?: SymbolWeight;
42
+ scale?: SymbolScale;
43
+ color?: ColorValue;
44
+ style?: StyleProp<NativeStyle>;
45
+ };
46
+ declare const Symbol: _nativescript_react_native26.UIKitViewComponent<SymbolProps, UIImageView>;
47
+ //#endregion
48
+ //#region src/ui/glass-shared.d.ts
49
+ type GlassStyle = 'regular' | 'clear' | 'none';
50
+ type GlassEffectStyleConfig = {
51
+ style: GlassStyle;
52
+ animate?: boolean;
53
+ animationDuration?: number;
54
+ };
55
+ type GlassVisualStyle = {
56
+ cornerRadius?: number;
57
+ borderWidth?: number;
58
+ borderColor?: ColorValue;
59
+ };
60
+ type GlassViewProps = {
61
+ children?: ReactNode;
62
+ style?: StyleProp<NativeStyle>;
63
+ glassStyle?: GlassVisualStyle;
64
+ glassEffectStyle?: GlassStyle | GlassEffectStyleConfig;
65
+ tintColor?: string;
66
+ isInteractive?: boolean;
67
+ };
68
+ type GlassContainerProps = {
69
+ children?: ReactNode;
70
+ style?: StyleProp<NativeStyle>;
71
+ glassStyle?: GlassVisualStyle;
72
+ spacing?: number;
73
+ };
74
+ //#endregion
75
+ //#region src/ui/glass-view.d.ts
76
+ declare const GlassView: _nativescript_react_native26.UIKitViewComponent<GlassViewProps, _nativescript_react_native26.UIKitContainerResult<UIVisualEffectView, UIView>>;
77
+ //#endregion
78
+ //#region src/ui/glass-container.d.ts
79
+ declare const GlassContainer: _nativescript_react_native26.UIKitViewComponent<GlassContainerProps, _nativescript_react_native26.UIKitContainerResult<UIVisualEffectView, UIView>>;
80
+ //#endregion
81
+ //#region src/ui/blur-view.d.ts
82
+ type BlurIntensity = 'ultraThin' | 'thin' | 'regular' | 'thick' | 'chrome';
83
+ type BlurColorScheme = 'auto' | 'light' | 'dark';
84
+ type BlurViewProps = {
85
+ children?: ReactNode;
86
+ style?: StyleProp<NativeStyle>;
87
+ intensity?: BlurIntensity;
88
+ colorScheme?: BlurColorScheme;
89
+ };
90
+ declare const BlurView: _nativescript_react_native26.UIKitViewComponent<BlurViewProps, _nativescript_react_native26.UIKitContainerResult<UIVisualEffectView, UIView>>;
91
+ //#endregion
92
+ export { ButtonVariant as C, ButtonSize as S, Label as _, GlassContainer as a, Button as b, GlassEffectStyleConfig as c, GlassVisualStyle as d, Symbol as f, SymbolWeight as g, SymbolScale as h, BlurViewProps as i, GlassStyle as l, SymbolProps as m, BlurIntensity as n, GlassView as o, SymbolName as p, BlurView as r, GlassContainerProps as s, BlurColorScheme as t, GlassViewProps as u, LabelProps as v, ButtonProps as x, LabelTone as y };
@@ -0,0 +1,92 @@
1
+ import * as _nativescript_react_native26 from "@nativescript/react-native";
2
+ import { ReactNode } from "react";
3
+ import { ColorValue, StyleProp, TextStyle, ViewStyle } from "react-native";
4
+
5
+ //#region src/ui/shared.d.ts
6
+ type NativeStyle = ViewStyle & TextStyle;
7
+ //#endregion
8
+ //#region src/ui/button.d.ts
9
+ type ButtonVariant = 'primary' | 'secondary' | 'plain';
10
+ type ButtonSize = 'regular' | 'small' | 'large';
11
+ type ButtonProps = {
12
+ children?: ReactNode;
13
+ title?: string;
14
+ variant?: ButtonVariant;
15
+ size?: ButtonSize;
16
+ disabled?: boolean;
17
+ loading?: boolean;
18
+ onPress?: () => void;
19
+ style?: StyleProp<NativeStyle>;
20
+ };
21
+ declare const Button: _nativescript_react_native26.UIKitViewComponent<ButtonProps, UIButton>;
22
+ //#endregion
23
+ //#region src/ui/label.d.ts
24
+ type LabelTone = 'primary' | 'secondary' | 'tertiary';
25
+ type LabelProps = {
26
+ children?: ReactNode;
27
+ text?: string;
28
+ tone?: LabelTone;
29
+ numberOfLines?: number;
30
+ style?: StyleProp<NativeStyle>;
31
+ };
32
+ declare const Label: _nativescript_react_native26.UIKitViewComponent<LabelProps, UILabel>;
33
+ //#endregion
34
+ //#region src/ui/symbol.d.ts
35
+ type SymbolName = string;
36
+ type SymbolWeight = 'ultraLight' | 'thin' | 'light' | 'regular' | 'medium' | 'semibold' | 'bold' | 'heavy' | 'black';
37
+ type SymbolScale = 'small' | 'medium' | 'large';
38
+ type SymbolProps = {
39
+ symbol: SymbolName;
40
+ size?: number;
41
+ weight?: SymbolWeight;
42
+ scale?: SymbolScale;
43
+ color?: ColorValue;
44
+ style?: StyleProp<NativeStyle>;
45
+ };
46
+ declare const Symbol: _nativescript_react_native26.UIKitViewComponent<SymbolProps, UIImageView>;
47
+ //#endregion
48
+ //#region src/ui/glass-shared.d.ts
49
+ type GlassStyle = 'regular' | 'clear' | 'none';
50
+ type GlassEffectStyleConfig = {
51
+ style: GlassStyle;
52
+ animate?: boolean;
53
+ animationDuration?: number;
54
+ };
55
+ type GlassVisualStyle = {
56
+ cornerRadius?: number;
57
+ borderWidth?: number;
58
+ borderColor?: ColorValue;
59
+ };
60
+ type GlassViewProps = {
61
+ children?: ReactNode;
62
+ style?: StyleProp<NativeStyle>;
63
+ glassStyle?: GlassVisualStyle;
64
+ glassEffectStyle?: GlassStyle | GlassEffectStyleConfig;
65
+ tintColor?: string;
66
+ isInteractive?: boolean;
67
+ };
68
+ type GlassContainerProps = {
69
+ children?: ReactNode;
70
+ style?: StyleProp<NativeStyle>;
71
+ glassStyle?: GlassVisualStyle;
72
+ spacing?: number;
73
+ };
74
+ //#endregion
75
+ //#region src/ui/glass-view.d.ts
76
+ declare const GlassView: _nativescript_react_native26.UIKitViewComponent<GlassViewProps, _nativescript_react_native26.UIKitContainerResult<UIVisualEffectView, UIView>>;
77
+ //#endregion
78
+ //#region src/ui/glass-container.d.ts
79
+ declare const GlassContainer: _nativescript_react_native26.UIKitViewComponent<GlassContainerProps, _nativescript_react_native26.UIKitContainerResult<UIVisualEffectView, UIView>>;
80
+ //#endregion
81
+ //#region src/ui/blur-view.d.ts
82
+ type BlurIntensity = 'ultraThin' | 'thin' | 'regular' | 'thick' | 'chrome';
83
+ type BlurColorScheme = 'auto' | 'light' | 'dark';
84
+ type BlurViewProps = {
85
+ children?: ReactNode;
86
+ style?: StyleProp<NativeStyle>;
87
+ intensity?: BlurIntensity;
88
+ colorScheme?: BlurColorScheme;
89
+ };
90
+ declare const BlurView: _nativescript_react_native26.UIKitViewComponent<BlurViewProps, _nativescript_react_native26.UIKitContainerResult<UIVisualEffectView, UIView>>;
91
+ //#endregion
92
+ export { ButtonVariant as C, ButtonSize as S, Label as _, GlassContainer as a, Button as b, GlassEffectStyleConfig as c, GlassVisualStyle as d, Symbol as f, SymbolWeight as g, SymbolScale as h, BlurViewProps as i, GlassStyle as l, SymbolProps as m, BlurIntensity as n, GlassView as o, SymbolName as p, BlurView as r, GlassContainerProps as s, BlurColorScheme as t, GlassViewProps as u, LabelProps as v, ButtonProps as x, LabelTone as y };
@@ -0,0 +1,92 @@
1
+ import { ReactNode } from "react";
2
+ import { ColorValue, StyleProp, TextStyle, ViewStyle } from "react-native";
3
+ import * as _nativescript_react_native31 from "@nativescript/react-native";
4
+
5
+ //#region src/ui/shared.d.ts
6
+ type NativeStyle = ViewStyle & TextStyle;
7
+ //#endregion
8
+ //#region src/ui/button.d.ts
9
+ type ButtonVariant = 'primary' | 'secondary' | 'plain';
10
+ type ButtonSize = 'regular' | 'small' | 'large';
11
+ type ButtonProps = {
12
+ children?: ReactNode;
13
+ title?: string;
14
+ variant?: ButtonVariant;
15
+ size?: ButtonSize;
16
+ disabled?: boolean;
17
+ loading?: boolean;
18
+ onPress?: () => void;
19
+ style?: StyleProp<NativeStyle>;
20
+ };
21
+ declare const Button: _nativescript_react_native31.UIKitViewComponent<ButtonProps, UIButton>;
22
+ //#endregion
23
+ //#region src/ui/label.d.ts
24
+ type LabelTone = 'primary' | 'secondary' | 'tertiary';
25
+ type LabelProps = {
26
+ children?: ReactNode;
27
+ text?: string;
28
+ tone?: LabelTone;
29
+ numberOfLines?: number;
30
+ style?: StyleProp<NativeStyle>;
31
+ };
32
+ declare const Label: _nativescript_react_native31.UIKitViewComponent<LabelProps, UILabel>;
33
+ //#endregion
34
+ //#region src/ui/symbol.d.ts
35
+ type SymbolName = string;
36
+ type SymbolWeight = 'ultraLight' | 'thin' | 'light' | 'regular' | 'medium' | 'semibold' | 'bold' | 'heavy' | 'black';
37
+ type SymbolScale = 'small' | 'medium' | 'large';
38
+ type SymbolProps = {
39
+ symbol: SymbolName;
40
+ size?: number;
41
+ weight?: SymbolWeight;
42
+ scale?: SymbolScale;
43
+ color?: ColorValue;
44
+ style?: StyleProp<NativeStyle>;
45
+ };
46
+ declare const Symbol: _nativescript_react_native31.UIKitViewComponent<SymbolProps, UIImageView>;
47
+ //#endregion
48
+ //#region src/ui/glass-shared.d.ts
49
+ type GlassStyle = 'regular' | 'clear' | 'none';
50
+ type GlassEffectStyleConfig = {
51
+ style: GlassStyle;
52
+ animate?: boolean;
53
+ animationDuration?: number;
54
+ };
55
+ type GlassVisualStyle = {
56
+ cornerRadius?: number;
57
+ borderWidth?: number;
58
+ borderColor?: ColorValue;
59
+ };
60
+ type GlassViewProps = {
61
+ children?: ReactNode;
62
+ style?: StyleProp<NativeStyle>;
63
+ glassStyle?: GlassVisualStyle;
64
+ glassEffectStyle?: GlassStyle | GlassEffectStyleConfig;
65
+ tintColor?: string;
66
+ isInteractive?: boolean;
67
+ };
68
+ type GlassContainerProps = {
69
+ children?: ReactNode;
70
+ style?: StyleProp<NativeStyle>;
71
+ glassStyle?: GlassVisualStyle;
72
+ spacing?: number;
73
+ };
74
+ //#endregion
75
+ //#region src/ui/glass-view.d.ts
76
+ declare const GlassView: _nativescript_react_native31.UIKitViewComponent<GlassViewProps, _nativescript_react_native31.UIKitContainerResult<UIVisualEffectView, UIView>>;
77
+ //#endregion
78
+ //#region src/ui/glass-container.d.ts
79
+ declare const GlassContainer: _nativescript_react_native31.UIKitViewComponent<GlassContainerProps, _nativescript_react_native31.UIKitContainerResult<UIVisualEffectView, UIView>>;
80
+ //#endregion
81
+ //#region src/ui/blur-view.d.ts
82
+ type BlurIntensity = 'ultraThin' | 'thin' | 'regular' | 'thick' | 'chrome';
83
+ type BlurColorScheme = 'auto' | 'light' | 'dark';
84
+ type BlurViewProps = {
85
+ children?: ReactNode;
86
+ style?: StyleProp<NativeStyle>;
87
+ intensity?: BlurIntensity;
88
+ colorScheme?: BlurColorScheme;
89
+ };
90
+ declare const BlurView: _nativescript_react_native31.UIKitViewComponent<BlurViewProps, _nativescript_react_native31.UIKitContainerResult<UIVisualEffectView, UIView>>;
91
+ //#endregion
92
+ export { ButtonVariant as C, ButtonSize as S, Label as _, GlassContainer as a, Button as b, GlassEffectStyleConfig as c, GlassVisualStyle as d, Symbol as f, SymbolWeight as g, SymbolScale as h, BlurViewProps as i, GlassStyle as l, SymbolProps as m, BlurIntensity as n, GlassView as o, SymbolName as p, BlurView as r, GlassContainerProps as s, BlurColorScheme as t, GlassViewProps as u, LabelProps as v, ButtonProps as x, LabelTone as y };
@@ -0,0 +1,92 @@
1
+ import * as _nativescript_react_native29 from "@nativescript/react-native";
2
+ import { ReactNode } from "react";
3
+ import { ColorValue, StyleProp, TextStyle, ViewStyle } from "react-native";
4
+
5
+ //#region src/ui/shared.d.ts
6
+ type NativeStyle = ViewStyle & TextStyle;
7
+ //#endregion
8
+ //#region src/ui/button.d.ts
9
+ type ButtonVariant = 'primary' | 'secondary' | 'plain';
10
+ type ButtonSize = 'regular' | 'small' | 'large';
11
+ type ButtonProps = {
12
+ children?: ReactNode;
13
+ title?: string;
14
+ variant?: ButtonVariant;
15
+ size?: ButtonSize;
16
+ disabled?: boolean;
17
+ loading?: boolean;
18
+ onPress?: () => void;
19
+ style?: StyleProp<NativeStyle>;
20
+ };
21
+ declare const Button: _nativescript_react_native29.UIKitViewComponent<ButtonProps, UIButton>;
22
+ //#endregion
23
+ //#region src/ui/label.d.ts
24
+ type LabelTone = 'primary' | 'secondary' | 'tertiary';
25
+ type LabelProps = {
26
+ children?: ReactNode;
27
+ text?: string;
28
+ tone?: LabelTone;
29
+ numberOfLines?: number;
30
+ style?: StyleProp<NativeStyle>;
31
+ };
32
+ declare const Label: _nativescript_react_native29.UIKitViewComponent<LabelProps, UILabel>;
33
+ //#endregion
34
+ //#region src/ui/symbol.d.ts
35
+ type SymbolName = string;
36
+ type SymbolWeight = 'ultraLight' | 'thin' | 'light' | 'regular' | 'medium' | 'semibold' | 'bold' | 'heavy' | 'black';
37
+ type SymbolScale = 'small' | 'medium' | 'large';
38
+ type SymbolProps = {
39
+ symbol: SymbolName;
40
+ size?: number;
41
+ weight?: SymbolWeight;
42
+ scale?: SymbolScale;
43
+ color?: ColorValue;
44
+ style?: StyleProp<NativeStyle>;
45
+ };
46
+ declare const Symbol: _nativescript_react_native29.UIKitViewComponent<SymbolProps, UIImageView>;
47
+ //#endregion
48
+ //#region src/ui/glass-shared.d.ts
49
+ type GlassStyle = 'regular' | 'clear' | 'none';
50
+ type GlassEffectStyleConfig = {
51
+ style: GlassStyle;
52
+ animate?: boolean;
53
+ animationDuration?: number;
54
+ };
55
+ type GlassVisualStyle = {
56
+ cornerRadius?: number;
57
+ borderWidth?: number;
58
+ borderColor?: ColorValue;
59
+ };
60
+ type GlassViewProps = {
61
+ children?: ReactNode;
62
+ style?: StyleProp<NativeStyle>;
63
+ glassStyle?: GlassVisualStyle;
64
+ glassEffectStyle?: GlassStyle | GlassEffectStyleConfig;
65
+ tintColor?: string;
66
+ isInteractive?: boolean;
67
+ };
68
+ type GlassContainerProps = {
69
+ children?: ReactNode;
70
+ style?: StyleProp<NativeStyle>;
71
+ glassStyle?: GlassVisualStyle;
72
+ spacing?: number;
73
+ };
74
+ //#endregion
75
+ //#region src/ui/glass-view.d.ts
76
+ declare const GlassView: _nativescript_react_native29.UIKitViewComponent<GlassViewProps, _nativescript_react_native29.UIKitContainerResult<UIVisualEffectView, UIView>>;
77
+ //#endregion
78
+ //#region src/ui/glass-container.d.ts
79
+ declare const GlassContainer: _nativescript_react_native29.UIKitViewComponent<GlassContainerProps, _nativescript_react_native29.UIKitContainerResult<UIVisualEffectView, UIView>>;
80
+ //#endregion
81
+ //#region src/ui/blur-view.d.ts
82
+ type BlurIntensity = 'ultraThin' | 'thin' | 'regular' | 'thick' | 'chrome';
83
+ type BlurColorScheme = 'auto' | 'light' | 'dark';
84
+ type BlurViewProps = {
85
+ children?: ReactNode;
86
+ style?: StyleProp<NativeStyle>;
87
+ intensity?: BlurIntensity;
88
+ colorScheme?: BlurColorScheme;
89
+ };
90
+ declare const BlurView: _nativescript_react_native29.UIKitViewComponent<BlurViewProps, _nativescript_react_native29.UIKitContainerResult<UIVisualEffectView, UIView>>;
91
+ //#endregion
92
+ export { ButtonVariant as C, ButtonSize as S, Label as _, GlassContainer as a, Button as b, GlassEffectStyleConfig as c, GlassVisualStyle as d, Symbol as f, SymbolWeight as g, SymbolScale as h, BlurViewProps as i, GlassStyle as l, SymbolProps as m, BlurIntensity as n, GlassView as o, SymbolName as p, BlurView as r, GlassContainerProps as s, BlurColorScheme as t, GlassViewProps as u, LabelProps as v, ButtonProps as x, LabelTone as y };
@@ -0,0 +1,92 @@
1
+ import * as _nativescript_react_native31 from "@nativescript/react-native";
2
+ import { ReactNode } from "react";
3
+ import { ColorValue, StyleProp, TextStyle, ViewStyle } from "react-native";
4
+
5
+ //#region src/ui/shared.d.ts
6
+ type NativeStyle = ViewStyle & TextStyle;
7
+ //#endregion
8
+ //#region src/ui/button.d.ts
9
+ type ButtonVariant = 'primary' | 'secondary' | 'plain';
10
+ type ButtonSize = 'regular' | 'small' | 'large';
11
+ type ButtonProps = {
12
+ children?: ReactNode;
13
+ title?: string;
14
+ variant?: ButtonVariant;
15
+ size?: ButtonSize;
16
+ disabled?: boolean;
17
+ loading?: boolean;
18
+ onPress?: () => void;
19
+ style?: StyleProp<NativeStyle>;
20
+ };
21
+ declare const Button: _nativescript_react_native31.UIKitViewComponent<ButtonProps, UIButton>;
22
+ //#endregion
23
+ //#region src/ui/label.d.ts
24
+ type LabelTone = 'primary' | 'secondary' | 'tertiary';
25
+ type LabelProps = {
26
+ children?: ReactNode;
27
+ text?: string;
28
+ tone?: LabelTone;
29
+ numberOfLines?: number;
30
+ style?: StyleProp<NativeStyle>;
31
+ };
32
+ declare const Label: _nativescript_react_native31.UIKitViewComponent<LabelProps, UILabel>;
33
+ //#endregion
34
+ //#region src/ui/symbol.d.ts
35
+ type SymbolName = string;
36
+ type SymbolWeight = 'ultraLight' | 'thin' | 'light' | 'regular' | 'medium' | 'semibold' | 'bold' | 'heavy' | 'black';
37
+ type SymbolScale = 'small' | 'medium' | 'large';
38
+ type SymbolProps = {
39
+ symbol: SymbolName;
40
+ size?: number;
41
+ weight?: SymbolWeight;
42
+ scale?: SymbolScale;
43
+ color?: ColorValue;
44
+ style?: StyleProp<NativeStyle>;
45
+ };
46
+ declare const Symbol: _nativescript_react_native31.UIKitViewComponent<SymbolProps, UIImageView>;
47
+ //#endregion
48
+ //#region src/ui/glass-shared.d.ts
49
+ type GlassStyle = 'regular' | 'clear' | 'none';
50
+ type GlassEffectStyleConfig = {
51
+ style: GlassStyle;
52
+ animate?: boolean;
53
+ animationDuration?: number;
54
+ };
55
+ type GlassVisualStyle = {
56
+ cornerRadius?: number;
57
+ borderWidth?: number;
58
+ borderColor?: ColorValue;
59
+ };
60
+ type GlassViewProps = {
61
+ children?: ReactNode;
62
+ style?: StyleProp<NativeStyle>;
63
+ glassStyle?: GlassVisualStyle;
64
+ glassEffectStyle?: GlassStyle | GlassEffectStyleConfig;
65
+ tintColor?: string;
66
+ isInteractive?: boolean;
67
+ };
68
+ type GlassContainerProps = {
69
+ children?: ReactNode;
70
+ style?: StyleProp<NativeStyle>;
71
+ glassStyle?: GlassVisualStyle;
72
+ spacing?: number;
73
+ };
74
+ //#endregion
75
+ //#region src/ui/glass-view.d.ts
76
+ declare const GlassView: _nativescript_react_native31.UIKitViewComponent<GlassViewProps, _nativescript_react_native31.UIKitContainerResult<UIVisualEffectView, UIView>>;
77
+ //#endregion
78
+ //#region src/ui/glass-container.d.ts
79
+ declare const GlassContainer: _nativescript_react_native31.UIKitViewComponent<GlassContainerProps, _nativescript_react_native31.UIKitContainerResult<UIVisualEffectView, UIView>>;
80
+ //#endregion
81
+ //#region src/ui/blur-view.d.ts
82
+ type BlurIntensity = 'ultraThin' | 'thin' | 'regular' | 'thick' | 'chrome';
83
+ type BlurColorScheme = 'auto' | 'light' | 'dark';
84
+ type BlurViewProps = {
85
+ children?: ReactNode;
86
+ style?: StyleProp<NativeStyle>;
87
+ intensity?: BlurIntensity;
88
+ colorScheme?: BlurColorScheme;
89
+ };
90
+ declare const BlurView: _nativescript_react_native31.UIKitViewComponent<BlurViewProps, _nativescript_react_native31.UIKitContainerResult<UIVisualEffectView, UIView>>;
91
+ //#endregion
92
+ export { ButtonVariant as C, ButtonSize as S, Label as _, GlassContainer as a, Button as b, GlassEffectStyleConfig as c, GlassVisualStyle as d, Symbol as f, SymbolWeight as g, SymbolScale as h, BlurViewProps as i, GlassStyle as l, SymbolProps as m, BlurIntensity as n, GlassView as o, SymbolName as p, BlurView as r, GlassContainerProps as s, BlurColorScheme as t, GlassViewProps as u, LabelProps as v, ButtonProps as x, LabelTone as y };
@@ -0,0 +1,92 @@
1
+ import * as _nativescript_react_native32 from "@nativescript/react-native";
2
+ import { ReactNode } from "react";
3
+ import { ColorValue, StyleProp, TextStyle, ViewStyle } from "react-native";
4
+
5
+ //#region src/ui/shared.d.ts
6
+ type NativeStyle = ViewStyle & TextStyle;
7
+ //#endregion
8
+ //#region src/ui/button.d.ts
9
+ type ButtonVariant = 'primary' | 'secondary' | 'plain';
10
+ type ButtonSize = 'regular' | 'small' | 'large';
11
+ type ButtonProps = {
12
+ children?: ReactNode;
13
+ title?: string;
14
+ variant?: ButtonVariant;
15
+ size?: ButtonSize;
16
+ disabled?: boolean;
17
+ loading?: boolean;
18
+ onPress?: () => void;
19
+ style?: StyleProp<NativeStyle>;
20
+ };
21
+ declare const Button: _nativescript_react_native32.UIKitViewComponent<ButtonProps, UIButton>;
22
+ //#endregion
23
+ //#region src/ui/label.d.ts
24
+ type LabelTone = 'primary' | 'secondary' | 'tertiary';
25
+ type LabelProps = {
26
+ children?: ReactNode;
27
+ text?: string;
28
+ tone?: LabelTone;
29
+ numberOfLines?: number;
30
+ style?: StyleProp<NativeStyle>;
31
+ };
32
+ declare const Label: _nativescript_react_native32.UIKitViewComponent<LabelProps, UILabel>;
33
+ //#endregion
34
+ //#region src/ui/symbol.d.ts
35
+ type SymbolName = string;
36
+ type SymbolWeight = 'ultraLight' | 'thin' | 'light' | 'regular' | 'medium' | 'semibold' | 'bold' | 'heavy' | 'black';
37
+ type SymbolScale = 'small' | 'medium' | 'large';
38
+ type SymbolProps = {
39
+ symbol: SymbolName;
40
+ size?: number;
41
+ weight?: SymbolWeight;
42
+ scale?: SymbolScale;
43
+ color?: ColorValue;
44
+ style?: StyleProp<NativeStyle>;
45
+ };
46
+ declare const Symbol: _nativescript_react_native32.UIKitViewComponent<SymbolProps, UIImageView>;
47
+ //#endregion
48
+ //#region src/ui/glass-shared.d.ts
49
+ type GlassStyle = 'regular' | 'clear' | 'none';
50
+ type GlassEffectStyleConfig = {
51
+ style: GlassStyle;
52
+ animate?: boolean;
53
+ animationDuration?: number;
54
+ };
55
+ type GlassVisualStyle = {
56
+ cornerRadius?: number;
57
+ borderWidth?: number;
58
+ borderColor?: ColorValue;
59
+ };
60
+ type GlassViewProps = {
61
+ children?: ReactNode;
62
+ style?: StyleProp<NativeStyle>;
63
+ glassStyle?: GlassVisualStyle;
64
+ glassEffectStyle?: GlassStyle | GlassEffectStyleConfig;
65
+ tintColor?: string;
66
+ isInteractive?: boolean;
67
+ };
68
+ type GlassContainerProps = {
69
+ children?: ReactNode;
70
+ style?: StyleProp<NativeStyle>;
71
+ glassStyle?: GlassVisualStyle;
72
+ spacing?: number;
73
+ };
74
+ //#endregion
75
+ //#region src/ui/glass-view.d.ts
76
+ declare const GlassView: _nativescript_react_native32.UIKitViewComponent<GlassViewProps, _nativescript_react_native32.UIKitContainerResult<UIVisualEffectView, UIView>>;
77
+ //#endregion
78
+ //#region src/ui/glass-container.d.ts
79
+ declare const GlassContainer: _nativescript_react_native32.UIKitViewComponent<GlassContainerProps, _nativescript_react_native32.UIKitContainerResult<UIVisualEffectView, UIView>>;
80
+ //#endregion
81
+ //#region src/ui/blur-view.d.ts
82
+ type BlurIntensity = 'ultraThin' | 'thin' | 'regular' | 'thick' | 'chrome';
83
+ type BlurColorScheme = 'auto' | 'light' | 'dark';
84
+ type BlurViewProps = {
85
+ children?: ReactNode;
86
+ style?: StyleProp<NativeStyle>;
87
+ intensity?: BlurIntensity;
88
+ colorScheme?: BlurColorScheme;
89
+ };
90
+ declare const BlurView: _nativescript_react_native32.UIKitViewComponent<BlurViewProps, _nativescript_react_native32.UIKitContainerResult<UIVisualEffectView, UIView>>;
91
+ //#endregion
92
+ export { ButtonVariant as C, ButtonSize as S, Label as _, GlassContainer as a, Button as b, GlassEffectStyleConfig as c, GlassVisualStyle as d, Symbol as f, SymbolWeight as g, SymbolScale as h, BlurViewProps as i, GlassStyle as l, SymbolProps as m, BlurIntensity as n, GlassView as o, SymbolName as p, BlurView as r, GlassContainerProps as s, BlurColorScheme as t, GlassViewProps as u, LabelProps as v, ButtonProps as x, LabelTone as y };