tamagui 1.127.1 → 1.127.3
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/native.js +89 -66
- package/dist/native.js.map +2 -2
- package/dist/test.native.js +88 -65
- package/dist/test.native.js.map +2 -2
- package/package.json +55 -55
- package/types/views/Anchor.d.ts.map +1 -1
- package/types/views/Input.d.ts +6 -2
- package/types/views/Input.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tamagui",
|
|
3
|
-
"version": "1.127.
|
|
3
|
+
"version": "1.127.3",
|
|
4
4
|
"description": "Style and UI for React (web and native) meet an optimizing compiler",
|
|
5
5
|
"removeSideEffects": true,
|
|
6
6
|
"alsoPublishAs_disabled": [
|
|
@@ -84,62 +84,62 @@
|
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@tamagui/accordion": "1.127.
|
|
88
|
-
"@tamagui/adapt": "1.127.
|
|
89
|
-
"@tamagui/alert-dialog": "1.127.
|
|
90
|
-
"@tamagui/animate-presence": "1.127.
|
|
91
|
-
"@tamagui/avatar": "1.127.
|
|
92
|
-
"@tamagui/button": "1.127.
|
|
93
|
-
"@tamagui/card": "1.127.
|
|
94
|
-
"@tamagui/checkbox": "1.127.
|
|
95
|
-
"@tamagui/compose-refs": "1.127.
|
|
96
|
-
"@tamagui/constants": "1.127.
|
|
97
|
-
"@tamagui/core": "1.127.
|
|
98
|
-
"@tamagui/create-context": "1.127.
|
|
99
|
-
"@tamagui/dialog": "1.127.
|
|
100
|
-
"@tamagui/elements": "1.127.
|
|
101
|
-
"@tamagui/fake-react-native": "1.127.
|
|
102
|
-
"@tamagui/focusable": "1.127.
|
|
103
|
-
"@tamagui/font-size": "1.127.
|
|
104
|
-
"@tamagui/form": "1.127.
|
|
105
|
-
"@tamagui/get-button-sized": "1.127.
|
|
106
|
-
"@tamagui/get-font-sized": "1.127.
|
|
107
|
-
"@tamagui/get-token": "1.127.
|
|
108
|
-
"@tamagui/group": "1.127.
|
|
109
|
-
"@tamagui/helpers-tamagui": "1.127.
|
|
110
|
-
"@tamagui/image": "1.127.
|
|
111
|
-
"@tamagui/label": "1.127.
|
|
112
|
-
"@tamagui/linear-gradient": "1.127.
|
|
113
|
-
"@tamagui/list-item": "1.127.
|
|
114
|
-
"@tamagui/polyfill-dev": "1.127.
|
|
115
|
-
"@tamagui/popover": "1.127.
|
|
116
|
-
"@tamagui/popper": "1.127.
|
|
117
|
-
"@tamagui/portal": "1.127.
|
|
118
|
-
"@tamagui/progress": "1.127.
|
|
119
|
-
"@tamagui/radio-group": "1.127.
|
|
120
|
-
"@tamagui/react-native-media-driver": "1.127.
|
|
121
|
-
"@tamagui/scroll-view": "1.127.
|
|
122
|
-
"@tamagui/select": "1.127.
|
|
123
|
-
"@tamagui/separator": "1.127.
|
|
124
|
-
"@tamagui/shapes": "1.127.
|
|
125
|
-
"@tamagui/sheet": "1.127.
|
|
126
|
-
"@tamagui/slider": "1.127.
|
|
127
|
-
"@tamagui/stacks": "1.127.
|
|
128
|
-
"@tamagui/switch": "1.127.
|
|
129
|
-
"@tamagui/tabs": "1.127.
|
|
130
|
-
"@tamagui/text": "1.127.
|
|
131
|
-
"@tamagui/theme": "1.127.
|
|
132
|
-
"@tamagui/toggle-group": "1.127.
|
|
133
|
-
"@tamagui/tooltip": "1.127.
|
|
134
|
-
"@tamagui/use-controllable-state": "1.127.
|
|
135
|
-
"@tamagui/use-debounce": "1.127.
|
|
136
|
-
"@tamagui/use-force-update": "1.127.
|
|
137
|
-
"@tamagui/use-window-dimensions": "1.127.
|
|
138
|
-
"@tamagui/visually-hidden": "1.127.
|
|
139
|
-
"@tamagui/z-index-stack": "1.127.
|
|
87
|
+
"@tamagui/accordion": "1.127.3",
|
|
88
|
+
"@tamagui/adapt": "1.127.3",
|
|
89
|
+
"@tamagui/alert-dialog": "1.127.3",
|
|
90
|
+
"@tamagui/animate-presence": "1.127.3",
|
|
91
|
+
"@tamagui/avatar": "1.127.3",
|
|
92
|
+
"@tamagui/button": "1.127.3",
|
|
93
|
+
"@tamagui/card": "1.127.3",
|
|
94
|
+
"@tamagui/checkbox": "1.127.3",
|
|
95
|
+
"@tamagui/compose-refs": "1.127.3",
|
|
96
|
+
"@tamagui/constants": "1.127.3",
|
|
97
|
+
"@tamagui/core": "1.127.3",
|
|
98
|
+
"@tamagui/create-context": "1.127.3",
|
|
99
|
+
"@tamagui/dialog": "1.127.3",
|
|
100
|
+
"@tamagui/elements": "1.127.3",
|
|
101
|
+
"@tamagui/fake-react-native": "1.127.3",
|
|
102
|
+
"@tamagui/focusable": "1.127.3",
|
|
103
|
+
"@tamagui/font-size": "1.127.3",
|
|
104
|
+
"@tamagui/form": "1.127.3",
|
|
105
|
+
"@tamagui/get-button-sized": "1.127.3",
|
|
106
|
+
"@tamagui/get-font-sized": "1.127.3",
|
|
107
|
+
"@tamagui/get-token": "1.127.3",
|
|
108
|
+
"@tamagui/group": "1.127.3",
|
|
109
|
+
"@tamagui/helpers-tamagui": "1.127.3",
|
|
110
|
+
"@tamagui/image": "1.127.3",
|
|
111
|
+
"@tamagui/label": "1.127.3",
|
|
112
|
+
"@tamagui/linear-gradient": "1.127.3",
|
|
113
|
+
"@tamagui/list-item": "1.127.3",
|
|
114
|
+
"@tamagui/polyfill-dev": "1.127.3",
|
|
115
|
+
"@tamagui/popover": "1.127.3",
|
|
116
|
+
"@tamagui/popper": "1.127.3",
|
|
117
|
+
"@tamagui/portal": "1.127.3",
|
|
118
|
+
"@tamagui/progress": "1.127.3",
|
|
119
|
+
"@tamagui/radio-group": "1.127.3",
|
|
120
|
+
"@tamagui/react-native-media-driver": "1.127.3",
|
|
121
|
+
"@tamagui/scroll-view": "1.127.3",
|
|
122
|
+
"@tamagui/select": "1.127.3",
|
|
123
|
+
"@tamagui/separator": "1.127.3",
|
|
124
|
+
"@tamagui/shapes": "1.127.3",
|
|
125
|
+
"@tamagui/sheet": "1.127.3",
|
|
126
|
+
"@tamagui/slider": "1.127.3",
|
|
127
|
+
"@tamagui/stacks": "1.127.3",
|
|
128
|
+
"@tamagui/switch": "1.127.3",
|
|
129
|
+
"@tamagui/tabs": "1.127.3",
|
|
130
|
+
"@tamagui/text": "1.127.3",
|
|
131
|
+
"@tamagui/theme": "1.127.3",
|
|
132
|
+
"@tamagui/toggle-group": "1.127.3",
|
|
133
|
+
"@tamagui/tooltip": "1.127.3",
|
|
134
|
+
"@tamagui/use-controllable-state": "1.127.3",
|
|
135
|
+
"@tamagui/use-debounce": "1.127.3",
|
|
136
|
+
"@tamagui/use-force-update": "1.127.3",
|
|
137
|
+
"@tamagui/use-window-dimensions": "1.127.3",
|
|
138
|
+
"@tamagui/visually-hidden": "1.127.3",
|
|
139
|
+
"@tamagui/z-index-stack": "1.127.3"
|
|
140
140
|
},
|
|
141
141
|
"devDependencies": {
|
|
142
|
-
"@tamagui/build": "1.127.
|
|
142
|
+
"@tamagui/build": "1.127.3",
|
|
143
143
|
"react": "*",
|
|
144
144
|
"react-native-web": "^0.20.0"
|
|
145
145
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Anchor.d.ts","sourceRoot":"","sources":["../../src/views/Anchor.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA;AAIrD,MAAM,WAAW,gBAAgB;IAC/B,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,GAAG,CAAC,EAAE,MAAM,CAAA;CACb;AAED,MAAM,MAAM,WAAW,GAAG,gBAAgB,GAAG,gBAAgB,CAAA;AAQ7D,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"Anchor.d.ts","sourceRoot":"","sources":["../../src/views/Anchor.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA;AAIrD,MAAM,WAAW,gBAAgB;IAC/B,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,GAAG,CAAC,EAAE,MAAM,CAAA;CACb;AAED,MAAM,MAAM,WAAW,GAAG,gBAAgB,GAAG,gBAAgB,CAAA;AAQ7D,eAAO,MAAM,MAAM;;;;;;8CAsBlB,CAAA"}
|
package/types/views/Input.d.ts
CHANGED
|
@@ -237,6 +237,7 @@ export declare function useInputProps(props: InputProps, ref: any): {
|
|
|
237
237
|
end?: number | undefined;
|
|
238
238
|
} | undefined | undefined;
|
|
239
239
|
inputAccessoryViewID?: string | undefined | undefined;
|
|
240
|
+
disableKeyboardShortcuts?: boolean | undefined | undefined;
|
|
240
241
|
clearButtonMode?: "never" | "while-editing" | "unless-editing" | "always" | undefined | undefined;
|
|
241
242
|
clearTextOnFocus?: boolean | undefined | undefined;
|
|
242
243
|
dataDetectorTypes?: import("react-native").DataDetectorTypes | import("react-native").DataDetectorTypes[] | undefined;
|
|
@@ -246,8 +247,9 @@ export declare function useInputProps(props: InputProps, ref: any): {
|
|
|
246
247
|
rejectResponderTermination?: boolean | null | undefined | undefined;
|
|
247
248
|
selectionState?: import("react-native").DocumentSelectionState | undefined;
|
|
248
249
|
spellCheck?: boolean | undefined | undefined;
|
|
249
|
-
textContentType?: "none" | "URL" | "addressCity" | "addressCityAndState" | "addressState" | "countryName" | "creditCardNumber" | "creditCardExpiration" | "creditCardExpirationMonth" | "creditCardExpirationYear" | "creditCardSecurityCode" | "creditCardType" | "creditCardName" | "creditCardGivenName" | "creditCardMiddleName" | "creditCardFamilyName" | "emailAddress" | "familyName" | "fullStreetAddress" | "givenName" | "jobTitle" | "location" | "middleName" | "name" | "namePrefix" | "nameSuffix" | "nickname" | "organizationName" | "postalCode" | "streetAddressLine1" | "streetAddressLine2" | "sublocality" | "telephoneNumber" | "username" | "password" | "newPassword" | "oneTimeCode" | "birthdate" | "birthdateDay" | "birthdateMonth" | "birthdateYear" | undefined | undefined;
|
|
250
|
+
textContentType?: "none" | "URL" | "addressCity" | "addressCityAndState" | "addressState" | "countryName" | "creditCardNumber" | "creditCardExpiration" | "creditCardExpirationMonth" | "creditCardExpirationYear" | "creditCardSecurityCode" | "creditCardType" | "creditCardName" | "creditCardGivenName" | "creditCardMiddleName" | "creditCardFamilyName" | "emailAddress" | "familyName" | "fullStreetAddress" | "givenName" | "jobTitle" | "location" | "middleName" | "name" | "namePrefix" | "nameSuffix" | "nickname" | "organizationName" | "postalCode" | "streetAddressLine1" | "streetAddressLine2" | "sublocality" | "telephoneNumber" | "username" | "password" | "newPassword" | "oneTimeCode" | "birthdate" | "birthdateDay" | "birthdateMonth" | "birthdateYear" | "cellularEID" | "cellularIMEI" | "dateTime" | "flightNumber" | "shipmentTrackingNumber" | undefined | undefined;
|
|
250
251
|
scrollEnabled?: boolean | undefined | undefined;
|
|
252
|
+
lineBreakModeIOS?: "wordWrapping" | "char" | "clip" | "head" | "middle" | "tail" | undefined | undefined;
|
|
251
253
|
smartInsertDelete?: boolean | undefined | undefined;
|
|
252
254
|
cursorColor?: import("react-native").ColorValue | null | undefined;
|
|
253
255
|
selectionHandleColor?: import("react-native").ColorValue | null | undefined;
|
|
@@ -305,6 +307,7 @@ export declare function useInputProps(props: InputProps, ref: any): {
|
|
|
305
307
|
right?: number | "unset" | import("react-native").Animated.AnimatedNode | import("@tamagui/core").GetThemeValueForKey<"right"> | null | undefined;
|
|
306
308
|
fontSize?: "unset" | import("@tamagui/core").GetThemeValueForKey<"fontSize"> | undefined;
|
|
307
309
|
lineHeight?: "unset" | import("@tamagui/core").GetThemeValueForKey<"lineHeight"> | undefined;
|
|
310
|
+
pointerEvents?: "unset" | "auto" | "box-none" | "none" | "box-only" | undefined;
|
|
308
311
|
fontFamily?: "unset" | import("@tamagui/core").GetThemeValueForKey<"fontFamily"> | undefined;
|
|
309
312
|
fontStyle?: "unset" | "normal" | "italic" | undefined;
|
|
310
313
|
fontWeight?: "unset" | import("@tamagui/core").GetThemeValueForKey<"fontWeight"> | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | undefined;
|
|
@@ -345,6 +348,7 @@ export declare function useInputProps(props: InputProps, ref: any): {
|
|
|
345
348
|
elevation?: number | "unset" | undefined;
|
|
346
349
|
isolation?: "unset" | "auto" | "isolate" | undefined;
|
|
347
350
|
boxShadow?: string | readonly import("react-native").BoxShadowValue[] | undefined;
|
|
351
|
+
experimental_backgroundImage?: string | readonly import("react-native").GradientValue[] | undefined;
|
|
348
352
|
aspectRatio?: number | string | undefined | undefined;
|
|
349
353
|
borderBottomWidth?: number | "unset" | import("@tamagui/core").GetThemeValueForKey<"borderBottomWidth"> | undefined;
|
|
350
354
|
borderEndWidth?: number | "unset" | import("@tamagui/core").GetThemeValueForKey<"borderEndWidth"> | undefined;
|
|
@@ -354,6 +358,7 @@ export declare function useInputProps(props: InputProps, ref: any): {
|
|
|
354
358
|
borderTopWidth?: number | "unset" | import("@tamagui/core").GetThemeValueForKey<"borderTopWidth"> | undefined;
|
|
355
359
|
borderWidth?: number | "unset" | import("@tamagui/core").GetThemeValueForKey<"borderWidth"> | undefined;
|
|
356
360
|
bottom?: number | "unset" | import("react-native").Animated.AnimatedNode | import("@tamagui/core").GetThemeValueForKey<"bottom"> | null | undefined;
|
|
361
|
+
boxSizing?: "unset" | "border-box" | "content-box" | undefined;
|
|
357
362
|
end?: "unset" | import("react-native").DimensionValue | undefined;
|
|
358
363
|
rowGap?: number | "unset" | import("@tamagui/core").GetThemeValueForKey<"rowGap"> | undefined;
|
|
359
364
|
gap?: number | "unset" | import("@tamagui/core").GetThemeValueForKey<"gap"> | undefined;
|
|
@@ -604,7 +609,6 @@ export declare function useInputProps(props: InputProps, ref: any): {
|
|
|
604
609
|
outlineWidth?: "unset" | import("@tamagui/core").SpaceValue | undefined;
|
|
605
610
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
606
611
|
scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
|
|
607
|
-
pointerEvents?: "unset" | "auto" | "box-none" | "none" | "box-only" | undefined;
|
|
608
612
|
transformOrigin?: "unset" | "center" | "left" | "right" | "bottom" | "top" | (`${number}%` | `${string}%` | `${string}px` | `${number}px`) | "center center" | "center bottom" | "center top" | `center ${number}%` | `center ${string}%` | `center ${string}px` | `center ${number}px` | "left center" | "left bottom" | "left top" | `left ${number}%` | `left ${string}%` | `left ${string}px` | `left ${number}px` | "right center" | "right bottom" | "right top" | `right ${number}%` | `right ${string}%` | `right ${string}px` | `right ${number}px` | `${number}% center` | `${number}% bottom` | `${number}% top` | `${number}% ${number}%` | `${number}% ${string}%` | `${number}% ${string}px` | `${number}% ${number}px` | `${string}% center` | `${string}% bottom` | `${string}% top` | `${string}% ${number}%` | `${string}% ${string}%` | `${string}% ${string}px` | `${string}% ${number}px` | `${string}px center` | `${string}px bottom` | `${string}px top` | `${string}px ${number}%` | `${string}px ${string}%` | `${string}px ${string}px` | `${string}px ${number}px` | `${number}px center` | `${number}px bottom` | `${number}px top` | `${number}px ${number}%` | `${number}px ${string}%` | `${number}px ${string}px` | `${number}px ${number}px` | `center center ${string}px` | `center center ${number}px` | `center bottom ${string}px` | `center bottom ${number}px` | `center top ${string}px` | `center top ${number}px` | `center ${number}% ${string}px` | `center ${number}% ${number}px` | `center ${string}% ${string}px` | `center ${string}% ${number}px` | `center ${string}px ${string}px` | `center ${string}px ${number}px` | `center ${number}px ${string}px` | `center ${number}px ${number}px` | `left center ${string}px` | `left center ${number}px` | `left bottom ${string}px` | `left bottom ${number}px` | `left top ${string}px` | `left top ${number}px` | `left ${number}% ${string}px` | `left ${number}% ${number}px` | `left ${string}% ${string}px` | `left ${string}% ${number}px` | `left ${string}px ${string}px` | `left ${string}px ${number}px` | `left ${number}px ${string}px` | `left ${number}px ${number}px` | `right center ${string}px` | `right center ${number}px` | `right bottom ${string}px` | `right bottom ${number}px` | `right top ${string}px` | `right top ${number}px` | `right ${number}% ${string}px` | `right ${number}% ${number}px` | `right ${string}% ${string}px` | `right ${string}% ${number}px` | `right ${string}px ${string}px` | `right ${string}px ${number}px` | `right ${number}px ${string}px` | `right ${number}px ${number}px` | `${number}% center ${string}px` | `${number}% center ${number}px` | `${number}% bottom ${string}px` | `${number}% bottom ${number}px` | `${number}% top ${string}px` | `${number}% top ${number}px` | `${number}% ${number}% ${string}px` | `${number}% ${number}% ${number}px` | `${number}% ${string}% ${string}px` | `${number}% ${string}% ${number}px` | `${number}% ${string}px ${string}px` | `${number}% ${string}px ${number}px` | `${number}% ${number}px ${string}px` | `${number}% ${number}px ${number}px` | `${string}% center ${string}px` | `${string}% center ${number}px` | `${string}% bottom ${string}px` | `${string}% bottom ${number}px` | `${string}% top ${string}px` | `${string}% top ${number}px` | `${string}% ${number}% ${string}px` | `${string}% ${number}% ${number}px` | `${string}% ${string}% ${string}px` | `${string}% ${string}% ${number}px` | `${string}% ${string}px ${string}px` | `${string}% ${string}px ${number}px` | `${string}% ${number}px ${string}px` | `${string}% ${number}px ${number}px` | `${string}px center ${string}px` | `${string}px center ${number}px` | `${string}px bottom ${string}px` | `${string}px bottom ${number}px` | `${string}px top ${string}px` | `${string}px top ${number}px` | `${string}px ${number}% ${string}px` | `${string}px ${number}% ${number}px` | `${string}px ${string}% ${string}px` | `${string}px ${string}% ${number}px` | `${string}px ${string}px ${string}px` | `${string}px ${string}px ${number}px` | `${string}px ${number}px ${string}px` | `${string}px ${number}px ${number}px` | `${number}px center ${string}px` | `${number}px center ${number}px` | `${number}px bottom ${string}px` | `${number}px bottom ${number}px` | `${number}px top ${string}px` | `${number}px top ${number}px` | `${number}px ${number}% ${string}px` | `${number}px ${number}% ${number}px` | `${number}px ${string}% ${string}px` | `${number}px ${string}% ${number}px` | `${number}px ${string}px ${string}px` | `${number}px ${string}px ${number}px` | `${number}px ${number}px ${string}px` | `${number}px ${number}px ${number}px` | undefined;
|
|
609
613
|
filter?: import("csstype").Property.Filter | undefined;
|
|
610
614
|
mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../src/views/Input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAG7C,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAIxC,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkChB,CAAA;AAEV,eAAO,MAAM,UAAU;;;;;;;;;;;;;EA+BtB,CAAA;AAID,MAAM,MAAM,KAAK,GAAG,SAAS,CAAA;AAE7B,MAAM,MAAM,eAAe,GAAG,QAAQ,CAAC,OAAO,UAAU,CAAC,CAAA;AAEzD,MAAM,MAAM,eAAe,GAAG;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAA;CACd,CAAA;AAED,MAAM,MAAM,UAAU,GAAG,eAAe,GAAG,eAAe,CAAA;AAE1D,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;EAMhB,CAAA;AAEF,wBAAgB,aAAa,CAAC,KAAK,EAAE,UAAU,EAAE,GAAG,EAAE,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../src/views/Input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAG7C,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAIxC,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkChB,CAAA;AAEV,eAAO,MAAM,UAAU;;;;;;;;;;;;;EA+BtB,CAAA;AAID,MAAM,MAAM,KAAK,GAAG,SAAS,CAAA;AAE7B,MAAM,MAAM,eAAe,GAAG,QAAQ,CAAC,OAAO,UAAU,CAAC,CAAA;AAEzD,MAAM,MAAM,eAAe,GAAG;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAA;CACd,CAAA;AAED,MAAM,MAAM,UAAU,GAAG,eAAe,GAAG,eAAe,CAAA;AAE1D,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;EAMhB,CAAA;AAEF,wBAAgB,aAAa,CAAC,KAAK,EAAE,UAAU,EAAE,GAAG,EAAE,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAkCiirB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA/CllrB,MAAM;;EA8Cd"}
|