@workday/canvas-kit-react 11.1.19 → 11.1.21

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.
Files changed (95) hide show
  1. package/collection/lib/useOverflowListMeasure.ts +18 -4
  2. package/collection/lib/useOverflowListModel.tsx +34 -6
  3. package/dist/commonjs/action-bar/lib/ActionBar.d.ts +126 -0
  4. package/dist/commonjs/action-bar/lib/ActionBar.d.ts.map +1 -1
  5. package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts +8 -0
  6. package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts.map +1 -1
  7. package/dist/commonjs/action-bar/lib/ActionBarList.d.ts +9 -1
  8. package/dist/commonjs/action-bar/lib/ActionBarList.d.ts.map +1 -1
  9. package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts +8 -0
  10. package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -1
  11. package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts +122 -0
  12. package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts.map +1 -1
  13. package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts +499 -51
  14. package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
  15. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +8 -0
  16. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts.map +1 -1
  17. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts +8 -0
  18. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts.map +1 -1
  19. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts +4 -0
  20. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts.map +1 -1
  21. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +8 -0
  22. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts.map +1 -1
  23. package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +122 -0
  24. package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts.map +1 -1
  25. package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts +4 -0
  26. package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts.map +1 -1
  27. package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts +5 -1
  28. package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts.map +1 -1
  29. package/dist/commonjs/collection/lib/useOverflowListMeasure.js +11 -23
  30. package/dist/commonjs/collection/lib/useOverflowListModel.d.ts +123 -1
  31. package/dist/commonjs/collection/lib/useOverflowListModel.d.ts.map +1 -1
  32. package/dist/commonjs/collection/lib/useOverflowListModel.js +20 -11
  33. package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts +4 -0
  34. package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts.map +1 -1
  35. package/dist/commonjs/tabs/lib/Tabs.d.ts +144 -0
  36. package/dist/commonjs/tabs/lib/Tabs.d.ts.map +1 -1
  37. package/dist/commonjs/tabs/lib/TabsItem.d.ts +8 -0
  38. package/dist/commonjs/tabs/lib/TabsItem.d.ts.map +1 -1
  39. package/dist/commonjs/tabs/lib/TabsList.d.ts +9 -1
  40. package/dist/commonjs/tabs/lib/TabsList.d.ts.map +1 -1
  41. package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts +8 -0
  42. package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
  43. package/dist/commonjs/tabs/lib/TabsPanel.d.ts +8 -0
  44. package/dist/commonjs/tabs/lib/TabsPanel.d.ts.map +1 -1
  45. package/dist/commonjs/tabs/lib/TabsPanels.d.ts +4 -0
  46. package/dist/commonjs/tabs/lib/TabsPanels.d.ts.map +1 -1
  47. package/dist/commonjs/tabs/lib/useTabsModel.d.ts +148 -0
  48. package/dist/commonjs/tabs/lib/useTabsModel.d.ts.map +1 -1
  49. package/dist/es6/action-bar/lib/ActionBar.d.ts +126 -0
  50. package/dist/es6/action-bar/lib/ActionBar.d.ts.map +1 -1
  51. package/dist/es6/action-bar/lib/ActionBarItem.d.ts +8 -0
  52. package/dist/es6/action-bar/lib/ActionBarItem.d.ts.map +1 -1
  53. package/dist/es6/action-bar/lib/ActionBarList.d.ts +9 -1
  54. package/dist/es6/action-bar/lib/ActionBarList.d.ts.map +1 -1
  55. package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts +8 -0
  56. package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -1
  57. package/dist/es6/action-bar/lib/useActionBarModel.d.ts +122 -0
  58. package/dist/es6/action-bar/lib/useActionBarModel.d.ts.map +1 -1
  59. package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts +499 -51
  60. package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
  61. package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +8 -0
  62. package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts.map +1 -1
  63. package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts +8 -0
  64. package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts.map +1 -1
  65. package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts +4 -0
  66. package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts.map +1 -1
  67. package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +8 -0
  68. package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts.map +1 -1
  69. package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +122 -0
  70. package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts.map +1 -1
  71. package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts +4 -0
  72. package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts.map +1 -1
  73. package/dist/es6/collection/lib/useOverflowListMeasure.d.ts +5 -1
  74. package/dist/es6/collection/lib/useOverflowListMeasure.d.ts.map +1 -1
  75. package/dist/es6/collection/lib/useOverflowListMeasure.js +12 -5
  76. package/dist/es6/collection/lib/useOverflowListModel.d.ts +123 -1
  77. package/dist/es6/collection/lib/useOverflowListModel.d.ts.map +1 -1
  78. package/dist/es6/collection/lib/useOverflowListModel.js +20 -11
  79. package/dist/es6/collection/lib/useOverflowListTarget.d.ts +4 -0
  80. package/dist/es6/collection/lib/useOverflowListTarget.d.ts.map +1 -1
  81. package/dist/es6/tabs/lib/Tabs.d.ts +144 -0
  82. package/dist/es6/tabs/lib/Tabs.d.ts.map +1 -1
  83. package/dist/es6/tabs/lib/TabsItem.d.ts +8 -0
  84. package/dist/es6/tabs/lib/TabsItem.d.ts.map +1 -1
  85. package/dist/es6/tabs/lib/TabsList.d.ts +9 -1
  86. package/dist/es6/tabs/lib/TabsList.d.ts.map +1 -1
  87. package/dist/es6/tabs/lib/TabsOverflowButton.d.ts +8 -0
  88. package/dist/es6/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
  89. package/dist/es6/tabs/lib/TabsPanel.d.ts +8 -0
  90. package/dist/es6/tabs/lib/TabsPanel.d.ts.map +1 -1
  91. package/dist/es6/tabs/lib/TabsPanels.d.ts +4 -0
  92. package/dist/es6/tabs/lib/TabsPanels.d.ts.map +1 -1
  93. package/dist/es6/tabs/lib/useTabsModel.d.ts +148 -0
  94. package/dist/es6/tabs/lib/useTabsModel.d.ts.map +1 -1
  95. package/package.json +4 -4
@@ -105,7 +105,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
105
105
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
106
106
  itemWidthCache: Record<string, number>;
107
107
  containerWidth: number;
108
- overflowTargetWidth: number;
108
+ containerGap: number;
109
+ overflowTargetWidth: number; /**
110
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
111
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
112
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
113
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
114
+ * truncated
115
+ */
109
116
  selectedIds: string[] | "all";
110
117
  unselectedIds: string[];
111
118
  cursorId: string;
@@ -136,7 +143,52 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
136
143
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
137
144
  itemWidthCache: Record<string, number>;
138
145
  containerWidth: number;
139
- overflowTargetWidth: number;
146
+ containerGap: number;
147
+ overflowTargetWidth: number; /**
148
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
149
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
150
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
151
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
152
+ * truncated
153
+ */
154
+ selectedIds: string[] | "all";
155
+ unselectedIds: string[];
156
+ cursorId: string;
157
+ columnCount: number;
158
+ pageSizeRef: React.MutableRefObject<number>;
159
+ cursorIndexRef: {
160
+ readonly current: number;
161
+ };
162
+ UNSTABLE_virtual: {
163
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
164
+ totalSize: number;
165
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
166
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
167
+ measure: () => void;
168
+ };
169
+ UNSTABLE_defaultItemHeight: number;
170
+ containerRef: React.RefObject<HTMLDivElement>;
171
+ id: string;
172
+ indexRef: React.MutableRefObject<number>;
173
+ isVirtualized: boolean;
174
+ items: import("../..").Item<any>[];
175
+ }) => void) | undefined;
176
+ onSetContainerGap?: ((data: {
177
+ size: number;
178
+ }, prevState: {
179
+ hiddenIds: string[];
180
+ nonInteractiveIds: string[];
181
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
182
+ itemWidthCache: Record<string, number>;
183
+ containerWidth: number;
184
+ containerGap: number;
185
+ overflowTargetWidth: number; /**
186
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
187
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
188
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
189
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
190
+ * truncated
191
+ */
140
192
  selectedIds: string[] | "all";
141
193
  unselectedIds: string[];
142
194
  cursorId: string;
@@ -167,7 +219,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
167
219
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
168
220
  itemWidthCache: Record<string, number>;
169
221
  containerWidth: number;
170
- overflowTargetWidth: number;
222
+ containerGap: number;
223
+ overflowTargetWidth: number; /**
224
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
225
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
226
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
227
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
228
+ * truncated
229
+ */
171
230
  selectedIds: string[] | "all";
172
231
  unselectedIds: string[];
173
232
  cursorId: string;
@@ -199,7 +258,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
199
258
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
200
259
  itemWidthCache: Record<string, number>;
201
260
  containerWidth: number;
202
- overflowTargetWidth: number;
261
+ containerGap: number;
262
+ overflowTargetWidth: number; /**
263
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
264
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
265
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
266
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
267
+ * truncated
268
+ */
203
269
  selectedIds: string[] | "all";
204
270
  unselectedIds: string[];
205
271
  cursorId: string;
@@ -230,7 +296,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
230
296
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
231
297
  itemWidthCache: Record<string, number>;
232
298
  containerWidth: number;
233
- overflowTargetWidth: number;
299
+ containerGap: number;
300
+ overflowTargetWidth: number; /**
301
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
302
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
303
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
304
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
305
+ * truncated
306
+ */
234
307
  selectedIds: string[] | "all";
235
308
  unselectedIds: string[];
236
309
  cursorId: string;
@@ -261,7 +334,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
261
334
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
262
335
  itemWidthCache: Record<string, number>;
263
336
  containerWidth: number;
264
- overflowTargetWidth: number;
337
+ containerGap: number;
338
+ overflowTargetWidth: number; /**
339
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
340
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
341
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
342
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
343
+ * truncated
344
+ */
265
345
  selectedIds: string[] | "all";
266
346
  unselectedIds: string[];
267
347
  cursorId: string;
@@ -292,7 +372,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
292
372
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
293
373
  itemWidthCache: Record<string, number>;
294
374
  containerWidth: number;
295
- overflowTargetWidth: number;
375
+ containerGap: number;
376
+ overflowTargetWidth: number; /**
377
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
378
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
379
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
380
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
381
+ * truncated
382
+ */
296
383
  selectedIds: string[] | "all";
297
384
  unselectedIds: string[];
298
385
  cursorId: string;
@@ -321,7 +408,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
321
408
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
322
409
  itemWidthCache: Record<string, number>;
323
410
  containerWidth: number;
324
- overflowTargetWidth: number;
411
+ containerGap: number;
412
+ overflowTargetWidth: number; /**
413
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
414
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
415
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
416
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
417
+ * truncated
418
+ */
325
419
  selectedIds: string[] | "all";
326
420
  unselectedIds: string[];
327
421
  cursorId: string;
@@ -350,7 +444,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
350
444
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
351
445
  itemWidthCache: Record<string, number>;
352
446
  containerWidth: number;
353
- overflowTargetWidth: number;
447
+ containerGap: number;
448
+ overflowTargetWidth: number; /**
449
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
450
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
451
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
452
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
453
+ * truncated
454
+ */
354
455
  selectedIds: string[] | "all";
355
456
  unselectedIds: string[];
356
457
  cursorId: string;
@@ -381,7 +482,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
381
482
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
382
483
  itemWidthCache: Record<string, number>;
383
484
  containerWidth: number;
384
- overflowTargetWidth: number;
485
+ containerGap: number;
486
+ overflowTargetWidth: number; /**
487
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
488
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
489
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
490
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
491
+ * truncated
492
+ */
385
493
  selectedIds: string[] | "all";
386
494
  unselectedIds: string[];
387
495
  cursorId: string;
@@ -410,7 +518,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
410
518
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
411
519
  itemWidthCache: Record<string, number>;
412
520
  containerWidth: number;
413
- overflowTargetWidth: number;
521
+ containerGap: number;
522
+ overflowTargetWidth: number; /**
523
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
524
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
525
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
526
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
527
+ * truncated
528
+ */
414
529
  selectedIds: string[] | "all";
415
530
  unselectedIds: string[];
416
531
  cursorId: string;
@@ -439,7 +554,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
439
554
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
440
555
  itemWidthCache: Record<string, number>;
441
556
  containerWidth: number;
442
- overflowTargetWidth: number;
557
+ containerGap: number;
558
+ overflowTargetWidth: number; /**
559
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
560
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
561
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
562
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
563
+ * truncated
564
+ */
443
565
  selectedIds: string[] | "all";
444
566
  unselectedIds: string[];
445
567
  cursorId: string;
@@ -468,7 +590,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
468
590
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
469
591
  itemWidthCache: Record<string, number>;
470
592
  containerWidth: number;
471
- overflowTargetWidth: number;
593
+ containerGap: number;
594
+ overflowTargetWidth: number; /**
595
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
596
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
597
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
598
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
599
+ * truncated
600
+ */
472
601
  selectedIds: string[] | "all";
473
602
  unselectedIds: string[];
474
603
  cursorId: string;
@@ -497,7 +626,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
497
626
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
498
627
  itemWidthCache: Record<string, number>;
499
628
  containerWidth: number;
500
- overflowTargetWidth: number;
629
+ containerGap: number;
630
+ overflowTargetWidth: number; /**
631
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
632
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
633
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
634
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
635
+ * truncated
636
+ */
501
637
  selectedIds: string[] | "all";
502
638
  unselectedIds: string[];
503
639
  cursorId: string;
@@ -526,7 +662,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
526
662
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
527
663
  itemWidthCache: Record<string, number>;
528
664
  containerWidth: number;
529
- overflowTargetWidth: number;
665
+ containerGap: number;
666
+ overflowTargetWidth: number; /**
667
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
668
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
669
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
670
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
671
+ * truncated
672
+ */
530
673
  selectedIds: string[] | "all";
531
674
  unselectedIds: string[];
532
675
  cursorId: string;
@@ -555,7 +698,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
555
698
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
556
699
  itemWidthCache: Record<string, number>;
557
700
  containerWidth: number;
558
- overflowTargetWidth: number;
701
+ containerGap: number;
702
+ overflowTargetWidth: number; /**
703
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
704
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
705
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
706
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
707
+ * truncated
708
+ */
559
709
  selectedIds: string[] | "all";
560
710
  unselectedIds: string[];
561
711
  cursorId: string;
@@ -584,7 +734,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
584
734
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
585
735
  itemWidthCache: Record<string, number>;
586
736
  containerWidth: number;
587
- overflowTargetWidth: number;
737
+ containerGap: number;
738
+ overflowTargetWidth: number; /**
739
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
740
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
741
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
742
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
743
+ * truncated
744
+ */
588
745
  selectedIds: string[] | "all";
589
746
  unselectedIds: string[];
590
747
  cursorId: string;
@@ -613,7 +770,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
613
770
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
614
771
  itemWidthCache: Record<string, number>;
615
772
  containerWidth: number;
616
- overflowTargetWidth: number;
773
+ containerGap: number;
774
+ overflowTargetWidth: number; /**
775
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
776
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
777
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
778
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
779
+ * truncated
780
+ */
617
781
  selectedIds: string[] | "all";
618
782
  unselectedIds: string[];
619
783
  cursorId: string;
@@ -642,7 +806,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
642
806
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
643
807
  itemWidthCache: Record<string, number>;
644
808
  containerWidth: number;
645
- overflowTargetWidth: number;
809
+ containerGap: number;
810
+ overflowTargetWidth: number; /**
811
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
812
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
813
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
814
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
815
+ * truncated
816
+ */
646
817
  selectedIds: string[] | "all";
647
818
  unselectedIds: string[];
648
819
  cursorId: string;
@@ -671,7 +842,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
671
842
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
672
843
  itemWidthCache: Record<string, number>;
673
844
  containerWidth: number;
674
- overflowTargetWidth: number;
845
+ containerGap: number;
846
+ overflowTargetWidth: number; /**
847
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
848
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
849
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
850
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
851
+ * truncated
852
+ */
675
853
  selectedIds: string[] | "all";
676
854
  unselectedIds: string[];
677
855
  cursorId: string;
@@ -703,7 +881,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
703
881
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
704
882
  itemWidthCache: Record<string, number>;
705
883
  containerWidth: number;
706
- overflowTargetWidth: number;
884
+ containerGap: number;
885
+ overflowTargetWidth: number; /**
886
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
887
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
888
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
889
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
890
+ * truncated
891
+ */
707
892
  selectedIds: string[] | "all";
708
893
  unselectedIds: string[];
709
894
  cursorId: string;
@@ -734,7 +919,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
734
919
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
735
920
  itemWidthCache: Record<string, number>;
736
921
  containerWidth: number;
737
- overflowTargetWidth: number;
922
+ containerGap: number;
923
+ overflowTargetWidth: number; /**
924
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
925
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
926
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
927
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
928
+ * truncated
929
+ */
738
930
  selectedIds: string[] | "all";
739
931
  unselectedIds: string[];
740
932
  cursorId: string;
@@ -765,7 +957,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
765
957
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
766
958
  itemWidthCache: Record<string, number>;
767
959
  containerWidth: number;
768
- overflowTargetWidth: number;
960
+ containerGap: number;
961
+ overflowTargetWidth: number; /**
962
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
963
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
964
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
965
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
966
+ * truncated
967
+ */
769
968
  selectedIds: string[] | "all";
770
969
  unselectedIds: string[];
771
970
  cursorId: string;
@@ -797,7 +996,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
797
996
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
798
997
  itemWidthCache: Record<string, number>;
799
998
  containerWidth: number;
800
- overflowTargetWidth: number;
999
+ containerGap: number;
1000
+ overflowTargetWidth: number; /**
1001
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1002
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1003
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1004
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1005
+ * truncated
1006
+ */
801
1007
  selectedIds: string[] | "all";
802
1008
  unselectedIds: string[];
803
1009
  cursorId: string;
@@ -828,7 +1034,52 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
828
1034
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
829
1035
  itemWidthCache: Record<string, number>;
830
1036
  containerWidth: number;
831
- overflowTargetWidth: number;
1037
+ containerGap: number;
1038
+ overflowTargetWidth: number; /**
1039
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1040
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1041
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1042
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1043
+ * truncated
1044
+ */
1045
+ selectedIds: string[] | "all";
1046
+ unselectedIds: string[];
1047
+ cursorId: string;
1048
+ columnCount: number;
1049
+ pageSizeRef: React.MutableRefObject<number>;
1050
+ cursorIndexRef: {
1051
+ readonly current: number;
1052
+ };
1053
+ UNSTABLE_virtual: {
1054
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1055
+ totalSize: number;
1056
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1057
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1058
+ measure: () => void;
1059
+ };
1060
+ UNSTABLE_defaultItemHeight: number;
1061
+ containerRef: React.RefObject<HTMLDivElement>;
1062
+ id: string;
1063
+ indexRef: React.MutableRefObject<number>;
1064
+ isVirtualized: boolean;
1065
+ items: import("../..").Item<any>[];
1066
+ }) => boolean) | undefined;
1067
+ shouldSetContainerGap?: ((data: {
1068
+ size: number;
1069
+ }, state: {
1070
+ hiddenIds: string[];
1071
+ nonInteractiveIds: string[];
1072
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1073
+ itemWidthCache: Record<string, number>;
1074
+ containerWidth: number;
1075
+ containerGap: number;
1076
+ overflowTargetWidth: number; /**
1077
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1078
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1079
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1080
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1081
+ * truncated
1082
+ */
832
1083
  selectedIds: string[] | "all";
833
1084
  unselectedIds: string[];
834
1085
  cursorId: string;
@@ -859,7 +1110,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
859
1110
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
860
1111
  itemWidthCache: Record<string, number>;
861
1112
  containerWidth: number;
862
- overflowTargetWidth: number;
1113
+ containerGap: number;
1114
+ overflowTargetWidth: number; /**
1115
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1116
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1117
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1118
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1119
+ * truncated
1120
+ */
863
1121
  selectedIds: string[] | "all";
864
1122
  unselectedIds: string[];
865
1123
  cursorId: string;
@@ -891,7 +1149,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
891
1149
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
892
1150
  itemWidthCache: Record<string, number>;
893
1151
  containerWidth: number;
894
- overflowTargetWidth: number;
1152
+ containerGap: number;
1153
+ overflowTargetWidth: number; /**
1154
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1155
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1156
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1157
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1158
+ * truncated
1159
+ */
895
1160
  selectedIds: string[] | "all";
896
1161
  unselectedIds: string[];
897
1162
  cursorId: string;
@@ -922,7 +1187,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
922
1187
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
923
1188
  itemWidthCache: Record<string, number>;
924
1189
  containerWidth: number;
925
- overflowTargetWidth: number;
1190
+ containerGap: number;
1191
+ overflowTargetWidth: number; /**
1192
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1193
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1194
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1195
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1196
+ * truncated
1197
+ */
926
1198
  selectedIds: string[] | "all";
927
1199
  unselectedIds: string[];
928
1200
  cursorId: string;
@@ -953,7 +1225,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
953
1225
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
954
1226
  itemWidthCache: Record<string, number>;
955
1227
  containerWidth: number;
956
- overflowTargetWidth: number;
1228
+ containerGap: number;
1229
+ overflowTargetWidth: number; /**
1230
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1231
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1232
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1233
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1234
+ * truncated
1235
+ */
957
1236
  selectedIds: string[] | "all";
958
1237
  unselectedIds: string[];
959
1238
  cursorId: string;
@@ -984,7 +1263,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
984
1263
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
985
1264
  itemWidthCache: Record<string, number>;
986
1265
  containerWidth: number;
987
- overflowTargetWidth: number;
1266
+ containerGap: number;
1267
+ overflowTargetWidth: number; /**
1268
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1269
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1270
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1271
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1272
+ * truncated
1273
+ */
988
1274
  selectedIds: string[] | "all";
989
1275
  unselectedIds: string[];
990
1276
  cursorId: string;
@@ -1013,7 +1299,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1013
1299
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1014
1300
  itemWidthCache: Record<string, number>;
1015
1301
  containerWidth: number;
1016
- overflowTargetWidth: number;
1302
+ containerGap: number;
1303
+ overflowTargetWidth: number; /**
1304
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1305
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1306
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1307
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1308
+ * truncated
1309
+ */
1017
1310
  selectedIds: string[] | "all";
1018
1311
  unselectedIds: string[];
1019
1312
  cursorId: string;
@@ -1042,7 +1335,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1042
1335
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1043
1336
  itemWidthCache: Record<string, number>;
1044
1337
  containerWidth: number;
1045
- overflowTargetWidth: number;
1338
+ containerGap: number;
1339
+ overflowTargetWidth: number; /**
1340
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1341
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1342
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1343
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1344
+ * truncated
1345
+ */
1046
1346
  selectedIds: string[] | "all";
1047
1347
  unselectedIds: string[];
1048
1348
  cursorId: string;
@@ -1073,7 +1373,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1073
1373
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1074
1374
  itemWidthCache: Record<string, number>;
1075
1375
  containerWidth: number;
1076
- overflowTargetWidth: number;
1376
+ containerGap: number;
1377
+ overflowTargetWidth: number; /**
1378
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1379
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1380
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1381
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1382
+ * truncated
1383
+ */
1077
1384
  selectedIds: string[] | "all";
1078
1385
  unselectedIds: string[];
1079
1386
  cursorId: string;
@@ -1102,7 +1409,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1102
1409
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1103
1410
  itemWidthCache: Record<string, number>;
1104
1411
  containerWidth: number;
1105
- overflowTargetWidth: number;
1412
+ containerGap: number;
1413
+ overflowTargetWidth: number; /**
1414
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1415
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1416
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1417
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1418
+ * truncated
1419
+ */
1106
1420
  selectedIds: string[] | "all";
1107
1421
  unselectedIds: string[];
1108
1422
  cursorId: string;
@@ -1131,7 +1445,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1131
1445
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1132
1446
  itemWidthCache: Record<string, number>;
1133
1447
  containerWidth: number;
1134
- overflowTargetWidth: number;
1448
+ containerGap: number;
1449
+ overflowTargetWidth: number; /**
1450
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1451
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1452
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1453
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1454
+ * truncated
1455
+ */
1135
1456
  selectedIds: string[] | "all";
1136
1457
  unselectedIds: string[];
1137
1458
  cursorId: string;
@@ -1160,7 +1481,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1160
1481
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1161
1482
  itemWidthCache: Record<string, number>;
1162
1483
  containerWidth: number;
1163
- overflowTargetWidth: number;
1484
+ containerGap: number;
1485
+ overflowTargetWidth: number; /**
1486
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1487
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1488
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1489
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1490
+ * truncated
1491
+ */
1164
1492
  selectedIds: string[] | "all";
1165
1493
  unselectedIds: string[];
1166
1494
  cursorId: string;
@@ -1189,7 +1517,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1189
1517
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1190
1518
  itemWidthCache: Record<string, number>;
1191
1519
  containerWidth: number;
1192
- overflowTargetWidth: number;
1520
+ containerGap: number;
1521
+ overflowTargetWidth: number; /**
1522
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1523
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1524
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1525
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1526
+ * truncated
1527
+ */
1193
1528
  selectedIds: string[] | "all";
1194
1529
  unselectedIds: string[];
1195
1530
  cursorId: string;
@@ -1218,7 +1553,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1218
1553
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1219
1554
  itemWidthCache: Record<string, number>;
1220
1555
  containerWidth: number;
1221
- overflowTargetWidth: number;
1556
+ containerGap: number;
1557
+ overflowTargetWidth: number; /**
1558
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1559
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1560
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1561
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1562
+ * truncated
1563
+ */
1222
1564
  selectedIds: string[] | "all";
1223
1565
  unselectedIds: string[];
1224
1566
  cursorId: string;
@@ -1247,7 +1589,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1247
1589
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1248
1590
  itemWidthCache: Record<string, number>;
1249
1591
  containerWidth: number;
1250
- overflowTargetWidth: number;
1592
+ containerGap: number;
1593
+ overflowTargetWidth: number; /**
1594
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1595
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1596
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1597
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1598
+ * truncated
1599
+ */
1251
1600
  selectedIds: string[] | "all";
1252
1601
  unselectedIds: string[];
1253
1602
  cursorId: string;
@@ -1276,7 +1625,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1276
1625
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1277
1626
  itemWidthCache: Record<string, number>;
1278
1627
  containerWidth: number;
1279
- overflowTargetWidth: number;
1628
+ containerGap: number;
1629
+ overflowTargetWidth: number; /**
1630
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1631
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1632
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1633
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1634
+ * truncated
1635
+ */
1280
1636
  selectedIds: string[] | "all";
1281
1637
  unselectedIds: string[];
1282
1638
  cursorId: string;
@@ -1305,7 +1661,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1305
1661
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1306
1662
  itemWidthCache: Record<string, number>;
1307
1663
  containerWidth: number;
1308
- overflowTargetWidth: number;
1664
+ containerGap: number;
1665
+ overflowTargetWidth: number; /**
1666
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1667
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1668
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1669
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1670
+ * truncated
1671
+ */
1309
1672
  selectedIds: string[] | "all";
1310
1673
  unselectedIds: string[];
1311
1674
  cursorId: string;
@@ -1334,7 +1697,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1334
1697
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1335
1698
  itemWidthCache: Record<string, number>;
1336
1699
  containerWidth: number;
1337
- overflowTargetWidth: number;
1700
+ containerGap: number;
1701
+ overflowTargetWidth: number; /**
1702
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1703
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1704
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1705
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1706
+ * truncated
1707
+ */
1338
1708
  selectedIds: string[] | "all";
1339
1709
  unselectedIds: string[];
1340
1710
  cursorId: string;
@@ -1363,7 +1733,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1363
1733
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1364
1734
  itemWidthCache: Record<string, number>;
1365
1735
  containerWidth: number;
1366
- overflowTargetWidth: number;
1736
+ containerGap: number;
1737
+ overflowTargetWidth: number; /**
1738
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1739
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1740
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1741
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1742
+ * truncated
1743
+ */
1367
1744
  selectedIds: string[] | "all";
1368
1745
  unselectedIds: string[];
1369
1746
  cursorId: string;
@@ -1395,7 +1772,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1395
1772
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1396
1773
  itemWidthCache: Record<string, number>;
1397
1774
  containerWidth: number;
1398
- overflowTargetWidth: number;
1775
+ containerGap: number;
1776
+ overflowTargetWidth: number; /**
1777
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1778
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1779
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1780
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1781
+ * truncated
1782
+ */
1399
1783
  selectedIds: string[] | "all";
1400
1784
  unselectedIds: string[];
1401
1785
  cursorId: string;
@@ -1426,7 +1810,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1426
1810
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1427
1811
  itemWidthCache: Record<string, number>;
1428
1812
  containerWidth: number;
1429
- overflowTargetWidth: number;
1813
+ containerGap: number;
1814
+ overflowTargetWidth: number; /**
1815
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1816
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1817
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1818
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1819
+ * truncated
1820
+ */
1430
1821
  selectedIds: string[] | "all";
1431
1822
  unselectedIds: string[];
1432
1823
  cursorId: string;
@@ -1457,7 +1848,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1457
1848
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1458
1849
  itemWidthCache: Record<string, number>;
1459
1850
  containerWidth: number;
1460
- overflowTargetWidth: number;
1851
+ containerGap: number;
1852
+ overflowTargetWidth: number; /**
1853
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1854
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1855
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1856
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1857
+ * truncated
1858
+ */
1461
1859
  selectedIds: string[] | "all";
1462
1860
  unselectedIds: string[];
1463
1861
  cursorId: string;
@@ -1487,7 +1885,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1487
1885
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1488
1886
  itemWidthCache: Record<string, number>;
1489
1887
  containerWidth: number;
1490
- overflowTargetWidth: number;
1888
+ containerGap: number;
1889
+ overflowTargetWidth: number; /**
1890
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1891
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1892
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1893
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
1894
+ * truncated
1895
+ */
1491
1896
  selectedIds: string[] | "all";
1492
1897
  unselectedIds: string[];
1493
1898
  cursorId: string;
@@ -1517,6 +1922,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1517
1922
  setContainerWidth(data: {
1518
1923
  width?: number | undefined;
1519
1924
  }): void;
1925
+ setContainerGap(data: {
1926
+ size: number;
1927
+ }): void;
1520
1928
  setOverflowTargetWidth(data: {
1521
1929
  width: number;
1522
1930
  }): void;
@@ -1663,7 +2071,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1663
2071
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1664
2072
  itemWidthCache: Record<string, number>;
1665
2073
  containerWidth: number;
1666
- overflowTargetWidth: number;
2074
+ containerGap: number;
2075
+ overflowTargetWidth: number; /**
2076
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
2077
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
2078
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
2079
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
2080
+ * truncated
2081
+ */
1667
2082
  selectedIds: string[] | "all";
1668
2083
  unselectedIds: string[];
1669
2084
  cursorId: string;
@@ -1693,6 +2108,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1693
2108
  setContainerWidth(data: {
1694
2109
  width?: number | undefined;
1695
2110
  }): void;
2111
+ setContainerGap(data: {
2112
+ size: number;
2113
+ }): void;
1696
2114
  setOverflowTargetWidth(data: {
1697
2115
  width: number;
1698
2116
  }): void;
@@ -1832,7 +2250,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1832
2250
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1833
2251
  itemWidthCache: Record<string, number>;
1834
2252
  containerWidth: number;
1835
- overflowTargetWidth: number;
2253
+ containerGap: number;
2254
+ overflowTargetWidth: number; /**
2255
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
2256
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
2257
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
2258
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
2259
+ * truncated
2260
+ */
1836
2261
  selectedIds: string[] | "all";
1837
2262
  unselectedIds: string[];
1838
2263
  cursorId: string;
@@ -1862,6 +2287,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1862
2287
  setContainerWidth(data: {
1863
2288
  width?: number | undefined;
1864
2289
  }): void;
2290
+ setContainerGap(data: {
2291
+ size: number;
2292
+ }): void;
1865
2293
  setOverflowTargetWidth(data: {
1866
2294
  width: number;
1867
2295
  }): void;
@@ -2007,7 +2435,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2007
2435
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
2008
2436
  itemWidthCache: Record<string, number>;
2009
2437
  containerWidth: number;
2010
- overflowTargetWidth: number;
2438
+ containerGap: number;
2439
+ overflowTargetWidth: number; /**
2440
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
2441
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
2442
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
2443
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
2444
+ * truncated
2445
+ */
2011
2446
  selectedIds: string[] | "all";
2012
2447
  unselectedIds: string[];
2013
2448
  cursorId: string;
@@ -2037,6 +2472,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2037
2472
  setContainerWidth(data: {
2038
2473
  width?: number | undefined;
2039
2474
  }): void;
2475
+ setContainerGap(data: {
2476
+ size: number;
2477
+ }): void;
2040
2478
  setOverflowTargetWidth(data: {
2041
2479
  width: number;
2042
2480
  }): void;
@@ -2178,7 +2616,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2178
2616
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
2179
2617
  itemWidthCache: Record<string, number>;
2180
2618
  containerWidth: number;
2181
- overflowTargetWidth: number;
2619
+ containerGap: number;
2620
+ overflowTargetWidth: number; /**
2621
+ * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
2622
+ * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
2623
+ * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
2624
+ * default and can be adjusted as needed. Note that tooltips will only render when text is
2625
+ * truncated
2626
+ */
2182
2627
  selectedIds: string[] | "all";
2183
2628
  unselectedIds: string[];
2184
2629
  cursorId: string;
@@ -2208,6 +2653,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2208
2653
  setContainerWidth(data: {
2209
2654
  width?: number | undefined;
2210
2655
  }): void;
2656
+ setContainerGap(data: {
2657
+ size: number;
2658
+ }): void;
2211
2659
  setOverflowTargetWidth(data: {
2212
2660
  width: number;
2213
2661
  }): void;