@epam/ai-dial-ui-kit 0.14.0-dev.1 → 0.14.0-dev.3

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 (42) hide show
  1. package/README.md +3 -0
  2. package/dist/CHANGELOG.md +40 -1
  3. package/dist/{JsonEditor-v9m_npfK.js → JsonEditor-0ZT9yNXj.js} +1 -1
  4. package/dist/{JsonEditor-pyqbLZZf.cjs → JsonEditor-EOISr6OE.cjs} +1 -1
  5. package/dist/{MarkdownEditor-9aPIyyuu.cjs → MarkdownEditor-BfeV6-XV.cjs} +1 -1
  6. package/dist/{MarkdownEditor-5UpxUtXf.js → MarkdownEditor-Csbic0gz.js} +1 -1
  7. package/dist/{MarkdownEditor-CWZVSR--.js → MarkdownEditor-D8p7zjZ1.js} +1 -1
  8. package/dist/{MarkdownEditor-BjqdSHPU.cjs → MarkdownEditor-vV5rCB3Y.cjs} +1 -1
  9. package/dist/components-manifest.json +468 -11
  10. package/dist/dial-ui-kit.cjs.js +1 -1
  11. package/dist/dial-ui-kit.es.js +186 -174
  12. package/dist/{index-DKDaSZqV.js → index-BVZGIW7V.js} +10035 -9480
  13. package/dist/{index-xlqMH2Q1.cjs → index-Ho1ZjGNx.cjs} +29 -29
  14. package/dist/index.css +2 -2
  15. package/dist/migration-guides/0.14.0/control-color-token-rename.md +143 -0
  16. package/dist/migration-guides/0.14.0/focus-border-token-role-naming.md +87 -0
  17. package/dist/migration-guides/README.md +2 -0
  18. package/dist/src/components/New/Calendar/constants.d.ts +5 -5
  19. package/dist/src/components/New/Checkbox/Checkbox.d.ts +46 -0
  20. package/dist/src/components/New/Checkbox/constants.d.ts +10 -0
  21. package/dist/src/components/New/Dropdown/constants.d.ts +1 -1
  22. package/dist/src/components/New/EllipsisTooltip/EllipsisTooltip.d.ts +51 -0
  23. package/dist/src/components/New/EllipsisTooltip/use-truncation.d.ts +21 -0
  24. package/dist/src/components/New/Input/Button/constants.d.ts +1 -1
  25. package/dist/src/components/New/Notification/Notification.d.ts +7 -0
  26. package/dist/src/components/New/Notification/NotificationWrapper.d.ts +2 -0
  27. package/dist/src/components/New/Radio/Radio.d.ts +48 -0
  28. package/dist/src/components/New/SegmentedControl/SegmentedControl.d.ts +54 -0
  29. package/dist/src/components/New/SegmentedControl/constants.d.ts +16 -0
  30. package/dist/src/components/New/Select/constants.d.ts +1 -1
  31. package/dist/src/components/New/ToggleIconButton/ToggleIconButton.d.ts +47 -0
  32. package/dist/src/components/New/Tooltip/Tooltip.d.ts +43 -0
  33. package/dist/src/components/New/Tooltip/TooltipContainer.d.ts +32 -0
  34. package/dist/src/components/New/Tooltip/TooltipContent.d.ts +18 -0
  35. package/dist/src/components/New/Tooltip/TooltipContext.d.ts +115 -0
  36. package/dist/src/components/New/Tooltip/TooltipTrigger.d.ts +18 -0
  37. package/dist/src/components/New/Tooltip/constants.d.ts +25 -0
  38. package/dist/src/components/New/constants/overlay.d.ts +1 -1
  39. package/dist/src/index.d.ts +19 -1
  40. package/dist/src/types/notification.d.ts +2 -1
  41. package/dist/src/types/tooltip.d.ts +6 -0
  42. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.14.0-dev.1",
3
- "generatedAt": "2026-08-19T12:39:41.400Z",
2
+ "version": "0.14.0-dev.3",
3
+ "generatedAt": "2026-08-21T20:18:24.708Z",
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",
@@ -21,7 +21,7 @@
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
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
- "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| `control-disable-alpha` | `var(--text-control-disable-alpha)` | `#848E9C` |\n\n### visualBgColors\n| Tailwind class suffix | CSS variable | Default value |\n|---|---|---|\n| `green-1` | `var(--bg-visual-green-1)` | `#CDE8E5` |\n| `green-2` | `var(--bg-visual-green-2)` | `#D1F0DC` |\n| `violet-1` | `var(--bg-visual-violet-1)` | `#DDE3F9` |\n| `violet-2` | `var(--bg-visual-violet-2)` | `#F1E9FF` |\n\n### visualTextColors\n| Tailwind class suffix | CSS variable | Default value |\n|---|---|---|\n| `green-1` | `var(--text-visual-green-1)` | `#059669` |\n| `green-2` | `var(--text-visual-green-2)` | `#0D6E72` |\n| `green-3` | `var(--text-visual-green-3)` | `#065F46` |\n| `brown-1` | `var(--text-visual-brown-1)` | `#D36817` |\n| `brown-2` | `var(--text-visual-brown-2)` | `#B45309` |\n| `violet-1` | `var(--text-visual-violet-1)` | `#7C3AED` |\n| `violet-2` | `var(--text-visual-violet-2)` | `#3730B7` |\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` |",
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| `gradient-1` | `var(--bg-gradient-1)` | `#1D4ED8` |\n| `gradient-1-hover` | `var(--bg-gradient-1-hover)` | `#6785FB` |\n| `gradient-1-active` | `var(--bg-gradient-1-active)` | `#1D4ED8` |\n| `gradient-2` | `var(--bg-gradient-2)` | `#885DF2` |\n| `gradient-2-hover` | `var(--bg-gradient-2-hover)` | `#885DF2` |\n| `gradient-2-active` | `var(--bg-gradient-2-active)` | `#7C3AED` |\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)` | `#1D4ED8` |\n| `control-accent-hover` | `var(--bg-control-accent-hover)` | `#5976E9` |\n| `control-neutral` | `var(--bg-control-neutral)` | `#FCFCFC` |\n| `control-neutral-hover-strong` | `var(--bg-control-neutral-hover-strong)` | `#848E9C` |\n| `control-neutral-active` | `var(--bg-control-neutral-active)` | `#D1DBEA` |\n| `control-neutral-default` | `var(--bg-control-neutral-default)` | `#ACB3C3` |\n| `control-inverted` | `var(--bg-control-inverted)` | `#57647A` |\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-secondary` | `var(--bg-control-disable-secondary)` | `#ACB3C3` |\n| `green-1` | `var(--bg-visual-green-1)` | `#CDE8E5` |\n| `green-2` | `var(--bg-visual-green-2)` | `#D1F0DC` |\n| `violet-1` | `var(--bg-visual-violet-1)` | `#DDE3F9` |\n| `violet-2` | `var(--bg-visual-violet-2)` | `#F1E9FF` |\n\n### borderColors\n| Tailwind class suffix | CSS variable | Default value |\n|---|---|---|\n| `accent-alpha` | `var(--stroke-accent-alpha)` | `#2764D933` |\n| `gradient-1` | `var(--stroke-gradient-1)` | `#5976E9` |\n| `gradient-2` | `var(--stroke-gradient-2)` | `#885DF2` |\n| `accent-focus` | `var(--stroke-focus-blue)` | `#6785FB` |\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| `green-1` | `var(--text-visual-green-1)` | `#059669` |\n| `green-2` | `var(--text-visual-green-2)` | `#0D6E72` |\n| `green-3` | `var(--text-visual-green-3)` | `#065F46` |\n| `brown-1` | `var(--text-visual-brown-1)` | `#D36817` |\n| `brown-2` | `var(--text-visual-brown-2)` | `#B45309` |\n| `violet-1` | `var(--text-visual-violet-1)` | `#7C3AED` |\n| `violet-2` | `var(--text-visual-violet-2)` | `#3730B7` |\n| `control-permanent` | `var(--text-control-permanent)` | `#FCFCFC` |\n| `control-inverted` | `var(--text-control-inverted)` | `#FCFCFC` |\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",
@@ -251,7 +251,7 @@
251
251
  }
252
252
  ],
253
253
  "examples": [
254
- "<Notification\n variant={NotificationVariant.Info}\n message=\"This is an info alert.\"\n/>\n\n<Notification\n variant={NotificationVariant.Success}\n title=\"Saved\"\n message=\"Changes saved successfully.\"\n/>\n\n<Notification\n variant={NotificationVariant.Error}\n closable\n message=\"Something went wrong.\"\n onClose={(e) => console.log('closed', e)}\n/>\n\n<Notification\n variant={NotificationVariant.Loading}\n title=\"Processing\"\n message=\"Please wait...\"\n/>"
254
+ "<Notification\n variant={NotificationVariant.Info}\n message=\"This is an info alert.\"\n/>\n\n<Notification\n variant={NotificationVariant.Success}\n title=\"Saved\"\n message=\"Changes saved successfully.\"\n/>\n\n<Notification\n variant={NotificationVariant.Error}\n closable\n message=\"Something went wrong.\"\n onClose={(e) => console.log('closed', e)}\n/>\n\n<Notification\n variant={NotificationVariant.Loading}\n title=\"Processing\"\n message=\"Please wait...\"\n/>\n\n<Notification\n variant={NotificationVariant.General}\n type={NotificationType.SectionMessage}\n title=\"Title\"\n message=\"Description text example\"\n/>"
255
255
  ],
256
256
  "sourceFile": "components/New/Notification/Notification.tsx"
257
257
  },
@@ -318,6 +318,24 @@
318
318
  "examples": [],
319
319
  "sourceFile": "components/New/Notification/NotificationWrapper.tsx"
320
320
  },
321
+ {
322
+ "name": "GeneralMessageNotification",
323
+ "category": "Components_2_0",
324
+ "generation": "2.0",
325
+ "description": "",
326
+ "props": [],
327
+ "examples": [],
328
+ "sourceFile": "components/New/Notification/NotificationWrapper.tsx"
329
+ },
330
+ {
331
+ "name": "GeneralToastNotification",
332
+ "category": "Components_2_0",
333
+ "generation": "2.0",
334
+ "description": "",
335
+ "props": [],
336
+ "examples": [],
337
+ "sourceFile": "components/New/Notification/NotificationWrapper.tsx"
338
+ },
321
339
  {
322
340
  "name": "InfoMessageNotification",
323
341
  "category": "Components_2_0",
@@ -2094,6 +2112,214 @@
2094
2112
  ],
2095
2113
  "sourceFile": "components/New/Switch/Switch.tsx"
2096
2114
  },
2115
+ {
2116
+ "name": "Radio",
2117
+ "category": "Components_2_0",
2118
+ "generation": "2.0",
2119
+ "description": "A radio button from the 2.0 design system.\naliases: RadioButton|ChoiceOption|RadioInput\nDesign system 2.0",
2120
+ "props": [
2121
+ {
2122
+ "name": "name",
2123
+ "type": "string",
2124
+ "required": true,
2125
+ "description": "The group this radio belongs to; radios sharing it are mutually exclusive"
2126
+ },
2127
+ {
2128
+ "name": "value",
2129
+ "type": "string",
2130
+ "required": true,
2131
+ "description": "The value reported to `onChange` when this radio is selected"
2132
+ },
2133
+ {
2134
+ "name": "labelProps",
2135
+ "type": "LabelProps",
2136
+ "required": false,
2137
+ "description": "Props of the rendered next to the control"
2138
+ },
2139
+ {
2140
+ "name": "isSelected",
2141
+ "type": "boolean",
2142
+ "required": false,
2143
+ "defaultValue": "false",
2144
+ "description": "Whether this radio is the selected one of its group"
2145
+ },
2146
+ {
2147
+ "name": "disabled",
2148
+ "type": "boolean",
2149
+ "required": false,
2150
+ "description": "Whether the radio is disabled"
2151
+ },
2152
+ {
2153
+ "name": "onChange",
2154
+ "type": "(value: string) => void",
2155
+ "required": false,
2156
+ "description": "Callback fired with `value` when this radio becomes selected"
2157
+ },
2158
+ {
2159
+ "name": "caption",
2160
+ "type": "string",
2161
+ "required": false,
2162
+ "description": "Caption text rendered below the label, and described by the radio"
2163
+ }
2164
+ ],
2165
+ "examples": [
2166
+ "<Radio\n name=\"plan\"\n value=\"pro\"\n labelProps={{ label: 'Pro' }}\n isSelected={plan === 'pro'}\n onChange={setPlan}\n/>"
2167
+ ],
2168
+ "sourceFile": "components/New/Radio/Radio.tsx"
2169
+ },
2170
+ {
2171
+ "name": "Checkbox",
2172
+ "category": "Components_2_0",
2173
+ "generation": "2.0",
2174
+ "description": "A checkbox from the 2.0 design system.\naliases: ToggleCheckbox|MultiSelectOption|TriStateCheckbox\nDesign system 2.0",
2175
+ "props": [
2176
+ {
2177
+ "name": "labelProps",
2178
+ "type": "LabelProps",
2179
+ "required": false,
2180
+ "description": "Props of the rendered next to the control"
2181
+ },
2182
+ {
2183
+ "name": "isSelected",
2184
+ "type": "boolean",
2185
+ "required": false,
2186
+ "defaultValue": "false",
2187
+ "description": "The current value of the checkbox"
2188
+ },
2189
+ {
2190
+ "name": "isIndeterminate",
2191
+ "type": "boolean",
2192
+ "required": false,
2193
+ "defaultValue": "false",
2194
+ "description": "Whether the checkbox is in the mixed state"
2195
+ },
2196
+ {
2197
+ "name": "invalid",
2198
+ "type": "boolean",
2199
+ "required": false,
2200
+ "defaultValue": "false",
2201
+ "description": "Whether the checkbox failed validation (applies error styling)"
2202
+ },
2203
+ {
2204
+ "name": "disabled",
2205
+ "type": "boolean",
2206
+ "required": false,
2207
+ "description": "Whether the checkbox is disabled"
2208
+ },
2209
+ {
2210
+ "name": "onChange",
2211
+ "type": "(value: boolean) => void",
2212
+ "required": false,
2213
+ "description": "Callback fired with the new value when toggled"
2214
+ },
2215
+ {
2216
+ "name": "caption",
2217
+ "type": "string",
2218
+ "required": false,
2219
+ "description": "Caption text rendered below the label, and described by the checkbox"
2220
+ }
2221
+ ],
2222
+ "examples": [
2223
+ "<Checkbox\n labelProps={{ label: 'Accept terms' }}\n isSelected={accepted}\n onChange={setAccepted}\n/>"
2224
+ ],
2225
+ "sourceFile": "components/New/Checkbox/Checkbox.tsx"
2226
+ },
2227
+ {
2228
+ "name": "ToggleIconButton",
2229
+ "category": "Components_2_0",
2230
+ "generation": "2.0",
2231
+ "description": "An icon button that stays pressed, for a setting the icon itself represents.\naliases: IconToggle|ToggleButton|BookmarkButton\nDesign system 2.0",
2232
+ "props": [
2233
+ {
2234
+ "name": "icon",
2235
+ "type": "ReactNode",
2236
+ "required": true,
2237
+ "description": "Icon shown while unselected; rendered at 16px"
2238
+ },
2239
+ {
2240
+ "name": "selectedIcon",
2241
+ "type": "ReactNode",
2242
+ "required": false,
2243
+ "description": "Icon shown while selected; falls back to `icon`"
2244
+ },
2245
+ {
2246
+ "name": "isSelected",
2247
+ "type": "boolean",
2248
+ "required": false,
2249
+ "defaultValue": "false",
2250
+ "description": "Whether the toggle is on"
2251
+ },
2252
+ {
2253
+ "name": "onToggle",
2254
+ "type": "(isSelected: boolean) => void",
2255
+ "required": false,
2256
+ "description": "Callback fired with the next value when clicked"
2257
+ },
2258
+ {
2259
+ "name": "tooltipProps",
2260
+ "type": "ToggleTooltipProps",
2261
+ "required": false,
2262
+ "description": "Props of the 2.0 wrapping the button"
2263
+ }
2264
+ ],
2265
+ "examples": [
2266
+ "<ToggleIconButton\n icon={<IconBookmark />}\n selectedIcon={<IconBookmarkFilled />}\n isSelected={isBookmarked}\n onToggle={setIsBookmarked}\n tooltipProps={{ tooltip: 'Bookmark' }}\n/>"
2267
+ ],
2268
+ "sourceFile": "components/New/ToggleIconButton/ToggleIconButton.tsx"
2269
+ },
2270
+ {
2271
+ "name": "SegmentedControl",
2272
+ "category": "Components_2_0",
2273
+ "generation": "2.0",
2274
+ "description": "A single-select switch between a few mutually exclusive, equally sized options.\naliases: SegmentedButton|ViewSwitcher|ButtonGroup\nDesign system 2.0",
2275
+ "props": [
2276
+ {
2277
+ "name": "items",
2278
+ "type": "SegmentedControlItem<T>[]",
2279
+ "required": true,
2280
+ "description": "Segments to render; each needs a unique `value` and may carry a `label`, `icon` and `disabled` flag"
2281
+ },
2282
+ {
2283
+ "name": "value",
2284
+ "type": "T",
2285
+ "required": true,
2286
+ "description": "The currently selected `value`"
2287
+ },
2288
+ {
2289
+ "name": "onChange",
2290
+ "type": "(value: T) => void",
2291
+ "required": true,
2292
+ "description": "Callback fired with the newly selected `value`"
2293
+ },
2294
+ {
2295
+ "name": "disabled",
2296
+ "type": "boolean",
2297
+ "required": false,
2298
+ "description": "Disables every segment"
2299
+ },
2300
+ {
2301
+ "name": "className",
2302
+ "type": "string",
2303
+ "required": false,
2304
+ "description": "Additional classes for the track"
2305
+ },
2306
+ {
2307
+ "name": "segmentClassName",
2308
+ "type": "string",
2309
+ "required": false,
2310
+ "description": "Additional classes for every segment"
2311
+ },
2312
+ {
2313
+ "name": "'aria-label'",
2314
+ "type": "string",
2315
+ "required": false
2316
+ }
2317
+ ],
2318
+ "examples": [
2319
+ "<SegmentedControl\n aria-label=\"View\"\n value={view}\n onChange={setView}\n items={[\n { value: 'list', icon: <IconList />, 'aria-label': 'List' },\n { value: 'grid', icon: <IconGrid />, 'aria-label': 'Grid' },\n ]}\n/>"
2320
+ ],
2321
+ "sourceFile": "components/New/SegmentedControl/SegmentedControl.tsx"
2322
+ },
2097
2323
  {
2098
2324
  "name": "Tabs",
2099
2325
  "category": "Components_2_0",
@@ -2449,6 +2675,149 @@
2449
2675
  ],
2450
2676
  "sourceFile": "components/New/Search/Search.tsx"
2451
2677
  },
2678
+ {
2679
+ "name": "Tooltip",
2680
+ "category": "Components_2_0",
2681
+ "generation": "2.0",
2682
+ "description": "Shows a short explanation next to an element while it is hovered or focused.\naliases: HoverPopover|InfoPopover\nDesign system 2.0\n\nThe tooltip is placed on one of the four sides of the trigger and follows it\non scroll, flipping to the opposite side when it would not fit.\n\nTooltip text does not reach assistive technology unless the trigger itself\ncarries it: pass `asChild` so the `aria-describedby` lands on the control\nrather than on a wrapper `<span>`, and never let a tooltip be the only\naccessible name of a control — it renders nothing on mobile screens.",
2683
+ "props": [
2684
+ {
2685
+ "name": "hideTooltip",
2686
+ "type": "boolean",
2687
+ "required": false,
2688
+ "defaultValue": "false",
2689
+ "description": "Suppress the tooltip while keeping the trigger rendered"
2690
+ },
2691
+ {
2692
+ "name": "tooltip",
2693
+ "type": "ReactNode",
2694
+ "required": false,
2695
+ "description": "The content to display in the tooltip"
2696
+ },
2697
+ {
2698
+ "name": "children",
2699
+ "type": "ReactNode",
2700
+ "required": true,
2701
+ "description": "The element that triggers the tooltip"
2702
+ },
2703
+ {
2704
+ "name": "asChild",
2705
+ "type": "boolean",
2706
+ "required": false,
2707
+ "defaultValue": "false",
2708
+ "description": "Use the child as the trigger instead of wrapping it in a `<span>`"
2709
+ },
2710
+ {
2711
+ "name": "triggerClassName",
2712
+ "type": "string",
2713
+ "required": false,
2714
+ "description": "Additional CSS classes for the trigger element"
2715
+ },
2716
+ {
2717
+ "name": "contentClassName",
2718
+ "type": "string",
2719
+ "required": false,
2720
+ "description": "Additional CSS classes for the tooltip bubble"
2721
+ }
2722
+ ],
2723
+ "examples": [
2724
+ "<Tooltip tooltip=\"Tooltip text\" placement={TooltipPlacement.Top} asChild>\n <button>Hover me</button>\n</Tooltip>"
2725
+ ],
2726
+ "sourceFile": "components/New/Tooltip/Tooltip.tsx"
2727
+ },
2728
+ {
2729
+ "name": "TooltipContainer",
2730
+ "category": "Components_2_0",
2731
+ "generation": "2.0",
2732
+ "description": "Provides tooltip positioning and open state to a trigger and a content pair.\naliases: TooltipProvider|TooltipRoot\nDesign system 2.0\n\nUse it directly only when the trigger and the content cannot be rendered by\n`Tooltip` itself — for example when the content needs custom markup.",
2733
+ "props": [],
2734
+ "examples": [
2735
+ "<TooltipContainer placement={TooltipPlacement.Top}>\n <TooltipTrigger asChild>\n <button>Hover me</button>\n </TooltipTrigger>\n <TooltipContent>Tooltip text</TooltipContent>\n</TooltipContainer>"
2736
+ ],
2737
+ "sourceFile": "components/New/Tooltip/TooltipContainer.tsx"
2738
+ },
2739
+ {
2740
+ "name": "TooltipContent",
2741
+ "category": "Components_2_0",
2742
+ "generation": "2.0",
2743
+ "description": "The floating bubble that carries the tooltip text.\nDesign system 2.0\n\nRendered in a portal, above popups and dropdowns, with an arrow pointing back\nat the trigger. Renders nothing on a mobile screen, where there is no hover\nto reveal it — so a control must never depend on a tooltip alone to be\nunderstood, or to have an accessible name.",
2744
+ "props": [
2745
+ {
2746
+ "name": "style",
2747
+ "type": "CSSProperties",
2748
+ "required": false,
2749
+ "description": "Additional inline styles for the tooltip bubble"
2750
+ }
2751
+ ],
2752
+ "examples": [],
2753
+ "sourceFile": "components/New/Tooltip/TooltipContent.tsx"
2754
+ },
2755
+ {
2756
+ "name": "TooltipTrigger",
2757
+ "category": "Components_2_0",
2758
+ "generation": "2.0",
2759
+ "description": "The element a tooltip is anchored to and opened from.\nDesign system 2.0\n\nPrefer `asChild` whenever the trigger is a single element: it puts the\n`aria-describedby` that names the tooltip on the control itself instead of on\na wrapper `<span>`, which is the only way the tooltip text reaches assistive\ntechnology.",
2760
+ "props": [
2761
+ {
2762
+ "name": "asChild",
2763
+ "type": "boolean",
2764
+ "required": false,
2765
+ "defaultValue": "false",
2766
+ "description": "Render the child as the trigger instead of wrapping it in a `<span>`"
2767
+ }
2768
+ ],
2769
+ "examples": [],
2770
+ "sourceFile": "components/New/Tooltip/TooltipTrigger.tsx"
2771
+ },
2772
+ {
2773
+ "name": "EllipsisTooltip",
2774
+ "category": "Components_2_0",
2775
+ "generation": "2.0",
2776
+ "description": "Single-line text with a CSS ellipsis that reveals the full string in a\ntooltip **only when it is actually clipped**.\naliases: TruncatedText|TruncationTooltip\nDesign system 2.0\n\nText that fits gets no tooltip at all, so a row of labels does not sprout\ntooltips that repeat what is already on screen.\n\nThe width has to be finite for anything to truncate: the element is a\n`min-w-0`, `flex-1` block, and `className` sets the width it should fit into.\n\na11y: while truncated, the full string is exposed as the element's\n`aria-label`, so a screen reader reads the whole label even though the\ntooltip itself renders nothing on mobile screens.",
2777
+ "props": [
2778
+ {
2779
+ "name": "text",
2780
+ "type": "ReactNode",
2781
+ "required": true,
2782
+ "description": "The text or node to display, truncated with an ellipsis when it does not fit"
2783
+ },
2784
+ {
2785
+ "name": "className",
2786
+ "type": "string",
2787
+ "required": false,
2788
+ "description": "Additional CSS classes for the text element, typically its width"
2789
+ },
2790
+ {
2791
+ "name": "contentClassName",
2792
+ "type": "string",
2793
+ "required": false,
2794
+ "description": "Additional CSS classes for the tooltip bubble"
2795
+ },
2796
+ {
2797
+ "name": "hideTooltip",
2798
+ "type": "boolean",
2799
+ "required": false,
2800
+ "defaultValue": "false",
2801
+ "description": "Suppress the tooltip even while the text is truncated"
2802
+ },
2803
+ {
2804
+ "name": "id",
2805
+ "type": "string",
2806
+ "required": false,
2807
+ "description": "`id` of the text element"
2808
+ },
2809
+ {
2810
+ "name": "customTooltipContent",
2811
+ "type": "ReactNode",
2812
+ "required": false,
2813
+ "description": "Shown instead of the full text while truncated"
2814
+ }
2815
+ ],
2816
+ "examples": [
2817
+ "<EllipsisTooltip text=\"Very long message that will be truncated\" />\n\n<EllipsisTooltip\n text={<span className=\"dial-small-semi-text\">Custom node</span>}\n className=\"max-w-[160px]\"\n/>\n\n<EllipsisTooltip text=\"Tooltip suppressed even when clipped\" hideTooltip />"
2818
+ ],
2819
+ "sourceFile": "components/New/EllipsisTooltip/EllipsisTooltip.tsx"
2820
+ },
2452
2821
  {
2453
2822
  "name": "DialCaptionText",
2454
2823
  "category": "Elements",
@@ -3200,7 +3569,8 @@
3200
3569
  "examples": [
3201
3570
  "<DialCheckbox\n id=\"checkbox\"\n label=\"Dial Checkbox\"\n checked={true}\n disabled={false}\n onChange={(value) => console.log(value)}\n/>"
3202
3571
  ],
3203
- "sourceFile": "components/Checkbox/Checkbox.tsx"
3572
+ "sourceFile": "components/Checkbox/Checkbox.tsx",
3573
+ "supersededBy": "Checkbox"
3204
3574
  },
3205
3575
  {
3206
3576
  "name": "DialSteps",
@@ -3807,7 +4177,8 @@
3807
4177
  "examples": [
3808
4178
  "<DialEllipsisTooltip text=\"Very long message that will be truncated\" />\n<DialEllipsisTooltip text={<span className=\"font-medium\">Custom node</span>} className=\"max-w-[160px]\" />\n<DialEllipsisTooltip text=\"Tooltip disabled even if truncated\" hideTooltip />"
3809
4179
  ],
3810
- "sourceFile": "components/EllipsisTooltip/EllipsisTooltip.tsx"
4180
+ "sourceFile": "components/EllipsisTooltip/EllipsisTooltip.tsx",
4181
+ "supersededBy": "EllipsisTooltip"
3811
4182
  },
3812
4183
  {
3813
4184
  "name": "DialDraggableItem",
@@ -5106,7 +5477,8 @@
5106
5477
  "examples": [
5107
5478
  "<DialTooltip tooltip=\"This is helpful information\">\n <button>Hover me</button>\n</DialTooltip>"
5108
5479
  ],
5109
- "sourceFile": "components/Tooltip/Tooltip.tsx"
5480
+ "sourceFile": "components/Tooltip/Tooltip.tsx",
5481
+ "supersededBy": "Tooltip"
5110
5482
  },
5111
5483
  {
5112
5484
  "name": "DialTooltipContainer",
@@ -5115,7 +5487,8 @@
5115
5487
  "description": "The container component that provides tooltip context and state management\nDesign system 1.0",
5116
5488
  "props": [],
5117
5489
  "examples": [],
5118
- "sourceFile": "components/Tooltip/TooltipContainer.tsx"
5490
+ "sourceFile": "components/Tooltip/TooltipContainer.tsx",
5491
+ "supersededBy": "TooltipContainer"
5119
5492
  },
5120
5493
  {
5121
5494
  "name": "DialTooltipContent",
@@ -5124,7 +5497,8 @@
5124
5497
  "description": "The content area of a tooltip that displays the tooltip information\nDesign system 1.0",
5125
5498
  "props": [],
5126
5499
  "examples": [],
5127
- "sourceFile": "components/Tooltip/TooltipContent.tsx"
5500
+ "sourceFile": "components/Tooltip/TooltipContent.tsx",
5501
+ "supersededBy": "TooltipContent"
5128
5502
  },
5129
5503
  {
5130
5504
  "name": "DialTooltipTrigger",
@@ -5133,7 +5507,8 @@
5133
5507
  "description": "The trigger element for a tooltip that can be clicked or hovered\nDesign system 1.0",
5134
5508
  "props": [],
5135
5509
  "examples": [],
5136
- "sourceFile": "components/Tooltip/TooltipTrigger.tsx"
5510
+ "sourceFile": "components/Tooltip/TooltipTrigger.tsx",
5511
+ "supersededBy": "TooltipTrigger"
5137
5512
  },
5138
5513
  {
5139
5514
  "name": "DialSwitch",
@@ -5230,7 +5605,8 @@
5230
5605
  "examples": [
5231
5606
  "<DialSegmentedControl\n ariaLabel=\"View\"\n value={view}\n onChange={setView}\n options={[\n { value: 'list', label: 'List' },\n { value: 'grid', label: 'Grid' },\n ]}\n/>"
5232
5607
  ],
5233
- "sourceFile": "components/SegmentedControl/SegmentedControl.tsx"
5608
+ "sourceFile": "components/SegmentedControl/SegmentedControl.tsx",
5609
+ "supersededBy": "SegmentedControl"
5234
5610
  },
5235
5611
  {
5236
5612
  "name": "DialPopup",
@@ -8685,6 +9061,10 @@
8685
9061
  {
8686
9062
  "name": "Loading",
8687
9063
  "value": "'loading'"
9064
+ },
9065
+ {
9066
+ "name": "General",
9067
+ "value": "'general'"
8688
9068
  }
8689
9069
  ],
8690
9070
  "sourceFile": "types/notification.ts"
@@ -8733,6 +9113,33 @@
8733
9113
  "sourceFile": "components/New/Calendar/Calendar.tsx",
8734
9114
  "typeBody": "Date | string | null"
8735
9115
  },
9116
+ {
9117
+ "name": "SegmentedControlItem",
9118
+ "kind": "interface",
9119
+ "members": [
9120
+ {
9121
+ "name": "value",
9122
+ "value": "T"
9123
+ },
9124
+ {
9125
+ "name": "label?",
9126
+ "value": "ReactNode"
9127
+ },
9128
+ {
9129
+ "name": "icon?",
9130
+ "value": "ReactNode"
9131
+ },
9132
+ {
9133
+ "name": "disabled?",
9134
+ "value": "boolean"
9135
+ },
9136
+ {
9137
+ "name": "'aria-label'?",
9138
+ "value": "string"
9139
+ }
9140
+ ],
9141
+ "sourceFile": "components/New/SegmentedControl/SegmentedControl.tsx"
9142
+ },
8736
9143
  {
8737
9144
  "name": "TabItem",
8738
9145
  "kind": "interface",
@@ -8756,6 +9163,56 @@
8756
9163
  ],
8757
9164
  "sourceFile": "components/New/Tabs/Tabs.tsx",
8758
9165
  "description": "A single tab entry rendered by ."
9166
+ },
9167
+ {
9168
+ "name": "TooltipContainerOptions",
9169
+ "kind": "interface",
9170
+ "members": [
9171
+ {
9172
+ "name": "initialOpen?",
9173
+ "value": "boolean"
9174
+ },
9175
+ {
9176
+ "name": "placement?",
9177
+ "value": "TooltipPlacement"
9178
+ },
9179
+ {
9180
+ "name": "isTriggerClickable?",
9181
+ "value": "boolean"
9182
+ },
9183
+ {
9184
+ "name": "open?",
9185
+ "value": "boolean"
9186
+ },
9187
+ {
9188
+ "name": "onOpenChange?",
9189
+ "value": "(open: boolean) => void"
9190
+ }
9191
+ ],
9192
+ "sourceFile": "components/New/Tooltip/TooltipContext.tsx"
9193
+ },
9194
+ {
9195
+ "name": "TooltipPlacement",
9196
+ "kind": "enum",
9197
+ "members": [
9198
+ {
9199
+ "name": "Top",
9200
+ "value": "'top'"
9201
+ },
9202
+ {
9203
+ "name": "Right",
9204
+ "value": "'right'"
9205
+ },
9206
+ {
9207
+ "name": "Bottom",
9208
+ "value": "'bottom'"
9209
+ },
9210
+ {
9211
+ "name": "Left",
9212
+ "value": "'left'"
9213
+ }
9214
+ ],
9215
+ "sourceFile": "types/tooltip.ts"
8759
9216
  }
8760
9217
  ],
8761
9218
  "hooks": [