@tamagui/checkbox 1.88.6 → 1.88.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/package.json +15 -15
- package/types/Checkbox.d.ts +61 -27
- package/types/Checkbox.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/checkbox",
|
|
3
|
-
"version": "1.88.
|
|
3
|
+
"version": "1.88.8",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -24,19 +24,19 @@
|
|
|
24
24
|
"clean:build": "tamagui-build clean:build"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@tamagui/compose-refs": "1.88.
|
|
28
|
-
"@tamagui/constants": "1.88.
|
|
29
|
-
"@tamagui/core": "1.88.
|
|
30
|
-
"@tamagui/create-context": "1.88.
|
|
31
|
-
"@tamagui/focusable": "1.88.
|
|
32
|
-
"@tamagui/font-size": "1.88.
|
|
33
|
-
"@tamagui/get-token": "1.88.
|
|
34
|
-
"@tamagui/helpers": "1.88.
|
|
35
|
-
"@tamagui/helpers-tamagui": "1.88.
|
|
36
|
-
"@tamagui/label": "1.88.
|
|
37
|
-
"@tamagui/stacks": "1.88.
|
|
38
|
-
"@tamagui/use-controllable-state": "1.88.
|
|
39
|
-
"@tamagui/use-previous": "1.88.
|
|
27
|
+
"@tamagui/compose-refs": "1.88.8",
|
|
28
|
+
"@tamagui/constants": "1.88.8",
|
|
29
|
+
"@tamagui/core": "1.88.8",
|
|
30
|
+
"@tamagui/create-context": "1.88.8",
|
|
31
|
+
"@tamagui/focusable": "1.88.8",
|
|
32
|
+
"@tamagui/font-size": "1.88.8",
|
|
33
|
+
"@tamagui/get-token": "1.88.8",
|
|
34
|
+
"@tamagui/helpers": "1.88.8",
|
|
35
|
+
"@tamagui/helpers-tamagui": "1.88.8",
|
|
36
|
+
"@tamagui/label": "1.88.8",
|
|
37
|
+
"@tamagui/stacks": "1.88.8",
|
|
38
|
+
"@tamagui/use-controllable-state": "1.88.8",
|
|
39
|
+
"@tamagui/use-previous": "1.88.8"
|
|
40
40
|
},
|
|
41
41
|
"exports": {
|
|
42
42
|
"./package.json": "./package.json",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"react": "*"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@tamagui/build": "1.88.
|
|
54
|
+
"@tamagui/build": "1.88.8",
|
|
55
55
|
"react": "^18.2.0"
|
|
56
56
|
},
|
|
57
57
|
"publishConfig": {
|
package/types/Checkbox.d.ts
CHANGED
|
@@ -44,8 +44,8 @@ export type CheckboxIndicatorProps = CheckboxIndicatorFrameProps & {
|
|
|
44
44
|
};
|
|
45
45
|
export declare const CheckboxFrame: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
46
46
|
size?: SizeTokens | undefined;
|
|
47
|
-
disabled?: boolean | undefined;
|
|
48
47
|
elevation?: number | SizeTokens | undefined;
|
|
48
|
+
disabled?: boolean | undefined;
|
|
49
49
|
transparent?: boolean | undefined;
|
|
50
50
|
fullscreen?: boolean | undefined;
|
|
51
51
|
circular?: boolean | undefined;
|
|
@@ -80,10 +80,27 @@ type CheckboxExtraProps = {
|
|
|
80
80
|
sizeAdjust?: number;
|
|
81
81
|
};
|
|
82
82
|
export type CheckboxProps = Omit<CheckboxFrameProps, 'checked' | 'defaultChecked'> & CheckboxExtraProps;
|
|
83
|
-
export declare const Checkbox: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").
|
|
83
|
+
export declare const Checkbox: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps & CheckboxExtraProps, "space" | "zIndex" | "display" | "x" | "y" | "perspective" | "scale" | "scaleX" | "scaleY" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "contain" | "touchAction" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "pointerEvents" | "userSelect" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "transformOrigin" | "backfaceVisibility" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "rowGap" | "gap" | "columnGap" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY"> & import("@tamagui/core").WithThemeValues<Omit<import("@tamagui/core").StackStyleBase, keyof CheckboxExtraProps>, {
|
|
84
84
|
size?: SizeTokens | undefined;
|
|
85
|
+
elevation?: number | SizeTokens | undefined;
|
|
85
86
|
disabled?: boolean | undefined;
|
|
87
|
+
transparent?: boolean | undefined;
|
|
88
|
+
fullscreen?: boolean | undefined;
|
|
89
|
+
circular?: boolean | undefined;
|
|
90
|
+
hoverTheme?: boolean | undefined;
|
|
91
|
+
pressTheme?: boolean | undefined;
|
|
92
|
+
focusTheme?: boolean | undefined;
|
|
93
|
+
elevate?: boolean | undefined;
|
|
94
|
+
bordered?: number | boolean | undefined;
|
|
95
|
+
backgrounded?: boolean | undefined;
|
|
96
|
+
radiused?: boolean | undefined;
|
|
97
|
+
padded?: boolean | undefined;
|
|
98
|
+
chromeless?: boolean | "all" | undefined;
|
|
99
|
+
unstyled?: boolean | undefined;
|
|
100
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<Omit<import("@tamagui/core").StackStyleBase, keyof CheckboxExtraProps>, {
|
|
101
|
+
size?: SizeTokens | undefined;
|
|
86
102
|
elevation?: number | SizeTokens | undefined;
|
|
103
|
+
disabled?: boolean | undefined;
|
|
87
104
|
transparent?: boolean | undefined;
|
|
88
105
|
fullscreen?: boolean | undefined;
|
|
89
106
|
circular?: boolean | undefined;
|
|
@@ -97,10 +114,27 @@ export declare const Checkbox: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
97
114
|
padded?: boolean | undefined;
|
|
98
115
|
chromeless?: boolean | "all" | undefined;
|
|
99
116
|
unstyled?: boolean | undefined;
|
|
100
|
-
}
|
|
117
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<Omit<import("@tamagui/core").StackStyleBase, keyof CheckboxExtraProps>, {
|
|
101
118
|
size?: SizeTokens | undefined;
|
|
119
|
+
elevation?: number | SizeTokens | undefined;
|
|
102
120
|
disabled?: boolean | undefined;
|
|
121
|
+
transparent?: boolean | undefined;
|
|
122
|
+
fullscreen?: boolean | undefined;
|
|
123
|
+
circular?: boolean | undefined;
|
|
124
|
+
hoverTheme?: boolean | undefined;
|
|
125
|
+
pressTheme?: boolean | undefined;
|
|
126
|
+
focusTheme?: boolean | undefined;
|
|
127
|
+
elevate?: boolean | undefined;
|
|
128
|
+
bordered?: number | boolean | undefined;
|
|
129
|
+
backgrounded?: boolean | undefined;
|
|
130
|
+
radiused?: boolean | undefined;
|
|
131
|
+
padded?: boolean | undefined;
|
|
132
|
+
chromeless?: boolean | "all" | undefined;
|
|
133
|
+
unstyled?: boolean | undefined;
|
|
134
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<Omit<import("@tamagui/core").StackStyleBase, keyof CheckboxExtraProps>, {
|
|
135
|
+
size?: SizeTokens | undefined;
|
|
103
136
|
elevation?: number | SizeTokens | undefined;
|
|
137
|
+
disabled?: boolean | undefined;
|
|
104
138
|
transparent?: boolean | undefined;
|
|
105
139
|
fullscreen?: boolean | undefined;
|
|
106
140
|
circular?: boolean | undefined;
|
|
@@ -114,10 +148,27 @@ export declare const Checkbox: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
114
148
|
padded?: boolean | undefined;
|
|
115
149
|
chromeless?: boolean | "all" | undefined;
|
|
116
150
|
unstyled?: boolean | undefined;
|
|
117
|
-
}
|
|
151
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<Omit<import("@tamagui/core").StackStyleBase, keyof CheckboxExtraProps>, {
|
|
118
152
|
size?: SizeTokens | undefined;
|
|
153
|
+
elevation?: number | SizeTokens | undefined;
|
|
119
154
|
disabled?: boolean | undefined;
|
|
155
|
+
transparent?: boolean | undefined;
|
|
156
|
+
fullscreen?: boolean | undefined;
|
|
157
|
+
circular?: boolean | undefined;
|
|
158
|
+
hoverTheme?: boolean | undefined;
|
|
159
|
+
pressTheme?: boolean | undefined;
|
|
160
|
+
focusTheme?: boolean | undefined;
|
|
161
|
+
elevate?: boolean | undefined;
|
|
162
|
+
bordered?: number | boolean | undefined;
|
|
163
|
+
backgrounded?: boolean | undefined;
|
|
164
|
+
radiused?: boolean | undefined;
|
|
165
|
+
padded?: boolean | undefined;
|
|
166
|
+
chromeless?: boolean | "all" | undefined;
|
|
167
|
+
unstyled?: boolean | undefined;
|
|
168
|
+
}>> & React.RefAttributes<TamaguiElement>> & import("@tamagui/core").StaticComponentObject<import("@tamagui/core").TamaDefer, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & CheckboxExtraProps, Omit<import("@tamagui/core").StackStyleBase, keyof CheckboxExtraProps>, {
|
|
169
|
+
size?: SizeTokens | undefined;
|
|
120
170
|
elevation?: number | SizeTokens | undefined;
|
|
171
|
+
disabled?: boolean | undefined;
|
|
121
172
|
transparent?: boolean | undefined;
|
|
122
173
|
fullscreen?: boolean | undefined;
|
|
123
174
|
circular?: boolean | undefined;
|
|
@@ -132,27 +183,10 @@ export declare const Checkbox: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
132
183
|
chromeless?: boolean | "all" | undefined;
|
|
133
184
|
unstyled?: boolean | undefined;
|
|
134
185
|
}, {}> & Omit<{}, "staticConfig" | "extractable" | "styleable"> & {
|
|
135
|
-
__tama: [
|
|
186
|
+
__tama: [import("@tamagui/core").TamaDefer, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & CheckboxExtraProps, Omit<import("@tamagui/core").StackStyleBase, keyof CheckboxExtraProps>, {
|
|
136
187
|
size?: SizeTokens | undefined;
|
|
137
|
-
disabled?: boolean | undefined;
|
|
138
188
|
elevation?: number | SizeTokens | undefined;
|
|
139
|
-
transparent?: boolean | undefined;
|
|
140
|
-
fullscreen?: boolean | undefined;
|
|
141
|
-
circular?: boolean | undefined;
|
|
142
|
-
hoverTheme?: boolean | undefined;
|
|
143
|
-
pressTheme?: boolean | undefined;
|
|
144
|
-
focusTheme?: boolean | undefined;
|
|
145
|
-
elevate?: boolean | undefined;
|
|
146
|
-
bordered?: number | boolean | undefined;
|
|
147
|
-
backgrounded?: boolean | undefined;
|
|
148
|
-
radiused?: boolean | undefined;
|
|
149
|
-
padded?: boolean | undefined;
|
|
150
|
-
chromeless?: boolean | "all" | undefined;
|
|
151
|
-
unstyled?: boolean | undefined;
|
|
152
|
-
}>, keyof CheckboxExtraProps> & CheckboxExtraProps, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & CheckboxExtraProps, import("@tamagui/core").StackStyleBase, {
|
|
153
|
-
size?: SizeTokens | undefined;
|
|
154
189
|
disabled?: boolean | undefined;
|
|
155
|
-
elevation?: number | SizeTokens | undefined;
|
|
156
190
|
transparent?: boolean | undefined;
|
|
157
191
|
fullscreen?: boolean | undefined;
|
|
158
192
|
circular?: boolean | undefined;
|
|
@@ -168,7 +202,7 @@ export declare const Checkbox: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
168
202
|
unstyled?: boolean | undefined;
|
|
169
203
|
}, {}];
|
|
170
204
|
} & {
|
|
171
|
-
Indicator: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps,
|
|
205
|
+
Indicator: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
172
206
|
elevation?: number | SizeTokens | undefined;
|
|
173
207
|
transparent?: boolean | undefined;
|
|
174
208
|
fullscreen?: boolean | undefined;
|
|
@@ -182,7 +216,7 @@ export declare const Checkbox: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
182
216
|
radiused?: boolean | undefined;
|
|
183
217
|
padded?: boolean | undefined;
|
|
184
218
|
chromeless?: boolean | "all" | undefined;
|
|
185
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
219
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
186
220
|
elevation?: number | SizeTokens | undefined;
|
|
187
221
|
transparent?: boolean | undefined;
|
|
188
222
|
fullscreen?: boolean | undefined;
|
|
@@ -196,7 +230,7 @@ export declare const Checkbox: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
196
230
|
radiused?: boolean | undefined;
|
|
197
231
|
padded?: boolean | undefined;
|
|
198
232
|
chromeless?: boolean | "all" | undefined;
|
|
199
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
233
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
200
234
|
elevation?: number | SizeTokens | undefined;
|
|
201
235
|
transparent?: boolean | undefined;
|
|
202
236
|
fullscreen?: boolean | undefined;
|
|
@@ -210,7 +244,7 @@ export declare const Checkbox: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
210
244
|
radiused?: boolean | undefined;
|
|
211
245
|
padded?: boolean | undefined;
|
|
212
246
|
chromeless?: boolean | "all" | undefined;
|
|
213
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
247
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
214
248
|
elevation?: number | SizeTokens | undefined;
|
|
215
249
|
transparent?: boolean | undefined;
|
|
216
250
|
fullscreen?: boolean | undefined;
|
|
@@ -224,7 +258,7 @@ export declare const Checkbox: React.ForwardRefExoticComponent<Omit<import("@tam
|
|
|
224
258
|
radiused?: boolean | undefined;
|
|
225
259
|
padded?: boolean | undefined;
|
|
226
260
|
chromeless?: boolean | "all" | undefined;
|
|
227
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase
|
|
261
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
228
262
|
elevation?: number | SizeTokens | undefined;
|
|
229
263
|
transparent?: boolean | undefined;
|
|
230
264
|
fullscreen?: boolean | undefined;
|
package/types/Checkbox.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../src/Checkbox.tsx"],"names":[],"mappings":"AAKA,OAAO,EACL,QAAQ,EACR,UAAU,EACV,cAAc,EAMf,MAAM,eAAe,CAAA;AAYtB,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAE9B,eAAO,MAAM,qBAAqB;;;EAGhC,CAAA;AAEF,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,eAAe,CAAA;AAEpD,wBAAgB,eAAe,CAAC,OAAO,CAAC,EAAE,YAAY,GAAG,OAAO,IAAI,eAAe,CAElF;AAED,wBAAgB,QAAQ,CAAC,OAAO,EAAE,YAAY,6CAE7C;AAED,KAAK,UAAU,GAAG,GAAG,CAAA;AACrB,UAAU,gBAAiB,SAAQ,IAAI,CAAC,UAAU,EAAE,SAAS,CAAC;IAC5D,OAAO,EAAE,YAAY,CAAA;IACrB,OAAO,EAAE,WAAW,GAAG,IAAI,CAAA;IAC3B,OAAO,EAAE,OAAO,CAAA;IAEhB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,eAAO,MAAM,WAAW,UAAW,gBAAgB,gBAkDlD,CAAA;AAQD,QAAA,MAAM,sBAAsB;;;;;;;;;;;;;;MAI1B,CAAA;AAEF,KAAK,2BAA2B,GAAG,QAAQ,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAE1E,MAAM,MAAM,sBAAsB,GAAG,2BAA2B,GAAG;IACjE;;;OAGG;IACH,UAAU,CAAC,EAAE,IAAI,CAAA;IACjB;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAA;CAC5B,CAAA;AA4DD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;MAiExB,CAAA;AAGF,QAAA,MAA8B,mBAAmB,+CAAqC,CAAA;AAUtF,KAAK,kBAAkB,GAAG,QAAQ,CAAC,OAAO,aAAa,CAAC,CAAA;AAExD,KAAK,kBAAkB,GAAG;IACxB,OAAO,CAAC,EAAE,YAAY,CAAA;IACtB,cAAc,CAAC,EAAE,YAAY,CAAA;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB;;;OAGG;IACH,eAAe,CAAC,CAAC,OAAO,EAAE,YAAY,GAAG,IAAI,CAAA;IAC7C,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB,CAAA;AAED,MAAM,MAAM,aAAa,GAAG,IAAI,CAAC,kBAAkB,EAAE,SAAS,GAAG,gBAAgB,CAAC,GAChF,kBAAkB,CAAA;AA6IpB,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../src/Checkbox.tsx"],"names":[],"mappings":"AAKA,OAAO,EACL,QAAQ,EACR,UAAU,EACV,cAAc,EAMf,MAAM,eAAe,CAAA;AAYtB,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAE9B,eAAO,MAAM,qBAAqB;;;EAGhC,CAAA;AAEF,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,eAAe,CAAA;AAEpD,wBAAgB,eAAe,CAAC,OAAO,CAAC,EAAE,YAAY,GAAG,OAAO,IAAI,eAAe,CAElF;AAED,wBAAgB,QAAQ,CAAC,OAAO,EAAE,YAAY,6CAE7C;AAED,KAAK,UAAU,GAAG,GAAG,CAAA;AACrB,UAAU,gBAAiB,SAAQ,IAAI,CAAC,UAAU,EAAE,SAAS,CAAC;IAC5D,OAAO,EAAE,YAAY,CAAA;IACrB,OAAO,EAAE,WAAW,GAAG,IAAI,CAAA;IAC3B,OAAO,EAAE,OAAO,CAAA;IAEhB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,eAAO,MAAM,WAAW,UAAW,gBAAgB,gBAkDlD,CAAA;AAQD,QAAA,MAAM,sBAAsB;;;;;;;;;;;;;;MAI1B,CAAA;AAEF,KAAK,2BAA2B,GAAG,QAAQ,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAE1E,MAAM,MAAM,sBAAsB,GAAG,2BAA2B,GAAG;IACjE;;;OAGG;IACH,UAAU,CAAC,EAAE,IAAI,CAAA;IACjB;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAA;CAC5B,CAAA;AA4DD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;MAiExB,CAAA;AAGF,QAAA,MAA8B,mBAAmB,+CAAqC,CAAA;AAUtF,KAAK,kBAAkB,GAAG,QAAQ,CAAC,OAAO,aAAa,CAAC,CAAA;AAExD,KAAK,kBAAkB,GAAG;IACxB,OAAO,CAAC,EAAE,YAAY,CAAA;IACtB,cAAc,CAAC,EAAE,YAAY,CAAA;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB;;;OAGG;IACH,eAAe,CAAC,CAAC,OAAO,EAAE,YAAY,GAAG,IAAI,CAAA;IAC7C,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB,CAAA;AAED,MAAM,MAAM,aAAa,GAAG,IAAI,CAAC,kBAAkB,EAAE,SAAS,GAAG,gBAAgB,CAAC,GAChF,kBAAkB,CAAA;AA6IpB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QArTnB;;;WAGG;;QAEH;;WAEG;;;;;;;;;;CAiTH,CAAA;AAEF,OAAO,EAAE,mBAAmB,EAAE,CAAA"}
|