@clickhouse/click-ui 0.0.50 → 0.0.51
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 +10525 -11313
- package/dist/click-ui.umd.js +234 -236
- package/dist/components/Icon/IconCommon.d.ts +1 -0
- package/dist/components/Icon/types.d.ts +1 -1
- package/dist/components/Logos/AWSAthena.d.ts +3 -0
- package/dist/components/Logos/AWS_S3.d.ts +3 -0
- package/dist/components/Logos/GCS.d.ts +3 -0
- package/dist/components/Logos/Hex.d.ts +3 -0
- package/dist/components/Logos/Prequel.d.ts +3 -0
- package/dist/components/Logos/dBeaver.d.ts +3 -0
- package/dist/components/Logos/types.d.ts +1 -1
- package/dist/components/icons/DotsVerticalDouble.d.ts +3 -0
- package/dist/styles/types.d.ts +34 -0
- package/dist/styles/variables.classic.json.d.ts +12 -0
- package/dist/styles/variables.dark.json.d.ts +1 -1
- package/dist/styles/variables.json.d.ts +35 -1
- package/dist/styles/variables.light.json.d.ts +1 -1
- package/package.json +2 -2
- package/dist/components/Logos/AwsS3.d.ts +0 -3
- package/dist/components/Select/common/SelectStyled.d.ts +0 -2226
|
@@ -42,6 +42,7 @@ export declare const ICONS_MAP: {
|
|
|
42
42
|
"dots-horizontal": (props: import("react").SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
43
43
|
"dots-triangle": (props: import("react").SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
44
44
|
"dots-vertical": (props: import("react").SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
45
|
+
"dots-vertical-double": (props: import("react").SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
45
46
|
download: (props: import("react").SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
46
47
|
"download-in-circle": (props: import("react").SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
47
48
|
email: (props: import("react").SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -4,7 +4,7 @@ import { FlagName, FlagProps } from "../icons/Flags";
|
|
|
4
4
|
import { LogoName } from "../Logos/types";
|
|
5
5
|
import { PaymentName, PaymentProps } from "../icons/Payments";
|
|
6
6
|
export type IconSize = "xs" | "sm" | "md" | "lg" | "xl" | "xxl";
|
|
7
|
-
export type IconName = "activity" | "arrow-down" | "arrow-right" | "arrow-triangle" | "arrow-directions" | "arrow-up" | "auth-app" | "auth-sms" | "backups" | "blog" | "book" | "brackets" | "briefcase" | "building" | "burger-menu" | "cards" | "cell-tower" | "chat" | "check" | "check-in-circle" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clock" | "cloud" | "code" | "code-in-square" | "connect" | "connect-alt" | "console" | "copy" | "cross" | "data" | "database" | "disk" | "display" | "document" | "dots-horizontal" | "dots-triangle" | "dots-vertical" | "download" | "download-in-circle" | "email" | "empty" | "eye" | "eye-closed" | "filter" | "fire" | "folder-closed" | "folder-open" | "gift" | "history" | "horizontal-loading" | "home" | "http" | "info-in-circle" | "information" | "insert-row" | "integrations" | "key" | "keys" | "light-bulb" | "lightening" | "loading" | "loading-animated" | "metrics" | "metrics-alt" | "payment" | "pencil" | "pie-chart" | "play" | "play-in-circle" | "plus" | "popout" | "query" | "question" | "refresh" | "search" | "secure" | "services" | "settings" | "share" | "share-arrow" | "slide-in" | "slide-out" | "sort-alt" | "sort" | "sparkle" | "speaker" | "speed" | "star" | "support" | "table" | "taxi" | "trash" | "upload" | "url" | "user" | "users" | "warning" | "waves";
|
|
7
|
+
export type IconName = "activity" | "arrow-down" | "arrow-right" | "arrow-triangle" | "arrow-directions" | "arrow-up" | "auth-app" | "auth-sms" | "backups" | "blog" | "book" | "brackets" | "briefcase" | "building" | "burger-menu" | "cards" | "cell-tower" | "chat" | "check" | "check-in-circle" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clock" | "cloud" | "code" | "code-in-square" | "connect" | "connect-alt" | "console" | "copy" | "cross" | "data" | "database" | "disk" | "display" | "document" | "dots-horizontal" | "dots-triangle" | "dots-vertical" | "dots-vertical-double" | "download" | "download-in-circle" | "email" | "empty" | "eye" | "eye-closed" | "filter" | "fire" | "folder-closed" | "folder-open" | "gift" | "history" | "horizontal-loading" | "home" | "http" | "info-in-circle" | "information" | "insert-row" | "integrations" | "key" | "keys" | "light-bulb" | "lightening" | "loading" | "loading-animated" | "metrics" | "metrics-alt" | "payment" | "pencil" | "pie-chart" | "play" | "play-in-circle" | "plus" | "popout" | "query" | "question" | "refresh" | "search" | "secure" | "services" | "settings" | "share" | "share-arrow" | "slide-in" | "slide-out" | "sort-alt" | "sort" | "sparkle" | "speaker" | "speed" | "star" | "support" | "table" | "taxi" | "trash" | "upload" | "url" | "user" | "users" | "warning" | "waves";
|
|
8
8
|
export interface IconProps extends SVGAttributes<HTMLOrSVGElement> {
|
|
9
9
|
name: IconName;
|
|
10
10
|
color?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type LogoName = "clickhouse" | "aws-s3" | "aws-redshift" | "aws-msk" | "kafka" | "fivetran" | "confluent" | "tableau" | "
|
|
1
|
+
export type LogoName = "clickhouse" | "airbyte" | "aws-s3" | "aws-athena" | "aws-redshift" | "aws-msk" | "kafka" | "fivetran" | "confluent" | "hex" | "tableau" | "grafana" | "superset" | "metabase" | "aws" | "gcp" | "gcs" | "azure" | "dbeaver" | "dbt" | "jdbc" | "mysql" | "postgres" | "google" | "github" | "decodeable" | "golang" | "prequel" | "python" | "deepnote" | "nodejs" | "datagrip" | "vector" | "kubenetes" | "c#" | "rust" | "hudi" | "deltalake" | "snowflake" | "mongodb" | "bigquery" | "iceberg";
|
package/dist/styles/types.d.ts
CHANGED
|
@@ -1790,6 +1790,11 @@ export interface Theme {
|
|
|
1790
1790
|
"x": string;
|
|
1791
1791
|
"y": string;
|
|
1792
1792
|
};
|
|
1793
|
+
"left": string;
|
|
1794
|
+
"bottom": {
|
|
1795
|
+
"default": string;
|
|
1796
|
+
"active": string;
|
|
1797
|
+
};
|
|
1793
1798
|
};
|
|
1794
1799
|
};
|
|
1795
1800
|
"color": {
|
|
@@ -1854,6 +1859,19 @@ export interface Theme {
|
|
|
1854
1859
|
"default": string;
|
|
1855
1860
|
};
|
|
1856
1861
|
};
|
|
1862
|
+
"content": {
|
|
1863
|
+
"space": {
|
|
1864
|
+
"gap": {
|
|
1865
|
+
"x": string;
|
|
1866
|
+
"y": string;
|
|
1867
|
+
};
|
|
1868
|
+
"left": string;
|
|
1869
|
+
"bottom": {
|
|
1870
|
+
"default": string;
|
|
1871
|
+
"active": string;
|
|
1872
|
+
};
|
|
1873
|
+
};
|
|
1874
|
+
};
|
|
1857
1875
|
"color": {
|
|
1858
1876
|
"title": {
|
|
1859
1877
|
"incomplete": string;
|
|
@@ -2179,6 +2197,14 @@ export interface Theme {
|
|
|
2179
2197
|
"stroke": {
|
|
2180
2198
|
"default": string;
|
|
2181
2199
|
};
|
|
2200
|
+
"typography": {
|
|
2201
|
+
"title": {
|
|
2202
|
+
"default": string;
|
|
2203
|
+
};
|
|
2204
|
+
"description": {
|
|
2205
|
+
"default": string;
|
|
2206
|
+
};
|
|
2207
|
+
};
|
|
2182
2208
|
"color": {
|
|
2183
2209
|
"background": {
|
|
2184
2210
|
"default": string;
|
|
@@ -2250,6 +2276,14 @@ export interface Theme {
|
|
|
2250
2276
|
"height": string;
|
|
2251
2277
|
};
|
|
2252
2278
|
};
|
|
2279
|
+
"typography": {
|
|
2280
|
+
"description": {
|
|
2281
|
+
"default": string;
|
|
2282
|
+
};
|
|
2283
|
+
"title": {
|
|
2284
|
+
"default": string;
|
|
2285
|
+
};
|
|
2286
|
+
};
|
|
2253
2287
|
"color": {
|
|
2254
2288
|
"background": {
|
|
2255
2289
|
"default": string;
|
|
@@ -632,7 +632,19 @@ declare const _default: {
|
|
|
632
632
|
}
|
|
633
633
|
}
|
|
634
634
|
},
|
|
635
|
+
"dialog": {
|
|
636
|
+
"typography": {
|
|
637
|
+
"title": {
|
|
638
|
+
"default": "600 1rem/1.5 \"Inter\", '\"SF Pro Display\"', -apple-system, BlinkMacSystemFont, '\"Segoe UI\"', Roboto, Oxygen, Ubuntu, Cantarell, '\"Open Sans\"', '\"Helvetica Neue\"', sans-serif;"
|
|
639
|
+
}
|
|
640
|
+
}
|
|
641
|
+
},
|
|
635
642
|
"flyout": {
|
|
643
|
+
"typography": {
|
|
644
|
+
"title": {
|
|
645
|
+
"default": "600 1rem/1.5 \"Inter\", '\"SF Pro Display\"', -apple-system, BlinkMacSystemFont, '\"Segoe UI\"', Roboto, Oxygen, Ubuntu, Cantarell, '\"Open Sans\"', '\"Helvetica Neue\"', sans-serif;"
|
|
646
|
+
}
|
|
647
|
+
},
|
|
636
648
|
"color": {
|
|
637
649
|
"background": {
|
|
638
650
|
"default": "#ffffff"
|
|
@@ -1789,6 +1789,11 @@ declare const _default: {
|
|
|
1789
1789
|
"gap": {
|
|
1790
1790
|
"x": "1rem",
|
|
1791
1791
|
"y": "0.5rem"
|
|
1792
|
+
},
|
|
1793
|
+
"left": "2.5rem",
|
|
1794
|
+
"bottom": {
|
|
1795
|
+
"default": "2.5rem",
|
|
1796
|
+
"active": "1.5rem"
|
|
1792
1797
|
}
|
|
1793
1798
|
}
|
|
1794
1799
|
},
|
|
@@ -1854,6 +1859,19 @@ declare const _default: {
|
|
|
1854
1859
|
"default": "700 1rem/1.5 \"Inter\", '\"SF Pro Display\"', -apple-system, BlinkMacSystemFont, '\"Segoe UI\"', Roboto, Oxygen, Ubuntu, Cantarell, '\"Open Sans\"', '\"Helvetica Neue\"', sans-serif;"
|
|
1855
1860
|
}
|
|
1856
1861
|
},
|
|
1862
|
+
"content": {
|
|
1863
|
+
"space": {
|
|
1864
|
+
"gap": {
|
|
1865
|
+
"x": "1rem",
|
|
1866
|
+
"y": "0.5rem"
|
|
1867
|
+
},
|
|
1868
|
+
"left": "2.5rem",
|
|
1869
|
+
"bottom": {
|
|
1870
|
+
"default": "2.5rem",
|
|
1871
|
+
"active": "1.5rem"
|
|
1872
|
+
}
|
|
1873
|
+
}
|
|
1874
|
+
},
|
|
1857
1875
|
"color": {
|
|
1858
1876
|
"title": {
|
|
1859
1877
|
"incomplete": "#c0c0c0",
|
|
@@ -2152,7 +2170,7 @@ declare const _default: {
|
|
|
2152
2170
|
},
|
|
2153
2171
|
"color": {
|
|
2154
2172
|
"background": {
|
|
2155
|
-
"default": "lch(10.8 0 0 / 0.
|
|
2173
|
+
"default": "lch(10.8 0 0 / 0.85)"
|
|
2156
2174
|
},
|
|
2157
2175
|
"label": {
|
|
2158
2176
|
"default": "#ffffff"
|
|
@@ -2179,6 +2197,14 @@ declare const _default: {
|
|
|
2179
2197
|
"stroke": {
|
|
2180
2198
|
"default": "1px solid lch(91.6 1.1 266)"
|
|
2181
2199
|
},
|
|
2200
|
+
"typography": {
|
|
2201
|
+
"title": {
|
|
2202
|
+
"default": "700 1.25rem/1.5 \"Inter\", '\"SF Pro Display\"', -apple-system, BlinkMacSystemFont, '\"Segoe UI\"', Roboto, Oxygen, Ubuntu, Cantarell, '\"Open Sans\"', '\"Helvetica Neue\"', sans-serif;"
|
|
2203
|
+
},
|
|
2204
|
+
"description": {
|
|
2205
|
+
"default": "400 0.875rem/1.5 \"Inter\", '\"SF Pro Display\"', -apple-system, BlinkMacSystemFont, '\"Segoe UI\"', Roboto, Oxygen, Ubuntu, Cantarell, '\"Open Sans\"', '\"Helvetica Neue\"', sans-serif;"
|
|
2206
|
+
}
|
|
2207
|
+
},
|
|
2182
2208
|
"color": {
|
|
2183
2209
|
"background": {
|
|
2184
2210
|
"default": "#ffffff"
|
|
@@ -2250,6 +2276,14 @@ declare const _default: {
|
|
|
2250
2276
|
"height": "100%"
|
|
2251
2277
|
}
|
|
2252
2278
|
},
|
|
2279
|
+
"typography": {
|
|
2280
|
+
"description": {
|
|
2281
|
+
"default": "400 0.875rem/1.5 \"Inter\", '\"SF Pro Display\"', -apple-system, BlinkMacSystemFont, '\"Segoe UI\"', Roboto, Oxygen, Ubuntu, Cantarell, '\"Open Sans\"', '\"Helvetica Neue\"', sans-serif;"
|
|
2282
|
+
},
|
|
2283
|
+
"title": {
|
|
2284
|
+
"default": "700 1.25rem/1.5 \"Inter\", '\"SF Pro Display\"', -apple-system, BlinkMacSystemFont, '\"Segoe UI\"', Roboto, Oxygen, Ubuntu, Cantarell, '\"Open Sans\"', '\"Helvetica Neue\"', sans-serif;"
|
|
2285
|
+
}
|
|
2286
|
+
},
|
|
2253
2287
|
"color": {
|
|
2254
2288
|
"background": {
|
|
2255
2289
|
"default": "#ffffff"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clickhouse/click-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.51",
|
|
4
4
|
"description": "Official ClickHouse design system react library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
50
50
|
"@radix-ui/react-dropdown-menu": "^2.0.5",
|
|
51
51
|
"@radix-ui/react-hover-card": "^1.0.6",
|
|
52
|
-
"@radix-ui/react-popover": "^1.0.
|
|
52
|
+
"@radix-ui/react-popover": "^1.0.7",
|
|
53
53
|
"@radix-ui/react-radio-group": "^1.1.3",
|
|
54
54
|
"@radix-ui/react-scroll-area": "^1.0.4",
|
|
55
55
|
"@radix-ui/react-separator": "^1.0.3",
|