@clickhouse/click-ui 0.0.183 → 0.0.185
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 +9 -0
- package/dist/click-ui.umd.js +9 -0
- package/dist/components/Typography/Text/Text.d.ts +1 -1
- package/dist/styles/types.d.ts +2 -0
- package/dist/styles/variables.classic.json.d.ts +3 -0
- package/dist/styles/variables.dark.json.d.ts +2 -0
- package/dist/styles/variables.json.d.ts +2 -0
- package/dist/styles/variables.light.json.d.ts +2 -0
- package/package.json +1 -1
package/dist/click-ui.es.js
CHANGED
|
@@ -42624,6 +42624,8 @@ const click$3 = {
|
|
|
42624
42624
|
global: {
|
|
42625
42625
|
color: {
|
|
42626
42626
|
text: {
|
|
42627
|
+
"default": "#161517",
|
|
42628
|
+
muted: "#696e79",
|
|
42627
42629
|
link: {
|
|
42628
42630
|
"default": "#C78F0F",
|
|
42629
42631
|
hover: "#C78F0F"
|
|
@@ -42702,6 +42704,7 @@ const global$4 = {
|
|
|
42702
42704
|
text: {
|
|
42703
42705
|
"default": "#161517",
|
|
42704
42706
|
muted: "#696e79",
|
|
42707
|
+
disabled: "#a0a0a0",
|
|
42705
42708
|
link: {
|
|
42706
42709
|
"default": "#C78F0F",
|
|
42707
42710
|
hover: "#C78F0F"
|
|
@@ -44328,6 +44331,7 @@ const click$2 = {
|
|
|
44328
44331
|
text: {
|
|
44329
44332
|
"default": "#ffffff",
|
|
44330
44333
|
muted: "#b3b6bd",
|
|
44334
|
+
disabled: "#808080",
|
|
44331
44335
|
link: {
|
|
44332
44336
|
"default": "#FAFF69",
|
|
44333
44337
|
hover: "#FEFFC2"
|
|
@@ -44445,6 +44449,7 @@ const global$3 = {
|
|
|
44445
44449
|
text: {
|
|
44446
44450
|
"default": "#ffffff",
|
|
44447
44451
|
muted: "#b3b6bd",
|
|
44452
|
+
disabled: "#808080",
|
|
44448
44453
|
link: {
|
|
44449
44454
|
"default": "#FAFF69",
|
|
44450
44455
|
hover: "#FEFFC2"
|
|
@@ -46061,6 +46066,7 @@ const click$1 = {
|
|
|
46061
46066
|
text: {
|
|
46062
46067
|
"default": "#161517",
|
|
46063
46068
|
muted: "#696e79",
|
|
46069
|
+
disabled: "#a0a0a0",
|
|
46064
46070
|
link: {
|
|
46065
46071
|
"default": "#437EEF",
|
|
46066
46072
|
hover: "#104EC6"
|
|
@@ -46179,6 +46185,7 @@ const global$2 = {
|
|
|
46179
46185
|
text: {
|
|
46180
46186
|
"default": "#161517",
|
|
46181
46187
|
muted: "#696e79",
|
|
46188
|
+
disabled: "#a0a0a0",
|
|
46182
46189
|
link: {
|
|
46183
46190
|
"default": "#437EEF",
|
|
46184
46191
|
hover: "#104EC6"
|
|
@@ -49205,6 +49212,7 @@ const click = {
|
|
|
49205
49212
|
text: {
|
|
49206
49213
|
"default": "#161517",
|
|
49207
49214
|
muted: "#696e79",
|
|
49215
|
+
disabled: "#a0a0a0",
|
|
49208
49216
|
link: {
|
|
49209
49217
|
"default": "#437EEF",
|
|
49210
49218
|
hover: "#104EC6"
|
|
@@ -49362,6 +49370,7 @@ const global$1 = {
|
|
|
49362
49370
|
text: {
|
|
49363
49371
|
"default": "#161517",
|
|
49364
49372
|
muted: "#696e79",
|
|
49373
|
+
disabled: "#a0a0a0",
|
|
49365
49374
|
link: {
|
|
49366
49375
|
"default": "#437EEF",
|
|
49367
49376
|
hover: "#104EC6"
|
package/dist/click-ui.umd.js
CHANGED
|
@@ -42640,6 +42640,8 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
42640
42640
|
global: {
|
|
42641
42641
|
color: {
|
|
42642
42642
|
text: {
|
|
42643
|
+
"default": "#161517",
|
|
42644
|
+
muted: "#696e79",
|
|
42643
42645
|
link: {
|
|
42644
42646
|
"default": "#C78F0F",
|
|
42645
42647
|
hover: "#C78F0F"
|
|
@@ -42718,6 +42720,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
42718
42720
|
text: {
|
|
42719
42721
|
"default": "#161517",
|
|
42720
42722
|
muted: "#696e79",
|
|
42723
|
+
disabled: "#a0a0a0",
|
|
42721
42724
|
link: {
|
|
42722
42725
|
"default": "#C78F0F",
|
|
42723
42726
|
hover: "#C78F0F"
|
|
@@ -44344,6 +44347,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
44344
44347
|
text: {
|
|
44345
44348
|
"default": "#ffffff",
|
|
44346
44349
|
muted: "#b3b6bd",
|
|
44350
|
+
disabled: "#808080",
|
|
44347
44351
|
link: {
|
|
44348
44352
|
"default": "#FAFF69",
|
|
44349
44353
|
hover: "#FEFFC2"
|
|
@@ -44461,6 +44465,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
44461
44465
|
text: {
|
|
44462
44466
|
"default": "#ffffff",
|
|
44463
44467
|
muted: "#b3b6bd",
|
|
44468
|
+
disabled: "#808080",
|
|
44464
44469
|
link: {
|
|
44465
44470
|
"default": "#FAFF69",
|
|
44466
44471
|
hover: "#FEFFC2"
|
|
@@ -46077,6 +46082,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
46077
46082
|
text: {
|
|
46078
46083
|
"default": "#161517",
|
|
46079
46084
|
muted: "#696e79",
|
|
46085
|
+
disabled: "#a0a0a0",
|
|
46080
46086
|
link: {
|
|
46081
46087
|
"default": "#437EEF",
|
|
46082
46088
|
hover: "#104EC6"
|
|
@@ -46195,6 +46201,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
46195
46201
|
text: {
|
|
46196
46202
|
"default": "#161517",
|
|
46197
46203
|
muted: "#696e79",
|
|
46204
|
+
disabled: "#a0a0a0",
|
|
46198
46205
|
link: {
|
|
46199
46206
|
"default": "#437EEF",
|
|
46200
46207
|
hover: "#104EC6"
|
|
@@ -49221,6 +49228,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
49221
49228
|
text: {
|
|
49222
49229
|
"default": "#161517",
|
|
49223
49230
|
muted: "#696e79",
|
|
49231
|
+
disabled: "#a0a0a0",
|
|
49224
49232
|
link: {
|
|
49225
49233
|
"default": "#437EEF",
|
|
49226
49234
|
hover: "#104EC6"
|
|
@@ -49378,6 +49386,7 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
|
|
|
49378
49386
|
text: {
|
|
49379
49387
|
"default": "#161517",
|
|
49380
49388
|
muted: "#696e79",
|
|
49389
|
+
disabled: "#a0a0a0",
|
|
49381
49390
|
link: {
|
|
49382
49391
|
"default": "#437EEF",
|
|
49383
49392
|
hover: "#104EC6"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ComponentProps, ElementType, ReactNode } from 'react';
|
|
2
2
|
|
|
3
3
|
export type TextAlignment = "left" | "center" | "right";
|
|
4
|
-
export type TextColor = "default" | "muted" | "danger";
|
|
4
|
+
export type TextColor = "default" | "muted" | "danger" | "disabled";
|
|
5
5
|
export type TextSize = "xs" | "sm" | "md" | "lg";
|
|
6
6
|
export type TextWeight = "normal" | "medium" | "semibold" | "bold" | "mono";
|
|
7
7
|
export interface TextProps<T extends ElementType = "p"> {
|
package/dist/styles/types.d.ts
CHANGED
|
@@ -2927,6 +2927,7 @@ export interface Theme {
|
|
|
2927
2927
|
"text": {
|
|
2928
2928
|
"default": string;
|
|
2929
2929
|
"muted": string;
|
|
2930
|
+
"disabled": string;
|
|
2930
2931
|
"link": {
|
|
2931
2932
|
"default": string;
|
|
2932
2933
|
"hover": string;
|
|
@@ -3084,6 +3085,7 @@ export interface Theme {
|
|
|
3084
3085
|
"text": {
|
|
3085
3086
|
"default": string;
|
|
3086
3087
|
"muted": string;
|
|
3088
|
+
"disabled": string;
|
|
3087
3089
|
"link": {
|
|
3088
3090
|
"default": string;
|
|
3089
3091
|
"hover": string;
|
|
@@ -812,6 +812,8 @@ declare const _default: {
|
|
|
812
812
|
"global": {
|
|
813
813
|
"color": {
|
|
814
814
|
"text": {
|
|
815
|
+
"default": "#161517",
|
|
816
|
+
"muted": "#696e79",
|
|
815
817
|
"link": {
|
|
816
818
|
"default": "#C78F0F",
|
|
817
819
|
"hover": "#C78F0F"
|
|
@@ -890,6 +892,7 @@ declare const _default: {
|
|
|
890
892
|
"text": {
|
|
891
893
|
"default": "#161517",
|
|
892
894
|
"muted": "#696e79",
|
|
895
|
+
"disabled": "#a0a0a0",
|
|
893
896
|
"link": {
|
|
894
897
|
"default": "#C78F0F",
|
|
895
898
|
"hover": "#C78F0F"
|
|
@@ -1530,6 +1530,7 @@ declare const _default: {
|
|
|
1530
1530
|
"text": {
|
|
1531
1531
|
"default": "#ffffff",
|
|
1532
1532
|
"muted": "#b3b6bd",
|
|
1533
|
+
"disabled": "#808080",
|
|
1533
1534
|
"link": {
|
|
1534
1535
|
"default": "#FAFF69",
|
|
1535
1536
|
"hover": "#FEFFC2"
|
|
@@ -1647,6 +1648,7 @@ declare const _default: {
|
|
|
1647
1648
|
"text": {
|
|
1648
1649
|
"default": "#ffffff",
|
|
1649
1650
|
"muted": "#b3b6bd",
|
|
1651
|
+
"disabled": "#808080",
|
|
1650
1652
|
"link": {
|
|
1651
1653
|
"default": "#FAFF69",
|
|
1652
1654
|
"hover": "#FEFFC2"
|
|
@@ -2927,6 +2927,7 @@ declare const _default: {
|
|
|
2927
2927
|
"text": {
|
|
2928
2928
|
"default": "#161517",
|
|
2929
2929
|
"muted": "#696e79",
|
|
2930
|
+
"disabled": "#a0a0a0",
|
|
2930
2931
|
"link": {
|
|
2931
2932
|
"default": "#437EEF",
|
|
2932
2933
|
"hover": "#104EC6"
|
|
@@ -3084,6 +3085,7 @@ declare const _default: {
|
|
|
3084
3085
|
"text": {
|
|
3085
3086
|
"default": "#161517",
|
|
3086
3087
|
"muted": "#696e79",
|
|
3088
|
+
"disabled": "#a0a0a0",
|
|
3087
3089
|
"link": {
|
|
3088
3090
|
"default": "#437EEF",
|
|
3089
3091
|
"hover": "#104EC6"
|
|
@@ -1517,6 +1517,7 @@ declare const _default: {
|
|
|
1517
1517
|
"text": {
|
|
1518
1518
|
"default": "#161517",
|
|
1519
1519
|
"muted": "#696e79",
|
|
1520
|
+
"disabled": "#a0a0a0",
|
|
1520
1521
|
"link": {
|
|
1521
1522
|
"default": "#437EEF",
|
|
1522
1523
|
"hover": "#104EC6"
|
|
@@ -1635,6 +1636,7 @@ declare const _default: {
|
|
|
1635
1636
|
"text": {
|
|
1636
1637
|
"default": "#161517",
|
|
1637
1638
|
"muted": "#696e79",
|
|
1639
|
+
"disabled": "#a0a0a0",
|
|
1638
1640
|
"link": {
|
|
1639
1641
|
"default": "#437EEF",
|
|
1640
1642
|
"hover": "#104EC6"
|