@clickhouse/click-ui 0.0.172 → 0.0.174
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 +671 -337
- package/dist/click-ui.umd.js +671 -337
- package/dist/components/Icon/IconCommon.d.ts +1 -0
- package/dist/components/Icon/types.d.ts +1 -1
- package/dist/components/Logos/FeatureDatabaseDark.d.ts +4 -0
- package/dist/components/Logos/FeatureDatabaseLight.d.ts +4 -0
- package/dist/components/Logos/FeatureHexagonDark.d.ts +4 -0
- package/dist/components/Logos/FeatureHexagonLight.d.ts +4 -0
- package/dist/components/Logos/types.d.ts +1 -1
- package/dist/components/icons/Hexagon.d.ts +4 -0
- package/dist/styles/types.d.ts +67 -2
- package/dist/styles/variables.classic.json.d.ts +64 -26
- package/dist/styles/variables.dark.json.d.ts +100 -62
- package/dist/styles/variables.json.d.ts +207 -142
- package/dist/styles/variables.light.json.d.ts +140 -102
- package/package.json +1 -1
|
@@ -71,6 +71,7 @@ export declare const ICONS_MAP: {
|
|
|
71
71
|
gift: (props: import('react').SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
72
72
|
globe: (props: import('react').SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
73
73
|
"git-merge": (props: import('react').SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
74
|
+
hexagon: (props: import('react').SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
74
75
|
history: (props: import('react').SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
75
76
|
home: (props: import('react').SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
76
77
|
"horizontal-loading": import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').SVGAttributes<SVGElement>, never>> & string & Omit<(props: import('react').SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element, keyof import('react').Component<any, {}, any>>;
|
|
@@ -6,7 +6,7 @@ import { PaymentName, PaymentProps } from '../icons/Payments';
|
|
|
6
6
|
|
|
7
7
|
export type IconSize = "xs" | "sm" | "md" | "lg" | "xl" | "xxl";
|
|
8
8
|
export type IconState = "default" | "success" | "warning" | "danger" | "info";
|
|
9
|
-
export declare const ICON_NAMES: readonly ["activity", "alarm", "arrow-down", "arrow-left", "arrow-right", "arrow-triangle", "arrow-directions", "arrow-up", "auth-app", "auth-sms", "backups", "bar-chart", "bell", "beta", "blog", "book", "brackets", "briefcase", "building", "burger-menu", "calendar", "calendar-with-time", "cards", "cell-tower", "chat", "check", "check-in-circle", "chevron-down", "chevron-left", "chevron-right", "chevron-up", "circle", "clock", "cloud", "cloud-keys", "code", "code-in-square", "connect", "connect-alt", "console", "copy", "cpu", "cross", "credit-card", "data", "database", "disk", "display", "document", "dot", "dots-horizontal", "dots-triangle", "dots-vertical", "dots-vertical-double", "double-check", "download", "download-in-circle", "email", "empty", "enter", "eye", "eye-closed", "filter", "fire", "flag", "flask", "folder-closed", "folder-open", "gear", "gift", "git-merge", "globe", "history", "horizontal-loading", "home", "http", "http-monitoring", "info-in-circle", "information", "insert-row", "integrations", "key", "keys", "lifebuoy", "light-bulb", "lightening", "line-in-circle", "loading", "loading-animated", "lock", "metrics", "metrics-alt", "minus", "no-cloud", "pause", "payment", "pencil", "pie-chart", "pipe", "play", "play-in-circle", "plus", "popout", "puzzle-piece", "query", "question", "refresh", "rocket", "sandglass", "search", "secure", "server", "services", "settings", "share", "share-arrow", "share-network", "slide-in", "slide-out", "sort-alt", "sort", "sparkle", "speaker", "speed", "square", "star", "stop", "support", "table", "taxi", "trash", "tree-structure", "upload", "url", "user", "users", "warning", "waves"];
|
|
9
|
+
export declare const ICON_NAMES: readonly ["activity", "alarm", "arrow-down", "arrow-left", "arrow-right", "arrow-triangle", "arrow-directions", "arrow-up", "auth-app", "auth-sms", "backups", "bar-chart", "bell", "beta", "blog", "book", "brackets", "briefcase", "building", "burger-menu", "calendar", "calendar-with-time", "cards", "cell-tower", "chat", "check", "check-in-circle", "chevron-down", "chevron-left", "chevron-right", "chevron-up", "circle", "clock", "cloud", "cloud-keys", "code", "code-in-square", "connect", "connect-alt", "console", "copy", "cpu", "cross", "credit-card", "data", "database", "disk", "display", "document", "dot", "dots-horizontal", "dots-triangle", "dots-vertical", "dots-vertical-double", "double-check", "download", "download-in-circle", "email", "empty", "enter", "eye", "eye-closed", "filter", "fire", "flag", "flask", "folder-closed", "folder-open", "gear", "gift", "git-merge", "globe", "hexagon", "history", "horizontal-loading", "home", "http", "http-monitoring", "info-in-circle", "information", "insert-row", "integrations", "key", "keys", "lifebuoy", "light-bulb", "lightening", "line-in-circle", "loading", "loading-animated", "lock", "metrics", "metrics-alt", "minus", "no-cloud", "pause", "payment", "pencil", "pie-chart", "pipe", "play", "play-in-circle", "plus", "popout", "puzzle-piece", "query", "question", "refresh", "rocket", "sandglass", "search", "secure", "server", "services", "settings", "share", "share-arrow", "share-network", "slide-in", "slide-out", "sort-alt", "sort", "sparkle", "speaker", "speed", "square", "star", "stop", "support", "table", "taxi", "trash", "tree-structure", "upload", "url", "user", "users", "warning", "waves"];
|
|
10
10
|
export type IconName = (typeof ICON_NAMES)[number];
|
|
11
11
|
export interface IconProps extends SVGAttributes<HTMLOrSVGElement> {
|
|
12
12
|
name: IconName;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type LogoName = "clickhouse" | "airbyte" | "aws-s3" | "aws-athena" | "aws-kinesis" | "aws-redshift" | "aws-msk" | "kafka" | "fivetran" | "confluent" | "hex" | "tableau" | "grafana" | "superset" | "metabase" | "microsoft" | "aws" | "gcp" | "gcs" | "azure" | "azure-event-hub" | "dbeaver" | "dbt" | "jdbc" | "mysql" | "postgres" | "postgres_cdc" | "google" | "github" | "decodeable" | "golang" | "prequel" | "python" | "deepnote" | "nodejs" | "datagrip" | "vector" | "kubenetes" | "c#" | "redpanda" | "rust" | "hudi" | "deltalake" | "snowflake" | "mongodb" | "bigquery" | "iceberg" | "upstash" | "warpstream";
|
|
1
|
+
export type LogoName = "clickhouse" | "airbyte" | "aws-s3" | "aws-athena" | "aws-kinesis" | "aws-redshift" | "aws-msk" | "kafka" | "feature_database" | "feature_hexagon" | "fivetran" | "confluent" | "hex" | "tableau" | "grafana" | "superset" | "metabase" | "microsoft" | "aws" | "gcp" | "gcs" | "azure" | "azure-event-hub" | "dbeaver" | "dbt" | "jdbc" | "mysql" | "postgres" | "postgres_cdc" | "google" | "github" | "decodeable" | "golang" | "prequel" | "python" | "deepnote" | "nodejs" | "datagrip" | "vector" | "kubenetes" | "c#" | "redpanda" | "rust" | "hudi" | "deltalake" | "snowflake" | "mongodb" | "bigquery" | "iceberg" | "upstash" | "warpstream";
|
package/dist/styles/types.d.ts
CHANGED
|
@@ -2986,12 +2986,32 @@ export interface Theme {
|
|
|
2986
2986
|
"chart": {
|
|
2987
2987
|
"bars": {
|
|
2988
2988
|
"color": {
|
|
2989
|
-
"green": string;
|
|
2990
2989
|
"blue": string;
|
|
2990
|
+
"orange": string;
|
|
2991
|
+
"green": string;
|
|
2991
2992
|
"fuchsia": string;
|
|
2993
|
+
"yellow": string;
|
|
2994
|
+
"violet": string;
|
|
2995
|
+
"babyblue": string;
|
|
2996
|
+
"red": string;
|
|
2997
|
+
"teal": string;
|
|
2998
|
+
"sunrise": string;
|
|
2999
|
+
"slate": string;
|
|
3000
|
+
};
|
|
3001
|
+
};
|
|
3002
|
+
"color": {
|
|
3003
|
+
"default": {
|
|
3004
|
+
"blue": string;
|
|
2992
3005
|
"orange": string;
|
|
3006
|
+
"green": string;
|
|
3007
|
+
"fuchsia": string;
|
|
3008
|
+
"yellow": string;
|
|
2993
3009
|
"violet": string;
|
|
3010
|
+
"babyblue": string;
|
|
3011
|
+
"red": string;
|
|
2994
3012
|
"teal": string;
|
|
3013
|
+
"sunrise": string;
|
|
3014
|
+
"slate": string;
|
|
2995
3015
|
};
|
|
2996
3016
|
};
|
|
2997
3017
|
};
|
|
@@ -3092,12 +3112,32 @@ export interface Theme {
|
|
|
3092
3112
|
};
|
|
3093
3113
|
"chart": {
|
|
3094
3114
|
"bars": {
|
|
3095
|
-
"green": string;
|
|
3096
3115
|
"blue": string;
|
|
3116
|
+
"orange": string;
|
|
3117
|
+
"green": string;
|
|
3097
3118
|
"fuchsia": string;
|
|
3119
|
+
"yellow": string;
|
|
3120
|
+
"violet": string;
|
|
3121
|
+
"babyblue": string;
|
|
3122
|
+
"danger": string;
|
|
3123
|
+
"teal": string;
|
|
3124
|
+
"sunrise": string;
|
|
3125
|
+
"slate": string;
|
|
3126
|
+
"red": string;
|
|
3127
|
+
};
|
|
3128
|
+
"default": {
|
|
3129
|
+
"blue": string;
|
|
3098
3130
|
"orange": string;
|
|
3131
|
+
"green": string;
|
|
3132
|
+
"fuchsia": string;
|
|
3133
|
+
"yellow": string;
|
|
3099
3134
|
"violet": string;
|
|
3135
|
+
"babyblue": string;
|
|
3136
|
+
"danger": string;
|
|
3100
3137
|
"teal": string;
|
|
3138
|
+
"sunrise": string;
|
|
3139
|
+
"slate": string;
|
|
3140
|
+
"red": string;
|
|
3101
3141
|
};
|
|
3102
3142
|
};
|
|
3103
3143
|
"iconButton": {
|
|
@@ -3126,6 +3166,7 @@ export interface Theme {
|
|
|
3126
3166
|
"600": string;
|
|
3127
3167
|
"700": string;
|
|
3128
3168
|
"800": string;
|
|
3169
|
+
"900": string;
|
|
3129
3170
|
"base": string;
|
|
3130
3171
|
};
|
|
3131
3172
|
"neutral": {
|
|
@@ -3275,6 +3316,30 @@ export interface Theme {
|
|
|
3275
3316
|
"850": string;
|
|
3276
3317
|
"900": string;
|
|
3277
3318
|
};
|
|
3319
|
+
"sunrise": {
|
|
3320
|
+
"50": string;
|
|
3321
|
+
"100": string;
|
|
3322
|
+
"200": string;
|
|
3323
|
+
"300": string;
|
|
3324
|
+
"400": string;
|
|
3325
|
+
"500": string;
|
|
3326
|
+
"600": string;
|
|
3327
|
+
"700": string;
|
|
3328
|
+
"800": string;
|
|
3329
|
+
"900": string;
|
|
3330
|
+
};
|
|
3331
|
+
"babyblue": {
|
|
3332
|
+
"50": string;
|
|
3333
|
+
"100": string;
|
|
3334
|
+
"200": string;
|
|
3335
|
+
"300": string;
|
|
3336
|
+
"400": string;
|
|
3337
|
+
"500": string;
|
|
3338
|
+
"600": string;
|
|
3339
|
+
"700": string;
|
|
3340
|
+
"800": string;
|
|
3341
|
+
"900": string;
|
|
3342
|
+
};
|
|
3278
3343
|
};
|
|
3279
3344
|
"sizes": {
|
|
3280
3345
|
"0": string;
|
|
@@ -164,19 +164,19 @@ declare const _default: {
|
|
|
164
164
|
},
|
|
165
165
|
"info": {
|
|
166
166
|
"background": {
|
|
167
|
-
"default": "rgb(
|
|
168
|
-
"hover": "#
|
|
169
|
-
"active": "#
|
|
167
|
+
"default": "rgb(26.3% 49.4% 93.7% / 0.1)",
|
|
168
|
+
"hover": "#D0DFFB",
|
|
169
|
+
"active": "#A1BEF7"
|
|
170
170
|
},
|
|
171
171
|
"text": {
|
|
172
|
-
"default": "#
|
|
173
|
-
"hover": "#
|
|
174
|
-
"active": "#
|
|
172
|
+
"default": "#437EEF",
|
|
173
|
+
"hover": "#437EEF",
|
|
174
|
+
"active": "#437EEF"
|
|
175
175
|
},
|
|
176
176
|
"stroke": {
|
|
177
|
-
"default": "rgb(
|
|
178
|
-
"hover": "#
|
|
179
|
-
"active": "#
|
|
177
|
+
"default": "rgb(26.3% 49.4% 93.7% / 0.1)",
|
|
178
|
+
"hover": "#D0DFFB",
|
|
179
|
+
"active": "#A1BEF7"
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
}
|
|
@@ -832,12 +832,32 @@ declare const _default: {
|
|
|
832
832
|
"chart": {
|
|
833
833
|
"bars": {
|
|
834
834
|
"color": {
|
|
835
|
-
"
|
|
836
|
-
"
|
|
837
|
-
"
|
|
838
|
-
"
|
|
839
|
-
"
|
|
840
|
-
"
|
|
835
|
+
"blue": "#437EEF",
|
|
836
|
+
"orange": "#FF7729",
|
|
837
|
+
"green": "#00E513",
|
|
838
|
+
"fuchsia": "#FB32C9",
|
|
839
|
+
"yellow": "#eef400",
|
|
840
|
+
"violet": "#BB33FF",
|
|
841
|
+
"babyblue": "#00CBEB",
|
|
842
|
+
"red": "#ff2323",
|
|
843
|
+
"teal": "#089B83",
|
|
844
|
+
"sunrise": "#FFC300",
|
|
845
|
+
"slate": "#9a9ea7"
|
|
846
|
+
}
|
|
847
|
+
},
|
|
848
|
+
"color": {
|
|
849
|
+
"default": {
|
|
850
|
+
"blue": "#437EEF",
|
|
851
|
+
"orange": "#FF7729",
|
|
852
|
+
"green": "#00E513",
|
|
853
|
+
"fuchsia": "#FB32C9",
|
|
854
|
+
"yellow": "#eef400",
|
|
855
|
+
"violet": "#BB33FF",
|
|
856
|
+
"babyblue": "#00CBEB",
|
|
857
|
+
"red": "#ff2323",
|
|
858
|
+
"teal": "#089B83",
|
|
859
|
+
"sunrise": "#FFC300",
|
|
860
|
+
"slate": "#9a9ea7"
|
|
841
861
|
}
|
|
842
862
|
}
|
|
843
863
|
}
|
|
@@ -876,16 +896,16 @@ declare const _default: {
|
|
|
876
896
|
},
|
|
877
897
|
"feedback": {
|
|
878
898
|
"info": {
|
|
879
|
-
"background": "#
|
|
880
|
-
"foreground": "#
|
|
899
|
+
"background": "#E7EFFD",
|
|
900
|
+
"foreground": "#437EEF"
|
|
881
901
|
},
|
|
882
902
|
"success": {
|
|
883
903
|
"background": "#E5FFE8",
|
|
884
|
-
"foreground": "#
|
|
904
|
+
"foreground": "#008A0B"
|
|
885
905
|
},
|
|
886
906
|
"warning": {
|
|
887
|
-
"background": "#
|
|
888
|
-
"foreground": "#
|
|
907
|
+
"background": "#FFE2D1",
|
|
908
|
+
"foreground": "#A33C00"
|
|
889
909
|
},
|
|
890
910
|
"danger": {
|
|
891
911
|
"background": "#ffdddd",
|
|
@@ -899,12 +919,30 @@ declare const _default: {
|
|
|
899
919
|
},
|
|
900
920
|
"chart": {
|
|
901
921
|
"bars": {
|
|
902
|
-
"
|
|
903
|
-
"
|
|
904
|
-
"
|
|
905
|
-
"
|
|
906
|
-
"
|
|
907
|
-
"
|
|
922
|
+
"blue": "#437EEF",
|
|
923
|
+
"orange": "#FF7729",
|
|
924
|
+
"green": "#00E513",
|
|
925
|
+
"fuchsia": "#FB32C9",
|
|
926
|
+
"yellow": "#eef400",
|
|
927
|
+
"violet": "#BB33FF",
|
|
928
|
+
"babyblue": "#00CBEB",
|
|
929
|
+
"teal": "#089B83",
|
|
930
|
+
"sunrise": "#FFC300",
|
|
931
|
+
"slate": "#9a9ea7",
|
|
932
|
+
"red": "#ff2323"
|
|
933
|
+
},
|
|
934
|
+
"default": {
|
|
935
|
+
"blue": "#437EEF",
|
|
936
|
+
"orange": "#FF7729",
|
|
937
|
+
"green": "#00E513",
|
|
938
|
+
"fuchsia": "#FB32C9",
|
|
939
|
+
"yellow": "#eef400",
|
|
940
|
+
"violet": "#BB33FF",
|
|
941
|
+
"babyblue": "#00CBEB",
|
|
942
|
+
"teal": "#089B83",
|
|
943
|
+
"sunrise": "#FFC300",
|
|
944
|
+
"slate": "#9a9ea7",
|
|
945
|
+
"red": "#ff2323"
|
|
908
946
|
}
|
|
909
947
|
},
|
|
910
948
|
"iconButton": {
|
|
@@ -17,12 +17,12 @@ declare const _default: {
|
|
|
17
17
|
"link": {
|
|
18
18
|
"label": {
|
|
19
19
|
"default": "#FAFF69",
|
|
20
|
-
"hover": "#
|
|
20
|
+
"hover": "#FEFFC2",
|
|
21
21
|
"active": "#FAFF69"
|
|
22
22
|
},
|
|
23
23
|
"icon": {
|
|
24
24
|
"default": "#FAFF69",
|
|
25
|
-
"hover": "rgb(99.6% 100%
|
|
25
|
+
"hover": "rgb(99.6% 100% 77.9%)",
|
|
26
26
|
"active": "#FAFF69"
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -35,32 +35,32 @@ declare const _default: {
|
|
|
35
35
|
"success": "rgb(20% 100% 26.7% / 0.2)",
|
|
36
36
|
"neutral": "rgb(62.7% 62.7% 62.7% / 0.2)",
|
|
37
37
|
"danger": "rgb(100% 13.7% 13.7% / 0.2)",
|
|
38
|
-
"warning": "rgb(100%
|
|
39
|
-
"info": "rgb(
|
|
38
|
+
"warning": "rgb(100% 46.7% 16.1% / 0.2)",
|
|
39
|
+
"info": "rgb(26.3% 49.4% 93.7% / 0.2)"
|
|
40
40
|
},
|
|
41
41
|
"text": {
|
|
42
42
|
"default": "#b3b6bd",
|
|
43
43
|
"success": "#CCFFD0",
|
|
44
44
|
"neutral": "#c0c0c0",
|
|
45
45
|
"danger": "#ffbaba",
|
|
46
|
-
"warning": "#
|
|
47
|
-
"info": "#
|
|
46
|
+
"warning": "#FFB88F",
|
|
47
|
+
"info": "#D0DFFB"
|
|
48
48
|
},
|
|
49
49
|
"iconBackground": {
|
|
50
50
|
"default": "#1F1F1C",
|
|
51
51
|
"success": "rgb(20% 100% 26.7% / 0)",
|
|
52
52
|
"neutral": "rgb(62.7% 62.7% 62.7% / 0)",
|
|
53
53
|
"danger": "rgb(100% 13.7% 13.7% / 0)",
|
|
54
|
-
"warning": "rgb(100%
|
|
55
|
-
"info": "rgb(
|
|
54
|
+
"warning": "rgb(100% 46.7% 16.1% / 0)",
|
|
55
|
+
"info": "rgb(26.3% 49.4% 93.7% / 0)"
|
|
56
56
|
},
|
|
57
57
|
"iconForeground": {
|
|
58
58
|
"default": "#b3b6bd",
|
|
59
59
|
"success": "lch(95.6 28.9 144 / 0.75)",
|
|
60
60
|
"neutral": "lch(77.7 0 0 / 0.75)",
|
|
61
61
|
"danger": "lch(82.1 27.7 22 / 0.75)",
|
|
62
|
-
"warning": "lch(
|
|
63
|
-
"info": "lch(
|
|
62
|
+
"warning": "lch(80.9 39 53.9 / 0.75)",
|
|
63
|
+
"info": "lch(88.3 15.5 266 / 0.75)"
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
},
|
|
@@ -86,8 +86,8 @@ declare const _default: {
|
|
|
86
86
|
"neutral": "rgb(62.7% 62.7% 62.7% / 0.2)",
|
|
87
87
|
"danger": "rgb(100% 13.7% 13.7% / 0.2)",
|
|
88
88
|
"disabled": "#414141",
|
|
89
|
-
"info": "rgb(
|
|
90
|
-
"warning": "rgb(100%
|
|
89
|
+
"info": "rgb(26.3% 49.4% 93.7% / 0.2)",
|
|
90
|
+
"warning": "rgb(100% 46.7% 16.1% / 0.2)"
|
|
91
91
|
},
|
|
92
92
|
"text": {
|
|
93
93
|
"default": "#b3b6bd",
|
|
@@ -95,8 +95,8 @@ declare const _default: {
|
|
|
95
95
|
"neutral": "#c0c0c0",
|
|
96
96
|
"danger": "#ffbaba",
|
|
97
97
|
"disabled": "#808080",
|
|
98
|
-
"info": "#
|
|
99
|
-
"warning": "#
|
|
98
|
+
"info": "#D0DFFB",
|
|
99
|
+
"warning": "#FFB88F"
|
|
100
100
|
},
|
|
101
101
|
"stroke": {
|
|
102
102
|
"default": "#323232",
|
|
@@ -104,8 +104,8 @@ declare const _default: {
|
|
|
104
104
|
"neutral": "rgb(62.7% 62.7% 62.7% / 0.1)",
|
|
105
105
|
"danger": "rgb(100% 22.3% 22.3% / 0.2)",
|
|
106
106
|
"disabled": "rgb(24.2% 24.2% 24.2%)",
|
|
107
|
-
"info": "rgb(
|
|
108
|
-
"warning": "rgb(100%
|
|
107
|
+
"info": "rgb(26.3% 49.4% 93.7% / 0.1)",
|
|
108
|
+
"warning": "rgb(100% 46.7% 16.1% / 0.1)"
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
},
|
|
@@ -195,7 +195,7 @@ declare const _default: {
|
|
|
195
195
|
"empty": {
|
|
196
196
|
"text": {
|
|
197
197
|
"default": "#FAFF69",
|
|
198
|
-
"hover": "#
|
|
198
|
+
"hover": "#FEFFC2",
|
|
199
199
|
"active": "#FAFF69",
|
|
200
200
|
"disabled": "#a0a0a0"
|
|
201
201
|
},
|
|
@@ -294,19 +294,19 @@ declare const _default: {
|
|
|
294
294
|
},
|
|
295
295
|
"info": {
|
|
296
296
|
"background": {
|
|
297
|
-
"default": "rgb(
|
|
298
|
-
"hover": "#
|
|
299
|
-
"active": "#
|
|
297
|
+
"default": "rgb(26.3% 49.4% 93.7% / 0.2)",
|
|
298
|
+
"hover": "#1D64EC",
|
|
299
|
+
"active": "#437EEF"
|
|
300
300
|
},
|
|
301
301
|
"text": {
|
|
302
|
-
"default": "#
|
|
303
|
-
"hover": "#
|
|
304
|
-
"active": "#
|
|
302
|
+
"default": "#D0DFFB",
|
|
303
|
+
"hover": "#D0DFFB",
|
|
304
|
+
"active": "#D0DFFB"
|
|
305
305
|
},
|
|
306
306
|
"stroke": {
|
|
307
|
-
"default": "rgb(
|
|
308
|
-
"hover": "#
|
|
309
|
-
"active": "#
|
|
307
|
+
"default": "rgb(26.3% 49.4% 93.7% / 0.2)",
|
|
308
|
+
"hover": "#1D64EC",
|
|
309
|
+
"active": "#437EEF"
|
|
310
310
|
}
|
|
311
311
|
}
|
|
312
312
|
}
|
|
@@ -614,11 +614,11 @@ declare const _default: {
|
|
|
614
614
|
"background": {
|
|
615
615
|
"default": "rgb(17.8% 17.8% 17.8%)",
|
|
616
616
|
"hover": "rgb(17.8% 17.8% 17.8%)",
|
|
617
|
-
"active": "#
|
|
617
|
+
"active": "#33FF44",
|
|
618
618
|
"disabled": "rgb(17.8% 17.8% 17.8%)"
|
|
619
619
|
},
|
|
620
620
|
"stroke": {
|
|
621
|
-
"default": "#
|
|
621
|
+
"default": "#00BD10",
|
|
622
622
|
"hover": "#66FF73",
|
|
623
623
|
"active": "#66FF73",
|
|
624
624
|
"disabled": "#606060"
|
|
@@ -634,13 +634,13 @@ declare const _default: {
|
|
|
634
634
|
"background": {
|
|
635
635
|
"default": "rgb(17.8% 17.8% 17.8%)",
|
|
636
636
|
"hover": "rgb(17.8% 17.8% 17.8%)",
|
|
637
|
-
"active": "#
|
|
637
|
+
"active": "#437EEF",
|
|
638
638
|
"disabled": "rgb(17.8% 17.8% 17.8%)"
|
|
639
639
|
},
|
|
640
640
|
"stroke": {
|
|
641
|
-
"default": "#
|
|
642
|
-
"hover": "#
|
|
643
|
-
"active": "#
|
|
641
|
+
"default": "#6D9BF3",
|
|
642
|
+
"hover": "#A1BEF7",
|
|
643
|
+
"active": "#A1BEF7",
|
|
644
644
|
"disabled": "#606060"
|
|
645
645
|
},
|
|
646
646
|
"check": {
|
|
@@ -674,7 +674,7 @@ declare const _default: {
|
|
|
674
674
|
"background": {
|
|
675
675
|
"default": "rgb(17.8% 17.8% 17.8%)",
|
|
676
676
|
"hover": "rgb(17.8% 17.8% 17.8%)",
|
|
677
|
-
"active": "#
|
|
677
|
+
"active": "#FF7729",
|
|
678
678
|
"disabled": "rgb(17.8% 17.8% 17.8%)"
|
|
679
679
|
},
|
|
680
680
|
"stroke": {
|
|
@@ -694,13 +694,13 @@ declare const _default: {
|
|
|
694
694
|
"background": {
|
|
695
695
|
"default": "rgb(17.8% 17.8% 17.8%)",
|
|
696
696
|
"hover": "rgb(17.8% 17.8% 17.8%)",
|
|
697
|
-
"active": "#
|
|
697
|
+
"active": "#6DF8E1",
|
|
698
698
|
"disabled": "rgb(17.8% 17.8% 17.8%)"
|
|
699
699
|
},
|
|
700
700
|
"stroke": {
|
|
701
|
-
"default": "#
|
|
702
|
-
"hover": "#
|
|
703
|
-
"active": "#
|
|
701
|
+
"default": "#6DF8E1",
|
|
702
|
+
"hover": "#A3FAEC",
|
|
703
|
+
"active": "#A3FAEC",
|
|
704
704
|
"disabled": "#606060"
|
|
705
705
|
},
|
|
706
706
|
"check": {
|
|
@@ -1354,7 +1354,7 @@ declare const _default: {
|
|
|
1354
1354
|
"icon": {
|
|
1355
1355
|
"default": "rgb(97.5% 97.5% 97.5%)",
|
|
1356
1356
|
"success": "#CCFFD0",
|
|
1357
|
-
"warning": "#
|
|
1357
|
+
"warning": "#FFB88F",
|
|
1358
1358
|
"danger": "#ffbaba"
|
|
1359
1359
|
}
|
|
1360
1360
|
}
|
|
@@ -1465,24 +1465,24 @@ declare const _default: {
|
|
|
1465
1465
|
"success": "rgb(20% 100% 26.7% / 0.2)",
|
|
1466
1466
|
"neutral": "rgb(62.7% 62.7% 62.7% / 0.2)",
|
|
1467
1467
|
"danger": "rgb(100% 13.7% 13.7% / 0.2)",
|
|
1468
|
-
"info": "rgb(
|
|
1469
|
-
"warning": "rgb(100%
|
|
1468
|
+
"info": "rgb(26.3% 49.4% 93.7% / 0.2)",
|
|
1469
|
+
"warning": "rgb(100% 46.7% 16.1% / 0.2)"
|
|
1470
1470
|
},
|
|
1471
1471
|
"text": {
|
|
1472
1472
|
"default": "rgba(0,0,0,0)",
|
|
1473
1473
|
"success": "#CCFFD0",
|
|
1474
1474
|
"neutral": "#c0c0c0",
|
|
1475
1475
|
"danger": "#ffbaba",
|
|
1476
|
-
"info": "#
|
|
1477
|
-
"warning": "#
|
|
1476
|
+
"info": "#D0DFFB",
|
|
1477
|
+
"warning": "#FFB88F"
|
|
1478
1478
|
},
|
|
1479
1479
|
"stroke": {
|
|
1480
1480
|
"default": "rgba(0,0,0,0)",
|
|
1481
1481
|
"success": "rgb(20% 100% 26.7% / 0.05)",
|
|
1482
1482
|
"neutral": "rgb(62.7% 62.7% 62.7% / 0.2)",
|
|
1483
1483
|
"danger": "rgb(100% 13.7% 13.7% / 0.05)",
|
|
1484
|
-
"info": "rgb(
|
|
1485
|
-
"warning": "rgb(100%
|
|
1484
|
+
"info": "rgb(26.3% 49.4% 93.7% / 0.05)",
|
|
1485
|
+
"warning": "rgb(100% 46.7% 16.1% / 0.05)"
|
|
1486
1486
|
}
|
|
1487
1487
|
}
|
|
1488
1488
|
},
|
|
@@ -1532,7 +1532,7 @@ declare const _default: {
|
|
|
1532
1532
|
"muted": "#b3b6bd",
|
|
1533
1533
|
"link": {
|
|
1534
1534
|
"default": "#FAFF69",
|
|
1535
|
-
"hover": "#
|
|
1535
|
+
"hover": "#FEFFC2"
|
|
1536
1536
|
},
|
|
1537
1537
|
"danger": "#ffbaba"
|
|
1538
1538
|
},
|
|
@@ -1559,16 +1559,16 @@ declare const _default: {
|
|
|
1559
1559
|
"feedback": {
|
|
1560
1560
|
"color": {
|
|
1561
1561
|
"info": {
|
|
1562
|
-
"background": "rgb(
|
|
1563
|
-
"foreground": "#
|
|
1562
|
+
"background": "rgb(26.3% 49.4% 93.7% / 0.2)",
|
|
1563
|
+
"foreground": "#D0DFFB"
|
|
1564
1564
|
},
|
|
1565
1565
|
"success": {
|
|
1566
1566
|
"background": "rgb(20% 100% 26.7% / 0.2)",
|
|
1567
1567
|
"foreground": "#CCFFD0"
|
|
1568
1568
|
},
|
|
1569
1569
|
"warning": {
|
|
1570
|
-
"background": "rgb(100%
|
|
1571
|
-
"foreground": "#
|
|
1570
|
+
"background": "rgb(100% 46.7% 16.1% / 0.2)",
|
|
1571
|
+
"foreground": "#FFB88F"
|
|
1572
1572
|
},
|
|
1573
1573
|
"danger": {
|
|
1574
1574
|
"background": "rgb(100% 13.7% 13.7% / 0.2)",
|
|
@@ -1589,12 +1589,32 @@ declare const _default: {
|
|
|
1589
1589
|
"chart": {
|
|
1590
1590
|
"bars": {
|
|
1591
1591
|
"color": {
|
|
1592
|
-
"
|
|
1593
|
-
"
|
|
1592
|
+
"blue": "#437EEF",
|
|
1593
|
+
"orange": "#FF7729",
|
|
1594
|
+
"green": "#33FF44",
|
|
1595
|
+
"fuchsia": "#FB64D6",
|
|
1596
|
+
"yellow": "#eef400",
|
|
1597
|
+
"violet": "#BB33FF",
|
|
1598
|
+
"babyblue": "#00CBEB",
|
|
1599
|
+
"red": "#ff2323",
|
|
1600
|
+
"teal": "#6DF8E1",
|
|
1601
|
+
"sunrise": "#FFC300",
|
|
1602
|
+
"slate": "#9a9ea7"
|
|
1603
|
+
}
|
|
1604
|
+
},
|
|
1605
|
+
"color": {
|
|
1606
|
+
"default": {
|
|
1607
|
+
"blue": "#437EEF",
|
|
1608
|
+
"orange": "#FF7729",
|
|
1609
|
+
"green": "#33FF44",
|
|
1594
1610
|
"fuchsia": "#FB64D6",
|
|
1595
|
-
"
|
|
1611
|
+
"yellow": "#eef400",
|
|
1596
1612
|
"violet": "#BB33FF",
|
|
1597
|
-
"
|
|
1613
|
+
"babyblue": "#00CBEB",
|
|
1614
|
+
"red": "#ff2323",
|
|
1615
|
+
"teal": "#6DF8E1",
|
|
1616
|
+
"sunrise": "#FFC300",
|
|
1617
|
+
"slate": "#9a9ea7"
|
|
1598
1618
|
}
|
|
1599
1619
|
}
|
|
1600
1620
|
}
|
|
@@ -1613,7 +1633,7 @@ declare const _default: {
|
|
|
1613
1633
|
"muted": "#b3b6bd",
|
|
1614
1634
|
"link": {
|
|
1615
1635
|
"default": "#FAFF69",
|
|
1616
|
-
"hover": "#
|
|
1636
|
+
"hover": "#FEFFC2"
|
|
1617
1637
|
}
|
|
1618
1638
|
},
|
|
1619
1639
|
"stroke": {
|
|
@@ -1633,16 +1653,16 @@ declare const _default: {
|
|
|
1633
1653
|
},
|
|
1634
1654
|
"feedback": {
|
|
1635
1655
|
"info": {
|
|
1636
|
-
"background": "#
|
|
1637
|
-
"foreground": "#
|
|
1656
|
+
"background": "#0D3E9B",
|
|
1657
|
+
"foreground": "#D0DFFB"
|
|
1638
1658
|
},
|
|
1639
1659
|
"success": {
|
|
1640
1660
|
"background": "#004206",
|
|
1641
1661
|
"foreground": "#CCFFD0"
|
|
1642
1662
|
},
|
|
1643
1663
|
"warning": {
|
|
1644
|
-
"background": "#
|
|
1645
|
-
"foreground": "#
|
|
1664
|
+
"background": "#7A2D00",
|
|
1665
|
+
"foreground": "#FFB88F"
|
|
1646
1666
|
},
|
|
1647
1667
|
"danger": {
|
|
1648
1668
|
"background": "#610000",
|
|
@@ -1656,12 +1676,30 @@ declare const _default: {
|
|
|
1656
1676
|
},
|
|
1657
1677
|
"chart": {
|
|
1658
1678
|
"bars": {
|
|
1659
|
-
"
|
|
1660
|
-
"
|
|
1679
|
+
"blue": "#437EEF",
|
|
1680
|
+
"orange": "#FF7729",
|
|
1681
|
+
"green": "#33FF44",
|
|
1682
|
+
"fuchsia": "#FB64D6",
|
|
1683
|
+
"yellow": "#eef400",
|
|
1684
|
+
"violet": "#BB33FF",
|
|
1685
|
+
"babyblue": "#00CBEB",
|
|
1686
|
+
"danger": "#ff2323",
|
|
1687
|
+
"teal": "#6DF8E1",
|
|
1688
|
+
"sunrise": "#FFC300",
|
|
1689
|
+
"slate": "#9a9ea7"
|
|
1690
|
+
},
|
|
1691
|
+
"default": {
|
|
1692
|
+
"blue": "#437EEF",
|
|
1693
|
+
"orange": "#FF7729",
|
|
1694
|
+
"green": "#33FF44",
|
|
1661
1695
|
"fuchsia": "#FB64D6",
|
|
1662
|
-
"
|
|
1696
|
+
"yellow": "#eef400",
|
|
1663
1697
|
"violet": "#BB33FF",
|
|
1664
|
-
"
|
|
1698
|
+
"babyblue": "#00CBEB",
|
|
1699
|
+
"danger": "#ff2323",
|
|
1700
|
+
"teal": "#6DF8E1",
|
|
1701
|
+
"sunrise": "#FFC300",
|
|
1702
|
+
"slate": "#9a9ea7"
|
|
1665
1703
|
}
|
|
1666
1704
|
},
|
|
1667
1705
|
"iconButton": {
|