@yahoo/uds 3.137.2 → 3.139.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.
Files changed (66) hide show
  1. package/dist/components/Box.cjs +1 -1
  2. package/dist/components/Box.js +1 -1
  3. package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +5 -5
  4. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
  5. package/dist/config/dist/index.cjs +14 -2
  6. package/dist/config/dist/index.js +14 -2
  7. package/dist/css-tokens/dist/index.cjs +2 -0
  8. package/dist/css-tokens/dist/index.d.cts +2 -1
  9. package/dist/css-tokens/dist/index.d.ts +2 -1
  10. package/dist/css-tokens/dist/index.js +2 -1
  11. package/dist/fixtures/dist/index.cjs +4 -2
  12. package/dist/fixtures/dist/index.d.cts +3 -2
  13. package/dist/fixtures/dist/index.d.ts +3 -2
  14. package/dist/fixtures/dist/index.js +4 -3
  15. package/dist/fixtures/index.cjs +1 -0
  16. package/dist/fixtures/index.d.cts +2 -2
  17. package/dist/fixtures/index.d.ts +2 -2
  18. package/dist/fixtures/index.js +2 -2
  19. package/dist/index.cjs +1 -0
  20. package/dist/index.d.cts +3 -3
  21. package/dist/index.d.ts +3 -3
  22. package/dist/index.js +2 -2
  23. package/dist/styles/styler.d.cts +19 -19
  24. package/dist/styles/styler.d.ts +19 -19
  25. package/dist/styles/variants.cjs +7 -1
  26. package/dist/styles/variants.d.cts +6 -0
  27. package/dist/styles/variants.d.ts +6 -0
  28. package/dist/styles/variants.js +7 -1
  29. package/dist/tailwind/dist/config/dist/index.cjs +14 -2
  30. package/dist/tailwind/dist/config/dist/index.js +14 -2
  31. package/dist/tailwind/dist/config/dist/index.js.map +1 -1
  32. package/dist/tailwind/dist/css-tokens/dist/index.cjs +2 -0
  33. package/dist/tailwind/dist/css-tokens/dist/index.js +2 -1
  34. package/dist/tailwind/dist/css-tokens/dist/index.js.map +1 -1
  35. package/dist/tailwind/dist/fixtures/dist/index.js.map +1 -1
  36. package/dist/tailwind/dist/tailwind/utils/getElevationStyles.cjs +1 -1
  37. package/dist/tailwind/dist/tailwind/utils/getElevationStyles.js +1 -1
  38. package/dist/tailwind/dist/tailwind/utils/getElevationStyles.js.map +1 -1
  39. package/dist/tailwind/dist/types/dist/index.d.cts +3 -0
  40. package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
  41. package/dist/tailwind/dist/types/dist/index.d.ts +3 -0
  42. package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
  43. package/dist/tailwind/dist/utils/parseTokens.cjs +9 -0
  44. package/dist/tailwind/dist/utils/parseTokens.d.cts.map +1 -1
  45. package/dist/tailwind/dist/utils/parseTokens.d.ts.map +1 -1
  46. package/dist/tailwind/dist/utils/parseTokens.js +10 -1
  47. package/dist/tailwind/dist/utils/parseTokens.js.map +1 -1
  48. package/dist/tokens/consts/cssTokens.cjs +1 -0
  49. package/dist/tokens/consts/cssTokens.d.cts +2 -2
  50. package/dist/tokens/consts/cssTokens.d.ts +2 -2
  51. package/dist/tokens/consts/cssTokens.js +2 -2
  52. package/dist/tokens/index.cjs +1 -0
  53. package/dist/tokens/index.d.cts +3 -3
  54. package/dist/tokens/index.d.ts +3 -3
  55. package/dist/tokens/index.js +2 -2
  56. package/dist/tokens/types.d.cts +2 -2
  57. package/dist/tokens/types.d.ts +2 -2
  58. package/dist/types/dist/index.d.cts +4 -2
  59. package/dist/types/dist/index.d.ts +4 -2
  60. package/dist/uds/generated/componentData.cjs +202 -201
  61. package/dist/uds/generated/componentData.js +202 -201
  62. package/dist/uds/generated/tailwindPurge.cjs +21 -3
  63. package/dist/uds/generated/tailwindPurge.js +21 -3
  64. package/generated/componentData.json +304 -303
  65. package/generated/tailwindPurge.ts +1 -1
  66. package/package.json +1 -1
@@ -193,7 +193,8 @@
193
193
  "backgroundColor",
194
194
  "borderColor",
195
195
  "borderWidth",
196
- "dropShadow"
196
+ "dropShadow",
197
+ "insetShadow"
197
198
  ]
198
199
  },
199
200
  "runtimeConfigDefaultProps": {},
@@ -335,6 +336,95 @@
335
336
  "runtimeConfigInternalComponentProps": {},
336
337
  "motionVarPrefixes": []
337
338
  },
339
+ "Divider": {
340
+ "name": "Divider",
341
+ "defaultProps": {},
342
+ "getStylesLiterals": {},
343
+ "cxLiterals": [],
344
+ "internalComponents": [
345
+ "DividerInternal"
346
+ ],
347
+ "internalComponentProps": {},
348
+ "propToVariantKeys": {},
349
+ "runtimeConfigDefaultProps": {},
350
+ "runtimeConfigGetStyles": {},
351
+ "runtimeConfigInternalComponentProps": {},
352
+ "motionVarPrefixes": []
353
+ },
354
+ "DividerCore": {
355
+ "name": "DividerCore",
356
+ "defaultProps": {
357
+ "contentPosition": "center"
358
+ },
359
+ "getStylesLiterals": {},
360
+ "cxLiterals": [],
361
+ "internalComponents": [
362
+ "Box",
363
+ "Line",
364
+ "InternalComponent",
365
+ "Text"
366
+ ],
367
+ "internalComponentProps": {
368
+ "Box": {
369
+ "flex": [
370
+ "1",
371
+ "none"
372
+ ],
373
+ "display": [
374
+ "flex"
375
+ ]
376
+ },
377
+ "InternalComponent": {
378
+ "flex": [
379
+ "1"
380
+ ],
381
+ "alignItems": [
382
+ "center"
383
+ ]
384
+ },
385
+ "Text": {
386
+ "as": [
387
+ "span"
388
+ ],
389
+ "color": [
390
+ "inherit"
391
+ ],
392
+ "variant": [
393
+ "inherit"
394
+ ]
395
+ }
396
+ },
397
+ "propToVariantKeys": {},
398
+ "runtimeConfigDefaultProps": {},
399
+ "runtimeConfigGetStyles": {},
400
+ "runtimeConfigInternalComponentProps": {},
401
+ "motionVarPrefixes": []
402
+ },
403
+ "DividerInternal": {
404
+ "name": "DividerInternal",
405
+ "defaultProps": {
406
+ "variant": "primary"
407
+ },
408
+ "getStylesLiterals": {},
409
+ "cxLiterals": [
410
+ "inherit"
411
+ ],
412
+ "internalComponents": [
413
+ "DividerCore"
414
+ ],
415
+ "internalComponentProps": {},
416
+ "propToVariantKeys": {
417
+ "variant": [
418
+ "dividerVariantRoot",
419
+ "dividerVariantLabel",
420
+ "dividerVariantLine"
421
+ ]
422
+ },
423
+ "runtimeConfigDefaultProps": {},
424
+ "runtimeConfigGetStyles": {},
425
+ "runtimeConfigInternalComponentProps": {},
426
+ "motionVarPrefixes": []
427
+ },
338
428
  "BannerDescription": {
339
429
  "name": "BannerDescription",
340
430
  "defaultProps": {},
@@ -489,95 +579,6 @@
489
579
  "runtimeConfigInternalComponentProps": {},
490
580
  "motionVarPrefixes": []
491
581
  },
492
- "Divider": {
493
- "name": "Divider",
494
- "defaultProps": {},
495
- "getStylesLiterals": {},
496
- "cxLiterals": [],
497
- "internalComponents": [
498
- "DividerInternal"
499
- ],
500
- "internalComponentProps": {},
501
- "propToVariantKeys": {},
502
- "runtimeConfigDefaultProps": {},
503
- "runtimeConfigGetStyles": {},
504
- "runtimeConfigInternalComponentProps": {},
505
- "motionVarPrefixes": []
506
- },
507
- "DividerCore": {
508
- "name": "DividerCore",
509
- "defaultProps": {
510
- "contentPosition": "center"
511
- },
512
- "getStylesLiterals": {},
513
- "cxLiterals": [],
514
- "internalComponents": [
515
- "Box",
516
- "Line",
517
- "InternalComponent",
518
- "Text"
519
- ],
520
- "internalComponentProps": {
521
- "Box": {
522
- "flex": [
523
- "1",
524
- "none"
525
- ],
526
- "display": [
527
- "flex"
528
- ]
529
- },
530
- "InternalComponent": {
531
- "flex": [
532
- "1"
533
- ],
534
- "alignItems": [
535
- "center"
536
- ]
537
- },
538
- "Text": {
539
- "as": [
540
- "span"
541
- ],
542
- "color": [
543
- "inherit"
544
- ],
545
- "variant": [
546
- "inherit"
547
- ]
548
- }
549
- },
550
- "propToVariantKeys": {},
551
- "runtimeConfigDefaultProps": {},
552
- "runtimeConfigGetStyles": {},
553
- "runtimeConfigInternalComponentProps": {},
554
- "motionVarPrefixes": []
555
- },
556
- "DividerInternal": {
557
- "name": "DividerInternal",
558
- "defaultProps": {
559
- "variant": "primary"
560
- },
561
- "getStylesLiterals": {},
562
- "cxLiterals": [
563
- "inherit"
564
- ],
565
- "internalComponents": [
566
- "DividerCore"
567
- ],
568
- "internalComponentProps": {},
569
- "propToVariantKeys": {
570
- "variant": [
571
- "dividerVariantRoot",
572
- "dividerVariantLabel",
573
- "dividerVariantLine"
574
- ]
575
- },
576
- "runtimeConfigDefaultProps": {},
577
- "runtimeConfigGetStyles": {},
578
- "runtimeConfigInternalComponentProps": {},
579
- "motionVarPrefixes": []
580
- },
581
582
  "Table.mocks": {
582
583
  "name": "Table.mocks",
583
584
  "defaultProps": {},
@@ -1165,224 +1166,25 @@
1165
1166
  "--uds-motion-smooth-3-"
1166
1167
  ]
1167
1168
  },
1168
- "UDSToastConfigProvider": {
1169
- "name": "UDSToastConfigProvider",
1170
- "defaultProps": {},
1171
- "getStylesLiterals": {},
1172
- "cxLiterals": [],
1173
- "internalComponents": [
1174
- "ToastContext.Provider"
1175
- ],
1176
- "internalComponentProps": {},
1177
- "propToVariantKeys": {},
1178
- "runtimeConfigDefaultProps": {},
1179
- "runtimeConfigGetStyles": {},
1180
- "runtimeConfigInternalComponentProps": {},
1181
- "motionVarPrefixes": []
1182
- },
1183
- "ToastPortal": {
1184
- "name": "ToastPortal",
1185
- "defaultProps": {},
1186
- "getStylesLiterals": {},
1187
- "cxLiterals": [],
1188
- "internalComponents": [
1189
- "ReactToastifyToastContainer"
1190
- ],
1191
- "internalComponentProps": {},
1192
- "propToVariantKeys": {},
1193
- "runtimeConfigDefaultProps": {
1194
- "size": "toast.defaultSize",
1195
- "variant": "toast.defaultVariant"
1196
- },
1197
- "runtimeConfigGetStyles": {},
1198
- "runtimeConfigInternalComponentProps": {
1199
- "ReactToastifyToastContainer": {
1200
- "autoClose": [
1201
- "toast.autoClose"
1202
- ]
1203
- }
1204
- },
1205
- "motionVarPrefixes": []
1206
- },
1207
- "Toast": {
1208
- "name": "Toast",
1209
- "defaultProps": {},
1210
- "getStylesLiterals": {
1211
- "className": "animate-spin",
1212
- "className:1": "flex-none",
1213
- "spacing": "2",
1214
- "borderRadius": "full"
1169
+ "Accordion": {
1170
+ "name": "Accordion",
1171
+ "defaultProps": {
1172
+ "spacingHorizontal": "4",
1173
+ "spacingVertical": "4"
1215
1174
  },
1175
+ "getStylesLiterals": {},
1216
1176
  "cxLiterals": [
1217
- "duration-0",
1218
- "duration-120",
1219
- "transition-[background-color]",
1220
- "bg-carbon-15/0",
1221
- "hover:bg-carbon-15/10",
1222
- "active:bg-carbon-15/15",
1223
- "uds-ring"
1177
+ "hover:bg-secondary/80",
1178
+ "w-full"
1224
1179
  ],
1225
1180
  "internalComponents": [
1226
- "IconSlot",
1227
- "ToastContainer",
1181
+ "Icon",
1182
+ "SpringMotionConfig",
1183
+ "Pressable",
1228
1184
  "Text",
1229
- "Button",
1230
- "Pressable"
1231
- ],
1232
- "internalComponentProps": {},
1233
- "propToVariantKeys": {
1234
- "size": [
1235
- "toastSizeLabel",
1236
- "toastSizeIcon",
1237
- "toastSizeActionButton",
1238
- "toastSizeCloseIcon"
1239
- ],
1240
- "variant": [
1241
- "toastVariantIcon",
1242
- "toastVariantActionButton",
1243
- "toastVariantCloseIcon"
1244
- ],
1245
- "closeIcon": [
1246
- "icon"
1247
- ],
1248
- "onClickActionButton": [
1249
- "onClick"
1250
- ]
1251
- },
1252
- "runtimeConfigDefaultProps": {
1253
- "size": "toast.defaultSize",
1254
- "variant": "toast.defaultVariant"
1255
- },
1256
- "runtimeConfigGetStyles": {
1257
- "toastSizeLabel": [
1258
- "toast.defaultSize"
1259
- ],
1260
- "toastVariantIcon": [
1261
- "toast.defaultVariant"
1262
- ],
1263
- "toastSizeIcon": [
1264
- "toast.defaultSize"
1265
- ],
1266
- "toastSizeActionButton": [
1267
- "toast.defaultSize"
1268
- ],
1269
- "toastVariantActionButton": [
1270
- "toast.defaultVariant"
1271
- ],
1272
- "toastVariantCloseIcon": [
1273
- "toast.defaultVariant"
1274
- ],
1275
- "toastSizeCloseIcon": [
1276
- "toast.defaultSize"
1277
- ]
1278
- },
1279
- "runtimeConfigInternalComponentProps": {
1280
- "ToastContainer": {
1281
- "size": [
1282
- "toast.defaultSize"
1283
- ],
1284
- "variant": [
1285
- "toast.defaultVariant"
1286
- ]
1287
- },
1288
- "Text": {
1289
- "variant": [
1290
- "toast.textVariant.${size}"
1291
- ],
1292
- "color": [
1293
- "toast.textColor.${variant}"
1294
- ]
1295
- },
1296
- "Button": {
1297
- "size": [
1298
- "toast.buttonSize.${size}"
1299
- ],
1300
- "variant": [
1301
- "toast.buttonVariant.${variant}"
1302
- ]
1303
- }
1304
- },
1305
- "motionVarPrefixes": []
1306
- },
1307
- "ToastContainer": {
1308
- "name": "ToastContainer",
1309
- "defaultProps": {},
1310
- "getStylesLiterals": {
1311
- "position": "relative",
1312
- "alignItems": "center",
1313
- "display": "flex",
1314
- "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
1315
- },
1316
- "cxLiterals": [
1317
- "w-full"
1318
- ],
1319
- "internalComponents": [
1320
- "HStack"
1321
- ],
1322
- "internalComponentProps": {
1323
- "HStack": {
1324
- "alignItems": [
1325
- "center"
1326
- ],
1327
- "justifyContent": [
1328
- "space-between"
1329
- ],
1330
- "overflow": [
1331
- "hidden"
1332
- ],
1333
- "position": [
1334
- "relative"
1335
- ]
1336
- }
1337
- },
1338
- "propToVariantKeys": {
1339
- "variant": [
1340
- "toastVariantRoot"
1341
- ],
1342
- "size": [
1343
- "toastSizeRoot"
1344
- ]
1345
- },
1346
- "runtimeConfigDefaultProps": {
1347
- "size": "toast.defaultSize",
1348
- "variant": "toast.defaultVariant"
1349
- },
1350
- "runtimeConfigGetStyles": {
1351
- "toastVariantRoot": [
1352
- "toast.defaultVariant"
1353
- ],
1354
- "toastSizeRoot": [
1355
- "toast.defaultSize"
1356
- ]
1357
- },
1358
- "runtimeConfigInternalComponentProps": {
1359
- "HStack": {
1360
- "backgroundColor": [
1361
- "toast.backgroundColor.${variant}"
1362
- ]
1363
- }
1364
- },
1365
- "motionVarPrefixes": []
1366
- },
1367
- "Accordion": {
1368
- "name": "Accordion",
1369
- "defaultProps": {
1370
- "spacingHorizontal": "4",
1371
- "spacingVertical": "4"
1372
- },
1373
- "getStylesLiterals": {},
1374
- "cxLiterals": [
1375
- "hover:bg-secondary/80",
1376
- "w-full"
1377
- ],
1378
- "internalComponents": [
1379
- "Icon",
1380
- "SpringMotionConfig",
1381
- "Pressable",
1382
- "Text",
1383
- "HStack",
1384
- "AnimatePresence",
1385
- "VStack"
1185
+ "HStack",
1186
+ "AnimatePresence",
1187
+ "VStack"
1386
1188
  ],
1387
1189
  "internalComponentProps": {
1388
1190
  "Icon": {
@@ -1684,6 +1486,205 @@
1684
1486
  "--uds-motion-smooth-3-"
1685
1487
  ]
1686
1488
  },
1489
+ "UDSToastConfigProvider": {
1490
+ "name": "UDSToastConfigProvider",
1491
+ "defaultProps": {},
1492
+ "getStylesLiterals": {},
1493
+ "cxLiterals": [],
1494
+ "internalComponents": [
1495
+ "ToastContext.Provider"
1496
+ ],
1497
+ "internalComponentProps": {},
1498
+ "propToVariantKeys": {},
1499
+ "runtimeConfigDefaultProps": {},
1500
+ "runtimeConfigGetStyles": {},
1501
+ "runtimeConfigInternalComponentProps": {},
1502
+ "motionVarPrefixes": []
1503
+ },
1504
+ "ToastPortal": {
1505
+ "name": "ToastPortal",
1506
+ "defaultProps": {},
1507
+ "getStylesLiterals": {},
1508
+ "cxLiterals": [],
1509
+ "internalComponents": [
1510
+ "ReactToastifyToastContainer"
1511
+ ],
1512
+ "internalComponentProps": {},
1513
+ "propToVariantKeys": {},
1514
+ "runtimeConfigDefaultProps": {
1515
+ "size": "toast.defaultSize",
1516
+ "variant": "toast.defaultVariant"
1517
+ },
1518
+ "runtimeConfigGetStyles": {},
1519
+ "runtimeConfigInternalComponentProps": {
1520
+ "ReactToastifyToastContainer": {
1521
+ "autoClose": [
1522
+ "toast.autoClose"
1523
+ ]
1524
+ }
1525
+ },
1526
+ "motionVarPrefixes": []
1527
+ },
1528
+ "Toast": {
1529
+ "name": "Toast",
1530
+ "defaultProps": {},
1531
+ "getStylesLiterals": {
1532
+ "className": "animate-spin",
1533
+ "className:1": "flex-none",
1534
+ "spacing": "2",
1535
+ "borderRadius": "full"
1536
+ },
1537
+ "cxLiterals": [
1538
+ "duration-0",
1539
+ "duration-120",
1540
+ "transition-[background-color]",
1541
+ "bg-carbon-15/0",
1542
+ "hover:bg-carbon-15/10",
1543
+ "active:bg-carbon-15/15",
1544
+ "uds-ring"
1545
+ ],
1546
+ "internalComponents": [
1547
+ "IconSlot",
1548
+ "ToastContainer",
1549
+ "Text",
1550
+ "Button",
1551
+ "Pressable"
1552
+ ],
1553
+ "internalComponentProps": {},
1554
+ "propToVariantKeys": {
1555
+ "size": [
1556
+ "toastSizeLabel",
1557
+ "toastSizeIcon",
1558
+ "toastSizeActionButton",
1559
+ "toastSizeCloseIcon"
1560
+ ],
1561
+ "variant": [
1562
+ "toastVariantIcon",
1563
+ "toastVariantActionButton",
1564
+ "toastVariantCloseIcon"
1565
+ ],
1566
+ "closeIcon": [
1567
+ "icon"
1568
+ ],
1569
+ "onClickActionButton": [
1570
+ "onClick"
1571
+ ]
1572
+ },
1573
+ "runtimeConfigDefaultProps": {
1574
+ "size": "toast.defaultSize",
1575
+ "variant": "toast.defaultVariant"
1576
+ },
1577
+ "runtimeConfigGetStyles": {
1578
+ "toastSizeLabel": [
1579
+ "toast.defaultSize"
1580
+ ],
1581
+ "toastVariantIcon": [
1582
+ "toast.defaultVariant"
1583
+ ],
1584
+ "toastSizeIcon": [
1585
+ "toast.defaultSize"
1586
+ ],
1587
+ "toastSizeActionButton": [
1588
+ "toast.defaultSize"
1589
+ ],
1590
+ "toastVariantActionButton": [
1591
+ "toast.defaultVariant"
1592
+ ],
1593
+ "toastVariantCloseIcon": [
1594
+ "toast.defaultVariant"
1595
+ ],
1596
+ "toastSizeCloseIcon": [
1597
+ "toast.defaultSize"
1598
+ ]
1599
+ },
1600
+ "runtimeConfigInternalComponentProps": {
1601
+ "ToastContainer": {
1602
+ "size": [
1603
+ "toast.defaultSize"
1604
+ ],
1605
+ "variant": [
1606
+ "toast.defaultVariant"
1607
+ ]
1608
+ },
1609
+ "Text": {
1610
+ "variant": [
1611
+ "toast.textVariant.${size}"
1612
+ ],
1613
+ "color": [
1614
+ "toast.textColor.${variant}"
1615
+ ]
1616
+ },
1617
+ "Button": {
1618
+ "size": [
1619
+ "toast.buttonSize.${size}"
1620
+ ],
1621
+ "variant": [
1622
+ "toast.buttonVariant.${variant}"
1623
+ ]
1624
+ }
1625
+ },
1626
+ "motionVarPrefixes": []
1627
+ },
1628
+ "ToastContainer": {
1629
+ "name": "ToastContainer",
1630
+ "defaultProps": {},
1631
+ "getStylesLiterals": {
1632
+ "position": "relative",
1633
+ "alignItems": "center",
1634
+ "display": "flex",
1635
+ "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
1636
+ },
1637
+ "cxLiterals": [
1638
+ "w-full"
1639
+ ],
1640
+ "internalComponents": [
1641
+ "HStack"
1642
+ ],
1643
+ "internalComponentProps": {
1644
+ "HStack": {
1645
+ "alignItems": [
1646
+ "center"
1647
+ ],
1648
+ "justifyContent": [
1649
+ "space-between"
1650
+ ],
1651
+ "overflow": [
1652
+ "hidden"
1653
+ ],
1654
+ "position": [
1655
+ "relative"
1656
+ ]
1657
+ }
1658
+ },
1659
+ "propToVariantKeys": {
1660
+ "variant": [
1661
+ "toastVariantRoot"
1662
+ ],
1663
+ "size": [
1664
+ "toastSizeRoot"
1665
+ ]
1666
+ },
1667
+ "runtimeConfigDefaultProps": {
1668
+ "size": "toast.defaultSize",
1669
+ "variant": "toast.defaultVariant"
1670
+ },
1671
+ "runtimeConfigGetStyles": {
1672
+ "toastVariantRoot": [
1673
+ "toast.defaultVariant"
1674
+ ],
1675
+ "toastSizeRoot": [
1676
+ "toast.defaultSize"
1677
+ ]
1678
+ },
1679
+ "runtimeConfigInternalComponentProps": {
1680
+ "HStack": {
1681
+ "backgroundColor": [
1682
+ "toast.backgroundColor.${variant}"
1683
+ ]
1684
+ }
1685
+ },
1686
+ "motionVarPrefixes": []
1687
+ },
1687
1688
  "BottomSheetInternalContext": {
1688
1689
  "name": "BottomSheetInternalContext",
1689
1690
  "defaultProps": {},