@progress/kendo-theme-bootstrap 13.1.2-dev.0 → 13.2.0-dev.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.
Files changed (50) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/bootstrap-3-dark.css +1 -1
  3. package/dist/bootstrap-3-dark.scss +118 -118
  4. package/dist/bootstrap-3.css +1 -1
  5. package/dist/bootstrap-3.scss +106 -106
  6. package/dist/bootstrap-4-dark.css +1 -1
  7. package/dist/bootstrap-4-dark.scss +117 -117
  8. package/dist/bootstrap-4.css +1 -1
  9. package/dist/bootstrap-4.scss +105 -105
  10. package/dist/bootstrap-dataviz-v4.css +1 -1
  11. package/dist/bootstrap-dataviz-v4.scss +30 -30
  12. package/dist/bootstrap-main-dark.css +1 -1
  13. package/dist/bootstrap-main-dark.scss +147 -147
  14. package/dist/bootstrap-main.css +1 -1
  15. package/dist/bootstrap-nordic.css +1 -1
  16. package/dist/bootstrap-nordic.scss +105 -105
  17. package/dist/bootstrap-turquoise-dark.css +1 -1
  18. package/dist/bootstrap-turquoise-dark.scss +117 -117
  19. package/dist/bootstrap-turquoise.css +1 -1
  20. package/dist/bootstrap-turquoise.scss +105 -105
  21. package/dist/bootstrap-urban.css +1 -1
  22. package/dist/bootstrap-urban.scss +105 -105
  23. package/dist/bootstrap-vintage.css +1 -1
  24. package/dist/bootstrap-vintage.scss +105 -105
  25. package/dist/meta/sassdoc-data.json +2754 -3598
  26. package/dist/meta/sassdoc-raw-data.json +1303 -1516
  27. package/dist/meta/variables.json +492 -761
  28. package/lib/swatches/bootstrap-3-dark.json +124 -124
  29. package/lib/swatches/bootstrap-3.json +112 -112
  30. package/lib/swatches/bootstrap-4-dark.json +123 -123
  31. package/lib/swatches/bootstrap-4.json +111 -111
  32. package/lib/swatches/bootstrap-dataviz-v4.json +36 -36
  33. package/lib/swatches/bootstrap-main-dark.json +153 -153
  34. package/lib/swatches/bootstrap-main.json +6 -6
  35. package/lib/swatches/bootstrap-nordic.json +111 -111
  36. package/lib/swatches/bootstrap-turquoise-dark.json +123 -123
  37. package/lib/swatches/bootstrap-turquoise.json +111 -111
  38. package/lib/swatches/bootstrap-urban.json +111 -111
  39. package/lib/swatches/bootstrap-vintage.json +111 -111
  40. package/package.json +4 -4
  41. package/scss/button/_variables.scss +20 -0
  42. package/scss/core/_index.scss +7 -0
  43. package/scss/core/border-radii/index.scss +11 -12
  44. package/scss/core/color-system/_swatch.scss +177 -158
  45. package/scss/core/spacing/index.scss +36 -38
  46. package/scss/core/typography/index.scss +74 -3
  47. package/scss/dataviz/_variables.scss +1 -1
  48. package/scss/grid/_theme.scss +1 -0
  49. package/scss/grid/_variables.scss +11 -3
  50. package/scss/core/color-system/_palettes.scss +0 -195
@@ -3,13 +3,13 @@
3
3
  "name": "Bootstrap Turquoise Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "13.1.2-dev.0",
6
+ "version": "13.2.0-dev.1",
7
7
  "previewColors": [
8
- "#000000",
9
- "#292b2c",
10
- "#10c4b2",
11
- "#0c9587",
12
- "#ffffff"
8
+ "oklch(0.00% 0.0000 0deg)",
9
+ "oklch(28.74% 0.0034 229.23deg)",
10
+ "oklch(73.75% 0.1294 183.27deg)",
11
+ "oklch(60.24% 0.1053 183.22deg)",
12
+ "oklch(100.00% 0.0001 0deg)"
13
13
  ],
14
14
  "components": [],
15
15
  "groups": [
@@ -19,587 +19,587 @@
19
19
  "app-surface": {
20
20
  "name": "App Surface",
21
21
  "type": "color",
22
- "value": "#000000"
22
+ "value": "oklch(0.00% 0.0000 0deg)"
23
23
  },
24
24
  "on-app-surface": {
25
25
  "name": "On App Surface",
26
26
  "type": "color",
27
- "value": "#ffffff"
27
+ "value": "oklch(100.00% 0.0001 0deg)"
28
28
  },
29
29
  "subtle": {
30
30
  "name": "Subtle",
31
31
  "type": "color",
32
- "value": "#cccccc"
32
+ "value": "oklch(84.52% 0.0001 0deg)"
33
33
  },
34
34
  "surface": {
35
35
  "name": "Surface",
36
36
  "type": "color",
37
- "value": "#292b2c"
37
+ "value": "oklch(28.74% 0.0034 229.23deg)"
38
38
  },
39
39
  "surface-alt": {
40
40
  "name": "Surface Alt",
41
41
  "type": "color",
42
- "value": "#111111"
42
+ "value": "oklch(17.76% 0.0000 0deg)"
43
43
  },
44
44
  "border": {
45
45
  "name": "Border",
46
46
  "type": "color",
47
- "value": "#495057"
47
+ "value": "oklch(42.76% 0.0148 248.22deg)"
48
48
  },
49
49
  "border-alt": {
50
50
  "name": "Border Alt",
51
51
  "type": "color",
52
- "value": "#6c757d"
52
+ "value": "oklch(55.75% 0.0166 244.97deg)"
53
53
  },
54
54
  "base-subtle": {
55
55
  "name": "Base Subtle",
56
56
  "type": "color",
57
- "value": "#26282d"
57
+ "value": "oklch(27.69% 0.0097 268.30deg)"
58
58
  },
59
59
  "base-subtle-hover": {
60
60
  "name": "Base Subtle Hover",
61
61
  "type": "color",
62
- "value": "#363940"
62
+ "value": "oklch(34.44% 0.0129 267.15deg)"
63
63
  },
64
64
  "base-subtle-active": {
65
65
  "name": "Base Subtle Active",
66
66
  "type": "color",
67
- "value": "#46494f"
67
+ "value": "oklch(40.48% 0.0108 264.43deg)"
68
68
  },
69
69
  "base": {
70
70
  "name": "Base",
71
71
  "type": "color",
72
- "value": "#363940"
72
+ "value": "oklch(34.44% 0.0129 267.15deg)"
73
73
  },
74
74
  "base-hover": {
75
75
  "name": "Base Hover",
76
76
  "type": "color",
77
- "value": "#24272b"
77
+ "value": "oklch(27.13% 0.0086 255.60deg)"
78
78
  },
79
79
  "base-active": {
80
80
  "name": "Base Active",
81
81
  "type": "color",
82
- "value": "#1f2024"
82
+ "value": "oklch(24.42% 0.0077 274.57deg)"
83
83
  },
84
84
  "base-emphasis": {
85
85
  "name": "Base Emphasis",
86
86
  "type": "color",
87
- "value": "#606368"
87
+ "value": "oklch(49.87% 0.0088 260.73deg)"
88
88
  },
89
89
  "base-on-subtle": {
90
90
  "name": "Base On Subtle",
91
91
  "type": "color",
92
- "value": "#ffffff"
92
+ "value": "oklch(100.00% 0.0001 0deg)"
93
93
  },
94
94
  "on-base": {
95
95
  "name": "On Base",
96
96
  "type": "color",
97
- "value": "#ffffff"
97
+ "value": "oklch(100.00% 0.0001 0deg)"
98
98
  },
99
99
  "base-on-surface": {
100
100
  "name": "Base On Surface",
101
101
  "type": "color",
102
- "value": "#ffffff"
102
+ "value": "oklch(100.00% 0.0001 0deg)"
103
103
  },
104
104
  "primary-subtle": {
105
105
  "name": "Primary Subtle",
106
106
  "type": "color",
107
- "value": "#032724"
107
+ "value": "oklch(24.69% 0.0404 186.84deg)"
108
108
  },
109
109
  "primary-subtle-hover": {
110
110
  "name": "Primary Subtle Hover",
111
111
  "type": "color",
112
- "value": "#06453e"
112
+ "value": "oklch(35.20% 0.0599 183.21deg)"
113
113
  },
114
114
  "primary-subtle-active": {
115
115
  "name": "Primary Subtle Active",
116
116
  "type": "color",
117
- "value": "#086259"
117
+ "value": "oklch(44.69% 0.0770 183.86deg)"
118
118
  },
119
119
  "primary": {
120
120
  "name": "Primary",
121
121
  "type": "color",
122
- "value": "#10c4b2"
122
+ "value": "oklch(73.75% 0.1294 183.27deg)"
123
123
  },
124
124
  "primary-hover": {
125
125
  "name": "Primary Hover",
126
126
  "type": "color",
127
- "value": "#0da192"
127
+ "value": "oklch(63.76% 0.1116 183.25deg)"
128
128
  },
129
129
  "primary-active": {
130
130
  "name": "Primary Active",
131
131
  "type": "color",
132
- "value": "#0c9587"
132
+ "value": "oklch(60.24% 0.1053 183.22deg)"
133
133
  },
134
134
  "primary-emphasis": {
135
135
  "name": "Primary Emphasis",
136
136
  "type": "color",
137
- "value": "#0c9386"
137
+ "value": "oklch(59.68% 0.1039 183.88deg)"
138
138
  },
139
139
  "primary-on-subtle": {
140
140
  "name": "Primary On Subtle",
141
141
  "type": "color",
142
- "value": "#abeae4"
142
+ "value": "oklch(89.30% 0.0640 188.82deg)"
143
143
  },
144
144
  "on-primary": {
145
145
  "name": "On Primary",
146
146
  "type": "color",
147
- "value": "white"
147
+ "value": "oklch(100.00% 0.0001 0deg)"
148
148
  },
149
149
  "primary-on-surface": {
150
150
  "name": "Primary On Surface",
151
151
  "type": "color",
152
- "value": "#4cd3c5"
152
+ "value": "oklch(79.04% 0.1176 185.44deg)"
153
153
  },
154
154
  "secondary-subtle": {
155
155
  "name": "Secondary Subtle",
156
156
  "type": "color",
157
- "value": "#161719"
157
+ "value": "oklch(20.44% 0.0043 264.45deg)"
158
158
  },
159
159
  "secondary-subtle-hover": {
160
160
  "name": "Secondary Subtle Hover",
161
161
  "type": "color",
162
- "value": "#26292c"
162
+ "value": "oklch(27.91% 0.0070 248.15deg)"
163
163
  },
164
164
  "secondary-subtle-active": {
165
165
  "name": "Secondary Subtle Active",
166
166
  "type": "color",
167
- "value": "#363b3f"
167
+ "value": "oklch(34.91% 0.0098 242.02deg)"
168
168
  },
169
169
  "secondary": {
170
170
  "name": "Secondary",
171
171
  "type": "color",
172
- "value": "#6c757d"
172
+ "value": "oklch(55.75% 0.0166 244.97deg)"
173
173
  },
174
174
  "secondary-hover": {
175
175
  "name": "Secondary Hover",
176
176
  "type": "color",
177
- "value": "#5a6268"
177
+ "value": "oklch(49.13% 0.0139 240.23deg)"
178
178
  },
179
179
  "secondary-active": {
180
180
  "name": "Secondary Active",
181
181
  "type": "color",
182
- "value": "#545b62"
182
+ "value": "oklch(46.75% 0.0144 248.19deg)"
183
183
  },
184
184
  "secondary-emphasis": {
185
185
  "name": "Secondary Emphasis",
186
186
  "type": "color",
187
- "value": "#51585e"
187
+ "value": "oklch(45.63% 0.0133 243.95deg)"
188
188
  },
189
189
  "secondary-on-subtle": {
190
190
  "name": "Secondary On Subtle",
191
191
  "type": "color",
192
- "value": "#cccfd2"
192
+ "value": "oklch(85.30% 0.0054 248.13deg)"
193
193
  },
194
194
  "on-secondary": {
195
195
  "name": "On Secondary",
196
196
  "type": "color",
197
- "value": "white"
197
+ "value": "oklch(100.00% 0.0001 0deg)"
198
198
  },
199
199
  "secondary-on-surface": {
200
200
  "name": "Secondary On Surface",
201
201
  "type": "color",
202
- "value": "#91989e"
202
+ "value": "oklch(67.59% 0.0121 243.85deg)"
203
203
  },
204
204
  "info-subtle": {
205
205
  "name": "Info Subtle",
206
206
  "type": "color",
207
- "value": "#0c262e"
207
+ "value": "oklch(25.24% 0.0349 221.07deg)"
208
208
  },
209
209
  "info-subtle-hover": {
210
210
  "name": "Info Subtle Hover",
211
211
  "type": "color",
212
- "value": "#154351"
212
+ "value": "oklch(35.84% 0.0544 221.73deg)"
213
213
  },
214
214
  "info-subtle-active": {
215
215
  "name": "Info Subtle Active",
216
216
  "type": "color",
217
- "value": "#1f6073"
217
+ "value": "oklch(45.70% 0.0709 221.15deg)"
218
218
  },
219
219
  "info": {
220
220
  "name": "Info",
221
221
  "type": "color",
222
- "value": "#3dbfe6"
222
+ "value": "oklch(75.12% 0.1226 222.43deg)"
223
223
  },
224
224
  "info-hover": {
225
225
  "name": "Info Hover",
226
226
  "type": "color",
227
- "value": "#1db3e0"
227
+ "value": "oklch(71.47% 0.1306 225.15deg)"
228
228
  },
229
229
  "info-active": {
230
230
  "name": "Info Active",
231
231
  "type": "color",
232
- "value": "#1baad5"
232
+ "value": "oklch(68.79% 0.1258 225.20deg)"
233
233
  },
234
234
  "info-emphasis": {
235
235
  "name": "Info Emphasis",
236
236
  "type": "color",
237
- "value": "#2e8fad"
237
+ "value": "oklch(60.76% 0.0981 222.87deg)"
238
238
  },
239
239
  "info-on-subtle": {
240
240
  "name": "Info On Subtle",
241
241
  "type": "color",
242
- "value": "#bbe9f6"
242
+ "value": "oklch(90.59% 0.0507 216.95deg)"
243
243
  },
244
244
  "on-info": {
245
245
  "name": "On Info",
246
246
  "type": "color",
247
- "value": "white"
247
+ "value": "oklch(100.00% 0.0001 0deg)"
248
248
  },
249
249
  "info-on-surface": {
250
250
  "name": "Info On Surface",
251
251
  "type": "color",
252
- "value": "#6ecfec"
252
+ "value": "oklch(80.61% 0.1001 219.76deg)"
253
253
  },
254
254
  "success-subtle": {
255
255
  "name": "Success Subtle",
256
256
  "type": "color",
257
- "value": "#19260f"
257
+ "value": "oklch(24.96% 0.0442 132.98deg)"
258
258
  },
259
259
  "success-subtle-hover": {
260
260
  "name": "Success Subtle Hover",
261
261
  "type": "color",
262
- "value": "#2c431a"
262
+ "value": "oklch(35.30% 0.0708 133.24deg)"
263
263
  },
264
264
  "success-subtle-active": {
265
265
  "name": "Success Subtle Active",
266
266
  "type": "color",
267
- "value": "#406026"
267
+ "value": "oklch(45.00% 0.0933 133.09deg)"
268
268
  },
269
269
  "success": {
270
270
  "name": "Success",
271
271
  "type": "color",
272
- "value": "#7fbf4b"
272
+ "value": "oklch(73.70% 0.1625 133.36deg)"
273
273
  },
274
274
  "success-hover": {
275
275
  "name": "Success Hover",
276
276
  "type": "color",
277
- "value": "#6ca83c"
277
+ "value": "oklch(66.77% 0.1535 133.69deg)"
278
278
  },
279
279
  "success-active": {
280
280
  "name": "Success Active",
281
281
  "type": "color",
282
- "value": "#669f38"
282
+ "value": "oklch(64.11% 0.1477 133.64deg)"
283
283
  },
284
284
  "success-emphasis": {
285
285
  "name": "Success Emphasis",
286
286
  "type": "color",
287
- "value": "#5f8f38"
287
+ "value": "oklch(59.62% 0.1291 133.28deg)"
288
288
  },
289
289
  "success-on-subtle": {
290
290
  "name": "Success On Subtle",
291
291
  "type": "color",
292
- "value": "#d2e9c0"
292
+ "value": "oklch(90.64% 0.0598 131.56deg)"
293
293
  },
294
294
  "on-success": {
295
295
  "name": "On Success",
296
296
  "type": "color",
297
- "value": "white"
297
+ "value": "oklch(100.00% 0.0001 0deg)"
298
298
  },
299
299
  "success-on-surface": {
300
300
  "name": "Success On Surface",
301
301
  "type": "color",
302
- "value": "#9fcf78"
302
+ "value": "oklch(80.03% 0.1260 132.26deg)"
303
303
  },
304
304
  "warning-subtle": {
305
305
  "name": "Warning Subtle",
306
306
  "type": "color",
307
- "value": "#332510"
307
+ "value": "oklch(27.57% 0.0397 75.97deg)"
308
308
  },
309
309
  "warning-subtle-hover": {
310
310
  "name": "Warning Subtle Hover",
311
311
  "type": "color",
312
- "value": "#59401d"
312
+ "value": "oklch(39.13% 0.0610 73.53deg)"
313
313
  },
314
314
  "warning-subtle-active": {
315
315
  "name": "Warning Subtle Active",
316
316
  "type": "color",
317
- "value": "#805c29"
317
+ "value": "oklch(50.21% 0.0821 73.39deg)"
318
318
  },
319
319
  "warning": {
320
320
  "name": "Warning",
321
321
  "type": "color",
322
- "value": "#ffb752"
322
+ "value": "oklch(82.91% 0.1420 72.58deg)"
323
323
  },
324
324
  "warning-hover": {
325
325
  "name": "Warning Hover",
326
326
  "type": "color",
327
- "value": "#ffa72c"
327
+ "value": "oklch(79.75% 0.1617 68.98deg)"
328
328
  },
329
329
  "warning-active": {
330
330
  "name": "Warning Active",
331
331
  "type": "color",
332
- "value": "#ffa21f"
332
+ "value": "oklch(78.81% 0.1665 67.55deg)"
333
333
  },
334
334
  "warning-emphasis": {
335
335
  "name": "Warning Emphasis",
336
336
  "type": "color",
337
- "value": "#bf893e"
337
+ "value": "oklch(66.92% 0.1124 72.56deg)"
338
338
  },
339
339
  "warning-on-subtle": {
340
340
  "name": "Warning On Subtle",
341
341
  "type": "color",
342
- "value": "#ffe6c2"
342
+ "value": "oklch(93.63% 0.0543 76.94deg)"
343
343
  },
344
344
  "on-warning": {
345
345
  "name": "On Warning",
346
346
  "type": "color",
347
- "value": "black"
347
+ "value": "oklch(0.00% 0.0000 0deg)"
348
348
  },
349
349
  "warning-on-surface": {
350
350
  "name": "Warning On Surface",
351
351
  "type": "color",
352
- "value": "#ffc97d"
352
+ "value": "oklch(86.79% 0.1120 74.87deg)"
353
353
  },
354
354
  "error-subtle": {
355
355
  "name": "Error Subtle",
356
356
  "type": "color",
357
- "value": "#2d1312"
357
+ "value": "oklch(22.52% 0.0429 23.33deg)"
358
358
  },
359
359
  "error-subtle-hover": {
360
360
  "name": "Error Subtle Hover",
361
361
  "type": "color",
362
- "value": "#4f211f"
362
+ "value": "oklch(31.36% 0.0698 24.40deg)"
363
363
  },
364
364
  "error-subtle-active": {
365
365
  "name": "Error Subtle Active",
366
366
  "type": "color",
367
- "value": "#722f2d"
367
+ "value": "oklch(39.84% 0.0954 24.07deg)"
368
368
  },
369
369
  "error": {
370
370
  "name": "Error",
371
371
  "type": "color",
372
- "value": "#e35d59"
372
+ "value": "oklch(64.89% 0.1681 24.61deg)"
373
373
  },
374
374
  "error-hover": {
375
375
  "name": "Error Hover",
376
376
  "type": "color",
377
- "value": "#dd3d38"
377
+ "value": "oklch(59.84% 0.1977 26.90deg)"
378
378
  },
379
379
  "error-active": {
380
380
  "name": "Error Active",
381
381
  "type": "color",
382
- "value": "#dc322d"
382
+ "value": "oklch(58.61% 0.2066 27.59deg)"
383
383
  },
384
384
  "error-emphasis": {
385
385
  "name": "Error Emphasis",
386
386
  "type": "color",
387
- "value": "#aa4643"
387
+ "value": "oklch(52.66% 0.1325 24.41deg)"
388
388
  },
389
389
  "error-on-subtle": {
390
390
  "name": "Error On Subtle",
391
391
  "type": "color",
392
- "value": "#f5c6c5"
392
+ "value": "oklch(86.73% 0.0537 19.57deg)"
393
393
  },
394
394
  "on-error": {
395
395
  "name": "On Error",
396
396
  "type": "color",
397
- "value": "white"
397
+ "value": "oklch(100.00% 0.0001 0deg)"
398
398
  },
399
399
  "error-on-surface": {
400
400
  "name": "Error On Surface",
401
401
  "type": "color",
402
- "value": "#ea8683"
402
+ "value": "oklch(72.70% 0.1230 22.33deg)"
403
403
  },
404
404
  "inverse-subtle": {
405
405
  "name": "Light Subtle",
406
406
  "type": "color",
407
- "value": "#f8f9fa"
407
+ "value": "oklch(98.16% 0.0018 248.66deg)"
408
408
  },
409
409
  "inverse-subtle-hover": {
410
410
  "name": "Light Subtle Hover",
411
411
  "type": "color",
412
- "value": "#e9ecef"
412
+ "value": "oklch(94.17% 0.0053 248.16deg)"
413
413
  },
414
414
  "inverse-subtle-active": {
415
415
  "name": "Light Subtle Active",
416
416
  "type": "color",
417
- "value": "#dee2e6"
417
+ "value": "oklch(91.09% 0.0071 248.10deg)"
418
418
  },
419
419
  "inverse": {
420
420
  "name": "Light",
421
421
  "type": "color",
422
- "value": "#f8f9fa"
422
+ "value": "oklch(98.16% 0.0018 248.66deg)"
423
423
  },
424
424
  "inverse-hover": {
425
425
  "name": "Light Hover",
426
426
  "type": "color",
427
- "value": "#e9ecef"
427
+ "value": "oklch(94.17% 0.0053 248.16deg)"
428
428
  },
429
429
  "inverse-active": {
430
430
  "name": "Light Active",
431
431
  "type": "color",
432
- "value": "#dee2e6"
432
+ "value": "oklch(91.09% 0.0071 248.10deg)"
433
433
  },
434
434
  "inverse-emphasis": {
435
435
  "name": "Light Emphasis",
436
436
  "type": "color",
437
- "value": "#bdc4cb"
437
+ "value": "oklch(81.70% 0.0126 248.09deg)"
438
438
  },
439
439
  "inverse-on-subtle": {
440
440
  "name": "Light On Subtle",
441
441
  "type": "color",
442
- "value": "#343a40"
442
+ "value": "oklch(34.51% 0.0133 248.26deg)"
443
443
  },
444
444
  "on-inverse": {
445
445
  "name": "On Light",
446
446
  "type": "color",
447
- "value": "black"
447
+ "value": "oklch(0.00% 0.0000 0deg)"
448
448
  },
449
449
  "inverse-on-surface": {
450
450
  "name": "Light On Surface",
451
451
  "type": "color",
452
- "value": "#ced4da"
452
+ "value": "oklch(86.71% 0.0107 248.08deg)"
453
453
  },
454
454
  "series-a": {
455
455
  "name": "Series A",
456
456
  "type": "color",
457
- "value": "#34d293"
457
+ "value": "oklch(76.90% 0.1572 161.21deg)"
458
458
  },
459
459
  "series-a-bold": {
460
460
  "name": "Series A Bold",
461
461
  "type": "color",
462
- "value": "#279e6e"
462
+ "value": "oklch(62.31% 0.1262 161.21deg)"
463
463
  },
464
464
  "series-a-bolder": {
465
465
  "name": "Series A Bolder",
466
466
  "type": "color",
467
- "value": "#1a694a"
467
+ "value": "oklch(46.55% 0.0906 162.38deg)"
468
468
  },
469
469
  "series-a-subtle": {
470
470
  "name": "Series A Subtle",
471
471
  "type": "color",
472
- "value": "#67ddae"
472
+ "value": "oklch(81.65% 0.1275 164.80deg)"
473
473
  },
474
474
  "series-a-subtler": {
475
475
  "name": "Series A Subtler",
476
476
  "type": "color",
477
- "value": "#9ae9c9"
477
+ "value": "oklch(87.39% 0.0900 166.99deg)"
478
478
  },
479
479
  "series-b": {
480
480
  "name": "Series B",
481
481
  "type": "color",
482
- "value": "#ffd246"
482
+ "value": "oklch(87.94% 0.1577 90.42deg)"
483
483
  },
484
484
  "series-b-bold": {
485
485
  "name": "Series B Bold",
486
486
  "type": "color",
487
- "value": "#bf9e35"
487
+ "value": "oklch(71.05% 0.1258 90.99deg)"
488
488
  },
489
489
  "series-b-bolder": {
490
490
  "name": "Series B Bolder",
491
491
  "type": "color",
492
- "value": "#806923"
492
+ "value": "oklch(52.96% 0.0918 90.41deg)"
493
493
  },
494
494
  "series-b-subtle": {
495
495
  "name": "Series B Subtle",
496
496
  "type": "color",
497
- "value": "#ffdd74"
497
+ "value": "oklch(90.53% 0.1298 91.75deg)"
498
498
  },
499
499
  "series-b-subtler": {
500
500
  "name": "Series B Subtler",
501
501
  "type": "color",
502
- "value": "#ffe9a3"
502
+ "value": "oklch(93.60% 0.0912 92.71deg)"
503
503
  },
504
504
  "series-c": {
505
505
  "name": "Series C",
506
506
  "type": "color",
507
- "value": "#78d237"
507
+ "value": "oklch(77.83% 0.2040 135.25deg)"
508
508
  },
509
509
  "series-c-bold": {
510
510
  "name": "Series C Bold",
511
511
  "type": "color",
512
- "value": "#5a9e29"
512
+ "value": "oklch(63.07% 0.1633 135.16deg)"
513
513
  },
514
514
  "series-c-bolder": {
515
515
  "name": "Series C Bolder",
516
516
  "type": "color",
517
- "value": "#3c691c"
517
+ "value": "oklch(47.13% 0.1177 134.97deg)"
518
518
  },
519
519
  "series-c-subtle": {
520
520
  "name": "Series C Subtle",
521
521
  "type": "color",
522
- "value": "#9add69"
522
+ "value": "oklch(82.76% 0.1635 133.68deg)"
523
523
  },
524
524
  "series-c-subtler": {
525
525
  "name": "Series C Subtler",
526
526
  "type": "color",
527
- "value": "#bce99b"
527
+ "value": "oklch(88.36% 0.1129 132.72deg)"
528
528
  },
529
529
  "series-d": {
530
530
  "name": "Series D",
531
531
  "type": "color",
532
- "value": "#28b4c8"
532
+ "value": "oklch(70.84% 0.1146 209.78deg)"
533
533
  },
534
534
  "series-d-bold": {
535
535
  "name": "Series D Bold",
536
536
  "type": "color",
537
- "value": "#1e8796"
537
+ "value": "oklch(57.39% 0.0918 209.59deg)"
538
538
  },
539
539
  "series-d-bolder": {
540
540
  "name": "Series D Bolder",
541
541
  "type": "color",
542
- "value": "#145a64"
542
+ "value": "oklch(43.10% 0.0674 209.27deg)"
543
543
  },
544
544
  "series-d-subtle": {
545
545
  "name": "Series D Subtle",
546
546
  "type": "color",
547
- "value": "#5ec7d6"
547
+ "value": "oklch(77.34% 0.0989 207.91deg)"
548
548
  },
549
549
  "series-d-subtler": {
550
550
  "name": "Series D Subtler",
551
551
  "type": "color",
552
- "value": "#94dae4"
552
+ "value": "oklch(84.55% 0.0713 207.24deg)"
553
553
  },
554
554
  "series-e": {
555
555
  "name": "Series E",
556
556
  "type": "color",
557
- "value": "#2d73f5"
557
+ "value": "oklch(58.76% 0.2076 261.41deg)"
558
558
  },
559
559
  "series-e-bold": {
560
560
  "name": "Series E Bold",
561
561
  "type": "color",
562
- "value": "#2256b8"
562
+ "value": "oklch(47.78% 0.1651 261.56deg)"
563
563
  },
564
564
  "series-e-bolder": {
565
565
  "name": "Series E Bolder",
566
566
  "type": "color",
567
- "value": "#173a7b"
567
+ "value": "oklch(36.37% 0.1182 261.41deg)"
568
568
  },
569
569
  "series-e-subtle": {
570
570
  "name": "Series E Subtle",
571
571
  "type": "color",
572
- "value": "#6296f8"
572
+ "value": "oklch(68.19% 0.1557 261.99deg)"
573
573
  },
574
574
  "series-e-subtler": {
575
575
  "name": "Series E Subtler",
576
576
  "type": "color",
577
- "value": "#96b9fa"
577
+ "value": "oklch(78.46% 0.1010 262.43deg)"
578
578
  },
579
579
  "series-f": {
580
580
  "name": "Series F",
581
581
  "type": "color",
582
- "value": "#aa46be"
582
+ "value": "oklch(57.50% 0.1967 320.59deg)"
583
583
  },
584
584
  "series-f-bold": {
585
585
  "name": "Series F Bold",
586
586
  "type": "color",
587
- "value": "#80358f"
587
+ "value": "oklch(46.98% 0.1562 320.62deg)"
588
588
  },
589
589
  "series-f-bolder": {
590
590
  "name": "Series F Bolder",
591
591
  "type": "color",
592
- "value": "#55235f"
592
+ "value": "oklch(35.49% 0.1128 320.65deg)"
593
593
  },
594
594
  "series-f-subtle": {
595
595
  "name": "Series F Subtle",
596
596
  "type": "color",
597
- "value": "#bf74ce"
597
+ "value": "oklch(67.24% 0.1509 320.73deg)"
598
598
  },
599
599
  "series-f-subtler": {
600
600
  "name": "Series F Subtler",
601
601
  "type": "color",
602
- "value": "#d5a3df"
602
+ "value": "oklch(78.14% 0.0995 320.65deg)"
603
603
  }
604
604
  }
605
605
  }