@epam/ai-dial-ui-kit 0.13.0-dev.57 → 0.13.0-dev.60

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 (130) hide show
  1. package/README.md +5 -0
  2. package/dist/CHANGELOG.md +10 -0
  3. package/dist/{JsonEditor-BCvdqbcv.js → JsonEditor-B5vfpxzh.js} +1 -1
  4. package/dist/{JsonEditor-Yy3JFyR4.cjs → JsonEditor-CjemqUZ2.cjs} +1 -1
  5. package/dist/{MarkdownEditor-BUC6u9en.cjs → MarkdownEditor-BrUvRwsB.cjs} +1 -1
  6. package/dist/{MarkdownEditor-_RQIObYV.js → MarkdownEditor-DKG9YlGS.js} +1 -1
  7. package/dist/{MarkdownEditor-L5wQ88mr.js → MarkdownEditor-DWcVxbdX.js} +15 -15
  8. package/dist/{MarkdownEditor-DdvzJy9k.cjs → MarkdownEditor-xg-rmepY.cjs} +1 -1
  9. package/dist/components-manifest.json +562 -164
  10. package/dist/dial-ui-kit.cjs.js +1 -1
  11. package/dist/dial-ui-kit.es.js +106 -101
  12. package/dist/{index-DcwG5QhT.js → index-B4fgly61.js} +16215 -15620
  13. package/dist/{index-ARMvZo4h.cjs → index-CY5qji3j.cjs} +34 -34
  14. package/dist/index.css +2 -2
  15. package/dist/migration-guides/0.13.0/field-label-props-unification.md +94 -0
  16. package/dist/migration-guides/0.13.0/progress-bar-2-0-rewrite.md +103 -0
  17. package/dist/migration-guides/README.md +2 -0
  18. package/dist/src/components/Accordion/Accordion.d.ts +1 -0
  19. package/dist/src/components/Analytics/Bar/Bar.d.ts +1 -0
  20. package/dist/src/components/Analytics/BarGroup/BarGroup.d.ts +1 -0
  21. package/dist/src/components/Analytics/Card/Card.d.ts +1 -0
  22. package/dist/src/components/Analytics/ErrorTag/ErrorTag.d.ts +1 -0
  23. package/dist/src/components/Analytics/Histogram/Histogram.d.ts +1 -0
  24. package/dist/src/components/AutocompleteInput/AutocompleteInputValue.d.ts +1 -0
  25. package/dist/src/components/Breadcrumb/Breadcrumb.d.ts +1 -0
  26. package/dist/src/components/Breadcrumb/BreadcrumbItem.d.ts +3 -0
  27. package/dist/src/components/Button/Button.d.ts +1 -0
  28. package/dist/src/components/Button/ButtonWrappers.d.ts +1 -0
  29. package/dist/src/components/ButtonDropdown/ButtonDropdown.d.ts +1 -0
  30. package/dist/src/components/CaptionText/CaptionText.d.ts +1 -0
  31. package/dist/src/components/Checkbox/Checkbox.d.ts +1 -0
  32. package/dist/src/components/CloseButton/CloseButton.d.ts +1 -0
  33. package/dist/src/components/CollapsibleSidebar/CollapsibleSidebar.d.ts +1 -0
  34. package/dist/src/components/ConfirmationPopup/ConfirmationPopup.d.ts +1 -0
  35. package/dist/src/components/DraggableItem/DraggableItem.d.ts +1 -0
  36. package/dist/src/components/DropdownIcon/DropdownIcon.d.ts +1 -0
  37. package/dist/src/components/EllipsisTooltip/EllipsisTooltip.d.ts +1 -0
  38. package/dist/src/components/FabButton/FabButton.d.ts +1 -0
  39. package/dist/src/components/FileIcon/FileIcon.d.ts +1 -0
  40. package/dist/src/components/FileManager/FileManager.d.ts +1 -0
  41. package/dist/src/components/FileManager/components/DestinationFolderPopup/DestinationFolderPopup.d.ts +1 -0
  42. package/dist/src/components/FileManager/components/FoldersTree/FoldersTree.d.ts +1 -0
  43. package/dist/src/components/FileName/FileName.d.ts +1 -0
  44. package/dist/src/components/FolderName/FolderName.d.ts +1 -0
  45. package/dist/src/components/FormItem/FormItem.d.ts +1 -0
  46. package/dist/src/components/FormPopup/FormPopup.d.ts +1 -0
  47. package/dist/src/components/Grid/Grid.d.ts +1 -0
  48. package/dist/src/components/Grid/renderers/DateCellRenderer.d.ts +1 -0
  49. package/dist/src/components/Icon/Icon.d.ts +1 -0
  50. package/dist/src/components/IconButton/IconButton.d.ts +1 -0
  51. package/dist/src/components/IconButton/IconButtonWrappers.d.ts +1 -0
  52. package/dist/src/components/Input/Input.d.ts +1 -0
  53. package/dist/src/components/InputPopup/InputPopup.d.ts +1 -0
  54. package/dist/src/components/JsonEditor/JsonEditor.d.ts +1 -0
  55. package/dist/src/components/Label/Label.d.ts +1 -0
  56. package/dist/src/components/LabelledText/LabelledText.d.ts +1 -0
  57. package/dist/src/components/LoadFileArea/LoadFileArea.d.ts +1 -0
  58. package/dist/src/components/LoadFileArea/LoadFileAreaField.d.ts +1 -0
  59. package/dist/src/components/Loader/Loader.d.ts +1 -0
  60. package/dist/src/components/MarkdownEditor/MarkdownEditor.d.ts +1 -0
  61. package/dist/src/components/New/Accordion/Accordion.d.ts +1 -0
  62. package/dist/src/components/New/Button/Button.d.ts +1 -0
  63. package/dist/src/components/New/Button/ButtonWrappers.d.ts +1 -0
  64. package/dist/src/components/New/ButtonDropdown/ButtonDropdown.d.ts +1 -0
  65. package/dist/src/components/New/Calendar/Calendar.d.ts +5 -2
  66. package/dist/src/components/New/CaptionText/CaptionText.d.ts +1 -0
  67. package/dist/src/components/New/CardShell/CardShell.d.ts +1 -0
  68. package/dist/src/components/New/CloseButton/CloseButton.d.ts +1 -0
  69. package/dist/src/components/New/ConfirmationPopup/ConfirmationPopup.d.ts +1 -0
  70. package/dist/src/components/New/Dropdown/Dropdown.d.ts +1 -0
  71. package/dist/src/components/New/FileDropzone/FileDropzone.d.ts +81 -0
  72. package/dist/src/components/New/FolderPath/FolderPath.d.ts +1 -0
  73. package/dist/src/components/New/Highlight/Highlight.d.ts +4 -1
  74. package/dist/src/components/New/IconButton/IconButton.d.ts +1 -0
  75. package/dist/src/components/New/IconButton/IconButtonWrappers.d.ts +1 -0
  76. package/dist/src/components/New/InfoButton/InfoButton.d.ts +1 -0
  77. package/dist/src/components/New/InlineSelect/InlineSelect.d.ts +1 -0
  78. package/dist/src/components/New/Input/Input.d.ts +7 -0
  79. package/dist/src/components/New/Label/Label.d.ts +1 -0
  80. package/dist/src/components/New/MarkdownEditor/MarkdownEditor.d.ts +1 -0
  81. package/dist/src/components/New/MarkdownEditor/constants.d.ts +6 -1
  82. package/dist/src/components/New/Notification/Notification.d.ts +1 -0
  83. package/dist/src/components/New/NumberInput/NumberInput.d.ts +1 -0
  84. package/dist/src/components/New/PasswordInput/PasswordInput.d.ts +1 -0
  85. package/dist/src/components/New/Popup/Popup.d.ts +2 -1
  86. package/dist/src/components/New/Select/MultiSelectTags.d.ts +1 -0
  87. package/dist/src/components/New/Select/Select.d.ts +1 -0
  88. package/dist/src/components/New/Switch/Switch.d.ts +38 -0
  89. package/dist/src/components/New/Tabs/Tabs.d.ts +59 -0
  90. package/dist/src/components/New/Tag/Tag.d.ts +45 -0
  91. package/dist/src/components/New/TagInput/TagInput.d.ts +72 -0
  92. package/dist/src/components/New/TagInput/utils.d.ts +21 -0
  93. package/dist/src/components/New/TagInput/utils.spec.d.ts +1 -0
  94. package/dist/src/components/New/Textarea/Textarea.d.ts +1 -0
  95. package/dist/src/components/NoDataContent/NoDataContent.d.ts +1 -0
  96. package/dist/src/components/Notification/Notification.d.ts +1 -0
  97. package/dist/src/components/NumberInput/NumberInput.d.ts +1 -0
  98. package/dist/src/components/Pagination/Pagination.d.ts +3 -0
  99. package/dist/src/components/PasswordInput/PasswordInput.d.ts +1 -0
  100. package/dist/src/components/Popup/Popup.d.ts +2 -1
  101. package/dist/src/components/ProgressBar/ProgressBar.d.ts +51 -10
  102. package/dist/src/components/RadioButton/RadioButton.d.ts +1 -0
  103. package/dist/src/components/RadioGroup/RadioGroup.d.ts +1 -0
  104. package/dist/src/components/RadioGroupPopupField/RadioGroupPopupField.d.ts +1 -0
  105. package/dist/src/components/RemoveButton/RemoveButton.d.ts +1 -0
  106. package/dist/src/components/ResizableContainer/ConditionalResizableContainer.d.ts +1 -0
  107. package/dist/src/components/ResizableContainer/ResizableContainer.d.ts +1 -0
  108. package/dist/src/components/SchemaRenderer/SchemaRenderer.d.ts +1 -0
  109. package/dist/src/components/Search/Search.d.ts +1 -0
  110. package/dist/src/components/SegmentedControl/SegmentedControl.d.ts +1 -0
  111. package/dist/src/components/Select/Select.d.ts +1 -0
  112. package/dist/src/components/SelectField/SelectField.d.ts +1 -0
  113. package/dist/src/components/SharedEntityIndicator/SharedEntityIndicator.d.ts +1 -0
  114. package/dist/src/components/Skeleton/Skeleton.d.ts +1 -0
  115. package/dist/src/components/Slider/Slider.d.ts +1 -0
  116. package/dist/src/components/Spinner/Spinner.d.ts +3 -0
  117. package/dist/src/components/Steps/Steps.d.ts +1 -0
  118. package/dist/src/components/Switch/Switch.d.ts +1 -0
  119. package/dist/src/components/Tabs/Tabs.d.ts +1 -0
  120. package/dist/src/components/Tag/Tag.d.ts +1 -0
  121. package/dist/src/components/TagInput/TagInput.d.ts +1 -0
  122. package/dist/src/components/Textarea/Textarea.d.ts +1 -0
  123. package/dist/src/components/Tooltip/Tooltip.d.ts +1 -0
  124. package/dist/src/components/Tooltip/TooltipContainer.d.ts +1 -0
  125. package/dist/src/components/Tooltip/TooltipContent.d.ts +1 -0
  126. package/dist/src/components/Tooltip/TooltipTrigger.d.ts +1 -0
  127. package/dist/src/index.d.ts +13 -2
  128. package/dist/src/utils/__tests__/file-accept.spec.d.ts +1 -0
  129. package/dist/src/utils/file-accept.d.ts +16 -0
  130. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.13.0-dev.57",
3
- "generatedAt": "2026-08-12T09:28:31.332Z",
2
+ "version": "0.13.0-dev.60",
3
+ "generatedAt": "2026-08-12T22:17:27.853Z",
4
4
  "kit": {
5
5
  "name": "@epam/ai-dial-ui-kit",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",
@@ -27,7 +27,7 @@
27
27
  "name": "Spinner",
28
28
  "category": "Components_2_0",
29
29
  "generation": "2.0",
30
- "description": "",
30
+ "description": "Design system 2.0",
31
31
  "props": [
32
32
  {
33
33
  "name": "size",
@@ -56,11 +56,55 @@
56
56
  "examples": [],
57
57
  "sourceFile": "components/Spinner/Spinner.tsx"
58
58
  },
59
+ {
60
+ "name": "ProgressBar",
61
+ "category": "Components_2_0",
62
+ "generation": "2.0",
63
+ "description": "A horizontal bar indicating progress toward a goal.\naliases: Progress|LoadingBar|Meter\nDesign system 2.0\n\nNames itself from `labelProps.label` through `aria-labelledby`; without one it\nfalls back to `aria-label`, and finally to `Progress` so the bar is never\nanonymous. Prefer a real label — several bars all announcing \"Progress\" tell a\nscreen reader user nothing about which is which.\n\nScreen readers derive the announced percentage from the value and `max`. When\nthe raw numbers are more useful than a percentage, pass `aria-valuetext`\n(e.g. `\"3 of 10 files\"`); it goes straight through to the element.\n\n`valueLabel` renders a readout at the end of the label row. Formatting stays\nwith the caller — the bar has no way to know how many decimals or which unit\na given quantity deserves. It does not name the bar, so pair it with a\nmatching `aria-valuetext` to have the same reading announced.",
64
+ "props": [
65
+ {
66
+ "name": "value",
67
+ "type": "number",
68
+ "required": true,
69
+ "description": "Current progress. Clamped into `0…max`."
70
+ },
71
+ {
72
+ "name": "max",
73
+ "type": "number",
74
+ "required": false,
75
+ "defaultValue": "100",
76
+ "description": "Value that counts as complete."
77
+ },
78
+ {
79
+ "name": "size",
80
+ "type": "ElementSize",
81
+ "required": false,
82
+ "defaultValue": "ElementSize.Standard",
83
+ "description": "Bar height: standard is 8px, small is 4px."
84
+ },
85
+ {
86
+ "name": "labelProps",
87
+ "type": "LabelProps",
88
+ "required": false,
89
+ "description": "Props of the rendered above the bar, which also names it."
90
+ },
91
+ {
92
+ "name": "valueLabel",
93
+ "type": "ReactNode",
94
+ "required": false,
95
+ "description": "Readout rendered at the end of the label row."
96
+ }
97
+ ],
98
+ "examples": [
99
+ "<ProgressBar value={40} labelProps={{ label: 'Uploading' }} />\n<ProgressBar value={3} max={10} aria-valuetext=\"3 of 10 files\" />\n<ProgressBar value={80} size={ElementSize.Small} />\n\n<ProgressBar\n value={3.313182}\n max={500}\n labelProps={{ label: 'Cost per month', caption: 'Billed monthly' }}\n valueLabel=\"3.31 / 500\"\n aria-valuetext=\"3.31 of 500\"\n/>"
100
+ ],
101
+ "sourceFile": "components/ProgressBar/ProgressBar.tsx"
102
+ },
59
103
  {
60
104
  "name": "Skeleton",
61
105
  "category": "Components_2_0",
62
106
  "generation": "2.0",
63
- "description": "Skeleton\naliases: PlaceholderUI|ShimmerLoader\n\nA placeholder component to show while content is loading.\nProvides various skeleton shapes and configurations.",
107
+ "description": "Skeleton\naliases: PlaceholderUI|ShimmerLoader\nDesign system 2.0\n\nA placeholder component to show while content is loading.\nProvides various skeleton shapes and configurations.",
64
108
  "props": [
65
109
  {
66
110
  "name": "active",
@@ -144,7 +188,7 @@
144
188
  "name": "Notification",
145
189
  "category": "Components_2_0",
146
190
  "generation": "2.0",
147
- "description": "A contextual feedback component for displaying important messages.\naliases: Notification\n\nRenders a colored container with an icon, message text, and an optional\nclose button.\n\nThe container is a live region whose politeness follows the variant: `error`\nand `warning` use `role=\"alert\"` (assertive, interrupts the screen reader),\nevery other variant uses `role=\"status\"` (polite, queues). Pass an explicit\n`role` to override — including for a notification that is static page content\nrather than an update.",
191
+ "description": "A contextual feedback component for displaying important messages.\naliases: Notification\nDesign system 2.0\n\nRenders a colored container with an icon, message text, and an optional\nclose button.\n\nThe container is a live region whose politeness follows the variant: `error`\nand `warning` use `role=\"alert\"` (assertive, interrupts the screen reader),\nevery other variant uses `role=\"status\"` (polite, queues). Pass an explicit\n`role` to override — including for a notification that is static page content\nrather than an update.",
148
192
  "props": [
149
193
  {
150
194
  "name": "variant",
@@ -215,7 +259,7 @@
215
259
  "name": "Highlight",
216
260
  "category": "Components_2_0",
217
261
  "generation": "2.0",
218
- "description": "Renders text with the first occurrence of `query` wrapped in a highlight mark, with ellipsis truncation and a tooltip when overflowing.",
262
+ "description": "Renders text with the first occurrence of `query` wrapped in a highlight mark, with ellipsis truncation and a tooltip when overflowing.\nDesign system 2.0",
219
263
  "props": [
220
264
  {
221
265
  "name": "text",
@@ -251,7 +295,7 @@
251
295
  "name": "CardShell",
252
296
  "category": "Components_2_0",
253
297
  "generation": "2.0",
254
- "description": "A shared elevated card shell used as the base wrapper for browse-grid cards.\n\nRenders an `<article>` with rounded corners, padding, a resting shadow, and\na hover lift with a stronger shadow. Respects `prefers-reduced-motion` by\ndisabling the transform/shadow transition and hover lift.",
298
+ "description": "A shared elevated card shell used as the base wrapper for browse-grid cards.\nDesign system 2.0\n\nRenders an `<article>` with rounded corners, padding, a resting shadow, and\na hover lift with a stronger shadow. Respects `prefers-reduced-motion` by\ndisabling the transform/shadow transition and hover lift.",
255
299
  "props": [],
256
300
  "examples": [],
257
301
  "sourceFile": "components/New/CardShell/CardShell.tsx"
@@ -350,7 +394,7 @@
350
394
  "name": "Calendar",
351
395
  "category": "Components_2_0",
352
396
  "generation": "2.0",
353
- "description": "A date/time picker supporting four selection modes.\naliases: DatePicker|DateTimePicker\n\nRenders a text-field trigger that opens a rounded month-grid popover for\nthe `date`/`datetime` modes, a masked `\"HH:mm\"` text field for `time`, and\na popover list of weekday names for `weekday`. Month/weekday names and\ndate formatting are localized via the `locale` prop.",
397
+ "description": "A date/time picker supporting four selection modes.\naliases: DatePicker|DateTimePicker\nDesign system 2.0\n\nRenders a text-field trigger that opens a rounded month-grid popover for\nthe `date`/`datetime` modes, a masked `\"HH:mm\"` text field for `time`, and\na popover list of weekday names for `weekday`. Month/weekday names and\ndate formatting are localized via the `locale` prop.",
354
398
  "props": [
355
399
  {
356
400
  "name": "mode",
@@ -372,10 +416,10 @@
372
416
  "description": "Callback fired with the next value when the selection changes"
373
417
  },
374
418
  {
375
- "name": "label",
376
- "type": "string",
419
+ "name": "labelProps",
420
+ "type": "LabelProps",
377
421
  "required": false,
378
- "description": "Optional label rendered above the control"
422
+ "description": "Props of the rendered above the control, including `label`, `required` and `caption`"
379
423
  },
380
424
  {
381
425
  "name": "placeholder",
@@ -436,7 +480,7 @@
436
480
  }
437
481
  ],
438
482
  "examples": [
439
- "<Calendar mode={CalendarMode.Date} value={date} onChange={setDate} />\n<Calendar mode={CalendarMode.DateTime} value={date} onChange={setDate} />\n<Calendar mode={CalendarMode.Time} value={time} onChange={setTime} />\n<Calendar mode={CalendarMode.Weekday} value={weekday} onChange={setWeekday} />\n<Calendar mode={CalendarMode.Date} value={date} onChange={setDate} locale=\"de-DE\" />"
483
+ "<Calendar mode={CalendarMode.Date} value={date} onChange={setDate} />\n<Calendar mode={CalendarMode.DateTime} value={date} onChange={setDate} />\n<Calendar mode={CalendarMode.Time} value={time} onChange={setTime} />\n<Calendar mode={CalendarMode.Weekday} value={weekday} onChange={setWeekday} />\n<Calendar mode={CalendarMode.Date} value={date} onChange={setDate} locale=\"de-DE\" />\n<Calendar labelProps={{ label: 'Start date', required: true }} value={date} onChange={setDate} />"
440
484
  ],
441
485
  "sourceFile": "components/New/Calendar/Calendar.tsx"
442
486
  },
@@ -444,7 +488,7 @@
444
488
  "name": "FolderPath",
445
489
  "category": "Components_2_0",
446
490
  "generation": "2.0",
447
- "description": "A read-only, non-clickable folder/location path built on top of `DialBreadcrumb`.\naliases: FolderBreadcrumb|LocationPath\n\nEvery segment is disabled (no navigation); the first segment gets a leading\nfolder icon and the last segment is styled as the current/leaf item.",
491
+ "description": "A read-only, non-clickable folder/location path built on top of `DialBreadcrumb`.\naliases: FolderBreadcrumb|LocationPath\nDesign system 2.0\n\nEvery segment is disabled (no navigation); the first segment gets a leading\nfolder icon and the last segment is styled as the current/leaf item.",
448
492
  "props": [
449
493
  {
450
494
  "name": "segments",
@@ -545,7 +589,7 @@
545
589
  "name": "PrimaryButton",
546
590
  "category": "Components_2_0",
547
591
  "generation": "2.0",
548
- "description": "A Primary Button component with predefined primary variant",
592
+ "description": "A Primary Button component with predefined primary variant\nDesign system 2.0",
549
593
  "props": [],
550
594
  "examples": [
551
595
  "<PrimaryButton\n label=\"Click me\"\n onClick={handleClick}\n className=\"custom-button\"\n/>"
@@ -589,7 +633,7 @@
589
633
  "name": "PrimaryIconButton",
590
634
  "category": "Components_2_0",
591
635
  "generation": "2.0",
592
- "description": "A Primary Icon Button component with predefined primary variant",
636
+ "description": "A Primary Icon Button component with predefined primary variant\nDesign system 2.0",
593
637
  "props": [],
594
638
  "examples": [
595
639
  "<PrimaryIconButton\n icon={<Icon />}\n onClick={handleClick}\n className=\"custom-button\"\n/>"
@@ -611,7 +655,7 @@
611
655
  "name": "Button",
612
656
  "category": "Components_2_0",
613
657
  "generation": "2.0",
614
- "description": "A Button component with flexible icon and text positioning\naliases: ActionButton|CallToAction",
658
+ "description": "A Button component with flexible icon and text positioning\naliases: ActionButton|CallToAction\nDesign system 2.0",
615
659
  "props": [
616
660
  {
617
661
  "name": "variant",
@@ -691,7 +735,7 @@
691
735
  "name": "IconButton",
692
736
  "category": "Components_2_0",
693
737
  "generation": "2.0",
694
- "description": "A Icon Button component with flexible icon and text positioning\naliases: IconicButton|SymbolButton",
738
+ "description": "A Icon Button component with flexible icon and text positioning\naliases: IconicButton|SymbolButton\nDesign system 2.0",
695
739
  "props": [
696
740
  {
697
741
  "name": "variant",
@@ -735,7 +779,7 @@
735
779
  "name": "FabButton",
736
780
  "category": "Components_2_0",
737
781
  "generation": "2.0",
738
- "description": "A Floating Action Button (FAB) component — circular icon button for primary actions.\naliases: FloatingActionButton|FabButton|CircularButton",
782
+ "description": "A Floating Action Button (FAB) component — circular icon button for primary actions.\naliases: FloatingActionButton|FabButton|CircularButton\nDesign system 2.0",
739
783
  "props": [
740
784
  {
741
785
  "name": "icon",
@@ -759,7 +803,7 @@
759
803
  "name": "ButtonDropdown",
760
804
  "category": "Components_2_0",
761
805
  "generation": "2.0",
762
- "description": "A Button dropdown component based on the Dropdown component\naliases: SplitButton|MenuButton",
806
+ "description": "A Button dropdown component based on the Dropdown component\naliases: SplitButton|MenuButton\nDesign system 2.0",
763
807
  "props": [
764
808
  {
765
809
  "name": "items",
@@ -777,7 +821,7 @@
777
821
  "name": "MarkdownEditor",
778
822
  "category": "Components_2_0",
779
823
  "generation": "2.0",
780
- "description": "The 2.0 Markdown editor: a formatting toolbar (bold/italic/strikethrough,\ntext style, lists, quote/link/code, table) plus an edit/live/preview mode\nswitcher and fullscreen, built on top of `@uiw/react-md-editor`.\n\nLazy-loaded component. This component is not exported directly from the UI kit to avoid errors when using with SSR. Use `LazyMarkdownEditor` and the manifest `lazy` field for dynamic import guidance.",
824
+ "description": "The 2.0 Markdown editor: a formatting toolbar (bold/italic/strikethrough,\nDesign system 2.0\ntext style, lists, quote/link/code, table) plus an edit/live/preview mode\nswitcher and fullscreen, built on top of `@uiw/react-md-editor`.\n\nLazy-loaded component. This component is not exported directly from the UI kit to avoid errors when using with SSR. Use `LazyMarkdownEditor` and the manifest `lazy` field for dynamic import guidance.",
781
825
  "props": [
782
826
  {
783
827
  "name": "value",
@@ -840,7 +884,7 @@
840
884
  "name": "InlineSelect",
841
885
  "category": "Components_2_0",
842
886
  "generation": "2.0",
843
- "description": "An inline select control combining `InlineSelectTrigger` with `Dropdown`.",
887
+ "description": "An inline select control combining `InlineSelectTrigger` with `Dropdown`.\nDesign system 2.0",
844
888
  "props": [
845
889
  {
846
890
  "name": "items",
@@ -930,7 +974,7 @@
930
974
  "name": "Select",
931
975
  "category": "Components_2_0",
932
976
  "generation": "2.0",
933
- "description": "A versatile select supporting single and multiple selections.\naliases: OptionPicker|ChoiceSelector\n\nThe field is an , so it carries the 2.0 field styling, sizes,\nlabel, caption and error states, and it exposes the control as a `combobox`\nwhose popup is the option list.\n\nSingle mode:\n- The field shows the selected option's leading icon + label.\n- In the list, the selected option is indicated by a LEFT border, a tinted background\n and a trailing check icon.\n\nMultiple mode uses checkboxes (including Select All with indeterminate state) and\nrenders the selection as removable tags inside the field.\n\nThe field itself is never typeable: `searchable` puts a search field in the overlay\nheader that filters the options.",
977
+ "description": "A versatile select supporting single and multiple selections.\naliases: OptionPicker|ChoiceSelector\nDesign system 2.0\n\nThe field is an , so it carries the 2.0 field styling, sizes,\nlabel, caption and error states, and it exposes the control as a `combobox`\nwhose popup is the option list.\n\nSingle mode:\n- The field shows the selected option's leading icon + label.\n- In the list, the selected option is indicated by a LEFT border, a tinted background\n and a trailing check icon.\n\nMultiple mode uses checkboxes (including Select All with indeterminate state) and\nrenders the selection as removable tags inside the field.\n\nThe field itself is never typeable: `searchable` puts a search field in the overlay\nheader that filters the options.",
934
978
  "props": [
935
979
  {
936
980
  "name": "options",
@@ -1174,7 +1218,7 @@
1174
1218
  "name": "MultiSelectTags",
1175
1219
  "category": "Components_2_0",
1176
1220
  "generation": "2.0",
1177
- "description": "The selected values of a multi-select, rendered as removable tags inside the\nfield.",
1221
+ "description": "The selected values of a multi-select, rendered as removable tags inside the\nDesign system 2.0\nfield.",
1178
1222
  "props": [
1179
1223
  {
1180
1224
  "name": "options",
@@ -1202,7 +1246,7 @@
1202
1246
  "name": "InfoButton",
1203
1247
  "category": "Components_2_0",
1204
1248
  "generation": "2.0",
1205
- "description": "An Info button component with a customizable icon and accessible label.",
1249
+ "description": "An Info button component with a customizable icon and accessible label.\nDesign system 2.0",
1206
1250
  "props": [
1207
1251
  {
1208
1252
  "name": "caption",
@@ -1231,7 +1275,7 @@
1231
1275
  "name": "Label",
1232
1276
  "category": "Components_2_0",
1233
1277
  "generation": "2.0",
1234
- "description": "A label component\naliases: FormLabel|RequiredIndicator",
1278
+ "description": "A label component\naliases: FormLabel|RequiredIndicator\nDesign system 2.0",
1235
1279
  "props": [
1236
1280
  {
1237
1281
  "name": "label",
@@ -1268,7 +1312,7 @@
1268
1312
  "name": "Textarea",
1269
1313
  "category": "Components_2_0",
1270
1314
  "generation": "2.0",
1271
- "description": "A flexible textarea component with validation support and consistent styling\naliases: MultilineInput|TextBox",
1315
+ "description": "A flexible textarea component with validation support and consistent styling\naliases: MultilineInput|TextBox\nDesign system 2.0",
1272
1316
  "props": [
1273
1317
  {
1274
1318
  "name": "labelProps",
@@ -1323,7 +1367,7 @@
1323
1367
  "name": "Input",
1324
1368
  "category": "Components_2_0",
1325
1369
  "generation": "2.0",
1326
- "description": "A flexible input component with icon support and various styling options\naliases: TextField|FormInput",
1370
+ "description": "A flexible input component with icon support and various styling options\naliases: TextField|FormInput\nDesign system 2.0",
1327
1371
  "props": [
1328
1372
  {
1329
1373
  "name": "labelProps",
@@ -1399,6 +1443,11 @@
1399
1443
  "required": false,
1400
1444
  "description": "Ref to access the underlying input element"
1401
1445
  },
1446
+ {
1447
+ "name": "wrapperRef",
1448
+ "type": "Ref<HTMLDivElement>",
1449
+ "required": false
1450
+ },
1402
1451
  {
1403
1452
  "name": "onChange",
1404
1453
  "type": "(value?: string) => void",
@@ -1427,7 +1476,7 @@
1427
1476
  "name": "PasswordInput",
1428
1477
  "category": "Components_2_0",
1429
1478
  "generation": "2.0",
1430
- "description": "A password field with a reveal toggle, built on .\naliases: SecureInput|ToggleablePassword\n\nThe toggle is a real `<button>`, so it is reachable by keyboard and announces\nboth its purpose and its state. `type` and `iconAfter` are owned by this\ncomponent; every other prop is passed through.",
1479
+ "description": "A password field with a reveal toggle, built on .\naliases: SecureInput|ToggleablePassword\nDesign system 2.0\n\nThe toggle is a real `<button>`, so it is reachable by keyboard and announces\nboth its purpose and its state. `type` and `iconAfter` are owned by this\ncomponent; every other prop is passed through.",
1431
1480
  "props": [
1432
1481
  {
1433
1482
  "name": "showPasswordLabel",
@@ -1453,7 +1502,7 @@
1453
1502
  "name": "NumberInput",
1454
1503
  "category": "Components_2_0",
1455
1504
  "generation": "2.0",
1456
- "description": "A number field, built on .\naliases: NumericField|NumberField\n\n`type` is owned by this component; every other prop is passed\nthrough, so it shares the 2.0 field styling, sizes, label, caption and error\nstates.",
1505
+ "description": "A number field, built on .\naliases: NumericField|NumberField\nDesign system 2.0\n\n`type` is owned by this component; every other prop is passed\nthrough, so it shares the 2.0 field styling, sizes, label, caption and error\nstates.",
1457
1506
  "props": [
1458
1507
  {
1459
1508
  "name": "integer",
@@ -1477,7 +1526,7 @@
1477
1526
  "name": "Popup",
1478
1527
  "category": "Components_2_0",
1479
1528
  "generation": "2.0",
1480
- "description": "An accessible modal dialog using Floating UI.\naliases: Modal|Dialog\n\nRenders in a portal with a scrim overlay, focus management, a header with the\ntitle and close control, a scrollable body and an optional footer. Sections\nare separated by spacing rather than rules; add your own through\n`headerClassName` or the footer node if a surface needs them.\n\nA string `header` names the dialog automatically. A `header` node cannot —\npass `ariaLabel` in that case, or the dialog opens unnamed.",
1529
+ "description": "An accessible modal dialog using Floating UI.\naliases: Modal|Dialog\nDesign system 2.0\n\nRenders in a portal with a scrim overlay, focus management, a header with the\ntitle and close control, a scrollable body and an optional footer. Sections\nare separated by spacing rather than rules; add your own through\n`headerClassName` or the footer node if a surface needs them.\n\nA string `header` names the dialog automatically. A `header` node cannot —\npass `ariaLabel` in that case, or the dialog opens unnamed.",
1481
1530
  "props": [
1482
1531
  {
1483
1532
  "name": "open",
@@ -1585,7 +1634,7 @@
1585
1634
  "type": "boolean",
1586
1635
  "required": false,
1587
1636
  "defaultValue": "false",
1588
- "description": "When true, initial focus goes to a non-input guard to avoid opening the virtual keyboard on mobile"
1637
+ "description": "When true, initial focus goes to a non-input guard to avoid opening the virtual keyboard on mobile. Redundant since the default focuses the dialog container, which never raises the keyboard; kept for compatibility"
1589
1638
  }
1590
1639
  ],
1591
1640
  "examples": [
@@ -1597,7 +1646,7 @@
1597
1646
  "name": "CloseButton",
1598
1647
  "category": "Components_2_0",
1599
1648
  "generation": "2.0",
1600
- "description": "A close button: a ghost carrying an X icon.\naliases: DismissButton|ExitButton\n\nSized through like every other 2.0 control. It defaults to\nthe small 24px box that headers and toasts want; pass `ElementSize.Standard`\nwhere the control stands alone, since only that variant carries the 44×44\npointer target. Name it after the thing it closes (\"Close dialog\", \"Close\nnotification\") — the default `\"Close\"` only keeps the control from being unnamed.",
1649
+ "description": "A close button: a ghost carrying an X icon.\naliases: DismissButton|ExitButton\nDesign system 2.0\n\nSized through like every other 2.0 control. It defaults to\nthe small 24px box that headers and toasts want; pass `ElementSize.Standard`\nwhere the control stands alone, since only that variant carries the 44×44\npointer target. Name it after the thing it closes (\"Close dialog\", \"Close\nnotification\") — the default `\"Close\"` only keeps the control from being unnamed.",
1601
1650
  "props": [
1602
1651
  {
1603
1652
  "name": "ariaLabel",
@@ -1641,7 +1690,7 @@
1641
1690
  "name": "ConfirmationPopup",
1642
1691
  "category": "Components_2_0",
1643
1692
  "generation": "2.0",
1644
- "description": "A confirmation dialog built from and the 2.0 .\naliases: ConfirmDialog|WarningDialog\n\nProvides an accessible modal with a title, optional description or custom content,\nand a footer with Cancel / Confirm actions.",
1693
+ "description": "A confirmation dialog built from and the 2.0 .\naliases: ConfirmDialog|WarningDialog\nDesign system 2.0\n\nProvides an accessible modal with a title, optional description or custom content,\nand a footer with Cancel / Confirm actions.",
1645
1694
  "props": [
1646
1695
  {
1647
1696
  "name": "description",
@@ -1724,7 +1773,7 @@
1724
1773
  "name": "Dropdown",
1725
1774
  "category": "Components_2_0",
1726
1775
  "generation": "2.0",
1727
- "description": "Renders the given trigger (`children`) and a floating contextual menu overlay.\naliases: ContextMenu|PopupMenu\n\nSupports click/hover/contextMenu triggers, controlled/uncontrolled open, and an optional\nclose button inside the overlay. Placement is taken directly from Floating UI; when\n`placement` is **undefined** (default), automatic placement is handled by `autoPlacement`.",
1776
+ "description": "Renders the given trigger (`children`) and a floating contextual menu overlay.\naliases: ContextMenu|PopupMenu\nDesign system 2.0\n\nSupports click/hover/contextMenu triggers, controlled/uncontrolled open, and an optional\nclose button inside the overlay. Placement is taken directly from Floating UI; when\n`placement` is **undefined** (default), automatic placement is handled by `autoPlacement`.",
1728
1777
  "props": [
1729
1778
  {
1730
1779
  "name": "children",
@@ -1887,7 +1936,7 @@
1887
1936
  "name": "CaptionText",
1888
1937
  "category": "Components_2_0",
1889
1938
  "generation": "2.0",
1890
- "description": "A component for displaying caption text with consistent styling\naliases: HelperText|ValidationText",
1939
+ "description": "A component for displaying caption text with consistent styling\naliases: HelperText|ValidationText\nDesign system 2.0",
1891
1940
  "props": [
1892
1941
  {
1893
1942
  "name": "text",
@@ -1921,7 +1970,7 @@
1921
1970
  "name": "Accordion",
1922
1971
  "category": "Components_2_0",
1923
1972
  "generation": "2.0",
1924
- "description": "A collapsible panel that toggles its content when the header is clicked.\naliases: Collapse|Disclosure|ExpandablePanel\n\nWorks as a controlled component when `expanded` is provided, otherwise it manages\nits own state from `defaultExpanded`. The header shows a caret that rotates when\nexpanded, a title, and an optional description stacked beneath it.\n\nThe revealed content is a labelled `region`, so assistive tech announces it by the\nheader it belongs to. `nonCollapsible` renders the header as static text instead of\na permanently disabled button, which keeps a decorative panel out of the tab order.",
1973
+ "description": "A collapsible panel that toggles its content when the header is clicked.\naliases: Collapse|Disclosure|ExpandablePanel\nDesign system 2.0\n\nWorks as a controlled component when `expanded` is provided, otherwise it manages\nits own state from `defaultExpanded`. The header shows a caret that rotates when\nexpanded, a title, and an optional description stacked beneath it.\n\nThe revealed content is a labelled `region`, so assistive tech announces it by the\nheader it belongs to. `nonCollapsible` renders the header as static text instead of\na permanently disabled button, which keeps a decorative panel out of the tab order.",
1925
1974
  "props": [
1926
1975
  {
1927
1976
  "name": "title",
@@ -2002,11 +2051,383 @@
2002
2051
  ],
2003
2052
  "sourceFile": "components/New/Accordion/Accordion.tsx"
2004
2053
  },
2054
+ {
2055
+ "name": "Switch",
2056
+ "category": "Components_2_0",
2057
+ "generation": "2.0",
2058
+ "description": "A switch (toggle) control from the 2.0 design system.\naliases: ToggleSwitch|BinaryToggle|Switcher\nDesign system 2.0",
2059
+ "props": [
2060
+ {
2061
+ "name": "labelProps",
2062
+ "type": "LabelProps",
2063
+ "required": false,
2064
+ "description": "Props of the rendered next to the control"
2065
+ },
2066
+ {
2067
+ "name": "isOn",
2068
+ "type": "boolean",
2069
+ "required": false,
2070
+ "defaultValue": "false",
2071
+ "description": "The current value of the switch"
2072
+ },
2073
+ {
2074
+ "name": "disabled",
2075
+ "type": "boolean",
2076
+ "required": false,
2077
+ "description": "Whether the switch is disabled"
2078
+ },
2079
+ {
2080
+ "name": "onChange",
2081
+ "type": "(value: boolean) => void",
2082
+ "required": false,
2083
+ "description": "Callback fired with the new value when toggled"
2084
+ },
2085
+ {
2086
+ "name": "caption",
2087
+ "type": "string",
2088
+ "required": false,
2089
+ "description": "Caption text rendered below the label, and described by the switch"
2090
+ }
2091
+ ],
2092
+ "examples": [
2093
+ "<Switch\n id=\"notifications\"\n labelProps={{ label: 'Active' }}\n isOn={isActive}\n onChange={setIsActive}\n/>"
2094
+ ],
2095
+ "sourceFile": "components/New/Switch/Switch.tsx"
2096
+ },
2097
+ {
2098
+ "name": "Tabs",
2099
+ "category": "Components_2_0",
2100
+ "generation": "2.0",
2101
+ "description": "A horizontal row of tabs, underlining the active one and showing optional count badges.\naliases: TabRow|TabNavigation|TabBar\nDesign system 2.0\n\nFollows the ARIA tabs pattern with automatic activation: only the active tab is\nin the tab order, and the arrow keys move both focus and selection. `Home` and\n`End` jump to the first and last tab, and the arrows wrap around the ends.\n\nThe component renders the tabs only; the panels stay with the consumer.",
2102
+ "props": [
2103
+ {
2104
+ "name": "tabs",
2105
+ "type": "TabItem[]",
2106
+ "required": true,
2107
+ "description": "Ordered list of tabs to render."
2108
+ },
2109
+ {
2110
+ "name": "activeTabId",
2111
+ "type": "string",
2112
+ "required": true,
2113
+ "description": "ID of the currently selected tab."
2114
+ },
2115
+ {
2116
+ "name": "onTabChange",
2117
+ "type": "(tabId: string) => void",
2118
+ "required": true,
2119
+ "description": "Fired with the tab's `id` when the user selects a tab."
2120
+ },
2121
+ {
2122
+ "name": "ariaLabel",
2123
+ "type": "string",
2124
+ "required": false,
2125
+ "description": "Accessible name for the tab list."
2126
+ },
2127
+ {
2128
+ "name": "className",
2129
+ "type": "string",
2130
+ "required": false,
2131
+ "description": "Additional CSS classes for the tab list container."
2132
+ },
2133
+ {
2134
+ "name": "tabClassName",
2135
+ "type": "string",
2136
+ "required": false,
2137
+ "description": "Additional CSS classes applied to every tab."
2138
+ }
2139
+ ],
2140
+ "examples": [
2141
+ "<Tabs\n ariaLabel=\"Conversation views\"\n tabs={[\n { id: 'all', label: 'All', count: 12 },\n { id: 'shared', label: 'Shared with me' },\n ]}\n activeTabId={activeTabId}\n onTabChange={setActiveTabId}\n/>"
2142
+ ],
2143
+ "sourceFile": "components/New/Tabs/Tabs.tsx"
2144
+ },
2145
+ {
2146
+ "name": "FileDropzone",
2147
+ "category": "Components_2_0",
2148
+ "generation": "2.0",
2149
+ "description": "A dashed drop area that takes files by drag-and-drop or through the file picker.\naliases: LoadFileArea|FileUpload|DragDropUpload|UploadArea\nDesign system 2.0\n\nThe area is a label over a visually hidden file input, so the picker opens on\nclick and the control stays operable by keyboard and announced as a file input\nwithout any extra wiring. The border highlights while a drag hovers it.\n\n`accept` is enforced on drops as well as in the picker — the browser only\nfilters the latter — so `onChange` never receives a file the caller excluded.\nRejected files go to `onReject`; all copy stays with the caller, which keeps\nvalidation messages in the consumer's own wording and language.",
2150
+ "props": [
2151
+ {
2152
+ "name": "labelProps",
2153
+ "type": "LabelProps",
2154
+ "required": false,
2155
+ "description": "Props of the naming the field, rendered above the area."
2156
+ },
2157
+ {
2158
+ "name": "label",
2159
+ "type": "ReactNode",
2160
+ "required": true,
2161
+ "description": "Primary line of copy."
2162
+ },
2163
+ {
2164
+ "name": "description",
2165
+ "type": "ReactNode",
2166
+ "required": false,
2167
+ "description": "Secondary line of copy."
2168
+ },
2169
+ {
2170
+ "name": "onChange",
2171
+ "type": "(files: File[]) => void",
2172
+ "required": true,
2173
+ "description": "Fired with the accepted files."
2174
+ },
2175
+ {
2176
+ "name": "onReject",
2177
+ "type": "(files: File[]) => void",
2178
+ "required": false,
2179
+ "description": "Fired with dropped files that `accept` excluded."
2180
+ },
2181
+ {
2182
+ "name": "accept",
2183
+ "type": "string",
2184
+ "required": false,
2185
+ "description": "Comma-separated `accept` tokens."
2186
+ },
2187
+ {
2188
+ "name": "multiple",
2189
+ "type": "boolean",
2190
+ "required": false,
2191
+ "defaultValue": "false",
2192
+ "description": "Whether more than one file can be selected."
2193
+ },
2194
+ {
2195
+ "name": "disabled",
2196
+ "type": "boolean",
2197
+ "required": false,
2198
+ "defaultValue": "false",
2199
+ "description": "Disables picking and dropping."
2200
+ },
2201
+ {
2202
+ "name": "errorText",
2203
+ "type": "string",
2204
+ "required": false,
2205
+ "description": "Error message rendered below the area."
2206
+ },
2207
+ {
2208
+ "name": "icon",
2209
+ "type": "ReactNode",
2210
+ "required": false,
2211
+ "description": "Icon rendered above the copy."
2212
+ },
2213
+ {
2214
+ "name": "id",
2215
+ "type": "string",
2216
+ "required": false,
2217
+ "description": "`id` of the underlying file input."
2218
+ },
2219
+ {
2220
+ "name": "ariaLabel",
2221
+ "type": "string",
2222
+ "required": false,
2223
+ "description": "Accessible name; needed when `label` carries no text."
2224
+ },
2225
+ {
2226
+ "name": "className",
2227
+ "type": "string",
2228
+ "required": false,
2229
+ "description": "Additional CSS classes for the drop area."
2230
+ }
2231
+ ],
2232
+ "examples": [
2233
+ "<FileDropzone\n label=\"Drag and drop it or click here to upload\"\n description=\"File formats .md, .zip and .skill\"\n accept=\".md,.zip,.skill\"\n onChange={(files) => upload(files)}\n onReject={() => setError('Unsupported file format')}\n/>"
2234
+ ],
2235
+ "sourceFile": "components/New/FileDropzone/FileDropzone.tsx"
2236
+ },
2237
+ {
2238
+ "name": "Tag",
2239
+ "category": "Components_2_0",
2240
+ "generation": "2.0",
2241
+ "description": "A compact label element used for selections, filters, or categories.\naliases: Chip|Pill\nDesign system 2.0\n\nThe label truncates rather than wrapping, and carries a native `title` so the\nfull text stays reachable when it does.\n\nA tag with `onClick` becomes a `role=\"button\"` operable with Enter and Space.\nIts remove control is a real nested `<button>`, so keep the two roles apart in\nthe caller: a clickable tag that is also closable gives a screen reader two\nactions with no way to tell which one it landed on.",
2242
+ "props": [
2243
+ {
2244
+ "name": "label",
2245
+ "type": "string",
2246
+ "required": true,
2247
+ "description": "Text content displayed inside the tag."
2248
+ },
2249
+ {
2250
+ "name": "icon",
2251
+ "type": "ReactNode",
2252
+ "required": false,
2253
+ "description": "Icon rendered before the label."
2254
+ },
2255
+ {
2256
+ "name": "size",
2257
+ "type": "ElementSize",
2258
+ "required": false,
2259
+ "defaultValue": "ElementSize.Standard",
2260
+ "description": "Tag height: standard is 24px, small is 20px."
2261
+ },
2262
+ {
2263
+ "name": "selected",
2264
+ "type": "boolean",
2265
+ "required": false,
2266
+ "defaultValue": "false",
2267
+ "description": "Applies the accent-tinted selected styling."
2268
+ },
2269
+ {
2270
+ "name": "disabled",
2271
+ "type": "boolean",
2272
+ "required": false,
2273
+ "defaultValue": "false",
2274
+ "description": "Dims the tag and suppresses the remove control and click handling."
2275
+ },
2276
+ {
2277
+ "name": "closable",
2278
+ "type": "boolean",
2279
+ "required": false,
2280
+ "defaultValue": "false",
2281
+ "description": "Renders the remove button. Needs `onRemove` to appear."
2282
+ },
2283
+ {
2284
+ "name": "removeLabel",
2285
+ "type": "string",
2286
+ "required": false,
2287
+ "description": "Accessible name of the remove button; defaults to `Remove <label>`."
2288
+ },
2289
+ {
2290
+ "name": "onRemove",
2291
+ "type": "(event: MouseEvent<HTMLButtonElement>) => void",
2292
+ "required": false,
2293
+ "description": "Called when the remove button is clicked. The click does not bubble to `onClick`."
2294
+ }
2295
+ ],
2296
+ "examples": [
2297
+ "<Tag label=\"TypeScript\" />\n<Tag label=\"TypeScript\" closable onRemove={() => remove('TypeScript')} />\n<Tag label=\"Drafts\" selected onClick={() => toggle('Drafts')} />"
2298
+ ],
2299
+ "sourceFile": "components/New/Tag/Tag.tsx"
2300
+ },
2301
+ {
2302
+ "name": "TagInput",
2303
+ "category": "Components_2_0",
2304
+ "generation": "2.0",
2305
+ "description": "A tag input field: type a value and commit it with Enter or comma.\naliases: MultiTag|TagField|ChipInput\nDesign system 2.0\n\nThe field is an , so it carries the 2.0 field styling, sizes,\nlabel, caption and error states, and the tags render as s in its\ncontent slot. The field grows as tags wrap, unless `collapseTagOverflow` keeps\nthem on one line behind a `+N` chip.\n\nWorks controlled (`value` + `onChange`) or uncontrolled (`defaultValue`).\nDuplicate tags are ignored. Backspace on an empty input removes the last tag.",
2306
+ "props": [
2307
+ {
2308
+ "name": "id",
2309
+ "type": "string",
2310
+ "required": false,
2311
+ "description": "The id of the text input, linked to the label."
2312
+ },
2313
+ {
2314
+ "name": "value",
2315
+ "type": "string[]",
2316
+ "required": false,
2317
+ "description": "Controlled tag list."
2318
+ },
2319
+ {
2320
+ "name": "defaultValue",
2321
+ "type": "string[]",
2322
+ "required": false,
2323
+ "description": "Initial tag list when uncontrolled."
2324
+ },
2325
+ {
2326
+ "name": "size",
2327
+ "type": "ElementSize",
2328
+ "required": false,
2329
+ "defaultValue": "ElementSize.Standard",
2330
+ "description": "Field height: standard is 40px, small is 24px."
2331
+ },
2332
+ {
2333
+ "name": "labelProps",
2334
+ "type": "LabelProps",
2335
+ "required": false,
2336
+ "description": "Props of the rendered above the field."
2337
+ },
2338
+ {
2339
+ "name": "placeholder",
2340
+ "type": "string",
2341
+ "required": false,
2342
+ "description": "Placeholder shown while there are no tags."
2343
+ },
2344
+ {
2345
+ "name": "caption",
2346
+ "type": "string",
2347
+ "required": false,
2348
+ "description": "Helper text rendered below the field when there is no `error`."
2349
+ },
2350
+ {
2351
+ "name": "error",
2352
+ "type": "string",
2353
+ "required": false,
2354
+ "description": "Error message rendered below the field (pass `invalid` too for error styling)."
2355
+ },
2356
+ {
2357
+ "name": "invalid",
2358
+ "type": "boolean",
2359
+ "required": false,
2360
+ "description": "Applies the field's error styling."
2361
+ },
2362
+ {
2363
+ "name": "disabled",
2364
+ "type": "boolean",
2365
+ "required": false,
2366
+ "defaultValue": "false",
2367
+ "description": "Disables typing and tag removal."
2368
+ },
2369
+ {
2370
+ "name": "readOnly",
2371
+ "type": "boolean",
2372
+ "required": false,
2373
+ "defaultValue": "false",
2374
+ "description": "Shows the tags without allowing new ones or removal."
2375
+ },
2376
+ {
2377
+ "name": "collapseTagOverflow",
2378
+ "type": "boolean",
2379
+ "required": false,
2380
+ "defaultValue": "false",
2381
+ "description": "Keep the tags on one line, replacing the ones that do not fit with a `+N` chip."
2382
+ },
2383
+ {
2384
+ "name": "ariaLabel",
2385
+ "type": "string",
2386
+ "required": false,
2387
+ "description": "Accessible name for the text input; use it when there is no visible label."
2388
+ },
2389
+ {
2390
+ "name": "tagListLabel",
2391
+ "type": "string",
2392
+ "required": false,
2393
+ "defaultValue": "'Tags'",
2394
+ "description": "Accessible name of the tag list."
2395
+ },
2396
+ {
2397
+ "name": "className",
2398
+ "type": "string",
2399
+ "required": false,
2400
+ "description": "Additional CSS classes for the outer container."
2401
+ },
2402
+ {
2403
+ "name": "fieldClassName",
2404
+ "type": "string",
2405
+ "required": false,
2406
+ "description": "Additional CSS classes for the field itself."
2407
+ },
2408
+ {
2409
+ "name": "tagClassName",
2410
+ "type": "string",
2411
+ "required": false,
2412
+ "description": "Additional CSS classes applied to every tag."
2413
+ },
2414
+ {
2415
+ "name": "onChange",
2416
+ "type": "(tags: string[]) => void",
2417
+ "required": false,
2418
+ "description": "Called with the new list whenever a tag is added or removed."
2419
+ }
2420
+ ],
2421
+ "examples": [
2422
+ "const [tags, setTags] = useState<string[]>(['React']);\n\n<TagInput\n id=\"skills\"\n labelProps={{ label: 'Skills' }}\n placeholder=\"Add a skill\"\n caption=\"Press Enter or comma to add\"\n value={tags}\n onChange={setTags}\n/>"
2423
+ ],
2424
+ "sourceFile": "components/New/TagInput/TagInput.tsx"
2425
+ },
2005
2426
  {
2006
2427
  "name": "DialCaptionText",
2007
2428
  "category": "Elements",
2008
2429
  "generation": "1.0",
2009
- "description": "A component for displaying error messages with consistent styling\naliases: HelperText|ValidationText",
2430
+ "description": "A component for displaying error messages with consistent styling\naliases: HelperText|ValidationText\nDesign system 1.0",
2010
2431
  "props": [
2011
2432
  {
2012
2433
  "name": "text",
@@ -2042,7 +2463,7 @@
2042
2463
  "name": "DialAnalyticsCard",
2043
2464
  "category": "Analytics",
2044
2465
  "generation": "1.0",
2045
- "description": "A simple analytics summary card that displays a single metric as a title,\na prominent value, and an optional description.\naliases: MetricCard|StatCard|KpiCard\n\nTwo visual variants are available via the enum:\n- `Default` — `bg-layer-3`, large `dial-display2-text` value, supports a description.\n- `Compact` — denser `bg-layer-2` card with a `dial-body-semi-text` value and no\n description (the `description` prop is ignored in this variant).\n\n**Compare mode** — pass `compareValues` to split the value area 50/50 between two\nmetrics, each with its own sub-title. Pair with `delta` to show a change badge next\nto the card title.",
2466
+ "description": "A simple analytics summary card that displays a single metric as a title,\na prominent value, and an optional description.\naliases: MetricCard|StatCard|KpiCard\nDesign system 1.0\n\nTwo visual variants are available via the enum:\n- `Default` — `bg-layer-3`, large `dial-display2-text` value, supports a description.\n- `Compact` — denser `bg-layer-2` card with a `dial-body-semi-text` value and no\n description (the `description` prop is ignored in this variant).\n\n**Compare mode** — pass `compareValues` to split the value area 50/50 between two\nmetrics, each with its own sub-title. Pair with `delta` to show a change badge next\nto the card title.",
2046
2467
  "props": [
2047
2468
  {
2048
2469
  "name": "title",
@@ -2115,7 +2536,7 @@
2115
2536
  "name": "DialAnalyticsBar",
2116
2537
  "category": "Analytics",
2117
2538
  "generation": "1.0",
2118
- "description": "A compact analytics meter: a horizontal bar whose fill width and color reflect a\nvalue relative to `maxValue`, with an optional title on the left and value on the right.\naliases: MetricBar|Meter|ScoreBar\n\nThe fill color is resolved from `colorMap` based on the normalized ratio\n(`value / maxValue`), so the bar shifts hue as the value grows. An empty bar\n(value `0`) shows only the `bg-layer-1` track. A missing value (`null`) shows\nan em dash and no progress bar.",
2539
+ "description": "A compact analytics meter: a horizontal bar whose fill width and color reflect a\nvalue relative to `maxValue`, with an optional title on the left and value on the right.\naliases: MetricBar|Meter|ScoreBar\nDesign system 1.0\n\nThe fill color is resolved from `colorMap` based on the normalized ratio\n(`value / maxValue`), so the bar shifts hue as the value grows. An empty bar\n(value `0`) shows only the `bg-layer-1` track. A missing value (`null`) shows\nan em dash and no progress bar.",
2119
2540
  "props": [
2120
2541
  {
2121
2542
  "name": "value",
@@ -2202,7 +2623,7 @@
2202
2623
  "name": "DialAnalyticsErrorTag",
2203
2624
  "category": "Analytics",
2204
2625
  "generation": "1.0",
2205
- "description": "A non-interactive error tag used across analytics components to indicate that a\nmetric value could not be provided. Renders a styled with the\nerror palette (`bg-error`, `text-error`, `border-error`).",
2626
+ "description": "A non-interactive error tag used across analytics components to indicate that a\nDesign system 1.0\nmetric value could not be provided. Renders a styled with the\nerror palette (`bg-error`, `text-error`, `border-error`).",
2206
2627
  "props": [
2207
2628
  {
2208
2629
  "name": "label",
@@ -2227,7 +2648,7 @@
2227
2648
  "name": "DialAnalyticsBarGroup",
2228
2649
  "category": "Analytics",
2229
2650
  "generation": "1.0",
2230
- "description": "A collapsible group of analytics bars built from a key/value map. Wraps\n: the `title` is shown in the header, the number of entries\nis shown as the header description, and each entry renders a \nwith the key as its title and the value as its value.\naliases: MetricBarGroup|BarList|NumericResults",
2651
+ "description": "A collapsible group of analytics bars built from a key/value map. Wraps\n: the `title` is shown in the header, the number of entries\nis shown as the header description, and each entry renders a \nwith the key as its title and the value as its value.\naliases: MetricBarGroup|BarList|NumericResults\nDesign system 1.0",
2231
2652
  "props": [
2232
2653
  {
2233
2654
  "name": "title",
@@ -2348,7 +2769,7 @@
2348
2769
  "name": "DialAnalyticsHistogram",
2349
2770
  "category": "Analytics",
2350
2771
  "generation": "1.0",
2351
- "description": "A histogram that distributes `values` across the bands of a color map and draws a\ncolumn per band. Each column's height is relative to the most populated band; empty\ncolumns are outlined, populated columns are filled with their band color. A baseline\nseparates the columns from the interval labels, and hovering a column reveals a\ntooltip with its share of the total.\naliases: Distribution|ColumnChart|FrequencyChart",
2772
+ "description": "A histogram that distributes `values` across the bands of a color map and draws a\ncolumn per band. Each column's height is relative to the most populated band; empty\ncolumns are outlined, populated columns are filled with their band color. A baseline\nseparates the columns from the interval labels, and hovering a column reveals a\ntooltip with its share of the total.\naliases: Distribution|ColumnChart|FrequencyChart\nDesign system 1.0",
2352
2773
  "props": [
2353
2774
  {
2354
2775
  "name": "title",
@@ -2422,7 +2843,7 @@
2422
2843
  "name": "DialLabel",
2423
2844
  "category": "Elements",
2424
2845
  "generation": "1.0",
2425
- "description": "A label component\naliases: FormLabel|RequiredIndicator",
2846
+ "description": "A label component\naliases: FormLabel|RequiredIndicator\nDesign system 1.0",
2426
2847
  "props": [
2427
2848
  {
2428
2849
  "name": "label",
@@ -2453,7 +2874,7 @@
2453
2874
  "name": "DialAccordion",
2454
2875
  "category": "Layout",
2455
2876
  "generation": "1.0",
2456
- "description": "A collapsible panel that toggles its content when the header is clicked.\naliases: Collapse|Disclosure|ExpandablePanel\n\nWorks as a controlled component when `expanded` is provided, otherwise it manages\nits own state from `defaultExpanded`. The header shows a chevron that rotates when\nexpanded, a title, and an optional description.",
2877
+ "description": "A collapsible panel that toggles its content when the header is clicked.\naliases: Collapse|Disclosure|ExpandablePanel\nDesign system 1.0\n\nWorks as a controlled component when `expanded` is provided, otherwise it manages\nits own state from `defaultExpanded`. The header shows a chevron that rotates when\nexpanded, a title, and an optional description.",
2457
2878
  "props": [
2458
2879
  {
2459
2880
  "name": "title",
@@ -2533,7 +2954,7 @@
2533
2954
  "name": "DialIcon",
2534
2955
  "category": "Data Display",
2535
2956
  "generation": "1.0",
2536
- "description": "A wrapper component for rendering icons with consistent styling\naliases: IconRenderer|SVGWrapper",
2957
+ "description": "A wrapper component for rendering icons with consistent styling\naliases: IconRenderer|SVGWrapper\nDesign system 1.0",
2537
2958
  "props": [
2538
2959
  {
2539
2960
  "name": "icon",
@@ -2557,7 +2978,7 @@
2557
2978
  "name": "DialNotification",
2558
2979
  "category": "Elements",
2559
2980
  "generation": "1.0",
2560
- "description": "A contextual feedback component for displaying important messages.\naliases: Notification|StatusBanner\n\nRenders a colored container with an icon, message text, and an optional\nclose button.",
2981
+ "description": "A contextual feedback component for displaying important messages.\naliases: Notification|StatusBanner\nDesign system 1.0\n\nRenders a colored container with an icon, message text, and an optional\nclose button.",
2561
2982
  "props": [
2562
2983
  {
2563
2984
  "name": "variant",
@@ -2623,7 +3044,7 @@
2623
3044
  "name": "DialLoader",
2624
3045
  "category": "Feedback",
2625
3046
  "generation": "1.0",
2626
- "description": "A simple loading spinner component.\naliases: LoadingSpinner|ProgressSpinner\n\nRenders a spinning SVG with optional full-width container.",
3047
+ "description": "A simple loading spinner component.\naliases: LoadingSpinner|ProgressSpinner\nDesign system 1.0\n\nRenders a spinning SVG with optional full-width container.",
2627
3048
  "props": [
2628
3049
  {
2629
3050
  "name": "size",
@@ -2664,49 +3085,11 @@
2664
3085
  ],
2665
3086
  "sourceFile": "components/Loader/Loader.tsx"
2666
3087
  },
2667
- {
2668
- "name": "DialProgressBar",
2669
- "category": "Status",
2670
- "generation": "1.0",
2671
- "description": "",
2672
- "props": [
2673
- {
2674
- "name": "value",
2675
- "type": "number",
2676
- "required": true
2677
- },
2678
- {
2679
- "name": "max",
2680
- "type": "number",
2681
- "required": false,
2682
- "defaultValue": "100"
2683
- },
2684
- {
2685
- "name": "size",
2686
- "type": "DialProgressBarSize",
2687
- "required": false,
2688
- "defaultValue": "DialProgressBarSize.Medium"
2689
- },
2690
- {
2691
- "name": "className",
2692
- "type": "string",
2693
- "required": false
2694
- },
2695
- {
2696
- "name": "ariaLabel",
2697
- "type": "string",
2698
- "required": false,
2699
- "defaultValue": "'Progress'"
2700
- }
2701
- ],
2702
- "examples": [],
2703
- "sourceFile": "components/ProgressBar/ProgressBar.tsx"
2704
- },
2705
3088
  {
2706
3089
  "name": "DialPagination",
2707
3090
  "category": "Navigation",
2708
3091
  "generation": "1.0",
2709
- "description": "",
3092
+ "description": "Design system 1.0",
2710
3093
  "props": [
2711
3094
  {
2712
3095
  "name": "page",
@@ -2736,7 +3119,7 @@
2736
3119
  "name": "DialCheckbox",
2737
3120
  "category": "Form",
2738
3121
  "generation": "1.0",
2739
- "description": "A Checkbox component with styling options\naliases: ToggleCheckbox|MultiSelectOption",
3122
+ "description": "A Checkbox component with styling options\naliases: ToggleCheckbox|MultiSelectOption\nDesign system 1.0",
2740
3123
  "props": [
2741
3124
  {
2742
3125
  "name": "id",
@@ -2790,7 +3173,7 @@
2790
3173
  "name": "DialSteps",
2791
3174
  "category": "Navigation",
2792
3175
  "generation": "1.0",
2793
- "description": "Props for the DialSteps component, which renders a multi-step navigation UI.\naliases: StepWizard|ProgressSteps",
3176
+ "description": "Props for the DialSteps component, which renders a multi-step navigation UI.\naliases: StepWizard|ProgressSteps\nDesign system 1.0",
2794
3177
  "props": [
2795
3178
  {
2796
3179
  "name": "steps",
@@ -2820,7 +3203,7 @@
2820
3203
  "name": "DialRadioButton",
2821
3204
  "category": "Free",
2822
3205
  "generation": "1.0",
2823
- "description": "A stylized, accessible radio input with optional description.\naliases: ChoiceOption|RadioInput\n\nRenders a native `<input type=\"radio\" />` paired with a label. When `checked`\nand `description` are provided, a supporting text block appears under the control.",
3206
+ "description": "A stylized, accessible radio input with optional description.\naliases: ChoiceOption|RadioInput\nDesign system 1.0\n\nRenders a native `<input type=\"radio\" />` paired with a label. When `checked`\nand `description` are provided, a supporting text block appears under the control.",
2824
3207
  "props": [
2825
3208
  {
2826
3209
  "name": "name",
@@ -2918,7 +3301,7 @@
2918
3301
  "name": "DialRadioGroup",
2919
3302
  "category": "Form",
2920
3303
  "generation": "1.0",
2921
- "description": "Groups multiple `DialRadio` options and renders custom content for the active option.\naliases: SelectionGroup|OptionGroup\n\nUses `DialField` as the field label and a container with `role=\"radiogroup\"`.\nContent provided in `radioButtons[].content` is shown under the currently active radio.",
3304
+ "description": "Groups multiple `DialRadio` options and renders custom content for the active option.\naliases: SelectionGroup|OptionGroup\nDesign system 1.0\n\nUses `DialField` as the field label and a container with `role=\"radiogroup\"`.\nContent provided in `radioButtons[].content` is shown under the currently active radio.",
2922
3305
  "props": [
2923
3306
  {
2924
3307
  "name": "fieldTitle",
@@ -3038,7 +3421,7 @@
3038
3421
  "name": "DialSlider",
3039
3422
  "category": "Form",
3040
3423
  "generation": "1.0",
3041
- "description": "A range slider with a custom thumb showing the current value and optional labels.\naliases: RangeInput|TemperatureSlider",
3424
+ "description": "A range slider with a custom thumb showing the current value and optional labels.\naliases: RangeInput|TemperatureSlider\nDesign system 1.0",
3042
3425
  "props": [
3043
3426
  {
3044
3427
  "name": "value",
@@ -3132,7 +3515,7 @@
3132
3515
  "name": "DialNoDataContent",
3133
3516
  "category": "Feedback",
3134
3517
  "generation": "1.0",
3135
- "description": "A component for displaying a message and icon when there is no data to show.\naliases: EmptyState|NoResults",
3518
+ "description": "A component for displaying a message and icon when there is no data to show.\naliases: EmptyState|NoResults\nDesign system 1.0",
3136
3519
  "props": [
3137
3520
  {
3138
3521
  "name": "icon",
@@ -3180,7 +3563,7 @@
3180
3563
  "name": "DialCollapsibleSidebar",
3181
3564
  "category": "Navigation",
3182
3565
  "generation": "1.0",
3183
- "description": "A collapsible horizontal bar component that allows toggling between an expanded and collapsed state.\naliases: ToggleSidebar|CollapsiblePanel\n\nIt supports customizable width, title, icons, additional buttons, and flexible styling options.",
3566
+ "description": "A collapsible horizontal bar component that allows toggling between an expanded and collapsed state.\naliases: ToggleSidebar|CollapsiblePanel\nDesign system 1.0\n\nIt supports customizable width, title, icons, additional buttons, and flexible styling options.",
3184
3567
  "props": [
3185
3568
  {
3186
3569
  "name": "children",
@@ -3255,7 +3638,7 @@
3255
3638
  "name": "DialLabelledText",
3256
3639
  "category": "Data Display",
3257
3640
  "generation": "1.0",
3258
- "description": "A label component for form fields with optional tooltip, content, and custom elements.\naliases: LabelValue|DisplayText",
3641
+ "description": "A label component for form fields with optional tooltip, content, and custom elements.\naliases: LabelValue|DisplayText\nDesign system 1.0",
3259
3642
  "props": [
3260
3643
  {
3261
3644
  "name": "label",
@@ -3303,7 +3686,7 @@
3303
3686
  "name": "DialTag",
3304
3687
  "category": "Tag",
3305
3688
  "generation": "1.0",
3306
- "description": "A compact label element used for selections, filters, or categories.",
3689
+ "description": "A compact label element used for selections, filters, or categories.\nDesign system 1.0",
3307
3690
  "props": [
3308
3691
  {
3309
3692
  "name": "label",
@@ -3342,13 +3725,14 @@
3342
3725
  }
3343
3726
  ],
3344
3727
  "examples": [],
3345
- "sourceFile": "components/Tag/Tag.tsx"
3728
+ "sourceFile": "components/Tag/Tag.tsx",
3729
+ "supersededBy": "Tag"
3346
3730
  },
3347
3731
  {
3348
3732
  "name": "DialEllipsisTooltip",
3349
3733
  "category": "Overlay",
3350
3734
  "generation": "1.0",
3351
- "description": "Single-line text with CSS ellipsis that shows a tooltip **only when actually truncated**.\naliases: TruncatedText|TruncationTooltip\n\nIf the text fits, tooltip content is empty and the popup stays hidden.\n\nImportant: width must be finite for truncation.\nConsumers can override via `className`.\n\na11y: when truncated, the full text is exposed via `aria-label` on the reference node.",
3735
+ "description": "Single-line text with CSS ellipsis that shows a tooltip **only when actually truncated**.\naliases: TruncatedText|TruncationTooltip\nDesign system 1.0\n\nIf the text fits, tooltip content is empty and the popup stays hidden.\n\nImportant: width must be finite for truncation.\nConsumers can override via `className`.\n\na11y: when truncated, the full text is exposed via `aria-label` on the reference node.",
3352
3736
  "props": [
3353
3737
  {
3354
3738
  "name": "text",
@@ -3396,7 +3780,7 @@
3396
3780
  "name": "DialDraggableItem",
3397
3781
  "category": "Components",
3398
3782
  "generation": "1.0",
3399
- "description": "A lightweight wrapper that makes its children sortable via drag-and-drop.\naliases: SortableItem|DragHandle\n\nRenders a row with a grab handle (left) and the provided content (right).\nIntegrates with `react-dnd` using a simple \"column\" drag type and delegates\nreordering logic to the provided `findItem` and `moveItem` callbacks.",
3783
+ "description": "A lightweight wrapper that makes its children sortable via drag-and-drop.\naliases: SortableItem|DragHandle\nDesign system 1.0\n\nRenders a row with a grab handle (left) and the provided content (right).\nIntegrates with `react-dnd` using a simple \"column\" drag type and delegates\nreordering logic to the provided `findItem` and `moveItem` callbacks.",
3400
3784
  "props": [
3401
3785
  {
3402
3786
  "name": "id",
@@ -3445,7 +3829,7 @@
3445
3829
  "name": "DialFileIcon",
3446
3830
  "category": "FileManager/components",
3447
3831
  "generation": "1.0",
3448
- "description": "Renders a file-type icon based on a file extension.\naliases: ExtensionIcon|TypeIcon\n\nUses DialIcon to provide consistent icon wrapper styling.",
3832
+ "description": "Renders a file-type icon based on a file extension.\naliases: ExtensionIcon|TypeIcon\nDesign system 1.0\n\nUses DialIcon to provide consistent icon wrapper styling.",
3449
3833
  "props": [
3450
3834
  {
3451
3835
  "name": "extension",
@@ -3502,7 +3886,7 @@
3502
3886
  "name": "DialFormItem",
3503
3887
  "category": "Form",
3504
3888
  "generation": "1.0",
3505
- "description": "A layout wrapper for form controls with label, helper text and error message.\naliases: FieldWrapper|FormControl\n\nUses `DialLabel` for the label and `DialErrorText` for consistent error styling.\nWires accessibility with:\n- `role=\"group\"`\n- `aria-labelledby` (when label is present)\n- `aria-describedby` (description and/or error ids)",
3889
+ "description": "A layout wrapper for form controls with label, helper text and error message.\naliases: FieldWrapper|FormControl\nDesign system 1.0\n\nUses `DialLabel` for the label and `DialErrorText` for consistent error styling.\nWires accessibility with:\n- `role=\"group\"`\n- `aria-labelledby` (when label is present)\n- `aria-describedby` (description and/or error ids)",
3506
3890
  "props": [
3507
3891
  {
3508
3892
  "name": "id",
@@ -3569,7 +3953,7 @@
3569
3953
  "name": "DialSharedEntityIndicator",
3570
3954
  "category": "FileManager/components",
3571
3955
  "generation": "1.0",
3572
- "description": "A compact icon-only indicator to denote a \"shared\" entity.\naliases: SharedIcon|AccessIndicator\n\nRenders a small arrow-up-right icon with token-based colors.",
3956
+ "description": "A compact icon-only indicator to denote a \"shared\" entity.\naliases: SharedIcon|AccessIndicator\nDesign system 1.0\n\nRenders a small arrow-up-right icon with token-based colors.",
3573
3957
  "props": [
3574
3958
  {
3575
3959
  "name": "label",
@@ -3620,7 +4004,7 @@
3620
4004
  "name": "DialFileName",
3621
4005
  "category": "FileManager/components",
3622
4006
  "generation": "1.0",
3623
- "description": "Component to display a file name with a file icon and shared indicator.\naliases: FileDisplay|NameDisplay\n\nHandles long names with ellipsis and tooltip.\n\nIf `details` is provided (e.g., file size, date), the component switches to\na vertical layout and renders the extra information below the file name.",
4007
+ "description": "Component to display a file name with a file icon and shared indicator.\naliases: FileDisplay|NameDisplay\nDesign system 1.0\n\nHandles long names with ellipsis and tooltip.\n\nIf `details` is provided (e.g., file size, date), the component switches to\na vertical layout and renders the extra information below the file name.",
3624
4008
  "props": [
3625
4009
  {
3626
4010
  "name": "name",
@@ -3700,7 +4084,7 @@
3700
4084
  "name": "DialFolderName",
3701
4085
  "category": "FileManager/components",
3702
4086
  "generation": "1.0",
3703
- "description": "Component to display a folder name with a folder icon and shared indicator.\naliases: FolderDisplay|DirectoryName\n\nHandles long names with ellipsis and tooltip.",
4087
+ "description": "Component to display a folder name with a folder icon and shared indicator.\naliases: FolderDisplay|DirectoryName\nDesign system 1.0\n\nHandles long names with ellipsis and tooltip.",
3704
4088
  "props": [
3705
4089
  {
3706
4090
  "name": "name",
@@ -3777,7 +4161,7 @@
3777
4161
  "name": "DialResizableContainer",
3778
4162
  "category": "Components",
3779
4163
  "generation": "1.0",
3780
- "description": "DialResizableContainer — A reusable resizable container\naliases: ResizePanel|SizableContainer\n\nsupporting both **controlled** and **uncontrolled** width modes.\n\nControlled Mode\n\nProvide `width` and optionally `onResizeStop`:\n```tsx\n<DialResizableContainer\n width={sidebarWidth}\n onResizeStop={(w) => setSidebarWidth(w)}\n minWidth={180}\n maxWidth={520}\n>\n <Sidebar />\n</DialResizableContainer>\n```\n\nUncontrolled Mode\n\nOmit `width` entirely — the component manages its own width:\n```tsx\n<DialResizableContainer\n defaultWidth={260}\n minWidth={180}\n maxWidth={520}\n>\n <Sidebar />\n</DialResizableContainer>\n```\n\nFeatures:\n- Resize from left or right\n- Fully supports controlled & uncontrolled sizing\n- Custom resize handler (icon or any ReactNode)\n- Callback when resize stops (optional)\n- Smooth hover/drag visibility transitions",
4164
+ "description": "DialResizableContainer — A reusable resizable container\naliases: ResizePanel|SizableContainer\nDesign system 1.0\n\nsupporting both **controlled** and **uncontrolled** width modes.\n\nControlled Mode\n\nProvide `width` and optionally `onResizeStop`:\n```tsx\n<DialResizableContainer\n width={sidebarWidth}\n onResizeStop={(w) => setSidebarWidth(w)}\n minWidth={180}\n maxWidth={520}\n>\n <Sidebar />\n</DialResizableContainer>\n```\n\nUncontrolled Mode\n\nOmit `width` entirely — the component manages its own width:\n```tsx\n<DialResizableContainer\n defaultWidth={260}\n minWidth={180}\n maxWidth={520}\n>\n <Sidebar />\n</DialResizableContainer>\n```\n\nFeatures:\n- Resize from left or right\n- Fully supports controlled & uncontrolled sizing\n- Custom resize handler (icon or any ReactNode)\n- Callback when resize stops (optional)\n- Smooth hover/drag visibility transitions",
3781
4165
  "props": [
3782
4166
  {
3783
4167
  "name": "children",
@@ -3848,7 +4232,7 @@
3848
4232
  "name": "DialConditionalResizableContainer",
3849
4233
  "category": "Components",
3850
4234
  "generation": "1.0",
3851
- "description": "DialConditionalResizableContainer — A conditional wrapper around `DialResizableContainer`.\naliases: OptionalResize|ConditionalPanel\n\nThis component renders its children inside a resizable container only when `enabled` is true.\nWhen `enabled` is false, children are rendered directly without any resizable behavior.\n\nAll other props are the same as `DialResizableContainer`. See the documentation for\n`DialResizableContainer` for full details on usage, controlled/uncontrolled modes, sides, and callbacks.",
4235
+ "description": "DialConditionalResizableContainer — A conditional wrapper around `DialResizableContainer`.\naliases: OptionalResize|ConditionalPanel\nDesign system 1.0\n\nThis component renders its children inside a resizable container only when `enabled` is true.\nWhen `enabled` is false, children are rendered directly without any resizable behavior.\n\nAll other props are the same as `DialResizableContainer`. See the documentation for\n`DialResizableContainer` for full details on usage, controlled/uncontrolled modes, sides, and callbacks.",
3852
4236
  "props": [
3853
4237
  {
3854
4238
  "name": "enabled",
@@ -3867,7 +4251,7 @@
3867
4251
  "name": "DialGrid",
3868
4252
  "category": "Grid",
3869
4253
  "generation": "1.0",
3870
- "description": "DialGrid — A feature-rich data grid wrapper built on ag-Grid with dark theme support.\naliases: DataTable|TableGrid\n\nProvides a pre-configured grid with:\n- Dark theme styling with CSS variable integration\n- Optional row selection with checkboxes\n- Context menu integration via DialDropdown\n- Text overflow handling with tooltips via DialEllipsisTooltip\n- Controlled or uncontrolled selection modes\n- Automatic column sizing and responsive behavior\n- Full accessibility support with ARIA attributes\n- Loading state with native AG-Grid overlay",
4254
+ "description": "DialGrid — A feature-rich data grid wrapper built on ag-Grid with dark theme support.\naliases: DataTable|TableGrid\nDesign system 1.0\n\nProvides a pre-configured grid with:\n- Dark theme styling with CSS variable integration\n- Optional row selection with checkboxes\n- Context menu integration via DialDropdown\n- Text overflow handling with tooltips via DialEllipsisTooltip\n- Controlled or uncontrolled selection modes\n- Automatic column sizing and responsive behavior\n- Full accessibility support with ARIA attributes\n- Loading state with native AG-Grid overlay",
3871
4255
  "props": [
3872
4256
  {
3873
4257
  "name": "columnDefs",
@@ -4022,7 +4406,7 @@
4022
4406
  "name": "DialDateCellRenderer",
4023
4407
  "category": "Grid",
4024
4408
  "generation": "1.0",
4025
- "description": "Minimal date cell renderer (ag-Grid compatible).\n\nRenders the value in the **\"MMM dd, yyyy\"** format (e.g., \"Jul 20, 2025\"),\nwrapped in `DialEllipsisTooltip` (tooltip only appears if truncated).",
4409
+ "description": "Minimal date cell renderer (ag-Grid compatible).\nDesign system 1.0\n\nRenders the value in the **\"MMM dd, yyyy\"** format (e.g., \"Jul 20, 2025\"),\nwrapped in `DialEllipsisTooltip` (tooltip only appears if truncated).",
4026
4410
  "props": [
4027
4411
  {
4028
4412
  "name": "value",
@@ -4071,7 +4455,7 @@
4071
4455
  "name": "DialTabs",
4072
4456
  "category": "Navigation",
4073
4457
  "generation": "1.0",
4074
- "description": "A responsive and overflow-aware tabs component that automatically adapts its layout\naliases: TabNavigation|TabBar\n\nbetween a scrollable tab bar and a dropdown menu on smaller screens.\n\nWhen there are too many tabs to fit in a single line, it introduces a dropdown button\nfor accessing hidden tabs and ensures smooth horizontal scrolling. The component also\nautomatically keeps the active tab in view.\n\nSupports both horizontal and vertical orientations and dynamically adjusts layout\nbased on screen size and available space.\n\nOn larger screens, tabs are displayed according to the `orientation` prop\n(horizontal or vertical). On smaller screens (mobile or tablet), the tabs collapse\ninto a dropdown menu for better usability.",
4458
+ "description": "A responsive and overflow-aware tabs component that automatically adapts its layout\naliases: TabNavigation|TabBar\nDesign system 1.0\n\nbetween a scrollable tab bar and a dropdown menu on smaller screens.\n\nWhen there are too many tabs to fit in a single line, it introduces a dropdown button\nfor accessing hidden tabs and ensures smooth horizontal scrolling. The component also\nautomatically keeps the active tab in view.\n\nSupports both horizontal and vertical orientations and dynamically adjusts layout\nbased on screen size and available space.\n\nOn larger screens, tabs are displayed according to the `orientation` prop\n(horizontal or vertical). On smaller screens (mobile or tablet), the tabs collapse\ninto a dropdown menu for better usability.",
4075
4459
  "props": [
4076
4460
  {
4077
4461
  "name": "tabs",
@@ -4155,13 +4539,14 @@
4155
4539
  "examples": [
4156
4540
  "<DialTabs\n tabs={[\n { id: 'overview', name: 'Overview' },\n { id: 'details', name: 'Details' },\n { id: 'settings', name: 'Settings', invalid: true },\n ]}\n activeTab=\"overview\"\n onClick={(id) => setActiveTab(id)}\n orientation={TabOrientation.Horizontal}\n/>"
4157
4541
  ],
4158
- "sourceFile": "components/Tabs/Tabs.tsx"
4542
+ "sourceFile": "components/Tabs/Tabs.tsx",
4543
+ "supersededBy": "Tabs"
4159
4544
  },
4160
4545
  {
4161
4546
  "name": "DialBreadcrumb",
4162
4547
  "category": "Navigation",
4163
4548
  "generation": "1.0",
4164
- "description": "Breadcrumb navigation component with horizontal scroll on overflow.\naliases: NavigationPath|BreadcrumbTrail\n\nUse either the `pathItems` prop or compose with `<DialBreadcrumbItem/>` as children.\nThe last item is treated as the current page.",
4549
+ "description": "Breadcrumb navigation component with horizontal scroll on overflow.\naliases: NavigationPath|BreadcrumbTrail\nDesign system 1.0\n\nUse either the `pathItems` prop or compose with `<DialBreadcrumbItem/>` as children.\nThe last item is treated as the current page.",
4165
4550
  "props": [
4166
4551
  {
4167
4552
  "name": "pathItems",
@@ -4218,7 +4603,7 @@
4218
4603
  "name": "DialBreadcrumbItem",
4219
4604
  "category": "Navigation",
4220
4605
  "generation": "1.0",
4221
- "description": "",
4606
+ "description": "Design system 1.0",
4222
4607
  "props": [
4223
4608
  {
4224
4609
  "name": "label",
@@ -4279,7 +4664,7 @@
4279
4664
  "name": "DialButton",
4280
4665
  "category": "Elements/Buttons",
4281
4666
  "generation": "1.0",
4282
- "description": "A Button component with flexible icon and text positioning\naliases: ActionButton|CallToAction",
4667
+ "description": "A Button component with flexible icon and text positioning\naliases: ActionButton|CallToAction\nDesign system 1.0",
4283
4668
  "props": [
4284
4669
  {
4285
4670
  "name": "variant",
@@ -4348,7 +4733,7 @@
4348
4733
  "name": "DialIconButton",
4349
4734
  "category": "Elements/Buttons",
4350
4735
  "generation": "1.0",
4351
- "description": "A Icon Button component with flexible icon and text positioning\naliases: IconicButton|SymbolButton",
4736
+ "description": "A Icon Button component with flexible icon and text positioning\naliases: IconicButton|SymbolButton\nDesign system 1.0",
4352
4737
  "props": [
4353
4738
  {
4354
4739
  "name": "variant",
@@ -4417,7 +4802,7 @@
4417
4802
  "name": "DialPrimaryButton",
4418
4803
  "category": "Elements/Buttons",
4419
4804
  "generation": "1.0",
4420
- "description": "A Primary Button component with predefined primary variant",
4805
+ "description": "A Primary Button component with predefined primary variant\nDesign system 1.0",
4421
4806
  "props": [],
4422
4807
  "examples": [
4423
4808
  "<DialPrimaryButton\n label=\"Click me\"\nonClick={handleClick}\nclassName=\"custom-button\"\n/>"
@@ -4489,7 +4874,7 @@
4489
4874
  "name": "DialPrimaryIconButton",
4490
4875
  "category": "Elements/Buttons",
4491
4876
  "generation": "1.0",
4492
- "description": "A Primary Icon Button component with predefined primary variant",
4877
+ "description": "A Primary Icon Button component with predefined primary variant\nDesign system 1.0",
4493
4878
  "props": [],
4494
4879
  "examples": [
4495
4880
  "<DialPrimaryIconButton\n icon={<Icon />}\n onClick={handleClick}\n className=\"custom-button\"\n/>"
@@ -4534,7 +4919,7 @@
4534
4919
  "name": "DialCloseButton",
4535
4920
  "category": "Elements/Buttons",
4536
4921
  "generation": "1.0",
4537
- "description": "A Close button component with a customizable icon and accessible label.\naliases: DismissButton|ExitButton",
4922
+ "description": "A Close button component with a customizable icon and accessible label.\naliases: DismissButton|ExitButton\nDesign system 1.0",
4538
4923
  "props": [
4539
4924
  {
4540
4925
  "name": "ariaLabel",
@@ -4578,7 +4963,7 @@
4578
4963
  "name": "DialRemoveButton",
4579
4964
  "category": "Elements/Buttons",
4580
4965
  "generation": "1.0",
4581
- "description": "A specialized button component for removal or delete actions.\naliases: DeleteButton|TrashButton\n\nRenders a `DialDangerButton` with a predefined trash icon (`IconTrashX`) as the leading icon.\nAdditional props are passed directly to the underlying `DialDangerButton`.",
4966
+ "description": "A specialized button component for removal or delete actions.\naliases: DeleteButton|TrashButton\nDesign system 1.0\n\nRenders a `DialDangerButton` with a predefined trash icon (`IconTrashX`) as the leading icon.\nAdditional props are passed directly to the underlying `DialDangerButton`.",
4582
4967
  "props": [
4583
4968
  {
4584
4969
  "name": "iconClassName",
@@ -4596,7 +4981,7 @@
4596
4981
  "name": "DialTextarea",
4597
4982
  "category": "Elements",
4598
4983
  "generation": "1.0",
4599
- "description": "A flexible textarea component with validation support and consistent styling\naliases: MultilineInput|TextBox",
4984
+ "description": "A flexible textarea component with validation support and consistent styling\naliases: MultilineInput|TextBox\nDesign system 1.0",
4600
4985
  "props": [
4601
4986
  {
4602
4987
  "name": "labelProps",
@@ -4652,7 +5037,7 @@
4652
5037
  "name": "DialTooltip",
4653
5038
  "category": "Overlay",
4654
5039
  "generation": "1.0",
4655
- "description": "A Tooltip component that displays information on hover\naliases: HoverPopover|InfoPopover",
5040
+ "description": "A Tooltip component that displays information on hover\naliases: HoverPopover|InfoPopover\nDesign system 1.0",
4656
5041
  "props": [
4657
5042
  {
4658
5043
  "name": "hideTooltip",
@@ -4694,7 +5079,7 @@
4694
5079
  "name": "DialTooltipContainer",
4695
5080
  "category": "Overlay",
4696
5081
  "generation": "1.0",
4697
- "description": "The container component that provides tooltip context and state management",
5082
+ "description": "The container component that provides tooltip context and state management\nDesign system 1.0",
4698
5083
  "props": [],
4699
5084
  "examples": [],
4700
5085
  "sourceFile": "components/Tooltip/TooltipContainer.tsx"
@@ -4703,7 +5088,7 @@
4703
5088
  "name": "DialTooltipContent",
4704
5089
  "category": "Overlay",
4705
5090
  "generation": "1.0",
4706
- "description": "The content area of a tooltip that displays the tooltip information",
5091
+ "description": "The content area of a tooltip that displays the tooltip information\nDesign system 1.0",
4707
5092
  "props": [],
4708
5093
  "examples": [],
4709
5094
  "sourceFile": "components/Tooltip/TooltipContent.tsx"
@@ -4712,7 +5097,7 @@
4712
5097
  "name": "DialTooltipTrigger",
4713
5098
  "category": "Overlay",
4714
5099
  "generation": "1.0",
4715
- "description": "The trigger element for a tooltip that can be clicked or hovered",
5100
+ "description": "The trigger element for a tooltip that can be clicked or hovered\nDesign system 1.0",
4716
5101
  "props": [],
4717
5102
  "examples": [],
4718
5103
  "sourceFile": "components/Tooltip/TooltipTrigger.tsx"
@@ -4721,7 +5106,7 @@
4721
5106
  "name": "DialSwitch",
4722
5107
  "category": "Form",
4723
5108
  "generation": "1.0",
4724
- "description": "A Switch component with various styling options\naliases: ToggleSwitch|BinaryToggle",
5109
+ "description": "A Switch component with various styling options\naliases: ToggleSwitch|BinaryToggle\nDesign system 1.0",
4725
5110
  "props": [
4726
5111
  {
4727
5112
  "name": "label",
@@ -4763,13 +5148,14 @@
4763
5148
  "examples": [
4764
5149
  "<DialSwitch\n switchId=\"switch\"\n label=\"Toggle\"\n isOn={true}\n disabled={false}\n onChange={(value) => console.log(value)}\n caption=\"Caption\"\n/>"
4765
5150
  ],
4766
- "sourceFile": "components/Switch/Switch.tsx"
5151
+ "sourceFile": "components/Switch/Switch.tsx",
5152
+ "supersededBy": "Switch"
4767
5153
  },
4768
5154
  {
4769
5155
  "name": "DialSegmentedControl",
4770
5156
  "category": "Form",
4771
5157
  "generation": "1.0",
4772
- "description": "A single-select control for switching between a small set of mutually exclusive,\nequally-sized options (e.g. view switchers).\naliases: SegmentedButton|ViewSwitcher\n\nRenders a horizontal group of segments where every option is always visible and\nequally sized. Supports 2 or more segments, optional per-option icons, and\nkeyboard navigation (Arrow keys, Home, End).",
5158
+ "description": "A single-select control for switching between a small set of mutually exclusive,\nequally-sized options (e.g. view switchers).\naliases: SegmentedButton|ViewSwitcher\nDesign system 1.0\n\nRenders a horizontal group of segments where every option is always visible and\nequally sized. Supports 2 or more segments, optional per-option icons, and\nkeyboard navigation (Arrow keys, Home, End).",
4773
5159
  "props": [
4774
5160
  {
4775
5161
  "name": "options",
@@ -4817,7 +5203,7 @@
4817
5203
  "name": "DialPopup",
4818
5204
  "category": "Overlay",
4819
5205
  "generation": "1.0",
4820
- "description": "An accessible modal dialog component using Floating UI.\naliases: Modal|Dialog\n\nRenders in a portal with a scrim overlay, focus management, header with a title,\ncontent area, optional footer and a close control.",
5206
+ "description": "An accessible modal dialog component using Floating UI.\naliases: Modal|Dialog\nDesign system 1.0\n\nRenders in a portal with a scrim overlay, focus management, header with a title,\ncontent area, optional footer and a close control.",
4821
5207
  "props": [
4822
5208
  {
4823
5209
  "name": "open",
@@ -4920,7 +5306,7 @@
4920
5306
  "type": "boolean",
4921
5307
  "required": false,
4922
5308
  "defaultValue": "false",
4923
- "description": "When true, initial focus goes to a non-input guard to avoid opening the virtual keyboard on mobile"
5309
+ "description": "When true, initial focus goes to a non-input guard to avoid opening the virtual keyboard on mobile. Redundant since the default focuses the dialog container, which never raises the keyboard; kept for compatibility"
4924
5310
  }
4925
5311
  ],
4926
5312
  "examples": [
@@ -4933,7 +5319,7 @@
4933
5319
  "name": "DialConfirmationPopup",
4934
5320
  "category": "Overlay",
4935
5321
  "generation": "1.0",
4936
- "description": "A confirmation dialog built with DialPopup and DialButton.\naliases: ConfirmDialog|WarningDialog\n\nProvides an accessible modal with a title, optional description or custom content,\nand a footer with Cancel / Confirm actions.",
5322
+ "description": "A confirmation dialog built with DialPopup and DialButton.\naliases: ConfirmDialog|WarningDialog\nDesign system 1.0\n\nProvides an accessible modal with a title, optional description or custom content,\nand a footer with Cancel / Confirm actions.",
4937
5323
  "props": [
4938
5324
  {
4939
5325
  "name": "description",
@@ -5017,7 +5403,7 @@
5017
5403
  "name": "DialRadioGroupPopupField",
5018
5404
  "category": "Form",
5019
5405
  "generation": "1.0",
5020
- "description": "A composite field that opens a popup with a radio group selector.\naliases: PopupRadio|ChoicePopup\n\nRenders a labeled readout using `DialInputPopup`; when opened, a `DialPopup`\ndisplays a `DialRadioGroup` allowing the user to pick from a list of options.\nThe footer provides Cancel/Apply actions, with Apply disabled when `isValid` is false.\n\nThe value shown in the collapsed field is derived from either `customInputValue`\nor the name of the currently selected radio option identified by `selectedValue`.",
5406
+ "description": "A composite field that opens a popup with a radio group selector.\naliases: PopupRadio|ChoicePopup\nDesign system 1.0\n\nRenders a labeled readout using `DialInputPopup`; when opened, a `DialPopup`\ndisplays a `DialRadioGroup` allowing the user to pick from a list of options.\nThe footer provides Cancel/Apply actions, with Apply disabled when `isValid` is false.\n\nThe value shown in the collapsed field is derived from either `customInputValue`\nor the name of the currently selected radio option identified by `selectedValue`.",
5021
5407
  "props": [],
5022
5408
  "examples": [
5023
5409
  "<DialRadioGroupPopupField\n fieldTitle=\"Status\"\n htmlFor=\"status\"\n header=\"Select status\"\n emptyValueText=\"None\"\n radioButtons={[\n { id: 'draft', name: 'Draft' },\n { id: 'review', name: 'In Review' },\n { id: 'published', name: 'Published' },\n ]}\n selectedValue=\"draft\"\n selectedRadioValue=\"draft\"\n onChangeRadioField={(id) => console.log('radio changed', id)}\n id=\"status-group\"\n isValid={true}\n onApply={() => console.log('applied')}\n/>"
@@ -5028,7 +5414,7 @@
5028
5414
  "name": "DialFormPopup",
5029
5415
  "category": "Overlay",
5030
5416
  "generation": "1.0",
5031
- "description": "A form-oriented popup dialog.\naliases: FormDialog|FormModal\n\nProvides an accessible popup with a title, custom body,\nand a footer with \"Cancel\" and \"Submit\" actions.",
5417
+ "description": "A form-oriented popup dialog.\naliases: FormDialog|FormModal\nDesign system 1.0\n\nProvides an accessible popup with a title, custom body,\nand a footer with \"Cancel\" and \"Submit\" actions.",
5032
5418
  "props": [
5033
5419
  {
5034
5420
  "name": "submitLabel",
@@ -5092,7 +5478,7 @@
5092
5478
  "name": "DialInput",
5093
5479
  "category": "Elements/Inputs",
5094
5480
  "generation": "1.0",
5095
- "description": "A flexible input component with icon support and various styling options\naliases: TextField|FormInput",
5481
+ "description": "A flexible input component with icon support and various styling options\naliases: TextField|FormInput\nDesign system 1.0",
5096
5482
  "props": [
5097
5483
  {
5098
5484
  "name": "labelProps",
@@ -5184,7 +5570,7 @@
5184
5570
  "name": "DialNumberInput",
5185
5571
  "category": "Elements/Inputs",
5186
5572
  "generation": "1.0",
5187
- "description": "A number input field component\naliases: NumericField|NumberField",
5573
+ "description": "A number input field component\naliases: NumericField|NumberField\nDesign system 1.0",
5188
5574
  "props": [
5189
5575
  {
5190
5576
  "name": "integer",
@@ -5209,7 +5595,7 @@
5209
5595
  "name": "DialPasswordInput",
5210
5596
  "category": "Elements/Inputs",
5211
5597
  "generation": "1.0",
5212
- "description": "A password input component with show/hide functionality and customizable props.\naliases: SecureInput|ToggleablePassword",
5598
+ "description": "A password input component with show/hide functionality and customizable props.\naliases: SecureInput|ToggleablePassword\nDesign system 1.0",
5213
5599
  "props": [],
5214
5600
  "examples": [
5215
5601
  "<DialPasswordInput\n id=\"password\"\n label=\"Password\"\n value={password}\n onChange={e => setPassword(e.target.value)}\n disabled={false}\n/>"
@@ -5221,7 +5607,7 @@
5221
5607
  "name": "DialSearch",
5222
5608
  "category": "Elements",
5223
5609
  "generation": "1.0",
5224
- "description": "A search input component with a customizable placeholder, icons, flexible props, and the ability\naliases: SearchField|QueryInput\n\nto clear the input value via a clear button. Supports multiple sizes for flexible layouts.",
5610
+ "description": "A search input component with a customizable placeholder, icons, flexible props, and the ability\naliases: SearchField|QueryInput\nDesign system 1.0\n\nto clear the input value via a clear button. Supports multiple sizes for flexible layouts.",
5225
5611
  "props": [
5226
5612
  {
5227
5613
  "name": "withoutBorder",
@@ -5251,7 +5637,7 @@
5251
5637
  "name": "DialInputPopup",
5252
5638
  "category": "Overlay",
5253
5639
  "generation": "1.0",
5254
- "description": "An input field that opens a popup when clicked, displaying a selected value or a list of values.\naliases: PopupInput|ReadonlyInput\n\nIt supports read-only mode, error states, and disabled state, with customizable styling.\nThe modal content is rendered using a portal for seamless integration.",
5640
+ "description": "An input field that opens a popup when clicked, displaying a selected value or a list of values.\naliases: PopupInput|ReadonlyInput\nDesign system 1.0\n\nIt supports read-only mode, error states, and disabled state, with customizable styling.\nThe modal content is rendered using a portal for seamless integration.",
5255
5641
  "props": [
5256
5642
  {
5257
5643
  "name": "open",
@@ -5361,7 +5747,7 @@
5361
5747
  "name": "DialAutocompleteInputValue",
5362
5748
  "category": "Form",
5363
5749
  "generation": "1.0",
5364
- "description": "A component that displays a list of selected items in a customizable, styled list. Each item is\naliases: SelectedList|ItemDisplay\n\nrendered as a tag wrapped in a tooltip, allowing for truncation and additional context when\nhovered. The component is flexible and supports custom CSS classes for styling the list and\nindividual list items.",
5750
+ "description": "A component that displays a list of selected items in a customizable, styled list. Each item is\naliases: SelectedList|ItemDisplay\nDesign system 1.0\n\nrendered as a tag wrapped in a tooltip, allowing for truncation and additional context when\nhovered. The component is flexible and supports custom CSS classes for styling the list and\nindividual list items.",
5365
5751
  "props": [
5366
5752
  {
5367
5753
  "name": "placeholder",
@@ -5404,7 +5790,7 @@
5404
5790
  "name": "DialTagInput",
5405
5791
  "category": "Form",
5406
5792
  "generation": "1.0",
5407
- "description": "A tag input field that allows users to add multiple tags using the Enter or comma key.\naliases: MultiTag|TagField\n\nSupports removing tags, displaying field labels, optional indicators, validation states,\nand dynamic layout adjustment when tags wrap to multiple lines.",
5793
+ "description": "A tag input field that allows users to add multiple tags using the Enter or comma key.\naliases: MultiTag|TagField\nDesign system 1.0\n\nSupports removing tags, displaying field labels, optional indicators, validation states,\nand dynamic layout adjustment when tags wrap to multiple lines.",
5408
5794
  "props": [
5409
5795
  {
5410
5796
  "name": "elementId",
@@ -5485,13 +5871,14 @@
5485
5871
  "examples": [
5486
5872
  "<DialTagInput\n elementId=\"skills\"\n fieldTitle=\"Skills\"\n placeholder=\"Add a skill\"\n initialTags={['React', 'TypeScript']}\n optional\n onChange={(tags) => console.log('Updated tags:', tags)}\n/>"
5487
5873
  ],
5488
- "sourceFile": "components/TagInput/TagInput.tsx"
5874
+ "sourceFile": "components/TagInput/TagInput.tsx",
5875
+ "supersededBy": "TagInput"
5489
5876
  },
5490
5877
  {
5491
5878
  "name": "DialSelect",
5492
5879
  "category": "Form",
5493
5880
  "generation": "1.0",
5494
- "description": "A versatile select supporting single and multiple selections.\naliases: OptionPicker|ChoiceSelector\n\nSingle mode mirrors the legacy visual:\n- Trigger shows the selected option's leading icon + label.\n- In the list, the selected option is indicated by a LEFT border and tinted background\n (no check icon).\n\nMultiple mode uses checkboxes (including Select All with indeterminate state).\n\nSearch:\n- `searchable`: shows a plain input in the overlay header that filters options.\n- `inlineSearch` (single mode only): the trigger renders a plain input; typing filters options;\n when closed, the input shows the selected label.",
5881
+ "description": "A versatile select supporting single and multiple selections.\naliases: OptionPicker|ChoiceSelector\nDesign system 1.0\n\nSingle mode mirrors the legacy visual:\n- Trigger shows the selected option's leading icon + label.\n- In the list, the selected option is indicated by a LEFT border and tinted background\n (no check icon).\n\nMultiple mode uses checkboxes (including Select All with indeterminate state).\n\nSearch:\n- `searchable`: shows a plain input in the overlay header that filters options.\n- `inlineSearch` (single mode only): the trigger renders a plain input; typing filters options;\n when closed, the input shows the selected label.",
5495
5882
  "props": [
5496
5883
  {
5497
5884
  "name": "options",
@@ -5719,7 +6106,7 @@
5719
6106
  "name": "DialSelectField",
5720
6107
  "category": "Form",
5721
6108
  "generation": "1.0",
5722
- "description": "A Select field wrapper that composes `DialFormItem` and `DialSelect`.\naliases: SelectInput|ComboField\n\nProvides unified label, description, error rendering and a readonly view that shows\nthe selected option labels (comma-separated in single mode, list in multiple).",
6109
+ "description": "A Select field wrapper that composes `DialFormItem` and `DialSelect`.\naliases: SelectInput|ComboField\nDesign system 1.0\n\nProvides unified label, description, error rendering and a readonly view that shows\nthe selected option labels (comma-separated in single mode, list in multiple).",
5723
6110
  "props": [
5724
6111
  {
5725
6112
  "name": "selectClassName",
@@ -5743,7 +6130,7 @@
5743
6130
  "name": "DialLoadFileArea",
5744
6131
  "category": "Form",
5745
6132
  "generation": "1.0",
5746
- "description": "A drag-and-drop file upload area component that allows users to upload files\naliases: FileDropZone|DragDropUpload\n\neither by dragging them into the area or by selecting them through the file picker.\nDisplays helpful text, button prompts, and validation errors for file format or count limits.",
6133
+ "description": "A drag-and-drop file upload area component that allows users to upload files\naliases: FileDropZone|DragDropUpload\nDesign system 1.0\n\neither by dragging them into the area or by selecting them through the file picker.\nDisplays helpful text, button prompts, and validation errors for file format or count limits.",
5747
6134
  "props": [
5748
6135
  {
5749
6136
  "name": "files",
@@ -5785,7 +6172,7 @@
5785
6172
  "name": "DialLoadFileAreaField",
5786
6173
  "category": "Form",
5787
6174
  "generation": "1.0",
5788
- "description": "A composite file upload field that combines a label, file list management,\naliases: UploadField|FileListField\n\nand a drag-and-drop upload area. Allows users to add, remove, and validate files\nwith customizable restrictions on file types and count.\n\nThe component displays a header showing the field title and file count,\nalong with \"Add\" and \"Delete All\" buttons (when multiple uploads are enabled).\nIt integrates with `DialLoadFileArea` for drag-and-drop functionality and\nprovides file validation for both format and maximum file count.",
6175
+ "description": "A composite file upload field that combines a label, file list management,\naliases: UploadField|FileListField\nDesign system 1.0\n\nand a drag-and-drop upload area. Allows users to add, remove, and validate files\nwith customizable restrictions on file types and count.\n\nThe component displays a header showing the field title and file count,\nalong with \"Add\" and \"Delete All\" buttons (when multiple uploads are enabled).\nIt integrates with `DialLoadFileArea` for drag-and-drop functionality and\nprovides file validation for both format and maximum file count.",
5789
6176
  "props": [
5790
6177
  {
5791
6178
  "name": "fieldTitle",
@@ -5960,7 +6347,7 @@
5960
6347
  "name": "DialButtonDropdown",
5961
6348
  "category": "Dropdown",
5962
6349
  "generation": "1.0",
5963
- "description": "A Button dropdown component based on DialDropdown component\naliases: SplitButton|MenuButton",
6350
+ "description": "A Button dropdown component based on DialDropdown component\naliases: SplitButton|MenuButton\nDesign system 1.0",
5964
6351
  "props": [
5965
6352
  {
5966
6353
  "name": "items",
@@ -5979,7 +6366,7 @@
5979
6366
  "name": "DialDropdownIcon",
5980
6367
  "category": "Dropdown",
5981
6368
  "generation": "1.0",
5982
- "description": "A compact icon trigger with a dropdown menu.\naliases: ModelPicker|IconMenu|AvatarDropdown",
6369
+ "description": "A compact icon trigger with a dropdown menu.\naliases: ModelPicker|IconMenu|AvatarDropdown\nDesign system 1.0",
5983
6370
  "props": [
5984
6371
  {
5985
6372
  "name": "icon",
@@ -6042,7 +6429,7 @@
6042
6429
  "name": "DialFileManager",
6043
6430
  "category": "FileManager",
6044
6431
  "generation": "1.0",
6045
- "description": "File Manager layout with a collapsible folders tree, breadcrumb/search header, and a data grid.\naliases: FileExplorer|FileBrowser",
6432
+ "description": "File Manager layout with a collapsible folders tree, breadcrumb/search header, and a data grid.\naliases: FileExplorer|FileBrowser\nDesign system 1.0",
6046
6433
  "props": [
6047
6434
  {
6048
6435
  "name": "path",
@@ -6525,7 +6912,7 @@
6525
6912
  "name": "DialDestinationFolderPopup",
6526
6913
  "category": "FileManager/components",
6527
6914
  "generation": "1.0",
6528
- "description": "DestinationFolderPopup\naliases: FolderSelector|PathChooser",
6915
+ "description": "DestinationFolderPopup\naliases: FolderSelector|PathChooser\nDesign system 1.0",
6529
6916
  "props": [],
6530
6917
  "examples": [
6531
6918
  "<DestinationFolderPopup\n open={isOpen}\n onClose={handleClose}\n onConfirm={handleConfirm}\n mode=\"copy\"\n title=\"Copy 3 files\"\n items={files}\n rootItem={rootFolder}\n path={currentPath}\n onPathChange={setCurrentPath}\n/>"
@@ -6536,7 +6923,7 @@
6536
6923
  "name": "DialFoldersTree",
6537
6924
  "category": "Data Display",
6538
6925
  "generation": "1.0",
6539
- "description": "DialFoldersTree — A hierarchical folder tree component with nested expand/collapse support, selection highlighting,\nand optional file display.",
6926
+ "description": "DialFoldersTree — A hierarchical folder tree component with nested expand/collapse support, selection highlighting,\nDesign system 1.0\nand optional file display.",
6540
6927
  "props": [
6541
6928
  {
6542
6929
  "name": "items",
@@ -6709,7 +7096,7 @@
6709
7096
  "name": "DialSchemaRenderer",
6710
7097
  "category": "Name",
6711
7098
  "generation": "1.0",
6712
- "description": "Renders a JSON Schema as a form UI with collapsible sections, validation, and default values.\naliases: SchemaRenderer|JsonSchemaForm",
7099
+ "description": "Renders a JSON Schema as a form UI with collapsible sections, validation, and default values.\naliases: SchemaRenderer|JsonSchemaForm\nDesign system 1.0",
6713
7100
  "props": [],
6714
7101
  "examples": [
6715
7102
  "<DialSchemaRenderer\n schema={mySchema}\n onChange={(v) => console.log(v)}\n onDefaultValues={(defaults) => console.log(defaults)}\n/>"
@@ -6720,7 +7107,7 @@
6720
7107
  "name": "DialJsonEditor",
6721
7108
  "category": "Data Display",
6722
7109
  "generation": "1.0",
6723
- "description": "A JSON editor component built on top of Monaco Editor.\nProvides syntax highlighting, validation, and theme support for JSON editing.\n\nLazy-loaded component. This component is not exported directly from the UI kit to avoid errors when using with SSR. Use `LazyDialJsonEditor` and the manifest `lazy` field for dynamic import guidance.",
7110
+ "description": "A JSON editor component built on top of Monaco Editor.\nDesign system 1.0\nProvides syntax highlighting, validation, and theme support for JSON editing.\n\nLazy-loaded component. This component is not exported directly from the UI kit to avoid errors when using with SSR. Use `LazyDialJsonEditor` and the manifest `lazy` field for dynamic import guidance.",
6724
7111
  "props": [
6725
7112
  {
6726
7113
  "name": "value",
@@ -6884,21 +7271,6 @@
6884
7271
  ],
6885
7272
  "sourceFile": "models/analytics.ts"
6886
7273
  },
6887
- {
6888
- "name": "DialProgressBarSize",
6889
- "kind": "enum",
6890
- "members": [
6891
- {
6892
- "name": "Small",
6893
- "value": "'sm'"
6894
- },
6895
- {
6896
- "name": "Medium",
6897
- "value": "'md'"
6898
- }
6899
- ],
6900
- "sourceFile": "components/ProgressBar/ProgressBar.tsx"
6901
- },
6902
7274
  {
6903
7275
  "name": "DialTooltipContainerOptions",
6904
7276
  "kind": "interface",
@@ -8306,6 +8678,26 @@
8306
8678
  "kind": "type",
8307
8679
  "sourceFile": "components/New/Calendar/Calendar.tsx",
8308
8680
  "typeBody": "Date | string | null"
8681
+ },
8682
+ {
8683
+ "name": "TabItem",
8684
+ "kind": "interface",
8685
+ "members": [
8686
+ {
8687
+ "name": "id",
8688
+ "value": "string"
8689
+ },
8690
+ {
8691
+ "name": "label",
8692
+ "value": "string"
8693
+ },
8694
+ {
8695
+ "name": "count?",
8696
+ "value": "number"
8697
+ }
8698
+ ],
8699
+ "sourceFile": "components/New/Tabs/Tabs.tsx",
8700
+ "description": "A single tab entry rendered by ."
8309
8701
  }
8310
8702
  ],
8311
8703
  "hooks": [
@@ -8363,6 +8755,12 @@
8363
8755
  "sourceFile": "components/FileManager/hooks/use-file-manager-context.ts",
8364
8756
  "description": "Hook to read the File Manager context.\nThrows if used outside of the provider.",
8365
8757
  "signature": "() => unknown"
8758
+ },
8759
+ {
8760
+ "name": "matchesAccept",
8761
+ "sourceFile": "utils/file-accept.ts",
8762
+ "description": "Tests a file against the value of a native `accept` attribute.\n\nThe file picker filters by `accept` on its own, but a drop does not: dropping\na `.png` onto an input that accepts `.md` hands the file over regardless. Any\ndrop target therefore has to re-check what it received.\n\nSupports all three `accept` token forms — an extension (`.md`), a full MIME\ntype (`text/markdown`) and a MIME wildcard (`image/*`). An empty or missing\n`accept` accepts everything, matching the attribute's own semantics.",
8763
+ "signature": "(file: File, accept?: string) => boolean"
8366
8764
  }
8367
8765
  ],
8368
8766
  "utils": [