@workday/canvas-kit-docs 9.0.15 → 9.0.17

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,
@@ -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": {}
@@ -20506,7 +20566,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
20506
20566
  }
20507
20567
  }
20508
20568
  },
20509
- "description": "The options of the Select. `options` may be an array of objects or an array of strings.\n\nIf `options` is an array of objects, each object must adhere to the `Option` interface:\n\n* `data: object` (optional)\n* `disabled: boolean` (optional)\n* `id: string` (optional, a random `id` will be assigned to the object if one isn't provided)\n* `label: string` (optional, analogous to the text content of an `<option>`)\n* `value: string` (required, analogous to the `value` attribute of an `<option>`)\n\nIf `label` is omitted, the `value` will be used to render the option.\n\nThe `data` object is carried over to the `option` passed into the `renderOption` function where it may then be used to customize how each option is rendered.",
20569
+ "description": "The options of the Select. `options` may be an array of objects, an array of strings,\nor an array that contains both objects and strings.\n\nIf `options` includes objects, each included object must adhere to the `Option` interface:\n\n* `data: object` (optional)\n* `disabled: boolean` (optional)\n* `id: string` (optional, a random `id` will be assigned to the object if one isn't provided)\n* `label: string` (optional, analogous to the text content of an `<option>`)\n* `value: string` (required, analogous to the `value` attribute of an `<option>`)\n\nIf `label` is omitted, the `value` will be used to render the option.\n\nThe `data` object is carried over to the `option` passed into the `renderOption` function where it may then be used to customize how each option is rendered.",
20510
20570
  "declarations": [
20511
20571
  {
20512
20572
  "name": "options",
@@ -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": {}
@@ -38375,6 +38495,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
38375
38495
  {
38376
38496
  "name": "Icon",
38377
38497
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/Banner.tsx"
38498
+ },
38499
+ {
38500
+ "name": "BannerIcon",
38501
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerIcon.tsx"
38378
38502
  }
38379
38503
  ],
38380
38504
  "tags": {}
@@ -38387,6 +38511,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
38387
38511
  {
38388
38512
  "name": "Label",
38389
38513
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/Banner.tsx"
38514
+ },
38515
+ {
38516
+ "name": "BannerLabel",
38517
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerLabel.tsx"
38390
38518
  }
38391
38519
  ],
38392
38520
  "tags": {}
@@ -38399,6 +38527,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
38399
38527
  {
38400
38528
  "name": "ActionText",
38401
38529
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/Banner.tsx"
38530
+ },
38531
+ {
38532
+ "name": "BannerActionText",
38533
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/banner/lib/BannerActionText.tsx"
38402
38534
  }
38403
38535
  ],
38404
38536
  "tags": {}
@@ -40283,6 +40415,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
40283
40415
  {
40284
40416
  "name": "List",
40285
40417
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/Breadcrumbs.tsx"
40418
+ },
40419
+ {
40420
+ "name": "BreadcrumbsList",
40421
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/BreadcrumbsList.tsx"
40286
40422
  }
40287
40423
  ],
40288
40424
  "tags": {}
@@ -40295,6 +40431,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
40295
40431
  {
40296
40432
  "name": "Item",
40297
40433
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/Breadcrumbs.tsx"
40434
+ },
40435
+ {
40436
+ "name": "BreadcrumbsItem",
40437
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/BreadcrumbsItem.tsx"
40298
40438
  }
40299
40439
  ],
40300
40440
  "tags": {}
@@ -40307,6 +40447,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
40307
40447
  {
40308
40448
  "name": "Link",
40309
40449
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/Breadcrumbs.tsx"
40450
+ },
40451
+ {
40452
+ "name": "BreadcrumbsLink",
40453
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/BreadcrumbsLink.tsx"
40310
40454
  }
40311
40455
  ],
40312
40456
  "tags": {}
@@ -40319,6 +40463,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
40319
40463
  {
40320
40464
  "name": "CurrentItem",
40321
40465
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/Breadcrumbs.tsx"
40466
+ },
40467
+ {
40468
+ "name": "BreadcrumbsCurrentItem",
40469
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/BreadcrumbsCurrentItem.tsx"
40322
40470
  }
40323
40471
  ],
40324
40472
  "tags": {}
@@ -40331,6 +40479,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
40331
40479
  {
40332
40480
  "name": "OverflowButton",
40333
40481
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/Breadcrumbs.tsx"
40482
+ },
40483
+ {
40484
+ "name": "BreadcrumbsOverflowButton",
40485
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/BreadcrumbsOverflowButton.tsx"
40334
40486
  }
40335
40487
  ],
40336
40488
  "tags": {}
@@ -40343,6 +40495,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
40343
40495
  {
40344
40496
  "name": "Menu",
40345
40497
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/Breadcrumbs.tsx"
40498
+ },
40499
+ {
40500
+ "name": "BreadcrumbsMenu",
40501
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/BreadcrumbsMenu.tsx"
40346
40502
  }
40347
40503
  ],
40348
40504
  "tags": {}
@@ -41094,6 +41250,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
41094
41250
  {
41095
41251
  "name": "Link",
41096
41252
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/BreadcrumbsItem.tsx"
41253
+ },
41254
+ {
41255
+ "name": "BreadcrumbsLink",
41256
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/BreadcrumbsLink.tsx"
41097
41257
  }
41098
41258
  ],
41099
41259
  "tags": {}
@@ -54530,6 +54690,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
54530
54690
  {
54531
54691
  "name": "Icon",
54532
54692
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
54693
+ },
54694
+ {
54695
+ "name": "ButtonLabelIcon",
54696
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/parts/ButtonLabelIcon.tsx"
54533
54697
  }
54534
54698
  ],
54535
54699
  "tags": {}
@@ -54542,6 +54706,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
54542
54706
  {
54543
54707
  "name": "Label",
54544
54708
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/BaseButton.tsx"
54709
+ },
54710
+ {
54711
+ "name": "ButtonLabel",
54712
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/button/lib/parts/ButtonLabel.tsx"
54545
54713
  }
54546
54714
  ],
54547
54715
  "tags": {}
@@ -58997,6 +59165,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
58997
59165
  {
58998
59166
  "name": "Heading",
58999
59167
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/card/lib/Card.tsx"
59168
+ },
59169
+ {
59170
+ "name": "CardHeading",
59171
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/card/lib/CardHeading.tsx"
59000
59172
  }
59001
59173
  ],
59002
59174
  "tags": {}
@@ -59009,6 +59181,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
59009
59181
  {
59010
59182
  "name": "Body",
59011
59183
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/card/lib/Card.tsx"
59184
+ },
59185
+ {
59186
+ "name": "CardBody",
59187
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/card/lib/CardBody.tsx"
59012
59188
  }
59013
59189
  ],
59014
59190
  "tags": {}
@@ -95060,6 +95236,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
95060
95236
  {
95061
95237
  "name": "Input",
95062
95238
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/combobox/lib/Combobox.tsx"
95239
+ },
95240
+ {
95241
+ "name": "ComboboxInput",
95242
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/combobox/lib/ComboboxInput.tsx"
95063
95243
  }
95064
95244
  ],
95065
95245
  "tags": {}
@@ -95072,6 +95252,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
95072
95252
  {
95073
95253
  "name": "Menu",
95074
95254
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/combobox/lib/Combobox.tsx"
95255
+ },
95256
+ {
95257
+ "name": "ComboboxMenu",
95258
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/combobox/lib/ComboboxMenu.tsx"
95075
95259
  }
95076
95260
  ],
95077
95261
  "tags": {}
@@ -96014,6 +96198,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
96014
96198
  {
96015
96199
  "name": "List",
96016
96200
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/combobox/lib/ComboboxMenu.tsx"
96201
+ },
96202
+ {
96203
+ "name": "ComboboxMenuList",
96204
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/combobox/lib/ComboboxMenuList.tsx"
96017
96205
  }
96018
96206
  ],
96019
96207
  "tags": {}
@@ -96026,6 +96214,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
96026
96214
  {
96027
96215
  "name": "Item",
96028
96216
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/combobox/lib/ComboboxMenu.tsx"
96217
+ },
96218
+ {
96219
+ "name": "ComboboxMenuItem",
96220
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/combobox/lib/ComboboxMenuItem.tsx"
96029
96221
  }
96030
96222
  ],
96031
96223
  "tags": {}
@@ -96038,6 +96230,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
96038
96230
  {
96039
96231
  "name": "Card",
96040
96232
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/combobox/lib/ComboboxMenu.tsx"
96233
+ },
96234
+ {
96235
+ "name": "ComboboxCard",
96236
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/combobox/lib/ComboboxCard.tsx"
96041
96237
  }
96042
96238
  ],
96043
96239
  "tags": {}
@@ -117562,6 +117758,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
117562
117758
  {
117563
117759
  "name": "Card",
117564
117760
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/dialog/lib/Dialog.tsx"
117761
+ },
117762
+ {
117763
+ "name": "DialogCard",
117764
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/dialog/lib/DialogCard.tsx"
117565
117765
  }
117566
117766
  ],
117567
117767
  "tags": {}
@@ -117574,6 +117774,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
117574
117774
  {
117575
117775
  "name": "Popper",
117576
117776
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/dialog/lib/Dialog.tsx"
117777
+ },
117778
+ {
117779
+ "name": "DialogPopper",
117780
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/dialog/lib/DialogPopper.tsx"
117577
117781
  }
117578
117782
  ],
117579
117783
  "tags": {}
@@ -121714,6 +121918,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
121714
121918
  {
121715
121919
  "name": "Colors",
121716
121920
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/AppletIcon.tsx"
121921
+ },
121922
+ {
121923
+ "name": "BrandingColor",
121924
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tokens/lib/colors.types.ts"
121717
121925
  }
121718
121926
  ],
121719
121927
  "tags": {}
@@ -132489,6 +132697,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
132489
132697
  {
132490
132698
  "name": "Item",
132491
132699
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/layout/lib/Flex.tsx"
132700
+ },
132701
+ {
132702
+ "name": "Box",
132703
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/layout/lib/Box.tsx"
132492
132704
  }
132493
132705
  ],
132494
132706
  "tags": {}
@@ -146052,6 +146264,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
146052
146264
  {
146053
146265
  "name": "Target",
146054
146266
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/Menu.tsx"
146267
+ },
146268
+ {
146269
+ "name": "MenuTarget",
146270
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/MenuTarget.tsx"
146055
146271
  }
146056
146272
  ],
146057
146273
  "tags": {}
@@ -146064,6 +146280,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
146064
146280
  {
146065
146281
  "name": "Card",
146066
146282
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/Menu.tsx"
146283
+ },
146284
+ {
146285
+ "name": "MenuCard",
146286
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/MenuCard.tsx"
146067
146287
  }
146068
146288
  ],
146069
146289
  "tags": {}
@@ -146076,6 +146296,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
146076
146296
  {
146077
146297
  "name": "List",
146078
146298
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/Menu.tsx"
146299
+ },
146300
+ {
146301
+ "name": "MenuList",
146302
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/MenuList.tsx"
146079
146303
  }
146080
146304
  ],
146081
146305
  "tags": {}
@@ -146088,6 +146312,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
146088
146312
  {
146089
146313
  "name": "Item",
146090
146314
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/Menu.tsx"
146315
+ },
146316
+ {
146317
+ "name": "MenuItem",
146318
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/MenuItem.tsx"
146091
146319
  }
146092
146320
  ],
146093
146321
  "tags": {}
@@ -146100,6 +146328,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
146100
146328
  {
146101
146329
  "name": "Divider",
146102
146330
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/Menu.tsx"
146331
+ },
146332
+ {
146333
+ "name": "MenuDivider",
146334
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/MenuDivider.tsx"
146103
146335
  }
146104
146336
  ],
146105
146337
  "tags": {}
@@ -146112,6 +146344,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
146112
146344
  {
146113
146345
  "name": "TargetContext",
146114
146346
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/Menu.tsx"
146347
+ },
146348
+ {
146349
+ "name": "MenuTargetContext",
146350
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/MenuTarget.tsx"
146115
146351
  }
146116
146352
  ],
146117
146353
  "tags": {}
@@ -146124,6 +146360,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
146124
146360
  {
146125
146361
  "name": "Popper",
146126
146362
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/Menu.tsx"
146363
+ },
146364
+ {
146365
+ "name": "MenuPopper",
146366
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/MenuPopper.tsx"
146127
146367
  }
146128
146368
  ],
146129
146369
  "tags": {}
@@ -157882,6 +158122,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
157882
158122
  {
157883
158123
  "name": "Overlay",
157884
158124
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/modal/lib/Modal.tsx"
158125
+ },
158126
+ {
158127
+ "name": "ModalOverlay",
158128
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/modal/lib/ModalOverlay.tsx"
157885
158129
  }
157886
158130
  ],
157887
158131
  "tags": {}
@@ -157894,6 +158138,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
157894
158138
  {
157895
158139
  "name": "Card",
157896
158140
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/modal/lib/Modal.tsx"
158141
+ },
158142
+ {
158143
+ "name": "ModalCard",
158144
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/modal/lib/ModalCard.tsx"
157897
158145
  }
157898
158146
  ],
157899
158147
  "tags": {}
@@ -157906,6 +158154,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
157906
158154
  {
157907
158155
  "name": "Heading",
157908
158156
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/modal/lib/Modal.tsx"
158157
+ },
158158
+ {
158159
+ "name": "ModalHeading",
158160
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/modal/lib/ModalHeading.tsx"
157909
158161
  }
157910
158162
  ],
157911
158163
  "tags": {}
@@ -157918,6 +158170,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
157918
158170
  {
157919
158171
  "name": "Body",
157920
158172
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/modal/lib/Modal.tsx"
158173
+ },
158174
+ {
158175
+ "name": "ModalBody",
158176
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/modal/lib/ModalBody.tsx"
157921
158177
  }
157922
158178
  ],
157923
158179
  "tags": {}
@@ -157930,6 +158186,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
157930
158186
  {
157931
158187
  "name": "OverflowOverlay",
157932
158188
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/modal/lib/Modal.tsx"
158189
+ },
158190
+ {
158191
+ "name": "ModalOverflowOverlay",
158192
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/modal/lib/ModalOverflowOverlay.tsx"
157933
158193
  }
157934
158194
  ],
157935
158195
  "tags": {}
@@ -177691,6 +177951,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
177691
177951
  {
177692
177952
  "name": "Controls",
177693
177953
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/pagination/lib/Pagination/Pagination.tsx"
177954
+ },
177955
+ {
177956
+ "name": "PaginationControls",
177957
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/pagination/lib/Pagination/Controls.tsx"
177694
177958
  }
177695
177959
  ],
177696
177960
  "tags": {}
@@ -182120,6 +182384,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
182120
182384
  {
182121
182385
  "name": "Target",
182122
182386
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/Popup.tsx"
182387
+ },
182388
+ {
182389
+ "name": "PopupTarget",
182390
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/PopupTarget.tsx"
182123
182391
  }
182124
182392
  ],
182125
182393
  "tags": {}
@@ -182132,6 +182400,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
182132
182400
  {
182133
182401
  "name": "Popper",
182134
182402
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/Popup.tsx"
182403
+ },
182404
+ {
182405
+ "name": "PopupPopper",
182406
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/PopupPopper.tsx"
182135
182407
  }
182136
182408
  ],
182137
182409
  "tags": {}
@@ -182144,6 +182416,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
182144
182416
  {
182145
182417
  "name": "Card",
182146
182418
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/Popup.tsx"
182419
+ },
182420
+ {
182421
+ "name": "PopupCard",
182422
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/PopupCard.tsx"
182147
182423
  }
182148
182424
  ],
182149
182425
  "tags": {}
@@ -182156,6 +182432,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
182156
182432
  {
182157
182433
  "name": "CloseIcon",
182158
182434
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/Popup.tsx"
182435
+ },
182436
+ {
182437
+ "name": "PopupCloseIcon",
182438
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/PopupCloseIcon.tsx"
182159
182439
  }
182160
182440
  ],
182161
182441
  "tags": {}
@@ -182168,6 +182448,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
182168
182448
  {
182169
182449
  "name": "Heading",
182170
182450
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/Popup.tsx"
182451
+ },
182452
+ {
182453
+ "name": "PopupHeading",
182454
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/PopupHeading.tsx"
182171
182455
  }
182172
182456
  ],
182173
182457
  "tags": {}
@@ -182180,6 +182464,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
182180
182464
  {
182181
182465
  "name": "Body",
182182
182466
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/Popup.tsx"
182467
+ },
182468
+ {
182469
+ "name": "PopupBody",
182470
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/PopupBody.tsx"
182183
182471
  }
182184
182472
  ],
182185
182473
  "tags": {}
@@ -182192,6 +182480,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
182192
182480
  {
182193
182481
  "name": "CloseButton",
182194
182482
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/Popup.tsx"
182483
+ },
182484
+ {
182485
+ "name": "PopupCloseButton",
182486
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/popup/lib/PopupCloseButton.tsx"
182195
182487
  }
182196
182488
  ],
182197
182489
  "tags": {}
@@ -184677,6 +184969,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
184677
184969
  {
184678
184970
  "name": "Button",
184679
184971
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/segmented-control/lib/SegmentedControl.tsx"
184972
+ },
184973
+ {
184974
+ "name": "SegmentedControlButton",
184975
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/segmented-control/lib/SegmentedControlButton.tsx"
184680
184976
  }
184681
184977
  ],
184682
184978
  "tags": {}
@@ -186594,6 +186890,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
186594
186890
  {
186595
186891
  "name": "Header",
186596
186892
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/skeleton/lib/skeleton.tsx"
186893
+ },
186894
+ {
186895
+ "name": "SkeletonHeader",
186896
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/skeleton/lib/parts/skeletonHeader.tsx"
186597
186897
  }
186598
186898
  ],
186599
186899
  "tags": {}
@@ -186606,6 +186906,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
186606
186906
  {
186607
186907
  "name": "Text",
186608
186908
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/skeleton/lib/skeleton.tsx"
186909
+ },
186910
+ {
186911
+ "name": "SkeletonText",
186912
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/skeleton/lib/parts/skeletonText.tsx"
186609
186913
  }
186610
186914
  ],
186611
186915
  "tags": {}
@@ -186618,6 +186922,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
186618
186922
  {
186619
186923
  "name": "Shape",
186620
186924
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/skeleton/lib/skeleton.tsx"
186925
+ },
186926
+ {
186927
+ "name": "SkeletonShape",
186928
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/skeleton/lib/parts/skeletonShape.tsx"
186621
186929
  }
186622
186930
  ],
186623
186931
  "tags": {}
@@ -187660,6 +187968,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
187660
187968
  {
187661
187969
  "name": "List",
187662
187970
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/Tabs.tsx"
187971
+ },
187972
+ {
187973
+ "name": "TabsList",
187974
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsList.tsx"
187663
187975
  }
187664
187976
  ],
187665
187977
  "tags": {}
@@ -187672,6 +187984,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
187672
187984
  {
187673
187985
  "name": "Item",
187674
187986
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/Tabs.tsx"
187987
+ },
187988
+ {
187989
+ "name": "TabsItem",
187990
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsItem.tsx"
187675
187991
  }
187676
187992
  ],
187677
187993
  "tags": {}
@@ -187684,6 +188000,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
187684
188000
  {
187685
188001
  "name": "Panel",
187686
188002
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/Tabs.tsx"
188003
+ },
188004
+ {
188005
+ "name": "TabsPanel",
188006
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsPanel.tsx"
187687
188007
  }
187688
188008
  ],
187689
188009
  "tags": {}
@@ -187696,6 +188016,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
187696
188016
  {
187697
188017
  "name": "Panels",
187698
188018
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/Tabs.tsx"
188019
+ },
188020
+ {
188021
+ "name": "TabsPanels",
188022
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsPanels.tsx"
187699
188023
  }
187700
188024
  ],
187701
188025
  "tags": {}
@@ -187708,6 +188032,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
187708
188032
  {
187709
188033
  "name": "OverflowButton",
187710
188034
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/Tabs.tsx"
188035
+ },
188036
+ {
188037
+ "name": "TabsOverflowButton",
188038
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsOverflowButton.tsx"
187711
188039
  }
187712
188040
  ],
187713
188041
  "tags": {}
@@ -187720,6 +188048,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
187720
188048
  {
187721
188049
  "name": "MenuPopper",
187722
188050
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/Tabs.tsx"
188051
+ },
188052
+ {
188053
+ "name": "TabsMenuPopper",
188054
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsMenuPopper.tsx"
187723
188055
  }
187724
188056
  ],
187725
188057
  "tags": {
@@ -187734,6 +188066,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
187734
188066
  {
187735
188067
  "name": "Menu",
187736
188068
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/Tabs.tsx"
188069
+ },
188070
+ {
188071
+ "name": "Menu",
188072
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/menu/lib/Menu.tsx"
187737
188073
  }
187738
188074
  ],
187739
188075
  "tags": {}
@@ -188376,6 +188712,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
188376
188712
  {
188377
188713
  "name": "Icon",
188378
188714
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsItem.tsx"
188715
+ },
188716
+ {
188717
+ "name": "SystemIcon",
188718
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/icon/lib/SystemIcon.tsx"
188379
188719
  }
188380
188720
  ],
188381
188721
  "tags": {}
@@ -188388,6 +188728,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
188388
188728
  {
188389
188729
  "name": "Text",
188390
188730
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/tabs/lib/TabsItem.tsx"
188731
+ },
188732
+ {
188733
+ "name": "EllipsisText",
188734
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/EllipsisText.tsx"
188391
188735
  }
188392
188736
  ],
188393
188737
  "tags": {}
@@ -219443,6 +219787,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
219443
219787
  {
219444
219788
  "name": "Body",
219445
219789
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/toast/lib/Toast.tsx"
219790
+ },
219791
+ {
219792
+ "name": "ToastBody",
219793
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/toast/lib/ToastBody.tsx"
219446
219794
  }
219447
219795
  ],
219448
219796
  "tags": {}
@@ -219455,6 +219803,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
219455
219803
  {
219456
219804
  "name": "CloseIcon",
219457
219805
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/toast/lib/Toast.tsx"
219806
+ },
219807
+ {
219808
+ "name": "ToastCloseIcon",
219809
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/toast/lib/ToastCloseIcon.tsx"
219458
219810
  }
219459
219811
  ],
219460
219812
  "tags": {}
@@ -219467,6 +219819,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
219467
219819
  {
219468
219820
  "name": "Icon",
219469
219821
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/toast/lib/Toast.tsx"
219822
+ },
219823
+ {
219824
+ "name": "ToastIcon",
219825
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/toast/lib/ToastIcon.tsx"
219470
219826
  }
219471
219827
  ],
219472
219828
  "tags": {}
@@ -219479,6 +219835,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
219479
219835
  {
219480
219836
  "name": "Message",
219481
219837
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/toast/lib/Toast.tsx"
219838
+ },
219839
+ {
219840
+ "name": "ToastMessage",
219841
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/toast/lib/ToastMessage.tsx"
219482
219842
  }
219483
219843
  ],
219484
219844
  "tags": {}
@@ -219491,6 +219851,10 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
219491
219851
  {
219492
219852
  "name": "Link",
219493
219853
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/toast/lib/Toast.tsx"
219854
+ },
219855
+ {
219856
+ "name": "ToastLink",
219857
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/toast/lib/ToastLink.tsx"
219494
219858
  }
219495
219859
  ],
219496
219860
  "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,
@@ -16,7 +16,7 @@ import {SearchForm} from '@workday/canvas-kit-labs-react/search-form';
16
16
 
17
17
  interface HeaderItemProps extends FlexProps {}
18
18
 
19
- export const Basic = () => (
19
+ export default () => (
20
20
  <GlobalHeader>
21
21
  <GlobalHeader.Item>
22
22
  <TertiaryButton aria-label="menu" icon={justifyIcon} />
@@ -131,7 +131,12 @@ registerWidget<EnhancedComponentValue>('enhancedComponent', ({value, doc, meta})
131
131
  }`}
132
132
  >
133
133
  <ParentComponentJSDocContext.Provider value={c}>
134
- <SymbolDoc name={c.symbol} hideHeading descriptionOverride={c.description} />
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.0.15",
3
+ "version": "9.0.17",
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.0.15",
48
- "@workday/canvas-kit-preview-react": "^9.0.15",
49
- "@workday/canvas-kit-react": "^9.0.15",
47
+ "@workday/canvas-kit-labs-react": "^9.0.17",
48
+ "@workday/canvas-kit-preview-react": "^9.0.17",
49
+ "@workday/canvas-kit-react": "^9.0.17",
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": "c44610accaaa4e2cfee98dcfb4db55c9aa1b2d09"
60
+ "gitHead": "f4f1d57cb713a31772efe8be32bdb5c92416dbf7"
61
61
  }