@workday/canvas-kit-docs 9.1.0-459-next.0 → 9.1.0-461-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.
|
@@ -524,6 +524,12 @@ function getSubcomponents(parser, node) {
|
|
|
524
524
|
t.isIdentifier(p.initializer)) {
|
|
525
525
|
const symbol = getSymbolFromNode(parser.checker, p.name);
|
|
526
526
|
const jsDoc = findDocComment(parser.checker, symbol);
|
|
527
|
+
const initializerSymbol = getSymbolFromNode(parser.checker, p.initializer);
|
|
528
|
+
// Make sure the symbol exists AND the symbol has an alias
|
|
529
|
+
if (initializerSymbol && initializerSymbol.flags & ts.SymbolFlags.Alias) {
|
|
530
|
+
const initializerJsDoc = findDocComment(parser.checker, parser.checker.getAliasedSymbol(initializerSymbol));
|
|
531
|
+
jsDoc.declarations.push(initializerJsDoc.declarations[0]);
|
|
532
|
+
}
|
|
527
533
|
return {
|
|
528
534
|
name: p.name.text,
|
|
529
535
|
symbol: p.initializer.text,
|
package/dist/es6/lib/docs.js
CHANGED
|
@@ -1250,6 +1250,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
1250
1250
|
{
|
|
1251
1251
|
"name": "Target",
|
|
1252
1252
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/Expandable.tsx"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"name": "ExpandableTarget",
|
|
1256
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableTarget.tsx"
|
|
1253
1257
|
}
|
|
1254
1258
|
],
|
|
1255
1259
|
"tags": {}
|
|
@@ -1262,6 +1266,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
1262
1266
|
{
|
|
1263
1267
|
"name": "Title",
|
|
1264
1268
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/Expandable.tsx"
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"name": "ExpandableTitle",
|
|
1272
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableTitle.tsx"
|
|
1265
1273
|
}
|
|
1266
1274
|
],
|
|
1267
1275
|
"tags": {}
|
|
@@ -1274,6 +1282,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
1274
1282
|
{
|
|
1275
1283
|
"name": "Icon",
|
|
1276
1284
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/Expandable.tsx"
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
"name": "ExpandableIcon",
|
|
1288
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableIcon.tsx"
|
|
1277
1289
|
}
|
|
1278
1290
|
],
|
|
1279
1291
|
"tags": {}
|
|
@@ -1286,6 +1298,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
1286
1298
|
{
|
|
1287
1299
|
"name": "Avatar",
|
|
1288
1300
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/Expandable.tsx"
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"name": "ExpandableAvatar",
|
|
1304
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableAvatar.tsx"
|
|
1289
1305
|
}
|
|
1290
1306
|
],
|
|
1291
1307
|
"tags": {}
|
|
@@ -1298,6 +1314,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
1298
1314
|
{
|
|
1299
1315
|
"name": "Content",
|
|
1300
1316
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/Expandable.tsx"
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"name": "ExpandableContent",
|
|
1320
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/labs-react/expandable/lib/ExpandableContent.tsx"
|
|
1301
1321
|
}
|
|
1302
1322
|
],
|
|
1303
1323
|
"tags": {}
|
|
@@ -5731,6 +5751,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
5731
5751
|
{
|
|
5732
5752
|
"name": "Input",
|
|
5733
5753
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/form-field/lib/FormField.tsx"
|
|
5754
|
+
},
|
|
5755
|
+
{
|
|
5756
|
+
"name": "FormFieldInput",
|
|
5757
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/form-field/lib/FormFieldInput.tsx"
|
|
5734
5758
|
}
|
|
5735
5759
|
],
|
|
5736
5760
|
"tags": {}
|
|
@@ -5743,6 +5767,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
5743
5767
|
{
|
|
5744
5768
|
"name": "Label",
|
|
5745
5769
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/form-field/lib/FormField.tsx"
|
|
5770
|
+
},
|
|
5771
|
+
{
|
|
5772
|
+
"name": "FormFieldLabel",
|
|
5773
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/form-field/lib/FormFieldLabel.tsx"
|
|
5746
5774
|
}
|
|
5747
5775
|
],
|
|
5748
5776
|
"tags": {}
|
|
@@ -5755,6 +5783,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
5755
5783
|
{
|
|
5756
5784
|
"name": "Hint",
|
|
5757
5785
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/form-field/lib/FormField.tsx"
|
|
5786
|
+
},
|
|
5787
|
+
{
|
|
5788
|
+
"name": "FormFieldHint",
|
|
5789
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/form-field/lib/FormFieldHint.tsx"
|
|
5758
5790
|
}
|
|
5759
5791
|
],
|
|
5760
5792
|
"tags": {}
|
|
@@ -7826,6 +7858,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
7826
7858
|
{
|
|
7827
7859
|
"name": "Avatar",
|
|
7828
7860
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/pill/lib/Pill.tsx"
|
|
7861
|
+
},
|
|
7862
|
+
{
|
|
7863
|
+
"name": "PillAvatar",
|
|
7864
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/pill/lib/PillAvatar.tsx"
|
|
7829
7865
|
}
|
|
7830
7866
|
],
|
|
7831
7867
|
"tags": {}
|
|
@@ -7838,6 +7874,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
7838
7874
|
{
|
|
7839
7875
|
"name": "Count",
|
|
7840
7876
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/pill/lib/Pill.tsx"
|
|
7877
|
+
},
|
|
7878
|
+
{
|
|
7879
|
+
"name": "PillCount",
|
|
7880
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/pill/lib/PillCount.tsx"
|
|
7841
7881
|
}
|
|
7842
7882
|
],
|
|
7843
7883
|
"tags": {}
|
|
@@ -7850,6 +7890,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
7850
7890
|
{
|
|
7851
7891
|
"name": "Icon",
|
|
7852
7892
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/pill/lib/Pill.tsx"
|
|
7893
|
+
},
|
|
7894
|
+
{
|
|
7895
|
+
"name": "PillIcon",
|
|
7896
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/pill/lib/PillIcon.tsx"
|
|
7853
7897
|
}
|
|
7854
7898
|
],
|
|
7855
7899
|
"tags": {}
|
|
@@ -7862,6 +7906,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
7862
7906
|
{
|
|
7863
7907
|
"name": "IconButton",
|
|
7864
7908
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/pill/lib/Pill.tsx"
|
|
7909
|
+
},
|
|
7910
|
+
{
|
|
7911
|
+
"name": "PillIconButton",
|
|
7912
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/pill/lib/PillIconButton.tsx"
|
|
7865
7913
|
}
|
|
7866
7914
|
],
|
|
7867
7915
|
"tags": {}
|
|
@@ -7874,6 +7922,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
7874
7922
|
{
|
|
7875
7923
|
"name": "Label",
|
|
7876
7924
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/pill/lib/Pill.tsx"
|
|
7925
|
+
},
|
|
7926
|
+
{
|
|
7927
|
+
"name": "PillLabel",
|
|
7928
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/pill/lib/PillLabel.tsx"
|
|
7877
7929
|
}
|
|
7878
7930
|
],
|
|
7879
7931
|
"tags": {}
|
|
@@ -14992,6 +15044,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
14992
15044
|
{
|
|
14993
15045
|
"name": "List",
|
|
14994
15046
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/segmented-control/lib/SegmentedControl.tsx"
|
|
15047
|
+
},
|
|
15048
|
+
{
|
|
15049
|
+
"name": "SegmentedControlList",
|
|
15050
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/segmented-control/lib/SegmentedControlList.tsx"
|
|
14995
15051
|
}
|
|
14996
15052
|
],
|
|
14997
15053
|
"tags": {}
|
|
@@ -15004,6 +15060,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
15004
15060
|
{
|
|
15005
15061
|
"name": "Item",
|
|
15006
15062
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/segmented-control/lib/SegmentedControl.tsx"
|
|
15063
|
+
},
|
|
15064
|
+
{
|
|
15065
|
+
"name": "SegmentedControlItem",
|
|
15066
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/segmented-control/lib/SegmentedControlItem.tsx"
|
|
15007
15067
|
}
|
|
15008
15068
|
],
|
|
15009
15069
|
"tags": {}
|
|
@@ -23350,6 +23410,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
23350
23410
|
{
|
|
23351
23411
|
"name": "ToggleButton",
|
|
23352
23412
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/side-panel/lib/SidePanel.tsx"
|
|
23413
|
+
},
|
|
23414
|
+
{
|
|
23415
|
+
"name": "SidePanelToggleButton",
|
|
23416
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/side-panel/lib/SidePanelToggleButton.tsx"
|
|
23353
23417
|
}
|
|
23354
23418
|
],
|
|
23355
23419
|
"tags": {}
|
|
@@ -24508,6 +24572,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
24508
24572
|
{
|
|
24509
24573
|
"name": "Label",
|
|
24510
24574
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx"
|
|
24575
|
+
},
|
|
24576
|
+
{
|
|
24577
|
+
"name": "StatusIndicatorLabel",
|
|
24578
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorLabel.tsx"
|
|
24511
24579
|
}
|
|
24512
24580
|
],
|
|
24513
24581
|
"tags": {}
|
|
@@ -24520,6 +24588,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
24520
24588
|
{
|
|
24521
24589
|
"name": "Icon",
|
|
24522
24590
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicator.tsx"
|
|
24591
|
+
},
|
|
24592
|
+
{
|
|
24593
|
+
"name": "StatusIndicatorIcon",
|
|
24594
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/status-indicator/lib/StatusIndicatorIcon.tsx"
|
|
24523
24595
|
}
|
|
24524
24596
|
],
|
|
24525
24597
|
"tags": {}
|
|
@@ -28418,6 +28490,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
28418
28490
|
{
|
|
28419
28491
|
"name": "Caption",
|
|
28420
28492
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/table/lib/Table.tsx"
|
|
28493
|
+
},
|
|
28494
|
+
{
|
|
28495
|
+
"name": "TableCaption",
|
|
28496
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/table/lib/TableCaption.tsx"
|
|
28421
28497
|
}
|
|
28422
28498
|
],
|
|
28423
28499
|
"tags": {}
|
|
@@ -28430,6 +28506,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
28430
28506
|
{
|
|
28431
28507
|
"name": "Head",
|
|
28432
28508
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/table/lib/Table.tsx"
|
|
28509
|
+
},
|
|
28510
|
+
{
|
|
28511
|
+
"name": "TableHead",
|
|
28512
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/table/lib/TableHead.tsx"
|
|
28433
28513
|
}
|
|
28434
28514
|
],
|
|
28435
28515
|
"tags": {}
|
|
@@ -28442,6 +28522,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
28442
28522
|
{
|
|
28443
28523
|
"name": "Body",
|
|
28444
28524
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/table/lib/Table.tsx"
|
|
28525
|
+
},
|
|
28526
|
+
{
|
|
28527
|
+
"name": "TableBody",
|
|
28528
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/table/lib/TableBody.tsx"
|
|
28445
28529
|
}
|
|
28446
28530
|
],
|
|
28447
28531
|
"tags": {}
|
|
@@ -28454,6 +28538,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
28454
28538
|
{
|
|
28455
28539
|
"name": "Row",
|
|
28456
28540
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/table/lib/Table.tsx"
|
|
28541
|
+
},
|
|
28542
|
+
{
|
|
28543
|
+
"name": "TableRow",
|
|
28544
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/table/lib/TableRow.tsx"
|
|
28457
28545
|
}
|
|
28458
28546
|
],
|
|
28459
28547
|
"tags": {}
|
|
@@ -28466,6 +28554,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
28466
28554
|
{
|
|
28467
28555
|
"name": "Header",
|
|
28468
28556
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/table/lib/Table.tsx"
|
|
28557
|
+
},
|
|
28558
|
+
{
|
|
28559
|
+
"name": "TableHeader",
|
|
28560
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/table/lib/TableHeader.tsx"
|
|
28469
28561
|
}
|
|
28470
28562
|
],
|
|
28471
28563
|
"tags": {}
|
|
@@ -28478,6 +28570,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
28478
28570
|
{
|
|
28479
28571
|
"name": "Cell",
|
|
28480
28572
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/table/lib/Table.tsx"
|
|
28573
|
+
},
|
|
28574
|
+
{
|
|
28575
|
+
"name": "TableCell",
|
|
28576
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/table/lib/TableCell.tsx"
|
|
28481
28577
|
}
|
|
28482
28578
|
],
|
|
28483
28579
|
"tags": {}
|
|
@@ -28490,6 +28586,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
28490
28586
|
{
|
|
28491
28587
|
"name": "Footer",
|
|
28492
28588
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/table/lib/Table.tsx"
|
|
28589
|
+
},
|
|
28590
|
+
{
|
|
28591
|
+
"name": "TableFooter",
|
|
28592
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/table/lib/TableFooter.tsx"
|
|
28493
28593
|
}
|
|
28494
28594
|
],
|
|
28495
28595
|
"tags": {}
|
|
@@ -29298,6 +29398,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
29298
29398
|
{
|
|
29299
29399
|
"name": "Field",
|
|
29300
29400
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/text-area/lib/TextArea.tsx"
|
|
29401
|
+
},
|
|
29402
|
+
{
|
|
29403
|
+
"name": "TextAreaField",
|
|
29404
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/text-area/lib/TextAreaField.tsx"
|
|
29301
29405
|
}
|
|
29302
29406
|
],
|
|
29303
29407
|
"tags": {}
|
|
@@ -29719,6 +29823,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
29719
29823
|
{
|
|
29720
29824
|
"name": "Field",
|
|
29721
29825
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/text-input/lib/TextInput.tsx"
|
|
29826
|
+
},
|
|
29827
|
+
{
|
|
29828
|
+
"name": "TextInputField",
|
|
29829
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/text-input/lib/TextInputField.tsx"
|
|
29722
29830
|
}
|
|
29723
29831
|
],
|
|
29724
29832
|
"tags": {}
|
|
@@ -29992,6 +30100,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
29992
30100
|
{
|
|
29993
30101
|
"name": "List",
|
|
29994
30102
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/action-bar/lib/ActionBar.tsx"
|
|
30103
|
+
},
|
|
30104
|
+
{
|
|
30105
|
+
"name": "ActionBarList",
|
|
30106
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/action-bar/lib/ActionBarList.tsx"
|
|
29995
30107
|
}
|
|
29996
30108
|
],
|
|
29997
30109
|
"tags": {}
|
|
@@ -30004,6 +30116,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
30004
30116
|
{
|
|
30005
30117
|
"name": "Item",
|
|
30006
30118
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/action-bar/lib/ActionBar.tsx"
|
|
30119
|
+
},
|
|
30120
|
+
{
|
|
30121
|
+
"name": "ActionBarItem",
|
|
30122
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/action-bar/lib/ActionBarItem.tsx"
|
|
30007
30123
|
}
|
|
30008
30124
|
],
|
|
30009
30125
|
"tags": {}
|
|
@@ -30016,6 +30132,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
30016
30132
|
{
|
|
30017
30133
|
"name": "OverflowButton",
|
|
30018
30134
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/action-bar/lib/ActionBar.tsx"
|
|
30135
|
+
},
|
|
30136
|
+
{
|
|
30137
|
+
"name": "ActionBarOverflowButton",
|
|
30138
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/action-bar/lib/ActionBarOverflowButton.tsx"
|
|
30019
30139
|
}
|
|
30020
30140
|
],
|
|
30021
30141
|
"tags": {}
|
|
@@ -38421,6 +38541,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
38421
38541
|
{
|
|
38422
38542
|
"name": "Icon",
|
|
38423
38543
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/Banner.tsx"
|
|
38544
|
+
},
|
|
38545
|
+
{
|
|
38546
|
+
"name": "BannerIcon",
|
|
38547
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerIcon.tsx"
|
|
38424
38548
|
}
|
|
38425
38549
|
],
|
|
38426
38550
|
"tags": {}
|
|
@@ -38433,6 +38557,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
38433
38557
|
{
|
|
38434
38558
|
"name": "Label",
|
|
38435
38559
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/Banner.tsx"
|
|
38560
|
+
},
|
|
38561
|
+
{
|
|
38562
|
+
"name": "BannerLabel",
|
|
38563
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerLabel.tsx"
|
|
38436
38564
|
}
|
|
38437
38565
|
],
|
|
38438
38566
|
"tags": {}
|
|
@@ -38445,6 +38573,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
38445
38573
|
{
|
|
38446
38574
|
"name": "ActionText",
|
|
38447
38575
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/Banner.tsx"
|
|
38576
|
+
},
|
|
38577
|
+
{
|
|
38578
|
+
"name": "BannerActionText",
|
|
38579
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerActionText.tsx"
|
|
38448
38580
|
}
|
|
38449
38581
|
],
|
|
38450
38582
|
"tags": {}
|
|
@@ -40329,6 +40461,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
40329
40461
|
{
|
|
40330
40462
|
"name": "List",
|
|
40331
40463
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/Breadcrumbs.tsx"
|
|
40464
|
+
},
|
|
40465
|
+
{
|
|
40466
|
+
"name": "BreadcrumbsList",
|
|
40467
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/BreadcrumbsList.tsx"
|
|
40332
40468
|
}
|
|
40333
40469
|
],
|
|
40334
40470
|
"tags": {}
|
|
@@ -40341,6 +40477,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
40341
40477
|
{
|
|
40342
40478
|
"name": "Item",
|
|
40343
40479
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/Breadcrumbs.tsx"
|
|
40480
|
+
},
|
|
40481
|
+
{
|
|
40482
|
+
"name": "BreadcrumbsItem",
|
|
40483
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/BreadcrumbsItem.tsx"
|
|
40344
40484
|
}
|
|
40345
40485
|
],
|
|
40346
40486
|
"tags": {}
|
|
@@ -40353,6 +40493,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
40353
40493
|
{
|
|
40354
40494
|
"name": "Link",
|
|
40355
40495
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/Breadcrumbs.tsx"
|
|
40496
|
+
},
|
|
40497
|
+
{
|
|
40498
|
+
"name": "BreadcrumbsLink",
|
|
40499
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/BreadcrumbsLink.tsx"
|
|
40356
40500
|
}
|
|
40357
40501
|
],
|
|
40358
40502
|
"tags": {}
|
|
@@ -40365,6 +40509,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
40365
40509
|
{
|
|
40366
40510
|
"name": "CurrentItem",
|
|
40367
40511
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/Breadcrumbs.tsx"
|
|
40512
|
+
},
|
|
40513
|
+
{
|
|
40514
|
+
"name": "BreadcrumbsCurrentItem",
|
|
40515
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/BreadcrumbsCurrentItem.tsx"
|
|
40368
40516
|
}
|
|
40369
40517
|
],
|
|
40370
40518
|
"tags": {}
|
|
@@ -40377,6 +40525,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
40377
40525
|
{
|
|
40378
40526
|
"name": "OverflowButton",
|
|
40379
40527
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/Breadcrumbs.tsx"
|
|
40528
|
+
},
|
|
40529
|
+
{
|
|
40530
|
+
"name": "BreadcrumbsOverflowButton",
|
|
40531
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/BreadcrumbsOverflowButton.tsx"
|
|
40380
40532
|
}
|
|
40381
40533
|
],
|
|
40382
40534
|
"tags": {}
|
|
@@ -40389,6 +40541,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
40389
40541
|
{
|
|
40390
40542
|
"name": "Menu",
|
|
40391
40543
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/Breadcrumbs.tsx"
|
|
40544
|
+
},
|
|
40545
|
+
{
|
|
40546
|
+
"name": "BreadcrumbsMenu",
|
|
40547
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/BreadcrumbsMenu.tsx"
|
|
40392
40548
|
}
|
|
40393
40549
|
],
|
|
40394
40550
|
"tags": {}
|
|
@@ -41140,6 +41296,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
41140
41296
|
{
|
|
41141
41297
|
"name": "Link",
|
|
41142
41298
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/BreadcrumbsItem.tsx"
|
|
41299
|
+
},
|
|
41300
|
+
{
|
|
41301
|
+
"name": "BreadcrumbsLink",
|
|
41302
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/BreadcrumbsLink.tsx"
|
|
41143
41303
|
}
|
|
41144
41304
|
],
|
|
41145
41305
|
"tags": {}
|
|
@@ -54576,6 +54736,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
54576
54736
|
{
|
|
54577
54737
|
"name": "Icon",
|
|
54578
54738
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
54739
|
+
},
|
|
54740
|
+
{
|
|
54741
|
+
"name": "ButtonLabelIcon",
|
|
54742
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/parts/ButtonLabelIcon.tsx"
|
|
54579
54743
|
}
|
|
54580
54744
|
],
|
|
54581
54745
|
"tags": {}
|
|
@@ -54588,6 +54752,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
54588
54752
|
{
|
|
54589
54753
|
"name": "Label",
|
|
54590
54754
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
|
|
54755
|
+
},
|
|
54756
|
+
{
|
|
54757
|
+
"name": "ButtonLabel",
|
|
54758
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/parts/ButtonLabel.tsx"
|
|
54591
54759
|
}
|
|
54592
54760
|
],
|
|
54593
54761
|
"tags": {}
|
|
@@ -59043,6 +59211,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
59043
59211
|
{
|
|
59044
59212
|
"name": "Heading",
|
|
59045
59213
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/card/lib/Card.tsx"
|
|
59214
|
+
},
|
|
59215
|
+
{
|
|
59216
|
+
"name": "CardHeading",
|
|
59217
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/card/lib/CardHeading.tsx"
|
|
59046
59218
|
}
|
|
59047
59219
|
],
|
|
59048
59220
|
"tags": {}
|
|
@@ -59055,6 +59227,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
59055
59227
|
{
|
|
59056
59228
|
"name": "Body",
|
|
59057
59229
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/card/lib/Card.tsx"
|
|
59230
|
+
},
|
|
59231
|
+
{
|
|
59232
|
+
"name": "CardBody",
|
|
59233
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/card/lib/CardBody.tsx"
|
|
59058
59234
|
}
|
|
59059
59235
|
],
|
|
59060
59236
|
"tags": {}
|
|
@@ -95106,6 +95282,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
95106
95282
|
{
|
|
95107
95283
|
"name": "Input",
|
|
95108
95284
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/combobox/lib/Combobox.tsx"
|
|
95285
|
+
},
|
|
95286
|
+
{
|
|
95287
|
+
"name": "ComboboxInput",
|
|
95288
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/combobox/lib/ComboboxInput.tsx"
|
|
95109
95289
|
}
|
|
95110
95290
|
],
|
|
95111
95291
|
"tags": {}
|
|
@@ -95118,6 +95298,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
95118
95298
|
{
|
|
95119
95299
|
"name": "Menu",
|
|
95120
95300
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/combobox/lib/Combobox.tsx"
|
|
95301
|
+
},
|
|
95302
|
+
{
|
|
95303
|
+
"name": "ComboboxMenu",
|
|
95304
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/combobox/lib/ComboboxMenu.tsx"
|
|
95121
95305
|
}
|
|
95122
95306
|
],
|
|
95123
95307
|
"tags": {}
|
|
@@ -96060,6 +96244,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
96060
96244
|
{
|
|
96061
96245
|
"name": "List",
|
|
96062
96246
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/combobox/lib/ComboboxMenu.tsx"
|
|
96247
|
+
},
|
|
96248
|
+
{
|
|
96249
|
+
"name": "ComboboxMenuList",
|
|
96250
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/combobox/lib/ComboboxMenuList.tsx"
|
|
96063
96251
|
}
|
|
96064
96252
|
],
|
|
96065
96253
|
"tags": {}
|
|
@@ -96072,6 +96260,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
96072
96260
|
{
|
|
96073
96261
|
"name": "Item",
|
|
96074
96262
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/combobox/lib/ComboboxMenu.tsx"
|
|
96263
|
+
},
|
|
96264
|
+
{
|
|
96265
|
+
"name": "ComboboxMenuItem",
|
|
96266
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/combobox/lib/ComboboxMenuItem.tsx"
|
|
96075
96267
|
}
|
|
96076
96268
|
],
|
|
96077
96269
|
"tags": {}
|
|
@@ -96084,6 +96276,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
96084
96276
|
{
|
|
96085
96277
|
"name": "Card",
|
|
96086
96278
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/combobox/lib/ComboboxMenu.tsx"
|
|
96279
|
+
},
|
|
96280
|
+
{
|
|
96281
|
+
"name": "ComboboxCard",
|
|
96282
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/combobox/lib/ComboboxCard.tsx"
|
|
96087
96283
|
}
|
|
96088
96284
|
],
|
|
96089
96285
|
"tags": {}
|
|
@@ -117608,6 +117804,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
117608
117804
|
{
|
|
117609
117805
|
"name": "Card",
|
|
117610
117806
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/dialog/lib/Dialog.tsx"
|
|
117807
|
+
},
|
|
117808
|
+
{
|
|
117809
|
+
"name": "DialogCard",
|
|
117810
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/dialog/lib/DialogCard.tsx"
|
|
117611
117811
|
}
|
|
117612
117812
|
],
|
|
117613
117813
|
"tags": {}
|
|
@@ -117620,6 +117820,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
117620
117820
|
{
|
|
117621
117821
|
"name": "Popper",
|
|
117622
117822
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/dialog/lib/Dialog.tsx"
|
|
117823
|
+
},
|
|
117824
|
+
{
|
|
117825
|
+
"name": "DialogPopper",
|
|
117826
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/dialog/lib/DialogPopper.tsx"
|
|
117623
117827
|
}
|
|
117624
117828
|
],
|
|
117625
117829
|
"tags": {}
|
|
@@ -121760,6 +121964,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
121760
121964
|
{
|
|
121761
121965
|
"name": "Colors",
|
|
121762
121966
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/AppletIcon.tsx"
|
|
121967
|
+
},
|
|
121968
|
+
{
|
|
121969
|
+
"name": "BrandingColor",
|
|
121970
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tokens/lib/colors.types.ts"
|
|
121763
121971
|
}
|
|
121764
121972
|
],
|
|
121765
121973
|
"tags": {}
|
|
@@ -132535,6 +132743,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
132535
132743
|
{
|
|
132536
132744
|
"name": "Item",
|
|
132537
132745
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/layout/lib/Flex.tsx"
|
|
132746
|
+
},
|
|
132747
|
+
{
|
|
132748
|
+
"name": "Box",
|
|
132749
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/layout/lib/Box.tsx"
|
|
132538
132750
|
}
|
|
132539
132751
|
],
|
|
132540
132752
|
"tags": {}
|
|
@@ -146098,6 +146310,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
146098
146310
|
{
|
|
146099
146311
|
"name": "Target",
|
|
146100
146312
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/Menu.tsx"
|
|
146313
|
+
},
|
|
146314
|
+
{
|
|
146315
|
+
"name": "MenuTarget",
|
|
146316
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/MenuTarget.tsx"
|
|
146101
146317
|
}
|
|
146102
146318
|
],
|
|
146103
146319
|
"tags": {}
|
|
@@ -146110,6 +146326,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
146110
146326
|
{
|
|
146111
146327
|
"name": "Card",
|
|
146112
146328
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/Menu.tsx"
|
|
146329
|
+
},
|
|
146330
|
+
{
|
|
146331
|
+
"name": "MenuCard",
|
|
146332
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/MenuCard.tsx"
|
|
146113
146333
|
}
|
|
146114
146334
|
],
|
|
146115
146335
|
"tags": {}
|
|
@@ -146122,6 +146342,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
146122
146342
|
{
|
|
146123
146343
|
"name": "List",
|
|
146124
146344
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/Menu.tsx"
|
|
146345
|
+
},
|
|
146346
|
+
{
|
|
146347
|
+
"name": "MenuList",
|
|
146348
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/MenuList.tsx"
|
|
146125
146349
|
}
|
|
146126
146350
|
],
|
|
146127
146351
|
"tags": {}
|
|
@@ -146134,6 +146358,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
146134
146358
|
{
|
|
146135
146359
|
"name": "Item",
|
|
146136
146360
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/Menu.tsx"
|
|
146361
|
+
},
|
|
146362
|
+
{
|
|
146363
|
+
"name": "MenuItem",
|
|
146364
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/MenuItem.tsx"
|
|
146137
146365
|
}
|
|
146138
146366
|
],
|
|
146139
146367
|
"tags": {}
|
|
@@ -146146,6 +146374,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
146146
146374
|
{
|
|
146147
146375
|
"name": "Divider",
|
|
146148
146376
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/Menu.tsx"
|
|
146377
|
+
},
|
|
146378
|
+
{
|
|
146379
|
+
"name": "MenuDivider",
|
|
146380
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/MenuDivider.tsx"
|
|
146149
146381
|
}
|
|
146150
146382
|
],
|
|
146151
146383
|
"tags": {}
|
|
@@ -146158,6 +146390,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
146158
146390
|
{
|
|
146159
146391
|
"name": "TargetContext",
|
|
146160
146392
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/Menu.tsx"
|
|
146393
|
+
},
|
|
146394
|
+
{
|
|
146395
|
+
"name": "MenuTargetContext",
|
|
146396
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/MenuTarget.tsx"
|
|
146161
146397
|
}
|
|
146162
146398
|
],
|
|
146163
146399
|
"tags": {}
|
|
@@ -146170,6 +146406,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
146170
146406
|
{
|
|
146171
146407
|
"name": "Popper",
|
|
146172
146408
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/Menu.tsx"
|
|
146409
|
+
},
|
|
146410
|
+
{
|
|
146411
|
+
"name": "MenuPopper",
|
|
146412
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/MenuPopper.tsx"
|
|
146173
146413
|
}
|
|
146174
146414
|
],
|
|
146175
146415
|
"tags": {}
|
|
@@ -157928,6 +158168,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
157928
158168
|
{
|
|
157929
158169
|
"name": "Overlay",
|
|
157930
158170
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/modal/lib/Modal.tsx"
|
|
158171
|
+
},
|
|
158172
|
+
{
|
|
158173
|
+
"name": "ModalOverlay",
|
|
158174
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/modal/lib/ModalOverlay.tsx"
|
|
157931
158175
|
}
|
|
157932
158176
|
],
|
|
157933
158177
|
"tags": {}
|
|
@@ -157940,6 +158184,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
157940
158184
|
{
|
|
157941
158185
|
"name": "Card",
|
|
157942
158186
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/modal/lib/Modal.tsx"
|
|
158187
|
+
},
|
|
158188
|
+
{
|
|
158189
|
+
"name": "ModalCard",
|
|
158190
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/modal/lib/ModalCard.tsx"
|
|
157943
158191
|
}
|
|
157944
158192
|
],
|
|
157945
158193
|
"tags": {}
|
|
@@ -157952,6 +158200,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
157952
158200
|
{
|
|
157953
158201
|
"name": "Heading",
|
|
157954
158202
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/modal/lib/Modal.tsx"
|
|
158203
|
+
},
|
|
158204
|
+
{
|
|
158205
|
+
"name": "ModalHeading",
|
|
158206
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/modal/lib/ModalHeading.tsx"
|
|
157955
158207
|
}
|
|
157956
158208
|
],
|
|
157957
158209
|
"tags": {}
|
|
@@ -157964,6 +158216,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
157964
158216
|
{
|
|
157965
158217
|
"name": "Body",
|
|
157966
158218
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/modal/lib/Modal.tsx"
|
|
158219
|
+
},
|
|
158220
|
+
{
|
|
158221
|
+
"name": "ModalBody",
|
|
158222
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/modal/lib/ModalBody.tsx"
|
|
157967
158223
|
}
|
|
157968
158224
|
],
|
|
157969
158225
|
"tags": {}
|
|
@@ -157976,6 +158232,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
157976
158232
|
{
|
|
157977
158233
|
"name": "OverflowOverlay",
|
|
157978
158234
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/modal/lib/Modal.tsx"
|
|
158235
|
+
},
|
|
158236
|
+
{
|
|
158237
|
+
"name": "ModalOverflowOverlay",
|
|
158238
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/modal/lib/ModalOverflowOverlay.tsx"
|
|
157979
158239
|
}
|
|
157980
158240
|
],
|
|
157981
158241
|
"tags": {}
|
|
@@ -177737,6 +177997,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
177737
177997
|
{
|
|
177738
177998
|
"name": "Controls",
|
|
177739
177999
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/pagination/lib/Pagination/Pagination.tsx"
|
|
178000
|
+
},
|
|
178001
|
+
{
|
|
178002
|
+
"name": "PaginationControls",
|
|
178003
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/pagination/lib/Pagination/Controls.tsx"
|
|
177740
178004
|
}
|
|
177741
178005
|
],
|
|
177742
178006
|
"tags": {}
|
|
@@ -182166,6 +182430,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
182166
182430
|
{
|
|
182167
182431
|
"name": "Target",
|
|
182168
182432
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/Popup.tsx"
|
|
182433
|
+
},
|
|
182434
|
+
{
|
|
182435
|
+
"name": "PopupTarget",
|
|
182436
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/PopupTarget.tsx"
|
|
182169
182437
|
}
|
|
182170
182438
|
],
|
|
182171
182439
|
"tags": {}
|
|
@@ -182178,6 +182446,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
182178
182446
|
{
|
|
182179
182447
|
"name": "Popper",
|
|
182180
182448
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/Popup.tsx"
|
|
182449
|
+
},
|
|
182450
|
+
{
|
|
182451
|
+
"name": "PopupPopper",
|
|
182452
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/PopupPopper.tsx"
|
|
182181
182453
|
}
|
|
182182
182454
|
],
|
|
182183
182455
|
"tags": {}
|
|
@@ -182190,6 +182462,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
182190
182462
|
{
|
|
182191
182463
|
"name": "Card",
|
|
182192
182464
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/Popup.tsx"
|
|
182465
|
+
},
|
|
182466
|
+
{
|
|
182467
|
+
"name": "PopupCard",
|
|
182468
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/PopupCard.tsx"
|
|
182193
182469
|
}
|
|
182194
182470
|
],
|
|
182195
182471
|
"tags": {}
|
|
@@ -182202,6 +182478,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
182202
182478
|
{
|
|
182203
182479
|
"name": "CloseIcon",
|
|
182204
182480
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/Popup.tsx"
|
|
182481
|
+
},
|
|
182482
|
+
{
|
|
182483
|
+
"name": "PopupCloseIcon",
|
|
182484
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/PopupCloseIcon.tsx"
|
|
182205
182485
|
}
|
|
182206
182486
|
],
|
|
182207
182487
|
"tags": {}
|
|
@@ -182214,6 +182494,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
182214
182494
|
{
|
|
182215
182495
|
"name": "Heading",
|
|
182216
182496
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/Popup.tsx"
|
|
182497
|
+
},
|
|
182498
|
+
{
|
|
182499
|
+
"name": "PopupHeading",
|
|
182500
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/PopupHeading.tsx"
|
|
182217
182501
|
}
|
|
182218
182502
|
],
|
|
182219
182503
|
"tags": {}
|
|
@@ -182226,6 +182510,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
182226
182510
|
{
|
|
182227
182511
|
"name": "Body",
|
|
182228
182512
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/Popup.tsx"
|
|
182513
|
+
},
|
|
182514
|
+
{
|
|
182515
|
+
"name": "PopupBody",
|
|
182516
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/PopupBody.tsx"
|
|
182229
182517
|
}
|
|
182230
182518
|
],
|
|
182231
182519
|
"tags": {}
|
|
@@ -182238,6 +182526,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
182238
182526
|
{
|
|
182239
182527
|
"name": "CloseButton",
|
|
182240
182528
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/Popup.tsx"
|
|
182529
|
+
},
|
|
182530
|
+
{
|
|
182531
|
+
"name": "PopupCloseButton",
|
|
182532
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/PopupCloseButton.tsx"
|
|
182241
182533
|
}
|
|
182242
182534
|
],
|
|
182243
182535
|
"tags": {}
|
|
@@ -184723,6 +185015,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
184723
185015
|
{
|
|
184724
185016
|
"name": "Button",
|
|
184725
185017
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/segmented-control/lib/SegmentedControl.tsx"
|
|
185018
|
+
},
|
|
185019
|
+
{
|
|
185020
|
+
"name": "SegmentedControlButton",
|
|
185021
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/segmented-control/lib/SegmentedControlButton.tsx"
|
|
184726
185022
|
}
|
|
184727
185023
|
],
|
|
184728
185024
|
"tags": {}
|
|
@@ -186640,6 +186936,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
186640
186936
|
{
|
|
186641
186937
|
"name": "Header",
|
|
186642
186938
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/skeleton/lib/skeleton.tsx"
|
|
186939
|
+
},
|
|
186940
|
+
{
|
|
186941
|
+
"name": "SkeletonHeader",
|
|
186942
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/skeleton/lib/parts/skeletonHeader.tsx"
|
|
186643
186943
|
}
|
|
186644
186944
|
],
|
|
186645
186945
|
"tags": {}
|
|
@@ -186652,6 +186952,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
186652
186952
|
{
|
|
186653
186953
|
"name": "Text",
|
|
186654
186954
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/skeleton/lib/skeleton.tsx"
|
|
186955
|
+
},
|
|
186956
|
+
{
|
|
186957
|
+
"name": "SkeletonText",
|
|
186958
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/skeleton/lib/parts/skeletonText.tsx"
|
|
186655
186959
|
}
|
|
186656
186960
|
],
|
|
186657
186961
|
"tags": {}
|
|
@@ -186664,6 +186968,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
186664
186968
|
{
|
|
186665
186969
|
"name": "Shape",
|
|
186666
186970
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/skeleton/lib/skeleton.tsx"
|
|
186971
|
+
},
|
|
186972
|
+
{
|
|
186973
|
+
"name": "SkeletonShape",
|
|
186974
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/skeleton/lib/parts/skeletonShape.tsx"
|
|
186667
186975
|
}
|
|
186668
186976
|
],
|
|
186669
186977
|
"tags": {}
|
|
@@ -187706,6 +188014,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
187706
188014
|
{
|
|
187707
188015
|
"name": "List",
|
|
187708
188016
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/Tabs.tsx"
|
|
188017
|
+
},
|
|
188018
|
+
{
|
|
188019
|
+
"name": "TabsList",
|
|
188020
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx"
|
|
187709
188021
|
}
|
|
187710
188022
|
],
|
|
187711
188023
|
"tags": {}
|
|
@@ -187718,6 +188030,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
187718
188030
|
{
|
|
187719
188031
|
"name": "Item",
|
|
187720
188032
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/Tabs.tsx"
|
|
188033
|
+
},
|
|
188034
|
+
{
|
|
188035
|
+
"name": "TabsItem",
|
|
188036
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsItem.tsx"
|
|
187721
188037
|
}
|
|
187722
188038
|
],
|
|
187723
188039
|
"tags": {}
|
|
@@ -187730,6 +188046,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
187730
188046
|
{
|
|
187731
188047
|
"name": "Panel",
|
|
187732
188048
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/Tabs.tsx"
|
|
188049
|
+
},
|
|
188050
|
+
{
|
|
188051
|
+
"name": "TabsPanel",
|
|
188052
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsPanel.tsx"
|
|
187733
188053
|
}
|
|
187734
188054
|
],
|
|
187735
188055
|
"tags": {}
|
|
@@ -187742,6 +188062,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
187742
188062
|
{
|
|
187743
188063
|
"name": "Panels",
|
|
187744
188064
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/Tabs.tsx"
|
|
188065
|
+
},
|
|
188066
|
+
{
|
|
188067
|
+
"name": "TabsPanels",
|
|
188068
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsPanels.tsx"
|
|
187745
188069
|
}
|
|
187746
188070
|
],
|
|
187747
188071
|
"tags": {}
|
|
@@ -187754,6 +188078,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
187754
188078
|
{
|
|
187755
188079
|
"name": "OverflowButton",
|
|
187756
188080
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/Tabs.tsx"
|
|
188081
|
+
},
|
|
188082
|
+
{
|
|
188083
|
+
"name": "TabsOverflowButton",
|
|
188084
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsOverflowButton.tsx"
|
|
187757
188085
|
}
|
|
187758
188086
|
],
|
|
187759
188087
|
"tags": {}
|
|
@@ -187766,6 +188094,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
187766
188094
|
{
|
|
187767
188095
|
"name": "MenuPopper",
|
|
187768
188096
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/Tabs.tsx"
|
|
188097
|
+
},
|
|
188098
|
+
{
|
|
188099
|
+
"name": "TabsMenuPopper",
|
|
188100
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsMenuPopper.tsx"
|
|
187769
188101
|
}
|
|
187770
188102
|
],
|
|
187771
188103
|
"tags": {
|
|
@@ -187780,6 +188112,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
187780
188112
|
{
|
|
187781
188113
|
"name": "Menu",
|
|
187782
188114
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/Tabs.tsx"
|
|
188115
|
+
},
|
|
188116
|
+
{
|
|
188117
|
+
"name": "Menu",
|
|
188118
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/Menu.tsx"
|
|
187783
188119
|
}
|
|
187784
188120
|
],
|
|
187785
188121
|
"tags": {}
|
|
@@ -188422,6 +188758,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
188422
188758
|
{
|
|
188423
188759
|
"name": "Icon",
|
|
188424
188760
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsItem.tsx"
|
|
188761
|
+
},
|
|
188762
|
+
{
|
|
188763
|
+
"name": "SystemIcon",
|
|
188764
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
|
|
188425
188765
|
}
|
|
188426
188766
|
],
|
|
188427
188767
|
"tags": {}
|
|
@@ -188434,6 +188774,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
188434
188774
|
{
|
|
188435
188775
|
"name": "Text",
|
|
188436
188776
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsItem.tsx"
|
|
188777
|
+
},
|
|
188778
|
+
{
|
|
188779
|
+
"name": "EllipsisText",
|
|
188780
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/EllipsisText.tsx"
|
|
188437
188781
|
}
|
|
188438
188782
|
],
|
|
188439
188783
|
"tags": {}
|
|
@@ -219489,6 +219833,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
219489
219833
|
{
|
|
219490
219834
|
"name": "Body",
|
|
219491
219835
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/toast/lib/Toast.tsx"
|
|
219836
|
+
},
|
|
219837
|
+
{
|
|
219838
|
+
"name": "ToastBody",
|
|
219839
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/toast/lib/ToastBody.tsx"
|
|
219492
219840
|
}
|
|
219493
219841
|
],
|
|
219494
219842
|
"tags": {}
|
|
@@ -219501,6 +219849,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
219501
219849
|
{
|
|
219502
219850
|
"name": "CloseIcon",
|
|
219503
219851
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/toast/lib/Toast.tsx"
|
|
219852
|
+
},
|
|
219853
|
+
{
|
|
219854
|
+
"name": "ToastCloseIcon",
|
|
219855
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/toast/lib/ToastCloseIcon.tsx"
|
|
219504
219856
|
}
|
|
219505
219857
|
],
|
|
219506
219858
|
"tags": {}
|
|
@@ -219513,6 +219865,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
219513
219865
|
{
|
|
219514
219866
|
"name": "Icon",
|
|
219515
219867
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/toast/lib/Toast.tsx"
|
|
219868
|
+
},
|
|
219869
|
+
{
|
|
219870
|
+
"name": "ToastIcon",
|
|
219871
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/toast/lib/ToastIcon.tsx"
|
|
219516
219872
|
}
|
|
219517
219873
|
],
|
|
219518
219874
|
"tags": {}
|
|
@@ -219525,6 +219881,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
219525
219881
|
{
|
|
219526
219882
|
"name": "Message",
|
|
219527
219883
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/toast/lib/Toast.tsx"
|
|
219884
|
+
},
|
|
219885
|
+
{
|
|
219886
|
+
"name": "ToastMessage",
|
|
219887
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/toast/lib/ToastMessage.tsx"
|
|
219528
219888
|
}
|
|
219529
219889
|
],
|
|
219530
219890
|
"tags": {}
|
|
@@ -219537,6 +219897,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
|
|
|
219537
219897
|
{
|
|
219538
219898
|
"name": "Link",
|
|
219539
219899
|
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/toast/lib/Toast.tsx"
|
|
219900
|
+
},
|
|
219901
|
+
{
|
|
219902
|
+
"name": "ToastLink",
|
|
219903
|
+
"filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/toast/lib/ToastLink.tsx"
|
|
219540
219904
|
}
|
|
219541
219905
|
],
|
|
219542
219906
|
"tags": {}
|
|
@@ -97,7 +97,7 @@ registerWidget('enhancedComponent', ({ value, doc, meta }) => {
|
|
|
97
97
|
c.name),
|
|
98
98
|
React.createElement(ParentComponentNameContext.Provider, { value: `${parentComponentName ? parentComponentName : value.displayName}.${c.name}` },
|
|
99
99
|
React.createElement(ParentComponentJSDocContext.Provider, { value: c },
|
|
100
|
-
React.createElement(SymbolDoc, { name: c.symbol, hideHeading: true, descriptionOverride: c.description })))));
|
|
100
|
+
React.createElement(SymbolDoc, { name: c.symbol, fileName: c.declarations[c.declarations.length - 1].filePath, hideHeading: true, descriptionOverride: c.description })))));
|
|
101
101
|
})
|
|
102
102
|
: null,
|
|
103
103
|
value.componentType === 'container' && value.model ? (React.createElement(React.Fragment, null,
|
|
@@ -131,7 +131,12 @@ registerWidget<EnhancedComponentValue>('enhancedComponent', ({value, doc, meta})
|
|
|
131
131
|
}`}
|
|
132
132
|
>
|
|
133
133
|
<ParentComponentJSDocContext.Provider value={c}>
|
|
134
|
-
<SymbolDoc
|
|
134
|
+
<SymbolDoc
|
|
135
|
+
name={c.symbol}
|
|
136
|
+
fileName={c.declarations[c.declarations.length - 1].filePath}
|
|
137
|
+
hideHeading
|
|
138
|
+
descriptionOverride={c.description}
|
|
139
|
+
/>
|
|
135
140
|
</ParentComponentJSDocContext.Provider>
|
|
136
141
|
</ParentComponentNameContext.Provider>
|
|
137
142
|
</React.Fragment>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-docs",
|
|
3
|
-
"version": "9.1.0-
|
|
3
|
+
"version": "9.1.0-461-next.0",
|
|
4
4
|
"description": "Documentation components of Canvas Kit components",
|
|
5
5
|
"author": "Workday, Inc. (https://www.workday.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@emotion/styled": "^11.6.0",
|
|
46
46
|
"@storybook/csf": "0.0.1",
|
|
47
|
-
"@workday/canvas-kit-labs-react": "^9.1.0-
|
|
48
|
-
"@workday/canvas-kit-preview-react": "^9.1.0-
|
|
49
|
-
"@workday/canvas-kit-react": "^9.1.0-
|
|
47
|
+
"@workday/canvas-kit-labs-react": "^9.1.0-461-next.0",
|
|
48
|
+
"@workday/canvas-kit-preview-react": "^9.1.0-461-next.0",
|
|
49
|
+
"@workday/canvas-kit-react": "^9.1.0-461-next.0",
|
|
50
50
|
"@workday/canvas-system-icons-web": "^3.0.0",
|
|
51
51
|
"markdown-to-jsx": "^6.10.3",
|
|
52
52
|
"ts-node": "^10.9.1"
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"mkdirp": "^1.0.3",
|
|
58
58
|
"typescript": "4.2"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "67ad53e6be69d4c5bff04ab40784466efef4dfe0"
|
|
61
61
|
}
|