@api-client/ui 0.5.56 → 0.5.58
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/build/src/styles/m3/tokens.css +33 -33
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/styles/m3/tokens.css +33 -33
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@api-client/ui",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.58",
|
|
4
4
|
"description": "Internal UI component library for the API Client ecosystem.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"main": "build/src/index.js",
|
|
@@ -201,8 +201,8 @@
|
|
|
201
201
|
"tslog": "^4.9.3"
|
|
202
202
|
},
|
|
203
203
|
"devDependencies": {
|
|
204
|
-
"@commitlint/cli": "^
|
|
205
|
-
"@commitlint/config-conventional": "^
|
|
204
|
+
"@commitlint/cli": "^20.0.0",
|
|
205
|
+
"@commitlint/config-conventional": "^20.0.0",
|
|
206
206
|
"@eslint/compat": "^1.2.8",
|
|
207
207
|
"@eslint/js": "^9.26.0",
|
|
208
208
|
"@jarrodek/ts-lit-plugin": "^3.0.0",
|
package/src/styles/m3/tokens.css
CHANGED
|
@@ -12,10 +12,10 @@ html {
|
|
|
12
12
|
--md-sys-color-on-primary-light: rgb(255 255 255);
|
|
13
13
|
--md-sys-color-primary-container-light: rgb(158 239 254);
|
|
14
14
|
--md-sys-color-on-primary-container-light: rgb(0 79 88);
|
|
15
|
-
--md-sys-color-secondary-light: rgb(
|
|
15
|
+
--md-sys-color-secondary-light: rgb(74 98 103);
|
|
16
16
|
--md-sys-color-on-secondary-light: rgb(255 255 255);
|
|
17
|
-
--md-sys-color-secondary-container-light: rgb(
|
|
18
|
-
--md-sys-color-on-secondary-container-light: rgb(
|
|
17
|
+
--md-sys-color-secondary-container-light: rgb(205 231 236);
|
|
18
|
+
--md-sys-color-on-secondary-container-light: rgb(51 75 79);
|
|
19
19
|
--md-sys-color-tertiary-light: rgb(83 94 125);
|
|
20
20
|
--md-sys-color-on-tertiary-light: rgb(255 255 255);
|
|
21
21
|
--md-sys-color-tertiary-container-light: rgb(218 226 255);
|
|
@@ -41,10 +41,10 @@ html {
|
|
|
41
41
|
--md-sys-color-on-primary-fixed-light: rgb(0 31 36);
|
|
42
42
|
--md-sys-color-primary-fixed-dim-light: rgb(130 211 225);
|
|
43
43
|
--md-sys-color-on-primary-fixed-variant-light: rgb(0 79 88);
|
|
44
|
-
--md-sys-color-secondary-fixed-light: rgb(
|
|
45
|
-
--md-sys-color-on-secondary-fixed-light: rgb(
|
|
46
|
-
--md-sys-color-secondary-fixed-dim-light: rgb(
|
|
47
|
-
--md-sys-color-on-secondary-fixed-variant-light: rgb(
|
|
44
|
+
--md-sys-color-secondary-fixed-light: rgb(205 231 236);
|
|
45
|
+
--md-sys-color-on-secondary-fixed-light: rgb(5 31 35);
|
|
46
|
+
--md-sys-color-secondary-fixed-dim-light: rgb(177 203 208);
|
|
47
|
+
--md-sys-color-on-secondary-fixed-variant-light: rgb(51 75 79);
|
|
48
48
|
--md-sys-color-tertiary-fixed-light: rgb(218 226 255);
|
|
49
49
|
--md-sys-color-on-tertiary-fixed-light: rgb(15 26 55);
|
|
50
50
|
--md-sys-color-tertiary-fixed-dim-light: rgb(187 198 234);
|
|
@@ -70,9 +70,9 @@ html {
|
|
|
70
70
|
--md-sys-color-on-primary-light-hc: rgb(255 255 255);
|
|
71
71
|
--md-sys-color-primary-container-light-hc: rgb(0 81 91);
|
|
72
72
|
--md-sys-color-on-primary-container-light-hc: rgb(255 255 255);
|
|
73
|
-
--md-sys-color-secondary-light-hc: rgb(
|
|
73
|
+
--md-sys-color-secondary-light-hc: rgb(23 48 52);
|
|
74
74
|
--md-sys-color-on-secondary-light-hc: rgb(255 255 255);
|
|
75
|
-
--md-sys-color-secondary-container-light-hc: rgb(
|
|
75
|
+
--md-sys-color-secondary-container-light-hc: rgb(53 77 81);
|
|
76
76
|
--md-sys-color-on-secondary-container-light-hc: rgb(255 255 255);
|
|
77
77
|
--md-sys-color-tertiary-light-hc: rgb(32 43 72);
|
|
78
78
|
--md-sys-color-on-tertiary-light-hc: rgb(255 255 255);
|
|
@@ -99,9 +99,9 @@ html {
|
|
|
99
99
|
--md-sys-color-on-primary-fixed-light-hc: rgb(255 255 255);
|
|
100
100
|
--md-sys-color-primary-fixed-dim-light-hc: rgb(0 57 64);
|
|
101
101
|
--md-sys-color-on-primary-fixed-variant-light-hc: rgb(255 255 255);
|
|
102
|
-
--md-sys-color-secondary-fixed-light-hc: rgb(
|
|
102
|
+
--md-sys-color-secondary-fixed-light-hc: rgb(53 77 81);
|
|
103
103
|
--md-sys-color-on-secondary-fixed-light-hc: rgb(255 255 255);
|
|
104
|
-
--md-sys-color-secondary-fixed-dim-light-hc: rgb(
|
|
104
|
+
--md-sys-color-secondary-fixed-dim-light-hc: rgb(30 54 58);
|
|
105
105
|
--md-sys-color-on-secondary-fixed-variant-light-hc: rgb(255 255 255);
|
|
106
106
|
--md-sys-color-tertiary-fixed-light-hc: rgb(61 72 103);
|
|
107
107
|
--md-sys-color-on-tertiary-fixed-light-hc: rgb(255 255 255);
|
|
@@ -127,9 +127,9 @@ html {
|
|
|
127
127
|
--md-sys-color-on-primary-light-mc: rgb(255 255 255);
|
|
128
128
|
--md-sys-color-primary-container-light-mc: rgb(25 120 133);
|
|
129
129
|
--md-sys-color-on-primary-container-light-mc: rgb(255 255 255);
|
|
130
|
-
--md-sys-color-secondary-light-mc: rgb(
|
|
130
|
+
--md-sys-color-secondary-light-mc: rgb(34 58 62);
|
|
131
131
|
--md-sys-color-on-secondary-light-mc: rgb(255 255 255);
|
|
132
|
-
--md-sys-color-secondary-container-light-mc: rgb(
|
|
132
|
+
--md-sys-color-secondary-container-light-mc: rgb(89 113 118);
|
|
133
133
|
--md-sys-color-on-secondary-container-light-mc: rgb(255 255 255);
|
|
134
134
|
--md-sys-color-tertiary-light-mc: rgb(42 53 83);
|
|
135
135
|
--md-sys-color-on-tertiary-light-mc: rgb(255 255 255);
|
|
@@ -156,9 +156,9 @@ html {
|
|
|
156
156
|
--md-sys-color-on-primary-fixed-light-mc: rgb(255 255 255);
|
|
157
157
|
--md-sys-color-primary-fixed-dim-light-mc: rgb(0 94 105);
|
|
158
158
|
--md-sys-color-on-primary-fixed-variant-light-mc: rgb(255 255 255);
|
|
159
|
-
--md-sys-color-secondary-fixed-light-mc: rgb(
|
|
159
|
+
--md-sys-color-secondary-fixed-light-mc: rgb(89 113 118);
|
|
160
160
|
--md-sys-color-on-secondary-fixed-light-mc: rgb(255 255 255);
|
|
161
|
-
--md-sys-color-secondary-fixed-dim-light-mc: rgb(
|
|
161
|
+
--md-sys-color-secondary-fixed-dim-light-mc: rgb(65 89 93);
|
|
162
162
|
--md-sys-color-on-secondary-fixed-variant-light-mc: rgb(255 255 255);
|
|
163
163
|
--md-sys-color-tertiary-fixed-light-mc: rgb(97 108 141);
|
|
164
164
|
--md-sys-color-on-tertiary-fixed-light-mc: rgb(255 255 255);
|
|
@@ -186,10 +186,10 @@ html {
|
|
|
186
186
|
--md-sys-color-on-primary-dark: rgb(0 54 61);
|
|
187
187
|
--md-sys-color-primary-container-dark: rgb(0 79 88);
|
|
188
188
|
--md-sys-color-on-primary-container-dark: rgb(158 239 254);
|
|
189
|
-
--md-sys-color-secondary-dark: rgb(
|
|
190
|
-
--md-sys-color-on-secondary-dark: rgb(
|
|
191
|
-
--md-sys-color-secondary-container-dark: rgb(
|
|
192
|
-
--md-sys-color-on-secondary-container-dark: rgb(
|
|
189
|
+
--md-sys-color-secondary-dark: rgb(177 203 208);
|
|
190
|
+
--md-sys-color-on-secondary-dark: rgb(28 52 56);
|
|
191
|
+
--md-sys-color-secondary-container-dark: rgb(51 75 79);
|
|
192
|
+
--md-sys-color-on-secondary-container-dark: rgb(205 231 236);
|
|
193
193
|
--md-sys-color-tertiary-dark: rgb(187 198 234);
|
|
194
194
|
--md-sys-color-on-tertiary-dark: rgb(36 48 77);
|
|
195
195
|
--md-sys-color-tertiary-container-dark: rgb(59 70 101);
|
|
@@ -215,10 +215,10 @@ html {
|
|
|
215
215
|
--md-sys-color-on-primary-fixed-dark: rgb(0 31 36);
|
|
216
216
|
--md-sys-color-primary-fixed-dim-dark: rgb(130 211 225);
|
|
217
217
|
--md-sys-color-on-primary-fixed-variant-dark: rgb(0 79 88);
|
|
218
|
-
--md-sys-color-secondary-fixed-dark: rgb(
|
|
219
|
-
--md-sys-color-on-secondary-fixed-dark: rgb(
|
|
220
|
-
--md-sys-color-secondary-fixed-dim-dark: rgb(
|
|
221
|
-
--md-sys-color-on-secondary-fixed-variant-dark: rgb(
|
|
218
|
+
--md-sys-color-secondary-fixed-dark: rgb(205 231 236);
|
|
219
|
+
--md-sys-color-on-secondary-fixed-dark: rgb(5 31 35);
|
|
220
|
+
--md-sys-color-secondary-fixed-dim-dark: rgb(177 203 208);
|
|
221
|
+
--md-sys-color-on-secondary-fixed-variant-dark: rgb(51 75 79);
|
|
222
222
|
--md-sys-color-tertiary-fixed-dark: rgb(218 226 255);
|
|
223
223
|
--md-sys-color-on-tertiary-fixed-dark: rgb(15 26 55);
|
|
224
224
|
--md-sys-color-tertiary-fixed-dim-dark: rgb(187 198 234);
|
|
@@ -244,9 +244,9 @@ html {
|
|
|
244
244
|
--md-sys-color-on-primary-dark-hc: rgb(0 0 0);
|
|
245
245
|
--md-sys-color-primary-container-dark-hc: rgb(126 207 221);
|
|
246
246
|
--md-sys-color-on-primary-container-dark-hc: rgb(0 14 16);
|
|
247
|
-
--md-sys-color-secondary-dark-hc: rgb(
|
|
247
|
+
--md-sys-color-secondary-dark-hc: rgb(218 245 250);
|
|
248
248
|
--md-sys-color-on-secondary-dark-hc: rgb(0 0 0);
|
|
249
|
-
--md-sys-color-secondary-container-dark-hc: rgb(
|
|
249
|
+
--md-sys-color-secondary-container-dark-hc: rgb(173 199 204);
|
|
250
250
|
--md-sys-color-on-secondary-container-dark-hc: rgb(0 14 16);
|
|
251
251
|
--md-sys-color-tertiary-dark-hc: rgb(237 239 255);
|
|
252
252
|
--md-sys-color-on-tertiary-dark-hc: rgb(0 0 0);
|
|
@@ -273,9 +273,9 @@ html {
|
|
|
273
273
|
--md-sys-color-on-primary-fixed-dark-hc: rgb(0 0 0);
|
|
274
274
|
--md-sys-color-primary-fixed-dim-dark-hc: rgb(130 211 225);
|
|
275
275
|
--md-sys-color-on-primary-fixed-variant-dark-hc: rgb(0 20 23);
|
|
276
|
-
--md-sys-color-secondary-fixed-dark-hc: rgb(
|
|
276
|
+
--md-sys-color-secondary-fixed-dark-hc: rgb(205 231 236);
|
|
277
277
|
--md-sys-color-on-secondary-fixed-dark-hc: rgb(0 0 0);
|
|
278
|
-
--md-sys-color-secondary-fixed-dim-dark-hc: rgb(
|
|
278
|
+
--md-sys-color-secondary-fixed-dim-dark-hc: rgb(177 203 208);
|
|
279
279
|
--md-sys-color-on-secondary-fixed-variant-dark-hc: rgb(0 20 23);
|
|
280
280
|
--md-sys-color-tertiary-fixed-dark-hc: rgb(218 226 255);
|
|
281
281
|
--md-sys-color-on-tertiary-fixed-dark-hc: rgb(0 0 0);
|
|
@@ -302,9 +302,9 @@ html {
|
|
|
302
302
|
--md-sys-color-on-primary-dark-mc: rgb(0 42 48);
|
|
303
303
|
--md-sys-color-primary-container-dark-mc: rgb(73 156 169);
|
|
304
304
|
--md-sys-color-on-primary-container-dark-mc: rgb(0 0 0);
|
|
305
|
-
--md-sys-color-secondary-dark-mc: rgb(
|
|
306
|
-
--md-sys-color-on-secondary-dark-mc: rgb(
|
|
307
|
-
--md-sys-color-secondary-container-dark-mc: rgb(
|
|
305
|
+
--md-sys-color-secondary-dark-mc: rgb(199 225 230);
|
|
306
|
+
--md-sys-color-on-secondary-dark-mc: rgb(16 41 45);
|
|
307
|
+
--md-sys-color-secondary-container-dark-mc: rgb(124 149 154);
|
|
308
308
|
--md-sys-color-on-secondary-container-dark-mc: rgb(0 0 0);
|
|
309
309
|
--md-sys-color-tertiary-dark-mc: rgb(209 219 255);
|
|
310
310
|
--md-sys-color-on-tertiary-dark-mc: rgb(25 37 65);
|
|
@@ -331,10 +331,10 @@ html {
|
|
|
331
331
|
--md-sys-color-on-primary-fixed-dark-mc: rgb(0 20 23);
|
|
332
332
|
--md-sys-color-primary-fixed-dim-dark-mc: rgb(130 211 225);
|
|
333
333
|
--md-sys-color-on-primary-fixed-variant-dark-mc: rgb(0 60 68);
|
|
334
|
-
--md-sys-color-secondary-fixed-dark-mc: rgb(
|
|
334
|
+
--md-sys-color-secondary-fixed-dark-mc: rgb(205 231 236);
|
|
335
335
|
--md-sys-color-on-secondary-fixed-dark-mc: rgb(0 20 23);
|
|
336
|
-
--md-sys-color-secondary-fixed-dim-dark-mc: rgb(
|
|
337
|
-
--md-sys-color-on-secondary-fixed-variant-dark-mc: rgb(
|
|
336
|
+
--md-sys-color-secondary-fixed-dim-dark-mc: rgb(177 203 208);
|
|
337
|
+
--md-sys-color-on-secondary-fixed-variant-dark-mc: rgb(34 58 62);
|
|
338
338
|
--md-sys-color-tertiary-fixed-dark-mc: rgb(218 226 255);
|
|
339
339
|
--md-sys-color-on-tertiary-fixed-dark-mc: rgb(4 16 44);
|
|
340
340
|
--md-sys-color-tertiary-fixed-dim-dark-mc: rgb(187 198 234);
|