@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 +1 -1
- package/dist/components/types.d.ts +1 -0
- package/package.json +1 -1
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.
|
|
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";
|