@api-client/ui 0.6.10 → 0.6.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@api-client/ui",
3
- "version": "0.6.10",
3
+ "version": "0.6.11",
4
4
  "description": "Internal UI component library for the API Client ecosystem.",
5
5
  "license": "UNLICENSED",
6
6
  "main": "build/src/index.js",
@@ -15,10 +15,10 @@ export default css`
15
15
  --md-sys-color-on-primary-light: rgb(255 255 255);
16
16
  --md-sys-color-primary-container-light: rgb(158 239 254);
17
17
  --md-sys-color-on-primary-container-light: rgb(0 79 88);
18
- --md-sys-color-secondary-light: rgb(0 104 116);
18
+ --md-sys-color-secondary-light: rgb(74 98 103);
19
19
  --md-sys-color-on-secondary-light: rgb(255 255 255);
20
- --md-sys-color-secondary-container-light: rgb(158 239 253);
21
- --md-sys-color-on-secondary-container-light: rgb(0 79 87);
20
+ --md-sys-color-secondary-container-light: rgb(205 231 236);
21
+ --md-sys-color-on-secondary-container-light: rgb(51 75 79);
22
22
  --md-sys-color-tertiary-light: rgb(83 94 125);
23
23
  --md-sys-color-on-tertiary-light: rgb(255 255 255);
24
24
  --md-sys-color-tertiary-container-light: rgb(218 226 255);
@@ -44,10 +44,10 @@ export default css`
44
44
  --md-sys-color-on-primary-fixed-light: rgb(0 31 36);
45
45
  --md-sys-color-primary-fixed-dim-light: rgb(130 211 225);
46
46
  --md-sys-color-on-primary-fixed-variant-light: rgb(0 79 88);
47
- --md-sys-color-secondary-fixed-light: rgb(158 239 253);
48
- --md-sys-color-on-secondary-fixed-light: rgb(0 31 36);
49
- --md-sys-color-secondary-fixed-dim-light: rgb(129 211 224);
50
- --md-sys-color-on-secondary-fixed-variant-light: rgb(0 79 87);
47
+ --md-sys-color-secondary-fixed-light: rgb(205 231 236);
48
+ --md-sys-color-on-secondary-fixed-light: rgb(5 31 35);
49
+ --md-sys-color-secondary-fixed-dim-light: rgb(177 203 208);
50
+ --md-sys-color-on-secondary-fixed-variant-light: rgb(51 75 79);
51
51
  --md-sys-color-tertiary-fixed-light: rgb(218 226 255);
52
52
  --md-sys-color-on-tertiary-fixed-light: rgb(15 26 55);
53
53
  --md-sys-color-tertiary-fixed-dim-light: rgb(187 198 234);
@@ -73,9 +73,9 @@ export default css`
73
73
  --md-sys-color-on-primary-light-hc: rgb(255 255 255);
74
74
  --md-sys-color-primary-container-light-hc: rgb(0 81 91);
75
75
  --md-sys-color-on-primary-container-light-hc: rgb(255 255 255);
76
- --md-sys-color-secondary-light-hc: rgb(0 50 55);
76
+ --md-sys-color-secondary-light-hc: rgb(23 48 52);
77
77
  --md-sys-color-on-secondary-light-hc: rgb(255 255 255);
78
- --md-sys-color-secondary-container-light-hc: rgb(0 81 90);
78
+ --md-sys-color-secondary-container-light-hc: rgb(53 77 81);
79
79
  --md-sys-color-on-secondary-container-light-hc: rgb(255 255 255);
80
80
  --md-sys-color-tertiary-light-hc: rgb(32 43 72);
81
81
  --md-sys-color-on-tertiary-light-hc: rgb(255 255 255);
@@ -102,9 +102,9 @@ export default css`
102
102
  --md-sys-color-on-primary-fixed-light-hc: rgb(255 255 255);
103
103
  --md-sys-color-primary-fixed-dim-light-hc: rgb(0 57 64);
104
104
  --md-sys-color-on-primary-fixed-variant-light-hc: rgb(255 255 255);
105
- --md-sys-color-secondary-fixed-light-hc: rgb(0 81 90);
105
+ --md-sys-color-secondary-fixed-light-hc: rgb(53 77 81);
106
106
  --md-sys-color-on-secondary-fixed-light-hc: rgb(255 255 255);
107
- --md-sys-color-secondary-fixed-dim-light-hc: rgb(0 57 63);
107
+ --md-sys-color-secondary-fixed-dim-light-hc: rgb(30 54 58);
108
108
  --md-sys-color-on-secondary-fixed-variant-light-hc: rgb(255 255 255);
109
109
  --md-sys-color-tertiary-fixed-light-hc: rgb(61 72 103);
110
110
  --md-sys-color-on-tertiary-fixed-light-hc: rgb(255 255 255);
@@ -130,9 +130,9 @@ export default css`
130
130
  --md-sys-color-on-primary-light-mc: rgb(255 255 255);
131
131
  --md-sys-color-primary-container-light-mc: rgb(25 120 133);
132
132
  --md-sys-color-on-primary-container-light-mc: rgb(255 255 255);
133
- --md-sys-color-secondary-light-mc: rgb(0 61 68);
133
+ --md-sys-color-secondary-light-mc: rgb(34 58 62);
134
134
  --md-sys-color-on-secondary-light-mc: rgb(255 255 255);
135
- --md-sys-color-secondary-container-light-mc: rgb(24 120 132);
135
+ --md-sys-color-secondary-container-light-mc: rgb(89 113 118);
136
136
  --md-sys-color-on-secondary-container-light-mc: rgb(255 255 255);
137
137
  --md-sys-color-tertiary-light-mc: rgb(42 53 83);
138
138
  --md-sys-color-on-tertiary-light-mc: rgb(255 255 255);
@@ -159,9 +159,9 @@ export default css`
159
159
  --md-sys-color-on-primary-fixed-light-mc: rgb(255 255 255);
160
160
  --md-sys-color-primary-fixed-dim-light-mc: rgb(0 94 105);
161
161
  --md-sys-color-on-primary-fixed-variant-light-mc: rgb(255 255 255);
162
- --md-sys-color-secondary-fixed-light-mc: rgb(24 120 132);
162
+ --md-sys-color-secondary-fixed-light-mc: rgb(89 113 118);
163
163
  --md-sys-color-on-secondary-fixed-light-mc: rgb(255 255 255);
164
- --md-sys-color-secondary-fixed-dim-light-mc: rgb(0 94 104);
164
+ --md-sys-color-secondary-fixed-dim-light-mc: rgb(65 89 93);
165
165
  --md-sys-color-on-secondary-fixed-variant-light-mc: rgb(255 255 255);
166
166
  --md-sys-color-tertiary-fixed-light-mc: rgb(97 108 141);
167
167
  --md-sys-color-on-tertiary-fixed-light-mc: rgb(255 255 255);
@@ -189,10 +189,10 @@ export default css`
189
189
  --md-sys-color-on-primary-dark: rgb(0 54 61);
190
190
  --md-sys-color-primary-container-dark: rgb(0 79 88);
191
191
  --md-sys-color-on-primary-container-dark: rgb(158 239 254);
192
- --md-sys-color-secondary-dark: rgb(129 211 224);
193
- --md-sys-color-on-secondary-dark: rgb(0 54 61);
194
- --md-sys-color-secondary-container-dark: rgb(0 79 87);
195
- --md-sys-color-on-secondary-container-dark: rgb(158 239 253);
192
+ --md-sys-color-secondary-dark: rgb(177 203 208);
193
+ --md-sys-color-on-secondary-dark: rgb(28 52 56);
194
+ --md-sys-color-secondary-container-dark: rgb(51 75 79);
195
+ --md-sys-color-on-secondary-container-dark: rgb(205 231 236);
196
196
  --md-sys-color-tertiary-dark: rgb(187 198 234);
197
197
  --md-sys-color-on-tertiary-dark: rgb(36 48 77);
198
198
  --md-sys-color-tertiary-container-dark: rgb(59 70 101);
@@ -218,10 +218,10 @@ export default css`
218
218
  --md-sys-color-on-primary-fixed-dark: rgb(0 31 36);
219
219
  --md-sys-color-primary-fixed-dim-dark: rgb(130 211 225);
220
220
  --md-sys-color-on-primary-fixed-variant-dark: rgb(0 79 88);
221
- --md-sys-color-secondary-fixed-dark: rgb(158 239 253);
222
- --md-sys-color-on-secondary-fixed-dark: rgb(0 31 36);
223
- --md-sys-color-secondary-fixed-dim-dark: rgb(129 211 224);
224
- --md-sys-color-on-secondary-fixed-variant-dark: rgb(0 79 87);
221
+ --md-sys-color-secondary-fixed-dark: rgb(205 231 236);
222
+ --md-sys-color-on-secondary-fixed-dark: rgb(5 31 35);
223
+ --md-sys-color-secondary-fixed-dim-dark: rgb(177 203 208);
224
+ --md-sys-color-on-secondary-fixed-variant-dark: rgb(51 75 79);
225
225
  --md-sys-color-tertiary-fixed-dark: rgb(218 226 255);
226
226
  --md-sys-color-on-tertiary-fixed-dark: rgb(15 26 55);
227
227
  --md-sys-color-tertiary-fixed-dim-dark: rgb(187 198 234);
@@ -247,9 +247,9 @@ export default css`
247
247
  --md-sys-color-on-primary-dark-hc: rgb(0 0 0);
248
248
  --md-sys-color-primary-container-dark-hc: rgb(126 207 221);
249
249
  --md-sys-color-on-primary-container-dark-hc: rgb(0 14 16);
250
- --md-sys-color-secondary-dark-hc: rgb(205 248 255);
250
+ --md-sys-color-secondary-dark-hc: rgb(218 245 250);
251
251
  --md-sys-color-on-secondary-dark-hc: rgb(0 0 0);
252
- --md-sys-color-secondary-container-dark-hc: rgb(126 207 220);
252
+ --md-sys-color-secondary-container-dark-hc: rgb(173 199 204);
253
253
  --md-sys-color-on-secondary-container-dark-hc: rgb(0 14 16);
254
254
  --md-sys-color-tertiary-dark-hc: rgb(237 239 255);
255
255
  --md-sys-color-on-tertiary-dark-hc: rgb(0 0 0);
@@ -276,9 +276,9 @@ export default css`
276
276
  --md-sys-color-on-primary-fixed-dark-hc: rgb(0 0 0);
277
277
  --md-sys-color-primary-fixed-dim-dark-hc: rgb(130 211 225);
278
278
  --md-sys-color-on-primary-fixed-variant-dark-hc: rgb(0 20 23);
279
- --md-sys-color-secondary-fixed-dark-hc: rgb(158 239 253);
279
+ --md-sys-color-secondary-fixed-dark-hc: rgb(205 231 236);
280
280
  --md-sys-color-on-secondary-fixed-dark-hc: rgb(0 0 0);
281
- --md-sys-color-secondary-fixed-dim-dark-hc: rgb(129 211 224);
281
+ --md-sys-color-secondary-fixed-dim-dark-hc: rgb(177 203 208);
282
282
  --md-sys-color-on-secondary-fixed-variant-dark-hc: rgb(0 20 23);
283
283
  --md-sys-color-tertiary-fixed-dark-hc: rgb(218 226 255);
284
284
  --md-sys-color-on-tertiary-fixed-dark-hc: rgb(0 0 0);
@@ -305,9 +305,9 @@ export default css`
305
305
  --md-sys-color-on-primary-dark-mc: rgb(0 42 48);
306
306
  --md-sys-color-primary-container-dark-mc: rgb(73 156 169);
307
307
  --md-sys-color-on-primary-container-dark-mc: rgb(0 0 0);
308
- --md-sys-color-secondary-dark-mc: rgb(152 233 246);
309
- --md-sys-color-on-secondary-dark-mc: rgb(0 42 48);
310
- --md-sys-color-secondary-container-dark-mc: rgb(72 156 169);
308
+ --md-sys-color-secondary-dark-mc: rgb(199 225 230);
309
+ --md-sys-color-on-secondary-dark-mc: rgb(16 41 45);
310
+ --md-sys-color-secondary-container-dark-mc: rgb(124 149 154);
311
311
  --md-sys-color-on-secondary-container-dark-mc: rgb(0 0 0);
312
312
  --md-sys-color-tertiary-dark-mc: rgb(209 219 255);
313
313
  --md-sys-color-on-tertiary-dark-mc: rgb(25 37 65);
@@ -334,10 +334,10 @@ export default css`
334
334
  --md-sys-color-on-primary-fixed-dark-mc: rgb(0 20 23);
335
335
  --md-sys-color-primary-fixed-dim-dark-mc: rgb(130 211 225);
336
336
  --md-sys-color-on-primary-fixed-variant-dark-mc: rgb(0 60 68);
337
- --md-sys-color-secondary-fixed-dark-mc: rgb(158 239 253);
337
+ --md-sys-color-secondary-fixed-dark-mc: rgb(205 231 236);
338
338
  --md-sys-color-on-secondary-fixed-dark-mc: rgb(0 20 23);
339
- --md-sys-color-secondary-fixed-dim-dark-mc: rgb(129 211 224);
340
- --md-sys-color-on-secondary-fixed-variant-dark-mc: rgb(0 61 68);
339
+ --md-sys-color-secondary-fixed-dim-dark-mc: rgb(177 203 208);
340
+ --md-sys-color-on-secondary-fixed-variant-dark-mc: rgb(34 58 62);
341
341
  --md-sys-color-tertiary-fixed-dark-mc: rgb(218 226 255);
342
342
  --md-sys-color-on-tertiary-fixed-dark-mc: rgb(4 16 44);
343
343
  --md-sys-color-tertiary-fixed-dim-dark-mc: rgb(187 198 234);