@clickhouse/click-ui 0.0.239 → 0.0.240

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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Click UI
2
2
 
3
- The home of the ClickHouse design system and component library. Click UI is in very early development and subject to change, we do not recommend using it for production purposes.
3
+ The home of the ClickHouse design system and component library.
4
4
 
5
5
  ## Using Click UI in an external app
6
6
 
@@ -49,6 +49,7 @@ export type { CardPromotionProps } from './CardPromotion/CardPromotion';
49
49
  export type { ProgressBarProps } from './ProgressBar/ProgressBar';
50
50
  export type { GridProps, CellProps, SelectedRegion, SelectionFocus, SelectionPos, SelectionAction, GridContextMenuItemProps, Rectangle, } from './Grid/types';
51
51
  export type { StyledLinkProps } from './Link/common';
52
+ export type { DateRange } from './DatePicker/utils';
52
53
  export type States = "default" | "active" | "disabled" | "error" | "hover";
53
54
  export type HorizontalDirection = "start" | "end";
54
55
  export type Orientation = "horizontal" | "vertical";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickhouse/click-ui",
3
- "version": "0.0.239",
3
+ "version": "0.0.240",
4
4
  "description": "Official ClickHouse design system react library",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",