@yahoo/uds-mobile 1.0.0 → 1.0.1

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.
Files changed (85) hide show
  1. package/CONTRIBUTING.md +24 -0
  2. package/README.md +1 -1
  3. package/dist/bin/mobile/scripts/utils/configToRNMappings.mjs +1 -1
  4. package/dist/bin/uds/dist/fixtures.mjs +26 -0
  5. package/dist/bin/uds/dist/tokens/consts/fontDeclarationsMap.mjs +218 -47
  6. package/dist/components/Avatar.d.cts +2 -2
  7. package/dist/components/Avatar.d.cts.map +1 -1
  8. package/dist/components/Avatar.d.mts +2 -2
  9. package/dist/components/Badge.d.cts +2 -2
  10. package/dist/components/Badge.d.cts.map +1 -1
  11. package/dist/components/Badge.d.mts +2 -2
  12. package/dist/components/Badge.d.mts.map +1 -1
  13. package/dist/components/Box.d.cts +2 -2
  14. package/dist/components/Box.d.cts.map +1 -1
  15. package/dist/components/Box.d.mts +2 -2
  16. package/dist/components/Box.d.mts.map +1 -1
  17. package/dist/components/Button.cjs +1 -1
  18. package/dist/components/Button.d.cts +2 -2
  19. package/dist/components/Button.d.cts.map +1 -1
  20. package/dist/components/Button.mjs +1 -1
  21. package/dist/components/Button.mjs.map +1 -1
  22. package/dist/components/Checkbox.d.cts +2 -2
  23. package/dist/components/Checkbox.d.mts +2 -2
  24. package/dist/components/Checkbox.d.mts.map +1 -1
  25. package/dist/components/Chip.d.cts +2 -2
  26. package/dist/components/Chip.d.mts +2 -2
  27. package/dist/components/Chip.d.mts.map +1 -1
  28. package/dist/components/HStack.d.cts +2 -2
  29. package/dist/components/HStack.d.mts +2 -2
  30. package/dist/components/Icon.d.cts +3 -3
  31. package/dist/components/Icon.d.cts.map +1 -1
  32. package/dist/components/Icon.d.mts +3 -3
  33. package/dist/components/IconButton.d.cts +2 -2
  34. package/dist/components/IconButton.d.cts.map +1 -1
  35. package/dist/components/IconButton.d.mts +2 -2
  36. package/dist/components/IconButton.d.mts.map +1 -1
  37. package/dist/components/IconSlot.d.cts +2 -2
  38. package/dist/components/IconSlot.d.mts +2 -2
  39. package/dist/components/Image.d.cts +2 -2
  40. package/dist/components/Image.d.mts +2 -2
  41. package/dist/components/Input.d.cts +2 -2
  42. package/dist/components/Input.d.mts +2 -2
  43. package/dist/components/Link.d.cts +2 -2
  44. package/dist/components/Link.d.cts.map +1 -1
  45. package/dist/components/Link.d.mts +2 -2
  46. package/dist/components/Link.d.mts.map +1 -1
  47. package/dist/components/Pressable.d.cts +3 -3
  48. package/dist/components/Pressable.d.cts.map +1 -1
  49. package/dist/components/Pressable.d.mts +3 -3
  50. package/dist/components/Pressable.d.mts.map +1 -1
  51. package/dist/components/Radio.d.cts +2 -2
  52. package/dist/components/Radio.d.cts.map +1 -1
  53. package/dist/components/Radio.d.mts +2 -2
  54. package/dist/components/Screen.d.cts +2 -2
  55. package/dist/components/Screen.d.cts.map +1 -1
  56. package/dist/components/Screen.d.mts +2 -2
  57. package/dist/components/Switch.d.cts +2 -2
  58. package/dist/components/Switch.d.mts +2 -2
  59. package/dist/components/Text.d.cts +2 -2
  60. package/dist/components/Text.d.cts.map +1 -1
  61. package/dist/components/Text.d.mts +2 -2
  62. package/dist/components/Text.d.mts.map +1 -1
  63. package/dist/components/VStack.d.cts +2 -2
  64. package/dist/components/VStack.d.cts.map +1 -1
  65. package/dist/components/VStack.d.mts +2 -2
  66. package/dist/components/VStack.d.mts.map +1 -1
  67. package/dist/icons/dist/glyphMap.cjs +3069 -3024
  68. package/dist/icons/dist/glyphMap.d.cts +2 -2
  69. package/dist/icons/dist/glyphMap.d.cts.map +1 -1
  70. package/dist/icons/dist/glyphMap.d.mts +2 -2
  71. package/dist/icons/dist/glyphMap.d.mts.map +1 -1
  72. package/dist/icons/dist/glyphMap.mjs +3069 -3024
  73. package/dist/icons/dist/glyphMap.mjs.map +1 -1
  74. package/dist/icons/dist/svgMap.cjs +421 -421
  75. package/dist/icons/dist/svgMap.mjs +421 -421
  76. package/dist/icons/dist/svgMap.mjs.map +1 -1
  77. package/dist/uds/dist/tokens/types.d.cts +1 -1
  78. package/dist/uds/dist/tokens/types.d.cts.map +1 -1
  79. package/dist/uds/dist/tokens/types.d.mts +1 -1
  80. package/dist/uds/dist/tokens/types.d.mts.map +1 -1
  81. package/generated/styles.cjs +3 -0
  82. package/generated/styles.d.ts +3 -3
  83. package/generated/styles.mjs +3 -0
  84. package/generated/unistyles.d.ts +15 -0
  85. package/package.json +2 -35
package/CONTRIBUTING.md CHANGED
@@ -1059,6 +1059,30 @@ cd packages/mobile
1059
1059
  bun turbo build
1060
1060
  ```
1061
1061
 
1062
+ ### Two-Terminal Development (Recommended)
1063
+
1064
+ For the best experience when working on `@yahoo/uds-mobile` with the demo app, use two terminals:
1065
+
1066
+ **Terminal 1** — Watch the UDS Mobile package:
1067
+
1068
+ ```bash
1069
+ turbo run dev --filter=@yahoo/uds-mobile
1070
+ ```
1071
+
1072
+ **Terminal 2** — Run the demo app with full Expo CLI interactivity:
1073
+
1074
+ ```bash
1075
+ cd apps/mobile && bun run ios # or bun run android
1076
+ ```
1077
+
1078
+ This approach gives you:
1079
+
1080
+ - **Package hot-reloading** — Changes to `packages/mobile` are watched by Turbo and picked up by Metro
1081
+ - **Interactive Expo CLI** — Press `r` to reload, `d` for dev menu, `i`/`a` to switch platforms
1082
+ - **Faster iteration** — No need to rebuild the entire app for JS changes
1083
+
1084
+ > **Why two terminals?** Running `turbo run dev` wraps Expo in a way that disables interactive keyboard commands. The two-terminal approach preserves Expo's interactivity while still getting Turbo's package watching.
1085
+
1062
1086
  ### Making Changes
1063
1087
 
1064
1088
  1. **Components** (`src/components/`): Edit directly, run `bun turbo dev` for watch mode
package/README.md CHANGED
@@ -550,7 +550,7 @@ export const breakpoints = {
550
550
 
551
551
  ## Contributing
552
552
 
553
- See [CONTRIBUTING.md](./CONTRIBUTING.md) for architecture details, development setup, and internal documentation.
553
+ See [CONTRIBUTING.md](./CONTRIBUTING.md) for the development workflow, architecture details, and internal documentation.
554
554
 
555
555
  ## API Reference
556
556
 
@@ -7,7 +7,7 @@
7
7
  const PROPERTY_TO_RN_PROPS = {
8
8
  spacingHorizontal: ["paddingHorizontal"],
9
9
  spacingVertical: ["paddingVertical"],
10
- padding: ["padding"],
10
+ spacing: ["padding"],
11
11
  gap: ["gap"],
12
12
  height: ["height"],
13
13
  width: ["width"],
@@ -381,6 +381,32 @@ var buttonVariantsFlat = [
381
381
  var buttonVariantsSecondary = buttonVariantsFlat.filter((variant) => variant.includes("secondary"));
382
382
  var buttonVariantsTertiary = buttonVariantsFlat.filter((variant) => variant.includes("tertiary"));
383
383
  var buttonVariantsPrimary = buttonVariantsFlat.filter((variant) => !buttonVariantsSecondary.includes(variant) && !buttonVariantsTertiary.includes(variant));
384
+ var preferredTShirtSizeSort = {
385
+ none: 0,
386
+ xs: 1,
387
+ sm: 2,
388
+ md: 3,
389
+ lg: 4,
390
+ xl: 5,
391
+ full: 6
392
+ };
393
+ var buttonSizes = [
394
+ "sm",
395
+ "md",
396
+ "lg",
397
+ "xs"
398
+ ].sort((a, b) => {
399
+ return preferredTShirtSizeSort[a] - preferredTShirtSizeSort[b];
400
+ });
401
+ var iconButtonSizes = [
402
+ "sm",
403
+ "md",
404
+ "lg",
405
+ "xl",
406
+ "xs"
407
+ ].sort((a, b) => {
408
+ return preferredTShirtSizeSort[a] - preferredTShirtSizeSort[b];
409
+ });
384
410
  var shadowVariants = [
385
411
  "none",
386
412
  "xs",
@@ -75,97 +75,268 @@ const FONT_DECLARATIONS_MAP = {
75
75
  {
76
76
  fontStyle: "normal",
77
77
  fontWeight: "50",
78
- src: `url('${UDS_FONTS_CDN_PREFIX}/centra-no2-hairline.woff2') format('woff2')`
78
+ src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-hairline.woff2`
79
79
  },
80
80
  {
81
81
  fontStyle: "italic",
82
82
  fontWeight: "50",
83
- src: `url('${UDS_FONTS_CDN_PREFIX}/centra-no2-hairline-italic.woff2') format('woff2')`
83
+ src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-hairline-italic.woff2`
84
84
  },
85
85
  {
86
86
  fontStyle: "normal",
87
87
  fontWeight: "100",
88
- src: `url('${UDS_FONTS_CDN_PREFIX}/centra-no2-thin.woff2') format('woff2')`
88
+ src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-thin.woff2`
89
89
  },
90
90
  {
91
91
  fontStyle: "italic",
92
92
  fontWeight: "100",
93
- src: `url('${UDS_FONTS_CDN_PREFIX}/centra-no2-thin-italic.woff2') format('woff2')`
93
+ src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-thin-italic.woff2`
94
94
  },
95
95
  {
96
96
  fontStyle: "normal",
97
97
  fontWeight: "300",
98
- src: `url('${UDS_FONTS_CDN_PREFIX}/centra-no2-light.woff2') format('woff2')`
98
+ src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-light.woff2`
99
99
  },
100
100
  {
101
101
  fontStyle: "italic",
102
102
  fontWeight: "300",
103
- src: `url('${UDS_FONTS_CDN_PREFIX}/centra-no2-light-italic.woff2') format('woff2')`
103
+ src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-light-italic.woff2`
104
104
  },
105
105
  {
106
106
  fontStyle: "normal",
107
107
  fontWeight: "400",
108
- src: `url('${UDS_FONTS_CDN_PREFIX}/centra-no2-book.woff2') format('woff2')`
108
+ src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-book.woff2`
109
109
  },
110
110
  {
111
111
  fontStyle: "italic",
112
112
  fontWeight: "400",
113
- src: `url('${UDS_FONTS_CDN_PREFIX}/centra-no2-book-italic.woff2') format('woff2')`
113
+ src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-book-italic.woff2`
114
114
  },
115
115
  {
116
116
  fontStyle: "normal",
117
117
  fontWeight: "500",
118
- src: `url('${UDS_FONTS_CDN_PREFIX}/centra-no2-medium.woff2') format('woff2')`
118
+ src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-medium.woff2`
119
119
  },
120
120
  {
121
121
  fontStyle: "italic",
122
122
  fontWeight: "500",
123
- src: `url('${UDS_FONTS_CDN_PREFIX}/centra-no2-medium-italic.woff2') format('woff2')`
123
+ src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-medium-italic.woff2`
124
124
  },
125
125
  {
126
126
  fontStyle: "normal",
127
127
  fontWeight: "700",
128
- src: `url('${UDS_FONTS_CDN_PREFIX}/centra-no2-bold.woff2') format('woff2')`
128
+ src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-bold.woff2`
129
129
  },
130
130
  {
131
131
  fontStyle: "italic",
132
132
  fontWeight: "700",
133
- src: `url('${UDS_FONTS_CDN_PREFIX}/centra-no2-bold-italic.woff2') format('woff2')`
133
+ src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-bold-italic.woff2`
134
134
  },
135
135
  {
136
136
  fontStyle: "normal",
137
137
  fontWeight: "800",
138
- src: `url('${UDS_FONTS_CDN_PREFIX}/centra-no2-extrabold.woff2') format('woff2')`
138
+ src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-extrabold.woff2`
139
139
  },
140
140
  {
141
141
  fontStyle: "italic",
142
142
  fontWeight: "800",
143
- src: `url('${UDS_FONTS_CDN_PREFIX}/centra-no2-extrabold-italic.woff2') format('woff2')`
143
+ src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-extrabold-italic.woff2`
144
144
  },
145
145
  {
146
146
  fontStyle: "normal",
147
147
  fontWeight: "900",
148
- src: `url('${UDS_FONTS_CDN_PREFIX}/centra-no2-black.woff2') format('woff2')`
148
+ src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-black.woff2`
149
149
  },
150
150
  {
151
151
  fontStyle: "italic",
152
152
  fontWeight: "900",
153
- src: `url('${UDS_FONTS_CDN_PREFIX}/centra-no2-black-italic.woff2') format('woff2')`
153
+ src: `${UDS_FONTS_CDN_PREFIX}/centra-no2-black-italic.woff2`
154
154
  }
155
155
  ]
156
156
  },
157
- inter: {
157
+ gelica: {
158
+ fallback: sansFallbacks,
159
+ type: "serif",
160
+ fontFamily: "Gelica",
161
+ isVariableFont: false,
162
+ fontSlants: void 0,
163
+ fontWidths: void 0,
164
+ fontWeights: [
165
+ {
166
+ label: "ExtraLight",
167
+ value: 250
168
+ },
169
+ {
170
+ label: "Light",
171
+ value: 300
172
+ },
173
+ {
174
+ label: "Regular",
175
+ value: 400
176
+ },
177
+ {
178
+ label: "Medium",
179
+ value: 500
180
+ },
181
+ {
182
+ label: "SemiBold",
183
+ value: 600
184
+ },
185
+ {
186
+ label: "Bold",
187
+ value: 700
188
+ },
189
+ {
190
+ label: "Black",
191
+ value: 800
192
+ }
193
+ ],
194
+ defaults: {
195
+ fontSlant: void 0,
196
+ fontWidth: void 0,
197
+ fontWeight: 400
198
+ },
199
+ declarations: [
200
+ {
201
+ fontStyle: "normal",
202
+ fontWeight: "250",
203
+ src: `${UDS_FONTS_CDN_PREFIX}/gelica-extralight.woff2`
204
+ },
205
+ {
206
+ fontStyle: "italic",
207
+ fontWeight: "250",
208
+ src: `${UDS_FONTS_CDN_PREFIX}/gelica-extralight-italic.woff2`
209
+ },
210
+ {
211
+ fontStyle: "normal",
212
+ fontWeight: "300",
213
+ src: `${UDS_FONTS_CDN_PREFIX}/gelica-light.woff2`
214
+ },
215
+ {
216
+ fontStyle: "italic",
217
+ fontWeight: "300",
218
+ src: `${UDS_FONTS_CDN_PREFIX}/gelica-light-italic.woff2`
219
+ },
220
+ {
221
+ fontStyle: "normal",
222
+ fontWeight: "400",
223
+ src: `${UDS_FONTS_CDN_PREFIX}/gelica-regular.woff2`
224
+ },
225
+ {
226
+ fontStyle: "italic",
227
+ fontWeight: "400",
228
+ src: `${UDS_FONTS_CDN_PREFIX}/gelica-regular-italic.woff2`
229
+ },
230
+ {
231
+ fontStyle: "normal",
232
+ fontWeight: "500",
233
+ src: `${UDS_FONTS_CDN_PREFIX}/gelica-medium.woff2`
234
+ },
235
+ {
236
+ fontStyle: "italic",
237
+ fontWeight: "500",
238
+ src: `${UDS_FONTS_CDN_PREFIX}/gelica-medium-italic.woff2`
239
+ },
240
+ {
241
+ fontStyle: "normal",
242
+ fontWeight: "600",
243
+ src: `${UDS_FONTS_CDN_PREFIX}/gelica-semibold.woff2`
244
+ },
245
+ {
246
+ fontStyle: "italic",
247
+ fontWeight: "600",
248
+ src: `${UDS_FONTS_CDN_PREFIX}/gelica-semibold-italic.woff2`
249
+ },
250
+ {
251
+ fontStyle: "normal",
252
+ fontWeight: "700",
253
+ src: `${UDS_FONTS_CDN_PREFIX}/gelica-bold.woff2`
254
+ },
255
+ {
256
+ fontStyle: "italic",
257
+ fontWeight: "700",
258
+ src: `${UDS_FONTS_CDN_PREFIX}/gelica-bold-italic.woff2`
259
+ },
260
+ {
261
+ fontStyle: "normal",
262
+ fontWeight: "800",
263
+ src: `${UDS_FONTS_CDN_PREFIX}/gelica-black.woff2`
264
+ },
265
+ {
266
+ fontStyle: "italic",
267
+ fontWeight: "800",
268
+ src: `${UDS_FONTS_CDN_PREFIX}/gelica-black-italic.woff2`
269
+ }
270
+ ]
271
+ },
272
+ yas: {
158
273
  fallback: sansFallbacks,
159
274
  type: "sans",
160
- fontFamily: "Inter",
275
+ fontFamily: "YA Sans VF",
161
276
  isVariableFont: true,
162
277
  fontSlants: [{
163
- label: "Italic",
164
- value: -10
165
- }, {
166
278
  label: "None",
167
279
  value: 0
280
+ }, {
281
+ label: "Italic",
282
+ value: 1
168
283
  }],
284
+ fontWidths: [
285
+ {
286
+ label: "Condensed",
287
+ value: 75
288
+ },
289
+ {
290
+ label: "Normal",
291
+ value: 100
292
+ },
293
+ {
294
+ label: "Extended",
295
+ value: 125
296
+ }
297
+ ],
298
+ fontWeights: [
299
+ {
300
+ label: "Light",
301
+ value: 300
302
+ },
303
+ {
304
+ label: "Regular",
305
+ value: 400
306
+ },
307
+ {
308
+ label: "Medium",
309
+ value: 500
310
+ },
311
+ {
312
+ label: "SemiBold",
313
+ value: 600
314
+ },
315
+ {
316
+ label: "Bold",
317
+ value: 700
318
+ },
319
+ {
320
+ label: "Black",
321
+ value: 900
322
+ }
323
+ ],
324
+ defaults: {
325
+ fontSlant: 0,
326
+ fontWidth: 100,
327
+ fontWeight: 400
328
+ },
329
+ declarations: [{
330
+ fontWeight: "1 1000",
331
+ src: `${UDS_FONTS_CDN_PREFIX}/yas-vf.woff2`
332
+ }]
333
+ },
334
+ inter: {
335
+ fallback: sansFallbacks,
336
+ type: "sans",
337
+ fontFamily: "Inter",
338
+ isVariableFont: true,
339
+ fontSlants: void 0,
169
340
  fontWidths: void 0,
170
341
  fontWeights: [
171
342
  {
@@ -206,13 +377,13 @@ const FONT_DECLARATIONS_MAP = {
206
377
  }
207
378
  ],
208
379
  defaults: {
209
- fontSlant: 0,
380
+ fontSlant: void 0,
210
381
  fontWidth: void 0,
211
382
  fontWeight: 400
212
383
  },
213
384
  declarations: [{
214
385
  fontWeight: "1 1000",
215
- src: `url('${UDS_FONTS_CDN_PREFIX}/inter-vf.woff2') format('woff2')`
386
+ src: `${UDS_FONTS_CDN_PREFIX}/inter-vf.woff2`
216
387
  }]
217
388
  },
218
389
  "roboto-mono": {
@@ -253,52 +424,52 @@ const FONT_DECLARATIONS_MAP = {
253
424
  {
254
425
  fontStyle: "normal",
255
426
  fontWeight: "100",
256
- src: `url('${UDS_FONTS_CDN_PREFIX}/roboto-mono-100.woff2') format('woff2')`
427
+ src: `${UDS_FONTS_CDN_PREFIX}/roboto-mono-100.woff2`
257
428
  },
258
429
  {
259
430
  fontStyle: "italic",
260
431
  fontWeight: "100",
261
- src: `url('${UDS_FONTS_CDN_PREFIX}/roboto-mono-100-italic.woff2') format('woff2')`
432
+ src: `${UDS_FONTS_CDN_PREFIX}/roboto-mono-100-italic.woff2`
262
433
  },
263
434
  {
264
435
  fontStyle: "normal",
265
436
  fontWeight: "300",
266
- src: `url('${UDS_FONTS_CDN_PREFIX}/roboto-mono-300.woff2') format('woff2')`
437
+ src: `${UDS_FONTS_CDN_PREFIX}/roboto-mono-300.woff2`
267
438
  },
268
439
  {
269
440
  fontStyle: "italic",
270
441
  fontWeight: "300",
271
- src: `url('${UDS_FONTS_CDN_PREFIX}/roboto-mono-300-italic.woff2') format('woff2')`
442
+ src: `${UDS_FONTS_CDN_PREFIX}/roboto-mono-300-italic.woff2`
272
443
  },
273
444
  {
274
445
  fontStyle: "normal",
275
446
  fontWeight: "400",
276
- src: `url('${UDS_FONTS_CDN_PREFIX}/roboto-mono-400.woff2') format('woff2')`
447
+ src: `${UDS_FONTS_CDN_PREFIX}/roboto-mono-400.woff2`
277
448
  },
278
449
  {
279
450
  fontStyle: "italic",
280
451
  fontWeight: "400",
281
- src: `url('${UDS_FONTS_CDN_PREFIX}/roboto-mono-400-italic.woff2') format('woff2')`
452
+ src: `${UDS_FONTS_CDN_PREFIX}/roboto-mono-400-italic.woff2`
282
453
  },
283
454
  {
284
455
  fontStyle: "normal",
285
456
  fontWeight: "500",
286
- src: `url('${UDS_FONTS_CDN_PREFIX}/roboto-mono-500.woff2') format('woff2')`
457
+ src: `${UDS_FONTS_CDN_PREFIX}/roboto-mono-500.woff2`
287
458
  },
288
459
  {
289
460
  fontStyle: "italic",
290
461
  fontWeight: "500",
291
- src: `url('${UDS_FONTS_CDN_PREFIX}/roboto-mono-500-italic.woff2') format('woff2')`
462
+ src: `${UDS_FONTS_CDN_PREFIX}/roboto-mono-500-italic.woff2`
292
463
  },
293
464
  {
294
465
  fontStyle: "normal",
295
466
  fontWeight: "700",
296
- src: `url('${UDS_FONTS_CDN_PREFIX}/roboto-mono-700.woff2') format('woff2')`
467
+ src: `${UDS_FONTS_CDN_PREFIX}/roboto-mono-700.woff2`
297
468
  },
298
469
  {
299
470
  fontStyle: "italic",
300
471
  fontWeight: "700",
301
- src: `url('${UDS_FONTS_CDN_PREFIX}/roboto-mono-700-italic.woff2') format('woff2')`
472
+ src: `${UDS_FONTS_CDN_PREFIX}/roboto-mono-700-italic.woff2`
302
473
  }
303
474
  ]
304
475
  },
@@ -350,7 +521,7 @@ const FONT_DECLARATIONS_MAP = {
350
521
  },
351
522
  declarations: [{
352
523
  fontWeight: "1 1000",
353
- src: `url('${UDS_FONTS_CDN_PREFIX}/yahoo-sans-vf.woff2') format('woff2')`
524
+ src: `${UDS_FONTS_CDN_PREFIX}/yahoo-sans-vf.woff2`
354
525
  }]
355
526
  },
356
527
  "yahoo-sans-cr4": {
@@ -386,7 +557,7 @@ const FONT_DECLARATIONS_MAP = {
386
557
  },
387
558
  declarations: [{
388
559
  fontWeight: "1 1000",
389
- src: `url('${UDS_FONTS_CDN_PREFIX}/yahoo-sans-cr4-vf.woff2') format('woff2')`
560
+ src: `${UDS_FONTS_CDN_PREFIX}/yahoo-sans-cr4-vf.woff2`
390
561
  }]
391
562
  },
392
563
  "yahoo-product-sans": {
@@ -422,7 +593,7 @@ const FONT_DECLARATIONS_MAP = {
422
593
  },
423
594
  declarations: [{
424
595
  fontWeight: "1 1000",
425
- src: `url('${UDS_FONTS_CDN_PREFIX}/yahoo-product-sans-vf.woff2') format('woff2-variations')`
596
+ src: `${UDS_FONTS_CDN_PREFIX}/yahoo-product-sans-vf.woff2`
426
597
  }]
427
598
  },
428
599
  "yahoo-product-sans-extended": {
@@ -496,7 +667,7 @@ const FONT_DECLARATIONS_MAP = {
496
667
  },
497
668
  declarations: [{
498
669
  fontWeight: "1 1000",
499
- src: `url('${UDS_FONTS_CDN_PREFIX}/YahooPd_Eval202412-v1.1.0.woff2') format("woff2 supports variations"), url('${UDS_FONTS_CDN_PREFIX}/YahooPd_Eval202412-v1.1.0.woff2') format('woff2-variations')`
670
+ src: `${UDS_FONTS_CDN_PREFIX}/YahooPd_Eval202412-v1.1.0.woff2`
500
671
  }]
501
672
  },
502
673
  "yahoo-sans-condensed": {
@@ -539,7 +710,7 @@ const FONT_DECLARATIONS_MAP = {
539
710
  },
540
711
  declarations: [{
541
712
  fontWeight: "1 1000",
542
- src: `url('${UDS_FONTS_CDN_PREFIX}/yahoo-sans-condensed-vf.woff2') format('woff2')`
713
+ src: `${UDS_FONTS_CDN_PREFIX}/yahoo-sans-condensed-vf.woff2`
543
714
  }]
544
715
  },
545
716
  "yahoo-serif-display": {
@@ -580,27 +751,27 @@ const FONT_DECLARATIONS_MAP = {
580
751
  {
581
752
  fontStyle: "normal",
582
753
  fontWeight: "300",
583
- src: `url('${UDS_FONTS_CDN_PREFIX}/yahoo-serif-display-light.woff2') format('woff2')`
754
+ src: `${UDS_FONTS_CDN_PREFIX}/yahoo-serif-display-light.woff2`
584
755
  },
585
756
  {
586
757
  fontStyle: "normal",
587
758
  fontWeight: "400",
588
- src: `url('${UDS_FONTS_CDN_PREFIX}/yahoo-serif-display-regular.woff2') format('woff2')`
759
+ src: `${UDS_FONTS_CDN_PREFIX}/yahoo-serif-display-regular.woff2`
589
760
  },
590
761
  {
591
762
  fontStyle: "normal",
592
763
  fontWeight: "700",
593
- src: `url('${UDS_FONTS_CDN_PREFIX}/yahoo-serif-display-bold.woff2') format('woff2')`
764
+ src: `${UDS_FONTS_CDN_PREFIX}/yahoo-serif-display-bold.woff2`
594
765
  },
595
766
  {
596
767
  fontStyle: "normal",
597
768
  fontWeight: "800",
598
- src: `url('${UDS_FONTS_CDN_PREFIX}/yahoo-serif-display-extrabold.woff2') format('woff2')`
769
+ src: `${UDS_FONTS_CDN_PREFIX}/yahoo-serif-display-extrabold.woff2`
599
770
  },
600
771
  {
601
772
  fontStyle: "normal",
602
773
  fontWeight: "900",
603
- src: `url('${UDS_FONTS_CDN_PREFIX}/yahoo-serif-display-black.woff2') format('woff2')`
774
+ src: `${UDS_FONTS_CDN_PREFIX}/yahoo-serif-display-black.woff2`
604
775
  }
605
776
  ]
606
777
  },
@@ -627,22 +798,22 @@ const FONT_DECLARATIONS_MAP = {
627
798
  {
628
799
  fontStyle: "normal",
629
800
  fontWeight: "400",
630
- src: `url('${UDS_FONTS_CDN_PREFIX}/yahoo-serif-text-regular.woff2') format('woff2')`
801
+ src: `${UDS_FONTS_CDN_PREFIX}/yahoo-serif-text-regular.woff2`
631
802
  },
632
803
  {
633
804
  fontStyle: "italic",
634
805
  fontWeight: "400",
635
- src: `url('${UDS_FONTS_CDN_PREFIX}/yahoo-serif-text-italic.woff2') format('woff2')`
806
+ src: `${UDS_FONTS_CDN_PREFIX}/yahoo-serif-text-italic.woff2`
636
807
  },
637
808
  {
638
809
  fontStyle: "normal",
639
810
  fontWeight: "700",
640
- src: `url('${UDS_FONTS_CDN_PREFIX}/yahoo-serif-text-bold.woff2') format('woff2')`
811
+ src: `${UDS_FONTS_CDN_PREFIX}/yahoo-serif-text-bold.woff2`
641
812
  },
642
813
  {
643
814
  fontStyle: "italic",
644
815
  fontWeight: "700",
645
- src: `url('${UDS_FONTS_CDN_PREFIX}/yahoo-serif-text-bold-italic.woff2') format('woff2')`
816
+ src: `${UDS_FONTS_CDN_PREFIX}/yahoo-serif-text-bold-italic.woff2`
646
817
  }
647
818
  ]
648
819
  }
@@ -1,6 +1,6 @@
1
1
 
2
2
  import { IconSlotType } from "./IconSlot.cjs";
3
- import * as react11 from "react";
3
+ import * as react0 from "react";
4
4
  import { View, ViewProps } from "react-native";
5
5
 
6
6
  //#region src/components/Avatar.d.ts
@@ -54,7 +54,7 @@ interface AvatarProps extends ViewProps {
54
54
  *
55
55
  * @see The {@link https://uds.build/docs/components/avatar Avatar Docs} for more info
56
56
  */
57
- declare const Avatar: react11.ForwardRefExoticComponent<AvatarProps & react11.RefAttributes<View>>;
57
+ declare const Avatar: react0.ForwardRefExoticComponent<AvatarProps & react0.RefAttributes<View>>;
58
58
  //#endregion
59
59
  export { Avatar, type AvatarProps };
60
60
  //# sourceMappingURL=Avatar.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Avatar.d.cts","names":[],"sources":["../../src/components/Avatar.tsx"],"sourcesContent":[],"mappings":";;;;;;;KAWK,UAAA;;AAL0C,KAQ1C,aAAA,GAHU,SAAA,GAAA,WAAA;AAAA;AAGG,KAGb,oBAAA,GAAoB,OAAA,GAAA,MAAA,GAAA,cAAA,GAAA,UAAA,GAAA,YAAA,GAAA,aAAA,GAAA,CAAA,CAAA,IAAA,EAAA,MAAA,EAAA,GAAA,MAAA,CAAA;AAAA,UASf,WAAA,SAAoB,SAAR,CAAA;EAQb;EAEG,GAAA,CAAA,EAAA,MAAA;EAEH;EAEgB,GAAA,CAAA,EAAA,MAAA;EAdK;EAAS,QAAA,CAAA,EAAA,MAAA;EA0EjC;EAAM,IAAA,CAAA,EAlEH,UAkEG;EAAA;EAAA,OAAA,CAAA,EAhEA,aAgEA;EAAA;EAAA,IAAA,CAAA,EA9DH,YA8DG;;yBA5Da;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4DnB,QAAM,OAAA,CAAA,0BAAA,cAAA,OAAA,CAAA,cAAA"}
1
+ {"version":3,"file":"Avatar.d.cts","names":[],"sources":["../../src/components/Avatar.tsx"],"sourcesContent":[],"mappings":";;;;;;;KAWK,UAAA;;AAL0C,KAQ1C,aAAA,GAHU,SAAA,GAAA,WAAA;AAAA;AAGG,KAGb,oBAAA,GAAoB,OAAA,GAAA,MAAA,GAAA,cAAA,GAAA,UAAA,GAAA,YAAA,GAAA,aAAA,GAAA,CAAA,CAAA,IAAA,EAAA,MAAA,EAAA,GAAA,MAAA,CAAA;AAAA,UASf,WAAA,SAAoB,SAAR,CAAA;EAQb;EAEG,GAAA,CAAA,EAAA,MAAA;EAEH;EAEgB,GAAA,CAAA,EAAA,MAAA;EAdK;EAAS,QAAA,CAAA,EAAA,MAAA;EA0EjC;EAAM,IAAA,CAAA,EAlEH,UAkEG;EAAA;EAAA,OAAA,CAAA,EAhEA,aAgEA;EAAA;EAAA,IAAA,CAAA,EA9DH,YA8DG;;yBA5Da;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4DnB,QAAM,MAAA,CAAA,0BAAA,cAAA,MAAA,CAAA,cAAA"}
@@ -1,6 +1,6 @@
1
1
 
2
2
  import { IconSlotType } from "./IconSlot.mjs";
3
- import * as react0 from "react";
3
+ import * as react4 from "react";
4
4
  import { View, ViewProps } from "react-native";
5
5
 
6
6
  //#region src/components/Avatar.d.ts
@@ -54,7 +54,7 @@ interface AvatarProps extends ViewProps {
54
54
  *
55
55
  * @see The {@link https://uds.build/docs/components/avatar Avatar Docs} for more info
56
56
  */
57
- declare const Avatar: react0.ForwardRefExoticComponent<AvatarProps & react0.RefAttributes<View>>;
57
+ declare const Avatar: react4.ForwardRefExoticComponent<AvatarProps & react4.RefAttributes<View>>;
58
58
  //#endregion
59
59
  export { Avatar, type AvatarProps };
60
60
  //# sourceMappingURL=Avatar.d.mts.map
@@ -1,7 +1,7 @@
1
1
 
2
2
  import { BadgeSize, BadgeVariant } from "../uds/dist/tokens/types.cjs";
3
3
  import { IconSlotType } from "./IconSlot.cjs";
4
- import * as react14 from "react";
4
+ import * as react1 from "react";
5
5
  import { Ref } from "react";
6
6
  import { View, ViewProps } from "react-native";
7
7
 
@@ -37,7 +37,7 @@ interface BadgeProps extends ViewProps {
37
37
  * <Badge variant="alert" startIcon="Warning">Error</Badge>
38
38
  * ```
39
39
  */
40
- declare const Badge: react14.NamedExoticComponent<BadgeProps>;
40
+ declare const Badge: react1.NamedExoticComponent<BadgeProps>;
41
41
  //#endregion
42
42
  export { Badge, type BadgeProps };
43
43
  //# sourceMappingURL=Badge.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Badge.d.cts","names":[],"sources":["../../src/components/Badge.tsx"],"sourcesContent":[],"mappings":";;;;;;;;UAWU,UAAA,SAAmB;;YAEjB;EAFF;EAEE,IAAA,CAAA,EAEH,SAFG;EAEH,QAAA,CAAA,EAAA,MAAA;EAIK;EACF,QAAA,CAAA,EAAA,MAAA;EAKA,SAAA,CAAA,EANE,YAMF;EAAJ,OAAA,CAAA,EALI,YAKJ;EAdqB,6BAAA,CAAA,EAAA,MAAA;EAAS,mBAAA,CAAA,EAAA,MAAA;EAgChC,yBAAK,CAAA,EAAA,MAAA;;QAlBH,IAAI;;;;;;;;;;;;;;;;;cAkBN,OAAK,OAAA,CAAA,qBAAA"}
1
+ {"version":3,"file":"Badge.d.cts","names":[],"sources":["../../src/components/Badge.tsx"],"sourcesContent":[],"mappings":";;;;;;;;UAWU,UAAA,SAAmB;;YAEjB;EAFF;EAEE,IAAA,CAAA,EAEH,SAFG;EAEH,QAAA,CAAA,EAAA,MAAA;EAIK;EACF,QAAA,CAAA,EAAA,MAAA;EAKA,SAAA,CAAA,EANE,YAMF;EAAJ,OAAA,CAAA,EALI,YAKJ;EAdqB,6BAAA,CAAA,EAAA,MAAA;EAAS,mBAAA,CAAA,EAAA,MAAA;EAgChC,yBAAK,CAAA,EAAA,MAAA;;QAlBH,IAAI;;;;;;;;;;;;;;;;;cAkBN,OAAK,MAAA,CAAA,qBAAA"}
@@ -1,7 +1,7 @@
1
1
 
2
2
  import { BadgeSize, BadgeVariant } from "../uds/dist/tokens/types.mjs";
3
3
  import { IconSlotType } from "./IconSlot.mjs";
4
- import * as react6 from "react";
4
+ import * as react13 from "react";
5
5
  import { Ref } from "react";
6
6
  import { View, ViewProps } from "react-native";
7
7
 
@@ -37,7 +37,7 @@ interface BadgeProps extends ViewProps {
37
37
  * <Badge variant="alert" startIcon="Warning">Error</Badge>
38
38
  * ```
39
39
  */
40
- declare const Badge: react6.NamedExoticComponent<BadgeProps>;
40
+ declare const Badge: react13.NamedExoticComponent<BadgeProps>;
41
41
  //#endregion
42
42
  export { Badge, type BadgeProps };
43
43
  //# sourceMappingURL=Badge.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Badge.d.mts","names":[],"sources":["../../src/components/Badge.tsx"],"sourcesContent":[],"mappings":";;;;;;;;UAWU,UAAA,SAAmB;;YAEjB;EAFF;EAEE,IAAA,CAAA,EAEH,SAFG;EAEH,QAAA,CAAA,EAAA,MAAA;EAIK;EACF,QAAA,CAAA,EAAA,MAAA;EAKA,SAAA,CAAA,EANE,YAMF;EAAJ,OAAA,CAAA,EALI,YAKJ;EAdqB,6BAAA,CAAA,EAAA,MAAA;EAAS,mBAAA,CAAA,EAAA,MAAA;EAgChC,yBAAK,CAAA,EAAA,MAAA;;QAlBH,IAAI;;;;;;;;;;;;;;;;;cAkBN,OAAK,MAAA,CAAA,qBAAA"}
1
+ {"version":3,"file":"Badge.d.mts","names":[],"sources":["../../src/components/Badge.tsx"],"sourcesContent":[],"mappings":";;;;;;;;UAWU,UAAA,SAAmB;;YAEjB;EAFF;EAEE,IAAA,CAAA,EAEH,SAFG;EAEH,QAAA,CAAA,EAAA,MAAA;EAIK;EACF,QAAA,CAAA,EAAA,MAAA;EAKA,SAAA,CAAA,EANE,YAMF;EAAJ,OAAA,CAAA,EALI,YAKJ;EAdqB,6BAAA,CAAA,EAAA,MAAA;EAAS,mBAAA,CAAA,EAAA,MAAA;EAgChC,yBAAK,CAAA,EAAA,MAAA;;QAlBH,IAAI;;;;;;;;;;;;;;;;;cAkBN,OAAK,OAAA,CAAA,qBAAA"}
@@ -1,6 +1,6 @@
1
1
 
2
2
  import { SizeProps } from "../types.cjs";
3
- import * as react17 from "react";
3
+ import * as react2 from "react";
4
4
  import { Ref } from "react";
5
5
  import { View, ViewProps } from "react-native";
6
6
  import { StyleProps } from "../../generated/styles";
@@ -81,7 +81,7 @@ interface BoxProps extends ViewProps, SizeProps {
81
81
  *
82
82
  * @related [HStack](https://uds.build/docs/components/h-stack), [VStack](https://uds.build/docs/components/v-stack)
83
83
  */
84
- declare const Box: react17.NamedExoticComponent<BoxProps>;
84
+ declare const Box: react2.NamedExoticComponent<BoxProps>;
85
85
  //#endregion
86
86
  export { Box, type BoxProps };
87
87
  //# sourceMappingURL=Box.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Box.d.cts","names":[],"sources":["../../src/components/Box.tsx"],"sourcesContent":[],"mappings":";;;;;;;;UASU,QAAA,SAAiB,WAAW;QAC9B,IAAI;EADF,eAAS,CAAA,EAEC,UAFD,CAAA,iBAAA,CAAA;EACP,YAAA,CAAA,EAEK,UAFL,CAAA,cAAA,CAAA;EAAJ,oBAAA,CAAA,EAGiB,UAHjB,CAAA,sBAAA,CAAA;EACY,kBAAA,CAAA,EAGG,UAHH,CAAA,oBAAA,CAAA;EACH,uBAAA,CAAA,EAGW,UAHX,CAAA,yBAAA,CAAA;EACQ,qBAAA,CAAA,EAGC,UAHD,CAAA,uBAAA,CAAA;EACF,WAAA,CAAA,EAGP,UAHO,CAAA,aAAA,CAAA;EACK,gBAAA,CAAA,EAGP,UAHO,CAAA,kBAAA,CAAA;EACF,cAAA,CAAA,EAGP,UAHO,CAAA,gBAAA,CAAA;EACV,cAAA,CAAA,EAGG,UAHH,CAAA,gBAAA,CAAA;EACK,iBAAA,CAAA,EAGC,UAHD,CAAA,mBAAA,CAAA;EACF,WAAA,CAAA,EAGH,UAHG,CAAA,aAAA,CAAA;EACA,mBAAA,CAAA,EAGK,UAHL,CAAA,qBAAA,CAAA;EACG,qBAAA,CAAA,EAGI,UAHJ,CAAA,uBAAA,CAAA;EACN,gBAAA,CAAA,EAGK,UAHL,CAAA,kBAAA,CAAA;EACQ,cAAA,CAAA,EAGL,UAHK,CAAA,gBAAA,CAAA;EACE,cAAA,CAAA,EAGP,UAHO,CAAA,gBAAA,CAAA;EACL,iBAAA,CAAA,EAGC,UAHD,CAAA,mBAAA,CAAA;EACF,YAAA,CAAA,EAGF,UAHE,CAAA,cAAA,CAAA;EACA,UAAA,CAAA,EAGJ,UAHI,CAAA,YAAA,CAAA;EACG,SAAA,CAAA,EAGR,UAHQ,CAAA,WAAA,CAAA;EACL,IAAA,CAAA,EAGR,UAHQ,CAAA,MAAA,CAAA;EACF,aAAA,CAAA,EAGG,UAHH,CAAA,eAAA,CAAA;EACD,QAAA,CAAA,EAGD,UAHC,CAAA,UAAA,CAAA;EACL,UAAA,CAAA,EAGM,UAHN,CAAA,YAAA,CAAA;EACS,QAAA,CAAA,EAGL,UAHK,CAAA,UAAA,CAAA;EACL,cAAA,CAAA,EAGM,UAHN,CAAA,gBAAA,CAAA;EACE,OAAA,CAAA,EAIH,UAJG,CAAA,SAAA,CAAA;EACF,QAAA,CAAA,EAIA,UAJA,CAAA,UAAA,CAAA;EACM,OAAA,CAAA,EAOP,UAPO,CAAA,SAAA,CAAA;EAEP,iBAAA,CAAA,EAMU,UANV,CAAA,mBAAA,CAAA;EACC,eAAA,CAAA,EAMO,UANP,CAAA,iBAAA,CAAA;EAID,aAAA,CAAA,EAGM,UAHN,CAAA,eAAA,CAAA;EACU,UAAA,CAAA,EAGP,UAHO,CAAA,YAAA,CAAA;EACF,YAAA,CAAA,EAGH,UAHG,CAAA,cAAA,CAAA;EACF,UAAA,CAAA,EAGH,UAHG,CAAA,YAAA,CAAA;EACH,MAAA,CAAA,EAGJ,UAHI,CAAA,QAAA,CAAA;EACE,cAAA,CAAA,EAGE,UAHF,CAAA,gBAAA,CAAA;EACF,gBAAA,CAAA,EAGM,UAHN,CAAA,kBAAA,CAAA;EACJ,YAAA,CAAA,EAGM,UAHN,CAAA,cAAA,CAAA;EACQ,SAAA,CAAA,EAGL,UAHK,CAAA,WAAA,CAAA;EACE,WAAA,CAAA,EAGL,UAHK,CAAA,aAAA,CAAA;EACJ,SAAA,CAAA,EAGH,UAHG,CAAA,WAAA,CAAA;EACH,SAAA,CAAA,EAGA,UAHA,CAAA,WAAA,CAAA;EACE,MAAA,CAAA,EAGL,UAHK,CAAA,QAAA,CAAA;EACF,6BAAA,CAAA,EAAA,MAAA;EACA,yBAAA,CAAA,EAAA,MAAA;;;;;AAjDiC;;;;;;;;;;;;;;;;;;;;;;cAgFzC,KAAG,OAAA,CAAA,qBAAA"}
1
+ {"version":3,"file":"Box.d.cts","names":[],"sources":["../../src/components/Box.tsx"],"sourcesContent":[],"mappings":";;;;;;;;UASU,QAAA,SAAiB,WAAW;QAC9B,IAAI;EADF,eAAS,CAAA,EAEC,UAFD,CAAA,iBAAA,CAAA;EACP,YAAA,CAAA,EAEK,UAFL,CAAA,cAAA,CAAA;EAAJ,oBAAA,CAAA,EAGiB,UAHjB,CAAA,sBAAA,CAAA;EACY,kBAAA,CAAA,EAGG,UAHH,CAAA,oBAAA,CAAA;EACH,uBAAA,CAAA,EAGW,UAHX,CAAA,yBAAA,CAAA;EACQ,qBAAA,CAAA,EAGC,UAHD,CAAA,uBAAA,CAAA;EACF,WAAA,CAAA,EAGP,UAHO,CAAA,aAAA,CAAA;EACK,gBAAA,CAAA,EAGP,UAHO,CAAA,kBAAA,CAAA;EACF,cAAA,CAAA,EAGP,UAHO,CAAA,gBAAA,CAAA;EACV,cAAA,CAAA,EAGG,UAHH,CAAA,gBAAA,CAAA;EACK,iBAAA,CAAA,EAGC,UAHD,CAAA,mBAAA,CAAA;EACF,WAAA,CAAA,EAGH,UAHG,CAAA,aAAA,CAAA;EACA,mBAAA,CAAA,EAGK,UAHL,CAAA,qBAAA,CAAA;EACG,qBAAA,CAAA,EAGI,UAHJ,CAAA,uBAAA,CAAA;EACN,gBAAA,CAAA,EAGK,UAHL,CAAA,kBAAA,CAAA;EACQ,cAAA,CAAA,EAGL,UAHK,CAAA,gBAAA,CAAA;EACE,cAAA,CAAA,EAGP,UAHO,CAAA,gBAAA,CAAA;EACL,iBAAA,CAAA,EAGC,UAHD,CAAA,mBAAA,CAAA;EACF,YAAA,CAAA,EAGF,UAHE,CAAA,cAAA,CAAA;EACA,UAAA,CAAA,EAGJ,UAHI,CAAA,YAAA,CAAA;EACG,SAAA,CAAA,EAGR,UAHQ,CAAA,WAAA,CAAA;EACL,IAAA,CAAA,EAGR,UAHQ,CAAA,MAAA,CAAA;EACF,aAAA,CAAA,EAGG,UAHH,CAAA,eAAA,CAAA;EACD,QAAA,CAAA,EAGD,UAHC,CAAA,UAAA,CAAA;EACL,UAAA,CAAA,EAGM,UAHN,CAAA,YAAA,CAAA;EACS,QAAA,CAAA,EAGL,UAHK,CAAA,UAAA,CAAA;EACL,cAAA,CAAA,EAGM,UAHN,CAAA,gBAAA,CAAA;EACE,OAAA,CAAA,EAIH,UAJG,CAAA,SAAA,CAAA;EACF,QAAA,CAAA,EAIA,UAJA,CAAA,UAAA,CAAA;EACM,OAAA,CAAA,EAOP,UAPO,CAAA,SAAA,CAAA;EAEP,iBAAA,CAAA,EAMU,UANV,CAAA,mBAAA,CAAA;EACC,eAAA,CAAA,EAMO,UANP,CAAA,iBAAA,CAAA;EAID,aAAA,CAAA,EAGM,UAHN,CAAA,eAAA,CAAA;EACU,UAAA,CAAA,EAGP,UAHO,CAAA,YAAA,CAAA;EACF,YAAA,CAAA,EAGH,UAHG,CAAA,cAAA,CAAA;EACF,UAAA,CAAA,EAGH,UAHG,CAAA,YAAA,CAAA;EACH,MAAA,CAAA,EAGJ,UAHI,CAAA,QAAA,CAAA;EACE,cAAA,CAAA,EAGE,UAHF,CAAA,gBAAA,CAAA;EACF,gBAAA,CAAA,EAGM,UAHN,CAAA,kBAAA,CAAA;EACJ,YAAA,CAAA,EAGM,UAHN,CAAA,cAAA,CAAA;EACQ,SAAA,CAAA,EAGL,UAHK,CAAA,WAAA,CAAA;EACE,WAAA,CAAA,EAGL,UAHK,CAAA,aAAA,CAAA;EACJ,SAAA,CAAA,EAGH,UAHG,CAAA,WAAA,CAAA;EACH,SAAA,CAAA,EAGA,UAHA,CAAA,WAAA,CAAA;EACE,MAAA,CAAA,EAGL,UAHK,CAAA,QAAA,CAAA;EACF,6BAAA,CAAA,EAAA,MAAA;EACA,yBAAA,CAAA,EAAA,MAAA;;;;;AAjDiC;;;;;;;;;;;;;;;;;;;;;;cAgFzC,KAAG,MAAA,CAAA,qBAAA"}