@clickhouse/click-ui 0.0.52 → 0.0.54
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/dist/click-ui.es.js +5636 -6001
- package/dist/click-ui.umd.js +162 -104
- package/dist/components/CardPrimary/CardPrimary.d.ts +11 -5
- package/dist/components/Icon/IconCommon.d.ts +2 -0
- package/dist/components/Select/common/SelectStyled.d.ts +2226 -0
- package/dist/components/icons/Pause.d.ts +3 -0
- package/dist/components/icons/Stop.d.ts +3 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/types.d.ts +1 -0
- package/dist/logo.svg +1 -1
- package/dist/styles/variables.json.d.ts +2 -2
- package/package.json +1 -1
|
@@ -51,3 +51,4 @@ export { default as ClickUIProvider } from "./ClickUIProvider/ClickUIProvider";
|
|
|
51
51
|
export { useToast } from "./Toast/useToast";
|
|
52
52
|
export { createToast } from "./Toast/toastEmitter";
|
|
53
53
|
export { UserIcon as ProfileIcon } from "./icons/UserIcon";
|
|
54
|
+
export { default as VerticalStepper } from "./VerticalStepper/VerticalStepper";
|
|
@@ -38,6 +38,7 @@ export type { ConfirmationDialogProps } from "./ConfirmationDialog/ConfirmationD
|
|
|
38
38
|
export type { FileTabStatusType } from "./FileTabs/FileTabs";
|
|
39
39
|
export type { TableHeaderType, TableRowType, TableProps } from "./Table/Table";
|
|
40
40
|
export type { BigStatProps } from "./BigStat/BigStat";
|
|
41
|
+
export type { VerticalStepperProps, VerticalStepProps, } from "./VerticalStepper/VerticalStepper";
|
|
41
42
|
export type States = "default" | "active" | "disabled" | "error" | "hover";
|
|
42
43
|
export type HorizontalDirection = "start" | "end";
|
|
43
44
|
export type Orientation = "horizontal" | "vertical";
|
package/dist/logo.svg
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg width="135" height="40" viewBox="0 0 135 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g
|
|
2
|
+
<g clipPath="url(#clip0_378_10860)">
|
|
3
3
|
<rect x="2.70837" y="9.875" width="2.24992" height="20.2493" rx="0.236664" fill="white" />
|
|
4
4
|
<rect x="7.2085" y="9.875" width="2.24992" height="20.2493" rx="0.236664" fill="white" />
|
|
5
5
|
<rect x="11.7086" y="9.875" width="2.24992" height="20.2493" rx="0.236664" fill="white" />
|
|
@@ -1790,7 +1790,7 @@ declare const _default: {
|
|
|
1790
1790
|
"x": "1rem",
|
|
1791
1791
|
"y": "0.5rem"
|
|
1792
1792
|
},
|
|
1793
|
-
"left": "2.
|
|
1793
|
+
"left": "2.75rem",
|
|
1794
1794
|
"bottom": {
|
|
1795
1795
|
"default": "2.5rem",
|
|
1796
1796
|
"active": "1.5rem"
|
|
@@ -1865,7 +1865,7 @@ declare const _default: {
|
|
|
1865
1865
|
"x": "1rem",
|
|
1866
1866
|
"y": "0.5rem"
|
|
1867
1867
|
},
|
|
1868
|
-
"left": "2.
|
|
1868
|
+
"left": "2.25rem",
|
|
1869
1869
|
"bottom": {
|
|
1870
1870
|
"default": "2.5rem",
|
|
1871
1871
|
"active": "1.5rem"
|