@tamagui/separator 1.73.1 → 1.74.0
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/package.json +3 -3
- package/types/Separator.d.ts +5 -130
- package/types/Separator.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/separator",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.74.0",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@tamagui/core": "1.
|
|
32
|
+
"@tamagui/core": "1.74.0"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"react": "*"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@tamagui/build": "1.
|
|
38
|
+
"@tamagui/build": "1.74.0",
|
|
39
39
|
"react": "^18.2.0"
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|
package/types/Separator.d.ts
CHANGED
|
@@ -1,148 +1,23 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const Separator: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
3
|
-
target?: string | undefined;
|
|
4
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
5
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
6
|
-
dangerouslySetInnerHTML?: {
|
|
7
|
-
__html: string;
|
|
8
|
-
} | undefined;
|
|
9
|
-
children?: any;
|
|
10
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
11
|
-
disabled?: boolean | undefined;
|
|
12
|
-
className?: string | undefined;
|
|
13
|
-
themeShallow?: boolean | undefined;
|
|
14
|
-
id?: string | undefined;
|
|
15
|
-
tag?: string | undefined;
|
|
16
|
-
theme?: string | null | undefined;
|
|
17
|
-
group?: undefined;
|
|
18
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
19
|
-
componentName?: string | undefined;
|
|
20
|
-
tabIndex?: string | number | undefined;
|
|
21
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
22
|
-
disableOptimization?: boolean | undefined;
|
|
23
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
24
|
-
disableClassName?: boolean | undefined;
|
|
25
|
-
onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
26
|
-
onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
27
|
-
} & {
|
|
2
|
+
export declare const Separator: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
28
3
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
29
4
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{}, "vertical"> & {
|
|
30
5
|
readonly vertical?: boolean | undefined;
|
|
31
|
-
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
32
|
-
target?: string | undefined;
|
|
33
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
34
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
35
|
-
dangerouslySetInnerHTML?: {
|
|
36
|
-
__html: string;
|
|
37
|
-
} | undefined;
|
|
38
|
-
children?: any;
|
|
39
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
40
|
-
disabled?: boolean | undefined;
|
|
41
|
-
className?: string | undefined;
|
|
42
|
-
themeShallow?: boolean | undefined;
|
|
43
|
-
id?: string | undefined;
|
|
44
|
-
tag?: string | undefined;
|
|
45
|
-
theme?: string | null | undefined;
|
|
46
|
-
group?: undefined;
|
|
47
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
48
|
-
componentName?: string | undefined;
|
|
49
|
-
tabIndex?: string | number | undefined;
|
|
50
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
51
|
-
disableOptimization?: boolean | undefined;
|
|
52
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
53
|
-
disableClassName?: boolean | undefined;
|
|
54
|
-
onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
55
|
-
onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
56
|
-
} & {
|
|
6
|
+
} & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
57
7
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
58
8
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{}, "vertical"> & {
|
|
59
9
|
readonly vertical?: boolean | undefined;
|
|
60
|
-
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
61
|
-
target?: string | undefined;
|
|
62
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
63
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
64
|
-
dangerouslySetInnerHTML?: {
|
|
65
|
-
__html: string;
|
|
66
|
-
} | undefined;
|
|
67
|
-
children?: any;
|
|
68
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
69
|
-
disabled?: boolean | undefined;
|
|
70
|
-
className?: string | undefined;
|
|
71
|
-
themeShallow?: boolean | undefined;
|
|
72
|
-
id?: string | undefined;
|
|
73
|
-
tag?: string | undefined;
|
|
74
|
-
theme?: string | null | undefined;
|
|
75
|
-
group?: undefined;
|
|
76
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
77
|
-
componentName?: string | undefined;
|
|
78
|
-
tabIndex?: string | number | undefined;
|
|
79
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
80
|
-
disableOptimization?: boolean | undefined;
|
|
81
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
82
|
-
disableClassName?: boolean | undefined;
|
|
83
|
-
onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
84
|
-
onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
85
|
-
} & {
|
|
10
|
+
}>> & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
86
11
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
87
12
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{}, "vertical"> & {
|
|
88
13
|
readonly vertical?: boolean | undefined;
|
|
89
|
-
}>>, import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
90
|
-
target?: string | undefined;
|
|
91
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
92
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
93
|
-
dangerouslySetInnerHTML?: {
|
|
94
|
-
__html: string;
|
|
95
|
-
} | undefined;
|
|
96
|
-
children?: any;
|
|
97
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
98
|
-
disabled?: boolean | undefined;
|
|
99
|
-
className?: string | undefined;
|
|
100
|
-
themeShallow?: boolean | undefined;
|
|
101
|
-
id?: string | undefined;
|
|
102
|
-
tag?: string | undefined;
|
|
103
|
-
theme?: string | null | undefined;
|
|
104
|
-
group?: undefined;
|
|
105
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
106
|
-
componentName?: string | undefined;
|
|
107
|
-
tabIndex?: string | number | undefined;
|
|
108
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
109
|
-
disableOptimization?: boolean | undefined;
|
|
110
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
111
|
-
disableClassName?: boolean | undefined;
|
|
112
|
-
onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
113
|
-
onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
114
|
-
} & {
|
|
14
|
+
}>>, import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
115
15
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
116
16
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
|
|
117
17
|
readonly vertical?: boolean | undefined;
|
|
118
18
|
}, {
|
|
119
19
|
displayName: string | undefined;
|
|
120
|
-
__baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & {
|
|
121
|
-
target?: string | undefined;
|
|
122
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
123
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
124
|
-
dangerouslySetInnerHTML?: {
|
|
125
|
-
__html: string;
|
|
126
|
-
} | undefined;
|
|
127
|
-
children?: any;
|
|
128
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
129
|
-
disabled?: boolean | undefined;
|
|
130
|
-
className?: string | undefined;
|
|
131
|
-
themeShallow?: boolean | undefined;
|
|
132
|
-
id?: string | undefined;
|
|
133
|
-
tag?: string | undefined;
|
|
134
|
-
theme?: string | null | undefined;
|
|
135
|
-
group?: undefined;
|
|
136
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
137
|
-
componentName?: string | undefined;
|
|
138
|
-
tabIndex?: string | number | undefined;
|
|
139
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
140
|
-
disableOptimization?: boolean | undefined;
|
|
141
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
142
|
-
disableClassName?: boolean | undefined;
|
|
143
|
-
onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
144
|
-
onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
145
|
-
} & {
|
|
20
|
+
__baseProps: Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
146
21
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
147
22
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core").RNViewProps;
|
|
148
23
|
__variantProps: {};
|
package/types/Separator.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Separator.d.ts","sourceRoot":"","sources":["../src/Separator.tsx"],"names":[],"mappings":";AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"Separator.d.ts","sourceRoot":"","sources":["../src/Separator.tsx"],"names":[],"mappings":";AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;EA4BpB,CAAA"}
|