@workday/canvas-kit-docs 14.0.0-alpha.1206-next.0 → 14.0.0-alpha.1210-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.
- package/dist/es6/lib/docs.js +2608 -69
- package/dist/es6/lib/stackblitzFiles/packageJSONFile.js +5 -5
- package/dist/es6/lib/stackblitzFiles/packageJSONFile.ts +5 -5
- package/dist/mdx/14.0-UPGRADE-GUIDE.mdx +65 -3
- package/dist/mdx/labs-react/combobox/Combobox.mdx +19 -3
- package/dist/mdx/preview-react/status-indicator/examples/Icon.tsx +1 -1
- package/dist/mdx/preview-react/status-indicator/examples/Variants.tsx +8 -8
- package/dist/mdx/preview-react/text-area/TextArea.mdx +3 -3
- package/dist/mdx/preview-react/text-input/TextInput.mdx +3 -3
- package/dist/mdx/react/radio/Radio.mdx +15 -6
- package/dist/mdx/react/segmented-control/SegmentedControl.mdx +21 -2
- package/package.json +6 -6
package/dist/es6/lib/docs.js
CHANGED
|
@@ -168,6 +168,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
168
168
|
"value": "M"
|
|
169
169
|
}
|
|
170
170
|
]
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"kind": "intersection",
|
|
174
|
+
"value": [
|
|
175
|
+
{
|
|
176
|
+
"kind": "symbol",
|
|
177
|
+
"name": "VE",
|
|
178
|
+
"value": "VE"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"kind": "symbol",
|
|
182
|
+
"name": "V",
|
|
183
|
+
"value": "V"
|
|
184
|
+
}
|
|
185
|
+
]
|
|
171
186
|
}
|
|
172
187
|
],
|
|
173
188
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -1141,7 +1156,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
1141
1156
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/combobox/lib/AutocompleteList.tsx"
|
|
1142
1157
|
}
|
|
1143
1158
|
],
|
|
1144
|
-
"tags": {
|
|
1159
|
+
"tags": {
|
|
1160
|
+
"deprecated": "⚠️ `AutocompleteList` in Labs has been deprecated and will be removed in a future major version. Please use [`Combobox` in Main](https://workday.github.io/canvas-kit/?path=/docs/features-combobox--docs) instead."
|
|
1161
|
+
},
|
|
1145
1162
|
"type": {
|
|
1146
1163
|
"kind": "component",
|
|
1147
1164
|
"props": [
|
|
@@ -1347,7 +1364,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
1347
1364
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/combobox/lib/Combobox.tsx"
|
|
1348
1365
|
}
|
|
1349
1366
|
],
|
|
1350
|
-
"tags": {
|
|
1367
|
+
"tags": {
|
|
1368
|
+
"deprecated": "⚠️ `ComboBoxMenuItemGroup` in Labs has been deprecated and will be removed in a future major version. Please use [`Combobox` in Main](https://workday.github.io/canvas-kit/?path=/docs/features-combobox--docs) instead."
|
|
1369
|
+
},
|
|
1351
1370
|
"type": {
|
|
1352
1371
|
"kind": "object",
|
|
1353
1372
|
"properties": [
|
|
@@ -1415,7 +1434,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
1415
1434
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/combobox/lib/Combobox.tsx"
|
|
1416
1435
|
}
|
|
1417
1436
|
],
|
|
1418
|
-
"tags": {
|
|
1437
|
+
"tags": {
|
|
1438
|
+
"deprecated": "⚠️ `ComboboxProps` in Labs has been deprecated and will be removed in a future major version. Please use [`Combobox` in Main](https://workday.github.io/canvas-kit/?path=/docs/features-combobox--docs) instead."
|
|
1439
|
+
},
|
|
1419
1440
|
"type": {
|
|
1420
1441
|
"kind": "alias",
|
|
1421
1442
|
"name": "Combobox"
|
|
@@ -1431,7 +1452,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
1431
1452
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/combobox/lib/Combobox.tsx"
|
|
1432
1453
|
}
|
|
1433
1454
|
],
|
|
1434
|
-
"tags": {
|
|
1455
|
+
"tags": {
|
|
1456
|
+
"deprecated": "⚠️ `listBoxIdPart` in Labs has been deprecated and will be removed in a future major version. Please use [`Combobox` in Main](https://workday.github.io/canvas-kit/?path=/docs/features-combobox--docs) instead."
|
|
1457
|
+
},
|
|
1435
1458
|
"type": {
|
|
1436
1459
|
"kind": "string",
|
|
1437
1460
|
"value": "listbox"
|
|
@@ -1447,7 +1470,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
1447
1470
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/combobox/lib/Combobox.tsx"
|
|
1448
1471
|
}
|
|
1449
1472
|
],
|
|
1450
|
-
"tags": {
|
|
1473
|
+
"tags": {
|
|
1474
|
+
"deprecated": "⚠️ `getOptionId` in Labs has been deprecated and will be removed in a future major version. Please use [`Combobox` in Main](https://workday.github.io/canvas-kit/?path=/docs/features-combobox--docs) instead."
|
|
1475
|
+
},
|
|
1451
1476
|
"type": {
|
|
1452
1477
|
"kind": "function",
|
|
1453
1478
|
"parameters": [
|
|
@@ -1505,7 +1530,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
1505
1530
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/combobox/lib/Combobox.tsx"
|
|
1506
1531
|
}
|
|
1507
1532
|
],
|
|
1508
|
-
"tags": {
|
|
1533
|
+
"tags": {
|
|
1534
|
+
"deprecated": "⚠️ `getTextFromElement` in Labs has been deprecated and will be removed in a future major version. Please use [`Combobox` in Main](https://workday.github.io/canvas-kit/?path=/docs/features-combobox--docs) instead."
|
|
1535
|
+
},
|
|
1509
1536
|
"type": {
|
|
1510
1537
|
"kind": "function",
|
|
1511
1538
|
"parameters": [
|
|
@@ -1546,7 +1573,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
1546
1573
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/combobox/lib/Combobox.tsx"
|
|
1547
1574
|
}
|
|
1548
1575
|
],
|
|
1549
|
-
"tags": {
|
|
1576
|
+
"tags": {
|
|
1577
|
+
"deprecated": "⚠️ `Combobox` in Labs has been deprecated and will be removed in a future major version. Please use [`Combobox` in Main](https://workday.github.io/canvas-kit/?path=/docs/features-combobox--docs) instead."
|
|
1578
|
+
},
|
|
1550
1579
|
"type": {
|
|
1551
1580
|
"kind": "component",
|
|
1552
1581
|
"props": [
|
|
@@ -1878,7 +1907,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
1878
1907
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/combobox/lib/Status.tsx"
|
|
1879
1908
|
}
|
|
1880
1909
|
],
|
|
1881
|
-
"tags": {
|
|
1910
|
+
"tags": {
|
|
1911
|
+
"deprecated": "⚠️ `StatusProps` in Labs has been deprecated and will be removed in a future major version. Please use [`Combobox` in Main](https://workday.github.io/canvas-kit/?path=/docs/features-combobox--docs) instead."
|
|
1912
|
+
},
|
|
1882
1913
|
"type": {
|
|
1883
1914
|
"kind": "alias",
|
|
1884
1915
|
"name": "Status"
|
|
@@ -1894,7 +1925,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
1894
1925
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/combobox/lib/Status.tsx"
|
|
1895
1926
|
}
|
|
1896
1927
|
],
|
|
1897
|
-
"tags": {
|
|
1928
|
+
"tags": {
|
|
1929
|
+
"deprecated": "⚠️ `Status` in Labs has been deprecated and will be removed in a future major version. Please use [`Combobox` in Main](https://workday.github.io/canvas-kit/?path=/docs/features-combobox--docs) instead."
|
|
1930
|
+
},
|
|
1898
1931
|
"type": {
|
|
1899
1932
|
"kind": "component",
|
|
1900
1933
|
"props": [
|
|
@@ -2421,6 +2454,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
2421
2454
|
"value": "M"
|
|
2422
2455
|
}
|
|
2423
2456
|
]
|
|
2457
|
+
},
|
|
2458
|
+
{
|
|
2459
|
+
"kind": "intersection",
|
|
2460
|
+
"value": [
|
|
2461
|
+
{
|
|
2462
|
+
"kind": "symbol",
|
|
2463
|
+
"name": "VE",
|
|
2464
|
+
"value": "VE"
|
|
2465
|
+
},
|
|
2466
|
+
{
|
|
2467
|
+
"kind": "symbol",
|
|
2468
|
+
"name": "V",
|
|
2469
|
+
"value": "V"
|
|
2470
|
+
}
|
|
2471
|
+
]
|
|
2424
2472
|
}
|
|
2425
2473
|
],
|
|
2426
2474
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -4610,6 +4658,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
4610
4658
|
"value": "M"
|
|
4611
4659
|
}
|
|
4612
4660
|
]
|
|
4661
|
+
},
|
|
4662
|
+
{
|
|
4663
|
+
"kind": "intersection",
|
|
4664
|
+
"value": [
|
|
4665
|
+
{
|
|
4666
|
+
"kind": "symbol",
|
|
4667
|
+
"name": "VE",
|
|
4668
|
+
"value": "VE"
|
|
4669
|
+
},
|
|
4670
|
+
{
|
|
4671
|
+
"kind": "symbol",
|
|
4672
|
+
"name": "V",
|
|
4673
|
+
"value": "V"
|
|
4674
|
+
}
|
|
4675
|
+
]
|
|
4613
4676
|
}
|
|
4614
4677
|
],
|
|
4615
4678
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -5623,6 +5686,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
5623
5686
|
"value": "M"
|
|
5624
5687
|
}
|
|
5625
5688
|
]
|
|
5689
|
+
},
|
|
5690
|
+
{
|
|
5691
|
+
"kind": "intersection",
|
|
5692
|
+
"value": [
|
|
5693
|
+
{
|
|
5694
|
+
"kind": "symbol",
|
|
5695
|
+
"name": "VE",
|
|
5696
|
+
"value": "VE"
|
|
5697
|
+
},
|
|
5698
|
+
{
|
|
5699
|
+
"kind": "symbol",
|
|
5700
|
+
"name": "V",
|
|
5701
|
+
"value": "V"
|
|
5702
|
+
}
|
|
5703
|
+
]
|
|
5626
5704
|
}
|
|
5627
5705
|
],
|
|
5628
5706
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -6579,6 +6657,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
6579
6657
|
"value": "M"
|
|
6580
6658
|
}
|
|
6581
6659
|
]
|
|
6660
|
+
},
|
|
6661
|
+
{
|
|
6662
|
+
"kind": "intersection",
|
|
6663
|
+
"value": [
|
|
6664
|
+
{
|
|
6665
|
+
"kind": "symbol",
|
|
6666
|
+
"name": "VE",
|
|
6667
|
+
"value": "VE"
|
|
6668
|
+
},
|
|
6669
|
+
{
|
|
6670
|
+
"kind": "symbol",
|
|
6671
|
+
"name": "V",
|
|
6672
|
+
"value": "V"
|
|
6673
|
+
}
|
|
6674
|
+
]
|
|
6582
6675
|
}
|
|
6583
6676
|
],
|
|
6584
6677
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -7724,6 +7817,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
7724
7817
|
"value": "M"
|
|
7725
7818
|
}
|
|
7726
7819
|
]
|
|
7820
|
+
},
|
|
7821
|
+
{
|
|
7822
|
+
"kind": "intersection",
|
|
7823
|
+
"value": [
|
|
7824
|
+
{
|
|
7825
|
+
"kind": "symbol",
|
|
7826
|
+
"name": "VE",
|
|
7827
|
+
"value": "VE"
|
|
7828
|
+
},
|
|
7829
|
+
{
|
|
7830
|
+
"kind": "symbol",
|
|
7831
|
+
"name": "V",
|
|
7832
|
+
"value": "V"
|
|
7833
|
+
}
|
|
7834
|
+
]
|
|
7727
7835
|
}
|
|
7728
7836
|
],
|
|
7729
7837
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -9169,6 +9277,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
9169
9277
|
"value": "M"
|
|
9170
9278
|
}
|
|
9171
9279
|
]
|
|
9280
|
+
},
|
|
9281
|
+
{
|
|
9282
|
+
"kind": "intersection",
|
|
9283
|
+
"value": [
|
|
9284
|
+
{
|
|
9285
|
+
"kind": "symbol",
|
|
9286
|
+
"name": "VE",
|
|
9287
|
+
"value": "VE"
|
|
9288
|
+
},
|
|
9289
|
+
{
|
|
9290
|
+
"kind": "symbol",
|
|
9291
|
+
"name": "V",
|
|
9292
|
+
"value": "V"
|
|
9293
|
+
}
|
|
9294
|
+
]
|
|
9172
9295
|
}
|
|
9173
9296
|
],
|
|
9174
9297
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -10924,6 +11047,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
10924
11047
|
"value": "M"
|
|
10925
11048
|
}
|
|
10926
11049
|
]
|
|
11050
|
+
},
|
|
11051
|
+
{
|
|
11052
|
+
"kind": "intersection",
|
|
11053
|
+
"value": [
|
|
11054
|
+
{
|
|
11055
|
+
"kind": "symbol",
|
|
11056
|
+
"name": "VE",
|
|
11057
|
+
"value": "VE"
|
|
11058
|
+
},
|
|
11059
|
+
{
|
|
11060
|
+
"kind": "symbol",
|
|
11061
|
+
"name": "V",
|
|
11062
|
+
"value": "V"
|
|
11063
|
+
}
|
|
11064
|
+
]
|
|
10927
11065
|
}
|
|
10928
11066
|
],
|
|
10929
11067
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -34272,6 +34410,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
34272
34410
|
"value": "M"
|
|
34273
34411
|
}
|
|
34274
34412
|
]
|
|
34413
|
+
},
|
|
34414
|
+
{
|
|
34415
|
+
"kind": "intersection",
|
|
34416
|
+
"value": [
|
|
34417
|
+
{
|
|
34418
|
+
"kind": "symbol",
|
|
34419
|
+
"name": "VE",
|
|
34420
|
+
"value": "VE"
|
|
34421
|
+
},
|
|
34422
|
+
{
|
|
34423
|
+
"kind": "symbol",
|
|
34424
|
+
"name": "V",
|
|
34425
|
+
"value": "V"
|
|
34426
|
+
}
|
|
34427
|
+
]
|
|
34275
34428
|
}
|
|
34276
34429
|
],
|
|
34277
34430
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -34961,6 +35114,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
34961
35114
|
"value": "M"
|
|
34962
35115
|
}
|
|
34963
35116
|
]
|
|
35117
|
+
},
|
|
35118
|
+
{
|
|
35119
|
+
"kind": "intersection",
|
|
35120
|
+
"value": [
|
|
35121
|
+
{
|
|
35122
|
+
"kind": "symbol",
|
|
35123
|
+
"name": "VE",
|
|
35124
|
+
"value": "VE"
|
|
35125
|
+
},
|
|
35126
|
+
{
|
|
35127
|
+
"kind": "symbol",
|
|
35128
|
+
"name": "V",
|
|
35129
|
+
"value": "V"
|
|
35130
|
+
}
|
|
35131
|
+
]
|
|
34964
35132
|
}
|
|
34965
35133
|
],
|
|
34966
35134
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -35650,6 +35818,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
35650
35818
|
"value": "M"
|
|
35651
35819
|
}
|
|
35652
35820
|
]
|
|
35821
|
+
},
|
|
35822
|
+
{
|
|
35823
|
+
"kind": "intersection",
|
|
35824
|
+
"value": [
|
|
35825
|
+
{
|
|
35826
|
+
"kind": "symbol",
|
|
35827
|
+
"name": "VE",
|
|
35828
|
+
"value": "VE"
|
|
35829
|
+
},
|
|
35830
|
+
{
|
|
35831
|
+
"kind": "symbol",
|
|
35832
|
+
"name": "V",
|
|
35833
|
+
"value": "V"
|
|
35834
|
+
}
|
|
35835
|
+
]
|
|
35653
35836
|
}
|
|
35654
35837
|
],
|
|
35655
35838
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -36660,6 +36843,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
36660
36843
|
"value": "M"
|
|
36661
36844
|
}
|
|
36662
36845
|
]
|
|
36846
|
+
},
|
|
36847
|
+
{
|
|
36848
|
+
"kind": "intersection",
|
|
36849
|
+
"value": [
|
|
36850
|
+
{
|
|
36851
|
+
"kind": "symbol",
|
|
36852
|
+
"name": "VE",
|
|
36853
|
+
"value": "VE"
|
|
36854
|
+
},
|
|
36855
|
+
{
|
|
36856
|
+
"kind": "symbol",
|
|
36857
|
+
"name": "V",
|
|
36858
|
+
"value": "V"
|
|
36859
|
+
}
|
|
36860
|
+
]
|
|
36663
36861
|
}
|
|
36664
36862
|
],
|
|
36665
36863
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -37679,6 +37877,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
37679
37877
|
"value": "M"
|
|
37680
37878
|
}
|
|
37681
37879
|
]
|
|
37880
|
+
},
|
|
37881
|
+
{
|
|
37882
|
+
"kind": "intersection",
|
|
37883
|
+
"value": [
|
|
37884
|
+
{
|
|
37885
|
+
"kind": "symbol",
|
|
37886
|
+
"name": "VE",
|
|
37887
|
+
"value": "VE"
|
|
37888
|
+
},
|
|
37889
|
+
{
|
|
37890
|
+
"kind": "symbol",
|
|
37891
|
+
"name": "V",
|
|
37892
|
+
"value": "V"
|
|
37893
|
+
}
|
|
37894
|
+
]
|
|
37682
37895
|
}
|
|
37683
37896
|
],
|
|
37684
37897
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -38489,6 +38702,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
38489
38702
|
"value": "M"
|
|
38490
38703
|
}
|
|
38491
38704
|
]
|
|
38705
|
+
},
|
|
38706
|
+
{
|
|
38707
|
+
"kind": "intersection",
|
|
38708
|
+
"value": [
|
|
38709
|
+
{
|
|
38710
|
+
"kind": "symbol",
|
|
38711
|
+
"name": "VE",
|
|
38712
|
+
"value": "VE"
|
|
38713
|
+
},
|
|
38714
|
+
{
|
|
38715
|
+
"kind": "symbol",
|
|
38716
|
+
"name": "V",
|
|
38717
|
+
"value": "V"
|
|
38718
|
+
}
|
|
38719
|
+
]
|
|
38492
38720
|
}
|
|
38493
38721
|
],
|
|
38494
38722
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -39589,6 +39817,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
39589
39817
|
"value": "M"
|
|
39590
39818
|
}
|
|
39591
39819
|
]
|
|
39820
|
+
},
|
|
39821
|
+
{
|
|
39822
|
+
"kind": "intersection",
|
|
39823
|
+
"value": [
|
|
39824
|
+
{
|
|
39825
|
+
"kind": "symbol",
|
|
39826
|
+
"name": "VE",
|
|
39827
|
+
"value": "VE"
|
|
39828
|
+
},
|
|
39829
|
+
{
|
|
39830
|
+
"kind": "symbol",
|
|
39831
|
+
"name": "V",
|
|
39832
|
+
"value": "V"
|
|
39833
|
+
}
|
|
39834
|
+
]
|
|
39592
39835
|
}
|
|
39593
39836
|
],
|
|
39594
39837
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -40706,6 +40949,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
40706
40949
|
"value": "M"
|
|
40707
40950
|
}
|
|
40708
40951
|
]
|
|
40952
|
+
},
|
|
40953
|
+
{
|
|
40954
|
+
"kind": "intersection",
|
|
40955
|
+
"value": [
|
|
40956
|
+
{
|
|
40957
|
+
"kind": "symbol",
|
|
40958
|
+
"name": "VE",
|
|
40959
|
+
"value": "VE"
|
|
40960
|
+
},
|
|
40961
|
+
{
|
|
40962
|
+
"kind": "symbol",
|
|
40963
|
+
"name": "V",
|
|
40964
|
+
"value": "V"
|
|
40965
|
+
}
|
|
40966
|
+
]
|
|
40709
40967
|
}
|
|
40710
40968
|
],
|
|
40711
40969
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -58541,6 +58799,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
58541
58799
|
"value": "M"
|
|
58542
58800
|
}
|
|
58543
58801
|
]
|
|
58802
|
+
},
|
|
58803
|
+
{
|
|
58804
|
+
"kind": "intersection",
|
|
58805
|
+
"value": [
|
|
58806
|
+
{
|
|
58807
|
+
"kind": "symbol",
|
|
58808
|
+
"name": "VE",
|
|
58809
|
+
"value": "VE"
|
|
58810
|
+
},
|
|
58811
|
+
{
|
|
58812
|
+
"kind": "symbol",
|
|
58813
|
+
"name": "V",
|
|
58814
|
+
"value": "V"
|
|
58815
|
+
}
|
|
58816
|
+
]
|
|
58544
58817
|
}
|
|
58545
58818
|
],
|
|
58546
58819
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -59838,6 +60111,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
59838
60111
|
"value": "M"
|
|
59839
60112
|
}
|
|
59840
60113
|
]
|
|
60114
|
+
},
|
|
60115
|
+
{
|
|
60116
|
+
"kind": "intersection",
|
|
60117
|
+
"value": [
|
|
60118
|
+
{
|
|
60119
|
+
"kind": "symbol",
|
|
60120
|
+
"name": "VE",
|
|
60121
|
+
"value": "VE"
|
|
60122
|
+
},
|
|
60123
|
+
{
|
|
60124
|
+
"kind": "symbol",
|
|
60125
|
+
"name": "V",
|
|
60126
|
+
"value": "V"
|
|
60127
|
+
}
|
|
60128
|
+
]
|
|
59841
60129
|
}
|
|
59842
60130
|
],
|
|
59843
60131
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -63332,6 +63620,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
63332
63620
|
"value": "M"
|
|
63333
63621
|
}
|
|
63334
63622
|
]
|
|
63623
|
+
},
|
|
63624
|
+
{
|
|
63625
|
+
"kind": "intersection",
|
|
63626
|
+
"value": [
|
|
63627
|
+
{
|
|
63628
|
+
"kind": "symbol",
|
|
63629
|
+
"name": "VE",
|
|
63630
|
+
"value": "VE"
|
|
63631
|
+
},
|
|
63632
|
+
{
|
|
63633
|
+
"kind": "symbol",
|
|
63634
|
+
"name": "V",
|
|
63635
|
+
"value": "V"
|
|
63636
|
+
}
|
|
63637
|
+
]
|
|
63335
63638
|
}
|
|
63336
63639
|
],
|
|
63337
63640
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -64412,6 +64715,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
64412
64715
|
"value": "M"
|
|
64413
64716
|
}
|
|
64414
64717
|
]
|
|
64718
|
+
},
|
|
64719
|
+
{
|
|
64720
|
+
"kind": "intersection",
|
|
64721
|
+
"value": [
|
|
64722
|
+
{
|
|
64723
|
+
"kind": "symbol",
|
|
64724
|
+
"name": "VE",
|
|
64725
|
+
"value": "VE"
|
|
64726
|
+
},
|
|
64727
|
+
{
|
|
64728
|
+
"kind": "symbol",
|
|
64729
|
+
"name": "V",
|
|
64730
|
+
"value": "V"
|
|
64731
|
+
}
|
|
64732
|
+
]
|
|
64415
64733
|
}
|
|
64416
64734
|
],
|
|
64417
64735
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -65485,7 +65803,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
65485
65803
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx"
|
|
65486
65804
|
}
|
|
65487
65805
|
],
|
|
65488
|
-
"tags": {
|
|
65806
|
+
"tags": {
|
|
65807
|
+
"deprecated": "This is being deprecated and will be removed in a future release. Use\n`StatusIndicatorProps['variant']` instead."
|
|
65808
|
+
},
|
|
65489
65809
|
"type": {
|
|
65490
65810
|
"kind": "type",
|
|
65491
65811
|
"typeParameters": [],
|
|
@@ -65494,11 +65814,31 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
65494
65814
|
"value": [
|
|
65495
65815
|
{
|
|
65496
65816
|
"kind": "string",
|
|
65497
|
-
"value": "
|
|
65817
|
+
"value": "info"
|
|
65498
65818
|
},
|
|
65499
65819
|
{
|
|
65500
65820
|
"kind": "string",
|
|
65501
|
-
"value": "
|
|
65821
|
+
"value": "neutral"
|
|
65822
|
+
},
|
|
65823
|
+
{
|
|
65824
|
+
"kind": "string",
|
|
65825
|
+
"value": "caution"
|
|
65826
|
+
},
|
|
65827
|
+
{
|
|
65828
|
+
"kind": "string",
|
|
65829
|
+
"value": "positive"
|
|
65830
|
+
},
|
|
65831
|
+
{
|
|
65832
|
+
"kind": "string",
|
|
65833
|
+
"value": "critical"
|
|
65834
|
+
},
|
|
65835
|
+
{
|
|
65836
|
+
"kind": "string",
|
|
65837
|
+
"value": "ai"
|
|
65838
|
+
},
|
|
65839
|
+
{
|
|
65840
|
+
"kind": "string",
|
|
65841
|
+
"value": "transparent"
|
|
65502
65842
|
},
|
|
65503
65843
|
{
|
|
65504
65844
|
"kind": "string",
|
|
@@ -65508,13 +65848,17 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
65508
65848
|
"kind": "string",
|
|
65509
65849
|
"value": "green"
|
|
65510
65850
|
},
|
|
65851
|
+
{
|
|
65852
|
+
"kind": "string",
|
|
65853
|
+
"value": "orange"
|
|
65854
|
+
},
|
|
65511
65855
|
{
|
|
65512
65856
|
"kind": "string",
|
|
65513
65857
|
"value": "red"
|
|
65514
65858
|
},
|
|
65515
65859
|
{
|
|
65516
65860
|
"kind": "string",
|
|
65517
|
-
"value": "
|
|
65861
|
+
"value": "gray"
|
|
65518
65862
|
}
|
|
65519
65863
|
]
|
|
65520
65864
|
}
|
|
@@ -65539,7 +65883,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
65539
65883
|
{
|
|
65540
65884
|
"name": "StatusIndicator",
|
|
65541
65885
|
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx",
|
|
65542
|
-
"description": "`StatusIndicator` is a container component
|
|
65886
|
+
"description": "`StatusIndicator` is a container component has a default maximum width of `200px`.\n\n```tsx\n<StatusIndicator variant=\"info\">\n {Child components}\n</StatusIndicator>\n```",
|
|
65543
65887
|
"declarations": [
|
|
65544
65888
|
{
|
|
65545
65889
|
"name": "StatusIndicator",
|
|
@@ -65552,38 +65896,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
65552
65896
|
"componentType": "regular",
|
|
65553
65897
|
"displayName": "StatusIndicator",
|
|
65554
65898
|
"props": [
|
|
65555
|
-
{
|
|
65556
|
-
"kind": "property",
|
|
65557
|
-
"name": "emphasis",
|
|
65558
|
-
"required": false,
|
|
65559
|
-
"type": {
|
|
65560
|
-
"kind": "union",
|
|
65561
|
-
"value": [
|
|
65562
|
-
{
|
|
65563
|
-
"kind": "string",
|
|
65564
|
-
"value": "high"
|
|
65565
|
-
},
|
|
65566
|
-
{
|
|
65567
|
-
"kind": "string",
|
|
65568
|
-
"value": "low"
|
|
65569
|
-
}
|
|
65570
|
-
]
|
|
65571
|
-
},
|
|
65572
|
-
"description": "Defines the emphasis of the `StatusIndicator`.\n`high` emphasis will create more contrast between the background and text colors.\n`low` emphasis will create less contrast between the background and text colors.",
|
|
65573
|
-
"declarations": [
|
|
65574
|
-
{
|
|
65575
|
-
"name": "emphasis",
|
|
65576
|
-
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx"
|
|
65577
|
-
}
|
|
65578
|
-
],
|
|
65579
|
-
"tags": {
|
|
65580
|
-
"default": "'low'"
|
|
65581
|
-
},
|
|
65582
|
-
"defaultValue": {
|
|
65583
|
-
"kind": "string",
|
|
65584
|
-
"value": "low"
|
|
65585
|
-
}
|
|
65586
|
-
},
|
|
65587
65899
|
{
|
|
65588
65900
|
"kind": "property",
|
|
65589
65901
|
"name": "variant",
|
|
@@ -65593,7 +65905,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
65593
65905
|
"name": "StatusIndicatorVariant",
|
|
65594
65906
|
"value": "StatusIndicatorVariant"
|
|
65595
65907
|
},
|
|
65596
|
-
"description": "Defines the color of the `StatusIndicator
|
|
65908
|
+
"description": "Defines the color of the `StatusIndicator`.\n* `info` | `blue` - Uses the info system color and is used for informational status indications\n* `positive` | `green` - Uses the positive system color and is used for positive status indications\n* `caution` | `orange` - Uses the caution system color and is used for warnings or required actions\n* `critical` | `red` - Uses the error system color and is used for critical or negative status indications\n* `neutral` | `gray` - Uses the neutral system color and generally doesn't have positive or negative connotations\n* `illuminate` - Uses the AI system color and is used for AI generated content\n* `transparent` - Uses the transparent system color and is used for overlays on top of images or videos",
|
|
65597
65909
|
"declarations": [
|
|
65598
65910
|
{
|
|
65599
65911
|
"name": "variant",
|
|
@@ -65601,11 +65913,11 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
65601
65913
|
}
|
|
65602
65914
|
],
|
|
65603
65915
|
"tags": {
|
|
65604
|
-
"default": "'
|
|
65916
|
+
"default": "'neutral'"
|
|
65605
65917
|
},
|
|
65606
65918
|
"defaultValue": {
|
|
65607
65919
|
"kind": "string",
|
|
65608
|
-
"value": "
|
|
65920
|
+
"value": "neutral"
|
|
65609
65921
|
}
|
|
65610
65922
|
},
|
|
65611
65923
|
{
|
|
@@ -65644,6 +65956,75 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
65644
65956
|
],
|
|
65645
65957
|
"tags": {}
|
|
65646
65958
|
},
|
|
65959
|
+
{
|
|
65960
|
+
"kind": "property",
|
|
65961
|
+
"name": "emphasis",
|
|
65962
|
+
"defaultValue": {
|
|
65963
|
+
"kind": "string",
|
|
65964
|
+
"value": "low"
|
|
65965
|
+
},
|
|
65966
|
+
"type": {
|
|
65967
|
+
"kind": "object",
|
|
65968
|
+
"properties": [
|
|
65969
|
+
{
|
|
65970
|
+
"kind": "property",
|
|
65971
|
+
"name": "low",
|
|
65972
|
+
"defaultValue": {
|
|
65973
|
+
"kind": "object",
|
|
65974
|
+
"properties": []
|
|
65975
|
+
},
|
|
65976
|
+
"type": {
|
|
65977
|
+
"kind": "object",
|
|
65978
|
+
"properties": []
|
|
65979
|
+
},
|
|
65980
|
+
"required": true,
|
|
65981
|
+
"description": "",
|
|
65982
|
+
"declarations": [
|
|
65983
|
+
{
|
|
65984
|
+
"name": "low",
|
|
65985
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx"
|
|
65986
|
+
}
|
|
65987
|
+
],
|
|
65988
|
+
"tags": {}
|
|
65989
|
+
},
|
|
65990
|
+
{
|
|
65991
|
+
"kind": "property",
|
|
65992
|
+
"name": "high",
|
|
65993
|
+
"defaultValue": {
|
|
65994
|
+
"kind": "object",
|
|
65995
|
+
"properties": []
|
|
65996
|
+
},
|
|
65997
|
+
"type": {
|
|
65998
|
+
"kind": "object",
|
|
65999
|
+
"properties": []
|
|
66000
|
+
},
|
|
66001
|
+
"required": true,
|
|
66002
|
+
"description": "",
|
|
66003
|
+
"declarations": [
|
|
66004
|
+
{
|
|
66005
|
+
"name": "high",
|
|
66006
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx"
|
|
66007
|
+
}
|
|
66008
|
+
],
|
|
66009
|
+
"tags": {
|
|
66010
|
+
"deprecated": "This is being deprecated and will be removed in a future release."
|
|
66011
|
+
}
|
|
66012
|
+
}
|
|
66013
|
+
]
|
|
66014
|
+
},
|
|
66015
|
+
"required": true,
|
|
66016
|
+
"description": "Defines the emphasis of the `StatusIndicator`. `low` should be used in almost all cases.\n`high` is being deprecated and will be removed in a future release.\n* `low` - Normal emphasis and will visually fit in with other components.\n* `high` - High emphasis has been used to make the `StatusIndicator` stand out more, but\n tends to overpower other components. It will be removed and should not be used.",
|
|
66017
|
+
"declarations": [
|
|
66018
|
+
{
|
|
66019
|
+
"name": "emphasis",
|
|
66020
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx"
|
|
66021
|
+
}
|
|
66022
|
+
],
|
|
66023
|
+
"tags": {
|
|
66024
|
+
"default": "'low'",
|
|
66025
|
+
"deprecated": "This is being deprecated and will be removed in a future release. `high` is being removed"
|
|
66026
|
+
}
|
|
66027
|
+
},
|
|
65647
66028
|
{
|
|
65648
66029
|
"kind": "property",
|
|
65649
66030
|
"name": "as",
|
|
@@ -65695,7 +66076,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
65695
66076
|
{
|
|
65696
66077
|
"name": "Label",
|
|
65697
66078
|
"symbol": "StatusIndicatorLabel",
|
|
65698
|
-
"description": "`StatusIndicator.Label`
|
|
66079
|
+
"description": "`StatusIndicator.Label` will apply an ellipsis if its contents exceed the component's maximum\nwidth.\n\n```tsx\n<StatusIndicator.Label>{The text to be rendered}</StatusIndicator.Label>\n```",
|
|
65699
66080
|
"declarations": [
|
|
65700
66081
|
{
|
|
65701
66082
|
"name": "Label",
|
|
@@ -66323,7 +66704,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
66323
66704
|
}
|
|
66324
66705
|
],
|
|
66325
66706
|
"tags": {
|
|
66326
|
-
"deprecated": "⚠️ `TextAreaProps` in Preview has been deprecated and will be removed in a future major version. Please use [`
|
|
66707
|
+
"deprecated": "⚠️ `TextAreaProps` in Preview has been deprecated and will be removed in a future major version. Please use [`TextArea` in Main](https://workday.github.io/canvas-kit/?path=/docs/components-inputs-textarea--docs) instead."
|
|
66327
66708
|
},
|
|
66328
66709
|
"type": {
|
|
66329
66710
|
"kind": "alias",
|
|
@@ -66342,7 +66723,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
66342
66723
|
],
|
|
66343
66724
|
"tags": {
|
|
66344
66725
|
"stencil": "formFieldStencil",
|
|
66345
|
-
"deprecated": "⚠️ `TextArea` in Preview has been deprecated and will be removed in a future major version. Please use [`
|
|
66726
|
+
"deprecated": "⚠️ `TextArea` in Preview has been deprecated and will be removed in a future major version. Please use [`TextArea` in Main](https://workday.github.io/canvas-kit/?path=/docs/components-inputs-textarea--docs) instead."
|
|
66346
66727
|
},
|
|
66347
66728
|
"type": {
|
|
66348
66729
|
"kind": "enhancedComponent",
|
|
@@ -66573,7 +66954,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
66573
66954
|
}
|
|
66574
66955
|
],
|
|
66575
66956
|
"tags": {
|
|
66576
|
-
"deprecated": "⚠️ `TextAreaField` in Preview has been deprecated and will be removed in a future major version. Please use [`FormField`](https://workday.github.io/canvas-kit/?path=/
|
|
66957
|
+
"deprecated": "⚠️ `TextAreaField` in Preview has been deprecated and will be removed in a future major version. Please use [`FormField`](https://workday.github.io/canvas-kit/?path=/docs/components-inputs-form-field--docs) in Preview instead."
|
|
66577
66958
|
},
|
|
66578
66959
|
"type": {
|
|
66579
66960
|
"kind": "enhancedComponent",
|
|
@@ -66821,7 +67202,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
66821
67202
|
}
|
|
66822
67203
|
],
|
|
66823
67204
|
"tags": {
|
|
66824
|
-
"deprecated": "⚠️ `TextInputProps` in Preview has been deprecated and will be removed in a future major version. Please use [`
|
|
67205
|
+
"deprecated": "⚠️ `TextInputProps` in Preview has been deprecated and will be removed in a future major version. Please use [`TextInput` in Main](https://workday.github.io/canvas-kit/?path=/docs/components-inputs-text-input--docs) instead."
|
|
66825
67206
|
},
|
|
66826
67207
|
"type": {
|
|
66827
67208
|
"kind": "alias",
|
|
@@ -66840,7 +67221,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
66840
67221
|
],
|
|
66841
67222
|
"tags": {
|
|
66842
67223
|
"stencil": "formFieldStencil",
|
|
66843
|
-
"deprecated": "⚠️ `TextInput` in Preview has been deprecated and will be removed in a future major version. Please use [`
|
|
67224
|
+
"deprecated": "⚠️ `TextInput` in Preview has been deprecated and will be removed in a future major version. Please use [`TextInput` in Main](https://workday.github.io/canvas-kit/?path=/docs/components-inputs-textinput--docs) instead."
|
|
66844
67225
|
},
|
|
66845
67226
|
"type": {
|
|
66846
67227
|
"kind": "enhancedComponent",
|
|
@@ -67071,7 +67452,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
67071
67452
|
}
|
|
67072
67453
|
],
|
|
67073
67454
|
"tags": {
|
|
67074
|
-
"deprecated": "⚠️ `TextInputField` in Preview has been deprecated and will be removed in a future major version. Please use [`FormField` in Preview](https://workday.github.io/canvas-kit/?path=/
|
|
67455
|
+
"deprecated": "⚠️ `TextInputField` in Preview has been deprecated and will be removed in a future major version. Please use [`FormField` in Preview](https://workday.github.io/canvas-kit/?path=/docs/components-inputs-form-field--docs) instead."
|
|
67075
67456
|
},
|
|
67076
67457
|
"type": {
|
|
67077
67458
|
"kind": "enhancedComponent",
|
|
@@ -67753,6 +68134,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
67753
68134
|
"value": "M"
|
|
67754
68135
|
}
|
|
67755
68136
|
]
|
|
68137
|
+
},
|
|
68138
|
+
{
|
|
68139
|
+
"kind": "intersection",
|
|
68140
|
+
"value": [
|
|
68141
|
+
{
|
|
68142
|
+
"kind": "symbol",
|
|
68143
|
+
"name": "VE",
|
|
68144
|
+
"value": "VE"
|
|
68145
|
+
},
|
|
68146
|
+
{
|
|
68147
|
+
"kind": "symbol",
|
|
68148
|
+
"name": "V",
|
|
68149
|
+
"value": "V"
|
|
68150
|
+
}
|
|
68151
|
+
]
|
|
67756
68152
|
}
|
|
67757
68153
|
],
|
|
67758
68154
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -68709,6 +69105,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
68709
69105
|
"value": "M"
|
|
68710
69106
|
}
|
|
68711
69107
|
]
|
|
69108
|
+
},
|
|
69109
|
+
{
|
|
69110
|
+
"kind": "intersection",
|
|
69111
|
+
"value": [
|
|
69112
|
+
{
|
|
69113
|
+
"kind": "symbol",
|
|
69114
|
+
"name": "VE",
|
|
69115
|
+
"value": "VE"
|
|
69116
|
+
},
|
|
69117
|
+
{
|
|
69118
|
+
"kind": "symbol",
|
|
69119
|
+
"name": "V",
|
|
69120
|
+
"value": "V"
|
|
69121
|
+
}
|
|
69122
|
+
]
|
|
68712
69123
|
}
|
|
68713
69124
|
],
|
|
68714
69125
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -78997,6 +79408,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
78997
79408
|
"value": "M"
|
|
78998
79409
|
}
|
|
78999
79410
|
]
|
|
79411
|
+
},
|
|
79412
|
+
{
|
|
79413
|
+
"kind": "intersection",
|
|
79414
|
+
"value": [
|
|
79415
|
+
{
|
|
79416
|
+
"kind": "symbol",
|
|
79417
|
+
"name": "VE",
|
|
79418
|
+
"value": "VE"
|
|
79419
|
+
},
|
|
79420
|
+
{
|
|
79421
|
+
"kind": "symbol",
|
|
79422
|
+
"name": "V",
|
|
79423
|
+
"value": "V"
|
|
79424
|
+
}
|
|
79425
|
+
]
|
|
79000
79426
|
}
|
|
79001
79427
|
],
|
|
79002
79428
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -80205,6 +80631,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
80205
80631
|
"value": "M"
|
|
80206
80632
|
}
|
|
80207
80633
|
]
|
|
80634
|
+
},
|
|
80635
|
+
{
|
|
80636
|
+
"kind": "intersection",
|
|
80637
|
+
"value": [
|
|
80638
|
+
{
|
|
80639
|
+
"kind": "symbol",
|
|
80640
|
+
"name": "VE",
|
|
80641
|
+
"value": "VE"
|
|
80642
|
+
},
|
|
80643
|
+
{
|
|
80644
|
+
"kind": "symbol",
|
|
80645
|
+
"name": "V",
|
|
80646
|
+
"value": "V"
|
|
80647
|
+
}
|
|
80648
|
+
]
|
|
80208
80649
|
}
|
|
80209
80650
|
],
|
|
80210
80651
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -81117,6 +81558,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
81117
81558
|
"value": "M"
|
|
81118
81559
|
}
|
|
81119
81560
|
]
|
|
81561
|
+
},
|
|
81562
|
+
{
|
|
81563
|
+
"kind": "intersection",
|
|
81564
|
+
"value": [
|
|
81565
|
+
{
|
|
81566
|
+
"kind": "symbol",
|
|
81567
|
+
"name": "VE",
|
|
81568
|
+
"value": "VE"
|
|
81569
|
+
},
|
|
81570
|
+
{
|
|
81571
|
+
"kind": "symbol",
|
|
81572
|
+
"name": "V",
|
|
81573
|
+
"value": "V"
|
|
81574
|
+
}
|
|
81575
|
+
]
|
|
81120
81576
|
}
|
|
81121
81577
|
],
|
|
81122
81578
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -81986,6 +82442,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
81986
82442
|
"value": "M"
|
|
81987
82443
|
}
|
|
81988
82444
|
]
|
|
82445
|
+
},
|
|
82446
|
+
{
|
|
82447
|
+
"kind": "intersection",
|
|
82448
|
+
"value": [
|
|
82449
|
+
{
|
|
82450
|
+
"kind": "symbol",
|
|
82451
|
+
"name": "VE",
|
|
82452
|
+
"value": "VE"
|
|
82453
|
+
},
|
|
82454
|
+
{
|
|
82455
|
+
"kind": "symbol",
|
|
82456
|
+
"name": "V",
|
|
82457
|
+
"value": "V"
|
|
82458
|
+
}
|
|
82459
|
+
]
|
|
81989
82460
|
}
|
|
81990
82461
|
],
|
|
81991
82462
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -83088,6 +83559,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
83088
83559
|
"value": "M"
|
|
83089
83560
|
}
|
|
83090
83561
|
]
|
|
83562
|
+
},
|
|
83563
|
+
{
|
|
83564
|
+
"kind": "intersection",
|
|
83565
|
+
"value": [
|
|
83566
|
+
{
|
|
83567
|
+
"kind": "symbol",
|
|
83568
|
+
"name": "VE",
|
|
83569
|
+
"value": "VE"
|
|
83570
|
+
},
|
|
83571
|
+
{
|
|
83572
|
+
"kind": "symbol",
|
|
83573
|
+
"name": "V",
|
|
83574
|
+
"value": "V"
|
|
83575
|
+
}
|
|
83576
|
+
]
|
|
83091
83577
|
}
|
|
83092
83578
|
],
|
|
83093
83579
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -85003,6 +85489,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
85003
85489
|
"value": "M"
|
|
85004
85490
|
}
|
|
85005
85491
|
]
|
|
85492
|
+
},
|
|
85493
|
+
{
|
|
85494
|
+
"kind": "intersection",
|
|
85495
|
+
"value": [
|
|
85496
|
+
{
|
|
85497
|
+
"kind": "symbol",
|
|
85498
|
+
"name": "VE",
|
|
85499
|
+
"value": "VE"
|
|
85500
|
+
},
|
|
85501
|
+
{
|
|
85502
|
+
"kind": "symbol",
|
|
85503
|
+
"name": "V",
|
|
85504
|
+
"value": "V"
|
|
85505
|
+
}
|
|
85506
|
+
]
|
|
85006
85507
|
}
|
|
85007
85508
|
],
|
|
85008
85509
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -86113,6 +86614,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
86113
86614
|
"value": "M"
|
|
86114
86615
|
}
|
|
86115
86616
|
]
|
|
86617
|
+
},
|
|
86618
|
+
{
|
|
86619
|
+
"kind": "intersection",
|
|
86620
|
+
"value": [
|
|
86621
|
+
{
|
|
86622
|
+
"kind": "symbol",
|
|
86623
|
+
"name": "VE",
|
|
86624
|
+
"value": "VE"
|
|
86625
|
+
},
|
|
86626
|
+
{
|
|
86627
|
+
"kind": "symbol",
|
|
86628
|
+
"name": "V",
|
|
86629
|
+
"value": "V"
|
|
86630
|
+
}
|
|
86631
|
+
]
|
|
86116
86632
|
}
|
|
86117
86633
|
],
|
|
86118
86634
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -87044,6 +87560,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
87044
87560
|
"value": "M"
|
|
87045
87561
|
}
|
|
87046
87562
|
]
|
|
87563
|
+
},
|
|
87564
|
+
{
|
|
87565
|
+
"kind": "intersection",
|
|
87566
|
+
"value": [
|
|
87567
|
+
{
|
|
87568
|
+
"kind": "symbol",
|
|
87569
|
+
"name": "VE",
|
|
87570
|
+
"value": "VE"
|
|
87571
|
+
},
|
|
87572
|
+
{
|
|
87573
|
+
"kind": "symbol",
|
|
87574
|
+
"name": "V",
|
|
87575
|
+
"value": "V"
|
|
87576
|
+
}
|
|
87577
|
+
]
|
|
87047
87578
|
}
|
|
87048
87579
|
],
|
|
87049
87580
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -87947,6 +88478,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
87947
88478
|
"value": "M"
|
|
87948
88479
|
}
|
|
87949
88480
|
]
|
|
88481
|
+
},
|
|
88482
|
+
{
|
|
88483
|
+
"kind": "intersection",
|
|
88484
|
+
"value": [
|
|
88485
|
+
{
|
|
88486
|
+
"kind": "symbol",
|
|
88487
|
+
"name": "VE",
|
|
88488
|
+
"value": "VE"
|
|
88489
|
+
},
|
|
88490
|
+
{
|
|
88491
|
+
"kind": "symbol",
|
|
88492
|
+
"name": "V",
|
|
88493
|
+
"value": "V"
|
|
88494
|
+
}
|
|
88495
|
+
]
|
|
87950
88496
|
}
|
|
87951
88497
|
],
|
|
87952
88498
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -88869,6 +89415,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
88869
89415
|
"value": "M"
|
|
88870
89416
|
}
|
|
88871
89417
|
]
|
|
89418
|
+
},
|
|
89419
|
+
{
|
|
89420
|
+
"kind": "intersection",
|
|
89421
|
+
"value": [
|
|
89422
|
+
{
|
|
89423
|
+
"kind": "symbol",
|
|
89424
|
+
"name": "VE",
|
|
89425
|
+
"value": "VE"
|
|
89426
|
+
},
|
|
89427
|
+
{
|
|
89428
|
+
"kind": "symbol",
|
|
89429
|
+
"name": "V",
|
|
89430
|
+
"value": "V"
|
|
89431
|
+
}
|
|
89432
|
+
]
|
|
88872
89433
|
}
|
|
88873
89434
|
],
|
|
88874
89435
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -89854,6 +90415,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
89854
90415
|
"value": "M"
|
|
89855
90416
|
}
|
|
89856
90417
|
]
|
|
90418
|
+
},
|
|
90419
|
+
{
|
|
90420
|
+
"kind": "intersection",
|
|
90421
|
+
"value": [
|
|
90422
|
+
{
|
|
90423
|
+
"kind": "symbol",
|
|
90424
|
+
"name": "VE",
|
|
90425
|
+
"value": "VE"
|
|
90426
|
+
},
|
|
90427
|
+
{
|
|
90428
|
+
"kind": "symbol",
|
|
90429
|
+
"name": "V",
|
|
90430
|
+
"value": "V"
|
|
90431
|
+
}
|
|
90432
|
+
]
|
|
89857
90433
|
}
|
|
89858
90434
|
],
|
|
89859
90435
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -95316,6 +95892,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
95316
95892
|
"value": "M"
|
|
95317
95893
|
}
|
|
95318
95894
|
]
|
|
95895
|
+
},
|
|
95896
|
+
{
|
|
95897
|
+
"kind": "intersection",
|
|
95898
|
+
"value": [
|
|
95899
|
+
{
|
|
95900
|
+
"kind": "symbol",
|
|
95901
|
+
"name": "VE",
|
|
95902
|
+
"value": "VE"
|
|
95903
|
+
},
|
|
95904
|
+
{
|
|
95905
|
+
"kind": "symbol",
|
|
95906
|
+
"name": "V",
|
|
95907
|
+
"value": "V"
|
|
95908
|
+
}
|
|
95909
|
+
]
|
|
95319
95910
|
}
|
|
95320
95911
|
],
|
|
95321
95912
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -110538,6 +111129,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
110538
111129
|
"value": "M"
|
|
110539
111130
|
}
|
|
110540
111131
|
]
|
|
111132
|
+
},
|
|
111133
|
+
{
|
|
111134
|
+
"kind": "intersection",
|
|
111135
|
+
"value": [
|
|
111136
|
+
{
|
|
111137
|
+
"kind": "symbol",
|
|
111138
|
+
"name": "VE",
|
|
111139
|
+
"value": "VE"
|
|
111140
|
+
},
|
|
111141
|
+
{
|
|
111142
|
+
"kind": "symbol",
|
|
111143
|
+
"name": "V",
|
|
111144
|
+
"value": "V"
|
|
111145
|
+
}
|
|
111146
|
+
]
|
|
110541
111147
|
}
|
|
110542
111148
|
],
|
|
110543
111149
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -112838,6 +113444,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
112838
113444
|
"value": "M"
|
|
112839
113445
|
}
|
|
112840
113446
|
]
|
|
113447
|
+
},
|
|
113448
|
+
{
|
|
113449
|
+
"kind": "intersection",
|
|
113450
|
+
"value": [
|
|
113451
|
+
{
|
|
113452
|
+
"kind": "symbol",
|
|
113453
|
+
"name": "VE",
|
|
113454
|
+
"value": "VE"
|
|
113455
|
+
},
|
|
113456
|
+
{
|
|
113457
|
+
"kind": "symbol",
|
|
113458
|
+
"name": "V",
|
|
113459
|
+
"value": "V"
|
|
113460
|
+
}
|
|
113461
|
+
]
|
|
112841
113462
|
}
|
|
112842
113463
|
],
|
|
112843
113464
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -113708,6 +114329,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
113708
114329
|
"value": "M"
|
|
113709
114330
|
}
|
|
113710
114331
|
]
|
|
114332
|
+
},
|
|
114333
|
+
{
|
|
114334
|
+
"kind": "intersection",
|
|
114335
|
+
"value": [
|
|
114336
|
+
{
|
|
114337
|
+
"kind": "symbol",
|
|
114338
|
+
"name": "VE",
|
|
114339
|
+
"value": "VE"
|
|
114340
|
+
},
|
|
114341
|
+
{
|
|
114342
|
+
"kind": "symbol",
|
|
114343
|
+
"name": "V",
|
|
114344
|
+
"value": "V"
|
|
114345
|
+
}
|
|
114346
|
+
]
|
|
113711
114347
|
}
|
|
113712
114348
|
],
|
|
113713
114349
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -116511,6 +117147,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
116511
117147
|
"value": "M"
|
|
116512
117148
|
}
|
|
116513
117149
|
]
|
|
117150
|
+
},
|
|
117151
|
+
{
|
|
117152
|
+
"kind": "intersection",
|
|
117153
|
+
"value": [
|
|
117154
|
+
{
|
|
117155
|
+
"kind": "symbol",
|
|
117156
|
+
"name": "VE",
|
|
117157
|
+
"value": "VE"
|
|
117158
|
+
},
|
|
117159
|
+
{
|
|
117160
|
+
"kind": "symbol",
|
|
117161
|
+
"name": "V",
|
|
117162
|
+
"value": "V"
|
|
117163
|
+
}
|
|
117164
|
+
]
|
|
116514
117165
|
}
|
|
116515
117166
|
],
|
|
116516
117167
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -117639,6 +118290,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
117639
118290
|
"value": "M"
|
|
117640
118291
|
}
|
|
117641
118292
|
]
|
|
118293
|
+
},
|
|
118294
|
+
{
|
|
118295
|
+
"kind": "intersection",
|
|
118296
|
+
"value": [
|
|
118297
|
+
{
|
|
118298
|
+
"kind": "symbol",
|
|
118299
|
+
"name": "VE",
|
|
118300
|
+
"value": "VE"
|
|
118301
|
+
},
|
|
118302
|
+
{
|
|
118303
|
+
"kind": "symbol",
|
|
118304
|
+
"name": "V",
|
|
118305
|
+
"value": "V"
|
|
118306
|
+
}
|
|
118307
|
+
]
|
|
117642
118308
|
}
|
|
117643
118309
|
],
|
|
117644
118310
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -119196,6 +119862,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
119196
119862
|
"value": "M"
|
|
119197
119863
|
}
|
|
119198
119864
|
]
|
|
119865
|
+
},
|
|
119866
|
+
{
|
|
119867
|
+
"kind": "intersection",
|
|
119868
|
+
"value": [
|
|
119869
|
+
{
|
|
119870
|
+
"kind": "symbol",
|
|
119871
|
+
"name": "VE",
|
|
119872
|
+
"value": "VE"
|
|
119873
|
+
},
|
|
119874
|
+
{
|
|
119875
|
+
"kind": "symbol",
|
|
119876
|
+
"name": "V",
|
|
119877
|
+
"value": "V"
|
|
119878
|
+
}
|
|
119879
|
+
]
|
|
119199
119880
|
}
|
|
119200
119881
|
],
|
|
119201
119882
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -120072,6 +120753,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
120072
120753
|
"value": "M"
|
|
120073
120754
|
}
|
|
120074
120755
|
]
|
|
120756
|
+
},
|
|
120757
|
+
{
|
|
120758
|
+
"kind": "intersection",
|
|
120759
|
+
"value": [
|
|
120760
|
+
{
|
|
120761
|
+
"kind": "symbol",
|
|
120762
|
+
"name": "VE",
|
|
120763
|
+
"value": "VE"
|
|
120764
|
+
},
|
|
120765
|
+
{
|
|
120766
|
+
"kind": "symbol",
|
|
120767
|
+
"name": "V",
|
|
120768
|
+
"value": "V"
|
|
120769
|
+
}
|
|
120770
|
+
]
|
|
120075
120771
|
}
|
|
120076
120772
|
],
|
|
120077
120773
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -120882,6 +121578,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
120882
121578
|
"value": "M"
|
|
120883
121579
|
}
|
|
120884
121580
|
]
|
|
121581
|
+
},
|
|
121582
|
+
{
|
|
121583
|
+
"kind": "intersection",
|
|
121584
|
+
"value": [
|
|
121585
|
+
{
|
|
121586
|
+
"kind": "symbol",
|
|
121587
|
+
"name": "VE",
|
|
121588
|
+
"value": "VE"
|
|
121589
|
+
},
|
|
121590
|
+
{
|
|
121591
|
+
"kind": "symbol",
|
|
121592
|
+
"name": "V",
|
|
121593
|
+
"value": "V"
|
|
121594
|
+
}
|
|
121595
|
+
]
|
|
120885
121596
|
}
|
|
120886
121597
|
],
|
|
120887
121598
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -121693,6 +122404,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
121693
122404
|
"value": "M"
|
|
121694
122405
|
}
|
|
121695
122406
|
]
|
|
122407
|
+
},
|
|
122408
|
+
{
|
|
122409
|
+
"kind": "intersection",
|
|
122410
|
+
"value": [
|
|
122411
|
+
{
|
|
122412
|
+
"kind": "symbol",
|
|
122413
|
+
"name": "VE",
|
|
122414
|
+
"value": "VE"
|
|
122415
|
+
},
|
|
122416
|
+
{
|
|
122417
|
+
"kind": "symbol",
|
|
122418
|
+
"name": "V",
|
|
122419
|
+
"value": "V"
|
|
122420
|
+
}
|
|
122421
|
+
]
|
|
121696
122422
|
}
|
|
121697
122423
|
],
|
|
121698
122424
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -169866,6 +170592,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
169866
170592
|
"value": "M"
|
|
169867
170593
|
}
|
|
169868
170594
|
]
|
|
170595
|
+
},
|
|
170596
|
+
{
|
|
170597
|
+
"kind": "intersection",
|
|
170598
|
+
"value": [
|
|
170599
|
+
{
|
|
170600
|
+
"kind": "symbol",
|
|
170601
|
+
"name": "VE",
|
|
170602
|
+
"value": "VE"
|
|
170603
|
+
},
|
|
170604
|
+
{
|
|
170605
|
+
"kind": "symbol",
|
|
170606
|
+
"name": "V",
|
|
170607
|
+
"value": "V"
|
|
170608
|
+
}
|
|
170609
|
+
]
|
|
169869
170610
|
}
|
|
169870
170611
|
],
|
|
169871
170612
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -170909,6 +171650,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
170909
171650
|
"value": "M"
|
|
170910
171651
|
}
|
|
170911
171652
|
]
|
|
171653
|
+
},
|
|
171654
|
+
{
|
|
171655
|
+
"kind": "intersection",
|
|
171656
|
+
"value": [
|
|
171657
|
+
{
|
|
171658
|
+
"kind": "symbol",
|
|
171659
|
+
"name": "VE",
|
|
171660
|
+
"value": "VE"
|
|
171661
|
+
},
|
|
171662
|
+
{
|
|
171663
|
+
"kind": "symbol",
|
|
171664
|
+
"name": "V",
|
|
171665
|
+
"value": "V"
|
|
171666
|
+
}
|
|
171667
|
+
]
|
|
170912
171668
|
}
|
|
170913
171669
|
],
|
|
170914
171670
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -171804,6 +172560,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
171804
172560
|
"value": "M"
|
|
171805
172561
|
}
|
|
171806
172562
|
]
|
|
172563
|
+
},
|
|
172564
|
+
{
|
|
172565
|
+
"kind": "intersection",
|
|
172566
|
+
"value": [
|
|
172567
|
+
{
|
|
172568
|
+
"kind": "symbol",
|
|
172569
|
+
"name": "VE",
|
|
172570
|
+
"value": "VE"
|
|
172571
|
+
},
|
|
172572
|
+
{
|
|
172573
|
+
"kind": "symbol",
|
|
172574
|
+
"name": "V",
|
|
172575
|
+
"value": "V"
|
|
172576
|
+
}
|
|
172577
|
+
]
|
|
171807
172578
|
}
|
|
171808
172579
|
],
|
|
171809
172580
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -206519,6 +207290,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
206519
207290
|
"value": "M"
|
|
206520
207291
|
}
|
|
206521
207292
|
]
|
|
207293
|
+
},
|
|
207294
|
+
{
|
|
207295
|
+
"kind": "intersection",
|
|
207296
|
+
"value": [
|
|
207297
|
+
{
|
|
207298
|
+
"kind": "symbol",
|
|
207299
|
+
"name": "VE",
|
|
207300
|
+
"value": "VE"
|
|
207301
|
+
},
|
|
207302
|
+
{
|
|
207303
|
+
"kind": "symbol",
|
|
207304
|
+
"name": "V",
|
|
207305
|
+
"value": "V"
|
|
207306
|
+
}
|
|
207307
|
+
]
|
|
206522
207308
|
}
|
|
206523
207309
|
],
|
|
206524
207310
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -207463,6 +208249,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
207463
208249
|
"value": "M"
|
|
207464
208250
|
}
|
|
207465
208251
|
]
|
|
208252
|
+
},
|
|
208253
|
+
{
|
|
208254
|
+
"kind": "intersection",
|
|
208255
|
+
"value": [
|
|
208256
|
+
{
|
|
208257
|
+
"kind": "symbol",
|
|
208258
|
+
"name": "VE",
|
|
208259
|
+
"value": "VE"
|
|
208260
|
+
},
|
|
208261
|
+
{
|
|
208262
|
+
"kind": "symbol",
|
|
208263
|
+
"name": "V",
|
|
208264
|
+
"value": "V"
|
|
208265
|
+
}
|
|
208266
|
+
]
|
|
207466
208267
|
}
|
|
207467
208268
|
],
|
|
207468
208269
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -208435,6 +209236,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
208435
209236
|
"value": "M"
|
|
208436
209237
|
}
|
|
208437
209238
|
]
|
|
209239
|
+
},
|
|
209240
|
+
{
|
|
209241
|
+
"kind": "intersection",
|
|
209242
|
+
"value": [
|
|
209243
|
+
{
|
|
209244
|
+
"kind": "symbol",
|
|
209245
|
+
"name": "VE",
|
|
209246
|
+
"value": "VE"
|
|
209247
|
+
},
|
|
209248
|
+
{
|
|
209249
|
+
"kind": "symbol",
|
|
209250
|
+
"name": "V",
|
|
209251
|
+
"value": "V"
|
|
209252
|
+
}
|
|
209253
|
+
]
|
|
208438
209254
|
}
|
|
208439
209255
|
],
|
|
208440
209256
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -209297,6 +210113,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
209297
210113
|
"value": "M"
|
|
209298
210114
|
}
|
|
209299
210115
|
]
|
|
210116
|
+
},
|
|
210117
|
+
{
|
|
210118
|
+
"kind": "intersection",
|
|
210119
|
+
"value": [
|
|
210120
|
+
{
|
|
210121
|
+
"kind": "symbol",
|
|
210122
|
+
"name": "VE",
|
|
210123
|
+
"value": "VE"
|
|
210124
|
+
},
|
|
210125
|
+
{
|
|
210126
|
+
"kind": "symbol",
|
|
210127
|
+
"name": "V",
|
|
210128
|
+
"value": "V"
|
|
210129
|
+
}
|
|
210130
|
+
]
|
|
209300
210131
|
}
|
|
209301
210132
|
],
|
|
209302
210133
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -210429,6 +211260,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
210429
211260
|
"value": "M"
|
|
210430
211261
|
}
|
|
210431
211262
|
]
|
|
211263
|
+
},
|
|
211264
|
+
{
|
|
211265
|
+
"kind": "intersection",
|
|
211266
|
+
"value": [
|
|
211267
|
+
{
|
|
211268
|
+
"kind": "symbol",
|
|
211269
|
+
"name": "VE",
|
|
211270
|
+
"value": "VE"
|
|
211271
|
+
},
|
|
211272
|
+
{
|
|
211273
|
+
"kind": "symbol",
|
|
211274
|
+
"name": "V",
|
|
211275
|
+
"value": "V"
|
|
211276
|
+
}
|
|
211277
|
+
]
|
|
210432
211278
|
}
|
|
210433
211279
|
],
|
|
210434
211280
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -211333,6 +212179,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
211333
212179
|
"value": "M"
|
|
211334
212180
|
}
|
|
211335
212181
|
]
|
|
212182
|
+
},
|
|
212183
|
+
{
|
|
212184
|
+
"kind": "intersection",
|
|
212185
|
+
"value": [
|
|
212186
|
+
{
|
|
212187
|
+
"kind": "symbol",
|
|
212188
|
+
"name": "VE",
|
|
212189
|
+
"value": "VE"
|
|
212190
|
+
},
|
|
212191
|
+
{
|
|
212192
|
+
"kind": "symbol",
|
|
212193
|
+
"name": "V",
|
|
212194
|
+
"value": "V"
|
|
212195
|
+
}
|
|
212196
|
+
]
|
|
211336
212197
|
}
|
|
211337
212198
|
],
|
|
211338
212199
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -213488,6 +214349,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
213488
214349
|
"value": "M"
|
|
213489
214350
|
}
|
|
213490
214351
|
]
|
|
214352
|
+
},
|
|
214353
|
+
{
|
|
214354
|
+
"kind": "intersection",
|
|
214355
|
+
"value": [
|
|
214356
|
+
{
|
|
214357
|
+
"kind": "symbol",
|
|
214358
|
+
"name": "VE",
|
|
214359
|
+
"value": "VE"
|
|
214360
|
+
},
|
|
214361
|
+
{
|
|
214362
|
+
"kind": "symbol",
|
|
214363
|
+
"name": "V",
|
|
214364
|
+
"value": "V"
|
|
214365
|
+
}
|
|
214366
|
+
]
|
|
213491
214367
|
}
|
|
213492
214368
|
],
|
|
213493
214369
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -214326,6 +215202,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
214326
215202
|
"value": "M"
|
|
214327
215203
|
}
|
|
214328
215204
|
]
|
|
215205
|
+
},
|
|
215206
|
+
{
|
|
215207
|
+
"kind": "intersection",
|
|
215208
|
+
"value": [
|
|
215209
|
+
{
|
|
215210
|
+
"kind": "symbol",
|
|
215211
|
+
"name": "VE",
|
|
215212
|
+
"value": "VE"
|
|
215213
|
+
},
|
|
215214
|
+
{
|
|
215215
|
+
"kind": "symbol",
|
|
215216
|
+
"name": "V",
|
|
215217
|
+
"value": "V"
|
|
215218
|
+
}
|
|
215219
|
+
]
|
|
214329
215220
|
}
|
|
214330
215221
|
],
|
|
214331
215222
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -215678,6 +216569,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
215678
216569
|
"value": "M"
|
|
215679
216570
|
}
|
|
215680
216571
|
]
|
|
216572
|
+
},
|
|
216573
|
+
{
|
|
216574
|
+
"kind": "intersection",
|
|
216575
|
+
"value": [
|
|
216576
|
+
{
|
|
216577
|
+
"kind": "symbol",
|
|
216578
|
+
"name": "VE",
|
|
216579
|
+
"value": "VE"
|
|
216580
|
+
},
|
|
216581
|
+
{
|
|
216582
|
+
"kind": "symbol",
|
|
216583
|
+
"name": "V",
|
|
216584
|
+
"value": "V"
|
|
216585
|
+
}
|
|
216586
|
+
]
|
|
215681
216587
|
}
|
|
215682
216588
|
],
|
|
215683
216589
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -216793,6 +217699,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
216793
217699
|
"value": "M"
|
|
216794
217700
|
}
|
|
216795
217701
|
]
|
|
217702
|
+
},
|
|
217703
|
+
{
|
|
217704
|
+
"kind": "intersection",
|
|
217705
|
+
"value": [
|
|
217706
|
+
{
|
|
217707
|
+
"kind": "symbol",
|
|
217708
|
+
"name": "VE",
|
|
217709
|
+
"value": "VE"
|
|
217710
|
+
},
|
|
217711
|
+
{
|
|
217712
|
+
"kind": "symbol",
|
|
217713
|
+
"name": "V",
|
|
217714
|
+
"value": "V"
|
|
217715
|
+
}
|
|
217716
|
+
]
|
|
216796
217717
|
}
|
|
216797
217718
|
],
|
|
216798
217719
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -217904,6 +218825,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
217904
218825
|
"value": "M"
|
|
217905
218826
|
}
|
|
217906
218827
|
]
|
|
218828
|
+
},
|
|
218829
|
+
{
|
|
218830
|
+
"kind": "intersection",
|
|
218831
|
+
"value": [
|
|
218832
|
+
{
|
|
218833
|
+
"kind": "symbol",
|
|
218834
|
+
"name": "VE",
|
|
218835
|
+
"value": "VE"
|
|
218836
|
+
},
|
|
218837
|
+
{
|
|
218838
|
+
"kind": "symbol",
|
|
218839
|
+
"name": "V",
|
|
218840
|
+
"value": "V"
|
|
218841
|
+
}
|
|
218842
|
+
]
|
|
217907
218843
|
}
|
|
217908
218844
|
],
|
|
217909
218845
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -218864,6 +219800,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
218864
219800
|
"value": "M"
|
|
218865
219801
|
}
|
|
218866
219802
|
]
|
|
219803
|
+
},
|
|
219804
|
+
{
|
|
219805
|
+
"kind": "intersection",
|
|
219806
|
+
"value": [
|
|
219807
|
+
{
|
|
219808
|
+
"kind": "symbol",
|
|
219809
|
+
"name": "VE",
|
|
219810
|
+
"value": "VE"
|
|
219811
|
+
},
|
|
219812
|
+
{
|
|
219813
|
+
"kind": "symbol",
|
|
219814
|
+
"name": "V",
|
|
219815
|
+
"value": "V"
|
|
219816
|
+
}
|
|
219817
|
+
]
|
|
218867
219818
|
}
|
|
218868
219819
|
],
|
|
218869
219820
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -220798,6 +221749,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
220798
221749
|
"value": "M"
|
|
220799
221750
|
}
|
|
220800
221751
|
]
|
|
221752
|
+
},
|
|
221753
|
+
{
|
|
221754
|
+
"kind": "intersection",
|
|
221755
|
+
"value": [
|
|
221756
|
+
{
|
|
221757
|
+
"kind": "symbol",
|
|
221758
|
+
"name": "VE",
|
|
221759
|
+
"value": "VE"
|
|
221760
|
+
},
|
|
221761
|
+
{
|
|
221762
|
+
"kind": "symbol",
|
|
221763
|
+
"name": "V",
|
|
221764
|
+
"value": "V"
|
|
221765
|
+
}
|
|
221766
|
+
]
|
|
220801
221767
|
}
|
|
220802
221768
|
],
|
|
220803
221769
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -221802,6 +222768,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
221802
222768
|
"value": "M"
|
|
221803
222769
|
}
|
|
221804
222770
|
]
|
|
222771
|
+
},
|
|
222772
|
+
{
|
|
222773
|
+
"kind": "intersection",
|
|
222774
|
+
"value": [
|
|
222775
|
+
{
|
|
222776
|
+
"kind": "symbol",
|
|
222777
|
+
"name": "VE",
|
|
222778
|
+
"value": "VE"
|
|
222779
|
+
},
|
|
222780
|
+
{
|
|
222781
|
+
"kind": "symbol",
|
|
222782
|
+
"name": "V",
|
|
222783
|
+
"value": "V"
|
|
222784
|
+
}
|
|
222785
|
+
]
|
|
221805
222786
|
}
|
|
221806
222787
|
],
|
|
221807
222788
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -222849,6 +223830,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
222849
223830
|
"value": "M"
|
|
222850
223831
|
}
|
|
222851
223832
|
]
|
|
223833
|
+
},
|
|
223834
|
+
{
|
|
223835
|
+
"kind": "intersection",
|
|
223836
|
+
"value": [
|
|
223837
|
+
{
|
|
223838
|
+
"kind": "symbol",
|
|
223839
|
+
"name": "VE",
|
|
223840
|
+
"value": "VE"
|
|
223841
|
+
},
|
|
223842
|
+
{
|
|
223843
|
+
"kind": "symbol",
|
|
223844
|
+
"name": "V",
|
|
223845
|
+
"value": "V"
|
|
223846
|
+
}
|
|
223847
|
+
]
|
|
222852
223848
|
}
|
|
222853
223849
|
],
|
|
222854
223850
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -223538,6 +224534,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
223538
224534
|
"value": "M"
|
|
223539
224535
|
}
|
|
223540
224536
|
]
|
|
224537
|
+
},
|
|
224538
|
+
{
|
|
224539
|
+
"kind": "intersection",
|
|
224540
|
+
"value": [
|
|
224541
|
+
{
|
|
224542
|
+
"kind": "symbol",
|
|
224543
|
+
"name": "VE",
|
|
224544
|
+
"value": "VE"
|
|
224545
|
+
},
|
|
224546
|
+
{
|
|
224547
|
+
"kind": "symbol",
|
|
224548
|
+
"name": "V",
|
|
224549
|
+
"value": "V"
|
|
224550
|
+
}
|
|
224551
|
+
]
|
|
223541
224552
|
}
|
|
223542
224553
|
],
|
|
223543
224554
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -224581,6 +225592,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
224581
225592
|
"value": "M"
|
|
224582
225593
|
}
|
|
224583
225594
|
]
|
|
225595
|
+
},
|
|
225596
|
+
{
|
|
225597
|
+
"kind": "intersection",
|
|
225598
|
+
"value": [
|
|
225599
|
+
{
|
|
225600
|
+
"kind": "symbol",
|
|
225601
|
+
"name": "VE",
|
|
225602
|
+
"value": "VE"
|
|
225603
|
+
},
|
|
225604
|
+
{
|
|
225605
|
+
"kind": "symbol",
|
|
225606
|
+
"name": "V",
|
|
225607
|
+
"value": "V"
|
|
225608
|
+
}
|
|
225609
|
+
]
|
|
224584
225610
|
}
|
|
224585
225611
|
],
|
|
224586
225612
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -225716,6 +226742,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
225716
226742
|
"value": "M"
|
|
225717
226743
|
}
|
|
225718
226744
|
]
|
|
226745
|
+
},
|
|
226746
|
+
{
|
|
226747
|
+
"kind": "intersection",
|
|
226748
|
+
"value": [
|
|
226749
|
+
{
|
|
226750
|
+
"kind": "symbol",
|
|
226751
|
+
"name": "VE",
|
|
226752
|
+
"value": "VE"
|
|
226753
|
+
},
|
|
226754
|
+
{
|
|
226755
|
+
"kind": "symbol",
|
|
226756
|
+
"name": "V",
|
|
226757
|
+
"value": "V"
|
|
226758
|
+
}
|
|
226759
|
+
]
|
|
225719
226760
|
}
|
|
225720
226761
|
],
|
|
225721
226762
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -226832,6 +227873,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
226832
227873
|
"value": "M"
|
|
226833
227874
|
}
|
|
226834
227875
|
]
|
|
227876
|
+
},
|
|
227877
|
+
{
|
|
227878
|
+
"kind": "intersection",
|
|
227879
|
+
"value": [
|
|
227880
|
+
{
|
|
227881
|
+
"kind": "symbol",
|
|
227882
|
+
"name": "VE",
|
|
227883
|
+
"value": "VE"
|
|
227884
|
+
},
|
|
227885
|
+
{
|
|
227886
|
+
"kind": "symbol",
|
|
227887
|
+
"name": "V",
|
|
227888
|
+
"value": "V"
|
|
227889
|
+
}
|
|
227890
|
+
]
|
|
226835
227891
|
}
|
|
226836
227892
|
],
|
|
226837
227893
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -251478,6 +252534,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
251478
252534
|
"value": "M"
|
|
251479
252535
|
}
|
|
251480
252536
|
]
|
|
252537
|
+
},
|
|
252538
|
+
{
|
|
252539
|
+
"kind": "intersection",
|
|
252540
|
+
"value": [
|
|
252541
|
+
{
|
|
252542
|
+
"kind": "symbol",
|
|
252543
|
+
"name": "VE",
|
|
252544
|
+
"value": "VE"
|
|
252545
|
+
},
|
|
252546
|
+
{
|
|
252547
|
+
"kind": "symbol",
|
|
252548
|
+
"name": "V",
|
|
252549
|
+
"value": "V"
|
|
252550
|
+
}
|
|
252551
|
+
]
|
|
251481
252552
|
}
|
|
251482
252553
|
],
|
|
251483
252554
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -252610,6 +253681,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
252610
253681
|
"value": "M"
|
|
252611
253682
|
}
|
|
252612
253683
|
]
|
|
253684
|
+
},
|
|
253685
|
+
{
|
|
253686
|
+
"kind": "intersection",
|
|
253687
|
+
"value": [
|
|
253688
|
+
{
|
|
253689
|
+
"kind": "symbol",
|
|
253690
|
+
"name": "VE",
|
|
253691
|
+
"value": "VE"
|
|
253692
|
+
},
|
|
253693
|
+
{
|
|
253694
|
+
"kind": "symbol",
|
|
253695
|
+
"name": "V",
|
|
253696
|
+
"value": "V"
|
|
253697
|
+
}
|
|
253698
|
+
]
|
|
252613
253699
|
}
|
|
252614
253700
|
],
|
|
252615
253701
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -253799,6 +254885,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
253799
254885
|
"value": "M"
|
|
253800
254886
|
}
|
|
253801
254887
|
]
|
|
254888
|
+
},
|
|
254889
|
+
{
|
|
254890
|
+
"kind": "intersection",
|
|
254891
|
+
"value": [
|
|
254892
|
+
{
|
|
254893
|
+
"kind": "symbol",
|
|
254894
|
+
"name": "VE",
|
|
254895
|
+
"value": "VE"
|
|
254896
|
+
},
|
|
254897
|
+
{
|
|
254898
|
+
"kind": "symbol",
|
|
254899
|
+
"name": "V",
|
|
254900
|
+
"value": "V"
|
|
254901
|
+
}
|
|
254902
|
+
]
|
|
253802
254903
|
}
|
|
253803
254904
|
],
|
|
253804
254905
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -259455,6 +260556,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
259455
260556
|
"value": "M"
|
|
259456
260557
|
}
|
|
259457
260558
|
]
|
|
260559
|
+
},
|
|
260560
|
+
{
|
|
260561
|
+
"kind": "intersection",
|
|
260562
|
+
"value": [
|
|
260563
|
+
{
|
|
260564
|
+
"kind": "symbol",
|
|
260565
|
+
"name": "VE",
|
|
260566
|
+
"value": "VE"
|
|
260567
|
+
},
|
|
260568
|
+
{
|
|
260569
|
+
"kind": "symbol",
|
|
260570
|
+
"name": "V",
|
|
260571
|
+
"value": "V"
|
|
260572
|
+
}
|
|
260573
|
+
]
|
|
259458
260574
|
}
|
|
259459
260575
|
],
|
|
259460
260576
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -260523,6 +261639,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
260523
261639
|
"value": "M"
|
|
260524
261640
|
}
|
|
260525
261641
|
]
|
|
261642
|
+
},
|
|
261643
|
+
{
|
|
261644
|
+
"kind": "intersection",
|
|
261645
|
+
"value": [
|
|
261646
|
+
{
|
|
261647
|
+
"kind": "symbol",
|
|
261648
|
+
"name": "VE",
|
|
261649
|
+
"value": "VE"
|
|
261650
|
+
},
|
|
261651
|
+
{
|
|
261652
|
+
"kind": "symbol",
|
|
261653
|
+
"name": "V",
|
|
261654
|
+
"value": "V"
|
|
261655
|
+
}
|
|
261656
|
+
]
|
|
260526
261657
|
}
|
|
260527
261658
|
],
|
|
260528
261659
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -262236,6 +263367,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
262236
263367
|
"value": "M"
|
|
262237
263368
|
}
|
|
262238
263369
|
]
|
|
263370
|
+
},
|
|
263371
|
+
{
|
|
263372
|
+
"kind": "intersection",
|
|
263373
|
+
"value": [
|
|
263374
|
+
{
|
|
263375
|
+
"kind": "symbol",
|
|
263376
|
+
"name": "VE",
|
|
263377
|
+
"value": "VE"
|
|
263378
|
+
},
|
|
263379
|
+
{
|
|
263380
|
+
"kind": "symbol",
|
|
263381
|
+
"name": "V",
|
|
263382
|
+
"value": "V"
|
|
263383
|
+
}
|
|
263384
|
+
]
|
|
262239
263385
|
}
|
|
262240
263386
|
],
|
|
262241
263387
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -284023,6 +285169,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
284023
285169
|
"value": "M"
|
|
284024
285170
|
}
|
|
284025
285171
|
]
|
|
285172
|
+
},
|
|
285173
|
+
{
|
|
285174
|
+
"kind": "intersection",
|
|
285175
|
+
"value": [
|
|
285176
|
+
{
|
|
285177
|
+
"kind": "symbol",
|
|
285178
|
+
"name": "VE",
|
|
285179
|
+
"value": "VE"
|
|
285180
|
+
},
|
|
285181
|
+
{
|
|
285182
|
+
"kind": "symbol",
|
|
285183
|
+
"name": "V",
|
|
285184
|
+
"value": "V"
|
|
285185
|
+
}
|
|
285186
|
+
]
|
|
284026
285187
|
}
|
|
284027
285188
|
],
|
|
284028
285189
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -284885,6 +286046,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
284885
286046
|
"value": "M"
|
|
284886
286047
|
}
|
|
284887
286048
|
]
|
|
286049
|
+
},
|
|
286050
|
+
{
|
|
286051
|
+
"kind": "intersection",
|
|
286052
|
+
"value": [
|
|
286053
|
+
{
|
|
286054
|
+
"kind": "symbol",
|
|
286055
|
+
"name": "VE",
|
|
286056
|
+
"value": "VE"
|
|
286057
|
+
},
|
|
286058
|
+
{
|
|
286059
|
+
"kind": "symbol",
|
|
286060
|
+
"name": "V",
|
|
286061
|
+
"value": "V"
|
|
286062
|
+
}
|
|
286063
|
+
]
|
|
284888
286064
|
}
|
|
284889
286065
|
],
|
|
284890
286066
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -285780,6 +286956,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
285780
286956
|
"value": "M"
|
|
285781
286957
|
}
|
|
285782
286958
|
]
|
|
286959
|
+
},
|
|
286960
|
+
{
|
|
286961
|
+
"kind": "intersection",
|
|
286962
|
+
"value": [
|
|
286963
|
+
{
|
|
286964
|
+
"kind": "symbol",
|
|
286965
|
+
"name": "VE",
|
|
286966
|
+
"value": "VE"
|
|
286967
|
+
},
|
|
286968
|
+
{
|
|
286969
|
+
"kind": "symbol",
|
|
286970
|
+
"name": "V",
|
|
286971
|
+
"value": "V"
|
|
286972
|
+
}
|
|
286973
|
+
]
|
|
285783
286974
|
}
|
|
285784
286975
|
],
|
|
285785
286976
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -286644,6 +287835,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
286644
287835
|
"value": "M"
|
|
286645
287836
|
}
|
|
286646
287837
|
]
|
|
287838
|
+
},
|
|
287839
|
+
{
|
|
287840
|
+
"kind": "intersection",
|
|
287841
|
+
"value": [
|
|
287842
|
+
{
|
|
287843
|
+
"kind": "symbol",
|
|
287844
|
+
"name": "VE",
|
|
287845
|
+
"value": "VE"
|
|
287846
|
+
},
|
|
287847
|
+
{
|
|
287848
|
+
"kind": "symbol",
|
|
287849
|
+
"name": "V",
|
|
287850
|
+
"value": "V"
|
|
287851
|
+
}
|
|
287852
|
+
]
|
|
286647
287853
|
}
|
|
286648
287854
|
],
|
|
286649
287855
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -287506,6 +288712,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
287506
288712
|
"value": "M"
|
|
287507
288713
|
}
|
|
287508
288714
|
]
|
|
288715
|
+
},
|
|
288716
|
+
{
|
|
288717
|
+
"kind": "intersection",
|
|
288718
|
+
"value": [
|
|
288719
|
+
{
|
|
288720
|
+
"kind": "symbol",
|
|
288721
|
+
"name": "VE",
|
|
288722
|
+
"value": "VE"
|
|
288723
|
+
},
|
|
288724
|
+
{
|
|
288725
|
+
"kind": "symbol",
|
|
288726
|
+
"name": "V",
|
|
288727
|
+
"value": "V"
|
|
288728
|
+
}
|
|
288729
|
+
]
|
|
287509
288730
|
}
|
|
287510
288731
|
],
|
|
287511
288732
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -288443,6 +289664,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
288443
289664
|
"value": "M"
|
|
288444
289665
|
}
|
|
288445
289666
|
]
|
|
289667
|
+
},
|
|
289668
|
+
{
|
|
289669
|
+
"kind": "intersection",
|
|
289670
|
+
"value": [
|
|
289671
|
+
{
|
|
289672
|
+
"kind": "symbol",
|
|
289673
|
+
"name": "VE",
|
|
289674
|
+
"value": "VE"
|
|
289675
|
+
},
|
|
289676
|
+
{
|
|
289677
|
+
"kind": "symbol",
|
|
289678
|
+
"name": "V",
|
|
289679
|
+
"value": "V"
|
|
289680
|
+
}
|
|
289681
|
+
]
|
|
288446
289682
|
}
|
|
288447
289683
|
],
|
|
288448
289684
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -289366,6 +290602,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
289366
290602
|
"value": "M"
|
|
289367
290603
|
}
|
|
289368
290604
|
]
|
|
290605
|
+
},
|
|
290606
|
+
{
|
|
290607
|
+
"kind": "intersection",
|
|
290608
|
+
"value": [
|
|
290609
|
+
{
|
|
290610
|
+
"kind": "symbol",
|
|
290611
|
+
"name": "VE",
|
|
290612
|
+
"value": "VE"
|
|
290613
|
+
},
|
|
290614
|
+
{
|
|
290615
|
+
"kind": "symbol",
|
|
290616
|
+
"name": "V",
|
|
290617
|
+
"value": "V"
|
|
290618
|
+
}
|
|
290619
|
+
]
|
|
289369
290620
|
}
|
|
289370
290621
|
],
|
|
289371
290622
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -290176,6 +291427,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
290176
291427
|
"value": "M"
|
|
290177
291428
|
}
|
|
290178
291429
|
]
|
|
291430
|
+
},
|
|
291431
|
+
{
|
|
291432
|
+
"kind": "intersection",
|
|
291433
|
+
"value": [
|
|
291434
|
+
{
|
|
291435
|
+
"kind": "symbol",
|
|
291436
|
+
"name": "VE",
|
|
291437
|
+
"value": "VE"
|
|
291438
|
+
},
|
|
291439
|
+
{
|
|
291440
|
+
"kind": "symbol",
|
|
291441
|
+
"name": "V",
|
|
291442
|
+
"value": "V"
|
|
291443
|
+
}
|
|
291444
|
+
]
|
|
290179
291445
|
}
|
|
290180
291446
|
],
|
|
290181
291447
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -296372,6 +297638,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
296372
297638
|
"value": "M"
|
|
296373
297639
|
}
|
|
296374
297640
|
]
|
|
297641
|
+
},
|
|
297642
|
+
{
|
|
297643
|
+
"kind": "intersection",
|
|
297644
|
+
"value": [
|
|
297645
|
+
{
|
|
297646
|
+
"kind": "symbol",
|
|
297647
|
+
"name": "VE",
|
|
297648
|
+
"value": "VE"
|
|
297649
|
+
},
|
|
297650
|
+
{
|
|
297651
|
+
"kind": "symbol",
|
|
297652
|
+
"name": "V",
|
|
297653
|
+
"value": "V"
|
|
297654
|
+
}
|
|
297655
|
+
]
|
|
296375
297656
|
}
|
|
296376
297657
|
],
|
|
296377
297658
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -299122,6 +300403,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
299122
300403
|
"value": "M"
|
|
299123
300404
|
}
|
|
299124
300405
|
]
|
|
300406
|
+
},
|
|
300407
|
+
{
|
|
300408
|
+
"kind": "intersection",
|
|
300409
|
+
"value": [
|
|
300410
|
+
{
|
|
300411
|
+
"kind": "symbol",
|
|
300412
|
+
"name": "VE",
|
|
300413
|
+
"value": "VE"
|
|
300414
|
+
},
|
|
300415
|
+
{
|
|
300416
|
+
"kind": "symbol",
|
|
300417
|
+
"name": "V",
|
|
300418
|
+
"value": "V"
|
|
300419
|
+
}
|
|
300420
|
+
]
|
|
299125
300421
|
}
|
|
299126
300422
|
],
|
|
299127
300423
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -299956,6 +301252,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
299956
301252
|
"value": "M"
|
|
299957
301253
|
}
|
|
299958
301254
|
]
|
|
301255
|
+
},
|
|
301256
|
+
{
|
|
301257
|
+
"kind": "intersection",
|
|
301258
|
+
"value": [
|
|
301259
|
+
{
|
|
301260
|
+
"kind": "symbol",
|
|
301261
|
+
"name": "VE",
|
|
301262
|
+
"value": "VE"
|
|
301263
|
+
},
|
|
301264
|
+
{
|
|
301265
|
+
"kind": "symbol",
|
|
301266
|
+
"name": "V",
|
|
301267
|
+
"value": "V"
|
|
301268
|
+
}
|
|
301269
|
+
]
|
|
299959
301270
|
}
|
|
299960
301271
|
],
|
|
299961
301272
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -300837,6 +302148,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
300837
302148
|
"value": "M"
|
|
300838
302149
|
}
|
|
300839
302150
|
]
|
|
302151
|
+
},
|
|
302152
|
+
{
|
|
302153
|
+
"kind": "intersection",
|
|
302154
|
+
"value": [
|
|
302155
|
+
{
|
|
302156
|
+
"kind": "symbol",
|
|
302157
|
+
"name": "VE",
|
|
302158
|
+
"value": "VE"
|
|
302159
|
+
},
|
|
302160
|
+
{
|
|
302161
|
+
"kind": "symbol",
|
|
302162
|
+
"name": "V",
|
|
302163
|
+
"value": "V"
|
|
302164
|
+
}
|
|
302165
|
+
]
|
|
300840
302166
|
}
|
|
300841
302167
|
],
|
|
300842
302168
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -302046,6 +303372,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
302046
303372
|
"value": "M"
|
|
302047
303373
|
}
|
|
302048
303374
|
]
|
|
303375
|
+
},
|
|
303376
|
+
{
|
|
303377
|
+
"kind": "intersection",
|
|
303378
|
+
"value": [
|
|
303379
|
+
{
|
|
303380
|
+
"kind": "symbol",
|
|
303381
|
+
"name": "VE",
|
|
303382
|
+
"value": "VE"
|
|
303383
|
+
},
|
|
303384
|
+
{
|
|
303385
|
+
"kind": "symbol",
|
|
303386
|
+
"name": "V",
|
|
303387
|
+
"value": "V"
|
|
303388
|
+
}
|
|
303389
|
+
]
|
|
302049
303390
|
}
|
|
302050
303391
|
],
|
|
302051
303392
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -302857,6 +304198,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
302857
304198
|
"value": "M"
|
|
302858
304199
|
}
|
|
302859
304200
|
]
|
|
304201
|
+
},
|
|
304202
|
+
{
|
|
304203
|
+
"kind": "intersection",
|
|
304204
|
+
"value": [
|
|
304205
|
+
{
|
|
304206
|
+
"kind": "symbol",
|
|
304207
|
+
"name": "VE",
|
|
304208
|
+
"value": "VE"
|
|
304209
|
+
},
|
|
304210
|
+
{
|
|
304211
|
+
"kind": "symbol",
|
|
304212
|
+
"name": "V",
|
|
304213
|
+
"value": "V"
|
|
304214
|
+
}
|
|
304215
|
+
]
|
|
302860
304216
|
}
|
|
302861
304217
|
],
|
|
302862
304218
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -303678,6 +305034,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
303678
305034
|
"value": "M"
|
|
303679
305035
|
}
|
|
303680
305036
|
]
|
|
305037
|
+
},
|
|
305038
|
+
{
|
|
305039
|
+
"kind": "intersection",
|
|
305040
|
+
"value": [
|
|
305041
|
+
{
|
|
305042
|
+
"kind": "symbol",
|
|
305043
|
+
"name": "VE",
|
|
305044
|
+
"value": "VE"
|
|
305045
|
+
},
|
|
305046
|
+
{
|
|
305047
|
+
"kind": "symbol",
|
|
305048
|
+
"name": "V",
|
|
305049
|
+
"value": "V"
|
|
305050
|
+
}
|
|
305051
|
+
]
|
|
303681
305052
|
}
|
|
303682
305053
|
],
|
|
303683
305054
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -309680,6 +311051,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
309680
311051
|
"value": "M"
|
|
309681
311052
|
}
|
|
309682
311053
|
]
|
|
311054
|
+
},
|
|
311055
|
+
{
|
|
311056
|
+
"kind": "intersection",
|
|
311057
|
+
"value": [
|
|
311058
|
+
{
|
|
311059
|
+
"kind": "symbol",
|
|
311060
|
+
"name": "VE",
|
|
311061
|
+
"value": "VE"
|
|
311062
|
+
},
|
|
311063
|
+
{
|
|
311064
|
+
"kind": "symbol",
|
|
311065
|
+
"name": "V",
|
|
311066
|
+
"value": "V"
|
|
311067
|
+
}
|
|
311068
|
+
]
|
|
309683
311069
|
}
|
|
309684
311070
|
],
|
|
309685
311071
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -315161,6 +316547,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
315161
316547
|
"value": "M"
|
|
315162
316548
|
}
|
|
315163
316549
|
]
|
|
316550
|
+
},
|
|
316551
|
+
{
|
|
316552
|
+
"kind": "intersection",
|
|
316553
|
+
"value": [
|
|
316554
|
+
{
|
|
316555
|
+
"kind": "symbol",
|
|
316556
|
+
"name": "VE",
|
|
316557
|
+
"value": "VE"
|
|
316558
|
+
},
|
|
316559
|
+
{
|
|
316560
|
+
"kind": "symbol",
|
|
316561
|
+
"name": "V",
|
|
316562
|
+
"value": "V"
|
|
316563
|
+
}
|
|
316564
|
+
]
|
|
315164
316565
|
}
|
|
315165
316566
|
],
|
|
315166
316567
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -316053,6 +317454,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
316053
317454
|
"value": "M"
|
|
316054
317455
|
}
|
|
316055
317456
|
]
|
|
317457
|
+
},
|
|
317458
|
+
{
|
|
317459
|
+
"kind": "intersection",
|
|
317460
|
+
"value": [
|
|
317461
|
+
{
|
|
317462
|
+
"kind": "symbol",
|
|
317463
|
+
"name": "VE",
|
|
317464
|
+
"value": "VE"
|
|
317465
|
+
},
|
|
317466
|
+
{
|
|
317467
|
+
"kind": "symbol",
|
|
317468
|
+
"name": "V",
|
|
317469
|
+
"value": "V"
|
|
317470
|
+
}
|
|
317471
|
+
]
|
|
316056
317472
|
}
|
|
316057
317473
|
],
|
|
316058
317474
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -317097,6 +318513,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
317097
318513
|
"value": "M"
|
|
317098
318514
|
}
|
|
317099
318515
|
]
|
|
318516
|
+
},
|
|
318517
|
+
{
|
|
318518
|
+
"kind": "intersection",
|
|
318519
|
+
"value": [
|
|
318520
|
+
{
|
|
318521
|
+
"kind": "symbol",
|
|
318522
|
+
"name": "VE",
|
|
318523
|
+
"value": "VE"
|
|
318524
|
+
},
|
|
318525
|
+
{
|
|
318526
|
+
"kind": "symbol",
|
|
318527
|
+
"name": "V",
|
|
318528
|
+
"value": "V"
|
|
318529
|
+
}
|
|
318530
|
+
]
|
|
317100
318531
|
}
|
|
317101
318532
|
],
|
|
317102
318533
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -318322,6 +319753,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
318322
319753
|
"value": "M"
|
|
318323
319754
|
}
|
|
318324
319755
|
]
|
|
319756
|
+
},
|
|
319757
|
+
{
|
|
319758
|
+
"kind": "intersection",
|
|
319759
|
+
"value": [
|
|
319760
|
+
{
|
|
319761
|
+
"kind": "symbol",
|
|
319762
|
+
"name": "VE",
|
|
319763
|
+
"value": "VE"
|
|
319764
|
+
},
|
|
319765
|
+
{
|
|
319766
|
+
"kind": "symbol",
|
|
319767
|
+
"name": "V",
|
|
319768
|
+
"value": "V"
|
|
319769
|
+
}
|
|
319770
|
+
]
|
|
318325
319771
|
}
|
|
318326
319772
|
],
|
|
318327
319773
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -319608,7 +321054,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
319608
321054
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/radio/lib/Radio.tsx"
|
|
319609
321055
|
}
|
|
319610
321056
|
],
|
|
319611
|
-
"tags": {
|
|
321057
|
+
"tags": {
|
|
321058
|
+
"deprecated": "⚠️ `RadioProps` in Main has been deprecated and will be removed in a future major version. Please use [`Radio` in Preview](https://workday.github.io/canvas-kit/?path=/docs/preview-inputs-radio--docs) instead."
|
|
321059
|
+
},
|
|
319612
321060
|
"type": {
|
|
319613
321061
|
"kind": "alias",
|
|
319614
321062
|
"name": "Radio"
|
|
@@ -319624,7 +321072,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
319624
321072
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/radio/lib/Radio.tsx"
|
|
319625
321073
|
}
|
|
319626
321074
|
],
|
|
319627
|
-
"tags": {
|
|
321075
|
+
"tags": {
|
|
321076
|
+
"deprecated": "⚠️ `Radio` in Main has been deprecated and will be removed in a future major version. Please use [`Radio` in Preview](https://workday.github.io/canvas-kit/?path=/docs/preview-inputs-radio--docs) instead."
|
|
321077
|
+
},
|
|
319628
321078
|
"type": {
|
|
319629
321079
|
"kind": "enhancedComponent",
|
|
319630
321080
|
"componentType": "regular",
|
|
@@ -319921,7 +321371,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
319921
321371
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/radio/lib/RadioGroup.tsx"
|
|
319922
321372
|
}
|
|
319923
321373
|
],
|
|
319924
|
-
"tags": {
|
|
321374
|
+
"tags": {
|
|
321375
|
+
"deprecated": "⚠️ `RadioGroupProps` in Main has been deprecated and will be removed in a future major version. Please use [`Radio` in Preview](https://workday.github.io/canvas-kit/?path=/docs/preview-inputs-radio--docs) instead."
|
|
321376
|
+
},
|
|
319925
321377
|
"type": {
|
|
319926
321378
|
"kind": "alias",
|
|
319927
321379
|
"name": "RadioGroup"
|
|
@@ -319937,7 +321389,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
319937
321389
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/radio/lib/RadioGroup.tsx"
|
|
319938
321390
|
}
|
|
319939
321391
|
],
|
|
319940
|
-
"tags": {
|
|
321392
|
+
"tags": {
|
|
321393
|
+
"deprecated": "⚠️ `RadioGroup` in Main has been deprecated and will be removed in a future major version. Please use [`Radio` in Preview](https://workday.github.io/canvas-kit/?path=/docs/preview-inputs-radio--docs) instead."
|
|
321394
|
+
},
|
|
319941
321395
|
"type": {
|
|
319942
321396
|
"kind": "component",
|
|
319943
321397
|
"props": [
|
|
@@ -320134,7 +321588,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
320134
321588
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/segmented-control/lib/SegmentedControl.tsx"
|
|
320135
321589
|
}
|
|
320136
321590
|
],
|
|
320137
|
-
"tags": {
|
|
321591
|
+
"tags": {
|
|
321592
|
+
"deprecated": "⚠️ `SegmentedControlProps` in Main has been deprecated and will be removed in a future major version. Please use [`SegmentedControl` in Preview](https://workday.github.io/canvas-kit/?path=/docs/preview-segmented-control--docs) instead."
|
|
321593
|
+
},
|
|
320138
321594
|
"type": {
|
|
320139
321595
|
"kind": "alias",
|
|
320140
321596
|
"name": "SegmentedControl"
|
|
@@ -320150,7 +321606,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
320150
321606
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/segmented-control/lib/SegmentedControl.tsx"
|
|
320151
321607
|
}
|
|
320152
321608
|
],
|
|
320153
|
-
"tags": {
|
|
321609
|
+
"tags": {
|
|
321610
|
+
"deprecated": "⚠️ `SegmentedControl` in Main has been deprecated and will be removed in a future major version. Please use [`SegmentedControl` in Preview](https://workday.github.io/canvas-kit/?path=/docs/preview-segmented-control--docs) instead."
|
|
321611
|
+
},
|
|
320154
321612
|
"type": {
|
|
320155
321613
|
"kind": "enhancedComponent",
|
|
320156
321614
|
"componentType": "regular",
|
|
@@ -320343,7 +321801,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
320343
321801
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/segmented-control/lib/SegmentedControlButton.tsx"
|
|
320344
321802
|
}
|
|
320345
321803
|
],
|
|
320346
|
-
"tags": {
|
|
321804
|
+
"tags": {
|
|
321805
|
+
"deprecated": "⚠️ `SegmentedControlButtonProps` in Main has been deprecated and will be removed in a future major version. Please use [`SegmentedControl` in Preview](https://workday.github.io/canvas-kit/?path=/docs/preview-segmented-control--docs) instead."
|
|
321806
|
+
},
|
|
320347
321807
|
"type": {
|
|
320348
321808
|
"kind": "alias",
|
|
320349
321809
|
"name": "SegmentedControlButton"
|
|
@@ -320359,7 +321819,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
320359
321819
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/segmented-control/lib/SegmentedControlButton.tsx"
|
|
320360
321820
|
}
|
|
320361
321821
|
],
|
|
320362
|
-
"tags": {
|
|
321822
|
+
"tags": {
|
|
321823
|
+
"deprecated": "⚠️ `SegmentedControlButton` in Main has been deprecated and will be removed in a future major version. Please use [`SegmentedControl` in Preview](https://workday.github.io/canvas-kit/?path=/docs/preview-segmented-control--docs) instead."
|
|
321824
|
+
},
|
|
320363
321825
|
"type": {
|
|
320364
321826
|
"kind": "enhancedComponent",
|
|
320365
321827
|
"componentType": "regular",
|
|
@@ -335220,6 +336682,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
335220
336682
|
"value": "M"
|
|
335221
336683
|
}
|
|
335222
336684
|
]
|
|
336685
|
+
},
|
|
336686
|
+
{
|
|
336687
|
+
"kind": "intersection",
|
|
336688
|
+
"value": [
|
|
336689
|
+
{
|
|
336690
|
+
"kind": "symbol",
|
|
336691
|
+
"name": "VE",
|
|
336692
|
+
"value": "VE"
|
|
336693
|
+
},
|
|
336694
|
+
{
|
|
336695
|
+
"kind": "symbol",
|
|
336696
|
+
"name": "V",
|
|
336697
|
+
"value": "V"
|
|
336698
|
+
}
|
|
336699
|
+
]
|
|
335223
336700
|
}
|
|
335224
336701
|
],
|
|
335225
336702
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -336108,6 +337585,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
336108
337585
|
"value": "M"
|
|
336109
337586
|
}
|
|
336110
337587
|
]
|
|
337588
|
+
},
|
|
337589
|
+
{
|
|
337590
|
+
"kind": "intersection",
|
|
337591
|
+
"value": [
|
|
337592
|
+
{
|
|
337593
|
+
"kind": "symbol",
|
|
337594
|
+
"name": "VE",
|
|
337595
|
+
"value": "VE"
|
|
337596
|
+
},
|
|
337597
|
+
{
|
|
337598
|
+
"kind": "symbol",
|
|
337599
|
+
"name": "V",
|
|
337600
|
+
"value": "V"
|
|
337601
|
+
}
|
|
337602
|
+
]
|
|
336111
337603
|
}
|
|
336112
337604
|
],
|
|
336113
337605
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -337123,7 +338615,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
337123
338615
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/side-panel/lib/SidePanel.tsx"
|
|
337124
338616
|
}
|
|
337125
338617
|
],
|
|
337126
|
-
"tags": {
|
|
338618
|
+
"tags": {
|
|
338619
|
+
"deprecated": "⚠️ `SidePanelProps` in Main has been deprecated and will be removed in a future major version. Please use [`SidePanel` in Preview](https://workday.github.io/canvas-kit/?path=/docs/preview-side-panel--docs) instead."
|
|
338620
|
+
},
|
|
337127
338621
|
"type": {
|
|
337128
338622
|
"kind": "alias",
|
|
337129
338623
|
"name": "SidePanel"
|
|
@@ -337139,7 +338633,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
337139
338633
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/side-panel/lib/SidePanel.tsx"
|
|
337140
338634
|
}
|
|
337141
338635
|
],
|
|
337142
|
-
"tags": {
|
|
338636
|
+
"tags": {
|
|
338637
|
+
"deprecated": "⚠️ `SidePanelState` in Main has been deprecated and will be removed in a future major version."
|
|
338638
|
+
},
|
|
337143
338639
|
"type": {
|
|
337144
338640
|
"kind": "object",
|
|
337145
338641
|
"properties": [
|
|
@@ -337173,7 +338669,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
337173
338669
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/side-panel/lib/SidePanel.tsx"
|
|
337174
338670
|
}
|
|
337175
338671
|
],
|
|
337176
|
-
"tags": {
|
|
338672
|
+
"tags": {
|
|
338673
|
+
"deprecated": "⚠️ `SidePanelOpenDirection` in Main has been deprecated and will be removed in a future major version."
|
|
338674
|
+
},
|
|
337177
338675
|
"type": {
|
|
337178
338676
|
"kind": "object",
|
|
337179
338677
|
"typeParameters": [],
|
|
@@ -337208,7 +338706,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
337208
338706
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/side-panel/lib/SidePanel.tsx"
|
|
337209
338707
|
}
|
|
337210
338708
|
],
|
|
337211
|
-
"tags": {
|
|
338709
|
+
"tags": {
|
|
338710
|
+
"deprecated": "⚠️ `SidePanelBackgroundColor` in Main has been deprecated and will be removed in a future major version."
|
|
338711
|
+
},
|
|
337212
338712
|
"type": {
|
|
337213
338713
|
"kind": "object",
|
|
337214
338714
|
"typeParameters": [],
|
|
@@ -337251,7 +338751,9 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
337251
338751
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/side-panel/lib/SidePanel.tsx"
|
|
337252
338752
|
}
|
|
337253
338753
|
],
|
|
337254
|
-
"tags": {
|
|
338754
|
+
"tags": {
|
|
338755
|
+
"deprecated": "⚠️ `SidePanel` in Main has been deprecated and will be removed in a future major version. Please use [`SidePanel` in Preview](https://workday.github.io/canvas-kit/?path=/docs/preview-side-panel--docs) instead."
|
|
338756
|
+
},
|
|
337255
338757
|
"type": {
|
|
337256
338758
|
"kind": "component",
|
|
337257
338759
|
"props": [
|
|
@@ -337687,6 +339189,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
337687
339189
|
"value": "M"
|
|
337688
339190
|
}
|
|
337689
339191
|
]
|
|
339192
|
+
},
|
|
339193
|
+
{
|
|
339194
|
+
"kind": "intersection",
|
|
339195
|
+
"value": [
|
|
339196
|
+
{
|
|
339197
|
+
"kind": "symbol",
|
|
339198
|
+
"name": "VE",
|
|
339199
|
+
"value": "VE"
|
|
339200
|
+
},
|
|
339201
|
+
{
|
|
339202
|
+
"kind": "symbol",
|
|
339203
|
+
"name": "V",
|
|
339204
|
+
"value": "V"
|
|
339205
|
+
}
|
|
339206
|
+
]
|
|
337690
339207
|
}
|
|
337691
339208
|
],
|
|
337692
339209
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -338576,6 +340093,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
338576
340093
|
"value": "M"
|
|
338577
340094
|
}
|
|
338578
340095
|
]
|
|
340096
|
+
},
|
|
340097
|
+
{
|
|
340098
|
+
"kind": "intersection",
|
|
340099
|
+
"value": [
|
|
340100
|
+
{
|
|
340101
|
+
"kind": "symbol",
|
|
340102
|
+
"name": "VE",
|
|
340103
|
+
"value": "VE"
|
|
340104
|
+
},
|
|
340105
|
+
{
|
|
340106
|
+
"kind": "symbol",
|
|
340107
|
+
"name": "V",
|
|
340108
|
+
"value": "V"
|
|
340109
|
+
}
|
|
340110
|
+
]
|
|
338579
340111
|
}
|
|
338580
340112
|
],
|
|
338581
340113
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -339497,6 +341029,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
339497
341029
|
"value": "M"
|
|
339498
341030
|
}
|
|
339499
341031
|
]
|
|
341032
|
+
},
|
|
341033
|
+
{
|
|
341034
|
+
"kind": "intersection",
|
|
341035
|
+
"value": [
|
|
341036
|
+
{
|
|
341037
|
+
"kind": "symbol",
|
|
341038
|
+
"name": "VE",
|
|
341039
|
+
"value": "VE"
|
|
341040
|
+
},
|
|
341041
|
+
{
|
|
341042
|
+
"kind": "symbol",
|
|
341043
|
+
"name": "V",
|
|
341044
|
+
"value": "V"
|
|
341045
|
+
}
|
|
341046
|
+
]
|
|
339500
341047
|
}
|
|
339501
341048
|
],
|
|
339502
341049
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -340326,6 +341873,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
340326
341873
|
"value": "M"
|
|
340327
341874
|
}
|
|
340328
341875
|
]
|
|
341876
|
+
},
|
|
341877
|
+
{
|
|
341878
|
+
"kind": "intersection",
|
|
341879
|
+
"value": [
|
|
341880
|
+
{
|
|
341881
|
+
"kind": "symbol",
|
|
341882
|
+
"name": "VE",
|
|
341883
|
+
"value": "VE"
|
|
341884
|
+
},
|
|
341885
|
+
{
|
|
341886
|
+
"kind": "symbol",
|
|
341887
|
+
"name": "V",
|
|
341888
|
+
"value": "V"
|
|
341889
|
+
}
|
|
341890
|
+
]
|
|
340329
341891
|
}
|
|
340330
341892
|
],
|
|
340331
341893
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -341808,6 +343370,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
341808
343370
|
"value": "M"
|
|
341809
343371
|
}
|
|
341810
343372
|
]
|
|
343373
|
+
},
|
|
343374
|
+
{
|
|
343375
|
+
"kind": "intersection",
|
|
343376
|
+
"value": [
|
|
343377
|
+
{
|
|
343378
|
+
"kind": "symbol",
|
|
343379
|
+
"name": "VE",
|
|
343380
|
+
"value": "VE"
|
|
343381
|
+
},
|
|
343382
|
+
{
|
|
343383
|
+
"kind": "symbol",
|
|
343384
|
+
"name": "V",
|
|
343385
|
+
"value": "V"
|
|
343386
|
+
}
|
|
343387
|
+
]
|
|
341811
343388
|
}
|
|
341812
343389
|
],
|
|
341813
343390
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -342716,6 +344293,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
342716
344293
|
"value": "M"
|
|
342717
344294
|
}
|
|
342718
344295
|
]
|
|
344296
|
+
},
|
|
344297
|
+
{
|
|
344298
|
+
"kind": "intersection",
|
|
344299
|
+
"value": [
|
|
344300
|
+
{
|
|
344301
|
+
"kind": "symbol",
|
|
344302
|
+
"name": "VE",
|
|
344303
|
+
"value": "VE"
|
|
344304
|
+
},
|
|
344305
|
+
{
|
|
344306
|
+
"kind": "symbol",
|
|
344307
|
+
"name": "V",
|
|
344308
|
+
"value": "V"
|
|
344309
|
+
}
|
|
344310
|
+
]
|
|
342719
344311
|
}
|
|
342720
344312
|
],
|
|
342721
344313
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -343510,6 +345102,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
343510
345102
|
"value": "M"
|
|
343511
345103
|
}
|
|
343512
345104
|
]
|
|
345105
|
+
},
|
|
345106
|
+
{
|
|
345107
|
+
"kind": "intersection",
|
|
345108
|
+
"value": [
|
|
345109
|
+
{
|
|
345110
|
+
"kind": "symbol",
|
|
345111
|
+
"name": "VE",
|
|
345112
|
+
"value": "VE"
|
|
345113
|
+
},
|
|
345114
|
+
{
|
|
345115
|
+
"kind": "symbol",
|
|
345116
|
+
"name": "V",
|
|
345117
|
+
"value": "V"
|
|
345118
|
+
}
|
|
345119
|
+
]
|
|
343513
345120
|
}
|
|
343514
345121
|
],
|
|
343515
345122
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -344304,6 +345911,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
344304
345911
|
"value": "M"
|
|
344305
345912
|
}
|
|
344306
345913
|
]
|
|
345914
|
+
},
|
|
345915
|
+
{
|
|
345916
|
+
"kind": "intersection",
|
|
345917
|
+
"value": [
|
|
345918
|
+
{
|
|
345919
|
+
"kind": "symbol",
|
|
345920
|
+
"name": "VE",
|
|
345921
|
+
"value": "VE"
|
|
345922
|
+
},
|
|
345923
|
+
{
|
|
345924
|
+
"kind": "symbol",
|
|
345925
|
+
"name": "V",
|
|
345926
|
+
"value": "V"
|
|
345927
|
+
}
|
|
345928
|
+
]
|
|
344307
345929
|
}
|
|
344308
345930
|
],
|
|
344309
345931
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -345203,6 +346825,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
345203
346825
|
"value": "M"
|
|
345204
346826
|
}
|
|
345205
346827
|
]
|
|
346828
|
+
},
|
|
346829
|
+
{
|
|
346830
|
+
"kind": "intersection",
|
|
346831
|
+
"value": [
|
|
346832
|
+
{
|
|
346833
|
+
"kind": "symbol",
|
|
346834
|
+
"name": "VE",
|
|
346835
|
+
"value": "VE"
|
|
346836
|
+
},
|
|
346837
|
+
{
|
|
346838
|
+
"kind": "symbol",
|
|
346839
|
+
"name": "V",
|
|
346840
|
+
"value": "V"
|
|
346841
|
+
}
|
|
346842
|
+
]
|
|
345206
346843
|
}
|
|
345207
346844
|
],
|
|
345208
346845
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -345997,6 +347634,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
345997
347634
|
"value": "M"
|
|
345998
347635
|
}
|
|
345999
347636
|
]
|
|
347637
|
+
},
|
|
347638
|
+
{
|
|
347639
|
+
"kind": "intersection",
|
|
347640
|
+
"value": [
|
|
347641
|
+
{
|
|
347642
|
+
"kind": "symbol",
|
|
347643
|
+
"name": "VE",
|
|
347644
|
+
"value": "VE"
|
|
347645
|
+
},
|
|
347646
|
+
{
|
|
347647
|
+
"kind": "symbol",
|
|
347648
|
+
"name": "V",
|
|
347649
|
+
"value": "V"
|
|
347650
|
+
}
|
|
347651
|
+
]
|
|
346000
347652
|
}
|
|
346001
347653
|
],
|
|
346002
347654
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -347017,6 +348669,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
347017
348669
|
"value": "M"
|
|
347018
348670
|
}
|
|
347019
348671
|
]
|
|
348672
|
+
},
|
|
348673
|
+
{
|
|
348674
|
+
"kind": "intersection",
|
|
348675
|
+
"value": [
|
|
348676
|
+
{
|
|
348677
|
+
"kind": "symbol",
|
|
348678
|
+
"name": "VE",
|
|
348679
|
+
"value": "VE"
|
|
348680
|
+
},
|
|
348681
|
+
{
|
|
348682
|
+
"kind": "symbol",
|
|
348683
|
+
"name": "V",
|
|
348684
|
+
"value": "V"
|
|
348685
|
+
}
|
|
348686
|
+
]
|
|
347020
348687
|
}
|
|
347021
348688
|
],
|
|
347022
348689
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -347706,6 +349373,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
347706
349373
|
"value": "M"
|
|
347707
349374
|
}
|
|
347708
349375
|
]
|
|
349376
|
+
},
|
|
349377
|
+
{
|
|
349378
|
+
"kind": "intersection",
|
|
349379
|
+
"value": [
|
|
349380
|
+
{
|
|
349381
|
+
"kind": "symbol",
|
|
349382
|
+
"name": "VE",
|
|
349383
|
+
"value": "VE"
|
|
349384
|
+
},
|
|
349385
|
+
{
|
|
349386
|
+
"kind": "symbol",
|
|
349387
|
+
"name": "V",
|
|
349388
|
+
"value": "V"
|
|
349389
|
+
}
|
|
349390
|
+
]
|
|
347709
349391
|
}
|
|
347710
349392
|
],
|
|
347711
349393
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -348395,6 +350077,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
348395
350077
|
"value": "M"
|
|
348396
350078
|
}
|
|
348397
350079
|
]
|
|
350080
|
+
},
|
|
350081
|
+
{
|
|
350082
|
+
"kind": "intersection",
|
|
350083
|
+
"value": [
|
|
350084
|
+
{
|
|
350085
|
+
"kind": "symbol",
|
|
350086
|
+
"name": "VE",
|
|
350087
|
+
"value": "VE"
|
|
350088
|
+
},
|
|
350089
|
+
{
|
|
350090
|
+
"kind": "symbol",
|
|
350091
|
+
"name": "V",
|
|
350092
|
+
"value": "V"
|
|
350093
|
+
}
|
|
350094
|
+
]
|
|
348398
350095
|
}
|
|
348399
350096
|
],
|
|
348400
350097
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -349084,6 +350781,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
349084
350781
|
"value": "M"
|
|
349085
350782
|
}
|
|
349086
350783
|
]
|
|
350784
|
+
},
|
|
350785
|
+
{
|
|
350786
|
+
"kind": "intersection",
|
|
350787
|
+
"value": [
|
|
350788
|
+
{
|
|
350789
|
+
"kind": "symbol",
|
|
350790
|
+
"name": "VE",
|
|
350791
|
+
"value": "VE"
|
|
350792
|
+
},
|
|
350793
|
+
{
|
|
350794
|
+
"kind": "symbol",
|
|
350795
|
+
"name": "V",
|
|
350796
|
+
"value": "V"
|
|
350797
|
+
}
|
|
350798
|
+
]
|
|
349087
350799
|
}
|
|
349088
350800
|
],
|
|
349089
350801
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -349773,6 +351485,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
349773
351485
|
"value": "M"
|
|
349774
351486
|
}
|
|
349775
351487
|
]
|
|
351488
|
+
},
|
|
351489
|
+
{
|
|
351490
|
+
"kind": "intersection",
|
|
351491
|
+
"value": [
|
|
351492
|
+
{
|
|
351493
|
+
"kind": "symbol",
|
|
351494
|
+
"name": "VE",
|
|
351495
|
+
"value": "VE"
|
|
351496
|
+
},
|
|
351497
|
+
{
|
|
351498
|
+
"kind": "symbol",
|
|
351499
|
+
"name": "V",
|
|
351500
|
+
"value": "V"
|
|
351501
|
+
}
|
|
351502
|
+
]
|
|
349776
351503
|
}
|
|
349777
351504
|
],
|
|
349778
351505
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -350462,6 +352189,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
350462
352189
|
"value": "M"
|
|
350463
352190
|
}
|
|
350464
352191
|
]
|
|
352192
|
+
},
|
|
352193
|
+
{
|
|
352194
|
+
"kind": "intersection",
|
|
352195
|
+
"value": [
|
|
352196
|
+
{
|
|
352197
|
+
"kind": "symbol",
|
|
352198
|
+
"name": "VE",
|
|
352199
|
+
"value": "VE"
|
|
352200
|
+
},
|
|
352201
|
+
{
|
|
352202
|
+
"kind": "symbol",
|
|
352203
|
+
"name": "V",
|
|
352204
|
+
"value": "V"
|
|
352205
|
+
}
|
|
352206
|
+
]
|
|
350465
352207
|
}
|
|
350466
352208
|
],
|
|
350467
352209
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -351151,6 +352893,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
351151
352893
|
"value": "M"
|
|
351152
352894
|
}
|
|
351153
352895
|
]
|
|
352896
|
+
},
|
|
352897
|
+
{
|
|
352898
|
+
"kind": "intersection",
|
|
352899
|
+
"value": [
|
|
352900
|
+
{
|
|
352901
|
+
"kind": "symbol",
|
|
352902
|
+
"name": "VE",
|
|
352903
|
+
"value": "VE"
|
|
352904
|
+
},
|
|
352905
|
+
{
|
|
352906
|
+
"kind": "symbol",
|
|
352907
|
+
"name": "V",
|
|
352908
|
+
"value": "V"
|
|
352909
|
+
}
|
|
352910
|
+
]
|
|
351154
352911
|
}
|
|
351155
352912
|
],
|
|
351156
352913
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -358784,6 +360541,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
358784
360541
|
"value": "M"
|
|
358785
360542
|
}
|
|
358786
360543
|
]
|
|
360544
|
+
},
|
|
360545
|
+
{
|
|
360546
|
+
"kind": "intersection",
|
|
360547
|
+
"value": [
|
|
360548
|
+
{
|
|
360549
|
+
"kind": "symbol",
|
|
360550
|
+
"name": "VE",
|
|
360551
|
+
"value": "VE"
|
|
360552
|
+
},
|
|
360553
|
+
{
|
|
360554
|
+
"kind": "symbol",
|
|
360555
|
+
"name": "V",
|
|
360556
|
+
"value": "V"
|
|
360557
|
+
}
|
|
360558
|
+
]
|
|
358787
360559
|
}
|
|
358788
360560
|
],
|
|
358789
360561
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -376038,6 +377810,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
376038
377810
|
"value": "M"
|
|
376039
377811
|
}
|
|
376040
377812
|
]
|
|
377813
|
+
},
|
|
377814
|
+
{
|
|
377815
|
+
"kind": "intersection",
|
|
377816
|
+
"value": [
|
|
377817
|
+
{
|
|
377818
|
+
"kind": "symbol",
|
|
377819
|
+
"name": "VE",
|
|
377820
|
+
"value": "VE"
|
|
377821
|
+
},
|
|
377822
|
+
{
|
|
377823
|
+
"kind": "symbol",
|
|
377824
|
+
"name": "V",
|
|
377825
|
+
"value": "V"
|
|
377826
|
+
}
|
|
377827
|
+
]
|
|
376041
377828
|
}
|
|
376042
377829
|
],
|
|
376043
377830
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -377001,6 +378788,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
377001
378788
|
"value": "M"
|
|
377002
378789
|
}
|
|
377003
378790
|
]
|
|
378791
|
+
},
|
|
378792
|
+
{
|
|
378793
|
+
"kind": "intersection",
|
|
378794
|
+
"value": [
|
|
378795
|
+
{
|
|
378796
|
+
"kind": "symbol",
|
|
378797
|
+
"name": "VE",
|
|
378798
|
+
"value": "VE"
|
|
378799
|
+
},
|
|
378800
|
+
{
|
|
378801
|
+
"kind": "symbol",
|
|
378802
|
+
"name": "V",
|
|
378803
|
+
"value": "V"
|
|
378804
|
+
}
|
|
378805
|
+
]
|
|
377004
378806
|
}
|
|
377005
378807
|
],
|
|
377006
378808
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -377811,6 +379613,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
377811
379613
|
"value": "M"
|
|
377812
379614
|
}
|
|
377813
379615
|
]
|
|
379616
|
+
},
|
|
379617
|
+
{
|
|
379618
|
+
"kind": "intersection",
|
|
379619
|
+
"value": [
|
|
379620
|
+
{
|
|
379621
|
+
"kind": "symbol",
|
|
379622
|
+
"name": "VE",
|
|
379623
|
+
"value": "VE"
|
|
379624
|
+
},
|
|
379625
|
+
{
|
|
379626
|
+
"kind": "symbol",
|
|
379627
|
+
"name": "V",
|
|
379628
|
+
"value": "V"
|
|
379629
|
+
}
|
|
379630
|
+
]
|
|
377814
379631
|
}
|
|
377815
379632
|
],
|
|
377816
379633
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -378667,6 +380484,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
378667
380484
|
"value": "M"
|
|
378668
380485
|
}
|
|
378669
380486
|
]
|
|
380487
|
+
},
|
|
380488
|
+
{
|
|
380489
|
+
"kind": "intersection",
|
|
380490
|
+
"value": [
|
|
380491
|
+
{
|
|
380492
|
+
"kind": "symbol",
|
|
380493
|
+
"name": "VE",
|
|
380494
|
+
"value": "VE"
|
|
380495
|
+
},
|
|
380496
|
+
{
|
|
380497
|
+
"kind": "symbol",
|
|
380498
|
+
"name": "V",
|
|
380499
|
+
"value": "V"
|
|
380500
|
+
}
|
|
380501
|
+
]
|
|
378670
380502
|
}
|
|
378671
380503
|
],
|
|
378672
380504
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -379579,6 +381411,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
379579
381411
|
"value": "M"
|
|
379580
381412
|
}
|
|
379581
381413
|
]
|
|
381414
|
+
},
|
|
381415
|
+
{
|
|
381416
|
+
"kind": "intersection",
|
|
381417
|
+
"value": [
|
|
381418
|
+
{
|
|
381419
|
+
"kind": "symbol",
|
|
381420
|
+
"name": "VE",
|
|
381421
|
+
"value": "VE"
|
|
381422
|
+
},
|
|
381423
|
+
{
|
|
381424
|
+
"kind": "symbol",
|
|
381425
|
+
"name": "V",
|
|
381426
|
+
"value": "V"
|
|
381427
|
+
}
|
|
381428
|
+
]
|
|
379582
381429
|
}
|
|
379583
381430
|
],
|
|
379584
381431
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -385279,6 +387126,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
385279
387126
|
"value": "M"
|
|
385280
387127
|
}
|
|
385281
387128
|
]
|
|
387129
|
+
},
|
|
387130
|
+
{
|
|
387131
|
+
"kind": "intersection",
|
|
387132
|
+
"value": [
|
|
387133
|
+
{
|
|
387134
|
+
"kind": "symbol",
|
|
387135
|
+
"name": "VE",
|
|
387136
|
+
"value": "VE"
|
|
387137
|
+
},
|
|
387138
|
+
{
|
|
387139
|
+
"kind": "symbol",
|
|
387140
|
+
"name": "V",
|
|
387141
|
+
"value": "V"
|
|
387142
|
+
}
|
|
387143
|
+
]
|
|
385282
387144
|
}
|
|
385283
387145
|
],
|
|
385284
387146
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -391896,6 +393758,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
391896
393758
|
"value": "M"
|
|
391897
393759
|
}
|
|
391898
393760
|
]
|
|
393761
|
+
},
|
|
393762
|
+
{
|
|
393763
|
+
"kind": "intersection",
|
|
393764
|
+
"value": [
|
|
393765
|
+
{
|
|
393766
|
+
"kind": "symbol",
|
|
393767
|
+
"name": "VE",
|
|
393768
|
+
"value": "VE"
|
|
393769
|
+
},
|
|
393770
|
+
{
|
|
393771
|
+
"kind": "symbol",
|
|
393772
|
+
"name": "V",
|
|
393773
|
+
"value": "V"
|
|
393774
|
+
}
|
|
393775
|
+
]
|
|
391899
393776
|
}
|
|
391900
393777
|
],
|
|
391901
393778
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -392826,6 +394703,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
392826
394703
|
"value": "M"
|
|
392827
394704
|
}
|
|
392828
394705
|
]
|
|
394706
|
+
},
|
|
394707
|
+
{
|
|
394708
|
+
"kind": "intersection",
|
|
394709
|
+
"value": [
|
|
394710
|
+
{
|
|
394711
|
+
"kind": "symbol",
|
|
394712
|
+
"name": "VE",
|
|
394713
|
+
"value": "VE"
|
|
394714
|
+
},
|
|
394715
|
+
{
|
|
394716
|
+
"kind": "symbol",
|
|
394717
|
+
"name": "V",
|
|
394718
|
+
"value": "V"
|
|
394719
|
+
}
|
|
394720
|
+
]
|
|
392829
394721
|
}
|
|
392830
394722
|
],
|
|
392831
394723
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -394118,6 +396010,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
394118
396010
|
"value": "M"
|
|
394119
396011
|
}
|
|
394120
396012
|
]
|
|
396013
|
+
},
|
|
396014
|
+
{
|
|
396015
|
+
"kind": "intersection",
|
|
396016
|
+
"value": [
|
|
396017
|
+
{
|
|
396018
|
+
"kind": "symbol",
|
|
396019
|
+
"name": "VE",
|
|
396020
|
+
"value": "VE"
|
|
396021
|
+
},
|
|
396022
|
+
{
|
|
396023
|
+
"kind": "symbol",
|
|
396024
|
+
"name": "V",
|
|
396025
|
+
"value": "V"
|
|
396026
|
+
}
|
|
396027
|
+
]
|
|
394121
396028
|
}
|
|
394122
396029
|
],
|
|
394123
396030
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -395306,6 +397213,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
395306
397213
|
"value": "M"
|
|
395307
397214
|
}
|
|
395308
397215
|
]
|
|
397216
|
+
},
|
|
397217
|
+
{
|
|
397218
|
+
"kind": "intersection",
|
|
397219
|
+
"value": [
|
|
397220
|
+
{
|
|
397221
|
+
"kind": "symbol",
|
|
397222
|
+
"name": "VE",
|
|
397223
|
+
"value": "VE"
|
|
397224
|
+
},
|
|
397225
|
+
{
|
|
397226
|
+
"kind": "symbol",
|
|
397227
|
+
"name": "V",
|
|
397228
|
+
"value": "V"
|
|
397229
|
+
}
|
|
397230
|
+
]
|
|
395309
397231
|
}
|
|
395310
397232
|
],
|
|
395311
397233
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -407744,6 +409666,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
407744
409666
|
"value": "M"
|
|
407745
409667
|
}
|
|
407746
409668
|
]
|
|
409669
|
+
},
|
|
409670
|
+
{
|
|
409671
|
+
"kind": "intersection",
|
|
409672
|
+
"value": [
|
|
409673
|
+
{
|
|
409674
|
+
"kind": "symbol",
|
|
409675
|
+
"name": "VE",
|
|
409676
|
+
"value": "VE"
|
|
409677
|
+
},
|
|
409678
|
+
{
|
|
409679
|
+
"kind": "symbol",
|
|
409680
|
+
"name": "V",
|
|
409681
|
+
"value": "V"
|
|
409682
|
+
}
|
|
409683
|
+
]
|
|
407747
409684
|
}
|
|
407748
409685
|
],
|
|
407749
409686
|
"value": "ModifierValuesStencil<M, V>"
|
|
@@ -413707,6 +415644,608 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
413707
415644
|
}
|
|
413708
415645
|
}
|
|
413709
415646
|
},
|
|
415647
|
+
{
|
|
415648
|
+
"name": "Prettify",
|
|
415649
|
+
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/lib/cs.ts",
|
|
415650
|
+
"description": "Prettify object types. @see https://www.totaltypescript.com/concepts/the-prettify-helper",
|
|
415651
|
+
"declarations": [
|
|
415652
|
+
{
|
|
415653
|
+
"name": "Prettify",
|
|
415654
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/lib/cs.ts"
|
|
415655
|
+
}
|
|
415656
|
+
],
|
|
415657
|
+
"tags": {},
|
|
415658
|
+
"type": {
|
|
415659
|
+
"kind": "type",
|
|
415660
|
+
"typeParameters": [
|
|
415661
|
+
{
|
|
415662
|
+
"kind": "typeParameter",
|
|
415663
|
+
"name": "T",
|
|
415664
|
+
"required": true
|
|
415665
|
+
}
|
|
415666
|
+
],
|
|
415667
|
+
"value": {
|
|
415668
|
+
"kind": "intersection",
|
|
415669
|
+
"value": [
|
|
415670
|
+
{
|
|
415671
|
+
"kind": "unknown",
|
|
415672
|
+
"value": "unknown",
|
|
415673
|
+
"text": "{\n [K in keyof T]: T[K];\n}"
|
|
415674
|
+
},
|
|
415675
|
+
{
|
|
415676
|
+
"kind": "object",
|
|
415677
|
+
"properties": []
|
|
415678
|
+
}
|
|
415679
|
+
]
|
|
415680
|
+
}
|
|
415681
|
+
}
|
|
415682
|
+
},
|
|
415683
|
+
{
|
|
415684
|
+
"name": "ExtractStencilModifiers",
|
|
415685
|
+
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/lib/cs.ts",
|
|
415686
|
+
"description": "Extract all the modifiers from a stencil. Usually you'll want to use {@link ExtractStencilProps}\ninstead.",
|
|
415687
|
+
"declarations": [
|
|
415688
|
+
{
|
|
415689
|
+
"name": "ExtractStencilModifiers",
|
|
415690
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/lib/cs.ts"
|
|
415691
|
+
}
|
|
415692
|
+
],
|
|
415693
|
+
"tags": {},
|
|
415694
|
+
"type": {
|
|
415695
|
+
"kind": "type",
|
|
415696
|
+
"typeParameters": [
|
|
415697
|
+
{
|
|
415698
|
+
"kind": "typeParameter",
|
|
415699
|
+
"name": "T",
|
|
415700
|
+
"constraint": {
|
|
415701
|
+
"kind": "symbol",
|
|
415702
|
+
"name": "BaseStencil",
|
|
415703
|
+
"typeParameters": [
|
|
415704
|
+
{
|
|
415705
|
+
"kind": "primitive",
|
|
415706
|
+
"value": "any"
|
|
415707
|
+
},
|
|
415708
|
+
{
|
|
415709
|
+
"kind": "primitive",
|
|
415710
|
+
"value": "any"
|
|
415711
|
+
},
|
|
415712
|
+
{
|
|
415713
|
+
"kind": "primitive",
|
|
415714
|
+
"value": "any"
|
|
415715
|
+
},
|
|
415716
|
+
{
|
|
415717
|
+
"kind": "primitive",
|
|
415718
|
+
"value": "any"
|
|
415719
|
+
},
|
|
415720
|
+
{
|
|
415721
|
+
"kind": "primitive",
|
|
415722
|
+
"value": "any"
|
|
415723
|
+
}
|
|
415724
|
+
],
|
|
415725
|
+
"value": "BaseStencil<M, P, V, E, ID>"
|
|
415726
|
+
},
|
|
415727
|
+
"required": true
|
|
415728
|
+
}
|
|
415729
|
+
],
|
|
415730
|
+
"value": {
|
|
415731
|
+
"kind": "unknown",
|
|
415732
|
+
"value": "unknown",
|
|
415733
|
+
"text": "{\n [K in keyof T['__modifiers']]?: MaybeBoolean<keyof T['__modifiers'][K]>;\n}"
|
|
415734
|
+
}
|
|
415735
|
+
}
|
|
415736
|
+
},
|
|
415737
|
+
{
|
|
415738
|
+
"name": "ExtractExtendedStencilModifiers",
|
|
415739
|
+
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/lib/cs.ts",
|
|
415740
|
+
"description": "Recursively extract all the modifiers from a stencil and its extended stencils. Usually you'll\nwant to use {@link ExtractStencilProps} instead.",
|
|
415741
|
+
"declarations": [
|
|
415742
|
+
{
|
|
415743
|
+
"name": "ExtractExtendedStencilModifiers",
|
|
415744
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/lib/cs.ts"
|
|
415745
|
+
}
|
|
415746
|
+
],
|
|
415747
|
+
"tags": {},
|
|
415748
|
+
"type": {
|
|
415749
|
+
"kind": "type",
|
|
415750
|
+
"typeParameters": [
|
|
415751
|
+
{
|
|
415752
|
+
"kind": "typeParameter",
|
|
415753
|
+
"name": "T",
|
|
415754
|
+
"constraint": {
|
|
415755
|
+
"kind": "symbol",
|
|
415756
|
+
"name": "BaseStencil",
|
|
415757
|
+
"typeParameters": [
|
|
415758
|
+
{
|
|
415759
|
+
"kind": "primitive",
|
|
415760
|
+
"value": "any"
|
|
415761
|
+
},
|
|
415762
|
+
{
|
|
415763
|
+
"kind": "primitive",
|
|
415764
|
+
"value": "any"
|
|
415765
|
+
},
|
|
415766
|
+
{
|
|
415767
|
+
"kind": "primitive",
|
|
415768
|
+
"value": "any"
|
|
415769
|
+
},
|
|
415770
|
+
{
|
|
415771
|
+
"kind": "primitive",
|
|
415772
|
+
"value": "any"
|
|
415773
|
+
},
|
|
415774
|
+
{
|
|
415775
|
+
"kind": "primitive",
|
|
415776
|
+
"value": "any"
|
|
415777
|
+
}
|
|
415778
|
+
],
|
|
415779
|
+
"value": "BaseStencil<M, P, V, E, ID>"
|
|
415780
|
+
},
|
|
415781
|
+
"required": true
|
|
415782
|
+
}
|
|
415783
|
+
],
|
|
415784
|
+
"value": {
|
|
415785
|
+
"kind": "conditional",
|
|
415786
|
+
"check": {
|
|
415787
|
+
"kind": "generic",
|
|
415788
|
+
"name": "T"
|
|
415789
|
+
},
|
|
415790
|
+
"extends": {
|
|
415791
|
+
"kind": "symbol",
|
|
415792
|
+
"name": "BaseStencil",
|
|
415793
|
+
"typeParameters": [
|
|
415794
|
+
{
|
|
415795
|
+
"kind": "primitive",
|
|
415796
|
+
"value": "any"
|
|
415797
|
+
},
|
|
415798
|
+
{
|
|
415799
|
+
"kind": "primitive",
|
|
415800
|
+
"value": "any"
|
|
415801
|
+
},
|
|
415802
|
+
{
|
|
415803
|
+
"kind": "primitive",
|
|
415804
|
+
"value": "any"
|
|
415805
|
+
},
|
|
415806
|
+
{
|
|
415807
|
+
"kind": "infer",
|
|
415808
|
+
"value": {
|
|
415809
|
+
"kind": "typeParameter",
|
|
415810
|
+
"name": "E",
|
|
415811
|
+
"required": true
|
|
415812
|
+
}
|
|
415813
|
+
}
|
|
415814
|
+
],
|
|
415815
|
+
"value": "BaseStencil<M, P, V, E, ID>"
|
|
415816
|
+
},
|
|
415817
|
+
"trueType": {
|
|
415818
|
+
"kind": "conditional",
|
|
415819
|
+
"check": {
|
|
415820
|
+
"kind": "tuple",
|
|
415821
|
+
"value": [
|
|
415822
|
+
{
|
|
415823
|
+
"kind": "generic",
|
|
415824
|
+
"name": "E"
|
|
415825
|
+
}
|
|
415826
|
+
]
|
|
415827
|
+
},
|
|
415828
|
+
"extends": {
|
|
415829
|
+
"kind": "tuple",
|
|
415830
|
+
"value": [
|
|
415831
|
+
{
|
|
415832
|
+
"kind": "primitive",
|
|
415833
|
+
"value": "never"
|
|
415834
|
+
}
|
|
415835
|
+
]
|
|
415836
|
+
},
|
|
415837
|
+
"trueType": {
|
|
415838
|
+
"kind": "symbol",
|
|
415839
|
+
"name": "ExtractStencilModifiers",
|
|
415840
|
+
"typeParameters": [
|
|
415841
|
+
{
|
|
415842
|
+
"kind": "generic",
|
|
415843
|
+
"name": "T"
|
|
415844
|
+
}
|
|
415845
|
+
],
|
|
415846
|
+
"value": "ExtractStencilModifiers<T>"
|
|
415847
|
+
},
|
|
415848
|
+
"falseType": {
|
|
415849
|
+
"kind": "intersection",
|
|
415850
|
+
"value": [
|
|
415851
|
+
{
|
|
415852
|
+
"kind": "symbol",
|
|
415853
|
+
"name": "ExtractExtendedStencilModifiers",
|
|
415854
|
+
"typeParameters": [
|
|
415855
|
+
{
|
|
415856
|
+
"kind": "generic",
|
|
415857
|
+
"name": "E"
|
|
415858
|
+
}
|
|
415859
|
+
],
|
|
415860
|
+
"value": "ExtractExtendedStencilModifiers<T>"
|
|
415861
|
+
},
|
|
415862
|
+
{
|
|
415863
|
+
"kind": "symbol",
|
|
415864
|
+
"name": "ExtractStencilModifiers",
|
|
415865
|
+
"typeParameters": [
|
|
415866
|
+
{
|
|
415867
|
+
"kind": "generic",
|
|
415868
|
+
"name": "T"
|
|
415869
|
+
}
|
|
415870
|
+
],
|
|
415871
|
+
"value": "ExtractStencilModifiers<T>"
|
|
415872
|
+
}
|
|
415873
|
+
]
|
|
415874
|
+
}
|
|
415875
|
+
},
|
|
415876
|
+
"falseType": {
|
|
415877
|
+
"kind": "object",
|
|
415878
|
+
"properties": []
|
|
415879
|
+
}
|
|
415880
|
+
}
|
|
415881
|
+
}
|
|
415882
|
+
},
|
|
415883
|
+
{
|
|
415884
|
+
"name": "ExtractStencilVars",
|
|
415885
|
+
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/lib/cs.ts",
|
|
415886
|
+
"description": "Extract all the variables from a stencil. Usually you'll want to use {@link ExtractStencilProps}\ninstead.",
|
|
415887
|
+
"declarations": [
|
|
415888
|
+
{
|
|
415889
|
+
"name": "ExtractStencilVars",
|
|
415890
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/lib/cs.ts"
|
|
415891
|
+
}
|
|
415892
|
+
],
|
|
415893
|
+
"tags": {},
|
|
415894
|
+
"type": {
|
|
415895
|
+
"kind": "type",
|
|
415896
|
+
"typeParameters": [
|
|
415897
|
+
{
|
|
415898
|
+
"kind": "typeParameter",
|
|
415899
|
+
"name": "T",
|
|
415900
|
+
"constraint": {
|
|
415901
|
+
"kind": "symbol",
|
|
415902
|
+
"name": "BaseStencil",
|
|
415903
|
+
"typeParameters": [
|
|
415904
|
+
{
|
|
415905
|
+
"kind": "primitive",
|
|
415906
|
+
"value": "any"
|
|
415907
|
+
},
|
|
415908
|
+
{
|
|
415909
|
+
"kind": "primitive",
|
|
415910
|
+
"value": "any"
|
|
415911
|
+
},
|
|
415912
|
+
{
|
|
415913
|
+
"kind": "primitive",
|
|
415914
|
+
"value": "any"
|
|
415915
|
+
},
|
|
415916
|
+
{
|
|
415917
|
+
"kind": "primitive",
|
|
415918
|
+
"value": "any"
|
|
415919
|
+
},
|
|
415920
|
+
{
|
|
415921
|
+
"kind": "primitive",
|
|
415922
|
+
"value": "any"
|
|
415923
|
+
}
|
|
415924
|
+
],
|
|
415925
|
+
"value": "BaseStencil<M, P, V, E, ID>"
|
|
415926
|
+
},
|
|
415927
|
+
"required": true
|
|
415928
|
+
}
|
|
415929
|
+
],
|
|
415930
|
+
"value": {
|
|
415931
|
+
"kind": "unknown",
|
|
415932
|
+
"value": "unknown",
|
|
415933
|
+
"text": "{\n [K in keyof T['__vars']]?: string;\n}"
|
|
415934
|
+
}
|
|
415935
|
+
}
|
|
415936
|
+
},
|
|
415937
|
+
{
|
|
415938
|
+
"name": "ExtractExtendedStencilVars",
|
|
415939
|
+
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/lib/cs.ts",
|
|
415940
|
+
"description": "Recursively extract all the variables from a stencil and its extended stencils. Usually you'll\nwant to use {@link ExtractStencilProps} instead.",
|
|
415941
|
+
"declarations": [
|
|
415942
|
+
{
|
|
415943
|
+
"name": "ExtractExtendedStencilVars",
|
|
415944
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/lib/cs.ts"
|
|
415945
|
+
}
|
|
415946
|
+
],
|
|
415947
|
+
"tags": {},
|
|
415948
|
+
"type": {
|
|
415949
|
+
"kind": "type",
|
|
415950
|
+
"typeParameters": [
|
|
415951
|
+
{
|
|
415952
|
+
"kind": "typeParameter",
|
|
415953
|
+
"name": "T",
|
|
415954
|
+
"constraint": {
|
|
415955
|
+
"kind": "symbol",
|
|
415956
|
+
"name": "BaseStencil",
|
|
415957
|
+
"typeParameters": [
|
|
415958
|
+
{
|
|
415959
|
+
"kind": "primitive",
|
|
415960
|
+
"value": "any"
|
|
415961
|
+
},
|
|
415962
|
+
{
|
|
415963
|
+
"kind": "primitive",
|
|
415964
|
+
"value": "any"
|
|
415965
|
+
},
|
|
415966
|
+
{
|
|
415967
|
+
"kind": "primitive",
|
|
415968
|
+
"value": "any"
|
|
415969
|
+
},
|
|
415970
|
+
{
|
|
415971
|
+
"kind": "primitive",
|
|
415972
|
+
"value": "any"
|
|
415973
|
+
},
|
|
415974
|
+
{
|
|
415975
|
+
"kind": "primitive",
|
|
415976
|
+
"value": "any"
|
|
415977
|
+
}
|
|
415978
|
+
],
|
|
415979
|
+
"value": "BaseStencil<M, P, V, E, ID>"
|
|
415980
|
+
},
|
|
415981
|
+
"required": true
|
|
415982
|
+
}
|
|
415983
|
+
],
|
|
415984
|
+
"value": {
|
|
415985
|
+
"kind": "conditional",
|
|
415986
|
+
"check": {
|
|
415987
|
+
"kind": "generic",
|
|
415988
|
+
"name": "T"
|
|
415989
|
+
},
|
|
415990
|
+
"extends": {
|
|
415991
|
+
"kind": "symbol",
|
|
415992
|
+
"name": "BaseStencil",
|
|
415993
|
+
"typeParameters": [
|
|
415994
|
+
{
|
|
415995
|
+
"kind": "primitive",
|
|
415996
|
+
"value": "any"
|
|
415997
|
+
},
|
|
415998
|
+
{
|
|
415999
|
+
"kind": "primitive",
|
|
416000
|
+
"value": "any"
|
|
416001
|
+
},
|
|
416002
|
+
{
|
|
416003
|
+
"kind": "primitive",
|
|
416004
|
+
"value": "any"
|
|
416005
|
+
},
|
|
416006
|
+
{
|
|
416007
|
+
"kind": "infer",
|
|
416008
|
+
"value": {
|
|
416009
|
+
"kind": "typeParameter",
|
|
416010
|
+
"name": "E",
|
|
416011
|
+
"required": true
|
|
416012
|
+
}
|
|
416013
|
+
}
|
|
416014
|
+
],
|
|
416015
|
+
"value": "BaseStencil<M, P, V, E, ID>"
|
|
416016
|
+
},
|
|
416017
|
+
"trueType": {
|
|
416018
|
+
"kind": "conditional",
|
|
416019
|
+
"check": {
|
|
416020
|
+
"kind": "tuple",
|
|
416021
|
+
"value": [
|
|
416022
|
+
{
|
|
416023
|
+
"kind": "generic",
|
|
416024
|
+
"name": "E"
|
|
416025
|
+
}
|
|
416026
|
+
]
|
|
416027
|
+
},
|
|
416028
|
+
"extends": {
|
|
416029
|
+
"kind": "tuple",
|
|
416030
|
+
"value": [
|
|
416031
|
+
{
|
|
416032
|
+
"kind": "primitive",
|
|
416033
|
+
"value": "never"
|
|
416034
|
+
}
|
|
416035
|
+
]
|
|
416036
|
+
},
|
|
416037
|
+
"trueType": {
|
|
416038
|
+
"kind": "symbol",
|
|
416039
|
+
"name": "ExtractStencilVars",
|
|
416040
|
+
"typeParameters": [
|
|
416041
|
+
{
|
|
416042
|
+
"kind": "generic",
|
|
416043
|
+
"name": "T"
|
|
416044
|
+
}
|
|
416045
|
+
],
|
|
416046
|
+
"value": "ExtractStencilVars<T>"
|
|
416047
|
+
},
|
|
416048
|
+
"falseType": {
|
|
416049
|
+
"kind": "intersection",
|
|
416050
|
+
"value": [
|
|
416051
|
+
{
|
|
416052
|
+
"kind": "symbol",
|
|
416053
|
+
"name": "ExtractExtendedStencilVars",
|
|
416054
|
+
"typeParameters": [
|
|
416055
|
+
{
|
|
416056
|
+
"kind": "generic",
|
|
416057
|
+
"name": "E"
|
|
416058
|
+
}
|
|
416059
|
+
],
|
|
416060
|
+
"value": "ExtractExtendedStencilVars<T>"
|
|
416061
|
+
},
|
|
416062
|
+
{
|
|
416063
|
+
"kind": "symbol",
|
|
416064
|
+
"name": "ExtractStencilVars",
|
|
416065
|
+
"typeParameters": [
|
|
416066
|
+
{
|
|
416067
|
+
"kind": "generic",
|
|
416068
|
+
"name": "T"
|
|
416069
|
+
}
|
|
416070
|
+
],
|
|
416071
|
+
"value": "ExtractStencilVars<T>"
|
|
416072
|
+
}
|
|
416073
|
+
]
|
|
416074
|
+
}
|
|
416075
|
+
},
|
|
416076
|
+
"falseType": {
|
|
416077
|
+
"kind": "object",
|
|
416078
|
+
"properties": []
|
|
416079
|
+
}
|
|
416080
|
+
}
|
|
416081
|
+
}
|
|
416082
|
+
},
|
|
416083
|
+
{
|
|
416084
|
+
"name": "ExtractStencilProps",
|
|
416085
|
+
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/lib/cs.ts",
|
|
416086
|
+
"description": "Returns an interface containing all the modifiers and variables from a stencil to be used in a\ncomponent's prop interface.\n\n```ts\ninterface MyComponentProps extends ExtractStencilProps<typeof myComponentStencil> {\n // other props\n}\n```",
|
|
416087
|
+
"declarations": [
|
|
416088
|
+
{
|
|
416089
|
+
"name": "ExtractStencilProps",
|
|
416090
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/lib/cs.ts"
|
|
416091
|
+
}
|
|
416092
|
+
],
|
|
416093
|
+
"tags": {},
|
|
416094
|
+
"type": {
|
|
416095
|
+
"kind": "type",
|
|
416096
|
+
"typeParameters": [
|
|
416097
|
+
{
|
|
416098
|
+
"kind": "typeParameter",
|
|
416099
|
+
"name": "T",
|
|
416100
|
+
"constraint": {
|
|
416101
|
+
"kind": "symbol",
|
|
416102
|
+
"name": "BaseStencil",
|
|
416103
|
+
"typeParameters": [
|
|
416104
|
+
{
|
|
416105
|
+
"kind": "primitive",
|
|
416106
|
+
"value": "any"
|
|
416107
|
+
},
|
|
416108
|
+
{
|
|
416109
|
+
"kind": "primitive",
|
|
416110
|
+
"value": "any"
|
|
416111
|
+
},
|
|
416112
|
+
{
|
|
416113
|
+
"kind": "primitive",
|
|
416114
|
+
"value": "any"
|
|
416115
|
+
},
|
|
416116
|
+
{
|
|
416117
|
+
"kind": "primitive",
|
|
416118
|
+
"value": "any"
|
|
416119
|
+
},
|
|
416120
|
+
{
|
|
416121
|
+
"kind": "primitive",
|
|
416122
|
+
"value": "any"
|
|
416123
|
+
}
|
|
416124
|
+
],
|
|
416125
|
+
"value": "BaseStencil<M, P, V, E, ID>"
|
|
416126
|
+
},
|
|
416127
|
+
"required": true
|
|
416128
|
+
}
|
|
416129
|
+
],
|
|
416130
|
+
"value": {
|
|
416131
|
+
"kind": "symbol",
|
|
416132
|
+
"name": "Prettify",
|
|
416133
|
+
"typeParameters": [
|
|
416134
|
+
{
|
|
416135
|
+
"kind": "intersection",
|
|
416136
|
+
"value": [
|
|
416137
|
+
{
|
|
416138
|
+
"kind": "symbol",
|
|
416139
|
+
"name": "ExtractStencilModifiers",
|
|
416140
|
+
"typeParameters": [
|
|
416141
|
+
{
|
|
416142
|
+
"kind": "generic",
|
|
416143
|
+
"name": "T"
|
|
416144
|
+
}
|
|
416145
|
+
],
|
|
416146
|
+
"value": "ExtractStencilModifiers<T>"
|
|
416147
|
+
},
|
|
416148
|
+
{
|
|
416149
|
+
"kind": "symbol",
|
|
416150
|
+
"name": "ExtractStencilVars",
|
|
416151
|
+
"typeParameters": [
|
|
416152
|
+
{
|
|
416153
|
+
"kind": "generic",
|
|
416154
|
+
"name": "T"
|
|
416155
|
+
}
|
|
416156
|
+
],
|
|
416157
|
+
"value": "ExtractStencilVars<T>"
|
|
416158
|
+
}
|
|
416159
|
+
]
|
|
416160
|
+
}
|
|
416161
|
+
],
|
|
416162
|
+
"value": "{ [K in keyof T]: T[K]; }"
|
|
416163
|
+
}
|
|
416164
|
+
}
|
|
416165
|
+
},
|
|
416166
|
+
{
|
|
416167
|
+
"name": "ExtractExtendedStencilProps",
|
|
416168
|
+
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/lib/cs.ts",
|
|
416169
|
+
"description": "Returns an interface containing all the modifiers and variables from a stencil, including\nextended stencils, to be used in a component's prop interface. If your component's props already\nextend another component's props that already include stencil props, use `ExtractStencilProps`\ninstead.\n\n```ts\ninterface MyComponentProps extends ExtractExtendedStencilProps<typeof myComponentStencil> {\n // other props\n}\n```",
|
|
416170
|
+
"declarations": [
|
|
416171
|
+
{
|
|
416172
|
+
"name": "ExtractExtendedStencilProps",
|
|
416173
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/lib/cs.ts"
|
|
416174
|
+
}
|
|
416175
|
+
],
|
|
416176
|
+
"tags": {},
|
|
416177
|
+
"type": {
|
|
416178
|
+
"kind": "type",
|
|
416179
|
+
"typeParameters": [
|
|
416180
|
+
{
|
|
416181
|
+
"kind": "typeParameter",
|
|
416182
|
+
"name": "T",
|
|
416183
|
+
"constraint": {
|
|
416184
|
+
"kind": "symbol",
|
|
416185
|
+
"name": "BaseStencil",
|
|
416186
|
+
"typeParameters": [
|
|
416187
|
+
{
|
|
416188
|
+
"kind": "primitive",
|
|
416189
|
+
"value": "any"
|
|
416190
|
+
},
|
|
416191
|
+
{
|
|
416192
|
+
"kind": "primitive",
|
|
416193
|
+
"value": "any"
|
|
416194
|
+
},
|
|
416195
|
+
{
|
|
416196
|
+
"kind": "primitive",
|
|
416197
|
+
"value": "any"
|
|
416198
|
+
},
|
|
416199
|
+
{
|
|
416200
|
+
"kind": "primitive",
|
|
416201
|
+
"value": "any"
|
|
416202
|
+
},
|
|
416203
|
+
{
|
|
416204
|
+
"kind": "primitive",
|
|
416205
|
+
"value": "any"
|
|
416206
|
+
}
|
|
416207
|
+
],
|
|
416208
|
+
"value": "BaseStencil<M, P, V, E, ID>"
|
|
416209
|
+
},
|
|
416210
|
+
"required": true
|
|
416211
|
+
}
|
|
416212
|
+
],
|
|
416213
|
+
"value": {
|
|
416214
|
+
"kind": "symbol",
|
|
416215
|
+
"name": "Prettify",
|
|
416216
|
+
"typeParameters": [
|
|
416217
|
+
{
|
|
416218
|
+
"kind": "intersection",
|
|
416219
|
+
"value": [
|
|
416220
|
+
{
|
|
416221
|
+
"kind": "symbol",
|
|
416222
|
+
"name": "ExtractExtendedStencilModifiers",
|
|
416223
|
+
"typeParameters": [
|
|
416224
|
+
{
|
|
416225
|
+
"kind": "generic",
|
|
416226
|
+
"name": "T"
|
|
416227
|
+
}
|
|
416228
|
+
],
|
|
416229
|
+
"value": "ExtractExtendedStencilModifiers<T>"
|
|
416230
|
+
},
|
|
416231
|
+
{
|
|
416232
|
+
"kind": "symbol",
|
|
416233
|
+
"name": "ExtractExtendedStencilVars",
|
|
416234
|
+
"typeParameters": [
|
|
416235
|
+
{
|
|
416236
|
+
"kind": "generic",
|
|
416237
|
+
"name": "T"
|
|
416238
|
+
}
|
|
416239
|
+
],
|
|
416240
|
+
"value": "ExtractExtendedStencilVars<T>"
|
|
416241
|
+
}
|
|
416242
|
+
]
|
|
416243
|
+
}
|
|
416244
|
+
],
|
|
416245
|
+
"value": "{ [K in keyof T]: T[K]; }"
|
|
416246
|
+
}
|
|
416247
|
+
}
|
|
416248
|
+
},
|
|
413710
416249
|
{
|
|
413711
416250
|
"name": "wrapProperty",
|
|
413712
416251
|
"fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/lib/cs.ts",
|