@epam/ai-dial-ui-kit 0.13.0-dev.52 → 0.13.0-dev.59

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 (134) hide show
  1. package/README.md +5 -0
  2. package/dist/CHANGELOG.md +10 -0
  3. package/dist/{JsonEditor-Ce0Hs40A.js → JsonEditor-CV2FUqAs.js} +1 -1
  4. package/dist/{JsonEditor-DTtTF4El.cjs → JsonEditor-DPQ_6Rk7.cjs} +1 -1
  5. package/dist/{MarkdownEditor-C105uDu_.cjs → MarkdownEditor-BEjYBI-4.cjs} +1 -1
  6. package/dist/{MarkdownEditor-hOjcKVaa.cjs → MarkdownEditor-BpG28sAL.cjs} +1 -1
  7. package/dist/{MarkdownEditor-C14oRqaF.js → MarkdownEditor-CfnRGBST.js} +1 -1
  8. package/dist/{MarkdownEditor-Df72yDza.js → MarkdownEditor-DT_WX1cP.js} +1 -1
  9. package/dist/components-manifest.json +530 -110
  10. package/dist/dial-ui-kit.cjs.js +1 -1
  11. package/dist/dial-ui-kit.es.js +98 -92
  12. package/dist/{index-C7_BAjRC.cjs → index-EGRzQwVW.cjs} +35 -35
  13. package/dist/{index-Cr2qLKjP.js → index-qU5tP4t0.js} +15484 -14880
  14. package/dist/index.css +6 -2
  15. package/dist/migration-guides/0.13.0/caption-semi-text-lead-rename.md +82 -0
  16. package/dist/migration-guides/0.13.0/typography-heading-scale-shift.md +93 -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 +12 -1
  63. package/dist/src/components/New/Button/ButtonWrappers.d.ts +11 -0
  64. package/dist/src/components/New/ButtonDropdown/ButtonDropdown.d.ts +5 -4
  65. package/dist/src/components/New/Calendar/Calendar.d.ts +1 -0
  66. package/dist/src/components/New/Calendar/constants.d.ts +2 -2
  67. package/dist/src/components/New/CaptionText/CaptionText.d.ts +1 -0
  68. package/dist/src/components/New/CardShell/CardShell.d.ts +1 -0
  69. package/dist/src/components/New/CloseButton/CloseButton.d.ts +1 -0
  70. package/dist/src/components/New/ConfirmationPopup/ConfirmationPopup.d.ts +1 -0
  71. package/dist/src/components/New/Dropdown/Dropdown.d.ts +1 -0
  72. package/dist/src/components/New/FileDropzone/FileDropzone.d.ts +72 -0
  73. package/dist/src/components/New/FolderPath/FolderPath.d.ts +1 -0
  74. package/dist/src/components/New/Highlight/Highlight.d.ts +4 -1
  75. package/dist/src/components/New/IconButton/IconButton.d.ts +1 -0
  76. package/dist/src/components/New/IconButton/IconButtonWrappers.d.ts +1 -0
  77. package/dist/src/components/New/InfoButton/InfoButton.d.ts +1 -0
  78. package/dist/src/components/New/InlineSelect/InlineSelect.d.ts +2 -1
  79. package/dist/src/components/New/Input/Button/constants.d.ts +1 -1
  80. package/dist/src/components/New/Input/Input.d.ts +9 -2
  81. package/dist/src/components/New/Label/Label.d.ts +1 -0
  82. package/dist/src/components/New/MarkdownEditor/MarkdownEditor.d.ts +1 -0
  83. package/dist/src/components/New/Notification/Notification.d.ts +1 -0
  84. package/dist/src/components/New/NumberInput/NumberInput.d.ts +1 -0
  85. package/dist/src/components/New/PasswordInput/PasswordInput.d.ts +1 -0
  86. package/dist/src/components/New/Popup/Popup.d.ts +1 -0
  87. package/dist/src/components/New/Popup/constants.d.ts +1 -1
  88. package/dist/src/components/New/Select/MultiSelectTags.d.ts +1 -0
  89. package/dist/src/components/New/Select/Select.d.ts +1 -0
  90. package/dist/src/components/New/Select/constants.d.ts +1 -1
  91. package/dist/src/components/New/Switch/Switch.d.ts +32 -0
  92. package/dist/src/components/New/Tabs/Tabs.d.ts +59 -0
  93. package/dist/src/components/New/Tag/Tag.d.ts +45 -0
  94. package/dist/src/components/New/TagInput/TagInput.d.ts +72 -0
  95. package/dist/src/components/New/TagInput/utils.d.ts +21 -0
  96. package/dist/src/components/New/TagInput/utils.spec.d.ts +1 -0
  97. package/dist/src/components/New/Textarea/Textarea.d.ts +3 -2
  98. package/dist/src/components/New/constants/overlay.d.ts +1 -1
  99. package/dist/src/components/NoDataContent/NoDataContent.d.ts +1 -0
  100. package/dist/src/components/Notification/Notification.d.ts +1 -0
  101. package/dist/src/components/NumberInput/NumberInput.d.ts +1 -0
  102. package/dist/src/components/Pagination/Pagination.d.ts +3 -0
  103. package/dist/src/components/PasswordInput/PasswordInput.d.ts +1 -0
  104. package/dist/src/components/Popup/Popup.d.ts +1 -0
  105. package/dist/src/components/ProgressBar/ProgressBar.d.ts +3 -0
  106. package/dist/src/components/RadioButton/RadioButton.d.ts +1 -0
  107. package/dist/src/components/RadioGroup/RadioGroup.d.ts +1 -0
  108. package/dist/src/components/RadioGroupPopupField/RadioGroupPopupField.d.ts +1 -0
  109. package/dist/src/components/RemoveButton/RemoveButton.d.ts +1 -0
  110. package/dist/src/components/ResizableContainer/ConditionalResizableContainer.d.ts +1 -0
  111. package/dist/src/components/ResizableContainer/ResizableContainer.d.ts +1 -0
  112. package/dist/src/components/SchemaRenderer/SchemaRenderer.d.ts +1 -0
  113. package/dist/src/components/Search/Search.d.ts +1 -0
  114. package/dist/src/components/SegmentedControl/SegmentedControl.d.ts +1 -0
  115. package/dist/src/components/Select/Select.d.ts +1 -0
  116. package/dist/src/components/SelectField/SelectField.d.ts +1 -0
  117. package/dist/src/components/SharedEntityIndicator/SharedEntityIndicator.d.ts +1 -0
  118. package/dist/src/components/Skeleton/Skeleton.d.ts +1 -0
  119. package/dist/src/components/Slider/Slider.d.ts +1 -0
  120. package/dist/src/components/Spinner/Spinner.d.ts +3 -0
  121. package/dist/src/components/Steps/Steps.d.ts +1 -0
  122. package/dist/src/components/Switch/Switch.d.ts +1 -0
  123. package/dist/src/components/Tabs/Tabs.d.ts +1 -0
  124. package/dist/src/components/Tag/Tag.d.ts +1 -0
  125. package/dist/src/components/TagInput/TagInput.d.ts +1 -0
  126. package/dist/src/components/Textarea/Textarea.d.ts +1 -0
  127. package/dist/src/components/Tooltip/Tooltip.d.ts +1 -0
  128. package/dist/src/components/Tooltip/TooltipContainer.d.ts +1 -0
  129. package/dist/src/components/Tooltip/TooltipContent.d.ts +1 -0
  130. package/dist/src/components/Tooltip/TooltipTrigger.d.ts +1 -0
  131. package/dist/src/index.d.ts +11 -0
  132. package/dist/src/utils/__tests__/file-accept.spec.d.ts +1 -0
  133. package/dist/src/utils/file-accept.d.ts +16 -0
  134. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.13.0-dev.52",
3
- "generatedAt": "2026-08-11T16:14:13.776Z",
2
+ "version": "0.13.0-dev.59",
3
+ "generatedAt": "2026-08-12T14:49:36.468Z",
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",
@@ -20,14 +20,14 @@
20
20
  },
21
21
  "setupNotes": "## Next.js Integration\n1. Install the package and peer dependencies that are not currently in your project\n``` bash\nnpm install @epam/ai-dial-ui-kit\nnpm install react react-dom @tabler/icons-react classnames\nnpm install @floating-ui/react monaco-editor @monaco-editor/react\n```\n\n2. Import style in the root layout of the project:\n\n```tsx\n// app/layout.tsx\nimport \"@epam/ai-dial-ui-kit/styles.css\";\n```\n\n3. Usage example\n\n```tsx\n// app/page.tsx\n\"use client\";\nimport { DialPrimaryButton } from \"@epam/ai-dial-ui-kit\";\n\nexport default function Home() {\n return (\n <div className=\"w-full h-full flex flex-col gap-3 items-center justify-center\">\n <h1>Test library</h1>\n <DialPrimaryButton onClick={() => alert('Hello AI DIAL!')} />\n </div>\n );\n}\n```\nSee \"🎨 Theming & Customization\" section in README."
22
22
  },
23
- "styles": "# Typography CSS Utility Classes\n\n## Design-system-compliant classes (`dial-*-text`)\n\nUse these by default. They follow the design system type scale.\n\n| Class | Weight | Size / Line-height |\n| --------------------------------- | -------- | ----------------------- |\n| `.dial-display1-text` | semibold | 32px / 48px |\n| `.dial-display2-text` | semibold | 28px / 40px |\n| `.dial-h1-text` | semibold | 22px / 32px |\n| `.dial-h2-text` | semibold | 20px / 28px |\n| `.dial-h3-text` | semibold | 18px / 26px |\n| `.dial-body-text` | normal | 16px / 24px |\n| `.dial-body-semi-text` | semibold | 16px / 24px |\n| `.dial-body-paragraph-text` | normal | 16px / 26px |\n| `.dial-body-paragraph-semi-text` | semibold | 16px / 26px |\n| `.dial-small-text` | normal | 14px / 20px |\n| `.dial-small-semi-text` | semibold | 14px / 20px |\n| `.dial-small-paragraph-text` | normal | 14px / 24px |\n| `.dial-small-paragraph-semi-text` | semibold | 14px / 24px |\n| `.dial-tiny-text` | normal | 12px / 16px |\n| `.dial-tiny-lead-text` | normal | 12px / 16px (+0.03em) |\n| `.dial-tiny-semi-text` | semibold | 12px / 16px |\n| `.dial-caption-text` | normal | 10px / 12px |\n| `.dial-caption-semi-text` | semibold | 10px / 12px (+0.06em) |\n| `.dial-code-text` | normal | 14px / 20px (monospace) |\n\n## Legacy classes (avoid in new code)\n\nClasses like `dial-h1`, `dial-h2`, `dial-body`, `dial-small*`, `dial-tiny*`, `dial-caption` are legacy. They can be used in legacy projects if user explicidly specify they need legacy typography.\n\n## Raw SCSS source\n",
23
+ "styles": "# Typography CSS Utility Classes\n\n## Design-system-compliant classes (`dial-*-text`)\n\nUse these by default. They follow the design system type scale.\n\n| Class | Design name | Weight | Size / Line-height |\n| --------------------------------- | --------------------------- | -------- | ----------------------------------- |\n| `.dial-display1-text` | Display 1 | semibold | 32px / 48px |\n| `.dial-display2-text` | Display 2 | semibold | 28px / 40px |\n| `.dial-display3-text` | Display 3 | semibold | 22px / 32px |\n| `.dial-h1-text` | Heading 1 | semibold | 20px / 28px |\n| `.dial-h2-text` | Heading 2 | semibold | 18px / 26px |\n| `.dial-h3-text` | Heading 3 | semibold | 16px / 24px |\n| `.dial-body-text` | Body Text | normal | 16px / 24px |\n| `.dial-body-semi-text` | Body Text (Semi Bold) | semibold | 16px / 24px |\n| `.dial-body-paragraph-text` | Body Paragraph | normal | 16px / 26px |\n| `.dial-body-paragraph-semi-text` | Body Paragraph (Semi Bold) | semibold | 16px / 26px |\n| `.dial-small-text` | Small Text | normal | 14px / 20px |\n| `.dial-small-semi-text` | Small Text (Semi Bold) | semibold | 14px / 20px |\n| `.dial-small-paragraph-text` | Small Paragraph | normal | 14px / 24px |\n| `.dial-small-paragraph-semi-text` | Small Paragraph (Semi Bold) | semibold | 14px / 24px |\n| `.dial-tiny-text` | Tiny Text | normal | 12px / 16px |\n| `.dial-tiny-lead-text` | Tiny Text Lead | normal | 12px / 16px (+0.03em, uppercase) |\n| `.dial-tiny-semi-text` | Tiny Text (Semi Bold) | semibold | 12px / 16px |\n| `.dial-tiny-lead-semi-text` | Tiny Text Lead (Semi Bold) | semibold | 12px / 16px (+0.03em, uppercase) |\n| `.dial-caption-text` | Caption | normal | 10px / 12px |\n| `.dial-caption-lead-semi-text` | Caption Lead (Semi Bold) | semibold | 10px / 12px (+0.06em, uppercase) |\n| `.dial-code-text` | Code | normal | 14px / 20px (Fira Code / monospace) |\n\nThe three `*-lead-*` classes apply `text-transform: uppercase` themselves — pass them the sentence-case string, not a pre-uppercased one, so the accessible name stays readable.\n\n`.dial-code-text` resolves its family through `var(--theme-font-mono, var(--font-fira-code, 'Fira Code'))` before falling back to the system monospace stack. The kit ships no font file; the host provides the face.\n\n## Legacy classes (avoid in new code)\n\nClasses like `dial-h1`, `dial-h2`, `dial-body`, `dial-small*`, `dial-tiny*`, `dial-caption` are legacy. They can be used in legacy projects if user explicidly specify they need legacy typography.\n\n## Raw SCSS source\n",
24
24
  "theming": "# Theming & CSS Variable Tokens\n\nAI DIAL UI Kit uses CSS custom properties (variables) for theming.\nDark and light themes are switched by setting different values for these variables on `:root` or a theme wrapper element.\n\n## Usage in Tailwind\n\nThe Tailwind config maps CSS variables to utility classes.\nUse these classes in your components:\n\n```tsx\n// Backgrounds\n<div className=\"bg-layer-0\" /> // darkest background\n<div className=\"bg-layer-1\" /> // main content area\n<div className=\"bg-layer-2\" /> // elevated panels\n\n// Text\n<span className=\"text-primary\" /> // main text color\n<span className=\"text-secondary\" /> // muted text\n<span className=\"text-error\" /> // error state\n\n// Borders\n<div className=\"border border-primary\" /> // standard border\n<div className=\"border border-error\" /> // error border\n```\n\n## Override CSS Variables\n\n```css\n:root {\n --bg-layer-0: #000000;\n --bg-layer-1: #0c101d;\n --bg-layer-2: #161b2d;\n --bg-layer-3: #1d2439;\n --text-primary: #eef1f7;\n --text-secondary: #9fa6bd;\n --text-error: #f76464;\n --stroke-primary: #696e7c;\n --controls-bg-accent-primary: #3664e2;\n /* ... see tailwind.config.js for full list */\n}\n```\n\n## Token Reference\n\n\n### backgroundsColors\n| Tailwind class suffix | CSS variable | Default value |\n|---|---|---|\n| `layer-sunken` | `var(--bg-layer-sunken)` | `#EEF1F7` |\n| `layer-base` | `var(--bg-layer-base)` | `#F5F7FA` |\n| `layer-raised` | `var(--bg-layer-raised)` | `#FCFCFC` |\n\n### controlsBgColors\n| Tailwind class suffix | CSS variable | Default value |\n|---|---|---|\n| `control-accent-alpha` | `var(--bg-control-accent-alpha)` | `#2764D90F` |\n| `control-accent-alpha-hover` | `var(--bg-control-accent-alpha-hover)` | `#2764D924` |\n| `control-accent-alpha-active` | `var(--bg-control-accent-alpha-active)` | `#2764D933` |\n| `control-accent` | `var(--bg-control-accent)` | `#124ACE` |\n| `control-neutral` | `var(--bg-control-neutral)` | `#FCFCFC` |\n| `control-neutral-hover` | `var(--bg-control-neutral-hover)` | `#E0E6F0` |\n| `control-neutral-active` | `var(--bg-control-neutral-active)` | `#D1DBEA` |\n| `control-error` | `var(--bg-control-error)` | `#AE2F2F` |\n| `control-error-hover` | `var(--bg-control-error-hover)` | `#BF3939` |\n| `control-error-active` | `var(--bg-control-error-active)` | `#CC4545` |\n| `control-error-alpha-hover` | `var(--bg-control-error-alpha-hover)` | `#F764641A` |\n| `control-error-alpha-active` | `var(--bg-control-error-alpha-active)` | `#F7646433` |\n| `control-disable` | `var(--bg-control-disable)` | `#DCE0E8` |\n\n### borderColors\n| Tailwind class suffix | CSS variable | Default value |\n|---|---|---|\n| `hover-alpha` | `var(--stroke-hover-alpha)` | `#2764D933` |\n| `focus-blue` | `var(--stroke-focus-blue)` | `#6785FB` |\n| `accent-alpha` | `var(--stroke-accent-alpha)` | `#2764D933` |\n| `error-alpha` | `var(--stroke-error-alpha)` | `#AE2F2F73` |\n\n### textColors\n| Tailwind class suffix | CSS variable | Default value |\n|---|---|---|\n| `warning-icon` | `var(--text-warning-icon)` | `#EEC840` |\n\n### controlsTextColors\n| Tailwind class suffix | CSS variable | Default value |\n|---|---|---|\n| `control-permanent` | `var(--text-control-permanent)` | `#FCFCFC` |\n| `control-disable-alpha` | `var(--text-control-disable-alpha)` | `#848E9C` |\n| `control-disable-beta` | `var(--text-control-disable-beta)` | `#DCE0E8` |\n| `control-blue-hover` | `var(--text-control-blue-hover)` | `#5976E9` |\n| `control-blue-active` | `var(--text-control-blue-active)` | `#6785FB` |\n\n### backgroundsColorsToRemove\n| Tailwind class suffix | CSS variable | Default value |\n|---|---|---|\n| `layer-0` | `var(--bg-layer-0)` | `#FCFCFC` |\n| `layer-1` | `var(--bg-layer-1)` | `#E0E6F0` |\n| `layer-2` | `var(--bg-layer-2)` | `#EEF1F7` |\n| `layer-3` | `var(--bg-layer-3)` | `#FCFCFC` |\n| `layer-4` | `var(--bg-layer-4)` | `#D1DBEA` |\n| `accent-primary-alpha` | `var(--bg-accent-primary-alpha)` | `#7DA4FF26` |\n| `accent-secondary-alpha` | `var(--bg-accent-secondary-alpha)` | `#37BABC2E` |\n| `accent-tertiary-alpha` | `var(--bg-accent-tertiary-alpha)` | `#A972FF2E` |\n| `accent-primary` | `var(--bg-accent-primary)` | `#5C8DEA` |\n| `accent-secondary` | `var(--bg-accent-secondary)` | `#37BABC` |\n| `red-400` | `var(--bg-red-400)` | `#F76464` |\n| `controls-accent-primary` | `var(--controls-bg-accent-primary)` | `#124ACE` |\n| `controls-accent-primary-hover` | `var(--controls-bg-accent-primary-hover)` | `#2656D9` |\n| `controls-accent-primary-active` | `var(--controls-bg-accent-primary-active)` | `#3664E2` |\n| `controls-accent-primary-alpha-active` | `var(--controls-bg-accent-primary-alpha-active)` | `#7DA4FF5C` |\n| `controls-accent-secondary-alpha-active` | `var(--controls-bg-accent-secondary-alpha-active)` | `#37BABC5C` |\n| `controls-accent-tertiary-alpha-active` | `var(--controls-bg-accent-tertiary-alpha-active)` | `#A972FF5C` |\n| `controls-error` | `var(--controls-bg-error)` | `#AE2F2F` |\n| `controls-error-hover` | `var(--controls-bg-error-hover)` | `#BF3939` |\n| `controls-error-active` | `var(--controls-bg-error-active)` | `#CC4545` |\n| `controls-error-alpha-active` | `var(--controls-bg-error-alpha-active)` | `#F764645C` |\n| `controls-disable-accent` | `var(--controls-bg-disable-accent)` | `#7C8293` |\n| `controls-disable` | `var(--controls-bg-disable)` | `#D1DBEA` |\n| `controls-neutral-hover` | `var(--controls-bg-neutral-hover)` | `#D1DBEA` |\n| `controls-neutral-active` | `var(--controls-bg-neutral-active)` | `#9FA6BD` |\n| `controls-accent-success-alpha-hover` | `var(--controls-bg-accent-success-alpha-hover)` | `#37BABC2E` |\n| `controls-accent-success-alpha-active` | `var(--controls-bg-accent-success-alpha-active)` | `#37BABC5C` |\n| `controls-enable-primary` | `var(--controls-enable-primary)` | `#FCFCFC` |\n\n### borderColorsToRemove\n| Tailwind class suffix | CSS variable | Default value |\n|---|---|---|\n| `accent-primary` | `var(--stroke-accent-primary)` | `#124ACE` |\n| `accent-secondary` | `var(--stroke-accent-secondary)` | `#007274` |\n| `controls-accent` | `var(--controls-bg-accent)` | `#5C8DEA` |\n| `red-900` | `var(--red-900)` | `#402027` |\n\n### textColorsToRemove\n| Tailwind class suffix | CSS variable | Default value |\n|---|---|---|\n| `accent-primary` | `var(--text-accent-primary)` | `#7DA4FF` |\n| `accent-secondary` | `var(--text-accent-secondary)` | `#37BABC` |\n| `accent-tertiary` | `var(--text-accent-tertiary)` | `#A972FF` |\n| `controls-permanent` | `var(--controls-text-permanent)` | `#FCFCFC` |\n| `controls-accent-disable` | `var(--controls-text-accent-disable)` | `#D1DBEA` |\n| `controls-primary-disable` | `var(--controls-text-primary-disable)` | `#696E7C` |\n| `controls-secondary-disable` | `var(--controls-text-secondary-disable)` | `#9FA6BD` |\n| `controls-neutral` | `var(--controls-text-neutral)` | `#161B2D` |\n| `controls-accent-primary-hover` | `var(--controls-text-accent-primary-hover)` | `#3664E2` |\n| `controls-accent-primary-active` | `var(--controls-text-accent-primary-active)` | `#7DA4FF` |",
25
25
  "components": [
26
26
  {
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",
@@ -60,7 +60,7 @@
60
60
  "name": "Skeleton",
61
61
  "category": "Components_2_0",
62
62
  "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.",
63
+ "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
64
  "props": [
65
65
  {
66
66
  "name": "active",
@@ -144,7 +144,7 @@
144
144
  "name": "Notification",
145
145
  "category": "Components_2_0",
146
146
  "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.",
147
+ "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
148
  "props": [
149
149
  {
150
150
  "name": "variant",
@@ -215,7 +215,7 @@
215
215
  "name": "Highlight",
216
216
  "category": "Components_2_0",
217
217
  "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.",
218
+ "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
219
  "props": [
220
220
  {
221
221
  "name": "text",
@@ -251,7 +251,7 @@
251
251
  "name": "CardShell",
252
252
  "category": "Components_2_0",
253
253
  "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.",
254
+ "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
255
  "props": [],
256
256
  "examples": [],
257
257
  "sourceFile": "components/New/CardShell/CardShell.tsx"
@@ -350,7 +350,7 @@
350
350
  "name": "Calendar",
351
351
  "category": "Components_2_0",
352
352
  "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.",
353
+ "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
354
  "props": [
355
355
  {
356
356
  "name": "mode",
@@ -444,7 +444,7 @@
444
444
  "name": "FolderPath",
445
445
  "category": "Components_2_0",
446
446
  "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.",
447
+ "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
448
  "props": [
449
449
  {
450
450
  "name": "segments",
@@ -514,7 +514,8 @@
514
514
  "description": "A Link Button component with predefined link appearance",
515
515
  "props": [],
516
516
  "examples": [
517
- "<LinkButton\n label=\"Click me\"\n onClick={handleClick}\n className=\"custom-button\"\n/>"
517
+ "<LinkButton\n label=\"Click me\"\n onClick={handleClick}\n className=\"custom-button\"\n/>",
518
+ "<LinkButton label=\"Read the docs\" href=\"/docs\" />\n<LinkButton label=\"Open dashboard\" href=\"https://example.com\" target=\"_blank\" />"
518
519
  ],
519
520
  "sourceFile": "components/New/Button/ButtonWrappers.tsx"
520
521
  },
@@ -544,7 +545,7 @@
544
545
  "name": "PrimaryButton",
545
546
  "category": "Components_2_0",
546
547
  "generation": "2.0",
547
- "description": "A Primary Button component with predefined primary variant",
548
+ "description": "A Primary Button component with predefined primary variant\nDesign system 2.0",
548
549
  "props": [],
549
550
  "examples": [
550
551
  "<PrimaryButton\n label=\"Click me\"\n onClick={handleClick}\n className=\"custom-button\"\n/>"
@@ -588,7 +589,7 @@
588
589
  "name": "PrimaryIconButton",
589
590
  "category": "Components_2_0",
590
591
  "generation": "2.0",
591
- "description": "A Primary Icon Button component with predefined primary variant",
592
+ "description": "A Primary Icon Button component with predefined primary variant\nDesign system 2.0",
592
593
  "props": [],
593
594
  "examples": [
594
595
  "<PrimaryIconButton\n icon={<Icon />}\n onClick={handleClick}\n className=\"custom-button\"\n/>"
@@ -610,7 +611,7 @@
610
611
  "name": "Button",
611
612
  "category": "Components_2_0",
612
613
  "generation": "2.0",
613
- "description": "A Button component with flexible icon and text positioning\naliases: ActionButton|CallToAction",
614
+ "description": "A Button component with flexible icon and text positioning\naliases: ActionButton|CallToAction\nDesign system 2.0",
614
615
  "props": [
615
616
  {
616
617
  "name": "variant",
@@ -660,6 +661,24 @@
660
661
  "name": "tooltipProps",
661
662
  "type": "TooltipProps",
662
663
  "required": false
664
+ },
665
+ {
666
+ "name": "href",
667
+ "type": "string",
668
+ "required": false,
669
+ "description": "Destination to navigate to. Renders an `<a>` instead of a\n`<button>`, so the control keeps the link role, middle-click, and\n\"open in new tab\". Pair it with `ButtonAppearance.Link` (or `LinkButton`)\nunless a button-shaped link is intended."
670
+ },
671
+ {
672
+ "name": "target",
673
+ "type": "HTMLAttributeAnchorTarget",
674
+ "required": false,
675
+ "description": "Anchor target, only meaningful alongside `href`"
676
+ },
677
+ {
678
+ "name": "rel",
679
+ "type": "string",
680
+ "required": false,
681
+ "description": "Anchor `rel`. Defaults to `noopener noreferrer` when\n`target=\"_blank\"`."
663
682
  }
664
683
  ],
665
684
  "examples": [
@@ -672,7 +691,7 @@
672
691
  "name": "IconButton",
673
692
  "category": "Components_2_0",
674
693
  "generation": "2.0",
675
- "description": "A Icon Button component with flexible icon and text positioning\naliases: IconicButton|SymbolButton",
694
+ "description": "A Icon Button component with flexible icon and text positioning\naliases: IconicButton|SymbolButton\nDesign system 2.0",
676
695
  "props": [
677
696
  {
678
697
  "name": "variant",
@@ -716,7 +735,7 @@
716
735
  "name": "FabButton",
717
736
  "category": "Components_2_0",
718
737
  "generation": "2.0",
719
- "description": "A Floating Action Button (FAB) component — circular icon button for primary actions.\naliases: FloatingActionButton|FabButton|CircularButton",
738
+ "description": "A Floating Action Button (FAB) component — circular icon button for primary actions.\naliases: FloatingActionButton|FabButton|CircularButton\nDesign system 2.0",
720
739
  "props": [
721
740
  {
722
741
  "name": "icon",
@@ -740,7 +759,7 @@
740
759
  "name": "ButtonDropdown",
741
760
  "category": "Components_2_0",
742
761
  "generation": "2.0",
743
- "description": "A Button dropdown component based on DialDropdown component\naliases: SplitButton|MenuButton",
762
+ "description": "A Button dropdown component based on the Dropdown component\naliases: SplitButton|MenuButton\nDesign system 2.0",
744
763
  "props": [
745
764
  {
746
765
  "name": "items",
@@ -758,7 +777,7 @@
758
777
  "name": "MarkdownEditor",
759
778
  "category": "Components_2_0",
760
779
  "generation": "2.0",
761
- "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.",
780
+ "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.",
762
781
  "props": [
763
782
  {
764
783
  "name": "value",
@@ -821,7 +840,7 @@
821
840
  "name": "InlineSelect",
822
841
  "category": "Components_2_0",
823
842
  "generation": "2.0",
824
- "description": "An inline select control combining `InlineSelectTrigger` with `DialDropdown`.",
843
+ "description": "An inline select control combining `InlineSelectTrigger` with `Dropdown`.\nDesign system 2.0",
825
844
  "props": [
826
845
  {
827
846
  "name": "items",
@@ -911,7 +930,7 @@
911
930
  "name": "Select",
912
931
  "category": "Components_2_0",
913
932
  "generation": "2.0",
914
- "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.",
933
+ "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.",
915
934
  "props": [
916
935
  {
917
936
  "name": "options",
@@ -1155,7 +1174,7 @@
1155
1174
  "name": "MultiSelectTags",
1156
1175
  "category": "Components_2_0",
1157
1176
  "generation": "2.0",
1158
- "description": "The selected values of a multi-select, rendered as removable tags inside the\nfield.",
1177
+ "description": "The selected values of a multi-select, rendered as removable tags inside the\nDesign system 2.0\nfield.",
1159
1178
  "props": [
1160
1179
  {
1161
1180
  "name": "options",
@@ -1183,7 +1202,7 @@
1183
1202
  "name": "InfoButton",
1184
1203
  "category": "Components_2_0",
1185
1204
  "generation": "2.0",
1186
- "description": "An Info button component with a customizable icon and accessible label.",
1205
+ "description": "An Info button component with a customizable icon and accessible label.\nDesign system 2.0",
1187
1206
  "props": [
1188
1207
  {
1189
1208
  "name": "caption",
@@ -1212,7 +1231,7 @@
1212
1231
  "name": "Label",
1213
1232
  "category": "Components_2_0",
1214
1233
  "generation": "2.0",
1215
- "description": "A label component\naliases: FormLabel|RequiredIndicator",
1234
+ "description": "A label component\naliases: FormLabel|RequiredIndicator\nDesign system 2.0",
1216
1235
  "props": [
1217
1236
  {
1218
1237
  "name": "label",
@@ -1249,11 +1268,11 @@
1249
1268
  "name": "Textarea",
1250
1269
  "category": "Components_2_0",
1251
1270
  "generation": "2.0",
1252
- "description": "A flexible textarea component with validation support and consistent styling\naliases: MultilineInput|TextBox",
1271
+ "description": "A flexible textarea component with validation support and consistent styling\naliases: MultilineInput|TextBox\nDesign system 2.0",
1253
1272
  "props": [
1254
1273
  {
1255
1274
  "name": "labelProps",
1256
- "type": "DialLabelProps",
1275
+ "type": "LabelProps",
1257
1276
  "required": false,
1258
1277
  "description": "Props for the field label, including `label` (label text) and `required` (whether to show required indicator)"
1259
1278
  },
@@ -1304,11 +1323,11 @@
1304
1323
  "name": "Input",
1305
1324
  "category": "Components_2_0",
1306
1325
  "generation": "2.0",
1307
- "description": "A flexible input component with icon support and various styling options\naliases: TextField|FormInput",
1326
+ "description": "A flexible input component with icon support and various styling options\naliases: TextField|FormInput\nDesign system 2.0",
1308
1327
  "props": [
1309
1328
  {
1310
1329
  "name": "labelProps",
1311
- "type": "DialLabelProps",
1330
+ "type": "LabelProps",
1312
1331
  "required": false
1313
1332
  },
1314
1333
  {
@@ -1380,6 +1399,11 @@
1380
1399
  "required": false,
1381
1400
  "description": "Ref to access the underlying input element"
1382
1401
  },
1402
+ {
1403
+ "name": "wrapperRef",
1404
+ "type": "Ref<HTMLDivElement>",
1405
+ "required": false
1406
+ },
1383
1407
  {
1384
1408
  "name": "onChange",
1385
1409
  "type": "(value?: string) => void",
@@ -1408,7 +1432,7 @@
1408
1432
  "name": "PasswordInput",
1409
1433
  "category": "Components_2_0",
1410
1434
  "generation": "2.0",
1411
- "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.",
1435
+ "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.",
1412
1436
  "props": [
1413
1437
  {
1414
1438
  "name": "showPasswordLabel",
@@ -1434,7 +1458,7 @@
1434
1458
  "name": "NumberInput",
1435
1459
  "category": "Components_2_0",
1436
1460
  "generation": "2.0",
1437
- "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.",
1461
+ "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.",
1438
1462
  "props": [
1439
1463
  {
1440
1464
  "name": "integer",
@@ -1458,7 +1482,7 @@
1458
1482
  "name": "Popup",
1459
1483
  "category": "Components_2_0",
1460
1484
  "generation": "2.0",
1461
- "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.",
1485
+ "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.",
1462
1486
  "props": [
1463
1487
  {
1464
1488
  "name": "open",
@@ -1578,7 +1602,7 @@
1578
1602
  "name": "CloseButton",
1579
1603
  "category": "Components_2_0",
1580
1604
  "generation": "2.0",
1581
- "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.",
1605
+ "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.",
1582
1606
  "props": [
1583
1607
  {
1584
1608
  "name": "ariaLabel",
@@ -1622,7 +1646,7 @@
1622
1646
  "name": "ConfirmationPopup",
1623
1647
  "category": "Components_2_0",
1624
1648
  "generation": "2.0",
1625
- "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.",
1649
+ "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.",
1626
1650
  "props": [
1627
1651
  {
1628
1652
  "name": "description",
@@ -1705,7 +1729,7 @@
1705
1729
  "name": "Dropdown",
1706
1730
  "category": "Components_2_0",
1707
1731
  "generation": "2.0",
1708
- "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`.",
1732
+ "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`.",
1709
1733
  "props": [
1710
1734
  {
1711
1735
  "name": "children",
@@ -1868,7 +1892,7 @@
1868
1892
  "name": "CaptionText",
1869
1893
  "category": "Components_2_0",
1870
1894
  "generation": "2.0",
1871
- "description": "A component for displaying caption text with consistent styling\naliases: HelperText|ValidationText",
1895
+ "description": "A component for displaying caption text with consistent styling\naliases: HelperText|ValidationText\nDesign system 2.0",
1872
1896
  "props": [
1873
1897
  {
1874
1898
  "name": "text",
@@ -1902,7 +1926,7 @@
1902
1926
  "name": "Accordion",
1903
1927
  "category": "Components_2_0",
1904
1928
  "generation": "2.0",
1905
- "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.",
1929
+ "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.",
1906
1930
  "props": [
1907
1931
  {
1908
1932
  "name": "title",
@@ -1983,11 +2007,377 @@
1983
2007
  ],
1984
2008
  "sourceFile": "components/New/Accordion/Accordion.tsx"
1985
2009
  },
2010
+ {
2011
+ "name": "Switch",
2012
+ "category": "Components_2_0",
2013
+ "generation": "2.0",
2014
+ "description": "A switch (toggle) control from the 2.0 design system.\naliases: ToggleSwitch|BinaryToggle|Switcher\nDesign system 2.0",
2015
+ "props": [
2016
+ {
2017
+ "name": "label",
2018
+ "type": "ReactNode",
2019
+ "required": false,
2020
+ "description": "Visible label rendered next to the control"
2021
+ },
2022
+ {
2023
+ "name": "isOn",
2024
+ "type": "boolean",
2025
+ "required": false,
2026
+ "defaultValue": "false",
2027
+ "description": "The current value of the switch"
2028
+ },
2029
+ {
2030
+ "name": "disabled",
2031
+ "type": "boolean",
2032
+ "required": false,
2033
+ "description": "Whether the switch is disabled"
2034
+ },
2035
+ {
2036
+ "name": "onChange",
2037
+ "type": "(value: boolean) => void",
2038
+ "required": false,
2039
+ "description": "Callback fired with the new value when toggled"
2040
+ },
2041
+ {
2042
+ "name": "caption",
2043
+ "type": "string",
2044
+ "required": false,
2045
+ "description": "Caption text rendered below the label"
2046
+ }
2047
+ ],
2048
+ "examples": [
2049
+ "<Switch\n id=\"notifications\"\n label=\"Active\"\n isOn={isActive}\n onChange={setIsActive}\n/>"
2050
+ ],
2051
+ "sourceFile": "components/New/Switch/Switch.tsx"
2052
+ },
2053
+ {
2054
+ "name": "Tabs",
2055
+ "category": "Components_2_0",
2056
+ "generation": "2.0",
2057
+ "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.",
2058
+ "props": [
2059
+ {
2060
+ "name": "tabs",
2061
+ "type": "TabItem[]",
2062
+ "required": true,
2063
+ "description": "Ordered list of tabs to render."
2064
+ },
2065
+ {
2066
+ "name": "activeTabId",
2067
+ "type": "string",
2068
+ "required": true,
2069
+ "description": "ID of the currently selected tab."
2070
+ },
2071
+ {
2072
+ "name": "onTabChange",
2073
+ "type": "(tabId: string) => void",
2074
+ "required": true,
2075
+ "description": "Fired with the tab's `id` when the user selects a tab."
2076
+ },
2077
+ {
2078
+ "name": "ariaLabel",
2079
+ "type": "string",
2080
+ "required": false,
2081
+ "description": "Accessible name for the tab list."
2082
+ },
2083
+ {
2084
+ "name": "className",
2085
+ "type": "string",
2086
+ "required": false,
2087
+ "description": "Additional CSS classes for the tab list container."
2088
+ },
2089
+ {
2090
+ "name": "tabClassName",
2091
+ "type": "string",
2092
+ "required": false,
2093
+ "description": "Additional CSS classes applied to every tab."
2094
+ }
2095
+ ],
2096
+ "examples": [
2097
+ "<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/>"
2098
+ ],
2099
+ "sourceFile": "components/New/Tabs/Tabs.tsx"
2100
+ },
2101
+ {
2102
+ "name": "FileDropzone",
2103
+ "category": "Components_2_0",
2104
+ "generation": "2.0",
2105
+ "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.",
2106
+ "props": [
2107
+ {
2108
+ "name": "label",
2109
+ "type": "ReactNode",
2110
+ "required": true,
2111
+ "description": "Primary line of copy."
2112
+ },
2113
+ {
2114
+ "name": "description",
2115
+ "type": "ReactNode",
2116
+ "required": false,
2117
+ "description": "Secondary line of copy."
2118
+ },
2119
+ {
2120
+ "name": "onChange",
2121
+ "type": "(files: File[]) => void",
2122
+ "required": true,
2123
+ "description": "Fired with the accepted files."
2124
+ },
2125
+ {
2126
+ "name": "onReject",
2127
+ "type": "(files: File[]) => void",
2128
+ "required": false,
2129
+ "description": "Fired with dropped files that `accept` excluded."
2130
+ },
2131
+ {
2132
+ "name": "accept",
2133
+ "type": "string",
2134
+ "required": false,
2135
+ "description": "Comma-separated `accept` tokens."
2136
+ },
2137
+ {
2138
+ "name": "multiple",
2139
+ "type": "boolean",
2140
+ "required": false,
2141
+ "defaultValue": "false",
2142
+ "description": "Whether more than one file can be selected."
2143
+ },
2144
+ {
2145
+ "name": "disabled",
2146
+ "type": "boolean",
2147
+ "required": false,
2148
+ "defaultValue": "false",
2149
+ "description": "Disables picking and dropping."
2150
+ },
2151
+ {
2152
+ "name": "errorText",
2153
+ "type": "string",
2154
+ "required": false,
2155
+ "description": "Error message rendered below the area."
2156
+ },
2157
+ {
2158
+ "name": "icon",
2159
+ "type": "ReactNode",
2160
+ "required": false,
2161
+ "description": "Icon rendered above the copy."
2162
+ },
2163
+ {
2164
+ "name": "id",
2165
+ "type": "string",
2166
+ "required": false,
2167
+ "description": "`id` of the underlying file input."
2168
+ },
2169
+ {
2170
+ "name": "ariaLabel",
2171
+ "type": "string",
2172
+ "required": false,
2173
+ "description": "Accessible name; needed when `label` carries no text."
2174
+ },
2175
+ {
2176
+ "name": "className",
2177
+ "type": "string",
2178
+ "required": false,
2179
+ "description": "Additional CSS classes for the drop area."
2180
+ }
2181
+ ],
2182
+ "examples": [
2183
+ "<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/>"
2184
+ ],
2185
+ "sourceFile": "components/New/FileDropzone/FileDropzone.tsx"
2186
+ },
2187
+ {
2188
+ "name": "Tag",
2189
+ "category": "Components_2_0",
2190
+ "generation": "2.0",
2191
+ "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.",
2192
+ "props": [
2193
+ {
2194
+ "name": "label",
2195
+ "type": "string",
2196
+ "required": true,
2197
+ "description": "Text content displayed inside the tag."
2198
+ },
2199
+ {
2200
+ "name": "icon",
2201
+ "type": "ReactNode",
2202
+ "required": false,
2203
+ "description": "Icon rendered before the label."
2204
+ },
2205
+ {
2206
+ "name": "size",
2207
+ "type": "ElementSize",
2208
+ "required": false,
2209
+ "defaultValue": "ElementSize.Standard",
2210
+ "description": "Tag height: standard is 24px, small is 20px."
2211
+ },
2212
+ {
2213
+ "name": "selected",
2214
+ "type": "boolean",
2215
+ "required": false,
2216
+ "defaultValue": "false",
2217
+ "description": "Applies the accent-tinted selected styling."
2218
+ },
2219
+ {
2220
+ "name": "disabled",
2221
+ "type": "boolean",
2222
+ "required": false,
2223
+ "defaultValue": "false",
2224
+ "description": "Dims the tag and suppresses the remove control and click handling."
2225
+ },
2226
+ {
2227
+ "name": "closable",
2228
+ "type": "boolean",
2229
+ "required": false,
2230
+ "defaultValue": "false",
2231
+ "description": "Renders the remove button. Needs `onRemove` to appear."
2232
+ },
2233
+ {
2234
+ "name": "removeLabel",
2235
+ "type": "string",
2236
+ "required": false,
2237
+ "description": "Accessible name of the remove button; defaults to `Remove <label>`."
2238
+ },
2239
+ {
2240
+ "name": "onRemove",
2241
+ "type": "(event: MouseEvent<HTMLButtonElement>) => void",
2242
+ "required": false,
2243
+ "description": "Called when the remove button is clicked. The click does not bubble to `onClick`."
2244
+ }
2245
+ ],
2246
+ "examples": [
2247
+ "<Tag label=\"TypeScript\" />\n<Tag label=\"TypeScript\" closable onRemove={() => remove('TypeScript')} />\n<Tag label=\"Drafts\" selected onClick={() => toggle('Drafts')} />"
2248
+ ],
2249
+ "sourceFile": "components/New/Tag/Tag.tsx"
2250
+ },
2251
+ {
2252
+ "name": "TagInput",
2253
+ "category": "Components_2_0",
2254
+ "generation": "2.0",
2255
+ "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.",
2256
+ "props": [
2257
+ {
2258
+ "name": "id",
2259
+ "type": "string",
2260
+ "required": false,
2261
+ "description": "The id of the text input, linked to the label."
2262
+ },
2263
+ {
2264
+ "name": "value",
2265
+ "type": "string[]",
2266
+ "required": false,
2267
+ "description": "Controlled tag list."
2268
+ },
2269
+ {
2270
+ "name": "defaultValue",
2271
+ "type": "string[]",
2272
+ "required": false,
2273
+ "description": "Initial tag list when uncontrolled."
2274
+ },
2275
+ {
2276
+ "name": "size",
2277
+ "type": "ElementSize",
2278
+ "required": false,
2279
+ "defaultValue": "ElementSize.Standard",
2280
+ "description": "Field height: standard is 40px, small is 24px."
2281
+ },
2282
+ {
2283
+ "name": "labelProps",
2284
+ "type": "LabelProps",
2285
+ "required": false,
2286
+ "description": "Props of the rendered above the field."
2287
+ },
2288
+ {
2289
+ "name": "placeholder",
2290
+ "type": "string",
2291
+ "required": false,
2292
+ "description": "Placeholder shown while there are no tags."
2293
+ },
2294
+ {
2295
+ "name": "caption",
2296
+ "type": "string",
2297
+ "required": false,
2298
+ "description": "Helper text rendered below the field when there is no `error`."
2299
+ },
2300
+ {
2301
+ "name": "error",
2302
+ "type": "string",
2303
+ "required": false,
2304
+ "description": "Error message rendered below the field (pass `invalid` too for error styling)."
2305
+ },
2306
+ {
2307
+ "name": "invalid",
2308
+ "type": "boolean",
2309
+ "required": false,
2310
+ "description": "Applies the field's error styling."
2311
+ },
2312
+ {
2313
+ "name": "disabled",
2314
+ "type": "boolean",
2315
+ "required": false,
2316
+ "defaultValue": "false",
2317
+ "description": "Disables typing and tag removal."
2318
+ },
2319
+ {
2320
+ "name": "readOnly",
2321
+ "type": "boolean",
2322
+ "required": false,
2323
+ "defaultValue": "false",
2324
+ "description": "Shows the tags without allowing new ones or removal."
2325
+ },
2326
+ {
2327
+ "name": "collapseTagOverflow",
2328
+ "type": "boolean",
2329
+ "required": false,
2330
+ "defaultValue": "false",
2331
+ "description": "Keep the tags on one line, replacing the ones that do not fit with a `+N` chip."
2332
+ },
2333
+ {
2334
+ "name": "ariaLabel",
2335
+ "type": "string",
2336
+ "required": false,
2337
+ "description": "Accessible name for the text input; use it when there is no visible label."
2338
+ },
2339
+ {
2340
+ "name": "tagListLabel",
2341
+ "type": "string",
2342
+ "required": false,
2343
+ "defaultValue": "'Tags'",
2344
+ "description": "Accessible name of the tag list."
2345
+ },
2346
+ {
2347
+ "name": "className",
2348
+ "type": "string",
2349
+ "required": false,
2350
+ "description": "Additional CSS classes for the outer container."
2351
+ },
2352
+ {
2353
+ "name": "fieldClassName",
2354
+ "type": "string",
2355
+ "required": false,
2356
+ "description": "Additional CSS classes for the field itself."
2357
+ },
2358
+ {
2359
+ "name": "tagClassName",
2360
+ "type": "string",
2361
+ "required": false,
2362
+ "description": "Additional CSS classes applied to every tag."
2363
+ },
2364
+ {
2365
+ "name": "onChange",
2366
+ "type": "(tags: string[]) => void",
2367
+ "required": false,
2368
+ "description": "Called with the new list whenever a tag is added or removed."
2369
+ }
2370
+ ],
2371
+ "examples": [
2372
+ "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/>"
2373
+ ],
2374
+ "sourceFile": "components/New/TagInput/TagInput.tsx"
2375
+ },
1986
2376
  {
1987
2377
  "name": "DialCaptionText",
1988
2378
  "category": "Elements",
1989
2379
  "generation": "1.0",
1990
- "description": "A component for displaying error messages with consistent styling\naliases: HelperText|ValidationText",
2380
+ "description": "A component for displaying error messages with consistent styling\naliases: HelperText|ValidationText\nDesign system 1.0",
1991
2381
  "props": [
1992
2382
  {
1993
2383
  "name": "text",
@@ -2023,7 +2413,7 @@
2023
2413
  "name": "DialAnalyticsCard",
2024
2414
  "category": "Analytics",
2025
2415
  "generation": "1.0",
2026
- "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.",
2416
+ "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.",
2027
2417
  "props": [
2028
2418
  {
2029
2419
  "name": "title",
@@ -2096,7 +2486,7 @@
2096
2486
  "name": "DialAnalyticsBar",
2097
2487
  "category": "Analytics",
2098
2488
  "generation": "1.0",
2099
- "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.",
2489
+ "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.",
2100
2490
  "props": [
2101
2491
  {
2102
2492
  "name": "value",
@@ -2183,7 +2573,7 @@
2183
2573
  "name": "DialAnalyticsErrorTag",
2184
2574
  "category": "Analytics",
2185
2575
  "generation": "1.0",
2186
- "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`).",
2576
+ "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`).",
2187
2577
  "props": [
2188
2578
  {
2189
2579
  "name": "label",
@@ -2208,7 +2598,7 @@
2208
2598
  "name": "DialAnalyticsBarGroup",
2209
2599
  "category": "Analytics",
2210
2600
  "generation": "1.0",
2211
- "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",
2601
+ "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",
2212
2602
  "props": [
2213
2603
  {
2214
2604
  "name": "title",
@@ -2329,7 +2719,7 @@
2329
2719
  "name": "DialAnalyticsHistogram",
2330
2720
  "category": "Analytics",
2331
2721
  "generation": "1.0",
2332
- "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",
2722
+ "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",
2333
2723
  "props": [
2334
2724
  {
2335
2725
  "name": "title",
@@ -2403,7 +2793,7 @@
2403
2793
  "name": "DialLabel",
2404
2794
  "category": "Elements",
2405
2795
  "generation": "1.0",
2406
- "description": "A label component\naliases: FormLabel|RequiredIndicator",
2796
+ "description": "A label component\naliases: FormLabel|RequiredIndicator\nDesign system 1.0",
2407
2797
  "props": [
2408
2798
  {
2409
2799
  "name": "label",
@@ -2434,7 +2824,7 @@
2434
2824
  "name": "DialAccordion",
2435
2825
  "category": "Layout",
2436
2826
  "generation": "1.0",
2437
- "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.",
2827
+ "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.",
2438
2828
  "props": [
2439
2829
  {
2440
2830
  "name": "title",
@@ -2514,7 +2904,7 @@
2514
2904
  "name": "DialIcon",
2515
2905
  "category": "Data Display",
2516
2906
  "generation": "1.0",
2517
- "description": "A wrapper component for rendering icons with consistent styling\naliases: IconRenderer|SVGWrapper",
2907
+ "description": "A wrapper component for rendering icons with consistent styling\naliases: IconRenderer|SVGWrapper\nDesign system 1.0",
2518
2908
  "props": [
2519
2909
  {
2520
2910
  "name": "icon",
@@ -2538,7 +2928,7 @@
2538
2928
  "name": "DialNotification",
2539
2929
  "category": "Elements",
2540
2930
  "generation": "1.0",
2541
- "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.",
2931
+ "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.",
2542
2932
  "props": [
2543
2933
  {
2544
2934
  "name": "variant",
@@ -2604,7 +2994,7 @@
2604
2994
  "name": "DialLoader",
2605
2995
  "category": "Feedback",
2606
2996
  "generation": "1.0",
2607
- "description": "A simple loading spinner component.\naliases: LoadingSpinner|ProgressSpinner\n\nRenders a spinning SVG with optional full-width container.",
2997
+ "description": "A simple loading spinner component.\naliases: LoadingSpinner|ProgressSpinner\nDesign system 1.0\n\nRenders a spinning SVG with optional full-width container.",
2608
2998
  "props": [
2609
2999
  {
2610
3000
  "name": "size",
@@ -2649,7 +3039,7 @@
2649
3039
  "name": "DialProgressBar",
2650
3040
  "category": "Status",
2651
3041
  "generation": "1.0",
2652
- "description": "",
3042
+ "description": "Design system 1.0",
2653
3043
  "props": [
2654
3044
  {
2655
3045
  "name": "value",
@@ -2687,7 +3077,7 @@
2687
3077
  "name": "DialPagination",
2688
3078
  "category": "Navigation",
2689
3079
  "generation": "1.0",
2690
- "description": "",
3080
+ "description": "Design system 1.0",
2691
3081
  "props": [
2692
3082
  {
2693
3083
  "name": "page",
@@ -2717,7 +3107,7 @@
2717
3107
  "name": "DialCheckbox",
2718
3108
  "category": "Form",
2719
3109
  "generation": "1.0",
2720
- "description": "A Checkbox component with styling options\naliases: ToggleCheckbox|MultiSelectOption",
3110
+ "description": "A Checkbox component with styling options\naliases: ToggleCheckbox|MultiSelectOption\nDesign system 1.0",
2721
3111
  "props": [
2722
3112
  {
2723
3113
  "name": "id",
@@ -2771,7 +3161,7 @@
2771
3161
  "name": "DialSteps",
2772
3162
  "category": "Navigation",
2773
3163
  "generation": "1.0",
2774
- "description": "Props for the DialSteps component, which renders a multi-step navigation UI.\naliases: StepWizard|ProgressSteps",
3164
+ "description": "Props for the DialSteps component, which renders a multi-step navigation UI.\naliases: StepWizard|ProgressSteps\nDesign system 1.0",
2775
3165
  "props": [
2776
3166
  {
2777
3167
  "name": "steps",
@@ -2801,7 +3191,7 @@
2801
3191
  "name": "DialRadioButton",
2802
3192
  "category": "Free",
2803
3193
  "generation": "1.0",
2804
- "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.",
3194
+ "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.",
2805
3195
  "props": [
2806
3196
  {
2807
3197
  "name": "name",
@@ -2899,7 +3289,7 @@
2899
3289
  "name": "DialRadioGroup",
2900
3290
  "category": "Form",
2901
3291
  "generation": "1.0",
2902
- "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.",
3292
+ "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.",
2903
3293
  "props": [
2904
3294
  {
2905
3295
  "name": "fieldTitle",
@@ -3019,7 +3409,7 @@
3019
3409
  "name": "DialSlider",
3020
3410
  "category": "Form",
3021
3411
  "generation": "1.0",
3022
- "description": "A range slider with a custom thumb showing the current value and optional labels.\naliases: RangeInput|TemperatureSlider",
3412
+ "description": "A range slider with a custom thumb showing the current value and optional labels.\naliases: RangeInput|TemperatureSlider\nDesign system 1.0",
3023
3413
  "props": [
3024
3414
  {
3025
3415
  "name": "value",
@@ -3113,7 +3503,7 @@
3113
3503
  "name": "DialNoDataContent",
3114
3504
  "category": "Feedback",
3115
3505
  "generation": "1.0",
3116
- "description": "A component for displaying a message and icon when there is no data to show.\naliases: EmptyState|NoResults",
3506
+ "description": "A component for displaying a message and icon when there is no data to show.\naliases: EmptyState|NoResults\nDesign system 1.0",
3117
3507
  "props": [
3118
3508
  {
3119
3509
  "name": "icon",
@@ -3161,7 +3551,7 @@
3161
3551
  "name": "DialCollapsibleSidebar",
3162
3552
  "category": "Navigation",
3163
3553
  "generation": "1.0",
3164
- "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.",
3554
+ "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.",
3165
3555
  "props": [
3166
3556
  {
3167
3557
  "name": "children",
@@ -3236,7 +3626,7 @@
3236
3626
  "name": "DialLabelledText",
3237
3627
  "category": "Data Display",
3238
3628
  "generation": "1.0",
3239
- "description": "A label component for form fields with optional tooltip, content, and custom elements.\naliases: LabelValue|DisplayText",
3629
+ "description": "A label component for form fields with optional tooltip, content, and custom elements.\naliases: LabelValue|DisplayText\nDesign system 1.0",
3240
3630
  "props": [
3241
3631
  {
3242
3632
  "name": "label",
@@ -3284,7 +3674,7 @@
3284
3674
  "name": "DialTag",
3285
3675
  "category": "Tag",
3286
3676
  "generation": "1.0",
3287
- "description": "A compact label element used for selections, filters, or categories.",
3677
+ "description": "A compact label element used for selections, filters, or categories.\nDesign system 1.0",
3288
3678
  "props": [
3289
3679
  {
3290
3680
  "name": "label",
@@ -3323,13 +3713,14 @@
3323
3713
  }
3324
3714
  ],
3325
3715
  "examples": [],
3326
- "sourceFile": "components/Tag/Tag.tsx"
3716
+ "sourceFile": "components/Tag/Tag.tsx",
3717
+ "supersededBy": "Tag"
3327
3718
  },
3328
3719
  {
3329
3720
  "name": "DialEllipsisTooltip",
3330
3721
  "category": "Overlay",
3331
3722
  "generation": "1.0",
3332
- "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.",
3723
+ "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.",
3333
3724
  "props": [
3334
3725
  {
3335
3726
  "name": "text",
@@ -3377,7 +3768,7 @@
3377
3768
  "name": "DialDraggableItem",
3378
3769
  "category": "Components",
3379
3770
  "generation": "1.0",
3380
- "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.",
3771
+ "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.",
3381
3772
  "props": [
3382
3773
  {
3383
3774
  "name": "id",
@@ -3426,7 +3817,7 @@
3426
3817
  "name": "DialFileIcon",
3427
3818
  "category": "FileManager/components",
3428
3819
  "generation": "1.0",
3429
- "description": "Renders a file-type icon based on a file extension.\naliases: ExtensionIcon|TypeIcon\n\nUses DialIcon to provide consistent icon wrapper styling.",
3820
+ "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.",
3430
3821
  "props": [
3431
3822
  {
3432
3823
  "name": "extension",
@@ -3483,7 +3874,7 @@
3483
3874
  "name": "DialFormItem",
3484
3875
  "category": "Form",
3485
3876
  "generation": "1.0",
3486
- "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)",
3877
+ "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)",
3487
3878
  "props": [
3488
3879
  {
3489
3880
  "name": "id",
@@ -3550,7 +3941,7 @@
3550
3941
  "name": "DialSharedEntityIndicator",
3551
3942
  "category": "FileManager/components",
3552
3943
  "generation": "1.0",
3553
- "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.",
3944
+ "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.",
3554
3945
  "props": [
3555
3946
  {
3556
3947
  "name": "label",
@@ -3601,7 +3992,7 @@
3601
3992
  "name": "DialFileName",
3602
3993
  "category": "FileManager/components",
3603
3994
  "generation": "1.0",
3604
- "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.",
3995
+ "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.",
3605
3996
  "props": [
3606
3997
  {
3607
3998
  "name": "name",
@@ -3681,7 +4072,7 @@
3681
4072
  "name": "DialFolderName",
3682
4073
  "category": "FileManager/components",
3683
4074
  "generation": "1.0",
3684
- "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.",
4075
+ "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.",
3685
4076
  "props": [
3686
4077
  {
3687
4078
  "name": "name",
@@ -3758,7 +4149,7 @@
3758
4149
  "name": "DialResizableContainer",
3759
4150
  "category": "Components",
3760
4151
  "generation": "1.0",
3761
- "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",
4152
+ "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",
3762
4153
  "props": [
3763
4154
  {
3764
4155
  "name": "children",
@@ -3829,7 +4220,7 @@
3829
4220
  "name": "DialConditionalResizableContainer",
3830
4221
  "category": "Components",
3831
4222
  "generation": "1.0",
3832
- "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.",
4223
+ "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.",
3833
4224
  "props": [
3834
4225
  {
3835
4226
  "name": "enabled",
@@ -3848,7 +4239,7 @@
3848
4239
  "name": "DialGrid",
3849
4240
  "category": "Grid",
3850
4241
  "generation": "1.0",
3851
- "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",
4242
+ "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",
3852
4243
  "props": [
3853
4244
  {
3854
4245
  "name": "columnDefs",
@@ -4003,7 +4394,7 @@
4003
4394
  "name": "DialDateCellRenderer",
4004
4395
  "category": "Grid",
4005
4396
  "generation": "1.0",
4006
- "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).",
4397
+ "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).",
4007
4398
  "props": [
4008
4399
  {
4009
4400
  "name": "value",
@@ -4052,7 +4443,7 @@
4052
4443
  "name": "DialTabs",
4053
4444
  "category": "Navigation",
4054
4445
  "generation": "1.0",
4055
- "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.",
4446
+ "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.",
4056
4447
  "props": [
4057
4448
  {
4058
4449
  "name": "tabs",
@@ -4136,13 +4527,14 @@
4136
4527
  "examples": [
4137
4528
  "<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/>"
4138
4529
  ],
4139
- "sourceFile": "components/Tabs/Tabs.tsx"
4530
+ "sourceFile": "components/Tabs/Tabs.tsx",
4531
+ "supersededBy": "Tabs"
4140
4532
  },
4141
4533
  {
4142
4534
  "name": "DialBreadcrumb",
4143
4535
  "category": "Navigation",
4144
4536
  "generation": "1.0",
4145
- "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.",
4537
+ "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.",
4146
4538
  "props": [
4147
4539
  {
4148
4540
  "name": "pathItems",
@@ -4199,7 +4591,7 @@
4199
4591
  "name": "DialBreadcrumbItem",
4200
4592
  "category": "Navigation",
4201
4593
  "generation": "1.0",
4202
- "description": "",
4594
+ "description": "Design system 1.0",
4203
4595
  "props": [
4204
4596
  {
4205
4597
  "name": "label",
@@ -4260,7 +4652,7 @@
4260
4652
  "name": "DialButton",
4261
4653
  "category": "Elements/Buttons",
4262
4654
  "generation": "1.0",
4263
- "description": "A Button component with flexible icon and text positioning\naliases: ActionButton|CallToAction",
4655
+ "description": "A Button component with flexible icon and text positioning\naliases: ActionButton|CallToAction\nDesign system 1.0",
4264
4656
  "props": [
4265
4657
  {
4266
4658
  "name": "variant",
@@ -4329,7 +4721,7 @@
4329
4721
  "name": "DialIconButton",
4330
4722
  "category": "Elements/Buttons",
4331
4723
  "generation": "1.0",
4332
- "description": "A Icon Button component with flexible icon and text positioning\naliases: IconicButton|SymbolButton",
4724
+ "description": "A Icon Button component with flexible icon and text positioning\naliases: IconicButton|SymbolButton\nDesign system 1.0",
4333
4725
  "props": [
4334
4726
  {
4335
4727
  "name": "variant",
@@ -4398,7 +4790,7 @@
4398
4790
  "name": "DialPrimaryButton",
4399
4791
  "category": "Elements/Buttons",
4400
4792
  "generation": "1.0",
4401
- "description": "A Primary Button component with predefined primary variant",
4793
+ "description": "A Primary Button component with predefined primary variant\nDesign system 1.0",
4402
4794
  "props": [],
4403
4795
  "examples": [
4404
4796
  "<DialPrimaryButton\n label=\"Click me\"\nonClick={handleClick}\nclassName=\"custom-button\"\n/>"
@@ -4470,7 +4862,7 @@
4470
4862
  "name": "DialPrimaryIconButton",
4471
4863
  "category": "Elements/Buttons",
4472
4864
  "generation": "1.0",
4473
- "description": "A Primary Icon Button component with predefined primary variant",
4865
+ "description": "A Primary Icon Button component with predefined primary variant\nDesign system 1.0",
4474
4866
  "props": [],
4475
4867
  "examples": [
4476
4868
  "<DialPrimaryIconButton\n icon={<Icon />}\n onClick={handleClick}\n className=\"custom-button\"\n/>"
@@ -4515,7 +4907,7 @@
4515
4907
  "name": "DialCloseButton",
4516
4908
  "category": "Elements/Buttons",
4517
4909
  "generation": "1.0",
4518
- "description": "A Close button component with a customizable icon and accessible label.\naliases: DismissButton|ExitButton",
4910
+ "description": "A Close button component with a customizable icon and accessible label.\naliases: DismissButton|ExitButton\nDesign system 1.0",
4519
4911
  "props": [
4520
4912
  {
4521
4913
  "name": "ariaLabel",
@@ -4559,7 +4951,7 @@
4559
4951
  "name": "DialRemoveButton",
4560
4952
  "category": "Elements/Buttons",
4561
4953
  "generation": "1.0",
4562
- "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`.",
4954
+ "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`.",
4563
4955
  "props": [
4564
4956
  {
4565
4957
  "name": "iconClassName",
@@ -4577,7 +4969,7 @@
4577
4969
  "name": "DialTextarea",
4578
4970
  "category": "Elements",
4579
4971
  "generation": "1.0",
4580
- "description": "A flexible textarea component with validation support and consistent styling\naliases: MultilineInput|TextBox",
4972
+ "description": "A flexible textarea component with validation support and consistent styling\naliases: MultilineInput|TextBox\nDesign system 1.0",
4581
4973
  "props": [
4582
4974
  {
4583
4975
  "name": "labelProps",
@@ -4633,7 +5025,7 @@
4633
5025
  "name": "DialTooltip",
4634
5026
  "category": "Overlay",
4635
5027
  "generation": "1.0",
4636
- "description": "A Tooltip component that displays information on hover\naliases: HoverPopover|InfoPopover",
5028
+ "description": "A Tooltip component that displays information on hover\naliases: HoverPopover|InfoPopover\nDesign system 1.0",
4637
5029
  "props": [
4638
5030
  {
4639
5031
  "name": "hideTooltip",
@@ -4675,7 +5067,7 @@
4675
5067
  "name": "DialTooltipContainer",
4676
5068
  "category": "Overlay",
4677
5069
  "generation": "1.0",
4678
- "description": "The container component that provides tooltip context and state management",
5070
+ "description": "The container component that provides tooltip context and state management\nDesign system 1.0",
4679
5071
  "props": [],
4680
5072
  "examples": [],
4681
5073
  "sourceFile": "components/Tooltip/TooltipContainer.tsx"
@@ -4684,7 +5076,7 @@
4684
5076
  "name": "DialTooltipContent",
4685
5077
  "category": "Overlay",
4686
5078
  "generation": "1.0",
4687
- "description": "The content area of a tooltip that displays the tooltip information",
5079
+ "description": "The content area of a tooltip that displays the tooltip information\nDesign system 1.0",
4688
5080
  "props": [],
4689
5081
  "examples": [],
4690
5082
  "sourceFile": "components/Tooltip/TooltipContent.tsx"
@@ -4693,7 +5085,7 @@
4693
5085
  "name": "DialTooltipTrigger",
4694
5086
  "category": "Overlay",
4695
5087
  "generation": "1.0",
4696
- "description": "The trigger element for a tooltip that can be clicked or hovered",
5088
+ "description": "The trigger element for a tooltip that can be clicked or hovered\nDesign system 1.0",
4697
5089
  "props": [],
4698
5090
  "examples": [],
4699
5091
  "sourceFile": "components/Tooltip/TooltipTrigger.tsx"
@@ -4702,7 +5094,7 @@
4702
5094
  "name": "DialSwitch",
4703
5095
  "category": "Form",
4704
5096
  "generation": "1.0",
4705
- "description": "A Switch component with various styling options\naliases: ToggleSwitch|BinaryToggle",
5097
+ "description": "A Switch component with various styling options\naliases: ToggleSwitch|BinaryToggle\nDesign system 1.0",
4706
5098
  "props": [
4707
5099
  {
4708
5100
  "name": "label",
@@ -4744,13 +5136,14 @@
4744
5136
  "examples": [
4745
5137
  "<DialSwitch\n switchId=\"switch\"\n label=\"Toggle\"\n isOn={true}\n disabled={false}\n onChange={(value) => console.log(value)}\n caption=\"Caption\"\n/>"
4746
5138
  ],
4747
- "sourceFile": "components/Switch/Switch.tsx"
5139
+ "sourceFile": "components/Switch/Switch.tsx",
5140
+ "supersededBy": "Switch"
4748
5141
  },
4749
5142
  {
4750
5143
  "name": "DialSegmentedControl",
4751
5144
  "category": "Form",
4752
5145
  "generation": "1.0",
4753
- "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).",
5146
+ "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).",
4754
5147
  "props": [
4755
5148
  {
4756
5149
  "name": "options",
@@ -4798,7 +5191,7 @@
4798
5191
  "name": "DialPopup",
4799
5192
  "category": "Overlay",
4800
5193
  "generation": "1.0",
4801
- "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.",
5194
+ "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.",
4802
5195
  "props": [
4803
5196
  {
4804
5197
  "name": "open",
@@ -4914,7 +5307,7 @@
4914
5307
  "name": "DialConfirmationPopup",
4915
5308
  "category": "Overlay",
4916
5309
  "generation": "1.0",
4917
- "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.",
5310
+ "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.",
4918
5311
  "props": [
4919
5312
  {
4920
5313
  "name": "description",
@@ -4998,7 +5391,7 @@
4998
5391
  "name": "DialRadioGroupPopupField",
4999
5392
  "category": "Form",
5000
5393
  "generation": "1.0",
5001
- "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`.",
5394
+ "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`.",
5002
5395
  "props": [],
5003
5396
  "examples": [
5004
5397
  "<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/>"
@@ -5009,7 +5402,7 @@
5009
5402
  "name": "DialFormPopup",
5010
5403
  "category": "Overlay",
5011
5404
  "generation": "1.0",
5012
- "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.",
5405
+ "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.",
5013
5406
  "props": [
5014
5407
  {
5015
5408
  "name": "submitLabel",
@@ -5073,7 +5466,7 @@
5073
5466
  "name": "DialInput",
5074
5467
  "category": "Elements/Inputs",
5075
5468
  "generation": "1.0",
5076
- "description": "A flexible input component with icon support and various styling options\naliases: TextField|FormInput",
5469
+ "description": "A flexible input component with icon support and various styling options\naliases: TextField|FormInput\nDesign system 1.0",
5077
5470
  "props": [
5078
5471
  {
5079
5472
  "name": "labelProps",
@@ -5165,7 +5558,7 @@
5165
5558
  "name": "DialNumberInput",
5166
5559
  "category": "Elements/Inputs",
5167
5560
  "generation": "1.0",
5168
- "description": "A number input field component\naliases: NumericField|NumberField",
5561
+ "description": "A number input field component\naliases: NumericField|NumberField\nDesign system 1.0",
5169
5562
  "props": [
5170
5563
  {
5171
5564
  "name": "integer",
@@ -5190,7 +5583,7 @@
5190
5583
  "name": "DialPasswordInput",
5191
5584
  "category": "Elements/Inputs",
5192
5585
  "generation": "1.0",
5193
- "description": "A password input component with show/hide functionality and customizable props.\naliases: SecureInput|ToggleablePassword",
5586
+ "description": "A password input component with show/hide functionality and customizable props.\naliases: SecureInput|ToggleablePassword\nDesign system 1.0",
5194
5587
  "props": [],
5195
5588
  "examples": [
5196
5589
  "<DialPasswordInput\n id=\"password\"\n label=\"Password\"\n value={password}\n onChange={e => setPassword(e.target.value)}\n disabled={false}\n/>"
@@ -5202,7 +5595,7 @@
5202
5595
  "name": "DialSearch",
5203
5596
  "category": "Elements",
5204
5597
  "generation": "1.0",
5205
- "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.",
5598
+ "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.",
5206
5599
  "props": [
5207
5600
  {
5208
5601
  "name": "withoutBorder",
@@ -5232,7 +5625,7 @@
5232
5625
  "name": "DialInputPopup",
5233
5626
  "category": "Overlay",
5234
5627
  "generation": "1.0",
5235
- "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.",
5628
+ "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.",
5236
5629
  "props": [
5237
5630
  {
5238
5631
  "name": "open",
@@ -5342,7 +5735,7 @@
5342
5735
  "name": "DialAutocompleteInputValue",
5343
5736
  "category": "Form",
5344
5737
  "generation": "1.0",
5345
- "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.",
5738
+ "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.",
5346
5739
  "props": [
5347
5740
  {
5348
5741
  "name": "placeholder",
@@ -5385,7 +5778,7 @@
5385
5778
  "name": "DialTagInput",
5386
5779
  "category": "Form",
5387
5780
  "generation": "1.0",
5388
- "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.",
5781
+ "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.",
5389
5782
  "props": [
5390
5783
  {
5391
5784
  "name": "elementId",
@@ -5466,13 +5859,14 @@
5466
5859
  "examples": [
5467
5860
  "<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/>"
5468
5861
  ],
5469
- "sourceFile": "components/TagInput/TagInput.tsx"
5862
+ "sourceFile": "components/TagInput/TagInput.tsx",
5863
+ "supersededBy": "TagInput"
5470
5864
  },
5471
5865
  {
5472
5866
  "name": "DialSelect",
5473
5867
  "category": "Form",
5474
5868
  "generation": "1.0",
5475
- "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.",
5869
+ "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.",
5476
5870
  "props": [
5477
5871
  {
5478
5872
  "name": "options",
@@ -5700,7 +6094,7 @@
5700
6094
  "name": "DialSelectField",
5701
6095
  "category": "Form",
5702
6096
  "generation": "1.0",
5703
- "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).",
6097
+ "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).",
5704
6098
  "props": [
5705
6099
  {
5706
6100
  "name": "selectClassName",
@@ -5724,7 +6118,7 @@
5724
6118
  "name": "DialLoadFileArea",
5725
6119
  "category": "Form",
5726
6120
  "generation": "1.0",
5727
- "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.",
6121
+ "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.",
5728
6122
  "props": [
5729
6123
  {
5730
6124
  "name": "files",
@@ -5766,7 +6160,7 @@
5766
6160
  "name": "DialLoadFileAreaField",
5767
6161
  "category": "Form",
5768
6162
  "generation": "1.0",
5769
- "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.",
6163
+ "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.",
5770
6164
  "props": [
5771
6165
  {
5772
6166
  "name": "fieldTitle",
@@ -5941,7 +6335,7 @@
5941
6335
  "name": "DialButtonDropdown",
5942
6336
  "category": "Dropdown",
5943
6337
  "generation": "1.0",
5944
- "description": "A Button dropdown component based on DialDropdown component\naliases: SplitButton|MenuButton",
6338
+ "description": "A Button dropdown component based on DialDropdown component\naliases: SplitButton|MenuButton\nDesign system 1.0",
5945
6339
  "props": [
5946
6340
  {
5947
6341
  "name": "items",
@@ -5960,7 +6354,7 @@
5960
6354
  "name": "DialDropdownIcon",
5961
6355
  "category": "Dropdown",
5962
6356
  "generation": "1.0",
5963
- "description": "A compact icon trigger with a dropdown menu.\naliases: ModelPicker|IconMenu|AvatarDropdown",
6357
+ "description": "A compact icon trigger with a dropdown menu.\naliases: ModelPicker|IconMenu|AvatarDropdown\nDesign system 1.0",
5964
6358
  "props": [
5965
6359
  {
5966
6360
  "name": "icon",
@@ -6023,7 +6417,7 @@
6023
6417
  "name": "DialFileManager",
6024
6418
  "category": "FileManager",
6025
6419
  "generation": "1.0",
6026
- "description": "File Manager layout with a collapsible folders tree, breadcrumb/search header, and a data grid.\naliases: FileExplorer|FileBrowser",
6420
+ "description": "File Manager layout with a collapsible folders tree, breadcrumb/search header, and a data grid.\naliases: FileExplorer|FileBrowser\nDesign system 1.0",
6027
6421
  "props": [
6028
6422
  {
6029
6423
  "name": "path",
@@ -6506,7 +6900,7 @@
6506
6900
  "name": "DialDestinationFolderPopup",
6507
6901
  "category": "FileManager/components",
6508
6902
  "generation": "1.0",
6509
- "description": "DestinationFolderPopup\naliases: FolderSelector|PathChooser",
6903
+ "description": "DestinationFolderPopup\naliases: FolderSelector|PathChooser\nDesign system 1.0",
6510
6904
  "props": [],
6511
6905
  "examples": [
6512
6906
  "<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/>"
@@ -6517,7 +6911,7 @@
6517
6911
  "name": "DialFoldersTree",
6518
6912
  "category": "Data Display",
6519
6913
  "generation": "1.0",
6520
- "description": "DialFoldersTree — A hierarchical folder tree component with nested expand/collapse support, selection highlighting,\nand optional file display.",
6914
+ "description": "DialFoldersTree — A hierarchical folder tree component with nested expand/collapse support, selection highlighting,\nDesign system 1.0\nand optional file display.",
6521
6915
  "props": [
6522
6916
  {
6523
6917
  "name": "items",
@@ -6690,7 +7084,7 @@
6690
7084
  "name": "DialSchemaRenderer",
6691
7085
  "category": "Name",
6692
7086
  "generation": "1.0",
6693
- "description": "Renders a JSON Schema as a form UI with collapsible sections, validation, and default values.\naliases: SchemaRenderer|JsonSchemaForm",
7087
+ "description": "Renders a JSON Schema as a form UI with collapsible sections, validation, and default values.\naliases: SchemaRenderer|JsonSchemaForm\nDesign system 1.0",
6694
7088
  "props": [],
6695
7089
  "examples": [
6696
7090
  "<DialSchemaRenderer\n schema={mySchema}\n onChange={(v) => console.log(v)}\n onDefaultValues={(defaults) => console.log(defaults)}\n/>"
@@ -6701,7 +7095,7 @@
6701
7095
  "name": "DialJsonEditor",
6702
7096
  "category": "Data Display",
6703
7097
  "generation": "1.0",
6704
- "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.",
7098
+ "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.",
6705
7099
  "props": [
6706
7100
  {
6707
7101
  "name": "value",
@@ -8287,6 +8681,26 @@
8287
8681
  "kind": "type",
8288
8682
  "sourceFile": "components/New/Calendar/Calendar.tsx",
8289
8683
  "typeBody": "Date | string | null"
8684
+ },
8685
+ {
8686
+ "name": "TabItem",
8687
+ "kind": "interface",
8688
+ "members": [
8689
+ {
8690
+ "name": "id",
8691
+ "value": "string"
8692
+ },
8693
+ {
8694
+ "name": "label",
8695
+ "value": "string"
8696
+ },
8697
+ {
8698
+ "name": "count?",
8699
+ "value": "number"
8700
+ }
8701
+ ],
8702
+ "sourceFile": "components/New/Tabs/Tabs.tsx",
8703
+ "description": "A single tab entry rendered by ."
8290
8704
  }
8291
8705
  ],
8292
8706
  "hooks": [
@@ -8344,6 +8758,12 @@
8344
8758
  "sourceFile": "components/FileManager/hooks/use-file-manager-context.ts",
8345
8759
  "description": "Hook to read the File Manager context.\nThrows if used outside of the provider.",
8346
8760
  "signature": "() => unknown"
8761
+ },
8762
+ {
8763
+ "name": "matchesAccept",
8764
+ "sourceFile": "utils/file-accept.ts",
8765
+ "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.",
8766
+ "signature": "(file: File, accept?: string) => boolean"
8347
8767
  }
8348
8768
  ],
8349
8769
  "utils": [