@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.
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Pause: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Pause;
@@ -0,0 +1,3 @@
1
+ import { SVGAttributes } from "react";
2
+ declare const Stop: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Stop;
@@ -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 clip-path="url(#clip0_378_10860)">
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.5rem",
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.5rem",
1868
+ "left": "2.25rem",
1869
1869
  "bottom": {
1870
1870
  "default": "2.5rem",
1871
1871
  "active": "1.5rem"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickhouse/click-ui",
3
- "version": "0.0.52",
3
+ "version": "0.0.54",
4
4
  "description": "Official ClickHouse design system react library",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",