@clickhouse/click-ui 0.0.53 → 0.0.55
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 +296 -110
- package/dist/click-ui.umd.js +50 -47
- package/dist/components/BigStat/BigStat.d.ts +3 -1
- package/dist/components/CardPrimary/CardPrimary.d.ts +11 -5
- package/dist/components/Panel/Panel.d.ts +3 -1
- package/dist/logo.svg +1 -1
- package/dist/styles/types.d.ts +57 -15
- package/dist/styles/variables.classic.json.d.ts +58 -0
- package/dist/styles/variables.dark.json.d.ts +53 -18
- package/dist/styles/variables.json.d.ts +64 -22
- package/dist/styles/variables.light.json.d.ts +49 -16
- package/package.json +1 -1
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export type bigStatState = "default";
|
|
3
3
|
export type bigStatSize = "sm" | "lg";
|
|
4
|
+
export type bigStatHeight = "fixed" | "fluid";
|
|
4
5
|
export interface BigStatProps {
|
|
5
6
|
label: React.ReactNode;
|
|
6
7
|
title: React.ReactNode;
|
|
8
|
+
height?: string;
|
|
7
9
|
state?: bigStatState;
|
|
8
10
|
size?: bigStatSize;
|
|
9
11
|
}
|
|
10
|
-
export declare const BigStat: ({ label, title, size, state, }: BigStatProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export declare const BigStat: ({ label, title, height, size, state, }: BigStatProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,14 +1,20 @@
|
|
|
1
1
|
import { IconName } from '../../components';
|
|
2
2
|
import { HTMLAttributes, MouseEventHandler, ReactNode } from "react";
|
|
3
|
+
export type CardPrimarySize = "sm" | "md";
|
|
4
|
+
type ContentAlignment = "start" | "center" | "end";
|
|
3
5
|
export interface CardPrimaryProps extends HTMLAttributes<HTMLDivElement> {
|
|
4
|
-
title
|
|
5
|
-
icon
|
|
6
|
+
title?: string;
|
|
7
|
+
icon?: IconName;
|
|
6
8
|
hasShadow?: boolean;
|
|
7
9
|
disabled?: boolean;
|
|
8
|
-
description
|
|
10
|
+
description?: ReactNode;
|
|
9
11
|
infoUrl?: string;
|
|
10
12
|
infoText?: string;
|
|
11
|
-
size?:
|
|
13
|
+
size?: CardPrimarySize;
|
|
14
|
+
isSelected?: boolean;
|
|
15
|
+
children?: ReactNode;
|
|
16
|
+
alignContent?: ContentAlignment;
|
|
12
17
|
onButtonClick?: MouseEventHandler<HTMLElement>;
|
|
13
18
|
}
|
|
14
|
-
export declare const CardPrimary: ({ title, icon, hasShadow, description, infoUrl, infoText, size, disabled, onButtonClick, ...props }: CardPrimaryProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export declare const CardPrimary: ({ alignContent, title, icon, hasShadow, description, infoUrl, infoText, size, disabled, onButtonClick, isSelected, children, ...props }: CardPrimaryProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export {};
|
|
@@ -2,6 +2,7 @@ import { Orientation } from '../../components';
|
|
|
2
2
|
import { HTMLAttributes } from "react";
|
|
3
3
|
export type PanelPadding = "none" | "xs" | "sm" | "md" | "lg" | "xl";
|
|
4
4
|
export type PanelColor = "default" | "muted" | "transparent";
|
|
5
|
+
export type PanelRadii = "none" | "sm" | "md" | "lg";
|
|
5
6
|
type AlignItemsOption = "start" | "center" | "end";
|
|
6
7
|
export interface PanelProps extends HTMLAttributes<HTMLDivElement> {
|
|
7
8
|
hasBorder?: boolean;
|
|
@@ -9,6 +10,7 @@ export interface PanelProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
9
10
|
color?: PanelColor;
|
|
10
11
|
padding?: PanelPadding;
|
|
11
12
|
children?: React.ReactNode;
|
|
13
|
+
radii?: PanelRadii;
|
|
12
14
|
orientation?: Orientation;
|
|
13
15
|
width?: string;
|
|
14
16
|
fillWidth?: boolean;
|
|
@@ -16,5 +18,5 @@ export interface PanelProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
16
18
|
fillHeight?: boolean;
|
|
17
19
|
alignItems?: AlignItemsOption;
|
|
18
20
|
}
|
|
19
|
-
export declare const Panel: ({ hasBorder, hasShadow, color, padding, children, orientation, width, fillWidth, height, fillHeight, alignItems, ...props }: PanelProps) => import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export declare const Panel: ({ hasBorder, hasShadow, color, padding, children, orientation, width, radii, fillWidth, height, fillHeight, alignItems, ...props }: PanelProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
22
|
export {};
|
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" />
|
package/dist/styles/types.d.ts
CHANGED
|
@@ -282,9 +282,6 @@ export interface Theme {
|
|
|
282
282
|
};
|
|
283
283
|
};
|
|
284
284
|
};
|
|
285
|
-
"size": {
|
|
286
|
-
"height": string;
|
|
287
|
-
};
|
|
288
285
|
"color": {
|
|
289
286
|
"stroke": {
|
|
290
287
|
"default": string;
|
|
@@ -1354,7 +1351,10 @@ export interface Theme {
|
|
|
1354
1351
|
"default": string;
|
|
1355
1352
|
};
|
|
1356
1353
|
"radii": {
|
|
1357
|
-
"
|
|
1354
|
+
"none": string;
|
|
1355
|
+
"sm": string;
|
|
1356
|
+
"md": string;
|
|
1357
|
+
"lg": string;
|
|
1358
1358
|
};
|
|
1359
1359
|
"stroke": {
|
|
1360
1360
|
"default": string;
|
|
@@ -1939,6 +1939,8 @@ export interface Theme {
|
|
|
1939
1939
|
"color": {
|
|
1940
1940
|
"background": {
|
|
1941
1941
|
"default": string;
|
|
1942
|
+
"hover": string;
|
|
1943
|
+
"active": string;
|
|
1942
1944
|
};
|
|
1943
1945
|
"title": {
|
|
1944
1946
|
"default": string;
|
|
@@ -2310,6 +2312,30 @@ export interface Theme {
|
|
|
2310
2312
|
"x": string;
|
|
2311
2313
|
};
|
|
2312
2314
|
};
|
|
2315
|
+
"title": {
|
|
2316
|
+
"default": string;
|
|
2317
|
+
};
|
|
2318
|
+
"color": {
|
|
2319
|
+
"background": {
|
|
2320
|
+
"default": string;
|
|
2321
|
+
"hover": string;
|
|
2322
|
+
"active": string;
|
|
2323
|
+
};
|
|
2324
|
+
"title": {
|
|
2325
|
+
"default": string;
|
|
2326
|
+
};
|
|
2327
|
+
"icon": {
|
|
2328
|
+
"default": string;
|
|
2329
|
+
};
|
|
2330
|
+
"checkbox": {
|
|
2331
|
+
"background": {
|
|
2332
|
+
"default": string;
|
|
2333
|
+
};
|
|
2334
|
+
"border": {
|
|
2335
|
+
"default": string;
|
|
2336
|
+
};
|
|
2337
|
+
};
|
|
2338
|
+
};
|
|
2313
2339
|
};
|
|
2314
2340
|
"body": {
|
|
2315
2341
|
"cell": {
|
|
@@ -2319,26 +2345,41 @@ export interface Theme {
|
|
|
2319
2345
|
};
|
|
2320
2346
|
};
|
|
2321
2347
|
};
|
|
2322
|
-
"
|
|
2323
|
-
"
|
|
2324
|
-
"
|
|
2348
|
+
"cell": {
|
|
2349
|
+
"text": {
|
|
2350
|
+
"default": string;
|
|
2351
|
+
};
|
|
2352
|
+
};
|
|
2353
|
+
"row": {
|
|
2354
|
+
"color": {
|
|
2355
|
+
"background": {
|
|
2325
2356
|
"default": string;
|
|
2357
|
+
"hover": string;
|
|
2358
|
+
"active": string;
|
|
2326
2359
|
};
|
|
2327
|
-
"
|
|
2360
|
+
"stroke": {
|
|
2328
2361
|
"default": string;
|
|
2362
|
+
"hover": string;
|
|
2363
|
+
"active": string;
|
|
2329
2364
|
};
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2365
|
+
"text": {
|
|
2366
|
+
"default": string;
|
|
2367
|
+
};
|
|
2368
|
+
"link": {
|
|
2333
2369
|
"default": string;
|
|
2334
2370
|
};
|
|
2335
|
-
"
|
|
2371
|
+
"label": {
|
|
2336
2372
|
"default": string;
|
|
2337
2373
|
};
|
|
2338
2374
|
};
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2375
|
+
};
|
|
2376
|
+
"global": {
|
|
2377
|
+
"color": {
|
|
2378
|
+
"stroke": {
|
|
2379
|
+
"default": string;
|
|
2380
|
+
};
|
|
2381
|
+
"background": {
|
|
2382
|
+
"default": string;
|
|
2342
2383
|
};
|
|
2343
2384
|
};
|
|
2344
2385
|
};
|
|
@@ -2697,6 +2738,7 @@ export interface Theme {
|
|
|
2697
2738
|
"0": string;
|
|
2698
2739
|
"1": string;
|
|
2699
2740
|
"2": string;
|
|
2741
|
+
"3": string;
|
|
2700
2742
|
"full": string;
|
|
2701
2743
|
};
|
|
2702
2744
|
"width": {
|
|
@@ -663,6 +663,64 @@ declare const _default: {
|
|
|
663
663
|
}
|
|
664
664
|
}
|
|
665
665
|
},
|
|
666
|
+
"grid": {
|
|
667
|
+
"header": {
|
|
668
|
+
"color": {
|
|
669
|
+
"background": {
|
|
670
|
+
"default": "#f6f7fa",
|
|
671
|
+
"hover": "#f6f7fa",
|
|
672
|
+
"active": "lch(94.8 1.53 272)"
|
|
673
|
+
},
|
|
674
|
+
"title": {
|
|
675
|
+
"default": "#161517"
|
|
676
|
+
},
|
|
677
|
+
"icon": {
|
|
678
|
+
"default": "#161517"
|
|
679
|
+
},
|
|
680
|
+
"checkbox": {
|
|
681
|
+
"background": {
|
|
682
|
+
"default": "#cccfd3"
|
|
683
|
+
},
|
|
684
|
+
"border": {
|
|
685
|
+
"default": "#808691"
|
|
686
|
+
}
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
},
|
|
690
|
+
"row": {
|
|
691
|
+
"color": {
|
|
692
|
+
"background": {
|
|
693
|
+
"default": "#ffffff",
|
|
694
|
+
"hover": "#dae6fc",
|
|
695
|
+
"active": "lch(91.1 11.9 266)"
|
|
696
|
+
},
|
|
697
|
+
"stroke": {
|
|
698
|
+
"default": "lch(91.6 1.1 266)",
|
|
699
|
+
"hover": "#FFC029",
|
|
700
|
+
"active": "#FFC029"
|
|
701
|
+
},
|
|
702
|
+
"text": {
|
|
703
|
+
"default": "#161517"
|
|
704
|
+
},
|
|
705
|
+
"link": {
|
|
706
|
+
"default": "#C78F0F"
|
|
707
|
+
},
|
|
708
|
+
"label": {
|
|
709
|
+
"default": "#696e79"
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
},
|
|
713
|
+
"global": {
|
|
714
|
+
"color": {
|
|
715
|
+
"stroke": {
|
|
716
|
+
"default": "lch(91.6 1.1 266)"
|
|
717
|
+
},
|
|
718
|
+
"background": {
|
|
719
|
+
"default": "#ffffff"
|
|
720
|
+
}
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
},
|
|
666
724
|
"global": {
|
|
667
725
|
"color": {
|
|
668
726
|
"text": {
|
|
@@ -994,7 +994,9 @@ declare const _default: {
|
|
|
994
994
|
"header": {
|
|
995
995
|
"color": {
|
|
996
996
|
"background": {
|
|
997
|
-
"default": "#282828"
|
|
997
|
+
"default": "#282828",
|
|
998
|
+
"hover": "#282828",
|
|
999
|
+
"active": "lch(18.2 0 0)"
|
|
998
1000
|
},
|
|
999
1001
|
"title": {
|
|
1000
1002
|
"default": "#ffffff"
|
|
@@ -1016,8 +1018,8 @@ declare const _default: {
|
|
|
1016
1018
|
"color": {
|
|
1017
1019
|
"background": {
|
|
1018
1020
|
"default": "#1F1F1C",
|
|
1019
|
-
"hover": "#
|
|
1020
|
-
"active": "
|
|
1021
|
+
"hover": "#1F1F1C",
|
|
1022
|
+
"active": "lch(13.9 2.07 105)"
|
|
1021
1023
|
},
|
|
1022
1024
|
"stroke": {
|
|
1023
1025
|
"default": "lch(27.5 0 0 / 0.3)"
|
|
@@ -1152,26 +1154,59 @@ declare const _default: {
|
|
|
1152
1154
|
}
|
|
1153
1155
|
},
|
|
1154
1156
|
"grid": {
|
|
1155
|
-
"
|
|
1156
|
-
"
|
|
1157
|
-
"
|
|
1158
|
-
"default": "
|
|
1157
|
+
"header": {
|
|
1158
|
+
"color": {
|
|
1159
|
+
"background": {
|
|
1160
|
+
"default": "#282828",
|
|
1161
|
+
"hover": "#282828",
|
|
1162
|
+
"active": "lch(18.2 0 0)"
|
|
1159
1163
|
},
|
|
1160
|
-
"
|
|
1161
|
-
"default": "#
|
|
1164
|
+
"title": {
|
|
1165
|
+
"default": "#ffffff"
|
|
1166
|
+
},
|
|
1167
|
+
"icon": {
|
|
1168
|
+
"default": "#ffffff"
|
|
1169
|
+
},
|
|
1170
|
+
"checkbox": {
|
|
1171
|
+
"background": {
|
|
1172
|
+
"default": "#cccfd3"
|
|
1173
|
+
},
|
|
1174
|
+
"border": {
|
|
1175
|
+
"default": "#808691"
|
|
1176
|
+
}
|
|
1162
1177
|
}
|
|
1163
|
-
}
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1178
|
+
}
|
|
1179
|
+
},
|
|
1180
|
+
"row": {
|
|
1181
|
+
"color": {
|
|
1182
|
+
"background": {
|
|
1183
|
+
"default": "#1F1F1C",
|
|
1184
|
+
"hover": "#1F1F1C",
|
|
1185
|
+
"active": "lch(13.9 2.07 105)"
|
|
1167
1186
|
},
|
|
1168
|
-
"
|
|
1187
|
+
"stroke": {
|
|
1188
|
+
"default": "lch(27.5 0 0 / 0.3)",
|
|
1189
|
+
"hover": "#FAFF69",
|
|
1190
|
+
"active": "#FAFF69"
|
|
1191
|
+
},
|
|
1192
|
+
"text": {
|
|
1169
1193
|
"default": "#ffffff"
|
|
1194
|
+
},
|
|
1195
|
+
"link": {
|
|
1196
|
+
"default": "#FAFF69"
|
|
1197
|
+
},
|
|
1198
|
+
"label": {
|
|
1199
|
+
"default": "#b3b6bd"
|
|
1170
1200
|
}
|
|
1171
|
-
}
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1201
|
+
}
|
|
1202
|
+
},
|
|
1203
|
+
"global": {
|
|
1204
|
+
"color": {
|
|
1205
|
+
"stroke": {
|
|
1206
|
+
"default": "lch(27.5 0 0 / 0.3)"
|
|
1207
|
+
},
|
|
1208
|
+
"background": {
|
|
1209
|
+
"default": "#1F1F1C"
|
|
1175
1210
|
}
|
|
1176
1211
|
}
|
|
1177
1212
|
}
|
|
@@ -282,9 +282,6 @@ declare const _default: {
|
|
|
282
282
|
}
|
|
283
283
|
}
|
|
284
284
|
},
|
|
285
|
-
"size": {
|
|
286
|
-
"height": "6rem"
|
|
287
|
-
},
|
|
288
285
|
"color": {
|
|
289
286
|
"stroke": {
|
|
290
287
|
"default": "lch(91.6 1.1 266)"
|
|
@@ -1354,7 +1351,10 @@ declare const _default: {
|
|
|
1354
1351
|
"default": "1px"
|
|
1355
1352
|
},
|
|
1356
1353
|
"radii": {
|
|
1357
|
-
"
|
|
1354
|
+
"none": "0",
|
|
1355
|
+
"sm": "0.25rem",
|
|
1356
|
+
"md": "0.5rem",
|
|
1357
|
+
"lg": "0.75rem"
|
|
1358
1358
|
},
|
|
1359
1359
|
"stroke": {
|
|
1360
1360
|
"default": "1px solid lch(91.6 1.1 266)"
|
|
@@ -1938,7 +1938,9 @@ declare const _default: {
|
|
|
1938
1938
|
},
|
|
1939
1939
|
"color": {
|
|
1940
1940
|
"background": {
|
|
1941
|
-
"default": "#f6f7fa"
|
|
1941
|
+
"default": "#f6f7fa",
|
|
1942
|
+
"hover": "#f6f7fa",
|
|
1943
|
+
"active": "lch(97.3 1.53 272)"
|
|
1942
1944
|
},
|
|
1943
1945
|
"title": {
|
|
1944
1946
|
"default": "#161517"
|
|
@@ -1996,7 +1998,7 @@ declare const _default: {
|
|
|
1996
1998
|
"background": {
|
|
1997
1999
|
"default": "#ffffff",
|
|
1998
2000
|
"hover": "#dae6fc",
|
|
1999
|
-
"active": "
|
|
2001
|
+
"active": "lch(91.1 11.9 266)"
|
|
2000
2002
|
},
|
|
2001
2003
|
"stroke": {
|
|
2002
2004
|
"default": "lch(91.6 1.1 266)"
|
|
@@ -2309,6 +2311,30 @@ declare const _default: {
|
|
|
2309
2311
|
"y": "0.438rem",
|
|
2310
2312
|
"x": "0.5rem"
|
|
2311
2313
|
}
|
|
2314
|
+
},
|
|
2315
|
+
"title": {
|
|
2316
|
+
"default": "500 0.75rem/1.5 \"Inter\", '\"SF Pro Display\"', -apple-system, BlinkMacSystemFont, '\"Segoe UI\"', Roboto, Oxygen, Ubuntu, Cantarell, '\"Open Sans\"', '\"Helvetica Neue\"', sans-serif;"
|
|
2317
|
+
},
|
|
2318
|
+
"color": {
|
|
2319
|
+
"background": {
|
|
2320
|
+
"default": "#f6f7fa",
|
|
2321
|
+
"hover": "#f6f7fa",
|
|
2322
|
+
"active": "lch(94.8 1.53 272)"
|
|
2323
|
+
},
|
|
2324
|
+
"title": {
|
|
2325
|
+
"default": "#161517"
|
|
2326
|
+
},
|
|
2327
|
+
"icon": {
|
|
2328
|
+
"default": "#161517"
|
|
2329
|
+
},
|
|
2330
|
+
"checkbox": {
|
|
2331
|
+
"background": {
|
|
2332
|
+
"default": "#cccfd3"
|
|
2333
|
+
},
|
|
2334
|
+
"border": {
|
|
2335
|
+
"default": "#808691"
|
|
2336
|
+
}
|
|
2337
|
+
}
|
|
2312
2338
|
}
|
|
2313
2339
|
},
|
|
2314
2340
|
"body": {
|
|
@@ -2319,26 +2345,41 @@ declare const _default: {
|
|
|
2319
2345
|
}
|
|
2320
2346
|
}
|
|
2321
2347
|
},
|
|
2322
|
-
"
|
|
2323
|
-
"background": {
|
|
2324
|
-
"header": {
|
|
2325
|
-
"default": "lch(97.2 1.57 272 / 0.7)"
|
|
2326
|
-
},
|
|
2327
|
-
"row": {
|
|
2328
|
-
"default": "#ffffff"
|
|
2329
|
-
}
|
|
2330
|
-
},
|
|
2348
|
+
"cell": {
|
|
2331
2349
|
"text": {
|
|
2332
|
-
"
|
|
2333
|
-
|
|
2350
|
+
"default": "500 0.875rem/1.7 \"Inconsolata\", '\"SFMono Regular\"', monospace"
|
|
2351
|
+
}
|
|
2352
|
+
},
|
|
2353
|
+
"row": {
|
|
2354
|
+
"color": {
|
|
2355
|
+
"background": {
|
|
2356
|
+
"default": "#ffffff",
|
|
2357
|
+
"hover": "#dae6fc",
|
|
2358
|
+
"active": "lch(91.1 11.9 266)"
|
|
2359
|
+
},
|
|
2360
|
+
"stroke": {
|
|
2361
|
+
"default": "lch(91.6 1.1 266)",
|
|
2362
|
+
"hover": "#151515",
|
|
2363
|
+
"active": "#151515"
|
|
2334
2364
|
},
|
|
2335
|
-
"
|
|
2365
|
+
"text": {
|
|
2336
2366
|
"default": "#161517"
|
|
2367
|
+
},
|
|
2368
|
+
"link": {
|
|
2369
|
+
"default": "#135be6"
|
|
2370
|
+
},
|
|
2371
|
+
"label": {
|
|
2372
|
+
"default": "#696e79"
|
|
2337
2373
|
}
|
|
2338
|
-
}
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2374
|
+
}
|
|
2375
|
+
},
|
|
2376
|
+
"global": {
|
|
2377
|
+
"color": {
|
|
2378
|
+
"stroke": {
|
|
2379
|
+
"default": "lch(91.6 1.1 266)"
|
|
2380
|
+
},
|
|
2381
|
+
"background": {
|
|
2382
|
+
"default": "#ffffff"
|
|
2342
2383
|
}
|
|
2343
2384
|
}
|
|
2344
2385
|
}
|
|
@@ -2697,6 +2738,7 @@ declare const _default: {
|
|
|
2697
2738
|
"0": "0",
|
|
2698
2739
|
"1": "0.25rem",
|
|
2699
2740
|
"2": "0.5rem",
|
|
2741
|
+
"3": "0.75rem",
|
|
2700
2742
|
"full": "9999px"
|
|
2701
2743
|
},
|
|
2702
2744
|
"width": {
|
|
@@ -1013,7 +1013,7 @@ declare const _default: {
|
|
|
1013
1013
|
"background": {
|
|
1014
1014
|
"default": "#ffffff",
|
|
1015
1015
|
"hover": "#dae6fc",
|
|
1016
|
-
"active": "
|
|
1016
|
+
"active": "lch(91.1 11.9 266)"
|
|
1017
1017
|
},
|
|
1018
1018
|
"stroke": {
|
|
1019
1019
|
"default": "lch(91.6 1.1 266)"
|
|
@@ -1145,26 +1145,59 @@ declare const _default: {
|
|
|
1145
1145
|
}
|
|
1146
1146
|
},
|
|
1147
1147
|
"grid": {
|
|
1148
|
-
"
|
|
1149
|
-
"
|
|
1150
|
-
"
|
|
1151
|
-
"default": "
|
|
1148
|
+
"header": {
|
|
1149
|
+
"color": {
|
|
1150
|
+
"background": {
|
|
1151
|
+
"default": "#f6f7fa",
|
|
1152
|
+
"hover": "#f6f7fa",
|
|
1153
|
+
"active": "lch(94.8 1.53 272)"
|
|
1152
1154
|
},
|
|
1153
|
-
"
|
|
1154
|
-
"default": "#
|
|
1155
|
+
"title": {
|
|
1156
|
+
"default": "#161517"
|
|
1157
|
+
},
|
|
1158
|
+
"icon": {
|
|
1159
|
+
"default": "#161517"
|
|
1160
|
+
},
|
|
1161
|
+
"checkbox": {
|
|
1162
|
+
"background": {
|
|
1163
|
+
"default": "#cccfd3"
|
|
1164
|
+
},
|
|
1165
|
+
"border": {
|
|
1166
|
+
"default": "#808691"
|
|
1167
|
+
}
|
|
1155
1168
|
}
|
|
1156
|
-
}
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1169
|
+
}
|
|
1170
|
+
},
|
|
1171
|
+
"row": {
|
|
1172
|
+
"color": {
|
|
1173
|
+
"background": {
|
|
1174
|
+
"default": "#ffffff",
|
|
1175
|
+
"hover": "#dae6fc",
|
|
1176
|
+
"active": "lch(91.1 11.9 266)"
|
|
1160
1177
|
},
|
|
1161
|
-
"
|
|
1178
|
+
"stroke": {
|
|
1179
|
+
"default": "lch(91.6 1.1 266)",
|
|
1180
|
+
"hover": "#151515",
|
|
1181
|
+
"active": "#151515"
|
|
1182
|
+
},
|
|
1183
|
+
"text": {
|
|
1162
1184
|
"default": "#161517"
|
|
1185
|
+
},
|
|
1186
|
+
"link": {
|
|
1187
|
+
"default": "#135be6"
|
|
1188
|
+
},
|
|
1189
|
+
"label": {
|
|
1190
|
+
"default": "#696e79"
|
|
1163
1191
|
}
|
|
1164
|
-
}
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1192
|
+
}
|
|
1193
|
+
},
|
|
1194
|
+
"global": {
|
|
1195
|
+
"color": {
|
|
1196
|
+
"stroke": {
|
|
1197
|
+
"default": "lch(91.6 1.1 266)"
|
|
1198
|
+
},
|
|
1199
|
+
"background": {
|
|
1200
|
+
"default": "#ffffff"
|
|
1168
1201
|
}
|
|
1169
1202
|
}
|
|
1170
1203
|
}
|