@clickhouse/click-ui 0.0.232 → 0.0.234

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.
@@ -34,7 +34,7 @@ export interface SelectOptionItem extends Omit<SelectItemProps, "children" | "la
34
34
  description?: ReactNode;
35
35
  [key: `data-${string}`]: string;
36
36
  }
37
- interface SelectGroupOptionItem extends Omit<SelectGroupProps, "children" | "label" | "description"> {
37
+ export interface SelectGroupOptionItem extends Omit<SelectGroupProps, "children" | "label" | "description"> {
38
38
  options: Array<SelectOptionItem>;
39
39
  label?: never;
40
40
  [key: `data-${string}`]: string;
@@ -60,6 +60,7 @@ export type { GenericLabelProps } from './GenericLabel/GenericLabel';
60
60
  export type { MultiAccordionProps } from './MultiAccordion/MultiAccordion';
61
61
  export type { CheckboxVariants } from './Checkbox/Checkbox';
62
62
  export type { CursorOptions } from './cursorOptions';
63
+ export type { SelectGroupOptionItem, SelectOptionItem } from './Select/common/types';
63
64
  export type { IconButtonProps };
64
65
  export type { AlertProps };
65
66
  export type { AvatarProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickhouse/click-ui",
3
- "version": "0.0.232",
3
+ "version": "0.0.234",
4
4
  "description": "Official ClickHouse design system react library",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",