@workday/canvas-kit-docs 13.0.0-alpha.1051-next.0 → 13.0.0-alpha.1052-next.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.
@@ -1104,6 +1104,569 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
1104
1104
  "kind": "canvasColor"
1105
1105
  }
1106
1106
  },
1107
+ {
1108
+ "name": "expandableContainerStencil",
1109
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/Expandable.tsx",
1110
+ "description": "",
1111
+ "declarations": [
1112
+ {
1113
+ "name": "expandableContainerStencil",
1114
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/Expandable.tsx"
1115
+ }
1116
+ ],
1117
+ "tags": {},
1118
+ "type": {
1119
+ "kind": "function",
1120
+ "parameters": [
1121
+ {
1122
+ "kind": "parameter",
1123
+ "name": "options",
1124
+ "type": {
1125
+ "kind": "conditional",
1126
+ "check": {
1127
+ "kind": "tuple",
1128
+ "value": [
1129
+ {
1130
+ "kind": "symbol",
1131
+ "name": "E",
1132
+ "value": "E"
1133
+ }
1134
+ ]
1135
+ },
1136
+ "extends": {
1137
+ "kind": "tuple",
1138
+ "value": [
1139
+ {
1140
+ "kind": "primitive",
1141
+ "value": "never"
1142
+ }
1143
+ ]
1144
+ },
1145
+ "trueType": {
1146
+ "kind": "intersection",
1147
+ "value": [
1148
+ {
1149
+ "kind": "symbol",
1150
+ "name": "ModifierValuesStencil",
1151
+ "typeParameters": [
1152
+ {
1153
+ "kind": "symbol",
1154
+ "name": "M",
1155
+ "value": "M"
1156
+ },
1157
+ {
1158
+ "kind": "symbol",
1159
+ "name": "V",
1160
+ "value": "V"
1161
+ }
1162
+ ],
1163
+ "value": "ModifierValuesStencil<M, V>"
1164
+ },
1165
+ {
1166
+ "kind": "symbol",
1167
+ "name": "VariableValuesStencil",
1168
+ "typeParameters": [
1169
+ {
1170
+ "kind": "symbol",
1171
+ "name": "V",
1172
+ "value": "V"
1173
+ }
1174
+ ],
1175
+ "value": "VariableValuesStencil<V>"
1176
+ }
1177
+ ]
1178
+ },
1179
+ "falseType": {
1180
+ "kind": "conditional",
1181
+ "check": {
1182
+ "kind": "symbol",
1183
+ "name": "E",
1184
+ "value": "E"
1185
+ },
1186
+ "extends": {
1187
+ "kind": "symbol",
1188
+ "name": "BaseStencil",
1189
+ "typeParameters": [
1190
+ {
1191
+ "kind": "infer",
1192
+ "value": {
1193
+ "kind": "typeParameter",
1194
+ "name": "ME",
1195
+ "required": true
1196
+ }
1197
+ },
1198
+ {
1199
+ "kind": "infer",
1200
+ "value": {
1201
+ "kind": "typeParameter",
1202
+ "name": "VE",
1203
+ "required": true
1204
+ }
1205
+ },
1206
+ {
1207
+ "kind": "primitive",
1208
+ "value": "any"
1209
+ },
1210
+ {
1211
+ "kind": "primitive",
1212
+ "value": "any"
1213
+ }
1214
+ ],
1215
+ "value": "BaseStencil<M, V, E, ID>"
1216
+ },
1217
+ "trueType": {
1218
+ "kind": "intersection",
1219
+ "value": [
1220
+ {
1221
+ "kind": "symbol",
1222
+ "name": "ModifierValuesStencil",
1223
+ "typeParameters": [
1224
+ {
1225
+ "kind": "intersection",
1226
+ "value": [
1227
+ {
1228
+ "kind": "symbol",
1229
+ "name": "ME",
1230
+ "value": "ME"
1231
+ },
1232
+ {
1233
+ "kind": "symbol",
1234
+ "name": "M",
1235
+ "value": "M"
1236
+ }
1237
+ ]
1238
+ }
1239
+ ],
1240
+ "value": "ModifierValuesStencil<M, V>"
1241
+ },
1242
+ {
1243
+ "kind": "symbol",
1244
+ "name": "VariableValuesStencil",
1245
+ "typeParameters": [
1246
+ {
1247
+ "kind": "intersection",
1248
+ "value": [
1249
+ {
1250
+ "kind": "symbol",
1251
+ "name": "VE",
1252
+ "value": "VE"
1253
+ },
1254
+ {
1255
+ "kind": "symbol",
1256
+ "name": "V",
1257
+ "value": "V"
1258
+ }
1259
+ ]
1260
+ }
1261
+ ],
1262
+ "value": "VariableValuesStencil<V>"
1263
+ }
1264
+ ]
1265
+ },
1266
+ "falseType": {
1267
+ "kind": "primitive",
1268
+ "value": "never"
1269
+ }
1270
+ }
1271
+ },
1272
+ "required": false,
1273
+ "rest": false,
1274
+ "description": "",
1275
+ "declarations": [
1276
+ {
1277
+ "name": "options",
1278
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
1279
+ }
1280
+ ],
1281
+ "tags": {}
1282
+ }
1283
+ ],
1284
+ "members": [
1285
+ {
1286
+ "kind": "property",
1287
+ "name": "vars",
1288
+ "required": true,
1289
+ "type": {
1290
+ "kind": "symbol",
1291
+ "name": "StencilDefaultVars",
1292
+ "typeParameters": [
1293
+ {
1294
+ "kind": "symbol",
1295
+ "name": "V",
1296
+ "value": "V"
1297
+ },
1298
+ {
1299
+ "kind": "symbol",
1300
+ "name": "E",
1301
+ "value": "E"
1302
+ },
1303
+ {
1304
+ "kind": "symbol",
1305
+ "name": "ID",
1306
+ "value": "ID"
1307
+ }
1308
+ ],
1309
+ "value": "StencilDefaultVars<V, E, ID>"
1310
+ },
1311
+ "description": "",
1312
+ "declarations": [
1313
+ {
1314
+ "name": "vars",
1315
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
1316
+ }
1317
+ ],
1318
+ "tags": {}
1319
+ },
1320
+ {
1321
+ "kind": "property",
1322
+ "name": "base",
1323
+ "required": true,
1324
+ "type": {
1325
+ "kind": "primitive",
1326
+ "value": "string"
1327
+ },
1328
+ "description": "",
1329
+ "declarations": [
1330
+ {
1331
+ "name": "base",
1332
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
1333
+ }
1334
+ ],
1335
+ "tags": {}
1336
+ },
1337
+ {
1338
+ "kind": "property",
1339
+ "name": "modifiers",
1340
+ "required": true,
1341
+ "type": {
1342
+ "kind": "conditional",
1343
+ "check": {
1344
+ "kind": "tuple",
1345
+ "value": [
1346
+ {
1347
+ "kind": "symbol",
1348
+ "name": "E",
1349
+ "value": "E"
1350
+ }
1351
+ ]
1352
+ },
1353
+ "extends": {
1354
+ "kind": "tuple",
1355
+ "value": [
1356
+ {
1357
+ "kind": "symbol",
1358
+ "name": "BaseStencil",
1359
+ "typeParameters": [
1360
+ {
1361
+ "kind": "infer",
1362
+ "value": {
1363
+ "kind": "typeParameter",
1364
+ "name": "ME",
1365
+ "required": true
1366
+ }
1367
+ },
1368
+ {
1369
+ "kind": "infer",
1370
+ "value": {
1371
+ "kind": "typeParameter",
1372
+ "name": "VE",
1373
+ "required": true
1374
+ }
1375
+ },
1376
+ {
1377
+ "kind": "primitive",
1378
+ "value": "any"
1379
+ },
1380
+ {
1381
+ "kind": "primitive",
1382
+ "value": "any"
1383
+ }
1384
+ ],
1385
+ "value": "BaseStencil<M, V, E, ID>"
1386
+ }
1387
+ ]
1388
+ },
1389
+ "trueType": {
1390
+ "kind": "symbol",
1391
+ "name": "StencilModifierReturn",
1392
+ "typeParameters": [
1393
+ {
1394
+ "kind": "intersection",
1395
+ "value": [
1396
+ {
1397
+ "kind": "symbol",
1398
+ "name": "ME",
1399
+ "value": "ME"
1400
+ },
1401
+ {
1402
+ "kind": "symbol",
1403
+ "name": "M",
1404
+ "value": "M"
1405
+ }
1406
+ ]
1407
+ },
1408
+ {
1409
+ "kind": "intersection",
1410
+ "value": [
1411
+ {
1412
+ "kind": "symbol",
1413
+ "name": "VE",
1414
+ "value": "VE"
1415
+ },
1416
+ {
1417
+ "kind": "symbol",
1418
+ "name": "V",
1419
+ "value": "V"
1420
+ }
1421
+ ]
1422
+ }
1423
+ ],
1424
+ "value": "StencilModifierReturn<M, V>"
1425
+ },
1426
+ "falseType": {
1427
+ "kind": "symbol",
1428
+ "name": "StencilModifierReturn",
1429
+ "typeParameters": [
1430
+ {
1431
+ "kind": "symbol",
1432
+ "name": "M",
1433
+ "value": "M"
1434
+ },
1435
+ {
1436
+ "kind": "symbol",
1437
+ "name": "V",
1438
+ "value": "V"
1439
+ }
1440
+ ],
1441
+ "value": "StencilModifierReturn<M, V>"
1442
+ }
1443
+ },
1444
+ "description": "",
1445
+ "declarations": [
1446
+ {
1447
+ "name": "modifiers",
1448
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
1449
+ }
1450
+ ],
1451
+ "tags": {}
1452
+ },
1453
+ {
1454
+ "kind": "property",
1455
+ "name": "defaultModifiers",
1456
+ "required": true,
1457
+ "type": {
1458
+ "kind": "conditional",
1459
+ "check": {
1460
+ "kind": "tuple",
1461
+ "value": [
1462
+ {
1463
+ "kind": "symbol",
1464
+ "name": "E",
1465
+ "value": "E"
1466
+ }
1467
+ ]
1468
+ },
1469
+ "extends": {
1470
+ "kind": "tuple",
1471
+ "value": [
1472
+ {
1473
+ "kind": "symbol",
1474
+ "name": "BaseStencil",
1475
+ "typeParameters": [
1476
+ {
1477
+ "kind": "infer",
1478
+ "value": {
1479
+ "kind": "typeParameter",
1480
+ "name": "ME",
1481
+ "required": true
1482
+ }
1483
+ },
1484
+ {
1485
+ "kind": "primitive",
1486
+ "value": "any"
1487
+ },
1488
+ {
1489
+ "kind": "primitive",
1490
+ "value": "any"
1491
+ },
1492
+ {
1493
+ "kind": "primitive",
1494
+ "value": "any"
1495
+ }
1496
+ ],
1497
+ "value": "BaseStencil<M, V, E, ID>"
1498
+ }
1499
+ ]
1500
+ },
1501
+ "trueType": {
1502
+ "kind": "symbol",
1503
+ "name": "StencilDefaultModifierReturn",
1504
+ "typeParameters": [
1505
+ {
1506
+ "kind": "intersection",
1507
+ "value": [
1508
+ {
1509
+ "kind": "symbol",
1510
+ "name": "ME",
1511
+ "value": "ME"
1512
+ },
1513
+ {
1514
+ "kind": "symbol",
1515
+ "name": "M",
1516
+ "value": "M"
1517
+ }
1518
+ ]
1519
+ }
1520
+ ],
1521
+ "value": "StencilDefaultModifierReturn<M>"
1522
+ },
1523
+ "falseType": {
1524
+ "kind": "symbol",
1525
+ "name": "StencilDefaultModifierReturn",
1526
+ "typeParameters": [
1527
+ {
1528
+ "kind": "symbol",
1529
+ "name": "M",
1530
+ "value": "M"
1531
+ }
1532
+ ],
1533
+ "value": "StencilDefaultModifierReturn<M>"
1534
+ }
1535
+ },
1536
+ "description": "",
1537
+ "declarations": [
1538
+ {
1539
+ "name": "defaultModifiers",
1540
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
1541
+ }
1542
+ ],
1543
+ "tags": {}
1544
+ },
1545
+ {
1546
+ "kind": "property",
1547
+ "name": "__extends",
1548
+ "required": false,
1549
+ "type": {
1550
+ "kind": "symbol",
1551
+ "name": "E",
1552
+ "value": "E"
1553
+ },
1554
+ "description": "",
1555
+ "declarations": [
1556
+ {
1557
+ "name": "__extends",
1558
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
1559
+ }
1560
+ ],
1561
+ "tags": {}
1562
+ },
1563
+ {
1564
+ "kind": "property",
1565
+ "name": "__vars",
1566
+ "required": true,
1567
+ "type": {
1568
+ "kind": "symbol",
1569
+ "name": "V",
1570
+ "value": "V"
1571
+ },
1572
+ "description": "",
1573
+ "declarations": [
1574
+ {
1575
+ "name": "__vars",
1576
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
1577
+ }
1578
+ ],
1579
+ "tags": {}
1580
+ },
1581
+ {
1582
+ "kind": "property",
1583
+ "name": "__modifiers",
1584
+ "required": true,
1585
+ "type": {
1586
+ "kind": "symbol",
1587
+ "name": "M",
1588
+ "value": "M"
1589
+ },
1590
+ "description": "",
1591
+ "declarations": [
1592
+ {
1593
+ "name": "__modifiers",
1594
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
1595
+ }
1596
+ ],
1597
+ "tags": {}
1598
+ },
1599
+ {
1600
+ "kind": "property",
1601
+ "name": "__id",
1602
+ "required": true,
1603
+ "type": {
1604
+ "kind": "symbol",
1605
+ "name": "ID",
1606
+ "value": "ID"
1607
+ },
1608
+ "description": "",
1609
+ "declarations": [
1610
+ {
1611
+ "name": "__id",
1612
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
1613
+ }
1614
+ ],
1615
+ "tags": {}
1616
+ }
1617
+ ],
1618
+ "returnType": {
1619
+ "kind": "object",
1620
+ "properties": [
1621
+ {
1622
+ "kind": "property",
1623
+ "name": "className",
1624
+ "required": true,
1625
+ "type": {
1626
+ "kind": "primitive",
1627
+ "value": "string"
1628
+ },
1629
+ "description": "",
1630
+ "declarations": [
1631
+ {
1632
+ "name": "className",
1633
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
1634
+ }
1635
+ ],
1636
+ "tags": {}
1637
+ },
1638
+ {
1639
+ "kind": "property",
1640
+ "name": "style",
1641
+ "required": false,
1642
+ "type": {
1643
+ "kind": "external",
1644
+ "name": "Record",
1645
+ "url": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
1646
+ "typeParameters": [
1647
+ {
1648
+ "kind": "primitive",
1649
+ "value": "string"
1650
+ },
1651
+ {
1652
+ "kind": "primitive",
1653
+ "value": "string"
1654
+ }
1655
+ ]
1656
+ },
1657
+ "description": "",
1658
+ "declarations": [
1659
+ {
1660
+ "name": "style",
1661
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
1662
+ }
1663
+ ],
1664
+ "tags": {}
1665
+ }
1666
+ ]
1667
+ }
1668
+ }
1669
+ },
1107
1670
  {
1108
1671
  "name": "Expandable",
1109
1672
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/Expandable.tsx",
@@ -1360,209 +1923,2058 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
1360
1923
  }
1361
1924
  },
1362
1925
  {
1363
- "name": "ExpandableAvatar",
1926
+ "name": "expandableAvatarStencil",
1364
1927
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableAvatar.tsx",
1365
1928
  "description": "",
1366
1929
  "declarations": [
1367
1930
  {
1368
- "name": "ExpandableAvatar",
1931
+ "name": "expandableAvatarStencil",
1369
1932
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableAvatar.tsx"
1370
1933
  }
1371
1934
  ],
1372
1935
  "tags": {},
1373
1936
  "type": {
1374
- "kind": "enhancedComponent",
1375
- "componentType": "regular",
1376
- "displayName": "Expandable.Avatar",
1377
- "props": [
1937
+ "kind": "function",
1938
+ "parameters": [
1378
1939
  {
1379
- "kind": "property",
1380
- "name": "variant",
1940
+ "kind": "parameter",
1941
+ "name": "options",
1942
+ "type": {
1943
+ "kind": "conditional",
1944
+ "check": {
1945
+ "kind": "tuple",
1946
+ "value": [
1947
+ {
1948
+ "kind": "symbol",
1949
+ "name": "E",
1950
+ "value": "E"
1951
+ }
1952
+ ]
1953
+ },
1954
+ "extends": {
1955
+ "kind": "tuple",
1956
+ "value": [
1957
+ {
1958
+ "kind": "primitive",
1959
+ "value": "never"
1960
+ }
1961
+ ]
1962
+ },
1963
+ "trueType": {
1964
+ "kind": "intersection",
1965
+ "value": [
1966
+ {
1967
+ "kind": "symbol",
1968
+ "name": "ModifierValuesStencil",
1969
+ "typeParameters": [
1970
+ {
1971
+ "kind": "symbol",
1972
+ "name": "M",
1973
+ "value": "M"
1974
+ },
1975
+ {
1976
+ "kind": "symbol",
1977
+ "name": "V",
1978
+ "value": "V"
1979
+ }
1980
+ ],
1981
+ "value": "ModifierValuesStencil<M, V>"
1982
+ },
1983
+ {
1984
+ "kind": "symbol",
1985
+ "name": "VariableValuesStencil",
1986
+ "typeParameters": [
1987
+ {
1988
+ "kind": "symbol",
1989
+ "name": "V",
1990
+ "value": "V"
1991
+ }
1992
+ ],
1993
+ "value": "VariableValuesStencil<V>"
1994
+ }
1995
+ ]
1996
+ },
1997
+ "falseType": {
1998
+ "kind": "conditional",
1999
+ "check": {
2000
+ "kind": "symbol",
2001
+ "name": "E",
2002
+ "value": "E"
2003
+ },
2004
+ "extends": {
2005
+ "kind": "symbol",
2006
+ "name": "BaseStencil",
2007
+ "typeParameters": [
2008
+ {
2009
+ "kind": "infer",
2010
+ "value": {
2011
+ "kind": "typeParameter",
2012
+ "name": "ME",
2013
+ "required": true
2014
+ }
2015
+ },
2016
+ {
2017
+ "kind": "infer",
2018
+ "value": {
2019
+ "kind": "typeParameter",
2020
+ "name": "VE",
2021
+ "required": true
2022
+ }
2023
+ },
2024
+ {
2025
+ "kind": "primitive",
2026
+ "value": "any"
2027
+ },
2028
+ {
2029
+ "kind": "primitive",
2030
+ "value": "any"
2031
+ }
2032
+ ],
2033
+ "value": "BaseStencil<M, V, E, ID>"
2034
+ },
2035
+ "trueType": {
2036
+ "kind": "intersection",
2037
+ "value": [
2038
+ {
2039
+ "kind": "symbol",
2040
+ "name": "ModifierValuesStencil",
2041
+ "typeParameters": [
2042
+ {
2043
+ "kind": "intersection",
2044
+ "value": [
2045
+ {
2046
+ "kind": "symbol",
2047
+ "name": "ME",
2048
+ "value": "ME"
2049
+ },
2050
+ {
2051
+ "kind": "symbol",
2052
+ "name": "M",
2053
+ "value": "M"
2054
+ }
2055
+ ]
2056
+ }
2057
+ ],
2058
+ "value": "ModifierValuesStencil<M, V>"
2059
+ },
2060
+ {
2061
+ "kind": "symbol",
2062
+ "name": "VariableValuesStencil",
2063
+ "typeParameters": [
2064
+ {
2065
+ "kind": "intersection",
2066
+ "value": [
2067
+ {
2068
+ "kind": "symbol",
2069
+ "name": "VE",
2070
+ "value": "VE"
2071
+ },
2072
+ {
2073
+ "kind": "symbol",
2074
+ "name": "V",
2075
+ "value": "V"
2076
+ }
2077
+ ]
2078
+ }
2079
+ ],
2080
+ "value": "VariableValuesStencil<V>"
2081
+ }
2082
+ ]
2083
+ },
2084
+ "falseType": {
2085
+ "kind": "primitive",
2086
+ "value": "never"
2087
+ }
2088
+ }
2089
+ },
1381
2090
  "required": false,
2091
+ "rest": false,
2092
+ "description": "",
2093
+ "declarations": [
2094
+ {
2095
+ "name": "options",
2096
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
2097
+ }
2098
+ ],
2099
+ "tags": {}
2100
+ }
2101
+ ],
2102
+ "members": [
2103
+ {
2104
+ "kind": "property",
2105
+ "name": "vars",
2106
+ "required": true,
1382
2107
  "type": {
1383
- "kind": "union",
1384
- "value": [
2108
+ "kind": "symbol",
2109
+ "name": "StencilDefaultVars",
2110
+ "typeParameters": [
1385
2111
  {
1386
- "kind": "string",
1387
- "value": "light"
2112
+ "kind": "symbol",
2113
+ "name": "V",
2114
+ "value": "V"
1388
2115
  },
1389
2116
  {
1390
- "kind": "string",
1391
- "value": "dark"
2117
+ "kind": "symbol",
2118
+ "name": "E",
2119
+ "value": "E"
1392
2120
  },
1393
2121
  {
1394
2122
  "kind": "symbol",
1395
- "name": "AvatarVariant",
1396
- "value": "AvatarVariant"
2123
+ "name": "ID",
2124
+ "value": "ID"
1397
2125
  }
1398
- ]
2126
+ ],
2127
+ "value": "StencilDefaultVars<V, E, ID>"
1399
2128
  },
1400
- "description": "The variant of the avatar. Use `light` on dark backgrounds and `dark` on light backgrounds.",
2129
+ "description": "",
1401
2130
  "declarations": [
1402
2131
  {
1403
- "name": "variant",
1404
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/avatar/lib/Avatar.tsx"
2132
+ "name": "vars",
2133
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
1405
2134
  }
1406
2135
  ],
1407
- "tags": {
1408
- "default": "\"light\""
2136
+ "tags": {}
2137
+ },
2138
+ {
2139
+ "kind": "property",
2140
+ "name": "base",
2141
+ "required": true,
2142
+ "type": {
2143
+ "kind": "primitive",
2144
+ "value": "string"
1409
2145
  },
1410
- "defaultValue": {
1411
- "kind": "string",
1412
- "value": "light"
1413
- }
2146
+ "description": "",
2147
+ "declarations": [
2148
+ {
2149
+ "name": "base",
2150
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
2151
+ }
2152
+ ],
2153
+ "tags": {}
1414
2154
  },
1415
2155
  {
1416
2156
  "kind": "property",
1417
- "name": "size",
1418
- "required": false,
2157
+ "name": "modifiers",
2158
+ "required": true,
1419
2159
  "type": {
1420
- "kind": "union",
1421
- "value": [
1422
- {
1423
- "kind": "string",
1424
- "value": "extraSmall"
1425
- },
1426
- {
1427
- "kind": "string",
1428
- "value": "small"
1429
- },
1430
- {
1431
- "kind": "string",
1432
- "value": "medium"
1433
- },
1434
- {
1435
- "kind": "string",
1436
- "value": "large"
1437
- },
1438
- {
1439
- "kind": "string",
1440
- "value": "extraLarge"
1441
- },
1442
- {
1443
- "kind": "string",
1444
- "value": "extraExtraLarge"
1445
- },
1446
- {
1447
- "kind": "parenthesis",
1448
- "value": {
2160
+ "kind": "conditional",
2161
+ "check": {
2162
+ "kind": "tuple",
2163
+ "value": [
2164
+ {
2165
+ "kind": "symbol",
2166
+ "name": "E",
2167
+ "value": "E"
2168
+ }
2169
+ ]
2170
+ },
2171
+ "extends": {
2172
+ "kind": "tuple",
2173
+ "value": [
2174
+ {
2175
+ "kind": "symbol",
2176
+ "name": "BaseStencil",
2177
+ "typeParameters": [
2178
+ {
2179
+ "kind": "infer",
2180
+ "value": {
2181
+ "kind": "typeParameter",
2182
+ "name": "ME",
2183
+ "required": true
2184
+ }
2185
+ },
2186
+ {
2187
+ "kind": "infer",
2188
+ "value": {
2189
+ "kind": "typeParameter",
2190
+ "name": "VE",
2191
+ "required": true
2192
+ }
2193
+ },
2194
+ {
2195
+ "kind": "primitive",
2196
+ "value": "any"
2197
+ },
2198
+ {
2199
+ "kind": "primitive",
2200
+ "value": "any"
2201
+ }
2202
+ ],
2203
+ "value": "BaseStencil<M, V, E, ID>"
2204
+ }
2205
+ ]
2206
+ },
2207
+ "trueType": {
2208
+ "kind": "symbol",
2209
+ "name": "StencilModifierReturn",
2210
+ "typeParameters": [
2211
+ {
2212
+ "kind": "intersection",
2213
+ "value": [
2214
+ {
2215
+ "kind": "symbol",
2216
+ "name": "ME",
2217
+ "value": "ME"
2218
+ },
2219
+ {
2220
+ "kind": "symbol",
2221
+ "name": "M",
2222
+ "value": "M"
2223
+ }
2224
+ ]
2225
+ },
2226
+ {
1449
2227
  "kind": "intersection",
1450
2228
  "value": [
2229
+ {
2230
+ "kind": "symbol",
2231
+ "name": "VE",
2232
+ "value": "VE"
2233
+ },
2234
+ {
2235
+ "kind": "symbol",
2236
+ "name": "V",
2237
+ "value": "V"
2238
+ }
2239
+ ]
2240
+ }
2241
+ ],
2242
+ "value": "StencilModifierReturn<M, V>"
2243
+ },
2244
+ "falseType": {
2245
+ "kind": "symbol",
2246
+ "name": "StencilModifierReturn",
2247
+ "typeParameters": [
2248
+ {
2249
+ "kind": "symbol",
2250
+ "name": "M",
2251
+ "value": "M"
2252
+ },
2253
+ {
2254
+ "kind": "symbol",
2255
+ "name": "V",
2256
+ "value": "V"
2257
+ }
2258
+ ],
2259
+ "value": "StencilModifierReturn<M, V>"
2260
+ }
2261
+ },
2262
+ "description": "",
2263
+ "declarations": [
2264
+ {
2265
+ "name": "modifiers",
2266
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
2267
+ }
2268
+ ],
2269
+ "tags": {}
2270
+ },
2271
+ {
2272
+ "kind": "property",
2273
+ "name": "defaultModifiers",
2274
+ "required": true,
2275
+ "type": {
2276
+ "kind": "conditional",
2277
+ "check": {
2278
+ "kind": "tuple",
2279
+ "value": [
2280
+ {
2281
+ "kind": "symbol",
2282
+ "name": "E",
2283
+ "value": "E"
2284
+ }
2285
+ ]
2286
+ },
2287
+ "extends": {
2288
+ "kind": "tuple",
2289
+ "value": [
2290
+ {
2291
+ "kind": "symbol",
2292
+ "name": "BaseStencil",
2293
+ "typeParameters": [
2294
+ {
2295
+ "kind": "infer",
2296
+ "value": {
2297
+ "kind": "typeParameter",
2298
+ "name": "ME",
2299
+ "required": true
2300
+ }
2301
+ },
1451
2302
  {
1452
2303
  "kind": "primitive",
1453
- "value": "string"
2304
+ "value": "any"
1454
2305
  },
1455
2306
  {
1456
- "kind": "object",
1457
- "properties": []
2307
+ "kind": "primitive",
2308
+ "value": "any"
2309
+ },
2310
+ {
2311
+ "kind": "primitive",
2312
+ "value": "any"
2313
+ }
2314
+ ],
2315
+ "value": "BaseStencil<M, V, E, ID>"
2316
+ }
2317
+ ]
2318
+ },
2319
+ "trueType": {
2320
+ "kind": "symbol",
2321
+ "name": "StencilDefaultModifierReturn",
2322
+ "typeParameters": [
2323
+ {
2324
+ "kind": "intersection",
2325
+ "value": [
2326
+ {
2327
+ "kind": "symbol",
2328
+ "name": "ME",
2329
+ "value": "ME"
2330
+ },
2331
+ {
2332
+ "kind": "symbol",
2333
+ "name": "M",
2334
+ "value": "M"
1458
2335
  }
1459
2336
  ]
1460
2337
  }
1461
- },
1462
- {
1463
- "kind": "symbol",
1464
- "name": "SystemIconCircleSize",
1465
- "value": "SystemIconCircleSize"
1466
- },
1467
- {
1468
- "kind": "primitive",
1469
- "value": "number"
1470
- }
1471
- ]
1472
- },
1473
- "description": "The size of the Avatar.\n- `extraExtraLarge`: 7.5rem x 7.5rem (120px x 120px)\n- `extraLarge`: 4.5rem x 4.5rem (64px x 64px)\n- `large`: 2.5rem x 2.5rem (40px x 40px)\n- `medium`: 2rem x 2rem (32px x 32px)\n- `small`: 1.5rem x 1.5rem (24px x 24px)\n- `small`: 1rem x 1rem (16px x 16px)",
1474
- "declarations": [
1475
- {
1476
- "name": "size",
1477
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/avatar/lib/Avatar.tsx"
2338
+ ],
2339
+ "value": "StencilDefaultModifierReturn<M>"
2340
+ },
2341
+ "falseType": {
2342
+ "kind": "symbol",
2343
+ "name": "StencilDefaultModifierReturn",
2344
+ "typeParameters": [
2345
+ {
2346
+ "kind": "symbol",
2347
+ "name": "M",
2348
+ "value": "M"
2349
+ }
2350
+ ],
2351
+ "value": "StencilDefaultModifierReturn<M>"
2352
+ }
2353
+ },
2354
+ "description": "",
2355
+ "declarations": [
2356
+ {
2357
+ "name": "defaultModifiers",
2358
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
2359
+ }
2360
+ ],
2361
+ "tags": {}
2362
+ },
2363
+ {
2364
+ "kind": "property",
2365
+ "name": "__extends",
2366
+ "required": false,
2367
+ "type": {
2368
+ "kind": "symbol",
2369
+ "name": "E",
2370
+ "value": "E"
2371
+ },
2372
+ "description": "",
2373
+ "declarations": [
2374
+ {
2375
+ "name": "__extends",
2376
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
2377
+ }
2378
+ ],
2379
+ "tags": {}
2380
+ },
2381
+ {
2382
+ "kind": "property",
2383
+ "name": "__vars",
2384
+ "required": true,
2385
+ "type": {
2386
+ "kind": "symbol",
2387
+ "name": "V",
2388
+ "value": "V"
2389
+ },
2390
+ "description": "",
2391
+ "declarations": [
2392
+ {
2393
+ "name": "__vars",
2394
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
2395
+ }
2396
+ ],
2397
+ "tags": {}
2398
+ },
2399
+ {
2400
+ "kind": "property",
2401
+ "name": "__modifiers",
2402
+ "required": true,
2403
+ "type": {
2404
+ "kind": "symbol",
2405
+ "name": "M",
2406
+ "value": "M"
2407
+ },
2408
+ "description": "",
2409
+ "declarations": [
2410
+ {
2411
+ "name": "__modifiers",
2412
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
2413
+ }
2414
+ ],
2415
+ "tags": {}
2416
+ },
2417
+ {
2418
+ "kind": "property",
2419
+ "name": "__id",
2420
+ "required": true,
2421
+ "type": {
2422
+ "kind": "symbol",
2423
+ "name": "ID",
2424
+ "value": "ID"
2425
+ },
2426
+ "description": "",
2427
+ "declarations": [
2428
+ {
2429
+ "name": "__id",
2430
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
2431
+ }
2432
+ ],
2433
+ "tags": {}
2434
+ }
2435
+ ],
2436
+ "returnType": {
2437
+ "kind": "object",
2438
+ "properties": [
2439
+ {
2440
+ "kind": "property",
2441
+ "name": "className",
2442
+ "required": true,
2443
+ "type": {
2444
+ "kind": "primitive",
2445
+ "value": "string"
2446
+ },
2447
+ "description": "",
2448
+ "declarations": [
2449
+ {
2450
+ "name": "className",
2451
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
2452
+ }
2453
+ ],
2454
+ "tags": {}
2455
+ },
2456
+ {
2457
+ "kind": "property",
2458
+ "name": "style",
2459
+ "required": false,
2460
+ "type": {
2461
+ "kind": "external",
2462
+ "name": "Record",
2463
+ "url": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
2464
+ "typeParameters": [
2465
+ {
2466
+ "kind": "primitive",
2467
+ "value": "string"
2468
+ },
2469
+ {
2470
+ "kind": "primitive",
2471
+ "value": "string"
2472
+ }
2473
+ ]
2474
+ },
2475
+ "description": "",
2476
+ "declarations": [
2477
+ {
2478
+ "name": "style",
2479
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
2480
+ }
2481
+ ],
2482
+ "tags": {}
2483
+ }
2484
+ ]
2485
+ }
2486
+ }
2487
+ },
2488
+ {
2489
+ "name": "ExpandableAvatar",
2490
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableAvatar.tsx",
2491
+ "description": "",
2492
+ "declarations": [
2493
+ {
2494
+ "name": "ExpandableAvatar",
2495
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableAvatar.tsx"
2496
+ }
2497
+ ],
2498
+ "tags": {},
2499
+ "type": {
2500
+ "kind": "enhancedComponent",
2501
+ "componentType": "regular",
2502
+ "displayName": "Expandable.Avatar",
2503
+ "props": [
2504
+ {
2505
+ "kind": "property",
2506
+ "name": "variant",
2507
+ "required": false,
2508
+ "type": {
2509
+ "kind": "union",
2510
+ "value": [
2511
+ {
2512
+ "kind": "string",
2513
+ "value": "light"
2514
+ },
2515
+ {
2516
+ "kind": "string",
2517
+ "value": "dark"
2518
+ },
2519
+ {
2520
+ "kind": "symbol",
2521
+ "name": "AvatarVariant",
2522
+ "value": "AvatarVariant"
2523
+ }
2524
+ ]
2525
+ },
2526
+ "description": "The variant of the avatar. Use `light` on dark backgrounds and `dark` on light backgrounds.",
2527
+ "declarations": [
2528
+ {
2529
+ "name": "variant",
2530
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/avatar/lib/Avatar.tsx"
2531
+ }
2532
+ ],
2533
+ "tags": {
2534
+ "default": "\"light\""
2535
+ },
2536
+ "defaultValue": {
2537
+ "kind": "string",
2538
+ "value": "light"
2539
+ }
2540
+ },
2541
+ {
2542
+ "kind": "property",
2543
+ "name": "size",
2544
+ "required": false,
2545
+ "type": {
2546
+ "kind": "union",
2547
+ "value": [
2548
+ {
2549
+ "kind": "string",
2550
+ "value": "extraSmall"
2551
+ },
2552
+ {
2553
+ "kind": "string",
2554
+ "value": "small"
2555
+ },
2556
+ {
2557
+ "kind": "string",
2558
+ "value": "medium"
2559
+ },
2560
+ {
2561
+ "kind": "string",
2562
+ "value": "large"
2563
+ },
2564
+ {
2565
+ "kind": "string",
2566
+ "value": "extraLarge"
2567
+ },
2568
+ {
2569
+ "kind": "string",
2570
+ "value": "extraExtraLarge"
2571
+ },
2572
+ {
2573
+ "kind": "parenthesis",
2574
+ "value": {
2575
+ "kind": "intersection",
2576
+ "value": [
2577
+ {
2578
+ "kind": "primitive",
2579
+ "value": "string"
2580
+ },
2581
+ {
2582
+ "kind": "object",
2583
+ "properties": []
2584
+ }
2585
+ ]
2586
+ }
2587
+ },
2588
+ {
2589
+ "kind": "symbol",
2590
+ "name": "SystemIconCircleSize",
2591
+ "value": "SystemIconCircleSize"
2592
+ },
2593
+ {
2594
+ "kind": "primitive",
2595
+ "value": "number"
2596
+ }
2597
+ ]
2598
+ },
2599
+ "description": "The size of the Avatar.\n- `extraExtraLarge`: 7.5rem x 7.5rem (120px x 120px)\n- `extraLarge`: 4.5rem x 4.5rem (64px x 64px)\n- `large`: 2.5rem x 2.5rem (40px x 40px)\n- `medium`: 2rem x 2rem (32px x 32px)\n- `small`: 1.5rem x 1.5rem (24px x 24px)\n- `small`: 1rem x 1rem (16px x 16px)",
2600
+ "declarations": [
2601
+ {
2602
+ "name": "size",
2603
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/avatar/lib/Avatar.tsx"
2604
+ }
2605
+ ],
2606
+ "tags": {
2607
+ "default": "\"medium\""
2608
+ },
2609
+ "defaultValue": {
2610
+ "kind": "string",
2611
+ "value": "medium"
2612
+ }
2613
+ },
2614
+ {
2615
+ "kind": "property",
2616
+ "name": "altText",
2617
+ "required": false,
2618
+ "type": {
2619
+ "kind": "primitive",
2620
+ "value": "string"
2621
+ },
2622
+ "description": "The alt text of the Avatar image. This prop is also used for the aria-label.",
2623
+ "declarations": [
2624
+ {
2625
+ "name": "altText",
2626
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/avatar/lib/Avatar.tsx"
2627
+ }
2628
+ ],
2629
+ "tags": {
2630
+ "default": "Avatar"
2631
+ },
2632
+ "defaultValue": {
2633
+ "kind": "string",
2634
+ "value": ""
2635
+ }
2636
+ },
2637
+ {
2638
+ "kind": "property",
2639
+ "name": "url",
2640
+ "required": false,
2641
+ "type": {
2642
+ "kind": "primitive",
2643
+ "value": "string"
2644
+ },
2645
+ "description": "The URL of the user's photo. For best fit, use square images.",
2646
+ "declarations": [
2647
+ {
2648
+ "name": "url",
2649
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/avatar/lib/Avatar.tsx"
2650
+ }
2651
+ ],
2652
+ "tags": {}
2653
+ },
2654
+ {
2655
+ "kind": "property",
2656
+ "name": "objectFit",
2657
+ "required": false,
2658
+ "type": {
2659
+ "kind": "external",
2660
+ "name": "Property.ObjectFit",
2661
+ "url": "https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit"
2662
+ },
2663
+ "description": "An objectFit property that can customize how to resize your image to fit its container.",
2664
+ "declarations": [
2665
+ {
2666
+ "name": "objectFit",
2667
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/avatar/lib/Avatar.tsx"
2668
+ }
2669
+ ],
2670
+ "tags": {
2671
+ "default": "\"contain\""
2672
+ },
2673
+ "defaultValue": {
2674
+ "kind": "string",
2675
+ "value": "contain"
2676
+ }
2677
+ },
2678
+ {
2679
+ "kind": "property",
2680
+ "name": "cs",
2681
+ "required": false,
2682
+ "type": {
2683
+ "kind": "symbol",
2684
+ "name": "CSToPropsInput",
2685
+ "value": "CSToPropsInput"
2686
+ },
2687
+ "description": "The `cs` prop takes in a single value or an array of values. You can pass the CSS class name\nreturned by {@link createStyles}, or the result of {@link createVars} and\n{@link createModifiers}. If you're extending a component already using `cs`, you can merge that\nprop in as well. Any style that is passed to the `cs` prop will override style props. If you\nwish to have styles that are overridden by the `css` prop, or styles added via the `styled`\nAPI, use {@link handleCsProp} wherever `elemProps` is used. If your component needs to also\nhandle style props, use {@link mergeStyles } instead.\n\n\n```tsx\nimport {handleCsProp} from '@workday/canvas-kit-styling';\nimport {mergeStyles} from '@workday/canvas-kit-react/layout';\n\n// ...\n\n// `handleCsProp` handles compat mode with Emotion's runtime APIs. `mergeStyles` has the same\n// function signature, but adds support for style props.\n\nreturn (\n <Element\n {...handleCsProp(elemProps, [\n myStyles,\n myModifiers({ size: 'medium' }),\n myVars({ backgroundColor: 'red' })\n ])}\n >\n {children}\n </Element>\n)\n```",
2688
+ "declarations": [
2689
+ {
2690
+ "name": "cs",
2691
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
2692
+ }
2693
+ ],
2694
+ "tags": {}
2695
+ },
2696
+ {
2697
+ "kind": "property",
2698
+ "name": "children",
2699
+ "description": "",
2700
+ "tags": {},
2701
+ "declarations": [],
2702
+ "type": {
2703
+ "kind": "external",
2704
+ "name": "React.ReactNode",
2705
+ "url": "https://reactjs.org/docs/rendering-elements.html"
2706
+ }
2707
+ },
2708
+ {
2709
+ "kind": "property",
2710
+ "name": "as",
2711
+ "description": "Optional override of the default element used by the component. Any valid tag or Component. If you provided a Component, this component should forward the ref using `React.forwardRef`and spread extra props to a root element.\n\n**Note:** Not all elements make sense and some elements may cause accessibility issues. Change this value with care.",
2712
+ "tags": {},
2713
+ "declarations": [],
2714
+ "type": {
2715
+ "kind": "external",
2716
+ "name": "React.ElementType",
2717
+ "url": "https://developer.mozilla.org/en-US/docs/Web/API/element"
2718
+ },
2719
+ "defaultValue": {
2720
+ "kind": "external",
2721
+ "name": "div",
2722
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div"
2723
+ }
2724
+ },
2725
+ {
2726
+ "kind": "property",
2727
+ "name": "ref",
2728
+ "description": "Optional ref. If the component represents an element, this ref will be a reference to the real DOM element of the component. If `as` is set to an element, it will be that element. If `as` is a component, the reference will be to that component (or element if the component uses `React.forwardRef`).",
2729
+ "tags": {},
2730
+ "declarations": [],
2731
+ "type": {
2732
+ "kind": "external",
2733
+ "name": "React.Ref",
2734
+ "url": "https://reactjs.org/docs/refs-and-the-dom.html",
2735
+ "typeParameters": [
2736
+ {
2737
+ "kind": "typeParameter",
2738
+ "name": "R",
2739
+ "required": true,
2740
+ "defaultValue": {
2741
+ "kind": "external",
2742
+ "name": "div",
2743
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div"
2744
+ }
2745
+ }
2746
+ ]
2747
+ }
2748
+ }
2749
+ ],
2750
+ "baseElement": {
2751
+ "kind": "external",
2752
+ "name": "div",
2753
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div"
2754
+ }
2755
+ }
2756
+ },
2757
+ {
2758
+ "name": "ExpandableContentProps",
2759
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableContent.tsx",
2760
+ "description": "",
2761
+ "declarations": [
2762
+ {
2763
+ "name": "ExpandableContentProps",
2764
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableContent.tsx"
2765
+ }
2766
+ ],
2767
+ "tags": {},
2768
+ "type": {
2769
+ "kind": "alias",
2770
+ "name": "ExpandableContent"
2771
+ }
2772
+ },
2773
+ {
2774
+ "name": "expandableContentStencil",
2775
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableContent.tsx",
2776
+ "description": "",
2777
+ "declarations": [
2778
+ {
2779
+ "name": "expandableContentStencil",
2780
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableContent.tsx"
2781
+ }
2782
+ ],
2783
+ "tags": {},
2784
+ "type": {
2785
+ "kind": "function",
2786
+ "parameters": [
2787
+ {
2788
+ "kind": "parameter",
2789
+ "name": "options",
2790
+ "type": {
2791
+ "kind": "conditional",
2792
+ "check": {
2793
+ "kind": "tuple",
2794
+ "value": [
2795
+ {
2796
+ "kind": "symbol",
2797
+ "name": "E",
2798
+ "value": "E"
2799
+ }
2800
+ ]
2801
+ },
2802
+ "extends": {
2803
+ "kind": "tuple",
2804
+ "value": [
2805
+ {
2806
+ "kind": "primitive",
2807
+ "value": "never"
2808
+ }
2809
+ ]
2810
+ },
2811
+ "trueType": {
2812
+ "kind": "intersection",
2813
+ "value": [
2814
+ {
2815
+ "kind": "symbol",
2816
+ "name": "ModifierValuesStencil",
2817
+ "typeParameters": [
2818
+ {
2819
+ "kind": "symbol",
2820
+ "name": "M",
2821
+ "value": "M"
2822
+ },
2823
+ {
2824
+ "kind": "symbol",
2825
+ "name": "V",
2826
+ "value": "V"
2827
+ }
2828
+ ],
2829
+ "value": "ModifierValuesStencil<M, V>"
2830
+ },
2831
+ {
2832
+ "kind": "symbol",
2833
+ "name": "VariableValuesStencil",
2834
+ "typeParameters": [
2835
+ {
2836
+ "kind": "symbol",
2837
+ "name": "V",
2838
+ "value": "V"
2839
+ }
2840
+ ],
2841
+ "value": "VariableValuesStencil<V>"
2842
+ }
2843
+ ]
2844
+ },
2845
+ "falseType": {
2846
+ "kind": "conditional",
2847
+ "check": {
2848
+ "kind": "symbol",
2849
+ "name": "E",
2850
+ "value": "E"
2851
+ },
2852
+ "extends": {
2853
+ "kind": "symbol",
2854
+ "name": "BaseStencil",
2855
+ "typeParameters": [
2856
+ {
2857
+ "kind": "infer",
2858
+ "value": {
2859
+ "kind": "typeParameter",
2860
+ "name": "ME",
2861
+ "required": true
2862
+ }
2863
+ },
2864
+ {
2865
+ "kind": "infer",
2866
+ "value": {
2867
+ "kind": "typeParameter",
2868
+ "name": "VE",
2869
+ "required": true
2870
+ }
2871
+ },
2872
+ {
2873
+ "kind": "primitive",
2874
+ "value": "any"
2875
+ },
2876
+ {
2877
+ "kind": "primitive",
2878
+ "value": "any"
2879
+ }
2880
+ ],
2881
+ "value": "BaseStencil<M, V, E, ID>"
2882
+ },
2883
+ "trueType": {
2884
+ "kind": "intersection",
2885
+ "value": [
2886
+ {
2887
+ "kind": "symbol",
2888
+ "name": "ModifierValuesStencil",
2889
+ "typeParameters": [
2890
+ {
2891
+ "kind": "intersection",
2892
+ "value": [
2893
+ {
2894
+ "kind": "symbol",
2895
+ "name": "ME",
2896
+ "value": "ME"
2897
+ },
2898
+ {
2899
+ "kind": "symbol",
2900
+ "name": "M",
2901
+ "value": "M"
2902
+ }
2903
+ ]
2904
+ }
2905
+ ],
2906
+ "value": "ModifierValuesStencil<M, V>"
2907
+ },
2908
+ {
2909
+ "kind": "symbol",
2910
+ "name": "VariableValuesStencil",
2911
+ "typeParameters": [
2912
+ {
2913
+ "kind": "intersection",
2914
+ "value": [
2915
+ {
2916
+ "kind": "symbol",
2917
+ "name": "VE",
2918
+ "value": "VE"
2919
+ },
2920
+ {
2921
+ "kind": "symbol",
2922
+ "name": "V",
2923
+ "value": "V"
2924
+ }
2925
+ ]
2926
+ }
2927
+ ],
2928
+ "value": "VariableValuesStencil<V>"
2929
+ }
2930
+ ]
2931
+ },
2932
+ "falseType": {
2933
+ "kind": "primitive",
2934
+ "value": "never"
2935
+ }
2936
+ }
2937
+ },
2938
+ "required": false,
2939
+ "rest": false,
2940
+ "description": "",
2941
+ "declarations": [
2942
+ {
2943
+ "name": "options",
2944
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
2945
+ }
2946
+ ],
2947
+ "tags": {}
2948
+ }
2949
+ ],
2950
+ "members": [
2951
+ {
2952
+ "kind": "property",
2953
+ "name": "vars",
2954
+ "required": true,
2955
+ "type": {
2956
+ "kind": "symbol",
2957
+ "name": "StencilDefaultVars",
2958
+ "typeParameters": [
2959
+ {
2960
+ "kind": "symbol",
2961
+ "name": "V",
2962
+ "value": "V"
2963
+ },
2964
+ {
2965
+ "kind": "symbol",
2966
+ "name": "E",
2967
+ "value": "E"
2968
+ },
2969
+ {
2970
+ "kind": "symbol",
2971
+ "name": "ID",
2972
+ "value": "ID"
2973
+ }
2974
+ ],
2975
+ "value": "StencilDefaultVars<V, E, ID>"
2976
+ },
2977
+ "description": "",
2978
+ "declarations": [
2979
+ {
2980
+ "name": "vars",
2981
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
2982
+ }
2983
+ ],
2984
+ "tags": {}
2985
+ },
2986
+ {
2987
+ "kind": "property",
2988
+ "name": "base",
2989
+ "required": true,
2990
+ "type": {
2991
+ "kind": "primitive",
2992
+ "value": "string"
2993
+ },
2994
+ "description": "",
2995
+ "declarations": [
2996
+ {
2997
+ "name": "base",
2998
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
2999
+ }
3000
+ ],
3001
+ "tags": {}
3002
+ },
3003
+ {
3004
+ "kind": "property",
3005
+ "name": "modifiers",
3006
+ "required": true,
3007
+ "type": {
3008
+ "kind": "conditional",
3009
+ "check": {
3010
+ "kind": "tuple",
3011
+ "value": [
3012
+ {
3013
+ "kind": "symbol",
3014
+ "name": "E",
3015
+ "value": "E"
3016
+ }
3017
+ ]
3018
+ },
3019
+ "extends": {
3020
+ "kind": "tuple",
3021
+ "value": [
3022
+ {
3023
+ "kind": "symbol",
3024
+ "name": "BaseStencil",
3025
+ "typeParameters": [
3026
+ {
3027
+ "kind": "infer",
3028
+ "value": {
3029
+ "kind": "typeParameter",
3030
+ "name": "ME",
3031
+ "required": true
3032
+ }
3033
+ },
3034
+ {
3035
+ "kind": "infer",
3036
+ "value": {
3037
+ "kind": "typeParameter",
3038
+ "name": "VE",
3039
+ "required": true
3040
+ }
3041
+ },
3042
+ {
3043
+ "kind": "primitive",
3044
+ "value": "any"
3045
+ },
3046
+ {
3047
+ "kind": "primitive",
3048
+ "value": "any"
3049
+ }
3050
+ ],
3051
+ "value": "BaseStencil<M, V, E, ID>"
3052
+ }
3053
+ ]
3054
+ },
3055
+ "trueType": {
3056
+ "kind": "symbol",
3057
+ "name": "StencilModifierReturn",
3058
+ "typeParameters": [
3059
+ {
3060
+ "kind": "intersection",
3061
+ "value": [
3062
+ {
3063
+ "kind": "symbol",
3064
+ "name": "ME",
3065
+ "value": "ME"
3066
+ },
3067
+ {
3068
+ "kind": "symbol",
3069
+ "name": "M",
3070
+ "value": "M"
3071
+ }
3072
+ ]
3073
+ },
3074
+ {
3075
+ "kind": "intersection",
3076
+ "value": [
3077
+ {
3078
+ "kind": "symbol",
3079
+ "name": "VE",
3080
+ "value": "VE"
3081
+ },
3082
+ {
3083
+ "kind": "symbol",
3084
+ "name": "V",
3085
+ "value": "V"
3086
+ }
3087
+ ]
3088
+ }
3089
+ ],
3090
+ "value": "StencilModifierReturn<M, V>"
3091
+ },
3092
+ "falseType": {
3093
+ "kind": "symbol",
3094
+ "name": "StencilModifierReturn",
3095
+ "typeParameters": [
3096
+ {
3097
+ "kind": "symbol",
3098
+ "name": "M",
3099
+ "value": "M"
3100
+ },
3101
+ {
3102
+ "kind": "symbol",
3103
+ "name": "V",
3104
+ "value": "V"
3105
+ }
3106
+ ],
3107
+ "value": "StencilModifierReturn<M, V>"
3108
+ }
3109
+ },
3110
+ "description": "",
3111
+ "declarations": [
3112
+ {
3113
+ "name": "modifiers",
3114
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
3115
+ }
3116
+ ],
3117
+ "tags": {}
3118
+ },
3119
+ {
3120
+ "kind": "property",
3121
+ "name": "defaultModifiers",
3122
+ "required": true,
3123
+ "type": {
3124
+ "kind": "conditional",
3125
+ "check": {
3126
+ "kind": "tuple",
3127
+ "value": [
3128
+ {
3129
+ "kind": "symbol",
3130
+ "name": "E",
3131
+ "value": "E"
3132
+ }
3133
+ ]
3134
+ },
3135
+ "extends": {
3136
+ "kind": "tuple",
3137
+ "value": [
3138
+ {
3139
+ "kind": "symbol",
3140
+ "name": "BaseStencil",
3141
+ "typeParameters": [
3142
+ {
3143
+ "kind": "infer",
3144
+ "value": {
3145
+ "kind": "typeParameter",
3146
+ "name": "ME",
3147
+ "required": true
3148
+ }
3149
+ },
3150
+ {
3151
+ "kind": "primitive",
3152
+ "value": "any"
3153
+ },
3154
+ {
3155
+ "kind": "primitive",
3156
+ "value": "any"
3157
+ },
3158
+ {
3159
+ "kind": "primitive",
3160
+ "value": "any"
3161
+ }
3162
+ ],
3163
+ "value": "BaseStencil<M, V, E, ID>"
3164
+ }
3165
+ ]
3166
+ },
3167
+ "trueType": {
3168
+ "kind": "symbol",
3169
+ "name": "StencilDefaultModifierReturn",
3170
+ "typeParameters": [
3171
+ {
3172
+ "kind": "intersection",
3173
+ "value": [
3174
+ {
3175
+ "kind": "symbol",
3176
+ "name": "ME",
3177
+ "value": "ME"
3178
+ },
3179
+ {
3180
+ "kind": "symbol",
3181
+ "name": "M",
3182
+ "value": "M"
3183
+ }
3184
+ ]
3185
+ }
3186
+ ],
3187
+ "value": "StencilDefaultModifierReturn<M>"
3188
+ },
3189
+ "falseType": {
3190
+ "kind": "symbol",
3191
+ "name": "StencilDefaultModifierReturn",
3192
+ "typeParameters": [
3193
+ {
3194
+ "kind": "symbol",
3195
+ "name": "M",
3196
+ "value": "M"
3197
+ }
3198
+ ],
3199
+ "value": "StencilDefaultModifierReturn<M>"
3200
+ }
3201
+ },
3202
+ "description": "",
3203
+ "declarations": [
3204
+ {
3205
+ "name": "defaultModifiers",
3206
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
3207
+ }
3208
+ ],
3209
+ "tags": {}
3210
+ },
3211
+ {
3212
+ "kind": "property",
3213
+ "name": "__extends",
3214
+ "required": false,
3215
+ "type": {
3216
+ "kind": "symbol",
3217
+ "name": "E",
3218
+ "value": "E"
3219
+ },
3220
+ "description": "",
3221
+ "declarations": [
3222
+ {
3223
+ "name": "__extends",
3224
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
3225
+ }
3226
+ ],
3227
+ "tags": {}
3228
+ },
3229
+ {
3230
+ "kind": "property",
3231
+ "name": "__vars",
3232
+ "required": true,
3233
+ "type": {
3234
+ "kind": "symbol",
3235
+ "name": "V",
3236
+ "value": "V"
3237
+ },
3238
+ "description": "",
3239
+ "declarations": [
3240
+ {
3241
+ "name": "__vars",
3242
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
3243
+ }
3244
+ ],
3245
+ "tags": {}
3246
+ },
3247
+ {
3248
+ "kind": "property",
3249
+ "name": "__modifiers",
3250
+ "required": true,
3251
+ "type": {
3252
+ "kind": "symbol",
3253
+ "name": "M",
3254
+ "value": "M"
3255
+ },
3256
+ "description": "",
3257
+ "declarations": [
3258
+ {
3259
+ "name": "__modifiers",
3260
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
3261
+ }
3262
+ ],
3263
+ "tags": {}
3264
+ },
3265
+ {
3266
+ "kind": "property",
3267
+ "name": "__id",
3268
+ "required": true,
3269
+ "type": {
3270
+ "kind": "symbol",
3271
+ "name": "ID",
3272
+ "value": "ID"
3273
+ },
3274
+ "description": "",
3275
+ "declarations": [
3276
+ {
3277
+ "name": "__id",
3278
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
3279
+ }
3280
+ ],
3281
+ "tags": {}
3282
+ }
3283
+ ],
3284
+ "returnType": {
3285
+ "kind": "object",
3286
+ "properties": [
3287
+ {
3288
+ "kind": "property",
3289
+ "name": "className",
3290
+ "required": true,
3291
+ "type": {
3292
+ "kind": "primitive",
3293
+ "value": "string"
3294
+ },
3295
+ "description": "",
3296
+ "declarations": [
3297
+ {
3298
+ "name": "className",
3299
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
3300
+ }
3301
+ ],
3302
+ "tags": {}
3303
+ },
3304
+ {
3305
+ "kind": "property",
3306
+ "name": "style",
3307
+ "required": false,
3308
+ "type": {
3309
+ "kind": "external",
3310
+ "name": "Record",
3311
+ "url": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
3312
+ "typeParameters": [
3313
+ {
3314
+ "kind": "primitive",
3315
+ "value": "string"
3316
+ },
3317
+ {
3318
+ "kind": "primitive",
3319
+ "value": "string"
3320
+ }
3321
+ ]
3322
+ },
3323
+ "description": "",
3324
+ "declarations": [
3325
+ {
3326
+ "name": "style",
3327
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
3328
+ }
3329
+ ],
3330
+ "tags": {}
3331
+ }
3332
+ ]
3333
+ }
3334
+ }
3335
+ },
3336
+ {
3337
+ "name": "ExpandableContent",
3338
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableContent.tsx",
3339
+ "description": "",
3340
+ "declarations": [
3341
+ {
3342
+ "name": "ExpandableContent",
3343
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableContent.tsx"
3344
+ }
3345
+ ],
3346
+ "tags": {},
3347
+ "type": {
3348
+ "kind": "enhancedComponent",
3349
+ "componentType": "subcomponent",
3350
+ "elemPropsHook": "useExpandableContent",
3351
+ "props": [
3352
+ {
3353
+ "kind": "property",
3354
+ "name": "children",
3355
+ "required": false,
3356
+ "type": {
3357
+ "kind": "external",
3358
+ "name": "ReactNode",
3359
+ "url": "https://reactjs.org/docs/rendering-elements.html"
3360
+ },
3361
+ "description": "The children of the `Expandable.Content` whose visibility is controlled by the associated\n`Expandable.Target`",
3362
+ "declarations": [
3363
+ {
3364
+ "name": "children",
3365
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableContent.tsx"
3366
+ }
3367
+ ],
3368
+ "tags": {}
3369
+ },
3370
+ {
3371
+ "kind": "property",
3372
+ "name": "cs",
3373
+ "required": false,
3374
+ "type": {
3375
+ "kind": "symbol",
3376
+ "name": "CSToPropsInput",
3377
+ "value": "CSToPropsInput"
3378
+ },
3379
+ "description": "The `cs` prop takes in a single value or an array of values. You can pass the CSS class name\nreturned by {@link createStyles}, or the result of {@link createVars} and\n{@link createModifiers}. If you're extending a component already using `cs`, you can merge that\nprop in as well. Any style that is passed to the `cs` prop will override style props. If you\nwish to have styles that are overridden by the `css` prop, or styles added via the `styled`\nAPI, use {@link handleCsProp} wherever `elemProps` is used. If your component needs to also\nhandle style props, use {@link mergeStyles } instead.\n\n\n```tsx\nimport {handleCsProp} from '@workday/canvas-kit-styling';\nimport {mergeStyles} from '@workday/canvas-kit-react/layout';\n\n// ...\n\n// `handleCsProp` handles compat mode with Emotion's runtime APIs. `mergeStyles` has the same\n// function signature, but adds support for style props.\n\nreturn (\n <Element\n {...handleCsProp(elemProps, [\n myStyles,\n myModifiers({ size: 'medium' }),\n myVars({ backgroundColor: 'red' })\n ])}\n >\n {children}\n </Element>\n)\n```",
3380
+ "declarations": [
3381
+ {
3382
+ "name": "cs",
3383
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
3384
+ }
3385
+ ],
3386
+ "tags": {}
3387
+ },
3388
+ {
3389
+ "kind": "property",
3390
+ "name": "as",
3391
+ "description": "Optional override of the default element used by the component. Any valid tag or Component. If you provided a Component, this component should forward the ref using `React.forwardRef`and spread extra props to a root element.\n\n**Note:** Not all elements make sense and some elements may cause accessibility issues. Change this value with care.",
3392
+ "tags": {},
3393
+ "declarations": [],
3394
+ "type": {
3395
+ "kind": "external",
3396
+ "name": "React.ElementType",
3397
+ "url": "https://developer.mozilla.org/en-US/docs/Web/API/element"
3398
+ },
3399
+ "defaultValue": {
3400
+ "kind": "external",
3401
+ "name": "div",
3402
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div"
3403
+ }
3404
+ },
3405
+ {
3406
+ "kind": "property",
3407
+ "name": "ref",
3408
+ "description": "Optional ref. If the component represents an element, this ref will be a reference to the real DOM element of the component. If `as` is set to an element, it will be that element. If `as` is a component, the reference will be to that component (or element if the component uses `React.forwardRef`).",
3409
+ "tags": {},
3410
+ "declarations": [],
3411
+ "type": {
3412
+ "kind": "external",
3413
+ "name": "React.Ref",
3414
+ "url": "https://reactjs.org/docs/refs-and-the-dom.html",
3415
+ "typeParameters": [
3416
+ {
3417
+ "kind": "typeParameter",
3418
+ "name": "R",
3419
+ "required": true,
3420
+ "defaultValue": {
3421
+ "kind": "external",
3422
+ "name": "div",
3423
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div"
3424
+ }
3425
+ }
3426
+ ]
3427
+ }
3428
+ },
3429
+ {
3430
+ "kind": "property",
3431
+ "name": "model",
3432
+ "description": "Optional model to pass to the component. This will override the default model created for the component. This can be useful if you want to access to the state and events of the model, or if you have nested components of the same type and you need to override the model provided by React Context.",
3433
+ "tags": {},
3434
+ "declarations": [],
3435
+ "type": {
3436
+ "kind": "symbol",
3437
+ "name": "ExpandableModel"
3438
+ }
3439
+ },
3440
+ {
3441
+ "kind": "property",
3442
+ "name": "elemPropsHook",
3443
+ "description": "Optional hook that receives the model and all props to be applied to the element. If you use this, it is your responsibility to return props, merging as appropriate. For example, returning an empty object will disable all elemProps hooks associated with this component. This allows finer control over a component without creating a new one.",
3444
+ "tags": {},
3445
+ "declarations": [],
3446
+ "type": {
3447
+ "kind": "function",
3448
+ "parameters": [
3449
+ {
3450
+ "kind": "parameter",
3451
+ "description": "",
3452
+ "tags": {},
3453
+ "declarations": [],
3454
+ "name": "model",
3455
+ "type": {
3456
+ "kind": "symbol",
3457
+ "name": "ExpandableModel"
3458
+ },
3459
+ "required": true
3460
+ },
3461
+ {
3462
+ "kind": "parameter",
3463
+ "description": "",
3464
+ "tags": {},
3465
+ "declarations": [],
3466
+ "name": "elemProps",
3467
+ "type": {
3468
+ "kind": "generic",
3469
+ "name": "TProps"
3470
+ }
3471
+ }
3472
+ ],
3473
+ "returnType": {
3474
+ "kind": "external",
3475
+ "name": "HTML Attributes",
3476
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes"
3477
+ }
3478
+ }
3479
+ }
3480
+ ],
3481
+ "baseElement": {
3482
+ "kind": "external",
3483
+ "name": "div",
3484
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div"
3485
+ },
3486
+ "styleComponent": {
3487
+ "kind": "symbol",
3488
+ "name": "Box"
3489
+ },
3490
+ "model": "ExpandableModel"
3491
+ }
3492
+ },
3493
+ {
3494
+ "name": "ExpandableIconProps",
3495
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableIcon.tsx",
3496
+ "description": "",
3497
+ "declarations": [
3498
+ {
3499
+ "name": "ExpandableIconProps",
3500
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableIcon.tsx"
3501
+ }
3502
+ ],
3503
+ "tags": {},
3504
+ "type": {
3505
+ "kind": "alias",
3506
+ "name": "ExpandableIcon"
3507
+ }
3508
+ },
3509
+ {
3510
+ "name": "expandableIconStencil",
3511
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableIcon.tsx",
3512
+ "description": "",
3513
+ "declarations": [
3514
+ {
3515
+ "name": "expandableIconStencil",
3516
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableIcon.tsx"
3517
+ }
3518
+ ],
3519
+ "tags": {},
3520
+ "type": {
3521
+ "kind": "function",
3522
+ "parameters": [
3523
+ {
3524
+ "kind": "parameter",
3525
+ "name": "options",
3526
+ "type": {
3527
+ "kind": "conditional",
3528
+ "check": {
3529
+ "kind": "tuple",
3530
+ "value": [
3531
+ {
3532
+ "kind": "symbol",
3533
+ "name": "E",
3534
+ "value": "E"
3535
+ }
3536
+ ]
3537
+ },
3538
+ "extends": {
3539
+ "kind": "tuple",
3540
+ "value": [
3541
+ {
3542
+ "kind": "primitive",
3543
+ "value": "never"
3544
+ }
3545
+ ]
3546
+ },
3547
+ "trueType": {
3548
+ "kind": "intersection",
3549
+ "value": [
3550
+ {
3551
+ "kind": "symbol",
3552
+ "name": "ModifierValuesStencil",
3553
+ "typeParameters": [
3554
+ {
3555
+ "kind": "symbol",
3556
+ "name": "M",
3557
+ "value": "M"
3558
+ },
3559
+ {
3560
+ "kind": "symbol",
3561
+ "name": "V",
3562
+ "value": "V"
3563
+ }
3564
+ ],
3565
+ "value": "ModifierValuesStencil<M, V>"
3566
+ },
3567
+ {
3568
+ "kind": "symbol",
3569
+ "name": "VariableValuesStencil",
3570
+ "typeParameters": [
3571
+ {
3572
+ "kind": "symbol",
3573
+ "name": "V",
3574
+ "value": "V"
3575
+ }
3576
+ ],
3577
+ "value": "VariableValuesStencil<V>"
3578
+ }
3579
+ ]
3580
+ },
3581
+ "falseType": {
3582
+ "kind": "conditional",
3583
+ "check": {
3584
+ "kind": "symbol",
3585
+ "name": "E",
3586
+ "value": "E"
3587
+ },
3588
+ "extends": {
3589
+ "kind": "symbol",
3590
+ "name": "BaseStencil",
3591
+ "typeParameters": [
3592
+ {
3593
+ "kind": "infer",
3594
+ "value": {
3595
+ "kind": "typeParameter",
3596
+ "name": "ME",
3597
+ "required": true
3598
+ }
3599
+ },
3600
+ {
3601
+ "kind": "infer",
3602
+ "value": {
3603
+ "kind": "typeParameter",
3604
+ "name": "VE",
3605
+ "required": true
3606
+ }
3607
+ },
3608
+ {
3609
+ "kind": "primitive",
3610
+ "value": "any"
3611
+ },
3612
+ {
3613
+ "kind": "primitive",
3614
+ "value": "any"
3615
+ }
3616
+ ],
3617
+ "value": "BaseStencil<M, V, E, ID>"
3618
+ },
3619
+ "trueType": {
3620
+ "kind": "intersection",
3621
+ "value": [
3622
+ {
3623
+ "kind": "symbol",
3624
+ "name": "ModifierValuesStencil",
3625
+ "typeParameters": [
3626
+ {
3627
+ "kind": "intersection",
3628
+ "value": [
3629
+ {
3630
+ "kind": "symbol",
3631
+ "name": "ME",
3632
+ "value": "ME"
3633
+ },
3634
+ {
3635
+ "kind": "symbol",
3636
+ "name": "M",
3637
+ "value": "M"
3638
+ }
3639
+ ]
3640
+ }
3641
+ ],
3642
+ "value": "ModifierValuesStencil<M, V>"
3643
+ },
3644
+ {
3645
+ "kind": "symbol",
3646
+ "name": "VariableValuesStencil",
3647
+ "typeParameters": [
3648
+ {
3649
+ "kind": "intersection",
3650
+ "value": [
3651
+ {
3652
+ "kind": "symbol",
3653
+ "name": "VE",
3654
+ "value": "VE"
3655
+ },
3656
+ {
3657
+ "kind": "symbol",
3658
+ "name": "V",
3659
+ "value": "V"
3660
+ }
3661
+ ]
3662
+ }
3663
+ ],
3664
+ "value": "VariableValuesStencil<V>"
3665
+ }
3666
+ ]
3667
+ },
3668
+ "falseType": {
3669
+ "kind": "primitive",
3670
+ "value": "never"
3671
+ }
3672
+ }
3673
+ },
3674
+ "required": false,
3675
+ "rest": false,
3676
+ "description": "",
3677
+ "declarations": [
3678
+ {
3679
+ "name": "options",
3680
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
3681
+ }
3682
+ ],
3683
+ "tags": {}
3684
+ }
3685
+ ],
3686
+ "members": [
3687
+ {
3688
+ "kind": "property",
3689
+ "name": "vars",
3690
+ "required": true,
3691
+ "type": {
3692
+ "kind": "symbol",
3693
+ "name": "StencilDefaultVars",
3694
+ "typeParameters": [
3695
+ {
3696
+ "kind": "symbol",
3697
+ "name": "V",
3698
+ "value": "V"
3699
+ },
3700
+ {
3701
+ "kind": "symbol",
3702
+ "name": "E",
3703
+ "value": "E"
3704
+ },
3705
+ {
3706
+ "kind": "symbol",
3707
+ "name": "ID",
3708
+ "value": "ID"
3709
+ }
3710
+ ],
3711
+ "value": "StencilDefaultVars<V, E, ID>"
3712
+ },
3713
+ "description": "",
3714
+ "declarations": [
3715
+ {
3716
+ "name": "vars",
3717
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
3718
+ }
3719
+ ],
3720
+ "tags": {}
3721
+ },
3722
+ {
3723
+ "kind": "property",
3724
+ "name": "base",
3725
+ "required": true,
3726
+ "type": {
3727
+ "kind": "primitive",
3728
+ "value": "string"
3729
+ },
3730
+ "description": "",
3731
+ "declarations": [
3732
+ {
3733
+ "name": "base",
3734
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
3735
+ }
3736
+ ],
3737
+ "tags": {}
3738
+ },
3739
+ {
3740
+ "kind": "property",
3741
+ "name": "modifiers",
3742
+ "required": true,
3743
+ "type": {
3744
+ "kind": "conditional",
3745
+ "check": {
3746
+ "kind": "tuple",
3747
+ "value": [
3748
+ {
3749
+ "kind": "symbol",
3750
+ "name": "E",
3751
+ "value": "E"
3752
+ }
3753
+ ]
3754
+ },
3755
+ "extends": {
3756
+ "kind": "tuple",
3757
+ "value": [
3758
+ {
3759
+ "kind": "symbol",
3760
+ "name": "BaseStencil",
3761
+ "typeParameters": [
3762
+ {
3763
+ "kind": "infer",
3764
+ "value": {
3765
+ "kind": "typeParameter",
3766
+ "name": "ME",
3767
+ "required": true
3768
+ }
3769
+ },
3770
+ {
3771
+ "kind": "infer",
3772
+ "value": {
3773
+ "kind": "typeParameter",
3774
+ "name": "VE",
3775
+ "required": true
3776
+ }
3777
+ },
3778
+ {
3779
+ "kind": "primitive",
3780
+ "value": "any"
3781
+ },
3782
+ {
3783
+ "kind": "primitive",
3784
+ "value": "any"
3785
+ }
3786
+ ],
3787
+ "value": "BaseStencil<M, V, E, ID>"
3788
+ }
3789
+ ]
3790
+ },
3791
+ "trueType": {
3792
+ "kind": "symbol",
3793
+ "name": "StencilModifierReturn",
3794
+ "typeParameters": [
3795
+ {
3796
+ "kind": "intersection",
3797
+ "value": [
3798
+ {
3799
+ "kind": "symbol",
3800
+ "name": "ME",
3801
+ "value": "ME"
3802
+ },
3803
+ {
3804
+ "kind": "symbol",
3805
+ "name": "M",
3806
+ "value": "M"
3807
+ }
3808
+ ]
3809
+ },
3810
+ {
3811
+ "kind": "intersection",
3812
+ "value": [
3813
+ {
3814
+ "kind": "symbol",
3815
+ "name": "VE",
3816
+ "value": "VE"
3817
+ },
3818
+ {
3819
+ "kind": "symbol",
3820
+ "name": "V",
3821
+ "value": "V"
3822
+ }
3823
+ ]
3824
+ }
3825
+ ],
3826
+ "value": "StencilModifierReturn<M, V>"
3827
+ },
3828
+ "falseType": {
3829
+ "kind": "symbol",
3830
+ "name": "StencilModifierReturn",
3831
+ "typeParameters": [
3832
+ {
3833
+ "kind": "symbol",
3834
+ "name": "M",
3835
+ "value": "M"
3836
+ },
3837
+ {
3838
+ "kind": "symbol",
3839
+ "name": "V",
3840
+ "value": "V"
3841
+ }
3842
+ ],
3843
+ "value": "StencilModifierReturn<M, V>"
1478
3844
  }
1479
- ],
1480
- "tags": {
1481
- "default": "\"medium\""
1482
- },
1483
- "defaultValue": {
1484
- "kind": "string",
1485
- "value": "medium"
1486
- }
1487
- },
1488
- {
1489
- "kind": "property",
1490
- "name": "altText",
1491
- "required": false,
1492
- "type": {
1493
- "kind": "primitive",
1494
- "value": "string"
1495
3845
  },
1496
- "description": "The alt text of the Avatar image. This prop is also used for the aria-label.",
3846
+ "description": "",
1497
3847
  "declarations": [
1498
3848
  {
1499
- "name": "altText",
1500
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/avatar/lib/Avatar.tsx"
3849
+ "name": "modifiers",
3850
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
1501
3851
  }
1502
3852
  ],
1503
- "tags": {
1504
- "default": "Avatar"
1505
- },
1506
- "defaultValue": {
1507
- "kind": "symbol",
1508
- "name": "Avatar",
1509
- "value": "Avatar"
1510
- }
3853
+ "tags": {}
1511
3854
  },
1512
3855
  {
1513
3856
  "kind": "property",
1514
- "name": "url",
1515
- "required": false,
3857
+ "name": "defaultModifiers",
3858
+ "required": true,
1516
3859
  "type": {
1517
- "kind": "primitive",
1518
- "value": "string"
3860
+ "kind": "conditional",
3861
+ "check": {
3862
+ "kind": "tuple",
3863
+ "value": [
3864
+ {
3865
+ "kind": "symbol",
3866
+ "name": "E",
3867
+ "value": "E"
3868
+ }
3869
+ ]
3870
+ },
3871
+ "extends": {
3872
+ "kind": "tuple",
3873
+ "value": [
3874
+ {
3875
+ "kind": "symbol",
3876
+ "name": "BaseStencil",
3877
+ "typeParameters": [
3878
+ {
3879
+ "kind": "infer",
3880
+ "value": {
3881
+ "kind": "typeParameter",
3882
+ "name": "ME",
3883
+ "required": true
3884
+ }
3885
+ },
3886
+ {
3887
+ "kind": "primitive",
3888
+ "value": "any"
3889
+ },
3890
+ {
3891
+ "kind": "primitive",
3892
+ "value": "any"
3893
+ },
3894
+ {
3895
+ "kind": "primitive",
3896
+ "value": "any"
3897
+ }
3898
+ ],
3899
+ "value": "BaseStencil<M, V, E, ID>"
3900
+ }
3901
+ ]
3902
+ },
3903
+ "trueType": {
3904
+ "kind": "symbol",
3905
+ "name": "StencilDefaultModifierReturn",
3906
+ "typeParameters": [
3907
+ {
3908
+ "kind": "intersection",
3909
+ "value": [
3910
+ {
3911
+ "kind": "symbol",
3912
+ "name": "ME",
3913
+ "value": "ME"
3914
+ },
3915
+ {
3916
+ "kind": "symbol",
3917
+ "name": "M",
3918
+ "value": "M"
3919
+ }
3920
+ ]
3921
+ }
3922
+ ],
3923
+ "value": "StencilDefaultModifierReturn<M>"
3924
+ },
3925
+ "falseType": {
3926
+ "kind": "symbol",
3927
+ "name": "StencilDefaultModifierReturn",
3928
+ "typeParameters": [
3929
+ {
3930
+ "kind": "symbol",
3931
+ "name": "M",
3932
+ "value": "M"
3933
+ }
3934
+ ],
3935
+ "value": "StencilDefaultModifierReturn<M>"
3936
+ }
1519
3937
  },
1520
- "description": "The URL of the user's photo. For best fit, use square images.",
3938
+ "description": "",
1521
3939
  "declarations": [
1522
3940
  {
1523
- "name": "url",
1524
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/avatar/lib/Avatar.tsx"
3941
+ "name": "defaultModifiers",
3942
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
1525
3943
  }
1526
3944
  ],
1527
3945
  "tags": {}
1528
3946
  },
1529
3947
  {
1530
3948
  "kind": "property",
1531
- "name": "objectFit",
3949
+ "name": "__extends",
1532
3950
  "required": false,
1533
3951
  "type": {
1534
- "kind": "external",
1535
- "name": "Property.ObjectFit",
1536
- "url": "https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit"
3952
+ "kind": "symbol",
3953
+ "name": "E",
3954
+ "value": "E"
1537
3955
  },
1538
- "description": "An objectFit property that can customize how to resize your image to fit its container.",
3956
+ "description": "",
1539
3957
  "declarations": [
1540
3958
  {
1541
- "name": "objectFit",
1542
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/avatar/lib/Avatar.tsx"
3959
+ "name": "__extends",
3960
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
1543
3961
  }
1544
3962
  ],
1545
- "tags": {
1546
- "default": "\"contain\""
1547
- },
1548
- "defaultValue": {
1549
- "kind": "string",
1550
- "value": "contain"
1551
- }
3963
+ "tags": {}
1552
3964
  },
1553
3965
  {
1554
3966
  "kind": "property",
1555
- "name": "cs",
1556
- "required": false,
3967
+ "name": "__vars",
3968
+ "required": true,
1557
3969
  "type": {
1558
3970
  "kind": "symbol",
1559
- "name": "CSToPropsInput",
1560
- "value": "CSToPropsInput"
3971
+ "name": "V",
3972
+ "value": "V"
1561
3973
  },
1562
- "description": "The `cs` prop takes in a single value or an array of values. You can pass the CSS class name\nreturned by {@link createStyles}, or the result of {@link createVars} and\n{@link createModifiers}. If you're extending a component already using `cs`, you can merge that\nprop in as well. Any style that is passed to the `cs` prop will override style props. If you\nwish to have styles that are overridden by the `css` prop, or styles added via the `styled`\nAPI, use {@link handleCsProp} wherever `elemProps` is used. If your component needs to also\nhandle style props, use {@link mergeStyles } instead.\n\n\n```tsx\nimport {handleCsProp} from '@workday/canvas-kit-styling';\nimport {mergeStyles} from '@workday/canvas-kit-react/layout';\n\n// ...\n\n// `handleCsProp` handles compat mode with Emotion's runtime APIs. `mergeStyles` has the same\n// function signature, but adds support for style props.\n\nreturn (\n <Element\n {...handleCsProp(elemProps, [\n myStyles,\n myModifiers({ size: 'medium' }),\n myVars({ backgroundColor: 'red' })\n ])}\n >\n {children}\n </Element>\n)\n```",
3974
+ "description": "",
1563
3975
  "declarations": [
1564
3976
  {
1565
- "name": "cs",
3977
+ "name": "__vars",
1566
3978
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
1567
3979
  }
1568
3980
  ],
@@ -1570,252 +3982,91 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
1570
3982
  },
1571
3983
  {
1572
3984
  "kind": "property",
1573
- "name": "children",
1574
- "description": "",
1575
- "tags": {},
1576
- "declarations": [],
1577
- "type": {
1578
- "kind": "external",
1579
- "name": "React.ReactNode",
1580
- "url": "https://reactjs.org/docs/rendering-elements.html"
1581
- }
1582
- },
1583
- {
1584
- "kind": "property",
1585
- "name": "as",
1586
- "description": "Optional override of the default element used by the component. Any valid tag or Component. If you provided a Component, this component should forward the ref using `React.forwardRef`and spread extra props to a root element.\n\n**Note:** Not all elements make sense and some elements may cause accessibility issues. Change this value with care.",
1587
- "tags": {},
1588
- "declarations": [],
1589
- "type": {
1590
- "kind": "external",
1591
- "name": "React.ElementType",
1592
- "url": "https://developer.mozilla.org/en-US/docs/Web/API/element"
1593
- },
1594
- "defaultValue": {
1595
- "kind": "external",
1596
- "name": "div",
1597
- "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div"
1598
- }
1599
- },
1600
- {
1601
- "kind": "property",
1602
- "name": "ref",
1603
- "description": "Optional ref. If the component represents an element, this ref will be a reference to the real DOM element of the component. If `as` is set to an element, it will be that element. If `as` is a component, the reference will be to that component (or element if the component uses `React.forwardRef`).",
1604
- "tags": {},
1605
- "declarations": [],
1606
- "type": {
1607
- "kind": "external",
1608
- "name": "React.Ref",
1609
- "url": "https://reactjs.org/docs/refs-and-the-dom.html",
1610
- "typeParameters": [
1611
- {
1612
- "kind": "typeParameter",
1613
- "name": "R",
1614
- "required": true,
1615
- "defaultValue": {
1616
- "kind": "external",
1617
- "name": "div",
1618
- "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div"
1619
- }
1620
- }
1621
- ]
1622
- }
1623
- }
1624
- ],
1625
- "baseElement": {
1626
- "kind": "external",
1627
- "name": "div",
1628
- "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div"
1629
- }
1630
- }
1631
- },
1632
- {
1633
- "name": "ExpandableContentProps",
1634
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableContent.tsx",
1635
- "description": "",
1636
- "declarations": [
1637
- {
1638
- "name": "ExpandableContentProps",
1639
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableContent.tsx"
1640
- }
1641
- ],
1642
- "tags": {},
1643
- "type": {
1644
- "kind": "alias",
1645
- "name": "ExpandableContent"
1646
- }
1647
- },
1648
- {
1649
- "name": "ExpandableContent",
1650
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableContent.tsx",
1651
- "description": "",
1652
- "declarations": [
1653
- {
1654
- "name": "ExpandableContent",
1655
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableContent.tsx"
1656
- }
1657
- ],
1658
- "tags": {},
1659
- "type": {
1660
- "kind": "enhancedComponent",
1661
- "componentType": "subcomponent",
1662
- "elemPropsHook": "useExpandableContent",
1663
- "props": [
1664
- {
1665
- "kind": "property",
1666
- "name": "children",
1667
- "required": false,
3985
+ "name": "__modifiers",
3986
+ "required": true,
1668
3987
  "type": {
1669
- "kind": "external",
1670
- "name": "ReactNode",
1671
- "url": "https://reactjs.org/docs/rendering-elements.html"
3988
+ "kind": "symbol",
3989
+ "name": "M",
3990
+ "value": "M"
1672
3991
  },
1673
- "description": "The children of the `Expandable.Content` whose visibility is controlled by the associated\n`Expandable.Target`",
3992
+ "description": "",
1674
3993
  "declarations": [
1675
3994
  {
1676
- "name": "children",
1677
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableContent.tsx"
3995
+ "name": "__modifiers",
3996
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
1678
3997
  }
1679
3998
  ],
1680
3999
  "tags": {}
1681
4000
  },
1682
4001
  {
1683
4002
  "kind": "property",
1684
- "name": "cs",
1685
- "required": false,
4003
+ "name": "__id",
4004
+ "required": true,
1686
4005
  "type": {
1687
4006
  "kind": "symbol",
1688
- "name": "CSToPropsInput",
1689
- "value": "CSToPropsInput"
4007
+ "name": "ID",
4008
+ "value": "ID"
1690
4009
  },
1691
- "description": "The `cs` prop takes in a single value or an array of values. You can pass the CSS class name\nreturned by {@link createStyles}, or the result of {@link createVars} and\n{@link createModifiers}. If you're extending a component already using `cs`, you can merge that\nprop in as well. Any style that is passed to the `cs` prop will override style props. If you\nwish to have styles that are overridden by the `css` prop, or styles added via the `styled`\nAPI, use {@link handleCsProp} wherever `elemProps` is used. If your component needs to also\nhandle style props, use {@link mergeStyles } instead.\n\n\n```tsx\nimport {handleCsProp} from '@workday/canvas-kit-styling';\nimport {mergeStyles} from '@workday/canvas-kit-react/layout';\n\n// ...\n\n// `handleCsProp` handles compat mode with Emotion's runtime APIs. `mergeStyles` has the same\n// function signature, but adds support for style props.\n\nreturn (\n <Element\n {...handleCsProp(elemProps, [\n myStyles,\n myModifiers({ size: 'medium' }),\n myVars({ backgroundColor: 'red' })\n ])}\n >\n {children}\n </Element>\n)\n```",
4010
+ "description": "",
1692
4011
  "declarations": [
1693
4012
  {
1694
- "name": "cs",
4013
+ "name": "__id",
1695
4014
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
1696
4015
  }
1697
4016
  ],
1698
4017
  "tags": {}
1699
- },
1700
- {
1701
- "kind": "property",
1702
- "name": "as",
1703
- "description": "Optional override of the default element used by the component. Any valid tag or Component. If you provided a Component, this component should forward the ref using `React.forwardRef`and spread extra props to a root element.\n\n**Note:** Not all elements make sense and some elements may cause accessibility issues. Change this value with care.",
1704
- "tags": {},
1705
- "declarations": [],
1706
- "type": {
1707
- "kind": "external",
1708
- "name": "React.ElementType",
1709
- "url": "https://developer.mozilla.org/en-US/docs/Web/API/element"
1710
- },
1711
- "defaultValue": {
1712
- "kind": "external",
1713
- "name": "div",
1714
- "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div"
1715
- }
1716
- },
1717
- {
1718
- "kind": "property",
1719
- "name": "ref",
1720
- "description": "Optional ref. If the component represents an element, this ref will be a reference to the real DOM element of the component. If `as` is set to an element, it will be that element. If `as` is a component, the reference will be to that component (or element if the component uses `React.forwardRef`).",
1721
- "tags": {},
1722
- "declarations": [],
1723
- "type": {
1724
- "kind": "external",
1725
- "name": "React.Ref",
1726
- "url": "https://reactjs.org/docs/refs-and-the-dom.html",
1727
- "typeParameters": [
4018
+ }
4019
+ ],
4020
+ "returnType": {
4021
+ "kind": "object",
4022
+ "properties": [
4023
+ {
4024
+ "kind": "property",
4025
+ "name": "className",
4026
+ "required": true,
4027
+ "type": {
4028
+ "kind": "primitive",
4029
+ "value": "string"
4030
+ },
4031
+ "description": "",
4032
+ "declarations": [
1728
4033
  {
1729
- "kind": "typeParameter",
1730
- "name": "R",
1731
- "required": true,
1732
- "defaultValue": {
1733
- "kind": "external",
1734
- "name": "div",
1735
- "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div"
1736
- }
4034
+ "name": "className",
4035
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
1737
4036
  }
1738
- ]
1739
- }
1740
- },
1741
- {
1742
- "kind": "property",
1743
- "name": "model",
1744
- "description": "Optional model to pass to the component. This will override the default model created for the component. This can be useful if you want to access to the state and events of the model, or if you have nested components of the same type and you need to override the model provided by React Context.",
1745
- "tags": {},
1746
- "declarations": [],
1747
- "type": {
1748
- "kind": "symbol",
1749
- "name": "ExpandableModel"
1750
- }
1751
- },
1752
- {
1753
- "kind": "property",
1754
- "name": "elemPropsHook",
1755
- "description": "Optional hook that receives the model and all props to be applied to the element. If you use this, it is your responsibility to return props, merging as appropriate. For example, returning an empty object will disable all elemProps hooks associated with this component. This allows finer control over a component without creating a new one.",
1756
- "tags": {},
1757
- "declarations": [],
1758
- "type": {
1759
- "kind": "function",
1760
- "parameters": [
1761
- {
1762
- "kind": "parameter",
1763
- "description": "",
1764
- "tags": {},
1765
- "declarations": [],
1766
- "name": "model",
1767
- "type": {
1768
- "kind": "symbol",
1769
- "name": "ExpandableModel"
4037
+ ],
4038
+ "tags": {}
4039
+ },
4040
+ {
4041
+ "kind": "property",
4042
+ "name": "style",
4043
+ "required": false,
4044
+ "type": {
4045
+ "kind": "external",
4046
+ "name": "Record",
4047
+ "url": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
4048
+ "typeParameters": [
4049
+ {
4050
+ "kind": "primitive",
4051
+ "value": "string"
1770
4052
  },
1771
- "required": true
1772
- },
1773
- {
1774
- "kind": "parameter",
1775
- "description": "",
1776
- "tags": {},
1777
- "declarations": [],
1778
- "name": "elemProps",
1779
- "type": {
1780
- "kind": "generic",
1781
- "name": "TProps"
4053
+ {
4054
+ "kind": "primitive",
4055
+ "value": "string"
1782
4056
  }
4057
+ ]
4058
+ },
4059
+ "description": "",
4060
+ "declarations": [
4061
+ {
4062
+ "name": "style",
4063
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
1783
4064
  }
1784
4065
  ],
1785
- "returnType": {
1786
- "kind": "external",
1787
- "name": "HTML Attributes",
1788
- "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes"
1789
- }
4066
+ "tags": {}
1790
4067
  }
1791
- }
1792
- ],
1793
- "baseElement": {
1794
- "kind": "external",
1795
- "name": "div",
1796
- "url": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div"
1797
- },
1798
- "styleComponent": {
1799
- "kind": "symbol",
1800
- "name": "Box"
1801
- },
1802
- "model": "ExpandableModel"
1803
- }
1804
- },
1805
- {
1806
- "name": "ExpandableIconProps",
1807
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableIcon.tsx",
1808
- "description": "",
1809
- "declarations": [
1810
- {
1811
- "name": "ExpandableIconProps",
1812
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableIcon.tsx"
4068
+ ]
1813
4069
  }
1814
- ],
1815
- "tags": {},
1816
- "type": {
1817
- "kind": "alias",
1818
- "name": "ExpandableIcon"
1819
4070
  }
1820
4071
  },
1821
4072
  {
@@ -2261,6 +4512,569 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
2261
4512
  "name": "ExpandableTarget"
2262
4513
  }
2263
4514
  },
4515
+ {
4516
+ "name": "expandableTargetStencil",
4517
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableTarget.tsx",
4518
+ "description": "",
4519
+ "declarations": [
4520
+ {
4521
+ "name": "expandableTargetStencil",
4522
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableTarget.tsx"
4523
+ }
4524
+ ],
4525
+ "tags": {},
4526
+ "type": {
4527
+ "kind": "function",
4528
+ "parameters": [
4529
+ {
4530
+ "kind": "parameter",
4531
+ "name": "options",
4532
+ "type": {
4533
+ "kind": "conditional",
4534
+ "check": {
4535
+ "kind": "tuple",
4536
+ "value": [
4537
+ {
4538
+ "kind": "symbol",
4539
+ "name": "E",
4540
+ "value": "E"
4541
+ }
4542
+ ]
4543
+ },
4544
+ "extends": {
4545
+ "kind": "tuple",
4546
+ "value": [
4547
+ {
4548
+ "kind": "primitive",
4549
+ "value": "never"
4550
+ }
4551
+ ]
4552
+ },
4553
+ "trueType": {
4554
+ "kind": "intersection",
4555
+ "value": [
4556
+ {
4557
+ "kind": "symbol",
4558
+ "name": "ModifierValuesStencil",
4559
+ "typeParameters": [
4560
+ {
4561
+ "kind": "symbol",
4562
+ "name": "M",
4563
+ "value": "M"
4564
+ },
4565
+ {
4566
+ "kind": "symbol",
4567
+ "name": "V",
4568
+ "value": "V"
4569
+ }
4570
+ ],
4571
+ "value": "ModifierValuesStencil<M, V>"
4572
+ },
4573
+ {
4574
+ "kind": "symbol",
4575
+ "name": "VariableValuesStencil",
4576
+ "typeParameters": [
4577
+ {
4578
+ "kind": "symbol",
4579
+ "name": "V",
4580
+ "value": "V"
4581
+ }
4582
+ ],
4583
+ "value": "VariableValuesStencil<V>"
4584
+ }
4585
+ ]
4586
+ },
4587
+ "falseType": {
4588
+ "kind": "conditional",
4589
+ "check": {
4590
+ "kind": "symbol",
4591
+ "name": "E",
4592
+ "value": "E"
4593
+ },
4594
+ "extends": {
4595
+ "kind": "symbol",
4596
+ "name": "BaseStencil",
4597
+ "typeParameters": [
4598
+ {
4599
+ "kind": "infer",
4600
+ "value": {
4601
+ "kind": "typeParameter",
4602
+ "name": "ME",
4603
+ "required": true
4604
+ }
4605
+ },
4606
+ {
4607
+ "kind": "infer",
4608
+ "value": {
4609
+ "kind": "typeParameter",
4610
+ "name": "VE",
4611
+ "required": true
4612
+ }
4613
+ },
4614
+ {
4615
+ "kind": "primitive",
4616
+ "value": "any"
4617
+ },
4618
+ {
4619
+ "kind": "primitive",
4620
+ "value": "any"
4621
+ }
4622
+ ],
4623
+ "value": "BaseStencil<M, V, E, ID>"
4624
+ },
4625
+ "trueType": {
4626
+ "kind": "intersection",
4627
+ "value": [
4628
+ {
4629
+ "kind": "symbol",
4630
+ "name": "ModifierValuesStencil",
4631
+ "typeParameters": [
4632
+ {
4633
+ "kind": "intersection",
4634
+ "value": [
4635
+ {
4636
+ "kind": "symbol",
4637
+ "name": "ME",
4638
+ "value": "ME"
4639
+ },
4640
+ {
4641
+ "kind": "symbol",
4642
+ "name": "M",
4643
+ "value": "M"
4644
+ }
4645
+ ]
4646
+ }
4647
+ ],
4648
+ "value": "ModifierValuesStencil<M, V>"
4649
+ },
4650
+ {
4651
+ "kind": "symbol",
4652
+ "name": "VariableValuesStencil",
4653
+ "typeParameters": [
4654
+ {
4655
+ "kind": "intersection",
4656
+ "value": [
4657
+ {
4658
+ "kind": "symbol",
4659
+ "name": "VE",
4660
+ "value": "VE"
4661
+ },
4662
+ {
4663
+ "kind": "symbol",
4664
+ "name": "V",
4665
+ "value": "V"
4666
+ }
4667
+ ]
4668
+ }
4669
+ ],
4670
+ "value": "VariableValuesStencil<V>"
4671
+ }
4672
+ ]
4673
+ },
4674
+ "falseType": {
4675
+ "kind": "primitive",
4676
+ "value": "never"
4677
+ }
4678
+ }
4679
+ },
4680
+ "required": false,
4681
+ "rest": false,
4682
+ "description": "",
4683
+ "declarations": [
4684
+ {
4685
+ "name": "options",
4686
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
4687
+ }
4688
+ ],
4689
+ "tags": {}
4690
+ }
4691
+ ],
4692
+ "members": [
4693
+ {
4694
+ "kind": "property",
4695
+ "name": "vars",
4696
+ "required": true,
4697
+ "type": {
4698
+ "kind": "symbol",
4699
+ "name": "StencilDefaultVars",
4700
+ "typeParameters": [
4701
+ {
4702
+ "kind": "symbol",
4703
+ "name": "V",
4704
+ "value": "V"
4705
+ },
4706
+ {
4707
+ "kind": "symbol",
4708
+ "name": "E",
4709
+ "value": "E"
4710
+ },
4711
+ {
4712
+ "kind": "symbol",
4713
+ "name": "ID",
4714
+ "value": "ID"
4715
+ }
4716
+ ],
4717
+ "value": "StencilDefaultVars<V, E, ID>"
4718
+ },
4719
+ "description": "",
4720
+ "declarations": [
4721
+ {
4722
+ "name": "vars",
4723
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
4724
+ }
4725
+ ],
4726
+ "tags": {}
4727
+ },
4728
+ {
4729
+ "kind": "property",
4730
+ "name": "base",
4731
+ "required": true,
4732
+ "type": {
4733
+ "kind": "primitive",
4734
+ "value": "string"
4735
+ },
4736
+ "description": "",
4737
+ "declarations": [
4738
+ {
4739
+ "name": "base",
4740
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
4741
+ }
4742
+ ],
4743
+ "tags": {}
4744
+ },
4745
+ {
4746
+ "kind": "property",
4747
+ "name": "modifiers",
4748
+ "required": true,
4749
+ "type": {
4750
+ "kind": "conditional",
4751
+ "check": {
4752
+ "kind": "tuple",
4753
+ "value": [
4754
+ {
4755
+ "kind": "symbol",
4756
+ "name": "E",
4757
+ "value": "E"
4758
+ }
4759
+ ]
4760
+ },
4761
+ "extends": {
4762
+ "kind": "tuple",
4763
+ "value": [
4764
+ {
4765
+ "kind": "symbol",
4766
+ "name": "BaseStencil",
4767
+ "typeParameters": [
4768
+ {
4769
+ "kind": "infer",
4770
+ "value": {
4771
+ "kind": "typeParameter",
4772
+ "name": "ME",
4773
+ "required": true
4774
+ }
4775
+ },
4776
+ {
4777
+ "kind": "infer",
4778
+ "value": {
4779
+ "kind": "typeParameter",
4780
+ "name": "VE",
4781
+ "required": true
4782
+ }
4783
+ },
4784
+ {
4785
+ "kind": "primitive",
4786
+ "value": "any"
4787
+ },
4788
+ {
4789
+ "kind": "primitive",
4790
+ "value": "any"
4791
+ }
4792
+ ],
4793
+ "value": "BaseStencil<M, V, E, ID>"
4794
+ }
4795
+ ]
4796
+ },
4797
+ "trueType": {
4798
+ "kind": "symbol",
4799
+ "name": "StencilModifierReturn",
4800
+ "typeParameters": [
4801
+ {
4802
+ "kind": "intersection",
4803
+ "value": [
4804
+ {
4805
+ "kind": "symbol",
4806
+ "name": "ME",
4807
+ "value": "ME"
4808
+ },
4809
+ {
4810
+ "kind": "symbol",
4811
+ "name": "M",
4812
+ "value": "M"
4813
+ }
4814
+ ]
4815
+ },
4816
+ {
4817
+ "kind": "intersection",
4818
+ "value": [
4819
+ {
4820
+ "kind": "symbol",
4821
+ "name": "VE",
4822
+ "value": "VE"
4823
+ },
4824
+ {
4825
+ "kind": "symbol",
4826
+ "name": "V",
4827
+ "value": "V"
4828
+ }
4829
+ ]
4830
+ }
4831
+ ],
4832
+ "value": "StencilModifierReturn<M, V>"
4833
+ },
4834
+ "falseType": {
4835
+ "kind": "symbol",
4836
+ "name": "StencilModifierReturn",
4837
+ "typeParameters": [
4838
+ {
4839
+ "kind": "symbol",
4840
+ "name": "M",
4841
+ "value": "M"
4842
+ },
4843
+ {
4844
+ "kind": "symbol",
4845
+ "name": "V",
4846
+ "value": "V"
4847
+ }
4848
+ ],
4849
+ "value": "StencilModifierReturn<M, V>"
4850
+ }
4851
+ },
4852
+ "description": "",
4853
+ "declarations": [
4854
+ {
4855
+ "name": "modifiers",
4856
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
4857
+ }
4858
+ ],
4859
+ "tags": {}
4860
+ },
4861
+ {
4862
+ "kind": "property",
4863
+ "name": "defaultModifiers",
4864
+ "required": true,
4865
+ "type": {
4866
+ "kind": "conditional",
4867
+ "check": {
4868
+ "kind": "tuple",
4869
+ "value": [
4870
+ {
4871
+ "kind": "symbol",
4872
+ "name": "E",
4873
+ "value": "E"
4874
+ }
4875
+ ]
4876
+ },
4877
+ "extends": {
4878
+ "kind": "tuple",
4879
+ "value": [
4880
+ {
4881
+ "kind": "symbol",
4882
+ "name": "BaseStencil",
4883
+ "typeParameters": [
4884
+ {
4885
+ "kind": "infer",
4886
+ "value": {
4887
+ "kind": "typeParameter",
4888
+ "name": "ME",
4889
+ "required": true
4890
+ }
4891
+ },
4892
+ {
4893
+ "kind": "primitive",
4894
+ "value": "any"
4895
+ },
4896
+ {
4897
+ "kind": "primitive",
4898
+ "value": "any"
4899
+ },
4900
+ {
4901
+ "kind": "primitive",
4902
+ "value": "any"
4903
+ }
4904
+ ],
4905
+ "value": "BaseStencil<M, V, E, ID>"
4906
+ }
4907
+ ]
4908
+ },
4909
+ "trueType": {
4910
+ "kind": "symbol",
4911
+ "name": "StencilDefaultModifierReturn",
4912
+ "typeParameters": [
4913
+ {
4914
+ "kind": "intersection",
4915
+ "value": [
4916
+ {
4917
+ "kind": "symbol",
4918
+ "name": "ME",
4919
+ "value": "ME"
4920
+ },
4921
+ {
4922
+ "kind": "symbol",
4923
+ "name": "M",
4924
+ "value": "M"
4925
+ }
4926
+ ]
4927
+ }
4928
+ ],
4929
+ "value": "StencilDefaultModifierReturn<M>"
4930
+ },
4931
+ "falseType": {
4932
+ "kind": "symbol",
4933
+ "name": "StencilDefaultModifierReturn",
4934
+ "typeParameters": [
4935
+ {
4936
+ "kind": "symbol",
4937
+ "name": "M",
4938
+ "value": "M"
4939
+ }
4940
+ ],
4941
+ "value": "StencilDefaultModifierReturn<M>"
4942
+ }
4943
+ },
4944
+ "description": "",
4945
+ "declarations": [
4946
+ {
4947
+ "name": "defaultModifiers",
4948
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
4949
+ }
4950
+ ],
4951
+ "tags": {}
4952
+ },
4953
+ {
4954
+ "kind": "property",
4955
+ "name": "__extends",
4956
+ "required": false,
4957
+ "type": {
4958
+ "kind": "symbol",
4959
+ "name": "E",
4960
+ "value": "E"
4961
+ },
4962
+ "description": "",
4963
+ "declarations": [
4964
+ {
4965
+ "name": "__extends",
4966
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
4967
+ }
4968
+ ],
4969
+ "tags": {}
4970
+ },
4971
+ {
4972
+ "kind": "property",
4973
+ "name": "__vars",
4974
+ "required": true,
4975
+ "type": {
4976
+ "kind": "symbol",
4977
+ "name": "V",
4978
+ "value": "V"
4979
+ },
4980
+ "description": "",
4981
+ "declarations": [
4982
+ {
4983
+ "name": "__vars",
4984
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
4985
+ }
4986
+ ],
4987
+ "tags": {}
4988
+ },
4989
+ {
4990
+ "kind": "property",
4991
+ "name": "__modifiers",
4992
+ "required": true,
4993
+ "type": {
4994
+ "kind": "symbol",
4995
+ "name": "M",
4996
+ "value": "M"
4997
+ },
4998
+ "description": "",
4999
+ "declarations": [
5000
+ {
5001
+ "name": "__modifiers",
5002
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
5003
+ }
5004
+ ],
5005
+ "tags": {}
5006
+ },
5007
+ {
5008
+ "kind": "property",
5009
+ "name": "__id",
5010
+ "required": true,
5011
+ "type": {
5012
+ "kind": "symbol",
5013
+ "name": "ID",
5014
+ "value": "ID"
5015
+ },
5016
+ "description": "",
5017
+ "declarations": [
5018
+ {
5019
+ "name": "__id",
5020
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
5021
+ }
5022
+ ],
5023
+ "tags": {}
5024
+ }
5025
+ ],
5026
+ "returnType": {
5027
+ "kind": "object",
5028
+ "properties": [
5029
+ {
5030
+ "kind": "property",
5031
+ "name": "className",
5032
+ "required": true,
5033
+ "type": {
5034
+ "kind": "primitive",
5035
+ "value": "string"
5036
+ },
5037
+ "description": "",
5038
+ "declarations": [
5039
+ {
5040
+ "name": "className",
5041
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
5042
+ }
5043
+ ],
5044
+ "tags": {}
5045
+ },
5046
+ {
5047
+ "kind": "property",
5048
+ "name": "style",
5049
+ "required": false,
5050
+ "type": {
5051
+ "kind": "external",
5052
+ "name": "Record",
5053
+ "url": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
5054
+ "typeParameters": [
5055
+ {
5056
+ "kind": "primitive",
5057
+ "value": "string"
5058
+ },
5059
+ {
5060
+ "kind": "primitive",
5061
+ "value": "string"
5062
+ }
5063
+ ]
5064
+ },
5065
+ "description": "",
5066
+ "declarations": [
5067
+ {
5068
+ "name": "style",
5069
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
5070
+ }
5071
+ ],
5072
+ "tags": {}
5073
+ }
5074
+ ]
5075
+ }
5076
+ }
5077
+ },
2264
5078
  {
2265
5079
  "name": "ExpandableTarget",
2266
5080
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableTarget.tsx",
@@ -2476,6 +5290,569 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
2476
5290
  "name": "ExpandableTitle"
2477
5291
  }
2478
5292
  },
5293
+ {
5294
+ "name": "expandableTitleStencil",
5295
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableTitle.tsx",
5296
+ "description": "",
5297
+ "declarations": [
5298
+ {
5299
+ "name": "expandableTitleStencil",
5300
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableTitle.tsx"
5301
+ }
5302
+ ],
5303
+ "tags": {},
5304
+ "type": {
5305
+ "kind": "function",
5306
+ "parameters": [
5307
+ {
5308
+ "kind": "parameter",
5309
+ "name": "options",
5310
+ "type": {
5311
+ "kind": "conditional",
5312
+ "check": {
5313
+ "kind": "tuple",
5314
+ "value": [
5315
+ {
5316
+ "kind": "symbol",
5317
+ "name": "E",
5318
+ "value": "E"
5319
+ }
5320
+ ]
5321
+ },
5322
+ "extends": {
5323
+ "kind": "tuple",
5324
+ "value": [
5325
+ {
5326
+ "kind": "primitive",
5327
+ "value": "never"
5328
+ }
5329
+ ]
5330
+ },
5331
+ "trueType": {
5332
+ "kind": "intersection",
5333
+ "value": [
5334
+ {
5335
+ "kind": "symbol",
5336
+ "name": "ModifierValuesStencil",
5337
+ "typeParameters": [
5338
+ {
5339
+ "kind": "symbol",
5340
+ "name": "M",
5341
+ "value": "M"
5342
+ },
5343
+ {
5344
+ "kind": "symbol",
5345
+ "name": "V",
5346
+ "value": "V"
5347
+ }
5348
+ ],
5349
+ "value": "ModifierValuesStencil<M, V>"
5350
+ },
5351
+ {
5352
+ "kind": "symbol",
5353
+ "name": "VariableValuesStencil",
5354
+ "typeParameters": [
5355
+ {
5356
+ "kind": "symbol",
5357
+ "name": "V",
5358
+ "value": "V"
5359
+ }
5360
+ ],
5361
+ "value": "VariableValuesStencil<V>"
5362
+ }
5363
+ ]
5364
+ },
5365
+ "falseType": {
5366
+ "kind": "conditional",
5367
+ "check": {
5368
+ "kind": "symbol",
5369
+ "name": "E",
5370
+ "value": "E"
5371
+ },
5372
+ "extends": {
5373
+ "kind": "symbol",
5374
+ "name": "BaseStencil",
5375
+ "typeParameters": [
5376
+ {
5377
+ "kind": "infer",
5378
+ "value": {
5379
+ "kind": "typeParameter",
5380
+ "name": "ME",
5381
+ "required": true
5382
+ }
5383
+ },
5384
+ {
5385
+ "kind": "infer",
5386
+ "value": {
5387
+ "kind": "typeParameter",
5388
+ "name": "VE",
5389
+ "required": true
5390
+ }
5391
+ },
5392
+ {
5393
+ "kind": "primitive",
5394
+ "value": "any"
5395
+ },
5396
+ {
5397
+ "kind": "primitive",
5398
+ "value": "any"
5399
+ }
5400
+ ],
5401
+ "value": "BaseStencil<M, V, E, ID>"
5402
+ },
5403
+ "trueType": {
5404
+ "kind": "intersection",
5405
+ "value": [
5406
+ {
5407
+ "kind": "symbol",
5408
+ "name": "ModifierValuesStencil",
5409
+ "typeParameters": [
5410
+ {
5411
+ "kind": "intersection",
5412
+ "value": [
5413
+ {
5414
+ "kind": "symbol",
5415
+ "name": "ME",
5416
+ "value": "ME"
5417
+ },
5418
+ {
5419
+ "kind": "symbol",
5420
+ "name": "M",
5421
+ "value": "M"
5422
+ }
5423
+ ]
5424
+ }
5425
+ ],
5426
+ "value": "ModifierValuesStencil<M, V>"
5427
+ },
5428
+ {
5429
+ "kind": "symbol",
5430
+ "name": "VariableValuesStencil",
5431
+ "typeParameters": [
5432
+ {
5433
+ "kind": "intersection",
5434
+ "value": [
5435
+ {
5436
+ "kind": "symbol",
5437
+ "name": "VE",
5438
+ "value": "VE"
5439
+ },
5440
+ {
5441
+ "kind": "symbol",
5442
+ "name": "V",
5443
+ "value": "V"
5444
+ }
5445
+ ]
5446
+ }
5447
+ ],
5448
+ "value": "VariableValuesStencil<V>"
5449
+ }
5450
+ ]
5451
+ },
5452
+ "falseType": {
5453
+ "kind": "primitive",
5454
+ "value": "never"
5455
+ }
5456
+ }
5457
+ },
5458
+ "required": false,
5459
+ "rest": false,
5460
+ "description": "",
5461
+ "declarations": [
5462
+ {
5463
+ "name": "options",
5464
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
5465
+ }
5466
+ ],
5467
+ "tags": {}
5468
+ }
5469
+ ],
5470
+ "members": [
5471
+ {
5472
+ "kind": "property",
5473
+ "name": "vars",
5474
+ "required": true,
5475
+ "type": {
5476
+ "kind": "symbol",
5477
+ "name": "StencilDefaultVars",
5478
+ "typeParameters": [
5479
+ {
5480
+ "kind": "symbol",
5481
+ "name": "V",
5482
+ "value": "V"
5483
+ },
5484
+ {
5485
+ "kind": "symbol",
5486
+ "name": "E",
5487
+ "value": "E"
5488
+ },
5489
+ {
5490
+ "kind": "symbol",
5491
+ "name": "ID",
5492
+ "value": "ID"
5493
+ }
5494
+ ],
5495
+ "value": "StencilDefaultVars<V, E, ID>"
5496
+ },
5497
+ "description": "",
5498
+ "declarations": [
5499
+ {
5500
+ "name": "vars",
5501
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
5502
+ }
5503
+ ],
5504
+ "tags": {}
5505
+ },
5506
+ {
5507
+ "kind": "property",
5508
+ "name": "base",
5509
+ "required": true,
5510
+ "type": {
5511
+ "kind": "primitive",
5512
+ "value": "string"
5513
+ },
5514
+ "description": "",
5515
+ "declarations": [
5516
+ {
5517
+ "name": "base",
5518
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
5519
+ }
5520
+ ],
5521
+ "tags": {}
5522
+ },
5523
+ {
5524
+ "kind": "property",
5525
+ "name": "modifiers",
5526
+ "required": true,
5527
+ "type": {
5528
+ "kind": "conditional",
5529
+ "check": {
5530
+ "kind": "tuple",
5531
+ "value": [
5532
+ {
5533
+ "kind": "symbol",
5534
+ "name": "E",
5535
+ "value": "E"
5536
+ }
5537
+ ]
5538
+ },
5539
+ "extends": {
5540
+ "kind": "tuple",
5541
+ "value": [
5542
+ {
5543
+ "kind": "symbol",
5544
+ "name": "BaseStencil",
5545
+ "typeParameters": [
5546
+ {
5547
+ "kind": "infer",
5548
+ "value": {
5549
+ "kind": "typeParameter",
5550
+ "name": "ME",
5551
+ "required": true
5552
+ }
5553
+ },
5554
+ {
5555
+ "kind": "infer",
5556
+ "value": {
5557
+ "kind": "typeParameter",
5558
+ "name": "VE",
5559
+ "required": true
5560
+ }
5561
+ },
5562
+ {
5563
+ "kind": "primitive",
5564
+ "value": "any"
5565
+ },
5566
+ {
5567
+ "kind": "primitive",
5568
+ "value": "any"
5569
+ }
5570
+ ],
5571
+ "value": "BaseStencil<M, V, E, ID>"
5572
+ }
5573
+ ]
5574
+ },
5575
+ "trueType": {
5576
+ "kind": "symbol",
5577
+ "name": "StencilModifierReturn",
5578
+ "typeParameters": [
5579
+ {
5580
+ "kind": "intersection",
5581
+ "value": [
5582
+ {
5583
+ "kind": "symbol",
5584
+ "name": "ME",
5585
+ "value": "ME"
5586
+ },
5587
+ {
5588
+ "kind": "symbol",
5589
+ "name": "M",
5590
+ "value": "M"
5591
+ }
5592
+ ]
5593
+ },
5594
+ {
5595
+ "kind": "intersection",
5596
+ "value": [
5597
+ {
5598
+ "kind": "symbol",
5599
+ "name": "VE",
5600
+ "value": "VE"
5601
+ },
5602
+ {
5603
+ "kind": "symbol",
5604
+ "name": "V",
5605
+ "value": "V"
5606
+ }
5607
+ ]
5608
+ }
5609
+ ],
5610
+ "value": "StencilModifierReturn<M, V>"
5611
+ },
5612
+ "falseType": {
5613
+ "kind": "symbol",
5614
+ "name": "StencilModifierReturn",
5615
+ "typeParameters": [
5616
+ {
5617
+ "kind": "symbol",
5618
+ "name": "M",
5619
+ "value": "M"
5620
+ },
5621
+ {
5622
+ "kind": "symbol",
5623
+ "name": "V",
5624
+ "value": "V"
5625
+ }
5626
+ ],
5627
+ "value": "StencilModifierReturn<M, V>"
5628
+ }
5629
+ },
5630
+ "description": "",
5631
+ "declarations": [
5632
+ {
5633
+ "name": "modifiers",
5634
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
5635
+ }
5636
+ ],
5637
+ "tags": {}
5638
+ },
5639
+ {
5640
+ "kind": "property",
5641
+ "name": "defaultModifiers",
5642
+ "required": true,
5643
+ "type": {
5644
+ "kind": "conditional",
5645
+ "check": {
5646
+ "kind": "tuple",
5647
+ "value": [
5648
+ {
5649
+ "kind": "symbol",
5650
+ "name": "E",
5651
+ "value": "E"
5652
+ }
5653
+ ]
5654
+ },
5655
+ "extends": {
5656
+ "kind": "tuple",
5657
+ "value": [
5658
+ {
5659
+ "kind": "symbol",
5660
+ "name": "BaseStencil",
5661
+ "typeParameters": [
5662
+ {
5663
+ "kind": "infer",
5664
+ "value": {
5665
+ "kind": "typeParameter",
5666
+ "name": "ME",
5667
+ "required": true
5668
+ }
5669
+ },
5670
+ {
5671
+ "kind": "primitive",
5672
+ "value": "any"
5673
+ },
5674
+ {
5675
+ "kind": "primitive",
5676
+ "value": "any"
5677
+ },
5678
+ {
5679
+ "kind": "primitive",
5680
+ "value": "any"
5681
+ }
5682
+ ],
5683
+ "value": "BaseStencil<M, V, E, ID>"
5684
+ }
5685
+ ]
5686
+ },
5687
+ "trueType": {
5688
+ "kind": "symbol",
5689
+ "name": "StencilDefaultModifierReturn",
5690
+ "typeParameters": [
5691
+ {
5692
+ "kind": "intersection",
5693
+ "value": [
5694
+ {
5695
+ "kind": "symbol",
5696
+ "name": "ME",
5697
+ "value": "ME"
5698
+ },
5699
+ {
5700
+ "kind": "symbol",
5701
+ "name": "M",
5702
+ "value": "M"
5703
+ }
5704
+ ]
5705
+ }
5706
+ ],
5707
+ "value": "StencilDefaultModifierReturn<M>"
5708
+ },
5709
+ "falseType": {
5710
+ "kind": "symbol",
5711
+ "name": "StencilDefaultModifierReturn",
5712
+ "typeParameters": [
5713
+ {
5714
+ "kind": "symbol",
5715
+ "name": "M",
5716
+ "value": "M"
5717
+ }
5718
+ ],
5719
+ "value": "StencilDefaultModifierReturn<M>"
5720
+ }
5721
+ },
5722
+ "description": "",
5723
+ "declarations": [
5724
+ {
5725
+ "name": "defaultModifiers",
5726
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
5727
+ }
5728
+ ],
5729
+ "tags": {}
5730
+ },
5731
+ {
5732
+ "kind": "property",
5733
+ "name": "__extends",
5734
+ "required": false,
5735
+ "type": {
5736
+ "kind": "symbol",
5737
+ "name": "E",
5738
+ "value": "E"
5739
+ },
5740
+ "description": "",
5741
+ "declarations": [
5742
+ {
5743
+ "name": "__extends",
5744
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
5745
+ }
5746
+ ],
5747
+ "tags": {}
5748
+ },
5749
+ {
5750
+ "kind": "property",
5751
+ "name": "__vars",
5752
+ "required": true,
5753
+ "type": {
5754
+ "kind": "symbol",
5755
+ "name": "V",
5756
+ "value": "V"
5757
+ },
5758
+ "description": "",
5759
+ "declarations": [
5760
+ {
5761
+ "name": "__vars",
5762
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
5763
+ }
5764
+ ],
5765
+ "tags": {}
5766
+ },
5767
+ {
5768
+ "kind": "property",
5769
+ "name": "__modifiers",
5770
+ "required": true,
5771
+ "type": {
5772
+ "kind": "symbol",
5773
+ "name": "M",
5774
+ "value": "M"
5775
+ },
5776
+ "description": "",
5777
+ "declarations": [
5778
+ {
5779
+ "name": "__modifiers",
5780
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
5781
+ }
5782
+ ],
5783
+ "tags": {}
5784
+ },
5785
+ {
5786
+ "kind": "property",
5787
+ "name": "__id",
5788
+ "required": true,
5789
+ "type": {
5790
+ "kind": "symbol",
5791
+ "name": "ID",
5792
+ "value": "ID"
5793
+ },
5794
+ "description": "",
5795
+ "declarations": [
5796
+ {
5797
+ "name": "__id",
5798
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
5799
+ }
5800
+ ],
5801
+ "tags": {}
5802
+ }
5803
+ ],
5804
+ "returnType": {
5805
+ "kind": "object",
5806
+ "properties": [
5807
+ {
5808
+ "kind": "property",
5809
+ "name": "className",
5810
+ "required": true,
5811
+ "type": {
5812
+ "kind": "primitive",
5813
+ "value": "string"
5814
+ },
5815
+ "description": "",
5816
+ "declarations": [
5817
+ {
5818
+ "name": "className",
5819
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
5820
+ }
5821
+ ],
5822
+ "tags": {}
5823
+ },
5824
+ {
5825
+ "kind": "property",
5826
+ "name": "style",
5827
+ "required": false,
5828
+ "type": {
5829
+ "kind": "external",
5830
+ "name": "Record",
5831
+ "url": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
5832
+ "typeParameters": [
5833
+ {
5834
+ "kind": "primitive",
5835
+ "value": "string"
5836
+ },
5837
+ {
5838
+ "kind": "primitive",
5839
+ "value": "string"
5840
+ }
5841
+ ]
5842
+ },
5843
+ "description": "",
5844
+ "declarations": [
5845
+ {
5846
+ "name": "style",
5847
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/dist/es6/lib/cs.d.ts"
5848
+ }
5849
+ ],
5850
+ "tags": {}
5851
+ }
5852
+ ]
5853
+ }
5854
+ }
5855
+ },
2479
5856
  {
2480
5857
  "name": "ExpandableTitle",
2481
5858
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableTitle.tsx",
@@ -309339,11 +312716,11 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
309339
312716
  "value": [
309340
312717
  {
309341
312718
  "kind": "string",
309342
- "value": "0px"
312719
+ "value": "999px"
309343
312720
  },
309344
312721
  {
309345
312722
  "kind": "string",
309346
- "value": "999px"
312723
+ "value": "0px"
309347
312724
  },
309348
312725
  {
309349
312726
  "kind": "string",