@knime/kds-styles 0.16.1 → 0.17.1
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.
|
@@ -776,60 +776,78 @@ syntax: "<color>";
|
|
|
776
776
|
initial-value: hsl(25 30% 35%);
|
|
777
777
|
}
|
|
778
778
|
|
|
779
|
-
@property --kds-color-
|
|
779
|
+
@property --kds-color-state-error {
|
|
780
780
|
syntax: "<color>";
|
|
781
781
|
inherits: true;
|
|
782
782
|
initial-value: hsl(353 75% 45%);
|
|
783
783
|
}
|
|
784
784
|
|
|
785
|
-
@property --kds-color-
|
|
785
|
+
@property --kds-color-state-error-border {
|
|
786
786
|
syntax: "<color>";
|
|
787
787
|
inherits: true;
|
|
788
788
|
initial-value: hsl(348 94% 21%);
|
|
789
789
|
}
|
|
790
790
|
|
|
791
|
-
@property --kds-color-
|
|
791
|
+
@property --kds-color-state-warning {
|
|
792
792
|
syntax: "<color>";
|
|
793
793
|
inherits: true;
|
|
794
|
-
initial-value: hsl(
|
|
794
|
+
initial-value: hsl(48 100% 68%);
|
|
795
795
|
}
|
|
796
796
|
|
|
797
|
-
@property --kds-color-
|
|
797
|
+
@property --kds-color-state-warning-border {
|
|
798
798
|
syntax: "<color>";
|
|
799
799
|
inherits: true;
|
|
800
|
-
initial-value: hsl(
|
|
800
|
+
initial-value: hsl(19 63% 38%);
|
|
801
801
|
}
|
|
802
802
|
|
|
803
|
-
@property --kds-color-
|
|
803
|
+
@property --kds-color-state-success {
|
|
804
804
|
syntax: "<color>";
|
|
805
805
|
inherits: true;
|
|
806
806
|
initial-value: hsl(107 43% 55%);
|
|
807
807
|
}
|
|
808
808
|
|
|
809
|
-
@property --kds-color-
|
|
809
|
+
@property --kds-color-state-success-border {
|
|
810
810
|
syntax: "<color>";
|
|
811
811
|
inherits: true;
|
|
812
812
|
initial-value: hsl(116 47% 26%);
|
|
813
813
|
}
|
|
814
814
|
|
|
815
|
-
@property --kds-color-
|
|
815
|
+
@property --kds-color-state-loading {
|
|
816
816
|
syntax: "<color>";
|
|
817
817
|
inherits: true;
|
|
818
|
-
initial-value: hsl(208
|
|
818
|
+
initial-value: hsl(208 61% 34%);
|
|
819
819
|
}
|
|
820
820
|
|
|
821
|
-
@property --kds-color-
|
|
821
|
+
@property --kds-color-state-inactive {
|
|
822
822
|
syntax: "<color>";
|
|
823
823
|
inherits: true;
|
|
824
824
|
initial-value: hsl(0 0% 99%);
|
|
825
825
|
}
|
|
826
826
|
|
|
827
|
-
@property --kds-color-
|
|
827
|
+
@property --kds-color-state-inactive-border {
|
|
828
|
+
syntax: "<color>";
|
|
829
|
+
inherits: true;
|
|
830
|
+
initial-value: hsl(0 0% 90%);
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
@property --kds-color-state-disabled {
|
|
828
834
|
syntax: "<color>";
|
|
829
835
|
inherits: true;
|
|
830
836
|
initial-value: hsl(0 0% 73%);
|
|
831
837
|
}
|
|
832
838
|
|
|
839
|
+
@property --kds-color-state-disabled-border {
|
|
840
|
+
syntax: "<color>";
|
|
841
|
+
inherits: true;
|
|
842
|
+
initial-value: hsl(0 0% 48%);
|
|
843
|
+
}
|
|
844
|
+
|
|
845
|
+
@property --kds-color-state-background {
|
|
846
|
+
syntax: "<color>";
|
|
847
|
+
inherits: true;
|
|
848
|
+
initial-value: hsl(0 0% 90%);
|
|
849
|
+
}
|
|
850
|
+
|
|
833
851
|
@property --kds-color-connector-data {
|
|
834
852
|
syntax: "<color>";
|
|
835
853
|
inherits: true;
|
|
@@ -1085,10 +1103,10 @@ syntax: "<string>";
|
|
|
1085
1103
|
@property --kds-border-node-status-empty {
|
|
1086
1104
|
syntax: "<string>";
|
|
1087
1105
|
inherits: false;
|
|
1088
|
-
initial-value: 1px solid hsl(0 0%
|
|
1106
|
+
initial-value: 1px solid hsl(0 0% 90%);
|
|
1089
1107
|
}
|
|
1090
1108
|
|
|
1091
|
-
@property --kds-border-node-status-
|
|
1109
|
+
@property --kds-border-node-status-error {
|
|
1092
1110
|
syntax: "<string>";
|
|
1093
1111
|
inherits: false;
|
|
1094
1112
|
initial-value: 1px solid hsl(348 94% 21%);
|
|
@@ -1097,10 +1115,10 @@ syntax: "<string>";
|
|
|
1097
1115
|
@property --kds-border-node-status-warning {
|
|
1098
1116
|
syntax: "<string>";
|
|
1099
1117
|
inherits: false;
|
|
1100
|
-
initial-value: 1px solid hsl(
|
|
1118
|
+
initial-value: 1px solid hsl(19 63% 38%);
|
|
1101
1119
|
}
|
|
1102
1120
|
|
|
1103
|
-
@property --kds-border-node-status-
|
|
1121
|
+
@property --kds-border-node-status-success {
|
|
1104
1122
|
syntax: "<string>";
|
|
1105
1123
|
inherits: false;
|
|
1106
1124
|
initial-value: 1px solid hsl(116 47% 26%);
|
|
@@ -1970,58 +1970,76 @@ syntax: "<color>";
|
|
|
1970
1970
|
initial-value: light-dark(hsl(25 30% 35%), hsl(27 35% 44%));
|
|
1971
1971
|
}
|
|
1972
1972
|
|
|
1973
|
-
@property --kds-color-
|
|
1973
|
+
@property --kds-color-state-error {
|
|
1974
1974
|
syntax: "<color>";
|
|
1975
1975
|
inherits: true;
|
|
1976
|
-
initial-value: light-dark(hsl(353 75% 45%), hsl(348
|
|
1976
|
+
initial-value: light-dark(hsl(353 75% 45%), hsl(348 97% 27%));
|
|
1977
1977
|
}
|
|
1978
1978
|
|
|
1979
|
-
@property --kds-color-
|
|
1979
|
+
@property --kds-color-state-error-border {
|
|
1980
1980
|
syntax: "<color>";
|
|
1981
1981
|
inherits: true;
|
|
1982
|
-
initial-value: light-dark(hsl(348 94% 21%), hsl(
|
|
1982
|
+
initial-value: light-dark(hsl(348 94% 21%), hsl(3 100% 72%));
|
|
1983
1983
|
}
|
|
1984
1984
|
|
|
1985
|
-
@property --kds-color-
|
|
1985
|
+
@property --kds-color-state-warning {
|
|
1986
1986
|
syntax: "<color>";
|
|
1987
1987
|
inherits: true;
|
|
1988
|
-
initial-value: light-dark(hsl(
|
|
1988
|
+
initial-value: light-dark(hsl(48 100% 68%), hsl(44 100% 26%));
|
|
1989
1989
|
}
|
|
1990
1990
|
|
|
1991
|
-
@property --kds-color-
|
|
1991
|
+
@property --kds-color-state-warning-border {
|
|
1992
1992
|
syntax: "<color>";
|
|
1993
1993
|
inherits: true;
|
|
1994
|
-
initial-value: light-dark(hsl(
|
|
1994
|
+
initial-value: light-dark(hsl(19 63% 38%), hsl(49 99% 44%));
|
|
1995
1995
|
}
|
|
1996
1996
|
|
|
1997
|
-
@property --kds-color-
|
|
1997
|
+
@property --kds-color-state-success {
|
|
1998
1998
|
syntax: "<color>";
|
|
1999
1999
|
inherits: true;
|
|
2000
|
-
initial-value: light-dark(hsl(107 43% 55%), hsl(
|
|
2000
|
+
initial-value: light-dark(hsl(107 43% 55%), hsl(108 46% 37%));
|
|
2001
2001
|
}
|
|
2002
2002
|
|
|
2003
|
-
@property --kds-color-
|
|
2003
|
+
@property --kds-color-state-success-border {
|
|
2004
2004
|
syntax: "<color>";
|
|
2005
2005
|
inherits: true;
|
|
2006
2006
|
initial-value: light-dark(hsl(116 47% 26%), hsl(107 43% 55%));
|
|
2007
2007
|
}
|
|
2008
2008
|
|
|
2009
|
-
@property --kds-color-
|
|
2009
|
+
@property --kds-color-state-loading {
|
|
2010
2010
|
syntax: "<color>";
|
|
2011
2011
|
inherits: true;
|
|
2012
|
-
initial-value: light-dark(hsl(208
|
|
2012
|
+
initial-value: light-dark(hsl(208 61% 34%), hsl(215 100% 84%));
|
|
2013
2013
|
}
|
|
2014
2014
|
|
|
2015
|
-
@property --kds-color-
|
|
2015
|
+
@property --kds-color-state-inactive {
|
|
2016
2016
|
syntax: "<color>";
|
|
2017
2017
|
inherits: true;
|
|
2018
2018
|
initial-value: light-dark(hsl(0 0% 99%), hsl(0 0% 11%));
|
|
2019
2019
|
}
|
|
2020
2020
|
|
|
2021
|
-
@property --kds-color-
|
|
2021
|
+
@property --kds-color-state-inactive-border {
|
|
2022
2022
|
syntax: "<color>";
|
|
2023
2023
|
inherits: true;
|
|
2024
|
-
initial-value: light-dark(hsl(0 0%
|
|
2024
|
+
initial-value: light-dark(hsl(0 0% 90%), hsl(0 0% 32%));
|
|
2025
|
+
}
|
|
2026
|
+
|
|
2027
|
+
@property --kds-color-state-disabled {
|
|
2028
|
+
syntax: "<color>";
|
|
2029
|
+
inherits: true;
|
|
2030
|
+
initial-value: light-dark(hsl(0 0% 73%), hsl(0 0% 22%));
|
|
2031
|
+
}
|
|
2032
|
+
|
|
2033
|
+
@property --kds-color-state-disabled-border {
|
|
2034
|
+
syntax: "<color>";
|
|
2035
|
+
inherits: true;
|
|
2036
|
+
initial-value: hsl(0 0% 48%);
|
|
2037
|
+
}
|
|
2038
|
+
|
|
2039
|
+
@property --kds-color-state-background {
|
|
2040
|
+
syntax: "<color>";
|
|
2041
|
+
inherits: true;
|
|
2042
|
+
initial-value: light-dark(hsl(0 0% 90%), hsl(0 0% 32%));
|
|
2025
2043
|
}
|
|
2026
2044
|
|
|
2027
2045
|
@property --kds-color-connector-data {
|
|
@@ -2369,22 +2387,22 @@ syntax: "<string>";
|
|
|
2369
2387
|
@property --kds-border-node-status-empty {
|
|
2370
2388
|
syntax: "<string>";
|
|
2371
2389
|
inherits: false;
|
|
2372
|
-
initial-value: 1px solid light-dark(hsl(0 0%
|
|
2390
|
+
initial-value: 1px solid light-dark(hsl(0 0% 90%), hsl(0 0% 32%));
|
|
2373
2391
|
}
|
|
2374
2392
|
|
|
2375
|
-
@property --kds-border-node-status-
|
|
2393
|
+
@property --kds-border-node-status-error {
|
|
2376
2394
|
syntax: "<string>";
|
|
2377
2395
|
inherits: false;
|
|
2378
|
-
initial-value: 1px solid light-dark(hsl(348 94% 21%), hsl(
|
|
2396
|
+
initial-value: 1px solid light-dark(hsl(348 94% 21%), hsl(3 100% 72%));
|
|
2379
2397
|
}
|
|
2380
2398
|
|
|
2381
2399
|
@property --kds-border-node-status-warning {
|
|
2382
2400
|
syntax: "<string>";
|
|
2383
2401
|
inherits: false;
|
|
2384
|
-
initial-value: 1px solid light-dark(hsl(
|
|
2402
|
+
initial-value: 1px solid light-dark(hsl(19 63% 38%), hsl(49 99% 44%));
|
|
2385
2403
|
}
|
|
2386
2404
|
|
|
2387
|
-
@property --kds-border-node-status-
|
|
2405
|
+
@property --kds-border-node-status-success {
|
|
2388
2406
|
syntax: "<string>";
|
|
2389
2407
|
inherits: false;
|
|
2390
2408
|
initial-value: 1px solid light-dark(hsl(116 47% 26%), hsl(107 43% 55%));
|
|
@@ -132,15 +132,18 @@
|
|
|
132
132
|
--kds-color-annotations-teal-dark: hsl(177 82% 18%);
|
|
133
133
|
--kds-color-annotations-other: hsl(29 43% 58%);
|
|
134
134
|
--kds-color-annotations-loop: hsl(25 30% 35%);
|
|
135
|
-
--kds-color-
|
|
136
|
-
--kds-color-
|
|
137
|
-
--kds-color-
|
|
138
|
-
--kds-color-
|
|
139
|
-
--kds-color-
|
|
140
|
-
--kds-color-
|
|
141
|
-
--kds-color-
|
|
142
|
-
--kds-color-
|
|
143
|
-
--kds-color-
|
|
135
|
+
--kds-color-state-error: hsl(353 75% 45%);
|
|
136
|
+
--kds-color-state-error-border: hsl(348 94% 21%);
|
|
137
|
+
--kds-color-state-warning: hsl(48 100% 68%);
|
|
138
|
+
--kds-color-state-warning-border: hsl(19 63% 38%);
|
|
139
|
+
--kds-color-state-success: hsl(107 43% 55%);
|
|
140
|
+
--kds-color-state-success-border: hsl(116 47% 26%);
|
|
141
|
+
--kds-color-state-loading: hsl(208 61% 34%);
|
|
142
|
+
--kds-color-state-inactive: hsl(0 0% 99%);
|
|
143
|
+
--kds-color-state-inactive-border: hsl(0 0% 90%);
|
|
144
|
+
--kds-color-state-disabled: hsl(0 0% 73%);
|
|
145
|
+
--kds-color-state-disabled-border: hsl(0 0% 48%);
|
|
146
|
+
--kds-color-state-background: hsl(0 0% 90%);
|
|
144
147
|
--kds-color-connector-data: hsl(0 0% 16%);
|
|
145
148
|
--kds-color-connector-flow-variable: hsl(360 84% 63%);
|
|
146
149
|
--kds-color-elevation-top: hsl(330 0% 73% / 0.32);
|
|
@@ -183,10 +186,10 @@
|
|
|
183
186
|
--kds-border-base-warning: 1px solid hsl(31 79% 74%);
|
|
184
187
|
--kds-border-base-success: 1px solid hsl(112 57% 71%);
|
|
185
188
|
--kds-border-base-info: 1px solid hsl(215 100% 84%);
|
|
186
|
-
--kds-border-node-status-empty: 1px solid hsl(0 0%
|
|
187
|
-
--kds-border-node-status-
|
|
188
|
-
--kds-border-node-status-warning: 1px solid hsl(
|
|
189
|
-
--kds-border-node-status-
|
|
189
|
+
--kds-border-node-status-empty: 1px solid hsl(0 0% 90%);
|
|
190
|
+
--kds-border-node-status-error: 1px solid hsl(348 94% 21%);
|
|
191
|
+
--kds-border-node-status-warning: 1px solid hsl(19 63% 38%);
|
|
192
|
+
--kds-border-node-status-success: 1px solid hsl(116 47% 26%);
|
|
190
193
|
--kds-border-resize-handle-initial: 2px solid hsl(345 0% 10% / 0.4);
|
|
191
194
|
--kds-border-resize-handle-hover: 2px solid hsl(345 0% 10% / 0.64);
|
|
192
195
|
--kds-border-resize-handle-active: 2px solid hsl(345 0% 10% / 0.74);
|
|
@@ -331,15 +331,18 @@
|
|
|
331
331
|
--kds-color-annotations-teal-dark: light-dark(hsl(177 82% 18%), hsl(176 67% 22%));
|
|
332
332
|
--kds-color-annotations-other: light-dark(hsl(29 43% 58%), hsl(30 47% 68%));
|
|
333
333
|
--kds-color-annotations-loop: light-dark(hsl(25 30% 35%), hsl(27 35% 44%));
|
|
334
|
-
--kds-color-
|
|
335
|
-
--kds-color-
|
|
336
|
-
--kds-color-
|
|
337
|
-
--kds-color-
|
|
338
|
-
--kds-color-
|
|
339
|
-
--kds-color-
|
|
340
|
-
--kds-color-
|
|
341
|
-
--kds-color-
|
|
342
|
-
--kds-color-
|
|
334
|
+
--kds-color-state-error: light-dark(hsl(353 75% 45%), hsl(348 97% 27%));
|
|
335
|
+
--kds-color-state-error-border: light-dark(hsl(348 94% 21%), hsl(3 100% 72%));
|
|
336
|
+
--kds-color-state-warning: light-dark(hsl(48 100% 68%), hsl(44 100% 26%));
|
|
337
|
+
--kds-color-state-warning-border: light-dark(hsl(19 63% 38%), hsl(49 99% 44%));
|
|
338
|
+
--kds-color-state-success: light-dark(hsl(107 43% 55%), hsl(108 46% 37%));
|
|
339
|
+
--kds-color-state-success-border: light-dark(hsl(116 47% 26%), hsl(107 43% 55%));
|
|
340
|
+
--kds-color-state-loading: light-dark(hsl(208 61% 34%), hsl(215 100% 84%));
|
|
341
|
+
--kds-color-state-inactive: light-dark(hsl(0 0% 99%), hsl(0 0% 11%));
|
|
342
|
+
--kds-color-state-inactive-border: light-dark(hsl(0 0% 90%), hsl(0 0% 32%));
|
|
343
|
+
--kds-color-state-disabled: light-dark(hsl(0 0% 73%), hsl(0 0% 22%));
|
|
344
|
+
--kds-color-state-disabled-border: hsl(0 0% 48%);
|
|
345
|
+
--kds-color-state-background: light-dark(hsl(0 0% 90%), hsl(0 0% 32%));
|
|
343
346
|
--kds-color-connector-data: light-dark(hsl(0 0% 16%), hsl(0 0% 94%));
|
|
344
347
|
--kds-color-connector-flow-variable: hsl(360 84% 63%);
|
|
345
348
|
--kds-color-skeleton-default: light-dark(linear-gradient(90deg, hsla(0, 0%, 10%, 0.02) 0%, hsla(0, 0%, 10%, 0.15) 25%, hsla(0, 0%, 10%, 0.02) 65%, hsla(0, 0%, 10%, 0.00) 100%), linear-gradient(90deg, hsla(0, 0%, 94%, 0.02) 0%, hsla(0, 0%, 94%, 0.15) 25%, hsla(0, 0%, 94%, 0.02) 65%, hsla(0, 0%, 94%, 0.00) 100%));
|
|
@@ -397,10 +400,10 @@
|
|
|
397
400
|
--kds-border-base-warning: 1px solid light-dark(hsl(31 79% 74%), hsl(13 66% 23%));
|
|
398
401
|
--kds-border-base-success: 1px solid light-dark(hsl(112 57% 71%), hsl(124 47% 21%));
|
|
399
402
|
--kds-border-base-info: 1px solid light-dark(hsl(215 100% 84%), hsl(210 50% 28%));
|
|
400
|
-
--kds-border-node-status-empty: 1px solid light-dark(hsl(0 0%
|
|
401
|
-
--kds-border-node-status-
|
|
402
|
-
--kds-border-node-status-warning: 1px solid light-dark(hsl(
|
|
403
|
-
--kds-border-node-status-
|
|
403
|
+
--kds-border-node-status-empty: 1px solid light-dark(hsl(0 0% 90%), hsl(0 0% 32%));
|
|
404
|
+
--kds-border-node-status-error: 1px solid light-dark(hsl(348 94% 21%), hsl(3 100% 72%));
|
|
405
|
+
--kds-border-node-status-warning: 1px solid light-dark(hsl(19 63% 38%), hsl(49 99% 44%));
|
|
406
|
+
--kds-border-node-status-success: 1px solid light-dark(hsl(116 47% 26%), hsl(107 43% 55%));
|
|
404
407
|
--kds-border-resize-handle-initial: 2px solid light-dark(hsl(345 0% 10% / 0.4), hsl(330 0% 99% / 0.4));
|
|
405
408
|
--kds-border-resize-handle-hover: 2px solid light-dark(hsl(345 0% 10% / 0.64), hsl(330 0% 99% / 0.58));
|
|
406
409
|
--kds-border-resize-handle-active: 2px solid light-dark(hsl(345 0% 10% / 0.74), hsl(330 0% 99% / 0.68));
|