@alixpartners/ui-components 2.6.0 → 2.6.2

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 (100) hide show
  1. package/dist/{RichTextEditor-JH6YBGiw.js → RichTextEditor-xCakhho7.js} +1 -1
  2. package/dist/{ToastProvider-DVycF0zU.js → ToastProvider-D5LImZ-Q.js} +26 -26
  3. package/dist/assets/Dialog.css +1 -1
  4. package/dist/components/Banner/Banner.d.ts +1 -1
  5. package/dist/components/Banner/Banner.test.js +1 -1
  6. package/dist/components/Button/Button.d.ts +1 -1
  7. package/dist/components/Button/Button.test.js +2 -2
  8. package/dist/components/Checkbox/Checkbox.d.ts +1 -1
  9. package/dist/components/Checkbox/Checkbox.js +3 -3
  10. package/dist/components/Checkbox/Checkbox.test.js +1 -1
  11. package/dist/components/CorusHeader/CorusHeader.d.ts +1 -1
  12. package/dist/components/CorusHeader/CorusHeader.js +1 -1
  13. package/dist/components/CorusHeader/DropdownItemContent.d.ts +1 -1
  14. package/dist/components/CorusHeader/DropdownItemContent.js +5 -5
  15. package/dist/components/CorusHeader/DropdownMenu.d.ts +1 -1
  16. package/dist/components/CorusHeader/DropdownMenu.js +1 -1
  17. package/dist/components/CorusHeader/MegaMenuContent.d.ts +1 -1
  18. package/dist/components/CorusHeader/MegaMenuContent.js +14 -14
  19. package/dist/components/CorusHeader/UserProfileIcon.d.ts +1 -1
  20. package/dist/components/Creatable/Creatable.d.ts +1 -1
  21. package/dist/components/Creatable/Creatable.js +1 -1
  22. package/dist/components/Datepicker/Datepicker.d.ts +1 -1
  23. package/dist/components/Datepicker/Datepicker.js +1 -1
  24. package/dist/components/Datepicker/Datepicker.test.js +1 -1
  25. package/dist/components/Dialog/Dialog.d.ts +8 -2
  26. package/dist/components/Dialog/Dialog.js +227 -195
  27. package/dist/components/Dialog/Dialog.test.js +227 -202
  28. package/dist/components/DragAndDrop/DragAndDrop.d.ts +1 -1
  29. package/dist/components/DragAndDrop/DragAndDrop.test.js +2 -2
  30. package/dist/components/Dropdown/Dropdown.d.ts +1 -1
  31. package/dist/components/Dropdown/Dropdown.js +1 -1
  32. package/dist/components/FilePicker/FilePicker.d.ts +9 -9
  33. package/dist/components/FilePicker/FilePicker.test.js +2 -2
  34. package/dist/components/Ghost/Ghost.d.ts +1 -1
  35. package/dist/components/Ghost/Ghost.test.js +1 -1
  36. package/dist/components/Icon/Icon.d.ts +1 -1
  37. package/dist/components/Icons/IconsGallery.d.ts +1 -1
  38. package/dist/components/Illustration/Illustration.d.ts +1 -1
  39. package/dist/components/Illustration/Illustration.test.js +1 -1
  40. package/dist/components/Input/Input.test.js +1 -1
  41. package/dist/components/Logo/Logo.d.ts +1 -1
  42. package/dist/components/Logos/LogosGallery.d.ts +1 -1
  43. package/dist/components/NavBar/NavBar.d.ts +1 -1
  44. package/dist/components/NavBar/NavBar.js +1 -1
  45. package/dist/components/Radio/Radio.d.ts +1 -1
  46. package/dist/components/Radio/Radio.js +9 -9
  47. package/dist/components/RadioGroup/RadioGroup.d.ts +1 -1
  48. package/dist/components/RadioGroup/RadioGroup.js +11 -11
  49. package/dist/components/RadioGroup/RadioGroup.test.js +1 -1
  50. package/dist/components/RichTextEditor/RichTextEditor.d.ts +1 -1
  51. package/dist/components/RichTextEditor/RichTextEditor.js +2 -2
  52. package/dist/components/RichTextEditor/RichTextEditor.test.js +2 -2
  53. package/dist/components/Search/Search.d.ts +1 -1
  54. package/dist/components/Search/Search.test.js +1 -1
  55. package/dist/components/Spinner/Spinner.d.ts +1 -1
  56. package/dist/components/SplitButton/SplitButton.d.ts +1 -1
  57. package/dist/components/SplitButton/SplitButton.js +3 -3
  58. package/dist/components/SplitButton/SplitButton.test.js +1 -1
  59. package/dist/components/Tab/Tab.d.ts +1 -1
  60. package/dist/components/TabNavigation/TabNavigation.d.ts +1 -1
  61. package/dist/components/Tag/Tag.d.ts +1 -1
  62. package/dist/components/Tag/Tag.test.js +1 -1
  63. package/dist/components/TagsFields/TagsFields.d.ts +1 -1
  64. package/dist/components/TagsFields/TagsFields.js +1 -1
  65. package/dist/components/Textarea/Textarea.d.ts +1 -1
  66. package/dist/components/Textarea/Textarea.test.js +1 -1
  67. package/dist/components/Toast/Toast.test.js +1 -1
  68. package/dist/components/ToastProvider/ToastProvider.d.ts +1 -2
  69. package/dist/components/ToastProvider/ToastProvider.js +1 -1
  70. package/dist/components/ToastProvider/ToastProvider.test.js +4 -4
  71. package/dist/components/Toggle/Toggle.d.ts +1 -1
  72. package/dist/components/Toggle/Toggle.js +126 -211
  73. package/dist/components/Toggle/Toggle.test.js +1 -1
  74. package/dist/components/Tooltip/Tooltip.d.ts +1 -1
  75. package/dist/components/Tooltip/Tooltip.js +61 -60
  76. package/dist/{index-6DGSlWJb.js → index-C2s_VtSb.js} +3 -3
  77. package/dist/index-C8H9A55g.js +222 -0
  78. package/dist/{index-CcsZYEYy.js → index-CCFDXH-J.js} +28 -29
  79. package/dist/index-CCnm5-ML.js +230 -0
  80. package/dist/{index-BVZdJVFB.js → index-CFqDEbIR.js} +191 -192
  81. package/dist/index-CfIcUHKK.js +70 -0
  82. package/dist/index-ChQc_Cm6.js +1544 -0
  83. package/dist/index-CmGGeUr0.js +142 -0
  84. package/dist/{index-IR8HlW5P.js → index-D_L0ncPJ.js} +4 -4
  85. package/dist/{index-banDzeKa.js → index-DkTDHhag.js} +1 -1
  86. package/dist/index-Ii4UOx3H.js +599 -0
  87. package/dist/{index-6j3vTf--.js → index-Nyh2Wa71.js} +5 -5
  88. package/dist/index-z_kiwVc3.js +237 -0
  89. package/dist/main.js +3 -3
  90. package/dist/storybook-docs-page.d.ts +1 -1
  91. package/dist/{useToast-CpwrYPvx.js → useToast-Cz5MGKnw.js} +1 -1
  92. package/dist/{vi.bdSIJ99Y-DWCVXj6K.js → vi.bdSIJ99Y-017e_Pkz.js} +3 -3
  93. package/package.json +1 -1
  94. package/dist/index-B4szHVNJ.js +0 -248
  95. package/dist/index-Bq1FiX6B.js +0 -93
  96. package/dist/index-CE9NpYQR.js +0 -604
  97. package/dist/index-CHy8gqvu.js +0 -353
  98. package/dist/index-CarlZuEo.js +0 -1610
  99. package/dist/index-DH9SO8qV.js +0 -221
  100. package/dist/index-kgC_DL6e.js +0 -216
@@ -96,5 +96,5 @@ type DragAndDropProps = {
96
96
  * @param {boolean} [props.queueFiles] - When true, newly selected files are appended to the existing list
97
97
  * @returns {JSX.Element} The rendered DragAndDrop component
98
98
  */
99
- export default function DragAndDrop({ label, type, disabled, required, errorMessage, fileExtensionsAllowed, maxSize, constraintsText, maxFiles, value, onUpload, onRemoveFile, queueFiles, className, maxSizeErrorMessage, fileExtensionInvalidErrorMessage, texts, fileIcon, errorIcon, deleteIcon, browseButtonIcon, renderFileItem, fileSizeFormatter, browseButtonProps, validator, errors: externalErrors, ...props }: DragAndDropProps): import("react").JSX.Element;
99
+ export default function DragAndDrop({ label, type, disabled, required, errorMessage, fileExtensionsAllowed, maxSize, constraintsText, maxFiles, value, onUpload, onRemoveFile, queueFiles, className, maxSizeErrorMessage, fileExtensionInvalidErrorMessage, texts, fileIcon, errorIcon, deleteIcon, browseButtonIcon, renderFileItem, fileSizeFormatter, browseButtonProps, validator, errors: externalErrors, ...props }: DragAndDropProps): import("react/jsx-runtime").JSX.Element;
100
100
  export {};
@@ -1,8 +1,8 @@
1
1
  import { jsxs as v, jsx as i } from "react/jsx-runtime";
2
- import { d as y, i as d, r, g as e, s as o, v as c, w as f, f as B } from "../../vi.bdSIJ99Y-DWCVXj6K.js";
2
+ import { d as y, i as d, r, g as e, s as o, v as c, w as f, f as B } from "../../vi.bdSIJ99Y-017e_Pkz.js";
3
3
  import l from "./DragAndDrop.js";
4
4
  import { c as h, d as I } from "../../DragAndDrop.utils-D3xTV9EK.js";
5
- import { u as w } from "../../index-banDzeKa.js";
5
+ import { u as w } from "../../index-DkTDHhag.js";
6
6
  y("DragAndDrop", () => {
7
7
  y("Rendering", () => {
8
8
  y("Basic rendering", () => {
@@ -71,5 +71,5 @@ type DropdownProps = {
71
71
  * @param {number} [props.maxCount] - Maximum number of options that can be selected in multi-select mode. Unselected options are disabled when the limit is reached and "Select all" is disabled.
72
72
  * @returns {JSX.Element} The rendered Dropdown component
73
73
  */
74
- export default function Dropdown({ className, label, options, value, placeholder, disabled, required, searchable, searchPlaceholder, errorMessage, helpText, helpLink, helpLinkText, onChange, onSearch, multiSelect, grouped, align, onToggleChange, toggleLabel, dropdownTriggerClassName, dropdownMenuClassName, hideSelectedItems, labelTooltip, unselect, selectedOptionLabel, selectedOptionsLabel, allOptionsSelectedLabel, caseSensitive, maxCount, ...props }: DropdownProps): import("react").JSX.Element;
74
+ export default function Dropdown({ className, label, options, value, placeholder, disabled, required, searchable, searchPlaceholder, errorMessage, helpText, helpLink, helpLinkText, onChange, onSearch, multiSelect, grouped, align, onToggleChange, toggleLabel, dropdownTriggerClassName, dropdownMenuClassName, hideSelectedItems, labelTooltip, unselect, selectedOptionLabel, selectedOptionsLabel, allOptionsSelectedLabel, caseSensitive, maxCount, ...props }: DropdownProps): import("react/jsx-runtime").JSX.Element;
75
75
  export {};
@@ -7,7 +7,7 @@ import de from "../Button/Button.js";
7
7
  import te from "../Ghost/Ghost.js";
8
8
  import xe from "../Search/Search.js";
9
9
  import Ee from "../Tooltip/Tooltip.js";
10
- import { R as Fe, T as We, P as Ce, C as qe } from "../../index-CcsZYEYy.js";
10
+ import { R as Fe, T as We, P as Ce, C as qe } from "../../index-CCFDXH-J.js";
11
11
  import '../../assets/Dropdown.css';const Je = "Dropdown-module__dropdownContainer___beNhQ", ze = "Dropdown-module__dropdownLabel___T9FmB", Ge = "Dropdown-module__dropdownLabelDisabled___SLRmM", Be = "Dropdown-module__required___ChI1m", Ue = "Dropdown-module__dropdownWrapper___AUuWD", je = "Dropdown-module__dropdownTrigger___Rue93", Pe = "Dropdown-module__dropdownTriggerDisabled___63wkd", $e = "Dropdown-module__dropdownTriggerOpen___cbm8V", Ye = "Dropdown-module__placeholder___fWdch", Ze = "Dropdown-module__selectedOptionLabel___7Zdh3", Qe = "Dropdown-module__dropdownSelectedItems___iXnpQ", Ke = "Dropdown-module__dropdownTriggerError___Uu02x", Xe = "Dropdown-module__dropdownContent___zLMhL", He = "Dropdown-module__dropdownActions___d55Fa", eo = "Dropdown-module__dropdownArrow___dLbrb", oo = "Dropdown-module__dropdownArrowOpen___Z4Nh1", no = "Dropdown-module__dropdownMenu___toYcy", ro = "Dropdown-module__dropdownMenuToolbar___gFne0", to = "Dropdown-module__searchContainer___4kUvD", lo = "Dropdown-module__search___JmgDx", so = "Dropdown-module__optionsList___rk2hi", io = "Dropdown-module__categoryGroup___Np2bP", co = "Dropdown-module__categoryDivider___Gh6F0", ao = "Dropdown-module__categoryLabel___B9IDR", po = "Dropdown-module__optionItem___7pi10", _o = "Dropdown-module__optionItemDisabled___aepUD", uo = "Dropdown-module__optionItemFocused___u2781", wo = "Dropdown-module__optionContent___nf1VC", mo = "Dropdown-module__optionLabel___sJerM", fo = "Dropdown-module__tickIcon___hYdCr", ho = "Dropdown-module__noOptions___8vmhM", Do = "Dropdown-module__helpers___s4ulA", bo = "Dropdown-module__helpText___YooJE", go = "Dropdown-module__helpTextDisabled___Ct4qq", No = "Dropdown-module__helpLink___-Zwpq", vo = "Dropdown-module__helpLinkDisabled___r-opC", Lo = "Dropdown-module__errorMessage___3Mopi", Oo = "Dropdown-module__selectAllContainer___Dlk3J", Io = "Dropdown-module__actionButtons___-2nvr", o = {
12
12
  dropdownContainer: Je,
13
13
  dropdownLabel: ze,
@@ -66,37 +66,37 @@ type FilePickerProps = {
66
66
  * FilePicker root. Use with no children for default layout, or compose with
67
67
  * FilePicker.Label, FilePicker.BrowseButton, FilePicker.HelpText, FilePicker.UploadedFilesList, etc.
68
68
  */
69
- declare function FilePickerRoot({ type, maxFiles, fileExtensionsAllowed, maxSize, queueFiles, disabled, isUploadDisabled, value, label, required, placeholder, errorMessage, maxSizeErrorMessage, fileExtensionInvalidErrorMessage, helpText, helpLink, helpLinkText, multipleHelpText, multipleButtonHelpText, labelTooltip, uploadedFileAppendedRow, onUpload, onRemoveFile, children, }: FilePickerProps): import("react").JSX.Element;
69
+ declare function FilePickerRoot({ type, maxFiles, fileExtensionsAllowed, maxSize, queueFiles, disabled, isUploadDisabled, value, label, required, placeholder, errorMessage, maxSizeErrorMessage, fileExtensionInvalidErrorMessage, helpText, helpLink, helpLinkText, multipleHelpText, multipleButtonHelpText, labelTooltip, uploadedFileAppendedRow, onUpload, onRemoveFile, children, }: FilePickerProps): import("react/jsx-runtime").JSX.Element;
70
70
  type FilePickerLabelProps = {
71
71
  /** Override label text. If not provided, uses FilePicker's label prop. */
72
72
  children?: ReactNode;
73
73
  };
74
- declare function FilePickerLabel({ children }: FilePickerLabelProps): import("react").JSX.Element;
74
+ declare function FilePickerLabel({ children }: FilePickerLabelProps): import("react/jsx-runtime").JSX.Element;
75
75
  type FilePickerBrowseButtonProps = {
76
76
  /** Override button content (e.g. "Browse file" or "Browse files (max 5)"). */
77
77
  children?: ReactNode;
78
78
  className?: string;
79
79
  };
80
- declare function FilePickerBrowseButton({ children, className }: FilePickerBrowseButtonProps): import("react").JSX.Element;
80
+ declare function FilePickerBrowseButton({ children, className }: FilePickerBrowseButtonProps): import("react/jsx-runtime").JSX.Element;
81
81
  /**
82
82
  * Wrapper for single-file mode: groups the input row and optional delete action.
83
83
  * Use with FilePicker.SingleFileRow and FilePicker.SingleFileActions as children.
84
84
  */
85
85
  declare function FilePickerSingleFileContainer({ children }: {
86
86
  children?: ReactNode;
87
- }): import("react").JSX.Element | null;
87
+ }): import("react/jsx-runtime").JSX.Element | null;
88
88
  /**
89
89
  * Single-file mode: shows filename/placeholder and a slot for the browse button.
90
90
  * Put FilePicker.BrowseButton (optionally wrapped in Tooltip) as children.
91
91
  */
92
92
  declare function FilePickerSingleFileRow({ children }: {
93
93
  children?: ReactNode;
94
- }): import("react").JSX.Element | null;
94
+ }): import("react/jsx-runtime").JSX.Element | null;
95
95
  /** Renders the reserved space and delete button for single-file mode (for use in composed layout). */
96
- declare function FilePickerSingleFileActions(): import("react").JSX.Element | null;
97
- declare function FilePickerSingleFileDeleteButton(): import("react").JSX.Element | null;
98
- declare function FilePickerHelpText(): import("react").JSX.Element | null;
99
- declare function FilePickerUploadedFilesList(): import("react").JSX.Element | null;
96
+ declare function FilePickerSingleFileActions(): import("react/jsx-runtime").JSX.Element | null;
97
+ declare function FilePickerSingleFileDeleteButton(): import("react/jsx-runtime").JSX.Element | null;
98
+ declare function FilePickerHelpText(): import("react/jsx-runtime").JSX.Element | null;
99
+ declare function FilePickerUploadedFilesList(): import("react/jsx-runtime").JSX.Element | null;
100
100
  declare const FilePicker: typeof FilePickerRoot & {
101
101
  Label: typeof FilePickerLabel;
102
102
  BrowseButton: typeof FilePickerBrowseButton;
@@ -1,6 +1,6 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { d as B, i as n, r as s, g as e, s as l, w as m, v as f, f as T } from "../../vi.bdSIJ99Y-DWCVXj6K.js";
3
- import { u as r } from "../../index-banDzeKa.js";
2
+ import { d as B, i as n, r as s, g as e, s as l, w as m, v as f, f as T } from "../../vi.bdSIJ99Y-017e_Pkz.js";
3
+ import { u as r } from "../../index-DkTDHhag.js";
4
4
  import a from "./FilePicker.js";
5
5
  const c = {
6
6
  fileExtensionsAllowed: ["xlsx", "csv"],
@@ -21,5 +21,5 @@ type GhostProps = {
21
21
  icon?: ApIcon;
22
22
  noIcon?: boolean;
23
23
  } & InteractiveEventHandlers;
24
- export default function Ghost({ variant, disabled, onClick, children, icon, noIcon, className, ...props }: GhostProps): import("react").JSX.Element;
24
+ export default function Ghost({ variant, disabled, onClick, children, icon, noIcon, className, ...props }: GhostProps): import("react/jsx-runtime").JSX.Element;
25
25
  export {};
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { d as i, i as s, r as a, g as e, s as n, v as r, f as u } from "../../vi.bdSIJ99Y-DWCVXj6K.js";
2
+ import { d as i, i as s, r as a, g as e, s as n, v as r, f as u } from "../../vi.bdSIJ99Y-017e_Pkz.js";
3
3
  import d from "./Ghost.js";
4
4
  i("Ghost", () => {
5
5
  i("Rendering", () => {
@@ -4,5 +4,5 @@ type IconProps = {
4
4
  icon?: ApIcon;
5
5
  className?: string;
6
6
  } & DataAttributes;
7
- export default function Icon({ icon, className, ...props }: IconProps): import("react").JSX.Element;
7
+ export default function Icon({ icon, className, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
8
8
  export {};
@@ -1 +1 @@
1
- export default function IconsGallery(): import("react").JSX.Element;
1
+ export default function IconsGallery(): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
1
  import { IllustrationCategory, IllustrationLevel, IllustrationName, IllustrationProps } from './types';
2
- export default function Illustration(props: IllustrationProps): import("react").JSX.Element | null;
2
+ export default function Illustration(props: IllustrationProps): import("react/jsx-runtime").JSX.Element | null;
3
3
  export type { IllustrationCategory, IllustrationLevel, IllustrationName, IllustrationProps };
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { d as s, i as r, r as l, s as t, g as e } from "../../vi.bdSIJ99Y-DWCVXj6K.js";
2
+ import { d as s, i as r, r as l, s as t, g as e } from "../../vi.bdSIJ99Y-017e_Pkz.js";
3
3
  import a from "./Illustration.js";
4
4
  s("Illustration", () => {
5
5
  s("Levels 1 and 2", () => {
@@ -1,5 +1,5 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { d as a, i as s, r as l, g as e, s as n, v as p, f as u } from "../../vi.bdSIJ99Y-DWCVXj6K.js";
2
+ import { d as a, i as s, r as l, g as e, s as n, v as p, f as u } from "../../vi.bdSIJ99Y-017e_Pkz.js";
3
3
  import o from "./Input.js";
4
4
  a("Input", () => {
5
5
  a("Rendering", () => {
@@ -4,5 +4,5 @@ type LogoProps = {
4
4
  logo: ApLogo;
5
5
  color?: 'black' | 'white' | 'gray' | 'green' | 'lightGreen';
6
6
  } & DataAttributes;
7
- export default function Logo({ logo, color, ...props }: LogoProps): import("react").JSX.Element | null;
7
+ export default function Logo({ logo, color, ...props }: LogoProps): import("react/jsx-runtime").JSX.Element | null;
8
8
  export {};
@@ -1 +1 @@
1
- export default function LogosGallery(): import("react").JSX.Element;
1
+ export default function LogosGallery(): import("react/jsx-runtime").JSX.Element;
@@ -47,4 +47,4 @@ export type NavBarProps = {
47
47
  * @param {UserProfile} [props.additionalItems.userProfile] - User profile configuration with initials and dropdown content
48
48
  * @returns {JSX.Element} The rendered NavBar component
49
49
  */
50
- export default function NavBar({ activeMenuItemHref, projectName, projectLogoIcon, projectLogoOnClick, projectTag, menuItems, menuButton, additionalItems, className, maxWidth, }: NavBarProps): import("react").JSX.Element;
50
+ export default function NavBar({ activeMenuItemHref, projectName, projectLogoIcon, projectLogoOnClick, projectTag, menuItems, menuButton, additionalItems, className, maxWidth, }: NavBarProps): import("react/jsx-runtime").JSX.Element;
@@ -4,7 +4,7 @@ import f from "../Icon/Icon.js";
4
4
  import { c as o } from "../../clsx-OuTLNxxd.js";
5
5
  import K from "../Logo/Logo.js";
6
6
  import { useState as u } from "react";
7
- import { R as v, M as _, T as b, P as d, C as p, I as N } from "../../index-IR8HlW5P.js";
7
+ import { R as v, M as _, T as b, P as d, C as p, I as N } from "../../index-D_L0ncPJ.js";
8
8
  import '../../assets/NavBar.css';const n = {
9
9
  "navbar-wrapper": "NavBar-module__navbar-wrapper___e-f8y",
10
10
  "navbar-container": "NavBar-module__navbar-container___KnbUz",
@@ -6,5 +6,5 @@ type RadioProps = {
6
6
  value?: string;
7
7
  disabled?: boolean;
8
8
  } & DataAttributes & InteractiveEventHandlers;
9
- export default function Radio({ label, value, disabled, ...props }: RadioProps): import("react").JSX.Element;
9
+ export default function Radio({ label, value, disabled, ...props }: RadioProps): import("react/jsx-runtime").JSX.Element;
10
10
  export {};
@@ -1,26 +1,26 @@
1
- import { jsxs as s, jsx as i } from "react/jsx-runtime";
1
+ import { jsxs as s, jsx as e } from "react/jsx-runtime";
2
2
  import { useId as r } from "react";
3
3
  import { c as m } from "../../clsx-OuTLNxxd.js";
4
- import { R as c, a as n } from "../../index-CHy8gqvu.js";
5
- import '../../assets/Radio.css';const _ = "Radio-module__item___3Kvj7", u = "Radio-module__indicator___TJ5hz", b = "Radio-module__label___c-sYW", R = "Radio-module__disabled___RZ0be", a = {
4
+ import { I as c, a as n } from "../../index-CCnm5-ML.js";
5
+ import '../../assets/Radio.css';const _ = "Radio-module__item___3Kvj7", u = "Radio-module__indicator___TJ5hz", b = "Radio-module__label___c-sYW", f = "Radio-module__disabled___RZ0be", a = {
6
6
  item: _,
7
7
  indicator: u,
8
8
  label: b,
9
- disabled: R
9
+ disabled: f
10
10
  };
11
11
  function I({
12
- label: t,
12
+ label: o,
13
13
  value: d = "",
14
- disabled: e = !1,
14
+ disabled: i = !1,
15
15
  ...l
16
16
  }) {
17
- const o = r();
17
+ const t = r();
18
18
  return /* @__PURE__ */ s("div", { style: {
19
19
  display: "flex",
20
20
  alignItems: "center"
21
21
  }, children: [
22
- /* @__PURE__ */ i(c, { className: m(a.item, e && a.disabled), value: d, id: o, disabled: e, "data-radio-item": !0, ...l, children: /* @__PURE__ */ i(n, { "data-radio-item-indicator": !0, className: a.indicator }) }),
23
- /* @__PURE__ */ i("label", { className: a.label, htmlFor: o, children: t })
22
+ /* @__PURE__ */ e(c, { className: m(a.item, i && a.disabled), value: d, id: t, disabled: i, "data-radio-item": !0, ...l, children: /* @__PURE__ */ e(n, { "data-radio-item-indicator": !0, className: a.indicator }) }),
23
+ /* @__PURE__ */ e("label", { className: a.label, htmlFor: t, children: o })
24
24
  ] });
25
25
  }
26
26
  export {
@@ -22,5 +22,5 @@ type RadioGroupProps = {
22
22
  * @param {'vertical' | 'horizontal'} [props.orientation='vertical'] - Layout direction of the radio buttons
23
23
  * @returns {JSX.Element} The rendered RadioGroup component
24
24
  */
25
- export default function RadioGroup({ value, ariaLabel, onChange, disabled, children, className, orientation, ...props }: RadioGroupProps): import("react").JSX.Element;
25
+ export default function RadioGroup({ value, ariaLabel, onChange, disabled, children, className, orientation, ...props }: RadioGroupProps): import("react/jsx-runtime").JSX.Element;
26
26
  export {};
@@ -1,26 +1,26 @@
1
- import { jsx as p } from "react/jsx-runtime";
2
- import { c as n } from "../../clsx-OuTLNxxd.js";
1
+ import { jsx as n } from "react/jsx-runtime";
2
+ import { c as p } from "../../clsx-OuTLNxxd.js";
3
3
  import { useState as f } from "react";
4
- import { b } from "../../index-CHy8gqvu.js";
5
- import '../../assets/RadioGroup.css';const z = "RadioGroup-module__root___ewZw-", G = "RadioGroup-module__horizontal___QsBvv", R = "RadioGroup-module__disabled___n-nfI", t = {
4
+ import { R } from "../../index-CCnm5-ML.js";
5
+ import '../../assets/RadioGroup.css';const z = "RadioGroup-module__root___ewZw-", b = "RadioGroup-module__horizontal___QsBvv", h = "RadioGroup-module__disabled___n-nfI", t = {
6
6
  root: z,
7
- horizontal: G,
8
- disabled: R
7
+ horizontal: b,
8
+ disabled: h
9
9
  };
10
10
  function w({
11
11
  value: r,
12
12
  ariaLabel: s,
13
13
  onChange: o,
14
- disabled: a = !1,
14
+ disabled: e = !1,
15
15
  children: d,
16
16
  className: i,
17
- orientation: e = "vertical",
17
+ orientation: l = "vertical",
18
18
  ...u
19
19
  }) {
20
- const [_, c] = f(r), m = (l) => {
21
- c(l), o == null || o(l);
20
+ const [_, c] = f(r), m = (a) => {
21
+ c(a), o == null || o(a);
22
22
  };
23
- return /* @__PURE__ */ p(b, { className: n(t.root, a && t.disabled, e === "horizontal" && t.horizontal, i), value: _, "aria-label": s, onValueChange: m, disabled: a, orientation: e, loop: !0, ...u, children: d });
23
+ return /* @__PURE__ */ n(R, { className: p(t.root, e && t.disabled, l === "horizontal" && t.horizontal, i), value: _, "aria-label": s, onValueChange: m, disabled: e, orientation: l, loop: !0, ...u, children: d });
24
24
  }
25
25
  export {
26
26
  w as default
@@ -1,5 +1,5 @@
1
1
  import { jsxs as p, jsx as o } from "react/jsx-runtime";
2
- import { d as r, i as l, r as i, g as n, s as a, v as u, f as c } from "../../vi.bdSIJ99Y-DWCVXj6K.js";
2
+ import { d as r, i as l, r as i, g as n, s as a, v as u, f as c } from "../../vi.bdSIJ99Y-017e_Pkz.js";
3
3
  import d from "./RadioGroup.js";
4
4
  import t from "../Radio/Radio.js";
5
5
  r("RadioGroup", () => {
@@ -29,5 +29,5 @@ type RichTextEditorProps = {
29
29
  onChange?: (value: string) => void;
30
30
  onModelChange?: (model: RichTextDocumentModel) => void;
31
31
  };
32
- export default function RichTextEditor({ className, label, required, value, placeholder, disabled, errorMessage, helpText, helpLink, helpLinkText, toolbarLayout, showToolbar, showCharacterCount, maxCharacters, resizable, rows, fullWidth, tooltipEnabled, formatOptions, toolbarOptions, onChange, onModelChange, }: RichTextEditorProps): import("react").JSX.Element;
32
+ export default function RichTextEditor({ className, label, required, value, placeholder, disabled, errorMessage, helpText, helpLink, helpLinkText, toolbarLayout, showToolbar, showCharacterCount, maxCharacters, resizable, rows, fullWidth, tooltipEnabled, formatOptions, toolbarOptions, onChange, onModelChange, }: RichTextEditorProps): import("react/jsx-runtime").JSX.Element;
33
33
  export {};
@@ -5,8 +5,8 @@ import "../Dialog/Dialog.js";
5
5
  import "../Icon/Icon.js";
6
6
  import "../Input/Input.js";
7
7
  import "../Tooltip/Tooltip.js";
8
- import { R as l } from "../../RichTextEditor-JH6YBGiw.js";
9
- import "../../index-CcsZYEYy.js";
8
+ import { R as l } from "../../RichTextEditor-xCakhho7.js";
9
+ import "../../index-CCFDXH-J.js";
10
10
  export {
11
11
  l as default
12
12
  };
@@ -1,6 +1,6 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { d, i as a, r, g as t, s as e, f as c, w as b, v as u } from "../../vi.bdSIJ99Y-DWCVXj6K.js";
3
- import { s as i, R as n } from "../../RichTextEditor-JH6YBGiw.js";
2
+ import { d, i as a, r, g as t, s as e, f as c, w as b, v as u } from "../../vi.bdSIJ99Y-017e_Pkz.js";
3
+ import { s as i, R as n } from "../../RichTextEditor-xCakhho7.js";
4
4
  d("RichTextEditor", () => {
5
5
  d("Rendering", () => {
6
6
  a("renders label and required marker", () => {
@@ -29,5 +29,5 @@ type SearchInputProps = {
29
29
  * @param {(value: string) => void} [props.onChange] - Callback fired when the search input value changes
30
30
  * @returns {JSX.Element} The rendered Search component
31
31
  */
32
- export default function Search({ label, value, placeholder, autofocus, inline, required, errorMessage, onChange, onSearchFocus, disabled, className, ...props }: SearchInputProps): import("react").JSX.Element;
32
+ export default function Search({ label, value, placeholder, autofocus, inline, required, errorMessage, onChange, onSearchFocus, disabled, className, ...props }: SearchInputProps): import("react/jsx-runtime").JSX.Element;
33
33
  export {};
@@ -1,5 +1,5 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
- import { d as u, i as o, r as i, g as t, s as n, v as p, f as d } from "../../vi.bdSIJ99Y-DWCVXj6K.js";
2
+ import { d as u, i as o, r as i, g as t, s as n, v as p, f as d } from "../../vi.bdSIJ99Y-017e_Pkz.js";
3
3
  import a from "./Search.js";
4
4
  u("Search", () => {
5
5
  u("Rendering", () => {
@@ -14,5 +14,5 @@ type SpinnerProps = {
14
14
  * @param {string} [props.className] - Additional CSS classes to apply
15
15
  * @returns {JSX.Element} The rendered Spinner component
16
16
  */
17
- export default function Spinner({ size, color, className, ...props }: SpinnerProps): import("react").JSX.Element;
17
+ export default function Spinner({ size, color, className, ...props }: SpinnerProps): import("react/jsx-runtime").JSX.Element;
18
18
  export {};
@@ -14,5 +14,5 @@ type SplitButtonProps = {
14
14
  loading?: boolean;
15
15
  buttonLabel?: string;
16
16
  } & DataAttributes & InteractiveEventHandlers;
17
- export default function SplitButton({ type, trigger, size, actionOptions, disabled, loading, buttonLabel, className, ...props }: SplitButtonProps): import("react").JSX.Element;
17
+ export default function SplitButton({ type, trigger, size, actionOptions, disabled, loading, buttonLabel, className, ...props }: SplitButtonProps): import("react/jsx-runtime").JSX.Element;
18
18
  export {};
@@ -5,9 +5,9 @@ import * as p from "react";
5
5
  import { useRef as U, useState as I, useEffect as $ } from "react";
6
6
  import K from "../Icon/Icon.js";
7
7
  import "../Input/Input.js";
8
- import { u as j, P as H, c as v, g as F, b as V } from "../../index-B4szHVNJ.js";
9
- import { R as X, A as q, P as J, C as Q, I as Y, c as C, G as Z, L as ee, a as oe, b as ne, d as te, e as re, S as ae, f as ie, g as de, h as pe } from "../../index-CE9NpYQR.js";
10
- import { u as y } from "../../index-6DGSlWJb.js";
8
+ import { u as j, P as H, c as v, a as F, b as V } from "../../index-z_kiwVc3.js";
9
+ import { R as X, A as q, P as J, C as Q, I as Y, c as C, G as Z, L as ee, a as oe, b as ne, d as te, e as re, S as ae, f as ie, g as de, h as pe } from "../../index-Ii4UOx3H.js";
10
+ import { u as y } from "../../index-C2s_VtSb.js";
11
11
  import '../../assets/SplitButton.css';var D = "DropdownMenu", [se] = V(
12
12
  D,
13
13
  [C]
@@ -1,5 +1,5 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
- import { d, i as c, r as l, s as e, g as t, f as g, v as b } from "../../vi.bdSIJ99Y-DWCVXj6K.js";
2
+ import { d, i as c, r as l, s as e, g as t, f as g, v as b } from "../../vi.bdSIJ99Y-017e_Pkz.js";
3
3
  import r from "./SplitButton.js";
4
4
  d("SplitButton", () => {
5
5
  const a = (i) => {
@@ -27,5 +27,5 @@ type TabProps = {
27
27
  * @param {() => void} [props.onClick] - Callback fired when the tab is activated
28
28
  * @returns {JSX.Element} The rendered Tab component
29
29
  */
30
- export default function Tab({ label, numberCount, hasError, iconClassName, tag, active, disabled, onClick, className, ...props }: TabProps): import("react").JSX.Element;
30
+ export default function Tab({ label, numberCount, hasError, iconClassName, tag, active, disabled, onClick, className, ...props }: TabProps): import("react/jsx-runtime").JSX.Element;
31
31
  export {};
@@ -6,5 +6,5 @@ type TabNavigationProps = {
6
6
  align?: 'left' | 'center' | 'right';
7
7
  noUnderline?: boolean;
8
8
  } & DataAttributes;
9
- export default function TabNavigation({ children, align, className, noUnderline, ...props }: TabNavigationProps): import("react").JSX.Element;
9
+ export default function TabNavigation({ children, align, className, noUnderline, ...props }: TabNavigationProps): import("react/jsx-runtime").JSX.Element;
10
10
  export {};
@@ -31,5 +31,5 @@ type TagProps = BaseTagProps & ({
31
31
  * @param {() => void} [props.onClose] - Callback fired when the close button is clicked
32
32
  * @returns {JSX.Element} The rendered Tag component
33
33
  */
34
- export default function Tag({ type, size, structure, iconPosition, label, color, className, noIcon, onClose, ...props }: TagProps): import("react").JSX.Element;
34
+ export default function Tag({ type, size, structure, iconPosition, label, color, className, noIcon, onClose, ...props }: TagProps): import("react/jsx-runtime").JSX.Element;
35
35
  export {};
@@ -1,5 +1,5 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
- import { d as c, i as o, r as l, g as e, s as t } from "../../vi.bdSIJ99Y-DWCVXj6K.js";
2
+ import { d as c, i as o, r as l, g as e, s as t } from "../../vi.bdSIJ99Y-017e_Pkz.js";
3
3
  import s from "./Tag.js";
4
4
  c("Tag", () => {
5
5
  c("Rendering", () => {
@@ -51,5 +51,5 @@ type TagsFieldsProps = {
51
51
  * @param {DataAttributes} [props.data-*] - Additional `data-` attributes forwarded to the root element
52
52
  * @returns {JSX.Element} The rendered TagsFields component
53
53
  */
54
- export default function TagsFields({ className, label, options, value, disabled, required, searchable, searchPlaceholder, errorMessage, helpText, helpLink, helpLinkText, onChange, onSearch, multiSelect, grouped, align, dropdownMenuClassName, labelTooltip, unselect, selectedOptionLabel, selectedOptionsLabel, allOptionsSelectedLabel, caseSensitive, ...props }: TagsFieldsProps): import("react").JSX.Element;
54
+ export default function TagsFields({ className, label, options, value, disabled, required, searchable, searchPlaceholder, errorMessage, helpText, helpLink, helpLinkText, onChange, onSearch, multiSelect, grouped, align, dropdownMenuClassName, labelTooltip, unselect, selectedOptionLabel, selectedOptionsLabel, allOptionsSelectedLabel, caseSensitive, ...props }: TagsFieldsProps): import("react/jsx-runtime").JSX.Element;
55
55
  export {};
@@ -5,7 +5,7 @@ import W from "../Icon/Icon.js";
5
5
  import Ie from "../Button/Button.js";
6
6
  import "../Input/Input.js";
7
7
  import Fe from "../Tooltip/Tooltip.js";
8
- import { R as ve, A as Te, P as Ne, C as Le } from "../../index-CcsZYEYy.js";
8
+ import { R as ve, A as Te, P as Ne, C as Le } from "../../index-CCFDXH-J.js";
9
9
  import '../../assets/TagsFields.css';const De = "TagsFields-module__dropdownContainer___GIsND", Ce = "TagsFields-module__dropdownLabel___AUP9W", ye = "TagsFields-module__dropdownLabelDisabled___hilvh", Oe = "TagsFields-module__required___Ybg21", ke = "TagsFields-module__dropdownWrapper___KxTZl", Re = "TagsFields-module__selectedItemsCreatable___Pnf8l", xe = "TagsFields-module__selectedItem___Tp6lp", Ae = "TagsFields-module__selectedItemLabel___SwoJL", Se = "TagsFields-module__removeButton___od0yh", We = "TagsFields-module__removeIcon___2WRCF", Ee = "TagsFields-module__singleSelectedCreatableItem___QwENt", Me = "TagsFields-module__singleSelectedCreatableItemRemoveButton___1PeN7", Ve = "TagsFields-module__dropdownActions___USb5V", Be = "TagsFields-module__dropdownArrow___JT9d3", Pe = "TagsFields-module__dropdownArrowOpen___jPfTk", je = "TagsFields-module__dropdownMenu___gPhtC", qe = "TagsFields-module__dropdownCreatableSearchContainer___mltcH", Ge = "TagsFields-module__disabled___1OfNF", ze = "TagsFields-module__dropdownCreatableError___R6oyD", Je = "TagsFields-module__creatableInput___qz9jI", Qe = "TagsFields-module__optionsList___qyawx", Ue = "TagsFields-module__categoryGroup___In039", Ye = "TagsFields-module__categoryDivider___eROv0", Ke = "TagsFields-module__categoryLabel___Cv2h5", He = "TagsFields-module__optionItem___UujFS", Xe = "TagsFields-module__optionItemDisabled___9gB8N", Ze = "TagsFields-module__optionItemFocused___4rsDt", $e = "TagsFields-module__optionContent___QSC9G", et = "TagsFields-module__optionLabel___N-fQ7", tt = "TagsFields-module__tickIcon___3uRY-", st = "TagsFields-module__noOptions___ugYj9", lt = "TagsFields-module__helpers___ab6f-", ot = "TagsFields-module__helpText___Qzdqh", dt = "TagsFields-module__helpTextDisabled___m-oFo", nt = "TagsFields-module__helpLink___JQDmR", at = "TagsFields-module__helpLinkDisabled___Nk1BX", rt = "TagsFields-module__errorMessage___b-ugf", t = {
10
10
  dropdownContainer: De,
11
11
  dropdownLabel: Ce,
@@ -38,5 +38,5 @@ type TextareaProps = {
38
38
  * @param {TextareaLabelTooltipProps} [props.labelTooltip] - Tooltip to display next to the label
39
39
  * @returns {JSX.Element} The rendered Textarea component
40
40
  */
41
- export default function Textarea({ label, rows, cols, value, placeholder, required, errorMessage, disabled, onChange, maxLength, resize, autofocus, fullWidth, labelTooltip, className, ...props }: TextareaProps): import("react").JSX.Element;
41
+ export default function Textarea({ label, rows, cols, value, placeholder, required, errorMessage, disabled, onChange, maxLength, resize, autofocus, fullWidth, labelTooltip, className, ...props }: TextareaProps): import("react/jsx-runtime").JSX.Element;
42
42
  export {};
@@ -1,5 +1,5 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import { d, i as s, r as n, g as t, s as a, f as i, v as u } from "../../vi.bdSIJ99Y-DWCVXj6K.js";
2
+ import { d, i as s, r as n, g as t, s as a, f as i, v as u } from "../../vi.bdSIJ99Y-017e_Pkz.js";
3
3
  import o from "./Textarea.js";
4
4
  d("Textarea", () => {
5
5
  d("Rendering", () => {
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { d as l, i as a, r as n, g as e, s, w as i } from "../../vi.bdSIJ99Y-DWCVXj6K.js";
2
+ import { d as l, i as a, r as n, g as e, s, w as i } from "../../vi.bdSIJ99Y-017e_Pkz.js";
3
3
  import c from "./Toast.js";
4
4
  const r = 200;
5
5
  l("Toast", () => {
@@ -1,4 +1,3 @@
1
- import { default as React } from 'react';
2
1
  import { ToastProviderProps } from './types';
3
2
  /**
4
3
  * ToastProvider component for managing toast notifications programmatically.
@@ -17,4 +16,4 @@ import { ToastProviderProps } from './types';
17
16
  * </ToastProvider>
18
17
  * ```
19
18
  */
20
- export default function ToastProvider({ children, maxSnack, anchorOrigin, autoHideDuration, preventDuplicate, }: ToastProviderProps): React.JSX.Element;
19
+ export default function ToastProvider({ children, maxSnack, anchorOrigin, autoHideDuration, preventDuplicate, }: ToastProviderProps): import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { T as i } from "../../ToastProvider-DVycF0zU.js";
3
+ import { T as i } from "../../ToastProvider-D5LImZ-Q.js";
4
4
  import "../Toast/Toast.js";
5
5
  export {
6
6
  i as default
@@ -1,9 +1,9 @@
1
1
  import { jsx as t, jsxs as y } from "react/jsx-runtime";
2
- import { d as h, b as I, i, r as a, g as n, s as e, v as g, w as r, c as k, e as B } from "../../vi.bdSIJ99Y-DWCVXj6K.js";
3
- import { u as c } from "../../index-banDzeKa.js";
2
+ import { d as h, b as I, i, r as a, g as n, s as e, v as g, w as r, a as k, c as B } from "../../vi.bdSIJ99Y-017e_Pkz.js";
3
+ import { u as c } from "../../index-DkTDHhag.js";
4
4
  import { useRef as f, useEffect as v, useState as p } from "react";
5
- import { T as l } from "../../ToastProvider-DVycF0zU.js";
6
- import { u as T } from "../../useToast-CpwrYPvx.js";
5
+ import { T as l } from "../../ToastProvider-D5LImZ-Q.js";
6
+ import { u as T } from "../../useToast-Cz5MGKnw.js";
7
7
  function u({
8
8
  onMount: s
9
9
  }) {
@@ -21,5 +21,5 @@ type ToggleProps = {
21
21
  * @param {(checked: CheckedState) => void} [props.onChange] - Callback fired when the toggle state changes
22
22
  * @returns {JSX.Element} The rendered Toggle component
23
23
  */
24
- export default function Toggle({ label, checked, disabled, labelPosition, onChange, className, ...props }: ToggleProps): import("react").JSX.Element;
24
+ export default function Toggle({ label, checked, disabled, labelPosition, onChange, className, ...props }: ToggleProps): import("react/jsx-runtime").JSX.Element;
25
25
  export {};