@tamagui/avatar 1.0.1-beta.48 → 1.0.1-beta.49
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 +6 -6
- package/types/Avatar.d.ts +84 -19
- package/types/Avatar.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/avatar",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.49",
|
|
4
4
|
"sideEffects": true,
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"types": "./types/index.d.ts",
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@radix-ui/react-use-callback-ref": "^0.1.0",
|
|
22
|
-
"@tamagui/core": "^1.0.1-beta.
|
|
23
|
-
"@tamagui/image": "^1.0.1-beta.
|
|
24
|
-
"@tamagui/shapes": "^1.0.1-beta.
|
|
25
|
-
"@tamagui/text": "^1.0.1-beta.
|
|
22
|
+
"@tamagui/core": "^1.0.1-beta.49",
|
|
23
|
+
"@tamagui/image": "^1.0.1-beta.49",
|
|
24
|
+
"@tamagui/shapes": "^1.0.1-beta.49",
|
|
25
|
+
"@tamagui/text": "^1.0.1-beta.49"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"react": "*",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"react-native": "*"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@tamagui/build": "^1.0.1-beta.
|
|
33
|
+
"@tamagui/build": "^1.0.1-beta.49",
|
|
34
34
|
"@types/react-dom": "^18.0.3",
|
|
35
35
|
"@types/react-native": "^0.67.3",
|
|
36
36
|
"react": "*",
|
package/types/Avatar.d.ts
CHANGED
|
@@ -76,56 +76,76 @@ export declare const AvatarFrame: import("@tamagui/core").TamaguiComponent<(Omit
|
|
|
76
76
|
readonly elevation?: SizeTokens | undefined;
|
|
77
77
|
} & {
|
|
78
78
|
fontFamily?: unknown;
|
|
79
|
+
backgrounded?: boolean | undefined;
|
|
80
|
+
radiused?: boolean | undefined;
|
|
79
81
|
hoverable?: boolean | undefined;
|
|
80
82
|
pressable?: boolean | undefined;
|
|
81
83
|
focusable?: boolean | undefined;
|
|
82
84
|
circular?: boolean | undefined;
|
|
85
|
+
padded?: boolean | undefined;
|
|
83
86
|
elevate?: boolean | undefined;
|
|
84
87
|
bordered?: number | boolean | undefined;
|
|
85
|
-
|
|
86
|
-
|
|
88
|
+
transparent?: boolean | undefined;
|
|
89
|
+
chromeless?: boolean | undefined;
|
|
90
|
+
}, "size" | "circular"> & {
|
|
91
|
+
circular?: boolean | undefined;
|
|
87
92
|
size?: SizeTokens | undefined;
|
|
88
93
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
89
94
|
readonly fullscreen?: boolean | undefined;
|
|
90
95
|
readonly elevation?: SizeTokens | undefined;
|
|
91
96
|
} & {
|
|
92
97
|
fontFamily?: unknown;
|
|
98
|
+
backgrounded?: boolean | undefined;
|
|
99
|
+
radiused?: boolean | undefined;
|
|
93
100
|
hoverable?: boolean | undefined;
|
|
94
101
|
pressable?: boolean | undefined;
|
|
95
102
|
focusable?: boolean | undefined;
|
|
96
103
|
circular?: boolean | undefined;
|
|
104
|
+
padded?: boolean | undefined;
|
|
97
105
|
elevate?: boolean | undefined;
|
|
98
106
|
bordered?: number | boolean | undefined;
|
|
99
|
-
|
|
100
|
-
|
|
107
|
+
transparent?: boolean | undefined;
|
|
108
|
+
chromeless?: boolean | undefined;
|
|
109
|
+
}, "size" | "circular"> & {
|
|
110
|
+
circular?: boolean | undefined;
|
|
101
111
|
size?: SizeTokens | undefined;
|
|
102
112
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
103
113
|
readonly fullscreen?: boolean | undefined;
|
|
104
114
|
readonly elevation?: SizeTokens | undefined;
|
|
105
115
|
} & {
|
|
106
116
|
fontFamily?: unknown;
|
|
117
|
+
backgrounded?: boolean | undefined;
|
|
118
|
+
radiused?: boolean | undefined;
|
|
107
119
|
hoverable?: boolean | undefined;
|
|
108
120
|
pressable?: boolean | undefined;
|
|
109
121
|
focusable?: boolean | undefined;
|
|
110
122
|
circular?: boolean | undefined;
|
|
123
|
+
padded?: boolean | undefined;
|
|
111
124
|
elevate?: boolean | undefined;
|
|
112
125
|
bordered?: number | boolean | undefined;
|
|
113
|
-
|
|
114
|
-
|
|
126
|
+
transparent?: boolean | undefined;
|
|
127
|
+
chromeless?: boolean | undefined;
|
|
128
|
+
}, "size" | "circular"> & {
|
|
129
|
+
circular?: boolean | undefined;
|
|
115
130
|
size?: SizeTokens | undefined;
|
|
116
131
|
}>>) | (Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
117
132
|
readonly fullscreen?: boolean | undefined;
|
|
118
133
|
readonly elevation?: SizeTokens | undefined;
|
|
119
134
|
} & {
|
|
120
135
|
fontFamily?: unknown;
|
|
136
|
+
backgrounded?: boolean | undefined;
|
|
137
|
+
radiused?: boolean | undefined;
|
|
121
138
|
hoverable?: boolean | undefined;
|
|
122
139
|
pressable?: boolean | undefined;
|
|
123
140
|
focusable?: boolean | undefined;
|
|
124
141
|
circular?: boolean | undefined;
|
|
142
|
+
padded?: boolean | undefined;
|
|
125
143
|
elevate?: boolean | undefined;
|
|
126
144
|
bordered?: number | boolean | undefined;
|
|
127
|
-
|
|
145
|
+
transparent?: boolean | undefined;
|
|
146
|
+
chromeless?: boolean | undefined;
|
|
128
147
|
} & {
|
|
148
|
+
circular?: boolean | undefined;
|
|
129
149
|
size?: SizeTokens | undefined;
|
|
130
150
|
}, string | number> & {
|
|
131
151
|
[x: string]: undefined;
|
|
@@ -134,14 +154,19 @@ export declare const AvatarFrame: import("@tamagui/core").TamaguiComponent<(Omit
|
|
|
134
154
|
readonly elevation?: SizeTokens | undefined;
|
|
135
155
|
} & {
|
|
136
156
|
fontFamily?: unknown;
|
|
157
|
+
backgrounded?: boolean | undefined;
|
|
158
|
+
radiused?: boolean | undefined;
|
|
137
159
|
hoverable?: boolean | undefined;
|
|
138
160
|
pressable?: boolean | undefined;
|
|
139
161
|
focusable?: boolean | undefined;
|
|
140
162
|
circular?: boolean | undefined;
|
|
163
|
+
padded?: boolean | undefined;
|
|
141
164
|
elevate?: boolean | undefined;
|
|
142
165
|
bordered?: number | boolean | undefined;
|
|
143
|
-
|
|
166
|
+
transparent?: boolean | undefined;
|
|
167
|
+
chromeless?: boolean | undefined;
|
|
144
168
|
} & {
|
|
169
|
+
circular?: boolean | undefined;
|
|
145
170
|
size?: SizeTokens | undefined;
|
|
146
171
|
}, string | number> & {
|
|
147
172
|
[x: string]: undefined;
|
|
@@ -150,14 +175,19 @@ export declare const AvatarFrame: import("@tamagui/core").TamaguiComponent<(Omit
|
|
|
150
175
|
readonly elevation?: SizeTokens | undefined;
|
|
151
176
|
} & {
|
|
152
177
|
fontFamily?: unknown;
|
|
178
|
+
backgrounded?: boolean | undefined;
|
|
179
|
+
radiused?: boolean | undefined;
|
|
153
180
|
hoverable?: boolean | undefined;
|
|
154
181
|
pressable?: boolean | undefined;
|
|
155
182
|
focusable?: boolean | undefined;
|
|
156
183
|
circular?: boolean | undefined;
|
|
184
|
+
padded?: boolean | undefined;
|
|
157
185
|
elevate?: boolean | undefined;
|
|
158
186
|
bordered?: number | boolean | undefined;
|
|
159
|
-
|
|
187
|
+
transparent?: boolean | undefined;
|
|
188
|
+
chromeless?: boolean | undefined;
|
|
160
189
|
} & {
|
|
190
|
+
circular?: boolean | undefined;
|
|
161
191
|
size?: SizeTokens | undefined;
|
|
162
192
|
}, string | number> & {
|
|
163
193
|
[x: string]: undefined;
|
|
@@ -166,14 +196,19 @@ export declare const AvatarFrame: import("@tamagui/core").TamaguiComponent<(Omit
|
|
|
166
196
|
readonly elevation?: SizeTokens | undefined;
|
|
167
197
|
} & {
|
|
168
198
|
fontFamily?: unknown;
|
|
199
|
+
backgrounded?: boolean | undefined;
|
|
200
|
+
radiused?: boolean | undefined;
|
|
169
201
|
hoverable?: boolean | undefined;
|
|
170
202
|
pressable?: boolean | undefined;
|
|
171
203
|
focusable?: boolean | undefined;
|
|
172
204
|
circular?: boolean | undefined;
|
|
205
|
+
padded?: boolean | undefined;
|
|
173
206
|
elevate?: boolean | undefined;
|
|
174
207
|
bordered?: number | boolean | undefined;
|
|
175
|
-
|
|
208
|
+
transparent?: boolean | undefined;
|
|
209
|
+
chromeless?: boolean | undefined;
|
|
176
210
|
} & {
|
|
211
|
+
circular?: boolean | undefined;
|
|
177
212
|
size?: SizeTokens | undefined;
|
|
178
213
|
} & ({} | {
|
|
179
214
|
[x: string]: undefined;
|
|
@@ -184,56 +219,76 @@ declare const Avatar: React.ForwardRefExoticComponent<((Omit<import("react-nativ
|
|
|
184
219
|
readonly elevation?: SizeTokens | undefined;
|
|
185
220
|
} & {
|
|
186
221
|
fontFamily?: unknown;
|
|
222
|
+
backgrounded?: boolean | undefined;
|
|
223
|
+
radiused?: boolean | undefined;
|
|
187
224
|
hoverable?: boolean | undefined;
|
|
188
225
|
pressable?: boolean | undefined;
|
|
189
226
|
focusable?: boolean | undefined;
|
|
190
227
|
circular?: boolean | undefined;
|
|
228
|
+
padded?: boolean | undefined;
|
|
191
229
|
elevate?: boolean | undefined;
|
|
192
230
|
bordered?: number | boolean | undefined;
|
|
193
|
-
|
|
194
|
-
|
|
231
|
+
transparent?: boolean | undefined;
|
|
232
|
+
chromeless?: boolean | undefined;
|
|
233
|
+
}, "size" | "circular"> & {
|
|
234
|
+
circular?: boolean | undefined;
|
|
195
235
|
size?: SizeTokens | undefined;
|
|
196
236
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
197
237
|
readonly fullscreen?: boolean | undefined;
|
|
198
238
|
readonly elevation?: SizeTokens | undefined;
|
|
199
239
|
} & {
|
|
200
240
|
fontFamily?: unknown;
|
|
241
|
+
backgrounded?: boolean | undefined;
|
|
242
|
+
radiused?: boolean | undefined;
|
|
201
243
|
hoverable?: boolean | undefined;
|
|
202
244
|
pressable?: boolean | undefined;
|
|
203
245
|
focusable?: boolean | undefined;
|
|
204
246
|
circular?: boolean | undefined;
|
|
247
|
+
padded?: boolean | undefined;
|
|
205
248
|
elevate?: boolean | undefined;
|
|
206
249
|
bordered?: number | boolean | undefined;
|
|
207
|
-
|
|
208
|
-
|
|
250
|
+
transparent?: boolean | undefined;
|
|
251
|
+
chromeless?: boolean | undefined;
|
|
252
|
+
}, "size" | "circular"> & {
|
|
253
|
+
circular?: boolean | undefined;
|
|
209
254
|
size?: SizeTokens | undefined;
|
|
210
255
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
211
256
|
readonly fullscreen?: boolean | undefined;
|
|
212
257
|
readonly elevation?: SizeTokens | undefined;
|
|
213
258
|
} & {
|
|
214
259
|
fontFamily?: unknown;
|
|
260
|
+
backgrounded?: boolean | undefined;
|
|
261
|
+
radiused?: boolean | undefined;
|
|
215
262
|
hoverable?: boolean | undefined;
|
|
216
263
|
pressable?: boolean | undefined;
|
|
217
264
|
focusable?: boolean | undefined;
|
|
218
265
|
circular?: boolean | undefined;
|
|
266
|
+
padded?: boolean | undefined;
|
|
219
267
|
elevate?: boolean | undefined;
|
|
220
268
|
bordered?: number | boolean | undefined;
|
|
221
|
-
|
|
222
|
-
|
|
269
|
+
transparent?: boolean | undefined;
|
|
270
|
+
chromeless?: boolean | undefined;
|
|
271
|
+
}, "size" | "circular"> & {
|
|
272
|
+
circular?: boolean | undefined;
|
|
223
273
|
size?: SizeTokens | undefined;
|
|
224
274
|
}>>) | Pick<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
225
275
|
readonly fullscreen?: boolean | undefined;
|
|
226
276
|
readonly elevation?: SizeTokens | undefined;
|
|
227
277
|
} & {
|
|
228
278
|
fontFamily?: unknown;
|
|
279
|
+
backgrounded?: boolean | undefined;
|
|
280
|
+
radiused?: boolean | undefined;
|
|
229
281
|
hoverable?: boolean | undefined;
|
|
230
282
|
pressable?: boolean | undefined;
|
|
231
283
|
focusable?: boolean | undefined;
|
|
232
284
|
circular?: boolean | undefined;
|
|
285
|
+
padded?: boolean | undefined;
|
|
233
286
|
elevate?: boolean | undefined;
|
|
234
287
|
bordered?: number | boolean | undefined;
|
|
235
|
-
|
|
288
|
+
transparent?: boolean | undefined;
|
|
289
|
+
chromeless?: boolean | undefined;
|
|
236
290
|
} & {
|
|
291
|
+
circular?: boolean | undefined;
|
|
237
292
|
size?: SizeTokens | undefined;
|
|
238
293
|
}, string | number> & {
|
|
239
294
|
[x: string]: undefined;
|
|
@@ -242,14 +297,19 @@ declare const Avatar: React.ForwardRefExoticComponent<((Omit<import("react-nativ
|
|
|
242
297
|
readonly elevation?: SizeTokens | undefined;
|
|
243
298
|
} & {
|
|
244
299
|
fontFamily?: unknown;
|
|
300
|
+
backgrounded?: boolean | undefined;
|
|
301
|
+
radiused?: boolean | undefined;
|
|
245
302
|
hoverable?: boolean | undefined;
|
|
246
303
|
pressable?: boolean | undefined;
|
|
247
304
|
focusable?: boolean | undefined;
|
|
248
305
|
circular?: boolean | undefined;
|
|
306
|
+
padded?: boolean | undefined;
|
|
249
307
|
elevate?: boolean | undefined;
|
|
250
308
|
bordered?: number | boolean | undefined;
|
|
251
|
-
|
|
309
|
+
transparent?: boolean | undefined;
|
|
310
|
+
chromeless?: boolean | undefined;
|
|
252
311
|
} & {
|
|
312
|
+
circular?: boolean | undefined;
|
|
253
313
|
size?: SizeTokens | undefined;
|
|
254
314
|
}, string | number> & {
|
|
255
315
|
[x: string]: undefined;
|
|
@@ -258,14 +318,19 @@ declare const Avatar: React.ForwardRefExoticComponent<((Omit<import("react-nativ
|
|
|
258
318
|
readonly elevation?: SizeTokens | undefined;
|
|
259
319
|
} & {
|
|
260
320
|
fontFamily?: unknown;
|
|
321
|
+
backgrounded?: boolean | undefined;
|
|
322
|
+
radiused?: boolean | undefined;
|
|
261
323
|
hoverable?: boolean | undefined;
|
|
262
324
|
pressable?: boolean | undefined;
|
|
263
325
|
focusable?: boolean | undefined;
|
|
264
326
|
circular?: boolean | undefined;
|
|
327
|
+
padded?: boolean | undefined;
|
|
265
328
|
elevate?: boolean | undefined;
|
|
266
329
|
bordered?: number | boolean | undefined;
|
|
267
|
-
|
|
330
|
+
transparent?: boolean | undefined;
|
|
331
|
+
chromeless?: boolean | undefined;
|
|
268
332
|
} & {
|
|
333
|
+
circular?: boolean | undefined;
|
|
269
334
|
size?: SizeTokens | undefined;
|
|
270
335
|
}, string | number> & {
|
|
271
336
|
[x: string]: undefined;
|
package/types/Avatar.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../src/Avatar.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,QAAQ,EACR,UAAU,EACV,cAAc,EAKf,MAAM,eAAe,CAAA;AAEtB,OAAO,EAAS,UAAU,EAAE,MAAM,gBAAgB,CAAA;AAGlD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAK9B,QAAA,MAA4B,iBAAiB,+CAAmC,CAAA;AAEhF,aAAK,kBAAkB,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAA;AAgBjE,aAAK,gBAAgB,GAAG,OAAO,CAAC,UAAU,CAAC,GAAG;IAC5C,qBAAqB,CAAC,EAAE,CAAC,MAAM,EAAE,kBAAkB,KAAK,IAAI,CAAA;CAC7D,CAAA;AAED,QAAA,MAAM,WAAW;sCAHkB,kBAAkB,KAAK,IAAI;wCA0C7D,CAAA;AAUD,QAAA,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAKvB,CAAA;AAEF,aAAK,mBAAmB,GAAG,QAAQ,CAAC,OAAO,mBAAmB,CAAC,GAAG;IAChE,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB,CAAA;AAED,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;2DAmBnB,CAAA;AAQD,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../src/Avatar.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,QAAQ,EACR,UAAU,EACV,cAAc,EAKf,MAAM,eAAe,CAAA;AAEtB,OAAO,EAAS,UAAU,EAAE,MAAM,gBAAgB,CAAA;AAGlD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAK9B,QAAA,MAA4B,iBAAiB,+CAAmC,CAAA;AAEhF,aAAK,kBAAkB,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAA;AAgBjE,aAAK,gBAAgB,GAAG,OAAO,CAAC,UAAU,CAAC,GAAG;IAC5C,qBAAqB,CAAC,EAAE,CAAC,MAAM,EAAE,kBAAkB,KAAK,IAAI,CAAA;CAC7D,CAAA;AAED,QAAA,MAAM,WAAW;sCAHkB,kBAAkB,KAAK,IAAI;wCA0C7D,CAAA;AAUD,QAAA,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAKvB,CAAA;AAEF,aAAK,mBAAmB,GAAG,QAAQ,CAAC,OAAO,mBAAmB,CAAC,GAAG;IAChE,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB,CAAA;AAED,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;2DAmBnB,CAAA;AAQD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAItB,CAAA;AAEF,aAAK,WAAW,GAAG,QAAQ,CAAC,OAAO,WAAW,CAAC,CAAA;AAE/C,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0CAlGuB,kBAAkB,KAAK,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqH7D,CAAA;AAID,OAAO,EAAE,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,cAAc,EAAE,CAAA;AACjE,YAAY,EAAE,WAAW,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,CAAA"}
|