@yahoo/uds 3.137.2 → 3.138.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.
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/styles/styler.d.cts +25 -25
- package/dist/styles/styler.d.ts +25 -25
- package/dist/uds/generated/componentData.cjs +170 -170
- package/dist/uds/generated/componentData.js +170 -170
- package/generated/componentData.json +234 -234
- package/package.json +1 -1
|
@@ -1165,205 +1165,6 @@
|
|
|
1165
1165
|
"--uds-motion-smooth-3-"
|
|
1166
1166
|
]
|
|
1167
1167
|
},
|
|
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"
|
|
1215
|
-
},
|
|
1216
|
-
"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"
|
|
1224
|
-
],
|
|
1225
|
-
"internalComponents": [
|
|
1226
|
-
"IconSlot",
|
|
1227
|
-
"ToastContainer",
|
|
1228
|
-
"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
1168
|
"Accordion": {
|
|
1368
1169
|
"name": "Accordion",
|
|
1369
1170
|
"defaultProps": {
|
|
@@ -1684,6 +1485,205 @@
|
|
|
1684
1485
|
"--uds-motion-smooth-3-"
|
|
1685
1486
|
]
|
|
1686
1487
|
},
|
|
1488
|
+
"UDSToastConfigProvider": {
|
|
1489
|
+
"name": "UDSToastConfigProvider",
|
|
1490
|
+
"defaultProps": {},
|
|
1491
|
+
"getStylesLiterals": {},
|
|
1492
|
+
"cxLiterals": [],
|
|
1493
|
+
"internalComponents": [
|
|
1494
|
+
"ToastContext.Provider"
|
|
1495
|
+
],
|
|
1496
|
+
"internalComponentProps": {},
|
|
1497
|
+
"propToVariantKeys": {},
|
|
1498
|
+
"runtimeConfigDefaultProps": {},
|
|
1499
|
+
"runtimeConfigGetStyles": {},
|
|
1500
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1501
|
+
"motionVarPrefixes": []
|
|
1502
|
+
},
|
|
1503
|
+
"ToastPortal": {
|
|
1504
|
+
"name": "ToastPortal",
|
|
1505
|
+
"defaultProps": {},
|
|
1506
|
+
"getStylesLiterals": {},
|
|
1507
|
+
"cxLiterals": [],
|
|
1508
|
+
"internalComponents": [
|
|
1509
|
+
"ReactToastifyToastContainer"
|
|
1510
|
+
],
|
|
1511
|
+
"internalComponentProps": {},
|
|
1512
|
+
"propToVariantKeys": {},
|
|
1513
|
+
"runtimeConfigDefaultProps": {
|
|
1514
|
+
"size": "toast.defaultSize",
|
|
1515
|
+
"variant": "toast.defaultVariant"
|
|
1516
|
+
},
|
|
1517
|
+
"runtimeConfigGetStyles": {},
|
|
1518
|
+
"runtimeConfigInternalComponentProps": {
|
|
1519
|
+
"ReactToastifyToastContainer": {
|
|
1520
|
+
"autoClose": [
|
|
1521
|
+
"toast.autoClose"
|
|
1522
|
+
]
|
|
1523
|
+
}
|
|
1524
|
+
},
|
|
1525
|
+
"motionVarPrefixes": []
|
|
1526
|
+
},
|
|
1527
|
+
"Toast": {
|
|
1528
|
+
"name": "Toast",
|
|
1529
|
+
"defaultProps": {},
|
|
1530
|
+
"getStylesLiterals": {
|
|
1531
|
+
"className": "animate-spin",
|
|
1532
|
+
"className:1": "flex-none",
|
|
1533
|
+
"spacing": "2",
|
|
1534
|
+
"borderRadius": "full"
|
|
1535
|
+
},
|
|
1536
|
+
"cxLiterals": [
|
|
1537
|
+
"duration-0",
|
|
1538
|
+
"duration-120",
|
|
1539
|
+
"transition-[background-color]",
|
|
1540
|
+
"bg-carbon-15/0",
|
|
1541
|
+
"hover:bg-carbon-15/10",
|
|
1542
|
+
"active:bg-carbon-15/15",
|
|
1543
|
+
"uds-ring"
|
|
1544
|
+
],
|
|
1545
|
+
"internalComponents": [
|
|
1546
|
+
"IconSlot",
|
|
1547
|
+
"ToastContainer",
|
|
1548
|
+
"Text",
|
|
1549
|
+
"Button",
|
|
1550
|
+
"Pressable"
|
|
1551
|
+
],
|
|
1552
|
+
"internalComponentProps": {},
|
|
1553
|
+
"propToVariantKeys": {
|
|
1554
|
+
"size": [
|
|
1555
|
+
"toastSizeLabel",
|
|
1556
|
+
"toastSizeIcon",
|
|
1557
|
+
"toastSizeActionButton",
|
|
1558
|
+
"toastSizeCloseIcon"
|
|
1559
|
+
],
|
|
1560
|
+
"variant": [
|
|
1561
|
+
"toastVariantIcon",
|
|
1562
|
+
"toastVariantActionButton",
|
|
1563
|
+
"toastVariantCloseIcon"
|
|
1564
|
+
],
|
|
1565
|
+
"closeIcon": [
|
|
1566
|
+
"icon"
|
|
1567
|
+
],
|
|
1568
|
+
"onClickActionButton": [
|
|
1569
|
+
"onClick"
|
|
1570
|
+
]
|
|
1571
|
+
},
|
|
1572
|
+
"runtimeConfigDefaultProps": {
|
|
1573
|
+
"size": "toast.defaultSize",
|
|
1574
|
+
"variant": "toast.defaultVariant"
|
|
1575
|
+
},
|
|
1576
|
+
"runtimeConfigGetStyles": {
|
|
1577
|
+
"toastSizeLabel": [
|
|
1578
|
+
"toast.defaultSize"
|
|
1579
|
+
],
|
|
1580
|
+
"toastVariantIcon": [
|
|
1581
|
+
"toast.defaultVariant"
|
|
1582
|
+
],
|
|
1583
|
+
"toastSizeIcon": [
|
|
1584
|
+
"toast.defaultSize"
|
|
1585
|
+
],
|
|
1586
|
+
"toastSizeActionButton": [
|
|
1587
|
+
"toast.defaultSize"
|
|
1588
|
+
],
|
|
1589
|
+
"toastVariantActionButton": [
|
|
1590
|
+
"toast.defaultVariant"
|
|
1591
|
+
],
|
|
1592
|
+
"toastVariantCloseIcon": [
|
|
1593
|
+
"toast.defaultVariant"
|
|
1594
|
+
],
|
|
1595
|
+
"toastSizeCloseIcon": [
|
|
1596
|
+
"toast.defaultSize"
|
|
1597
|
+
]
|
|
1598
|
+
},
|
|
1599
|
+
"runtimeConfigInternalComponentProps": {
|
|
1600
|
+
"ToastContainer": {
|
|
1601
|
+
"size": [
|
|
1602
|
+
"toast.defaultSize"
|
|
1603
|
+
],
|
|
1604
|
+
"variant": [
|
|
1605
|
+
"toast.defaultVariant"
|
|
1606
|
+
]
|
|
1607
|
+
},
|
|
1608
|
+
"Text": {
|
|
1609
|
+
"variant": [
|
|
1610
|
+
"toast.textVariant.${size}"
|
|
1611
|
+
],
|
|
1612
|
+
"color": [
|
|
1613
|
+
"toast.textColor.${variant}"
|
|
1614
|
+
]
|
|
1615
|
+
},
|
|
1616
|
+
"Button": {
|
|
1617
|
+
"size": [
|
|
1618
|
+
"toast.buttonSize.${size}"
|
|
1619
|
+
],
|
|
1620
|
+
"variant": [
|
|
1621
|
+
"toast.buttonVariant.${variant}"
|
|
1622
|
+
]
|
|
1623
|
+
}
|
|
1624
|
+
},
|
|
1625
|
+
"motionVarPrefixes": []
|
|
1626
|
+
},
|
|
1627
|
+
"ToastContainer": {
|
|
1628
|
+
"name": "ToastContainer",
|
|
1629
|
+
"defaultProps": {},
|
|
1630
|
+
"getStylesLiterals": {
|
|
1631
|
+
"position": "relative",
|
|
1632
|
+
"alignItems": "center",
|
|
1633
|
+
"display": "flex",
|
|
1634
|
+
"className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
|
|
1635
|
+
},
|
|
1636
|
+
"cxLiterals": [
|
|
1637
|
+
"w-full"
|
|
1638
|
+
],
|
|
1639
|
+
"internalComponents": [
|
|
1640
|
+
"HStack"
|
|
1641
|
+
],
|
|
1642
|
+
"internalComponentProps": {
|
|
1643
|
+
"HStack": {
|
|
1644
|
+
"alignItems": [
|
|
1645
|
+
"center"
|
|
1646
|
+
],
|
|
1647
|
+
"justifyContent": [
|
|
1648
|
+
"space-between"
|
|
1649
|
+
],
|
|
1650
|
+
"overflow": [
|
|
1651
|
+
"hidden"
|
|
1652
|
+
],
|
|
1653
|
+
"position": [
|
|
1654
|
+
"relative"
|
|
1655
|
+
]
|
|
1656
|
+
}
|
|
1657
|
+
},
|
|
1658
|
+
"propToVariantKeys": {
|
|
1659
|
+
"variant": [
|
|
1660
|
+
"toastVariantRoot"
|
|
1661
|
+
],
|
|
1662
|
+
"size": [
|
|
1663
|
+
"toastSizeRoot"
|
|
1664
|
+
]
|
|
1665
|
+
},
|
|
1666
|
+
"runtimeConfigDefaultProps": {
|
|
1667
|
+
"size": "toast.defaultSize",
|
|
1668
|
+
"variant": "toast.defaultVariant"
|
|
1669
|
+
},
|
|
1670
|
+
"runtimeConfigGetStyles": {
|
|
1671
|
+
"toastVariantRoot": [
|
|
1672
|
+
"toast.defaultVariant"
|
|
1673
|
+
],
|
|
1674
|
+
"toastSizeRoot": [
|
|
1675
|
+
"toast.defaultSize"
|
|
1676
|
+
]
|
|
1677
|
+
},
|
|
1678
|
+
"runtimeConfigInternalComponentProps": {
|
|
1679
|
+
"HStack": {
|
|
1680
|
+
"backgroundColor": [
|
|
1681
|
+
"toast.backgroundColor.${variant}"
|
|
1682
|
+
]
|
|
1683
|
+
}
|
|
1684
|
+
},
|
|
1685
|
+
"motionVarPrefixes": []
|
|
1686
|
+
},
|
|
1687
1687
|
"BottomSheetInternalContext": {
|
|
1688
1688
|
"name": "BottomSheetInternalContext",
|
|
1689
1689
|
"defaultProps": {},
|
|
@@ -2806,6 +2806,41 @@
|
|
|
2806
2806
|
"runtimeConfigInternalComponentProps": {},
|
|
2807
2807
|
"motionVarPrefixes": []
|
|
2808
2808
|
},
|
|
2809
|
+
"UDSBreakpointsConfigProvider": {
|
|
2810
|
+
"name": "UDSBreakpointsConfigProvider",
|
|
2811
|
+
"defaultProps": {},
|
|
2812
|
+
"getStylesLiterals": {},
|
|
2813
|
+
"cxLiterals": [],
|
|
2814
|
+
"internalComponents": [
|
|
2815
|
+
"UDSBreakpointsConfigContext.Provider"
|
|
2816
|
+
],
|
|
2817
|
+
"internalComponentProps": {},
|
|
2818
|
+
"propToVariantKeys": {},
|
|
2819
|
+
"runtimeConfigDefaultProps": {},
|
|
2820
|
+
"runtimeConfigGetStyles": {},
|
|
2821
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2822
|
+
"motionVarPrefixes": []
|
|
2823
|
+
},
|
|
2824
|
+
"UDSConfigProvider": {
|
|
2825
|
+
"name": "UDSConfigProvider",
|
|
2826
|
+
"defaultProps": {},
|
|
2827
|
+
"getStylesLiterals": {},
|
|
2828
|
+
"cxLiterals": [],
|
|
2829
|
+
"internalComponents": [
|
|
2830
|
+
"UDSBreakpointsConfigProvider",
|
|
2831
|
+
"UDSBottomSheetConfigProvider",
|
|
2832
|
+
"UDSToastConfigProvider",
|
|
2833
|
+
"UDSTooltipConfigProvider",
|
|
2834
|
+
"UDSPopoverConfigProvider",
|
|
2835
|
+
"UDSModalConfigProvider"
|
|
2836
|
+
],
|
|
2837
|
+
"internalComponentProps": {},
|
|
2838
|
+
"propToVariantKeys": {},
|
|
2839
|
+
"runtimeConfigDefaultProps": {},
|
|
2840
|
+
"runtimeConfigGetStyles": {},
|
|
2841
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2842
|
+
"motionVarPrefixes": []
|
|
2843
|
+
},
|
|
2809
2844
|
"Menu.Item": {
|
|
2810
2845
|
"name": "Menu.Item",
|
|
2811
2846
|
"defaultProps": {},
|
|
@@ -3077,41 +3112,6 @@
|
|
|
3077
3112
|
"runtimeConfigInternalComponentProps": {},
|
|
3078
3113
|
"motionVarPrefixes": []
|
|
3079
3114
|
},
|
|
3080
|
-
"UDSBreakpointsConfigProvider": {
|
|
3081
|
-
"name": "UDSBreakpointsConfigProvider",
|
|
3082
|
-
"defaultProps": {},
|
|
3083
|
-
"getStylesLiterals": {},
|
|
3084
|
-
"cxLiterals": [],
|
|
3085
|
-
"internalComponents": [
|
|
3086
|
-
"UDSBreakpointsConfigContext.Provider"
|
|
3087
|
-
],
|
|
3088
|
-
"internalComponentProps": {},
|
|
3089
|
-
"propToVariantKeys": {},
|
|
3090
|
-
"runtimeConfigDefaultProps": {},
|
|
3091
|
-
"runtimeConfigGetStyles": {},
|
|
3092
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3093
|
-
"motionVarPrefixes": []
|
|
3094
|
-
},
|
|
3095
|
-
"UDSConfigProvider": {
|
|
3096
|
-
"name": "UDSConfigProvider",
|
|
3097
|
-
"defaultProps": {},
|
|
3098
|
-
"getStylesLiterals": {},
|
|
3099
|
-
"cxLiterals": [],
|
|
3100
|
-
"internalComponents": [
|
|
3101
|
-
"UDSBreakpointsConfigProvider",
|
|
3102
|
-
"UDSBottomSheetConfigProvider",
|
|
3103
|
-
"UDSToastConfigProvider",
|
|
3104
|
-
"UDSTooltipConfigProvider",
|
|
3105
|
-
"UDSPopoverConfigProvider",
|
|
3106
|
-
"UDSModalConfigProvider"
|
|
3107
|
-
],
|
|
3108
|
-
"internalComponentProps": {},
|
|
3109
|
-
"propToVariantKeys": {},
|
|
3110
|
-
"runtimeConfigDefaultProps": {},
|
|
3111
|
-
"runtimeConfigGetStyles": {},
|
|
3112
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3113
|
-
"motionVarPrefixes": []
|
|
3114
|
-
},
|
|
3115
3115
|
"Tooltip": {
|
|
3116
3116
|
"name": "Tooltip",
|
|
3117
3117
|
"defaultProps": {},
|