@rocket.chat/fuselage 0.66.4 → 0.67.0

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 (147) hide show
  1. package/README.md +2 -2
  2. package/dist/components/Accordion/Accordion.d.ts +1 -1
  3. package/dist/components/Accordion/Accordion.d.ts.map +1 -1
  4. package/dist/components/AutoComplete/AutoComplete.d.ts.map +1 -1
  5. package/dist/components/Avatar/Avatar.d.ts +3 -8
  6. package/dist/components/Avatar/Avatar.d.ts.map +1 -1
  7. package/dist/components/Avatar/AvatarContainer.d.ts +2 -1
  8. package/dist/components/Avatar/AvatarContainer.d.ts.map +1 -1
  9. package/dist/components/Avatar/AvatarStack.d.ts +3 -3
  10. package/dist/components/Avatar/AvatarStack.d.ts.map +1 -1
  11. package/dist/components/Avatar/index.d.ts +3 -3
  12. package/dist/components/Avatar/index.d.ts.map +1 -1
  13. package/dist/components/Box/index.d.ts +1 -1
  14. package/dist/components/Box/index.d.ts.map +1 -1
  15. package/dist/components/Divider/Divider.d.ts +3 -3
  16. package/dist/components/Divider/Divider.d.ts.map +1 -1
  17. package/dist/components/EmailInput/EmailInput.d.ts +6 -8
  18. package/dist/components/EmailInput/EmailInput.d.ts.map +1 -1
  19. package/dist/components/Field/Field.d.ts +3 -3
  20. package/dist/components/Field/Field.d.ts.map +1 -1
  21. package/dist/components/Field/FieldDescription.d.ts +3 -3
  22. package/dist/components/Field/FieldDescription.d.ts.map +1 -1
  23. package/dist/components/Field/FieldError.d.ts +3 -3
  24. package/dist/components/Field/FieldError.d.ts.map +1 -1
  25. package/dist/components/Field/FieldHint.d.ts +3 -3
  26. package/dist/components/Field/FieldHint.d.ts.map +1 -1
  27. package/dist/components/Field/FieldLabel.d.ts +5 -1
  28. package/dist/components/Field/FieldLabel.d.ts.map +1 -1
  29. package/dist/components/Field/FieldLabelInfo.d.ts +3 -3
  30. package/dist/components/Field/FieldLabelInfo.d.ts.map +1 -1
  31. package/dist/components/Field/FieldLink.d.ts +3 -3
  32. package/dist/components/Field/FieldLink.d.ts.map +1 -1
  33. package/dist/components/Field/FieldRow.d.ts +3 -3
  34. package/dist/components/Field/FieldRow.d.ts.map +1 -1
  35. package/dist/components/Field/index.d.ts +8 -57
  36. package/dist/components/Field/index.d.ts.map +1 -1
  37. package/dist/components/InputBox/Input.d.ts +4 -3
  38. package/dist/components/InputBox/Input.d.ts.map +1 -1
  39. package/dist/components/InputBox/InputBox.d.ts +14 -13
  40. package/dist/components/InputBox/InputBox.d.ts.map +1 -1
  41. package/dist/components/InputBox/InputBoxAddon.d.ts +5 -0
  42. package/dist/components/InputBox/InputBoxAddon.d.ts.map +1 -0
  43. package/dist/components/InputBox/InputBoxSkeleton.d.ts +4 -5
  44. package/dist/components/InputBox/InputBoxSkeleton.d.ts.map +1 -1
  45. package/dist/components/InputBox/InputBoxWrapper.d.ts +5 -0
  46. package/dist/components/InputBox/InputBoxWrapper.d.ts.map +1 -0
  47. package/dist/components/InputBox/index.d.ts +3 -42
  48. package/dist/components/InputBox/index.d.ts.map +1 -1
  49. package/dist/components/MultiSelect/MultiSelectAnchorParams.d.ts +1 -1
  50. package/dist/components/MultiSelect/MultiSelectAnchorParams.d.ts.map +1 -1
  51. package/dist/components/MultiSelect/MultiSelectFilteredAnchor.d.ts +1 -1
  52. package/dist/components/MultiSelect/MultiSelectFilteredAnchor.d.ts.map +1 -1
  53. package/dist/components/NumberInput/NumberInput.d.ts +3 -4
  54. package/dist/components/NumberInput/NumberInput.d.ts.map +1 -1
  55. package/dist/components/Option/CheckOption.d.ts +4 -22
  56. package/dist/components/Option/CheckOption.d.ts.map +1 -1
  57. package/dist/components/Option/Option.d.ts +9 -12
  58. package/dist/components/Option/Option.d.ts.map +1 -1
  59. package/dist/components/Option/OptionAvatar.d.ts +1 -1
  60. package/dist/components/Option/OptionAvatar.d.ts.map +1 -1
  61. package/dist/components/Option/OptionColumn.d.ts +1 -1
  62. package/dist/components/Option/OptionColumn.d.ts.map +1 -1
  63. package/dist/components/Option/OptionContent.d.ts +2 -1
  64. package/dist/components/Option/OptionContent.d.ts.map +1 -1
  65. package/dist/components/Option/OptionDescription.d.ts +1 -1
  66. package/dist/components/Option/OptionDescription.d.ts.map +1 -1
  67. package/dist/components/Option/OptionDescriptionBlock.d.ts +2 -2
  68. package/dist/components/Option/OptionDescriptionBlock.d.ts.map +1 -1
  69. package/dist/components/Option/OptionDivider.d.ts +2 -3
  70. package/dist/components/Option/OptionDivider.d.ts.map +1 -1
  71. package/dist/components/Option/OptionHeader.d.ts +1 -1
  72. package/dist/components/Option/OptionHeader.d.ts.map +1 -1
  73. package/dist/components/Option/OptionIcon.d.ts +2 -3
  74. package/dist/components/Option/OptionIcon.d.ts.map +1 -1
  75. package/dist/components/Option/OptionInput.d.ts +1 -1
  76. package/dist/components/Option/OptionInput.d.ts.map +1 -1
  77. package/dist/components/Option/OptionMenu.d.ts +2 -4
  78. package/dist/components/Option/OptionMenu.d.ts.map +1 -1
  79. package/dist/components/Option/OptionTitle.d.ts +1 -1
  80. package/dist/components/Option/OptionTitle.d.ts.map +1 -1
  81. package/dist/components/Option/index.d.ts +14 -98
  82. package/dist/components/Option/index.d.ts.map +1 -1
  83. package/dist/components/Options/OptionContainer.d.ts +5 -0
  84. package/dist/components/Options/OptionContainer.d.ts.map +1 -0
  85. package/dist/components/Options/OptionType.d.ts +10 -0
  86. package/dist/components/Options/OptionType.d.ts.map +1 -0
  87. package/dist/components/Options/Options.d.ts +14 -20
  88. package/dist/components/Options/Options.d.ts.map +1 -1
  89. package/dist/components/Options/OptionsEmpty.d.ts +6 -0
  90. package/dist/components/Options/OptionsEmpty.d.ts.map +1 -0
  91. package/dist/components/Options/index.d.ts +4 -16
  92. package/dist/components/Options/index.d.ts.map +1 -1
  93. package/dist/components/Options/useCursor.d.ts +3 -2
  94. package/dist/components/Options/useCursor.d.ts.map +1 -1
  95. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts +2 -20
  96. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts.map +1 -1
  97. package/dist/components/PaginatedSelect/PaginatedMultiSelect.d.ts +2 -2
  98. package/dist/components/PaginatedSelect/PaginatedMultiSelect.d.ts.map +1 -1
  99. package/dist/components/PaginatedSelect/PaginatedMultiSelectFiltered.d.ts.map +1 -1
  100. package/dist/components/PasswordInput/PasswordInput.d.ts +3 -4
  101. package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -1
  102. package/dist/components/SearchInput/SearchInput.d.ts +6 -8
  103. package/dist/components/SearchInput/SearchInput.d.ts.map +1 -1
  104. package/dist/components/Select/SelectAnchorParams.d.ts +1 -1
  105. package/dist/components/Select/SelectAnchorParams.d.ts.map +1 -1
  106. package/dist/components/Select/SelectFilteredAnchor.d.ts +1 -1
  107. package/dist/components/Select/SelectFilteredAnchor.d.ts.map +1 -1
  108. package/dist/components/Select/SelectTrigger.d.ts +1 -1
  109. package/dist/components/Select/SelectTrigger.d.ts.map +1 -1
  110. package/dist/components/SelectInput/SelectInput.d.ts +10 -5
  111. package/dist/components/SelectInput/SelectInput.d.ts.map +1 -1
  112. package/dist/components/SelectInput/SelectInputOption.d.ts +5 -0
  113. package/dist/components/SelectInput/SelectInputOption.d.ts.map +1 -0
  114. package/dist/components/SelectInput/SelectInputPlaceholder.d.ts +5 -0
  115. package/dist/components/SelectInput/SelectInputPlaceholder.d.ts.map +1 -0
  116. package/dist/components/SelectInput/index.d.ts +2 -4
  117. package/dist/components/SelectInput/index.d.ts.map +1 -1
  118. package/dist/components/Sidebar/index.d.ts +1 -1
  119. package/dist/components/Skeleton/Skeleton.d.ts +2 -2
  120. package/dist/components/Skeleton/Skeleton.d.ts.map +1 -1
  121. package/dist/components/TelephoneInput/TelephoneInput.d.ts +7 -9
  122. package/dist/components/TelephoneInput/TelephoneInput.d.ts.map +1 -1
  123. package/dist/components/TextAreaInput/TextAreaInput.d.ts +6 -8
  124. package/dist/components/TextAreaInput/TextAreaInput.d.ts.map +1 -1
  125. package/dist/components/TextInput/TextInput.d.ts +7 -4
  126. package/dist/components/TextInput/TextInput.d.ts.map +1 -1
  127. package/dist/components/UrlInput/UrlInput.d.ts +3 -4
  128. package/dist/components/UrlInput/UrlInput.d.ts.map +1 -1
  129. package/dist/components/index.d.ts +0 -3
  130. package/dist/components/index.d.ts.map +1 -1
  131. package/dist/fuselage.css +2 -2
  132. package/dist/fuselage.css.map +1 -1
  133. package/dist/fuselage.development.js +8490 -15158
  134. package/dist/fuselage.development.js.map +1 -1
  135. package/dist/fuselage.production.js +226 -2
  136. package/dist/helpers/composeClassNames.d.ts +1 -1
  137. package/dist/helpers/composeClassNames.d.ts.map +1 -1
  138. package/package.json +32 -39
  139. package/dist/components/InputBox/Addon.d.ts +0 -4
  140. package/dist/components/InputBox/Addon.d.ts.map +0 -1
  141. package/dist/components/InputBox/Option.d.ts +0 -4
  142. package/dist/components/InputBox/Option.d.ts.map +0 -1
  143. package/dist/components/InputBox/Placeholder.d.ts +0 -4
  144. package/dist/components/InputBox/Placeholder.d.ts.map +0 -1
  145. package/dist/components/InputBox/Wrapper.d.ts +0 -4
  146. package/dist/components/InputBox/Wrapper.d.ts.map +0 -1
  147. package/dist/fuselage.production.js.LICENSE.txt +0 -18
@@ -1 +1 @@
1
- {"version":3,"file":"MultiSelectFilteredAnchor.d.ts","sourceRoot":"","sources":["../../../src/components/MultiSelect/MultiSelectFilteredAnchor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iBAAiB,EAEjB,oBAAoB,EACpB,iBAAiB,EACjB,SAAS,EAEV,MAAM,OAAO,CAAC;AAMf,KAAK,8BAA8B,GAAG;IACpC,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,iBAAiB,CAAC;IAC3B,MAAM,EAAE,iBAAiB,CAAC;IAC1B,OAAO,EAAE,oBAAoB,CAAC;IAC9B,SAAS,EAAE,oBAAoB,CAAC;CACjC,CAAC;AAEF,QAAA,MAAM,yBAAyB,oHA0B7B,CAAC;AAEH,eAAe,yBAAyB,CAAC"}
1
+ {"version":3,"file":"MultiSelectFilteredAnchor.d.ts","sourceRoot":"","sources":["../../../src/components/MultiSelect/MultiSelectFilteredAnchor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iBAAiB,EAEjB,oBAAoB,EACpB,iBAAiB,EACjB,SAAS,EAEV,MAAM,OAAO,CAAC;AAMf,KAAK,8BAA8B,GAAG;IACpC,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,iBAAiB,CAAC;IAC3B,MAAM,EAAE,iBAAiB,CAAC;IAC1B,OAAO,EAAE,oBAAoB,CAAC;IAC9B,SAAS,EAAE,oBAAoB,CAAC;CACjC,CAAC;AAEF,QAAA,MAAM,yBAAyB,6HA0B7B,CAAC;AAEH,eAAe,yBAAyB,CAAC"}
@@ -1,9 +1,8 @@
1
- import type { ComponentProps } from 'react';
2
- import { InputBox } from '../InputBox';
3
- type NumberInputProps = Omit<ComponentProps<typeof InputBox>, 'type'>;
1
+ import { type InputBoxProps } from '../InputBox';
2
+ type NumberInputProps = Omit<InputBoxProps, 'type'>;
4
3
  /**
5
4
  * An input for numbers.
6
5
  */
7
- export declare const NumberInput: import("react").ForwardRefExoticComponent<Omit<NumberInputProps, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
6
+ export declare const NumberInput: import("react").ForwardRefExoticComponent<NumberInputProps & import("react").RefAttributes<HTMLInputElement>>;
8
7
  export {};
9
8
  //# sourceMappingURL=NumberInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NumberInput.d.ts","sourceRoot":"","sources":["../../../src/components/NumberInput/NumberInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAO,MAAM,OAAO,CAAC;AAGjD,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,KAAK,gBAAgB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,EAAE,MAAM,CAAC,CAAC;AAEtE;;GAEG;AACH,eAAO,MAAM,WAAW,4HAKtB,CAAC"}
1
+ {"version":3,"file":"NumberInput.d.ts","sourceRoot":"","sources":["../../../src/components/NumberInput/NumberInput.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAY,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AAE3D,KAAK,gBAAgB,GAAG,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC;AAEpD;;GAEG;AACH,eAAO,MAAM,WAAW,+GAKtB,CAAC"}
@@ -1,23 +1,5 @@
1
- import type { ComponentProps } from 'react';
2
- export declare const CheckOption: import("react").NamedExoticComponent<Omit<Omit<{
3
- is?: ComponentProps<typeof import("..").Box>["is"];
4
- id?: string;
5
- children?: import("react").ReactNode;
6
- label?: import("react").ReactNode;
7
- focus?: boolean;
8
- selected?: boolean;
9
- className?: ComponentProps<typeof import("..").Box>["className"];
10
- ref?: import("react").Ref<Element>;
11
- icon?: ComponentProps<typeof import("..").Icon>["name"];
12
- gap?: boolean;
13
- avatar?: import("react").ReactNode;
14
- title?: string;
15
- disabled?: boolean;
16
- value?: string;
17
- variant?: "danger" | "success" | "warning" | "primary";
18
- onClick?: (event: import("react").MouseEvent<HTMLElement>) => void;
19
- description?: import("react").ReactNode;
20
- } & Omit<import("react").AllHTMLAttributes<HTMLElement>, "label">, "ref"> & import("react").RefAttributes<unknown>, "ref"> & {
21
- ref?: ((instance: unknown) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<unknown> | null | undefined;
22
- }>;
1
+ import { type OptionProps } from './Option';
2
+ export type CheckOptionProps = OptionProps;
3
+ declare const _default: import("react").MemoExoticComponent<({ selected, children: label, ...options }: CheckOptionProps) => import("react/jsx-runtime").JSX.Element>;
4
+ export default _default;
23
5
  //# sourceMappingURL=CheckOption.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CheckOption.d.ts","sourceRoot":"","sources":["../../../src/components/Option/CheckOption.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAS5C,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;EAUtB,CAAC"}
1
+ {"version":3,"file":"CheckOption.d.ts","sourceRoot":"","sources":["../../../src/components/Option/CheckOption.tsx"],"names":[],"mappings":"AAIA,OAAe,EAAE,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAEpD,MAAM,MAAM,gBAAgB,GAAG,WAAW,CAAC;wGAMxC,gBAAgB;AAQnB,wBAAiC"}
@@ -1,16 +1,16 @@
1
- import type { Ref, ComponentProps, ReactNode, MouseEvent, AllHTMLAttributes } from 'react';
2
- import type { Icon } from '../..';
3
- import type Box from '../Box';
4
- type OptionProps = {
5
- is?: ComponentProps<typeof Box>['is'];
1
+ import type { Ref, ReactNode, MouseEvent, AllHTMLAttributes } from 'react';
2
+ import type { BoxProps } from '../Box';
3
+ import type { IconProps } from '../Icon';
4
+ export type OptionProps = {
5
+ is?: BoxProps['is'];
6
6
  id?: string;
7
7
  children?: ReactNode;
8
8
  label?: ReactNode;
9
9
  focus?: boolean;
10
10
  selected?: boolean;
11
- className?: ComponentProps<typeof Box>['className'];
11
+ className?: BoxProps['className'];
12
12
  ref?: Ref<Element>;
13
- icon?: ComponentProps<typeof Icon>['name'];
13
+ icon?: IconProps['name'];
14
14
  gap?: boolean;
15
15
  avatar?: ReactNode;
16
16
  title?: string;
@@ -20,9 +20,6 @@ type OptionProps = {
20
20
  onClick?: (event: MouseEvent<HTMLElement>) => void;
21
21
  description?: ReactNode;
22
22
  } & Omit<AllHTMLAttributes<HTMLElement>, 'label'>;
23
- /**
24
- * The generic `Option` item of options. Can be freely used or inside the `Options` as well.
25
- */
26
- declare const Option: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<OptionProps, "ref"> & import("react").RefAttributes<unknown>>>;
27
- export default Option;
23
+ declare const _default: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<OptionProps, "ref"> & import("react").RefAttributes<unknown>>>;
24
+ export default _default;
28
25
  //# sourceMappingURL=Option.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Option.d.ts","sourceRoot":"","sources":["../../../src/components/Option/Option.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,GAAG,EACH,cAAc,EACd,SAAS,EACT,UAAU,EACV,iBAAiB,EAClB,MAAM,OAAO,CAAC;AAGf,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAGlC,OAAO,KAAK,GAAG,MAAM,QAAQ,CAAC;AAM9B,KAAK,WAAW,GAAG;IACjB,EAAE,CAAC,EAAE,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC;IACtC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC,WAAW,CAAC,CAAC;IACpD,GAAG,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;IACnB,IAAI,CAAC,EAAE,cAAc,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,CAAC,CAAC;IAC3C,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,CAAC;IACvD,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;IACnD,WAAW,CAAC,EAAE,SAAS,CAAC;CACzB,GAAG,IAAI,CAAC,iBAAiB,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC,CAAC;AAElD;;GAEG;AACH,QAAA,MAAM,MAAM,mJAkEX,CAAC;AAEF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"Option.d.ts","sourceRoot":"","sources":["../../../src/components/Option/Option.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,SAAS,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAI3E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AACvC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAOzC,MAAM,MAAM,WAAW,GAAG;IACxB,EAAE,CAAC,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAC;IACpB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,QAAQ,CAAC,WAAW,CAAC,CAAC;IAClC,GAAG,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;IACnB,IAAI,CAAC,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;IACzB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,CAAC;IACvD,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;IACnD,WAAW,CAAC,EAAE,SAAS,CAAC;CACzB,GAAG,IAAI,CAAC,iBAAiB,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC,CAAC;;AAuElD,wBAA4B"}
@@ -1,5 +1,5 @@
1
1
  import type { ReactNode } from 'react';
2
- type OptionAvatarProps = {
2
+ export type OptionAvatarProps = {
3
3
  children?: ReactNode;
4
4
  };
5
5
  declare const OptionAvatar: (props: OptionAvatarProps) => import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"OptionAvatar.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionAvatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,KAAK,iBAAiB,GAAG;IACvB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,YAAY,GAAI,OAAO,iBAAiB,4CAE7C,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"OptionAvatar.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionAvatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,YAAY,GAAI,OAAO,iBAAiB,4CAE7C,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { ReactNode } from 'react';
2
- type OptionColumnProps = {
2
+ export type OptionColumnProps = {
3
3
  children?: ReactNode;
4
4
  };
5
5
  declare const OptionColumn: (props: OptionColumnProps) => import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"OptionColumn.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionColumn.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,KAAK,iBAAiB,GAAG;IACvB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,YAAY,GAAI,OAAO,iBAAiB,4CAE7C,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"OptionColumn.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionColumn.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,YAAY,GAAI,OAAO,iBAAiB,4CAE7C,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import type { HTMLAttributes } from 'react';
2
- declare const OptionContent: (props: HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
2
+ export type OptionContentProps = HTMLAttributes<HTMLDivElement>;
3
+ declare const OptionContent: (props: OptionContentProps) => import("react/jsx-runtime").JSX.Element;
3
4
  export default OptionContent;
4
5
  //# sourceMappingURL=OptionContent.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OptionContent.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,QAAA,MAAM,aAAa,GAAI,OAAO,cAAc,CAAC,cAAc,CAAC,4CAE3D,CAAC;AAEF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"OptionContent.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,MAAM,MAAM,kBAAkB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEhE,QAAA,MAAM,aAAa,GAAI,OAAO,kBAAkB,4CAE/C,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { ReactNode } from 'react';
2
- type OptionDescriptionProps = {
2
+ export type OptionDescriptionProps = {
3
3
  children?: ReactNode;
4
4
  };
5
5
  declare const OptionDescription: (props: OptionDescriptionProps) => import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"OptionDescription.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionDescription.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,KAAK,sBAAsB,GAAG;IAC5B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,iBAAiB,GAAI,OAAO,sBAAsB,4CAEvD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"OptionDescription.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionDescription.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,sBAAsB,GAAG;IACnC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,iBAAiB,GAAI,OAAO,sBAAsB,4CAEvD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import type { ReactNode } from 'react';
2
- type OptionDescriptionProps = {
2
+ export type OptionDescriptionBlockProps = {
3
3
  children?: ReactNode;
4
4
  };
5
- declare const OptionDescriptionBlock: (props: OptionDescriptionProps) => import("react/jsx-runtime").JSX.Element;
5
+ declare const OptionDescriptionBlock: (props: OptionDescriptionBlockProps) => import("react/jsx-runtime").JSX.Element;
6
6
  export default OptionDescriptionBlock;
7
7
  //# sourceMappingURL=OptionDescriptionBlock.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OptionDescriptionBlock.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionDescriptionBlock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,KAAK,sBAAsB,GAAG;IAC5B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,sBAAsB,GAAI,OAAO,sBAAsB,4CAE5D,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
1
+ {"version":3,"file":"OptionDescriptionBlock.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionDescriptionBlock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,2BAA2B,GAAG;IACxC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,sBAAsB,GAAI,OAAO,2BAA2B,4CAEjE,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
@@ -1,6 +1,5 @@
1
- import type { ComponentProps } from 'react';
2
- import { Divider } from '../..';
3
- type OptionDividerProps = ComponentProps<typeof Divider>;
1
+ import { type DividerProps } from '../Divider';
2
+ export type OptionDividerProps = DividerProps;
4
3
  declare const OptionDivider: (props: OptionDividerProps) => import("react/jsx-runtime").JSX.Element;
5
4
  export default OptionDivider;
6
5
  //# sourceMappingURL=OptionDivider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OptionDivider.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionDivider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAEhC,KAAK,kBAAkB,GAAG,cAAc,CAAC,OAAO,OAAO,CAAC,CAAC;AAEzD,QAAA,MAAM,aAAa,GAAI,OAAO,kBAAkB,4CAA2B,CAAC;AAE5E,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"OptionDivider.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionDivider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAW,KAAK,YAAY,EAAE,MAAM,YAAY,CAAC;AAExD,MAAM,MAAM,kBAAkB,GAAG,YAAY,CAAC;AAE9C,QAAA,MAAM,aAAa,GAAI,OAAO,kBAAkB,4CAA2B,CAAC;AAE5E,eAAe,aAAa,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { ReactNode } from 'react';
2
- type OptionHeaderProps = {
2
+ export type OptionHeaderProps = {
3
3
  children: ReactNode;
4
4
  };
5
5
  declare const OptionHeader: ({ children }: OptionHeaderProps) => import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"OptionHeader.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,KAAK,iBAAiB,GAAG;IACvB,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,QAAA,MAAM,YAAY,GAAI,cAAc,iBAAiB,4CAEpD,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"OptionHeader.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,QAAA,MAAM,YAAY,GAAI,cAAc,iBAAiB,4CAEpD,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1,6 +1,5 @@
1
- import type { ComponentProps } from 'react';
2
- import { Icon } from '../Icon';
3
- type OptionIconProps = ComponentProps<typeof Icon>;
1
+ import { type IconProps } from '../Icon';
2
+ export type OptionIconProps = IconProps;
4
3
  declare const OptionIcon: (props: OptionIconProps) => import("react/jsx-runtime").JSX.Element;
5
4
  export default OptionIcon;
6
5
  //# sourceMappingURL=OptionIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OptionIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAI/B,KAAK,eAAe,GAAG,cAAc,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnD,QAAA,MAAM,UAAU,GAAI,OAAO,eAAe,4CAIzC,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"OptionIcon.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,SAAS,CAAC;AAI/C,MAAM,MAAM,eAAe,GAAG,SAAS,CAAC;AAExC,QAAA,MAAM,UAAU,GAAI,OAAO,eAAe,4CAIzC,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { ReactNode } from 'react';
2
- type OptionInputProps = {
2
+ export type OptionInputProps = {
3
3
  children?: ReactNode;
4
4
  };
5
5
  declare const OptionInput: (props: OptionInputProps) => import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"OptionInput.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,KAAK,gBAAgB,GAAG;IACtB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,WAAW,GAAI,OAAO,gBAAgB,4CAE3C,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"OptionInput.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,WAAW,GAAI,OAAO,gBAAgB,4CAE3C,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,7 +1,5 @@
1
- import type { HTMLAttributes, ReactNode } from 'react';
2
- type OptionMenuProps = {
3
- children?: ReactNode;
4
- } & HTMLAttributes<HTMLDivElement>;
1
+ import type { HTMLAttributes } from 'react';
2
+ export type OptionMenuProps = HTMLAttributes<HTMLDivElement>;
5
3
  declare const OptionMenu: (props: OptionMenuProps) => import("react/jsx-runtime").JSX.Element;
6
4
  export default OptionMenu;
7
5
  //# sourceMappingURL=OptionMenu.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OptionMenu.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD,KAAK,eAAe,GAAG;IACrB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,QAAA,MAAM,UAAU,GAAI,OAAO,eAAe,4CAEzC,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"OptionMenu.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAE7D,QAAA,MAAM,UAAU,GAAI,OAAO,eAAe,4CAEzC,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { ReactNode } from 'react';
2
- type OptionTitleProps = {
2
+ export type OptionTitleProps = {
3
3
  children?: ReactNode;
4
4
  };
5
5
  declare const OptionTitle: (props: OptionTitleProps) => import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"OptionTitle.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,KAAK,gBAAgB,GAAG;IACtB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,WAAW,GAAI,OAAO,gBAAgB,4CAE3C,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"OptionTitle.d.ts","sourceRoot":"","sources":["../../../src/components/Option/OptionTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,WAAW,GAAI,OAAO,gBAAgB,4CAE3C,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,99 +1,15 @@
1
- import OptionAvatar from './OptionAvatar';
2
- import OptionColumn from './OptionColumn';
3
- import OptionContent from './OptionContent';
4
- import OptionDescription from './OptionDescription';
5
- import OptionDescriptionBlock from './OptionDescriptionBlock';
6
- import OptionDivider from './OptionDivider';
7
- import OptionHeader from './OptionHeader';
8
- import OptionIcon from './OptionIcon';
9
- import OptionInput from './OptionInput';
10
- import OptionMenu from './OptionMenu';
11
- import OptionSkeleton from './OptionSkeleton';
12
- import OptionTitle from './OptionTitle';
13
- declare const _default: import("react").NamedExoticComponent<Omit<Omit<{
14
- is?: import("react").ComponentProps<typeof import("..").Box>["is"];
15
- id?: string;
16
- children?: import("react").ReactNode;
17
- label?: import("react").ReactNode;
18
- focus?: boolean;
19
- selected?: boolean;
20
- className?: import("react").ComponentProps<typeof import("..").Box>["className"];
21
- ref?: import("react").Ref<Element>;
22
- icon?: import("react").ComponentProps<typeof import("..").Icon>["name"];
23
- gap?: boolean;
24
- avatar?: import("react").ReactNode;
25
- title?: string;
26
- disabled?: boolean;
27
- value?: string;
28
- variant?: "danger" | "success" | "warning" | "primary";
29
- onClick?: (event: import("react").MouseEvent<HTMLElement>) => void;
30
- description?: import("react").ReactNode;
31
- } & Omit<import("react").AllHTMLAttributes<HTMLElement>, "label">, "ref"> & import("react").RefAttributes<unknown>, "ref"> & {
32
- ref?: ((instance: unknown) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<unknown> | null | undefined;
33
- }> & {
34
- readonly type: import("react").ForwardRefExoticComponent<Omit<{
35
- is?: import("react").ComponentProps<typeof import("..").Box>["is"];
36
- id?: string;
37
- children?: import("react").ReactNode;
38
- label?: import("react").ReactNode;
39
- focus?: boolean;
40
- selected?: boolean;
41
- className?: import("react").ComponentProps<typeof import("..").Box>["className"];
42
- ref?: import("react").Ref<Element>;
43
- icon?: import("react").ComponentProps<typeof import("..").Icon>["name"];
44
- gap?: boolean;
45
- avatar?: import("react").ReactNode;
46
- title?: string;
47
- disabled?: boolean;
48
- value?: string;
49
- variant?: "danger" | "success" | "warning" | "primary";
50
- onClick?: (event: import("react").MouseEvent<HTMLElement>) => void;
51
- description?: import("react").ReactNode;
52
- } & Omit<import("react").AllHTMLAttributes<HTMLElement>, "label">, "ref"> & import("react").RefAttributes<unknown>>;
53
- } & {
54
- /** @deprecated */
55
- Description: (props: {
56
- children?: import("react").ReactNode;
57
- }) => import("react/jsx-runtime").JSX.Element;
58
- /** @deprecated */
59
- Skeleton: () => import("react/jsx-runtime").JSX.Element;
60
- /** @deprecated */
61
- Avatar: (props: {
62
- children?: import("react").ReactNode;
63
- }) => import("react/jsx-runtime").JSX.Element;
64
- /** @deprecated */
65
- Menu: (props: {
66
- children?: import("react").ReactNode;
67
- } & import("react").HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
68
- /** @deprecated */
69
- Icon: (props: Omit<import("..").IconProps, "ref"> & import("react").RefAttributes<HTMLElement>) => import("react/jsx-runtime").JSX.Element;
70
- /** @deprecated */
71
- Divider: (props: Omit<import("../Box").BoxProps & import("react").RefAttributes<any>, "ref"> & {
72
- ref?: ((instance: any) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<any> | null | undefined;
73
- } & {
74
- variation?: "danger";
75
- children?: import("react").ReactNode;
76
- vertical?: boolean;
77
- }) => import("react/jsx-runtime").JSX.Element;
78
- /** @deprecated */
79
- Column: (props: {
80
- children?: import("react").ReactNode;
81
- }) => import("react/jsx-runtime").JSX.Element;
82
- /** @deprecated */
83
- Content: (props: import("react").HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
84
- };
85
- export default _default;
86
- export * from './CheckOption';
87
- export { OptionAvatar };
88
- export { OptionColumn };
89
- export { OptionContent };
90
- export { OptionDescription };
91
- export { OptionDescriptionBlock };
92
- export { OptionDivider };
93
- export { OptionIcon };
94
- export { OptionInput };
95
- export { OptionMenu };
96
- export { OptionSkeleton };
97
- export { OptionTitle };
98
- export { OptionHeader };
1
+ export { default as CheckOption, type CheckOptionProps } from './CheckOption';
2
+ export { default as Option, type OptionProps } from './Option';
3
+ export { default as OptionAvatar, type OptionAvatarProps, } from './OptionAvatar';
4
+ export { default as OptionColumn, type OptionColumnProps, } from './OptionColumn';
5
+ export { default as OptionContent, type OptionContentProps, } from './OptionContent';
6
+ export { default as OptionDescription, type OptionDescriptionProps, } from './OptionDescription';
7
+ export { default as OptionDescriptionBlock, type OptionDescriptionBlockProps, } from './OptionDescriptionBlock';
8
+ export { default as OptionDivider, type OptionDividerProps, } from './OptionDivider';
9
+ export { default as OptionIcon, type OptionIconProps } from './OptionIcon';
10
+ export { default as OptionInput, type OptionInputProps } from './OptionInput';
11
+ export { default as OptionMenu, type OptionMenuProps } from './OptionMenu';
12
+ export { default as OptionSkeleton } from './OptionSkeleton';
13
+ export { default as OptionTitle, type OptionTitleProps } from './OptionTitle';
14
+ export { default as OptionHeader, type OptionHeaderProps, } from './OptionHeader';
99
15
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Option/index.tsx"],"names":[],"mappings":"AACA,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AACpD,OAAO,sBAAsB,MAAM,0BAA0B,CAAC;AAC9D,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,UAAU,MAAM,cAAc,CAAC;AACtC,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,WAAW,MAAM,eAAe,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAGtC,kBAAkB;;;;IAElB,kBAAkB;;IAElB,kBAAkB;;;;IAElB,kBAAkB;;;;IAElB,kBAAkB;;IAElB,kBAAkB;;;;;;;;IAElB,kBAAkB;;;;IAElB,kBAAkB;;;AAfpB,wBAiBG;AAEH,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,CAAC;AACzB,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAC7B,OAAO,EAAE,sBAAsB,EAAE,CAAC;AAClC,OAAO,EAAE,aAAa,EAAE,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB,OAAO,EAAE,WAAW,EAAE,CAAC;AACvB,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB,OAAO,EAAE,cAAc,EAAE,CAAC;AAC1B,OAAO,EAAE,WAAW,EAAE,CAAC;AACvB,OAAO,EAAE,YAAY,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Option/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAC/D,OAAO,EACL,OAAO,IAAI,YAAY,EACvB,KAAK,iBAAiB,GACvB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,OAAO,IAAI,YAAY,EACvB,KAAK,iBAAiB,GACvB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,OAAO,IAAI,aAAa,EACxB,KAAK,kBAAkB,GACxB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,OAAO,IAAI,iBAAiB,EAC5B,KAAK,sBAAsB,GAC5B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,OAAO,IAAI,sBAAsB,EACjC,KAAK,2BAA2B,GACjC,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,OAAO,IAAI,aAAa,EACxB,KAAK,kBAAkB,GACxB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC9E,OAAO,EACL,OAAO,IAAI,YAAY,EACvB,KAAK,iBAAiB,GACvB,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { type BoxProps } from '../Box';
2
+ export type OptionContainerProps = BoxProps;
3
+ declare const OptionContainer: import("react").ForwardRefExoticComponent<BoxProps & import("react").RefAttributes<HTMLElement>>;
4
+ export default OptionContainer;
5
+ //# sourceMappingURL=OptionContainer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OptionContainer.d.ts","sourceRoot":"","sources":["../../../src/components/Options/OptionContainer.tsx"],"names":[],"mappings":"AAEA,OAAY,EAAE,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAI5C,MAAM,MAAM,oBAAoB,GAAG,QAAQ,CAAC;AAE5C,QAAA,MAAM,eAAe,kGAoBpB,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,10 @@
1
+ import type { ReactNode } from 'react';
2
+ export type OptionType = [
3
+ value: string | number,
4
+ label: ReactNode,
5
+ selected?: boolean,
6
+ disabled?: boolean,
7
+ type?: 'heading' | 'divider' | 'option',
8
+ url?: string
9
+ ];
10
+ //# sourceMappingURL=OptionType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OptionType.d.ts","sourceRoot":"","sources":["../../../src/components/Options/OptionType.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,EAAE,MAAM,GAAG,MAAM;IACtB,KAAK,EAAE,SAAS;IAChB,QAAQ,CAAC,EAAE,OAAO;IAClB,QAAQ,CAAC,EAAE,OAAO;IAClB,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ;IACvC,GAAG,CAAC,EAAE,MAAM;CACb,CAAC"}
@@ -1,16 +1,7 @@
1
- import type { ComponentProps, ElementType, ReactNode } from 'react';
2
- import Box from '../Box';
3
- import { useCursor } from './useCursor';
4
- export { useCursor };
5
- export type OptionType = [
6
- value: string | number,
7
- label: ReactNode,
8
- selected?: boolean,
9
- disabled?: boolean,
10
- type?: 'heading' | 'divider' | 'option',
11
- url?: string
12
- ];
13
- type OptionsProps = Omit<ComponentProps<typeof Box>, 'onSelect'> & {
1
+ import type { ElementType } from 'react';
2
+ import { type BoxProps } from '../Box';
3
+ import type { OptionType } from './OptionType';
4
+ export type OptionsProps = Omit<BoxProps, 'onSelect'> & {
14
5
  multiple?: boolean;
15
6
  options: OptionType[];
16
7
  cursor: number;
@@ -19,14 +10,17 @@ type OptionsProps = Omit<ComponentProps<typeof Box>, 'onSelect'> & {
19
10
  onSelect: (option: OptionType) => void;
20
11
  customEmpty?: string;
21
12
  };
22
- export declare const Empty: import("react").MemoExoticComponent<({ customEmpty }: {
23
- customEmpty: string;
24
- }) => import("react/jsx-runtime").JSX.Element>;
25
13
  /**
26
14
  * An input for selection of options.
27
15
  */
28
- export declare const Options: import("react").ForwardRefExoticComponent<Omit<OptionsProps, "ref"> & import("react").RefAttributes<HTMLElement>>;
29
- export declare const OptionContainer: import("react").ForwardRefExoticComponent<Omit<Omit<import("../Box").BoxProps & import("react").RefAttributes<any>, "ref"> & {
30
- ref?: ((instance: any) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<any> | null | undefined;
31
- }, "ref"> & import("react").RefAttributes<HTMLElement>>;
16
+ declare const Options: import("react").ForwardRefExoticComponent<Omit<BoxProps, "onSelect"> & {
17
+ multiple?: boolean;
18
+ options: OptionType[];
19
+ cursor: number;
20
+ renderItem?: ElementType;
21
+ renderEmpty?: ElementType;
22
+ onSelect: (option: OptionType) => void;
23
+ customEmpty?: string;
24
+ } & import("react").RefAttributes<HTMLElement>>;
25
+ export default Options;
32
26
  //# sourceMappingURL=Options.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Options.d.ts","sourceRoot":"","sources":["../../../src/components/Options/Options.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,cAAc,EACd,WAAW,EACX,SAAS,EAGV,MAAM,OAAO,CAAC;AAIf,OAAO,GAAG,MAAM,QAAQ,CAAC;AAKzB,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,OAAO,EAAE,SAAS,EAAE,CAAC;AAErB,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,EAAE,MAAM,GAAG,MAAM;IACtB,KAAK,EAAE,SAAS;IAChB,QAAQ,CAAC,EAAE,OAAO;IAClB,QAAQ,CAAC,EAAE,OAAO;IAClB,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ;IACvC,GAAG,CAAC,EAAE,MAAM;CACb,CAAC;AAEF,KAAK,YAAY,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,GAAG,CAAC,EAAE,UAAU,CAAC,GAAG;IACjE,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,QAAQ,EAAE,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI,CAAC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,KAAK,wDAA0B;IAAE,WAAW,EAAE,MAAM,CAAA;CAAE,6CAEjE,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,OAAO,mHAgGnB,CAAC;AACF,eAAO,MAAM,eAAe;;uDAwB1B,CAAC"}
1
+ {"version":3,"file":"Options.d.ts","sourceRoot":"","sources":["../../../src/components/Options/Options.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAkB,MAAM,OAAO,CAAC;AAIzD,OAAY,EAAE,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAK5C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG/C,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,QAAQ,EAAE,UAAU,CAAC,GAAG;IACtD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,QAAQ,EAAE,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI,CAAC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,OAAO;eAZA,OAAO;aACT,UAAU,EAAE;YACb,MAAM;iBACD,WAAW;kBACV,WAAW;cACf,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI;kBACxB,MAAM;+CAoGpB,CAAC;AAEH,eAAe,OAAO,CAAC"}
@@ -0,0 +1,6 @@
1
+ export type OptionsEmptyProps = {
2
+ customEmpty: string;
3
+ };
4
+ declare const _default: import("react").MemoExoticComponent<({ customEmpty }: OptionsEmptyProps) => import("react/jsx-runtime").JSX.Element>;
5
+ export default _default;
6
+ //# sourceMappingURL=OptionsEmpty.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OptionsEmpty.d.ts","sourceRoot":"","sources":["../../../src/components/Options/OptionsEmpty.tsx"],"names":[],"mappings":"AAIA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;8EAEqC,iBAAiB;AAIxD,wBAAkC"}
@@ -1,17 +1,5 @@
1
- export * from './Options';
2
- declare const _default: import("react").ForwardRefExoticComponent<Omit<Omit<Omit<import("../Box").BoxProps & import("react").RefAttributes<any>, "ref"> & {
3
- ref?: ((instance: any) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<any> | null | undefined;
4
- }, "onSelect"> & {
5
- multiple?: boolean;
6
- options: import("./Options").OptionType[];
7
- cursor: number;
8
- renderItem?: import("react").ElementType;
9
- renderEmpty?: import("react").ElementType;
10
- onSelect: (option: import("./Options").OptionType) => void;
11
- customEmpty?: string;
12
- }, "ref"> & import("react").RefAttributes<HTMLElement>> & {
13
- /** @deprecated */
14
- AvatarSize: "x20";
15
- };
16
- export default _default;
1
+ export { default as Options, type OptionsProps } from './Options';
2
+ export { default as OptionContainer, type OptionContainerProps, } from './OptionContainer';
3
+ export type { OptionType } from './OptionType';
4
+ export { useCursor } from './useCursor';
17
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Options/index.ts"],"names":[],"mappings":"AAIA,cAAc,WAAW,CAAC;;;;;;;;;;;;IAKxB,kBAAkB;;;AADpB,wBAGG"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Options/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,WAAW,CAAC;AAClE,OAAO,EACL,OAAO,IAAI,eAAe,EAC1B,KAAK,oBAAoB,GAC1B,MAAM,mBAAmB,CAAC;AAC3B,YAAY,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import type { KeyboardEvent } from 'react';
2
- import type { OptionType } from './Options';
2
+ import type { OptionType } from './OptionType';
3
3
  import { useVisible } from './useVisible';
4
- export type UseCursorOnChange<T> = (option: T, visibilityHandler: ReturnType<typeof useVisible>) => void;
4
+ type UseCursorOnChange<T> = (option: T, visibilityHandler: ReturnType<typeof useVisible>) => void;
5
5
  export declare const useCursor: <T extends readonly [value: unknown, label: unknown, selected?: unknown, disabled?: unknown, type?: OptionType[4], url?: string] = OptionType>(initial: number, options: Array<T>, onChange: UseCursorOnChange<T>) => [cursor: number, handleKeyDown: (e: KeyboardEvent) => void, handleKeyUp: (e: KeyboardEvent) => void, reset: () => void, visibilityHandler: ReturnType<typeof useVisible>];
6
+ export {};
6
7
  //# sourceMappingURL=useCursor.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useCursor.d.ts","sourceRoot":"","sources":["../../../src/components/Options/useCursor.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAK3C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAqD1C,MAAM,MAAM,iBAAiB,CAAC,CAAC,IAAI,CACjC,MAAM,EAAE,CAAC,EACT,iBAAiB,EAAE,UAAU,CAAC,OAAO,UAAU,CAAC,KAC7C,IAAI,CAAC;AAEV,eAAO,MAAM,SAAS,GACpB,CAAC,SAAS,SAAS,CACjB,KAAK,EAAE,OAAO,EACd,KAAK,EAAE,OAAO,EACd,QAAQ,CAAC,EAAE,OAAO,EAClB,QAAQ,CAAC,EAAE,OAAO,EAClB,IAAI,CAAC,EAAE,UAAU,CAAC,CAAC,CAAC,EACpB,GAAG,CAAC,EAAE,MAAM,CACb,GAAG,UAAU,EAEd,SAAS,MAAM,EACf,SAAS,KAAK,CAAC,CAAC,CAAC,EACjB,UAAU,iBAAiB,CAAC,CAAC,CAAC,KAC7B,CACD,MAAM,EAAE,MAAM,EACd,aAAa,EAAE,CAAC,CAAC,EAAE,aAAa,KAAK,IAAI,EACzC,WAAW,EAAE,CAAC,CAAC,EAAE,aAAa,KAAK,IAAI,EACvC,KAAK,EAAE,MAAM,IAAI,EACjB,iBAAiB,EAAE,UAAU,CAAC,OAAO,UAAU,CAAC,CA2FjD,CAAC"}
1
+ {"version":3,"file":"useCursor.d.ts","sourceRoot":"","sources":["../../../src/components/Options/useCursor.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAK3C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAqD1C,KAAK,iBAAiB,CAAC,CAAC,IAAI,CAC1B,MAAM,EAAE,CAAC,EACT,iBAAiB,EAAE,UAAU,CAAC,OAAO,UAAU,CAAC,KAC7C,IAAI,CAAC;AAEV,eAAO,MAAM,SAAS,GACpB,CAAC,SAAS,SAAS,CACjB,KAAK,EAAE,OAAO,EACd,KAAK,EAAE,OAAO,EACd,QAAQ,CAAC,EAAE,OAAO,EAClB,QAAQ,CAAC,EAAE,OAAO,EAClB,IAAI,CAAC,EAAE,UAAU,CAAC,CAAC,CAAC,EACpB,GAAG,CAAC,EAAE,MAAM,CACb,GAAG,UAAU,EAEd,SAAS,MAAM,EACf,SAAS,KAAK,CAAC,CAAC,CAAC,EACjB,UAAU,iBAAiB,CAAC,CAAC,CAAC,KAC7B,CACD,MAAM,EAAE,MAAM,EACd,aAAa,EAAE,CAAC,CAAC,EAAE,aAAa,KAAK,IAAI,EACzC,WAAW,EAAE,CAAC,CAAC,EAAE,aAAa,KAAK,IAAI,EACvC,KAAK,EAAE,MAAM,IAAI,EACjB,iBAAiB,EAAE,UAAU,CAAC,OAAO,UAAU,CAAC,CA2FjD,CAAC"}
@@ -1,4 +1,4 @@
1
- import type { ComponentProps, ElementType, Ref } from 'react';
1
+ import type { ComponentProps, ElementType } from 'react';
2
2
  import Box from '../Box';
3
3
  type OptionsPaginatedProps = Omit<ComponentProps<typeof Box>, 'onSelect'> & {
4
4
  multiple?: boolean;
@@ -15,25 +15,7 @@ type OptionsPaginatedProps = Omit<ComponentProps<typeof Box>, 'onSelect'> & {
15
15
  endReached?: (index: number) => void;
16
16
  };
17
17
  export declare const Empty: import("react").MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>;
18
- export declare const CheckOption: import("react").NamedExoticComponent<Omit<Omit<{
19
- is?: ComponentProps<typeof Box>["is"];
20
- id?: string;
21
- children?: import("react").ReactNode;
22
- label?: import("react").ReactNode;
23
- focus?: boolean;
24
- selected?: boolean;
25
- className?: ComponentProps<typeof Box>["className"];
26
- ref?: Ref<Element>;
27
- icon?: ComponentProps<typeof import("..").Icon>["name"];
28
- gap?: boolean;
29
- avatar?: import("react").ReactNode;
30
- title?: string;
31
- disabled?: boolean;
32
- value?: string;
33
- variant?: "danger" | "success" | "warning" | "primary";
34
- onClick?: (event: import("react").MouseEvent<HTMLElement>) => void;
35
- description?: import("react").ReactNode;
36
- } & Omit<import("react").AllHTMLAttributes<HTMLElement>, "label">, "ref"> & import("react").RefAttributes<unknown>, "ref"> & {
18
+ export declare const CheckOption: import("react").NamedExoticComponent<Omit<Omit<import("..").OptionProps, "ref"> & import("react").RefAttributes<unknown>, "ref"> & {
37
19
  ref?: ((instance: unknown) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<unknown> | null | undefined;
38
20
  }>;
39
21
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"OptionsPaginated.d.ts","sourceRoot":"","sources":["../../../src/components/OptionsPaginated/OptionsPaginated.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,GAAG,EAAkB,MAAM,OAAO,CAAC;AAM9E,OAAO,GAAG,MAAM,QAAQ,CAAC;AAKzB,KAAK,qBAAqB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,GAAG,CAAC,EAAE,UAAU,CAAC,GAAG;IAC1E,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE;QAAE,KAAK,EAAE,OAAO,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,EAAE,CAAC;IACjE,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,QAAQ,EAAE,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC,KAAK,IAAI,CAAC;IAC9C,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACtC,CAAC;AAEF,eAAO,MAAM,KAAK,oFAAuC,CAAC;AAI1D,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;EAUtB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,gBAAgB,wHAgE5B,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,qFAA6C,gFAMvE,CAAC"}
1
+ {"version":3,"file":"OptionsPaginated.d.ts","sourceRoot":"","sources":["../../../src/components/OptionsPaginated/OptionsPaginated.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAuB,MAAM,OAAO,CAAC;AAM9E,OAAO,GAAG,MAAM,QAAQ,CAAC;AAKzB,KAAK,qBAAqB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,GAAG,CAAC,EAAE,UAAU,CAAC,GAAG;IAC1E,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE;QAAE,KAAK,EAAE,OAAO,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,EAAE,CAAC;IACjE,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,QAAQ,EAAE,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC,KAAK,IAAI,CAAC;IAC9C,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACtC,CAAC;AAEF,eAAO,MAAM,KAAK,oFAAuC,CAAC;AAI1D,eAAO,MAAM,WAAW;;EAUtB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,gBAAgB,wHAgE5B,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,qFAA6C,gFAMvE,CAAC"}
@@ -1,6 +1,6 @@
1
- import { type ComponentProps, ElementType } from 'react';
1
+ import { type ComponentProps, type ElementType } from 'react';
2
2
  import Box from '../Box';
3
- import Option from '../Option';
3
+ import { Option } from '../Option';
4
4
  import { OptionsPaginated } from '../OptionsPaginated';
5
5
  export type PaginatedMultiSelectOption = {
6
6
  value: string | number;