bleam 0.0.7 → 0.0.8
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/{ui-234Plg7Z.d.cts → ui-Ce-pnUUA.d.ts} +7 -7
- package/dist/ui.d.ts +1 -1
- package/dist/window.d.ts +1 -1
- package/package.json +1 -1
- package/dist/ui-BJmXhz9Q.d.ts +0 -92
- package/dist/ui-Dd7SXdbg.d.cts +0 -92
- package/dist/ui-Ds88eETu.d.ts +0 -92
- package/dist/ui-TaqnB5SP.d.ts +0 -92
- package/dist/ui-WQvnXL0W.d.ts +0 -92
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import * as _nativescript_react_native33 from "@nativescript/react-native";
|
|
1
2
|
import { ReactNode } from "react";
|
|
2
3
|
import { ColorValue, StyleProp, TextStyle, ViewStyle } from "react-native";
|
|
3
|
-
import * as _nativescript_react_native26 from "@nativescript/react-native";
|
|
4
4
|
|
|
5
5
|
//#region src/ui/shared.d.ts
|
|
6
6
|
type NativeStyle = ViewStyle & TextStyle;
|
|
@@ -18,7 +18,7 @@ type ButtonProps = {
|
|
|
18
18
|
onPress?: () => void;
|
|
19
19
|
style?: StyleProp<NativeStyle>;
|
|
20
20
|
};
|
|
21
|
-
declare const Button:
|
|
21
|
+
declare const Button: _nativescript_react_native33.UIKitViewComponent<ButtonProps, UIButton>;
|
|
22
22
|
//#endregion
|
|
23
23
|
//#region src/ui/label.d.ts
|
|
24
24
|
type LabelTone = 'primary' | 'secondary' | 'tertiary';
|
|
@@ -29,7 +29,7 @@ type LabelProps = {
|
|
|
29
29
|
numberOfLines?: number;
|
|
30
30
|
style?: StyleProp<NativeStyle>;
|
|
31
31
|
};
|
|
32
|
-
declare const Label:
|
|
32
|
+
declare const Label: _nativescript_react_native33.UIKitViewComponent<LabelProps, UILabel>;
|
|
33
33
|
//#endregion
|
|
34
34
|
//#region src/ui/symbol.d.ts
|
|
35
35
|
type SymbolName = string;
|
|
@@ -43,7 +43,7 @@ type SymbolProps = {
|
|
|
43
43
|
color?: ColorValue;
|
|
44
44
|
style?: StyleProp<NativeStyle>;
|
|
45
45
|
};
|
|
46
|
-
declare const Symbol:
|
|
46
|
+
declare const Symbol: _nativescript_react_native33.UIKitViewComponent<SymbolProps, UIImageView>;
|
|
47
47
|
//#endregion
|
|
48
48
|
//#region src/ui/glass-shared.d.ts
|
|
49
49
|
type GlassStyle = 'regular' | 'clear' | 'none';
|
|
@@ -73,10 +73,10 @@ type GlassContainerProps = {
|
|
|
73
73
|
};
|
|
74
74
|
//#endregion
|
|
75
75
|
//#region src/ui/glass-view.d.ts
|
|
76
|
-
declare const GlassView:
|
|
76
|
+
declare const GlassView: _nativescript_react_native33.UIKitViewComponent<GlassViewProps, _nativescript_react_native33.UIKitContainerResult<UIVisualEffectView, UIView>>;
|
|
77
77
|
//#endregion
|
|
78
78
|
//#region src/ui/glass-container.d.ts
|
|
79
|
-
declare const GlassContainer:
|
|
79
|
+
declare const GlassContainer: _nativescript_react_native33.UIKitViewComponent<GlassContainerProps, _nativescript_react_native33.UIKitContainerResult<UIVisualEffectView, UIView>>;
|
|
80
80
|
//#endregion
|
|
81
81
|
//#region src/ui/blur-view.d.ts
|
|
82
82
|
type BlurIntensity = 'ultraThin' | 'thin' | 'regular' | 'thick' | 'chrome';
|
|
@@ -87,6 +87,6 @@ type BlurViewProps = {
|
|
|
87
87
|
intensity?: BlurIntensity;
|
|
88
88
|
colorScheme?: BlurColorScheme;
|
|
89
89
|
};
|
|
90
|
-
declare const BlurView:
|
|
90
|
+
declare const BlurView: _nativescript_react_native33.UIKitViewComponent<BlurViewProps, _nativescript_react_native33.UIKitContainerResult<UIVisualEffectView, UIView>>;
|
|
91
91
|
//#endregion
|
|
92
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 };
|
package/dist/ui.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { C as ButtonVariant, S as ButtonSize, _ as Label, a as GlassContainer, b as Button, c as GlassEffectStyleConfig, d as GlassVisualStyle, f as Symbol, g as SymbolWeight, h as SymbolScale, i as BlurViewProps, l as GlassStyle, m as SymbolProps, n as BlurIntensity, o as GlassView, p as SymbolName, r as BlurView, s as GlassContainerProps, t as BlurColorScheme, u as GlassViewProps, v as LabelProps, x as ButtonProps, y as LabelTone } from "./ui-
|
|
1
|
+
import { C as ButtonVariant, S as ButtonSize, _ as Label, a as GlassContainer, b as Button, c as GlassEffectStyleConfig, d as GlassVisualStyle, f as Symbol, g as SymbolWeight, h as SymbolScale, i as BlurViewProps, l as GlassStyle, m as SymbolProps, n as BlurIntensity, o as GlassView, p as SymbolName, r as BlurView, s as GlassContainerProps, t as BlurColorScheme, u as GlassViewProps, v as LabelProps, x as ButtonProps, y as LabelTone } from "./ui-Ce-pnUUA.js";
|
|
2
2
|
export { BlurColorScheme, BlurIntensity, BlurView, BlurViewProps, Button, ButtonProps, ButtonSize, ButtonVariant, GlassContainer, GlassContainerProps, GlassEffectStyleConfig, GlassStyle, GlassView, GlassViewProps, GlassVisualStyle, Label, LabelProps, LabelTone, Symbol, SymbolName, SymbolProps, SymbolScale, SymbolWeight };
|
package/dist/window.d.ts
CHANGED
package/package.json
CHANGED
package/dist/ui-BJmXhz9Q.d.ts
DELETED
|
@@ -1,92 +0,0 @@
|
|
|
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 };
|
package/dist/ui-Dd7SXdbg.d.cts
DELETED
|
@@ -1,92 +0,0 @@
|
|
|
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 };
|
package/dist/ui-Ds88eETu.d.ts
DELETED
|
@@ -1,92 +0,0 @@
|
|
|
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 };
|
package/dist/ui-TaqnB5SP.d.ts
DELETED
|
@@ -1,92 +0,0 @@
|
|
|
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 };
|
package/dist/ui-WQvnXL0W.d.ts
DELETED
|
@@ -1,92 +0,0 @@
|
|
|
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 };
|