@viasat/beam-tokens 2.30.0 → 2.36.0
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/components/ActionList.css +1 -1
- package/components/Avatar.css +6 -6
- package/components/Badge.css +4 -4
- package/components/Button.css +43 -49
- package/components/Chip.css +11 -11
- package/components/CloseButton.css +2 -8
- package/components/EmptyState.css +2 -2
- package/components/FileUpload.css +6 -6
- package/components/Header.css +2 -2
- package/components/Input.css +8 -8
- package/components/Link.css +8 -8
- package/components/Pagination.css +1 -1
- package/components/ProgressBar.css +2 -2
- package/components/Slider.css +6 -6
- package/components/Spinner.css +2 -2
- package/components/Stepper.css +10 -10
- package/index.cjs +2 -2
- package/index.js +1342 -1350
- package/package.json +1 -1
- package/themes/onefi.css +1415 -4698
- package/tokens.css +719 -438
- package/tokens.scss +216 -1784
- package/types/configs/components/sd.components.config.d.ts +2 -1
- package/types/configs/dimensions/sd.dimension.config.d.ts +2 -1
- package/types/lib/js/tokens.d.ts +6 -14
- package/types/lib/js/tokensObj.d.ts +41 -25
- package/types/lib/storybook-token-table/tokens.d.ts +46 -33
- package/types/utils/constants/token-types.d.ts +2 -0
package/tokens.css
CHANGED
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
--bm-primitive-color-gray-alpha-400: rgba(20, 29, 36, 0.28);
|
|
135
135
|
--bm-primitive-color-gray-alpha-500: rgba(20, 29, 36, 0.4);
|
|
136
136
|
--bm-primitive-color-gray-alpha-600: rgba(20, 29, 36, 0.52);
|
|
137
|
+
--bm-primitive-color-gray-alpha-650: rgba(20, 29, 36, 0.56);
|
|
137
138
|
--bm-primitive-color-gray-alpha-700: rgba(20, 29, 36, 0.6);
|
|
138
139
|
--bm-primitive-color-gray-alpha-800: rgba(20, 29, 36, 0.72);
|
|
139
140
|
--bm-primitive-color-gray-alpha-900: rgba(20, 29, 36, 0.8);
|
|
@@ -145,6 +146,7 @@
|
|
|
145
146
|
--bm-primitive-color-white-alpha-400: rgba(255, 255, 255, 0.28);
|
|
146
147
|
--bm-primitive-color-white-alpha-500: rgba(255, 255, 255, 0.4);
|
|
147
148
|
--bm-primitive-color-white-alpha-600: rgba(255, 255, 255, 0.52);
|
|
149
|
+
--bm-primitive-color-white-alpha-650: rgba(255, 255, 255, 0.56);
|
|
148
150
|
--bm-primitive-color-white-alpha-700: rgba(255, 255, 255, 0.6);
|
|
149
151
|
--bm-primitive-color-white-alpha-800: rgba(255, 255, 255, 0.72);
|
|
150
152
|
--bm-primitive-color-white-alpha-900: rgba(255, 255, 255, 0.8);
|
|
@@ -189,274 +191,412 @@
|
|
|
189
191
|
--bm-primitive-opacity-92: 0.92;
|
|
190
192
|
--bm-primitive-opacity-96: 0.96;
|
|
191
193
|
--bm-primitive-opacity-100: 1;
|
|
192
|
-
--bm-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
--bm-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
--bm-
|
|
194
|
+
--bm-alias-color-ramp-accent-subtlest: var(
|
|
195
|
+
--bm-theme-color-brand-100,
|
|
196
|
+
#e9fcff
|
|
197
|
+
);
|
|
198
|
+
--bm-alias-color-ramp-accent-subtler: var(
|
|
199
|
+
--bm-theme-color-brand-200,
|
|
200
|
+
#d7f4f9
|
|
201
|
+
);
|
|
202
|
+
--bm-alias-color-ramp-accent-subtle: var(--bm-theme-color-brand-300, #b2e7f0);
|
|
203
|
+
--bm-alias-color-ramp-accent-muter: var(--bm-theme-color-brand-400, #8cd8e6);
|
|
204
|
+
--bm-alias-color-ramp-accent-mute: var(--bm-theme-color-brand-600, #00a2c0);
|
|
205
|
+
--bm-alias-color-ramp-accent-base: var(--bm-theme-color-brand-700, #00768f);
|
|
206
|
+
--bm-alias-color-ramp-accent-strong: var(--bm-theme-color-brand-800, #005b75);
|
|
207
|
+
--bm-alias-color-ramp-accent-stronger: var(
|
|
208
|
+
--bm-theme-color-brand-900,
|
|
209
|
+
#00414d
|
|
210
|
+
);
|
|
211
|
+
--bm-alias-color-ramp-accent-strongest: var(
|
|
201
212
|
--bm-theme-color-brand-1100,
|
|
202
213
|
#01262d
|
|
203
214
|
);
|
|
204
|
-
--bm-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
--bm-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
--bm-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
+
--bm-alias-color-ramp-accent-inverse: var(
|
|
216
|
+
--bm-theme-color-brand-500,
|
|
217
|
+
#43bfd6
|
|
218
|
+
);
|
|
219
|
+
--bm-alias-color-ramp-accent-secondary-subtlest: var(
|
|
220
|
+
--bm-theme-color-brand-secondary-100,
|
|
221
|
+
#e9fcff
|
|
222
|
+
);
|
|
223
|
+
--bm-alias-color-ramp-accent-secondary-subtler: var(
|
|
224
|
+
--bm-theme-color-brand-secondary-200,
|
|
225
|
+
#d7f4f9
|
|
226
|
+
);
|
|
227
|
+
--bm-alias-color-ramp-accent-secondary-subtle: var(
|
|
228
|
+
--bm-theme-color-brand-secondary-300,
|
|
229
|
+
#b2e7f0
|
|
230
|
+
);
|
|
231
|
+
--bm-alias-color-ramp-accent-secondary-muter: var(
|
|
232
|
+
--bm-theme-color-brand-secondary-400,
|
|
233
|
+
#8cd8e6
|
|
234
|
+
);
|
|
235
|
+
--bm-alias-color-ramp-accent-secondary-mute: var(
|
|
236
|
+
--bm-theme-color-brand-secondary-650,
|
|
237
|
+
#00859e
|
|
238
|
+
);
|
|
239
|
+
--bm-alias-color-ramp-accent-secondary-base: var(
|
|
240
|
+
--bm-theme-color-brand-secondary-700,
|
|
241
|
+
#00768f
|
|
242
|
+
);
|
|
243
|
+
--bm-alias-color-ramp-accent-secondary-strong: var(
|
|
244
|
+
--bm-theme-color-brand-secondary-800,
|
|
245
|
+
#005b75
|
|
246
|
+
);
|
|
247
|
+
--bm-alias-color-ramp-accent-secondary-stronger: var(
|
|
248
|
+
--bm-theme-color-brand-secondary-900,
|
|
249
|
+
#00414d
|
|
250
|
+
);
|
|
251
|
+
--bm-alias-color-ramp-accent-secondary-strongest: var(
|
|
252
|
+
--bm-theme-color-brand-secondary-1100,
|
|
253
|
+
#01262d
|
|
254
|
+
);
|
|
255
|
+
--bm-alias-color-ramp-accent-secondary-inverse: var(
|
|
256
|
+
--bm-theme-color-brand-secondary-500,
|
|
257
|
+
#43bfd6
|
|
258
|
+
);
|
|
259
|
+
--bm-alias-color-ramp-gray-subtlest: var(
|
|
260
|
+
--bm-primitive-color-gray-100,
|
|
261
|
+
#f2f5f8
|
|
262
|
+
);
|
|
263
|
+
--bm-alias-color-ramp-gray-subtler: var(
|
|
264
|
+
--bm-primitive-color-gray-200,
|
|
265
|
+
#dfe7ec
|
|
266
|
+
);
|
|
267
|
+
--bm-alias-color-ramp-gray-subtle: var(
|
|
268
|
+
--bm-primitive-color-gray-300,
|
|
269
|
+
#d1dae0
|
|
270
|
+
);
|
|
271
|
+
--bm-alias-color-ramp-gray-muter: var(--bm-primitive-color-gray-400, #c3cdd5);
|
|
272
|
+
--bm-alias-color-ramp-gray-mute: var(--bm-primitive-color-gray-600, #8697a5);
|
|
273
|
+
--bm-alias-color-ramp-gray-base: var(--bm-primitive-color-gray-700, #576775);
|
|
274
|
+
--bm-alias-color-ramp-gray-strong: var(
|
|
275
|
+
--bm-primitive-color-gray-800,
|
|
276
|
+
#465967
|
|
277
|
+
);
|
|
278
|
+
--bm-alias-color-ramp-gray-stronger: var(
|
|
279
|
+
--bm-primitive-color-gray-900,
|
|
280
|
+
#32424e
|
|
281
|
+
);
|
|
282
|
+
--bm-alias-color-ramp-gray-strongest: var(
|
|
283
|
+
--bm-primitive-color-gray-1100,
|
|
215
284
|
#141d24
|
|
216
285
|
);
|
|
217
|
-
--bm-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
--bm-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
--bm-
|
|
286
|
+
--bm-alias-color-ramp-gray-inverse: var(
|
|
287
|
+
--bm-primitive-color-gray-500,
|
|
288
|
+
#9fafbc
|
|
289
|
+
);
|
|
290
|
+
--bm-alias-color-ramp-blue-subtlest: var(
|
|
291
|
+
--bm-primitive-color-blue-100,
|
|
292
|
+
#ebf9ff
|
|
293
|
+
);
|
|
294
|
+
--bm-alias-color-ramp-blue-subtler: var(
|
|
295
|
+
--bm-primitive-color-blue-200,
|
|
296
|
+
#ccf0ff
|
|
297
|
+
);
|
|
298
|
+
--bm-alias-color-ramp-blue-subtle: var(
|
|
299
|
+
--bm-primitive-color-blue-300,
|
|
300
|
+
#9be1ff
|
|
301
|
+
);
|
|
302
|
+
--bm-alias-color-ramp-blue-muter: var(--bm-primitive-color-blue-400, #64cefb);
|
|
303
|
+
--bm-alias-color-ramp-blue-mute: var(--bm-primitive-color-blue-600, #0095e0);
|
|
304
|
+
--bm-alias-color-ramp-blue-base: var(--bm-primitive-color-blue-700, #006ead);
|
|
305
|
+
--bm-alias-color-ramp-blue-strong: var(
|
|
306
|
+
--bm-primitive-color-blue-800,
|
|
307
|
+
#00528c
|
|
308
|
+
);
|
|
309
|
+
--bm-alias-color-ramp-blue-stronger: var(
|
|
310
|
+
--bm-primitive-color-blue-900,
|
|
311
|
+
#003f73
|
|
312
|
+
);
|
|
313
|
+
--bm-alias-color-ramp-blue-strongest: var(
|
|
226
314
|
--bm-primitive-color-blue-1100,
|
|
227
315
|
#001c33
|
|
228
316
|
);
|
|
229
|
-
--bm-
|
|
230
|
-
|
|
317
|
+
--bm-alias-color-ramp-blue-inverse: var(
|
|
318
|
+
--bm-primitive-color-blue-500,
|
|
319
|
+
#14b9ff
|
|
320
|
+
);
|
|
321
|
+
--bm-alias-color-ramp-violet-subtlest: var(
|
|
231
322
|
--bm-primitive-color-violet-100,
|
|
232
323
|
#f8f6fe
|
|
233
324
|
);
|
|
234
|
-
--bm-
|
|
325
|
+
--bm-alias-color-ramp-violet-subtler: var(
|
|
235
326
|
--bm-primitive-color-violet-200,
|
|
236
327
|
#eae5fb
|
|
237
328
|
);
|
|
238
|
-
--bm-
|
|
329
|
+
--bm-alias-color-ramp-violet-subtle: var(
|
|
239
330
|
--bm-primitive-color-violet-300,
|
|
240
331
|
#dcd3f8
|
|
241
332
|
);
|
|
242
|
-
--bm-
|
|
333
|
+
--bm-alias-color-ramp-violet-muter: var(
|
|
243
334
|
--bm-primitive-color-violet-400,
|
|
244
335
|
#c8baf3
|
|
245
336
|
);
|
|
246
|
-
--bm-
|
|
247
|
-
|
|
337
|
+
--bm-alias-color-ramp-violet-mute: var(
|
|
338
|
+
--bm-primitive-color-violet-600,
|
|
339
|
+
#977de8
|
|
340
|
+
);
|
|
341
|
+
--bm-alias-color-ramp-violet-base: var(
|
|
248
342
|
--bm-primitive-color-violet-700,
|
|
249
343
|
#6e49df
|
|
250
344
|
);
|
|
251
|
-
--bm-
|
|
345
|
+
--bm-alias-color-ramp-violet-strong: var(
|
|
252
346
|
--bm-primitive-color-violet-800,
|
|
253
347
|
#592fda
|
|
254
348
|
);
|
|
255
|
-
--bm-
|
|
349
|
+
--bm-alias-color-ramp-violet-stronger: var(
|
|
256
350
|
--bm-primitive-color-violet-900,
|
|
257
351
|
#3f1da6
|
|
258
352
|
);
|
|
259
|
-
--bm-
|
|
353
|
+
--bm-alias-color-ramp-violet-strongest: var(
|
|
260
354
|
--bm-primitive-color-violet-1100,
|
|
261
355
|
#1c0d4a
|
|
262
356
|
);
|
|
263
|
-
--bm-
|
|
357
|
+
--bm-alias-color-ramp-violet-inverse: var(
|
|
264
358
|
--bm-primitive-color-violet-500,
|
|
265
359
|
#b4a0ee
|
|
266
360
|
);
|
|
267
|
-
--bm-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
--bm-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
--bm-
|
|
361
|
+
--bm-alias-color-ramp-pink-subtlest: var(
|
|
362
|
+
--bm-primitive-color-pink-100,
|
|
363
|
+
#fef5fc
|
|
364
|
+
);
|
|
365
|
+
--bm-alias-color-ramp-pink-subtler: var(
|
|
366
|
+
--bm-primitive-color-pink-200,
|
|
367
|
+
#fdddf4
|
|
368
|
+
);
|
|
369
|
+
--bm-alias-color-ramp-pink-subtle: var(
|
|
370
|
+
--bm-primitive-color-pink-300,
|
|
371
|
+
#fccfef
|
|
372
|
+
);
|
|
373
|
+
--bm-alias-color-ramp-pink-muter: var(--bm-primitive-color-pink-400, #f9aae4);
|
|
374
|
+
--bm-alias-color-ramp-pink-mute: var(--bm-primitive-color-pink-600, #dc5bbc);
|
|
375
|
+
--bm-alias-color-ramp-pink-base: var(--bm-primitive-color-pink-700, #ad258b);
|
|
376
|
+
--bm-alias-color-ramp-pink-strong: var(
|
|
377
|
+
--bm-primitive-color-pink-800,
|
|
378
|
+
#931f76
|
|
379
|
+
);
|
|
380
|
+
--bm-alias-color-ramp-pink-stronger: var(
|
|
381
|
+
--bm-primitive-color-pink-900,
|
|
382
|
+
#661652
|
|
383
|
+
);
|
|
384
|
+
--bm-alias-color-ramp-pink-strongest: var(
|
|
276
385
|
--bm-primitive-color-pink-1100,
|
|
277
386
|
#360c2b
|
|
278
387
|
);
|
|
279
|
-
--bm-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
--bm-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
--bm-
|
|
288
|
-
|
|
388
|
+
--bm-alias-color-ramp-pink-inverse: var(
|
|
389
|
+
--bm-primitive-color-pink-500,
|
|
390
|
+
#fa83dc
|
|
391
|
+
);
|
|
392
|
+
--bm-alias-color-ramp-teal-subtlest: var(
|
|
393
|
+
--bm-primitive-color-teal-100,
|
|
394
|
+
#e9fcff
|
|
395
|
+
);
|
|
396
|
+
--bm-alias-color-ramp-teal-subtler: var(
|
|
397
|
+
--bm-primitive-color-teal-200,
|
|
398
|
+
#d7f4f9
|
|
399
|
+
);
|
|
400
|
+
--bm-alias-color-ramp-teal-subtle: var(
|
|
401
|
+
--bm-primitive-color-teal-300,
|
|
402
|
+
#b2e7f0
|
|
403
|
+
);
|
|
404
|
+
--bm-alias-color-ramp-teal-muter: var(--bm-primitive-color-teal-400, #8cd8e6);
|
|
405
|
+
--bm-alias-color-ramp-teal-mute: var(--bm-primitive-color-teal-600, #00a2c0);
|
|
406
|
+
--bm-alias-color-ramp-teal-base: var(--bm-primitive-color-teal-700, #00768f);
|
|
407
|
+
--bm-alias-color-ramp-teal-strong: var(
|
|
408
|
+
--bm-primitive-color-teal-800,
|
|
409
|
+
#005b75
|
|
410
|
+
);
|
|
411
|
+
--bm-alias-color-ramp-teal-stronger: var(
|
|
412
|
+
--bm-primitive-color-teal-900,
|
|
413
|
+
#00414d
|
|
414
|
+
);
|
|
415
|
+
--bm-alias-color-ramp-teal-strongest: var(
|
|
289
416
|
--bm-primitive-color-teal-1100,
|
|
290
417
|
#01262d
|
|
291
418
|
);
|
|
292
|
-
--bm-
|
|
293
|
-
|
|
419
|
+
--bm-alias-color-ramp-teal-inverse: var(
|
|
420
|
+
--bm-primitive-color-teal-500,
|
|
421
|
+
#43bfd6
|
|
422
|
+
);
|
|
423
|
+
--bm-alias-color-ramp-lime-subtlest: var(
|
|
294
424
|
--bm-primitive-color-lime-green-100,
|
|
295
425
|
#f7ffcc
|
|
296
426
|
);
|
|
297
|
-
--bm-
|
|
427
|
+
--bm-alias-color-ramp-lime-subtler: var(
|
|
298
428
|
--bm-primitive-color-lime-green-200,
|
|
299
429
|
#f1ffa4
|
|
300
430
|
);
|
|
301
|
-
--bm-
|
|
431
|
+
--bm-alias-color-ramp-lime-subtle: var(
|
|
302
432
|
--bm-primitive-color-lime-green-300,
|
|
303
433
|
#daee6b
|
|
304
434
|
);
|
|
305
|
-
--bm-
|
|
435
|
+
--bm-alias-color-ramp-lime-muter: var(
|
|
306
436
|
--bm-primitive-color-lime-green-400,
|
|
307
437
|
#bed733
|
|
308
438
|
);
|
|
309
|
-
--bm-
|
|
439
|
+
--bm-alias-color-ramp-lime-mute: var(
|
|
310
440
|
--bm-primitive-color-lime-green-600,
|
|
311
441
|
#5c9e14
|
|
312
442
|
);
|
|
313
|
-
--bm-
|
|
443
|
+
--bm-alias-color-ramp-lime-base: var(
|
|
314
444
|
--bm-primitive-color-lime-green-700,
|
|
315
445
|
#358000
|
|
316
446
|
);
|
|
317
|
-
--bm-
|
|
447
|
+
--bm-alias-color-ramp-lime-strong: var(
|
|
318
448
|
--bm-primitive-color-lime-green-800,
|
|
319
449
|
#1d5700
|
|
320
450
|
);
|
|
321
|
-
--bm-
|
|
451
|
+
--bm-alias-color-ramp-lime-stronger: var(
|
|
322
452
|
--bm-primitive-color-lime-green-900,
|
|
323
453
|
#1e4700
|
|
324
454
|
);
|
|
325
|
-
--bm-
|
|
455
|
+
--bm-alias-color-ramp-lime-strongest: var(
|
|
326
456
|
--bm-primitive-color-lime-green-1100,
|
|
327
457
|
#0d1f00
|
|
328
458
|
);
|
|
329
|
-
--bm-
|
|
459
|
+
--bm-alias-color-ramp-lime-inverse: var(
|
|
330
460
|
--bm-primitive-color-lime-green-500,
|
|
331
461
|
#8dc002
|
|
332
462
|
);
|
|
333
|
-
--bm-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
--bm-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
--bm-
|
|
463
|
+
--bm-alias-color-ramp-warm-subtlest: var(
|
|
464
|
+
--bm-primitive-color-warm-100,
|
|
465
|
+
#fff6e1
|
|
466
|
+
);
|
|
467
|
+
--bm-alias-color-ramp-warm-subtler: var(
|
|
468
|
+
--bm-primitive-color-warm-200,
|
|
469
|
+
#ffe9b3
|
|
470
|
+
);
|
|
471
|
+
--bm-alias-color-ramp-warm-subtle: var(
|
|
472
|
+
--bm-primitive-color-warm-300,
|
|
473
|
+
#ffdb7d
|
|
474
|
+
);
|
|
475
|
+
--bm-alias-color-ramp-warm-muter: var(--bm-primitive-color-warm-400, #ffb029);
|
|
476
|
+
--bm-alias-color-ramp-warm-mute: var(--bm-primitive-color-warm-600, #df6901);
|
|
477
|
+
--bm-alias-color-ramp-warm-base: var(--bm-primitive-color-warm-700, #a82200);
|
|
478
|
+
--bm-alias-color-ramp-warm-strong: var(
|
|
479
|
+
--bm-primitive-color-warm-800,
|
|
480
|
+
#941e00
|
|
481
|
+
);
|
|
482
|
+
--bm-alias-color-ramp-warm-stronger: var(
|
|
483
|
+
--bm-primitive-color-warm-900,
|
|
484
|
+
#86090f
|
|
485
|
+
);
|
|
486
|
+
--bm-alias-color-ramp-warm-strongest: var(
|
|
342
487
|
--bm-primitive-color-warm-1100,
|
|
343
488
|
#3a0406
|
|
344
489
|
);
|
|
345
|
-
--bm-
|
|
346
|
-
|
|
490
|
+
--bm-alias-color-ramp-warm-inverse: var(
|
|
491
|
+
--bm-primitive-color-warm-500,
|
|
492
|
+
#fe9110
|
|
493
|
+
);
|
|
494
|
+
--bm-alias-color-ramp-green-subtlest: var(
|
|
347
495
|
--bm-primitive-color-green-100,
|
|
348
496
|
#e9ffe0
|
|
349
497
|
);
|
|
350
|
-
--bm-
|
|
498
|
+
--bm-alias-color-ramp-green-subtler: var(
|
|
351
499
|
--bm-primitive-color-green-200,
|
|
352
500
|
#daf7cf
|
|
353
501
|
);
|
|
354
|
-
--bm-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
502
|
+
--bm-alias-color-ramp-green-subtle: var(
|
|
503
|
+
--bm-primitive-color-green-300,
|
|
504
|
+
#b3eb9e
|
|
505
|
+
);
|
|
506
|
+
--bm-alias-color-ramp-green-muter: var(
|
|
507
|
+
--bm-primitive-color-green-400,
|
|
508
|
+
#71d963
|
|
509
|
+
);
|
|
510
|
+
--bm-alias-color-ramp-green-mute: var(
|
|
511
|
+
--bm-primitive-color-green-600,
|
|
512
|
+
#24a148
|
|
513
|
+
);
|
|
514
|
+
--bm-alias-color-ramp-green-base: var(
|
|
358
515
|
--bm-primitive-color-green-700,
|
|
359
516
|
#187c36
|
|
360
517
|
);
|
|
361
|
-
--bm-
|
|
362
|
-
|
|
518
|
+
--bm-alias-color-ramp-green-strong: var(
|
|
519
|
+
--bm-primitive-color-green-800,
|
|
520
|
+
#0d630d
|
|
521
|
+
);
|
|
522
|
+
--bm-alias-color-ramp-green-stronger: var(
|
|
363
523
|
--bm-primitive-color-green-900,
|
|
364
524
|
#044819
|
|
365
525
|
);
|
|
366
|
-
--bm-
|
|
526
|
+
--bm-alias-color-ramp-green-strongest: var(
|
|
367
527
|
--bm-primitive-color-green-1100,
|
|
368
528
|
#09200a
|
|
369
529
|
);
|
|
370
|
-
--bm-
|
|
530
|
+
--bm-alias-color-ramp-green-inverse: var(
|
|
371
531
|
--bm-primitive-color-green-500,
|
|
372
532
|
#42be53
|
|
373
533
|
);
|
|
374
|
-
--bm-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
--bm-
|
|
379
|
-
--bm-
|
|
380
|
-
--bm-
|
|
381
|
-
--bm-
|
|
382
|
-
--bm-
|
|
383
|
-
--bm-
|
|
384
|
-
--bm-
|
|
534
|
+
--bm-alias-color-ramp-red-subtlest: var(
|
|
535
|
+
--bm-primitive-color-red-100,
|
|
536
|
+
#fef2f2
|
|
537
|
+
);
|
|
538
|
+
--bm-alias-color-ramp-red-subtler: var(--bm-primitive-color-red-200, #fee6e7);
|
|
539
|
+
--bm-alias-color-ramp-red-subtle: var(--bm-primitive-color-red-300, #fdcbcd);
|
|
540
|
+
--bm-alias-color-ramp-red-muter: var(--bm-primitive-color-red-400, #fba6a9);
|
|
541
|
+
--bm-alias-color-ramp-red-mute: var(--bm-primitive-color-red-600, #ed464c);
|
|
542
|
+
--bm-alias-color-ramp-red-base: var(--bm-primitive-color-red-700, #cc2429);
|
|
543
|
+
--bm-alias-color-ramp-red-strong: var(--bm-primitive-color-red-800, #a61b20);
|
|
544
|
+
--bm-alias-color-ramp-red-stronger: var(
|
|
545
|
+
--bm-primitive-color-red-900,
|
|
546
|
+
#7e1e21
|
|
547
|
+
);
|
|
548
|
+
--bm-alias-color-ramp-red-strongest: var(
|
|
549
|
+
--bm-primitive-color-red-1100,
|
|
550
|
+
#370a0b
|
|
551
|
+
);
|
|
552
|
+
--bm-alias-color-ramp-red-inverse: var(--bm-primitive-color-red-500, #f67378);
|
|
553
|
+
--bm-alias-color-ramp-orange-subtlest: var(
|
|
385
554
|
--bm-primitive-color-orange-100,
|
|
386
555
|
#fff3eb
|
|
387
556
|
);
|
|
388
|
-
--bm-
|
|
557
|
+
--bm-alias-color-ramp-orange-subtler: var(
|
|
389
558
|
--bm-primitive-color-orange-200,
|
|
390
559
|
#ffe4c9
|
|
391
560
|
);
|
|
392
|
-
--bm-
|
|
561
|
+
--bm-alias-color-ramp-orange-subtle: var(
|
|
393
562
|
--bm-primitive-color-orange-300,
|
|
394
563
|
#ffd4a8
|
|
395
564
|
);
|
|
396
|
-
--bm-
|
|
565
|
+
--bm-alias-color-ramp-orange-muter: var(
|
|
397
566
|
--bm-primitive-color-orange-400,
|
|
398
567
|
#ffb17a
|
|
399
568
|
);
|
|
400
|
-
--bm-
|
|
401
|
-
|
|
569
|
+
--bm-alias-color-ramp-orange-mute: var(
|
|
570
|
+
--bm-primitive-color-orange-600,
|
|
571
|
+
#eb6200
|
|
572
|
+
);
|
|
573
|
+
--bm-alias-color-ramp-orange-base: var(
|
|
402
574
|
--bm-primitive-color-orange-700,
|
|
403
575
|
#ac4902
|
|
404
576
|
);
|
|
405
|
-
--bm-
|
|
577
|
+
--bm-alias-color-ramp-orange-strong: var(
|
|
406
578
|
--bm-primitive-color-orange-800,
|
|
407
579
|
#8a3800
|
|
408
580
|
);
|
|
409
|
-
--bm-
|
|
581
|
+
--bm-alias-color-ramp-orange-stronger: var(
|
|
410
582
|
--bm-primitive-color-orange-900,
|
|
411
583
|
#662c00
|
|
412
584
|
);
|
|
413
|
-
--bm-
|
|
585
|
+
--bm-alias-color-ramp-orange-strongest: var(
|
|
414
586
|
--bm-primitive-color-orange-1100,
|
|
415
587
|
#2e1500
|
|
416
588
|
);
|
|
417
|
-
--bm-
|
|
589
|
+
--bm-alias-color-ramp-orange-inverse: var(
|
|
418
590
|
--bm-primitive-color-orange-500,
|
|
419
591
|
#ff8e3d
|
|
420
592
|
);
|
|
421
|
-
--bm-
|
|
422
|
-
--bm-theme-color-brand-
|
|
423
|
-
#e9fcff
|
|
424
|
-
);
|
|
425
|
-
--bm-utility-color-accent-secondary-subtler: var(
|
|
426
|
-
--bm-theme-color-brand-secondary-200,
|
|
427
|
-
#d7f4f9
|
|
428
|
-
);
|
|
429
|
-
--bm-utility-color-accent-secondary-subtle: var(
|
|
430
|
-
--bm-theme-color-brand-secondary-300,
|
|
431
|
-
#b2e7f0
|
|
432
|
-
);
|
|
433
|
-
--bm-utility-color-accent-secondary-muter: var(
|
|
434
|
-
--bm-theme-color-brand-secondary-400,
|
|
435
|
-
#8cd8e6
|
|
436
|
-
);
|
|
437
|
-
--bm-utility-color-accent-secondary-mute: var(
|
|
438
|
-
--bm-theme-color-brand-secondary-650,
|
|
439
|
-
#00859e
|
|
440
|
-
);
|
|
441
|
-
--bm-utility-color-accent-secondary-default: var(
|
|
442
|
-
--bm-theme-color-brand-secondary-700,
|
|
593
|
+
--bm-alias-color-brand-primary-default: var(
|
|
594
|
+
--bm-theme-color-brand-700,
|
|
443
595
|
#00768f
|
|
444
596
|
);
|
|
445
|
-
--bm-
|
|
446
|
-
--bm-theme-color-brand-
|
|
447
|
-
#
|
|
448
|
-
);
|
|
449
|
-
--bm-utility-color-accent-secondary-stronger: var(
|
|
450
|
-
--bm-theme-color-brand-secondary-900,
|
|
451
|
-
#00414d
|
|
452
|
-
);
|
|
453
|
-
--bm-utility-color-accent-secondary-strongest: var(
|
|
454
|
-
--bm-theme-color-brand-secondary-1100,
|
|
455
|
-
#01262d
|
|
456
|
-
);
|
|
457
|
-
--bm-utility-color-accent-secondary-inverse: var(
|
|
458
|
-
--bm-theme-color-brand-secondary-500,
|
|
459
|
-
#43bfd6
|
|
597
|
+
--bm-alias-color-brand-secondary-default: var(
|
|
598
|
+
--bm-theme-color-brand-700,
|
|
599
|
+
#00768f
|
|
460
600
|
);
|
|
461
601
|
--bm-theme-color-brand-100: var(--bm-primitive-color-teal-100, #e9fcff);
|
|
462
602
|
--bm-theme-color-brand-200: var(--bm-primitive-color-teal-200, #d7f4f9);
|
|
@@ -698,10 +838,7 @@
|
|
|
698
838
|
--bm-theme-color-neutral-700,
|
|
699
839
|
#576775
|
|
700
840
|
);
|
|
701
|
-
--bm-sem-color-surface-selected: var(
|
|
702
|
-
--bm-utility-color-accent-subtlest,
|
|
703
|
-
#e9fcff
|
|
704
|
-
);
|
|
841
|
+
--bm-sem-color-surface-selected: var(--bm-theme-color-brand-100, #e9fcff);
|
|
705
842
|
--bm-sem-color-surface-selected-subtle: rgba(159, 175, 188, 0.16);
|
|
706
843
|
--bm-sem-color-surface-highlight: rgba(159, 175, 188, 0.16);
|
|
707
844
|
--bm-sem-color-surface-transparent: var(--bm-sem-color-none, #ffffff00);
|
|
@@ -719,7 +856,10 @@
|
|
|
719
856
|
--bm-theme-color-info-secondary-800,
|
|
720
857
|
#465967
|
|
721
858
|
);
|
|
722
|
-
--bm-sem-color-text-selected: var(
|
|
859
|
+
--bm-sem-color-text-selected: var(
|
|
860
|
+
--bm-alias-color-brand-primary-default,
|
|
861
|
+
#00768f
|
|
862
|
+
);
|
|
723
863
|
--bm-sem-color-text-primary-inverse: var(--bm-primitive-color-white, #ffffff);
|
|
724
864
|
--bm-sem-color-text-secondary-inverse: var(
|
|
725
865
|
--bm-theme-color-neutral-400,
|
|
@@ -759,7 +899,10 @@
|
|
|
759
899
|
--bm-theme-color-info-secondary-800,
|
|
760
900
|
#465967
|
|
761
901
|
);
|
|
762
|
-
--bm-sem-color-icon-selected: var(
|
|
902
|
+
--bm-sem-color-icon-selected: var(
|
|
903
|
+
--bm-alias-color-brand-primary-default,
|
|
904
|
+
#00768f
|
|
905
|
+
);
|
|
763
906
|
--bm-sem-color-icon-primary-inverse: var(--bm-primitive-color-white, #ffffff);
|
|
764
907
|
--bm-sem-color-icon-secondary-inverse: var(
|
|
765
908
|
--bm-theme-color-neutral-400,
|
|
@@ -797,7 +940,7 @@
|
|
|
797
940
|
#576775
|
|
798
941
|
);
|
|
799
942
|
--bm-sem-color-border-selected: var(
|
|
800
|
-
--bm-
|
|
943
|
+
--bm-alias-color-brand-primary-default,
|
|
801
944
|
#00768f
|
|
802
945
|
);
|
|
803
946
|
--bm-sem-color-border-focus: var(--bm-primitive-color-blue-600, #0095e0);
|
|
@@ -806,25 +949,28 @@
|
|
|
806
949
|
#ffffff00
|
|
807
950
|
);
|
|
808
951
|
--bm-sem-color-border-inverse: var(--bm-theme-color-neutral-800, #465967);
|
|
809
|
-
--bm-sem-color-link-primary: var(
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
#43bfd6
|
|
952
|
+
--bm-sem-color-link-primary: var(
|
|
953
|
+
--bm-alias-color-brand-primary-default,
|
|
954
|
+
#00768f
|
|
813
955
|
);
|
|
814
|
-
--bm-sem-color-link-
|
|
956
|
+
--bm-sem-color-link-primary-inverse: var(--bm-theme-color-brand-500, #43bfd6);
|
|
957
|
+
--bm-sem-color-link-secondary: var(--bm-theme-color-neutral-1100, #141d24);
|
|
815
958
|
--bm-sem-color-link-secondary-inverse: var(
|
|
816
959
|
--bm-primitive-color-white,
|
|
817
960
|
#ffffff
|
|
818
961
|
);
|
|
819
962
|
--bm-sem-color-action-primary: var(
|
|
820
|
-
--bm-
|
|
963
|
+
--bm-alias-color-brand-primary-default,
|
|
821
964
|
#00768f
|
|
822
965
|
);
|
|
823
|
-
--bm-sem-color-action-
|
|
824
|
-
|
|
825
|
-
|
|
966
|
+
--bm-sem-color-action-primary-hover: var(--bm-theme-color-brand-800, #005b75);
|
|
967
|
+
--bm-sem-color-action-primary-active: var(
|
|
968
|
+
--bm-theme-color-brand-900,
|
|
969
|
+
#00414d
|
|
826
970
|
);
|
|
827
|
-
--bm-sem-color-action-
|
|
971
|
+
--bm-sem-color-action-onPrimary: var(--bm-primitive-color-white, #ffffff);
|
|
972
|
+
--bm-sem-color-action-secondary: var(--bm-theme-color-neutral-1100, #141d24);
|
|
973
|
+
--bm-sem-color-action-neutral: var(--bm-theme-color-neutral-1100, #141d24);
|
|
828
974
|
--bm-sem-color-action-neutral-subtle: var(
|
|
829
975
|
--bm-sem-color-surface-highlight,
|
|
830
976
|
rgba(159, 175, 188, 0.16)
|
|
@@ -889,7 +1035,7 @@
|
|
|
889
1035
|
0.32
|
|
890
1036
|
);
|
|
891
1037
|
--bm-sem-opacity-disabled: var(--bm-primitive-opacity-40, 0.4);
|
|
892
|
-
--bm-dataviz-color-primary: var(--bm-theme-color-brand-
|
|
1038
|
+
--bm-dataviz-color-primary: var(--bm-theme-color-brand-650, #00859e);
|
|
893
1039
|
--bm-dataviz-color-neutral: var(--bm-theme-color-neutral-600, #8697a5);
|
|
894
1040
|
--bm-dataviz-color-border: var(--bm-primitive-color-white, #ffffff);
|
|
895
1041
|
--bm-dataviz-color-border-inverse: var(
|
|
@@ -1070,280 +1216,412 @@
|
|
|
1070
1216
|
[data-bm-theme~="bm-light"] .bm-inverse,
|
|
1071
1217
|
[data-bm-theme~="bm-light"].bm-inverse,
|
|
1072
1218
|
[data-bm-theme~="bm-dark"] {
|
|
1073
|
-
--bm-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
--bm-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
--bm-
|
|
1082
|
-
--bm-
|
|
1083
|
-
--bm-
|
|
1084
|
-
--bm-
|
|
1085
|
-
--bm-
|
|
1086
|
-
--bm-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
--bm-
|
|
1091
|
-
|
|
1092
|
-
|
|
1219
|
+
--bm-alias-color-ramp-accent-subtlest: var(
|
|
1220
|
+
--bm-theme-color-brand-1100,
|
|
1221
|
+
#01262d
|
|
1222
|
+
);
|
|
1223
|
+
--bm-alias-color-ramp-accent-subtler: var(
|
|
1224
|
+
--bm-theme-color-brand-900,
|
|
1225
|
+
#00414d
|
|
1226
|
+
);
|
|
1227
|
+
--bm-alias-color-ramp-accent-subtle: var(--bm-theme-color-brand-800, #005b75);
|
|
1228
|
+
--bm-alias-color-ramp-accent-muter: var(--bm-theme-color-brand-700, #00768f);
|
|
1229
|
+
--bm-alias-color-ramp-accent-mute: var(--bm-theme-color-brand-600, #00a2c0);
|
|
1230
|
+
--bm-alias-color-ramp-accent-base: var(--bm-theme-color-brand-500, #43bfd6);
|
|
1231
|
+
--bm-alias-color-ramp-accent-strong: var(--bm-theme-color-brand-300, #b2e7f0);
|
|
1232
|
+
--bm-alias-color-ramp-accent-stronger: var(
|
|
1233
|
+
--bm-theme-color-brand-200,
|
|
1234
|
+
#d7f4f9
|
|
1235
|
+
);
|
|
1236
|
+
--bm-alias-color-ramp-accent-strongest: var(
|
|
1237
|
+
--bm-theme-color-brand-100,
|
|
1238
|
+
#e9fcff
|
|
1239
|
+
);
|
|
1240
|
+
--bm-alias-color-ramp-accent-inverse: var(
|
|
1241
|
+
--bm-theme-color-brand-700,
|
|
1242
|
+
#00768f
|
|
1243
|
+
);
|
|
1244
|
+
--bm-alias-color-ramp-accent-secondary-subtlest: var(
|
|
1245
|
+
--bm-theme-color-brand-secondary-1100,
|
|
1246
|
+
#01262d
|
|
1247
|
+
);
|
|
1248
|
+
--bm-alias-color-ramp-accent-secondary-subtler: var(
|
|
1249
|
+
--bm-theme-color-brand-secondary-900,
|
|
1250
|
+
#00414d
|
|
1251
|
+
);
|
|
1252
|
+
--bm-alias-color-ramp-accent-secondary-subtle: var(
|
|
1253
|
+
--bm-theme-color-brand-secondary-800,
|
|
1254
|
+
#005b75
|
|
1255
|
+
);
|
|
1256
|
+
--bm-alias-color-ramp-accent-secondary-muter: var(
|
|
1257
|
+
--bm-theme-color-brand-secondary-700,
|
|
1258
|
+
#00768f
|
|
1259
|
+
);
|
|
1260
|
+
--bm-alias-color-ramp-accent-secondary-mute: var(
|
|
1261
|
+
--bm-theme-color-brand-secondary-650,
|
|
1262
|
+
#00859e
|
|
1263
|
+
);
|
|
1264
|
+
--bm-alias-color-ramp-accent-secondary-base: var(
|
|
1265
|
+
--bm-theme-color-brand-secondary-500,
|
|
1266
|
+
#43bfd6
|
|
1267
|
+
);
|
|
1268
|
+
--bm-alias-color-ramp-accent-secondary-strong: var(
|
|
1269
|
+
--bm-theme-color-brand-secondary-300,
|
|
1270
|
+
#b2e7f0
|
|
1271
|
+
);
|
|
1272
|
+
--bm-alias-color-ramp-accent-secondary-stronger: var(
|
|
1273
|
+
--bm-theme-color-brand-secondary-200,
|
|
1274
|
+
#d7f4f9
|
|
1275
|
+
);
|
|
1276
|
+
--bm-alias-color-ramp-accent-secondary-strongest: var(
|
|
1277
|
+
--bm-theme-color-brand-secondary-100,
|
|
1278
|
+
#e9fcff
|
|
1279
|
+
);
|
|
1280
|
+
--bm-alias-color-ramp-accent-secondary-inverse: var(
|
|
1281
|
+
--bm-theme-color-brand-secondary-700,
|
|
1282
|
+
#00768f
|
|
1283
|
+
);
|
|
1284
|
+
--bm-alias-color-ramp-gray-subtlest: var(
|
|
1285
|
+
--bm-primitive-color-gray-1100,
|
|
1286
|
+
#141d24
|
|
1287
|
+
);
|
|
1288
|
+
--bm-alias-color-ramp-gray-subtler: var(
|
|
1289
|
+
--bm-primitive-color-gray-900,
|
|
1290
|
+
#32424e
|
|
1291
|
+
);
|
|
1292
|
+
--bm-alias-color-ramp-gray-subtle: var(
|
|
1293
|
+
--bm-primitive-color-gray-800,
|
|
1294
|
+
#465967
|
|
1295
|
+
);
|
|
1296
|
+
--bm-alias-color-ramp-gray-muter: var(--bm-primitive-color-gray-700, #576775);
|
|
1297
|
+
--bm-alias-color-ramp-gray-mute: var(--bm-primitive-color-gray-600, #8697a5);
|
|
1298
|
+
--bm-alias-color-ramp-gray-base: var(--bm-primitive-color-gray-500, #9fafbc);
|
|
1299
|
+
--bm-alias-color-ramp-gray-strong: var(
|
|
1300
|
+
--bm-primitive-color-gray-300,
|
|
1301
|
+
#d1dae0
|
|
1302
|
+
);
|
|
1303
|
+
--bm-alias-color-ramp-gray-stronger: var(
|
|
1304
|
+
--bm-primitive-color-gray-200,
|
|
1305
|
+
#dfe7ec
|
|
1306
|
+
);
|
|
1307
|
+
--bm-alias-color-ramp-gray-strongest: var(
|
|
1308
|
+
--bm-primitive-color-gray-100,
|
|
1309
|
+
#f2f5f8
|
|
1310
|
+
);
|
|
1311
|
+
--bm-alias-color-ramp-gray-inverse: var(
|
|
1312
|
+
--bm-primitive-color-gray-700,
|
|
1313
|
+
#576775
|
|
1314
|
+
);
|
|
1315
|
+
--bm-alias-color-ramp-blue-subtlest: var(
|
|
1093
1316
|
--bm-primitive-color-blue-1100,
|
|
1094
1317
|
#001c33
|
|
1095
1318
|
);
|
|
1096
|
-
--bm-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
--bm-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1319
|
+
--bm-alias-color-ramp-blue-subtler: var(
|
|
1320
|
+
--bm-primitive-color-blue-900,
|
|
1321
|
+
#003f73
|
|
1322
|
+
);
|
|
1323
|
+
--bm-alias-color-ramp-blue-subtle: var(
|
|
1324
|
+
--bm-primitive-color-blue-800,
|
|
1325
|
+
#00528c
|
|
1326
|
+
);
|
|
1327
|
+
--bm-alias-color-ramp-blue-muter: var(--bm-primitive-color-blue-700, #006ead);
|
|
1328
|
+
--bm-alias-color-ramp-blue-mute: var(--bm-primitive-color-blue-600, #0095e0);
|
|
1329
|
+
--bm-alias-color-ramp-blue-base: var(--bm-primitive-color-blue-500, #14b9ff);
|
|
1330
|
+
--bm-alias-color-ramp-blue-strong: var(
|
|
1331
|
+
--bm-primitive-color-blue-300,
|
|
1332
|
+
#9be1ff
|
|
1333
|
+
);
|
|
1334
|
+
--bm-alias-color-ramp-blue-stronger: var(
|
|
1335
|
+
--bm-primitive-color-blue-200,
|
|
1336
|
+
#ccf0ff
|
|
1337
|
+
);
|
|
1338
|
+
--bm-alias-color-ramp-blue-strongest: var(
|
|
1104
1339
|
--bm-primitive-color-blue-100,
|
|
1105
1340
|
#ebf9ff
|
|
1106
1341
|
);
|
|
1107
|
-
--bm-
|
|
1108
|
-
|
|
1342
|
+
--bm-alias-color-ramp-blue-inverse: var(
|
|
1343
|
+
--bm-primitive-color-blue-700,
|
|
1344
|
+
#006ead
|
|
1345
|
+
);
|
|
1346
|
+
--bm-alias-color-ramp-pink-subtlest: var(
|
|
1109
1347
|
--bm-primitive-color-pink-1100,
|
|
1110
1348
|
#360c2b
|
|
1111
1349
|
);
|
|
1112
|
-
--bm-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
--bm-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1350
|
+
--bm-alias-color-ramp-pink-subtler: var(
|
|
1351
|
+
--bm-primitive-color-pink-900,
|
|
1352
|
+
#661652
|
|
1353
|
+
);
|
|
1354
|
+
--bm-alias-color-ramp-pink-subtle: var(
|
|
1355
|
+
--bm-primitive-color-pink-800,
|
|
1356
|
+
#931f76
|
|
1357
|
+
);
|
|
1358
|
+
--bm-alias-color-ramp-pink-muter: var(--bm-primitive-color-pink-700, #ad258b);
|
|
1359
|
+
--bm-alias-color-ramp-pink-mute: var(--bm-primitive-color-pink-600, #dc5bbc);
|
|
1360
|
+
--bm-alias-color-ramp-pink-base: var(--bm-primitive-color-pink-500, #fa83dc);
|
|
1361
|
+
--bm-alias-color-ramp-pink-strong: var(
|
|
1362
|
+
--bm-primitive-color-pink-300,
|
|
1363
|
+
#fccfef
|
|
1364
|
+
);
|
|
1365
|
+
--bm-alias-color-ramp-pink-stronger: var(
|
|
1366
|
+
--bm-primitive-color-pink-200,
|
|
1367
|
+
#fdddf4
|
|
1368
|
+
);
|
|
1369
|
+
--bm-alias-color-ramp-pink-strongest: var(
|
|
1120
1370
|
--bm-primitive-color-pink-100,
|
|
1121
1371
|
#fef5fc
|
|
1122
1372
|
);
|
|
1123
|
-
--bm-
|
|
1124
|
-
|
|
1373
|
+
--bm-alias-color-ramp-pink-inverse: var(
|
|
1374
|
+
--bm-primitive-color-pink-700,
|
|
1375
|
+
#ad258b
|
|
1376
|
+
);
|
|
1377
|
+
--bm-alias-color-ramp-teal-subtlest: var(
|
|
1125
1378
|
--bm-primitive-color-teal-1100,
|
|
1126
1379
|
#01262d
|
|
1127
1380
|
);
|
|
1128
|
-
--bm-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
--bm-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1381
|
+
--bm-alias-color-ramp-teal-subtler: var(
|
|
1382
|
+
--bm-primitive-color-teal-900,
|
|
1383
|
+
#00414d
|
|
1384
|
+
);
|
|
1385
|
+
--bm-alias-color-ramp-teal-subtle: var(
|
|
1386
|
+
--bm-primitive-color-teal-800,
|
|
1387
|
+
#005b75
|
|
1388
|
+
);
|
|
1389
|
+
--bm-alias-color-ramp-teal-muter: var(--bm-primitive-color-teal-700, #00768f);
|
|
1390
|
+
--bm-alias-color-ramp-teal-mute: var(--bm-primitive-color-teal-600, #00a2c0);
|
|
1391
|
+
--bm-alias-color-ramp-teal-base: var(--bm-primitive-color-teal-500, #43bfd6);
|
|
1392
|
+
--bm-alias-color-ramp-teal-strong: var(
|
|
1393
|
+
--bm-primitive-color-teal-300,
|
|
1394
|
+
#b2e7f0
|
|
1395
|
+
);
|
|
1396
|
+
--bm-alias-color-ramp-teal-stronger: var(
|
|
1397
|
+
--bm-primitive-color-teal-200,
|
|
1398
|
+
#d7f4f9
|
|
1399
|
+
);
|
|
1400
|
+
--bm-alias-color-ramp-teal-strongest: var(
|
|
1136
1401
|
--bm-primitive-color-teal-100,
|
|
1137
1402
|
#e9fcff
|
|
1138
1403
|
);
|
|
1139
|
-
--bm-
|
|
1140
|
-
|
|
1404
|
+
--bm-alias-color-ramp-teal-inverse: var(
|
|
1405
|
+
--bm-primitive-color-teal-700,
|
|
1406
|
+
#00768f
|
|
1407
|
+
);
|
|
1408
|
+
--bm-alias-color-ramp-violet-subtlest: var(
|
|
1141
1409
|
--bm-primitive-color-violet-1100,
|
|
1142
1410
|
#1c0d4a
|
|
1143
1411
|
);
|
|
1144
|
-
--bm-
|
|
1412
|
+
--bm-alias-color-ramp-violet-subtler: var(
|
|
1145
1413
|
--bm-primitive-color-violet-900,
|
|
1146
1414
|
#3f1da6
|
|
1147
1415
|
);
|
|
1148
|
-
--bm-
|
|
1416
|
+
--bm-alias-color-ramp-violet-subtle: var(
|
|
1149
1417
|
--bm-primitive-color-violet-800,
|
|
1150
1418
|
#592fda
|
|
1151
1419
|
);
|
|
1152
|
-
--bm-
|
|
1420
|
+
--bm-alias-color-ramp-violet-muter: var(
|
|
1153
1421
|
--bm-primitive-color-violet-700,
|
|
1154
1422
|
#6e49df
|
|
1155
1423
|
);
|
|
1156
|
-
--bm-
|
|
1157
|
-
|
|
1424
|
+
--bm-alias-color-ramp-violet-mute: var(
|
|
1425
|
+
--bm-primitive-color-violet-600,
|
|
1426
|
+
#977de8
|
|
1427
|
+
);
|
|
1428
|
+
--bm-alias-color-ramp-violet-base: var(
|
|
1158
1429
|
--bm-primitive-color-violet-500,
|
|
1159
1430
|
#b4a0ee
|
|
1160
1431
|
);
|
|
1161
|
-
--bm-
|
|
1432
|
+
--bm-alias-color-ramp-violet-strong: var(
|
|
1162
1433
|
--bm-primitive-color-violet-300,
|
|
1163
1434
|
#dcd3f8
|
|
1164
1435
|
);
|
|
1165
|
-
--bm-
|
|
1436
|
+
--bm-alias-color-ramp-violet-stronger: var(
|
|
1166
1437
|
--bm-primitive-color-violet-200,
|
|
1167
1438
|
#eae5fb
|
|
1168
1439
|
);
|
|
1169
|
-
--bm-
|
|
1440
|
+
--bm-alias-color-ramp-violet-strongest: var(
|
|
1170
1441
|
--bm-primitive-color-violet-100,
|
|
1171
1442
|
#f8f6fe
|
|
1172
1443
|
);
|
|
1173
|
-
--bm-
|
|
1444
|
+
--bm-alias-color-ramp-violet-inverse: var(
|
|
1174
1445
|
--bm-primitive-color-violet-700,
|
|
1175
1446
|
#6e49df
|
|
1176
1447
|
);
|
|
1177
|
-
--bm-
|
|
1448
|
+
--bm-alias-color-ramp-lime-subtlest: var(
|
|
1178
1449
|
--bm-primitive-color-lime-green-1100,
|
|
1179
1450
|
#0d1f00
|
|
1180
1451
|
);
|
|
1181
|
-
--bm-
|
|
1452
|
+
--bm-alias-color-ramp-lime-subtler: var(
|
|
1182
1453
|
--bm-primitive-color-lime-green-900,
|
|
1183
1454
|
#1e4700
|
|
1184
1455
|
);
|
|
1185
|
-
--bm-
|
|
1456
|
+
--bm-alias-color-ramp-lime-subtle: var(
|
|
1186
1457
|
--bm-primitive-color-lime-green-800,
|
|
1187
1458
|
#1d5700
|
|
1188
1459
|
);
|
|
1189
|
-
--bm-
|
|
1460
|
+
--bm-alias-color-ramp-lime-muter: var(
|
|
1190
1461
|
--bm-primitive-color-lime-green-700,
|
|
1191
1462
|
#358000
|
|
1192
1463
|
);
|
|
1193
|
-
--bm-
|
|
1464
|
+
--bm-alias-color-ramp-lime-mute: var(
|
|
1194
1465
|
--bm-primitive-color-lime-green-600,
|
|
1195
1466
|
#5c9e14
|
|
1196
1467
|
);
|
|
1197
|
-
--bm-
|
|
1468
|
+
--bm-alias-color-ramp-lime-base: var(
|
|
1198
1469
|
--bm-primitive-color-lime-green-500,
|
|
1199
1470
|
#8dc002
|
|
1200
1471
|
);
|
|
1201
|
-
--bm-
|
|
1472
|
+
--bm-alias-color-ramp-lime-strong: var(
|
|
1202
1473
|
--bm-primitive-color-lime-green-300,
|
|
1203
1474
|
#daee6b
|
|
1204
1475
|
);
|
|
1205
|
-
--bm-
|
|
1476
|
+
--bm-alias-color-ramp-lime-stronger: var(
|
|
1206
1477
|
--bm-primitive-color-lime-green-200,
|
|
1207
1478
|
#f1ffa4
|
|
1208
1479
|
);
|
|
1209
|
-
--bm-
|
|
1480
|
+
--bm-alias-color-ramp-lime-strongest: var(
|
|
1210
1481
|
--bm-primitive-color-lime-green-100,
|
|
1211
1482
|
#f7ffcc
|
|
1212
1483
|
);
|
|
1213
|
-
--bm-
|
|
1484
|
+
--bm-alias-color-ramp-lime-inverse: var(
|
|
1214
1485
|
--bm-primitive-color-lime-green-700,
|
|
1215
1486
|
#358000
|
|
1216
1487
|
);
|
|
1217
|
-
--bm-
|
|
1488
|
+
--bm-alias-color-ramp-warm-subtlest: var(
|
|
1218
1489
|
--bm-primitive-color-warm-1100,
|
|
1219
1490
|
#3a0406
|
|
1220
1491
|
);
|
|
1221
|
-
--bm-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
--bm-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1492
|
+
--bm-alias-color-ramp-warm-subtler: var(
|
|
1493
|
+
--bm-primitive-color-warm-900,
|
|
1494
|
+
#86090f
|
|
1495
|
+
);
|
|
1496
|
+
--bm-alias-color-ramp-warm-subtle: var(
|
|
1497
|
+
--bm-primitive-color-warm-800,
|
|
1498
|
+
#941e00
|
|
1499
|
+
);
|
|
1500
|
+
--bm-alias-color-ramp-warm-muter: var(--bm-primitive-color-warm-700, #a82200);
|
|
1501
|
+
--bm-alias-color-ramp-warm-mute: var(--bm-primitive-color-warm-600, #df6901);
|
|
1502
|
+
--bm-alias-color-ramp-warm-base: var(--bm-primitive-color-warm-500, #fe9110);
|
|
1503
|
+
--bm-alias-color-ramp-warm-strong: var(
|
|
1504
|
+
--bm-primitive-color-warm-300,
|
|
1505
|
+
#ffdb7d
|
|
1506
|
+
);
|
|
1507
|
+
--bm-alias-color-ramp-warm-stronger: var(
|
|
1508
|
+
--bm-primitive-color-warm-200,
|
|
1509
|
+
#ffe9b3
|
|
1510
|
+
);
|
|
1511
|
+
--bm-alias-color-ramp-warm-strongest: var(
|
|
1229
1512
|
--bm-primitive-color-warm-100,
|
|
1230
1513
|
#fff6e1
|
|
1231
1514
|
);
|
|
1232
|
-
--bm-
|
|
1233
|
-
|
|
1515
|
+
--bm-alias-color-ramp-warm-inverse: var(
|
|
1516
|
+
--bm-primitive-color-warm-700,
|
|
1517
|
+
#a82200
|
|
1518
|
+
);
|
|
1519
|
+
--bm-alias-color-ramp-green-subtlest: var(
|
|
1234
1520
|
--bm-primitive-color-green-1100,
|
|
1235
1521
|
#09200a
|
|
1236
1522
|
);
|
|
1237
|
-
--bm-
|
|
1523
|
+
--bm-alias-color-ramp-green-subtler: var(
|
|
1238
1524
|
--bm-primitive-color-green-900,
|
|
1239
1525
|
#044819
|
|
1240
1526
|
);
|
|
1241
|
-
--bm-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1527
|
+
--bm-alias-color-ramp-green-subtle: var(
|
|
1528
|
+
--bm-primitive-color-green-800,
|
|
1529
|
+
#0d630d
|
|
1530
|
+
);
|
|
1531
|
+
--bm-alias-color-ramp-green-muter: var(
|
|
1532
|
+
--bm-primitive-color-green-700,
|
|
1533
|
+
#187c36
|
|
1534
|
+
);
|
|
1535
|
+
--bm-alias-color-ramp-green-mute: var(
|
|
1536
|
+
--bm-primitive-color-green-600,
|
|
1537
|
+
#24a148
|
|
1538
|
+
);
|
|
1539
|
+
--bm-alias-color-ramp-green-base: var(
|
|
1245
1540
|
--bm-primitive-color-green-500,
|
|
1246
1541
|
#42be53
|
|
1247
1542
|
);
|
|
1248
|
-
--bm-
|
|
1249
|
-
|
|
1543
|
+
--bm-alias-color-ramp-green-strong: var(
|
|
1544
|
+
--bm-primitive-color-green-300,
|
|
1545
|
+
#b3eb9e
|
|
1546
|
+
);
|
|
1547
|
+
--bm-alias-color-ramp-green-stronger: var(
|
|
1250
1548
|
--bm-primitive-color-green-200,
|
|
1251
1549
|
#daf7cf
|
|
1252
1550
|
);
|
|
1253
|
-
--bm-
|
|
1551
|
+
--bm-alias-color-ramp-green-strongest: var(
|
|
1254
1552
|
--bm-primitive-color-green-100,
|
|
1255
1553
|
#e9ffe0
|
|
1256
1554
|
);
|
|
1257
|
-
--bm-
|
|
1555
|
+
--bm-alias-color-ramp-green-inverse: var(
|
|
1258
1556
|
--bm-primitive-color-green-700,
|
|
1259
1557
|
#187c36
|
|
1260
1558
|
);
|
|
1261
|
-
--bm-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
--bm-
|
|
1266
|
-
--bm-
|
|
1267
|
-
--bm-
|
|
1268
|
-
--bm-
|
|
1269
|
-
--bm-
|
|
1270
|
-
--bm-
|
|
1271
|
-
--bm-
|
|
1559
|
+
--bm-alias-color-ramp-red-subtlest: var(
|
|
1560
|
+
--bm-primitive-color-red-1100,
|
|
1561
|
+
#370a0b
|
|
1562
|
+
);
|
|
1563
|
+
--bm-alias-color-ramp-red-subtler: var(--bm-primitive-color-red-900, #7e1e21);
|
|
1564
|
+
--bm-alias-color-ramp-red-subtle: var(--bm-primitive-color-red-800, #a61b20);
|
|
1565
|
+
--bm-alias-color-ramp-red-muter: var(--bm-primitive-color-red-700, #cc2429);
|
|
1566
|
+
--bm-alias-color-ramp-red-mute: var(--bm-primitive-color-red-600, #ed464c);
|
|
1567
|
+
--bm-alias-color-ramp-red-base: var(--bm-primitive-color-red-500, #f67378);
|
|
1568
|
+
--bm-alias-color-ramp-red-strong: var(--bm-primitive-color-red-300, #fdcbcd);
|
|
1569
|
+
--bm-alias-color-ramp-red-stronger: var(
|
|
1570
|
+
--bm-primitive-color-red-200,
|
|
1571
|
+
#fee6e7
|
|
1572
|
+
);
|
|
1573
|
+
--bm-alias-color-ramp-red-strongest: var(
|
|
1574
|
+
--bm-primitive-color-red-100,
|
|
1575
|
+
#fef2f2
|
|
1576
|
+
);
|
|
1577
|
+
--bm-alias-color-ramp-red-inverse: var(--bm-primitive-color-red-700, #cc2429);
|
|
1578
|
+
--bm-alias-color-ramp-orange-subtlest: var(
|
|
1272
1579
|
--bm-primitive-color-orange-1100,
|
|
1273
1580
|
#2e1500
|
|
1274
1581
|
);
|
|
1275
|
-
--bm-
|
|
1582
|
+
--bm-alias-color-ramp-orange-subtler: var(
|
|
1276
1583
|
--bm-primitive-color-orange-900,
|
|
1277
1584
|
#662c00
|
|
1278
1585
|
);
|
|
1279
|
-
--bm-
|
|
1586
|
+
--bm-alias-color-ramp-orange-subtle: var(
|
|
1280
1587
|
--bm-primitive-color-orange-800,
|
|
1281
1588
|
#8a3800
|
|
1282
1589
|
);
|
|
1283
|
-
--bm-
|
|
1590
|
+
--bm-alias-color-ramp-orange-muter: var(
|
|
1284
1591
|
--bm-primitive-color-orange-700,
|
|
1285
1592
|
#ac4902
|
|
1286
1593
|
);
|
|
1287
|
-
--bm-
|
|
1288
|
-
|
|
1594
|
+
--bm-alias-color-ramp-orange-mute: var(
|
|
1595
|
+
--bm-primitive-color-orange-600,
|
|
1596
|
+
#eb6200
|
|
1597
|
+
);
|
|
1598
|
+
--bm-alias-color-ramp-orange-base: var(
|
|
1289
1599
|
--bm-primitive-color-orange-500,
|
|
1290
1600
|
#ff8e3d
|
|
1291
1601
|
);
|
|
1292
|
-
--bm-
|
|
1602
|
+
--bm-alias-color-ramp-orange-strong: var(
|
|
1293
1603
|
--bm-primitive-color-orange-300,
|
|
1294
1604
|
#ffd4a8
|
|
1295
1605
|
);
|
|
1296
|
-
--bm-
|
|
1606
|
+
--bm-alias-color-ramp-orange-stronger: var(
|
|
1297
1607
|
--bm-primitive-color-orange-200,
|
|
1298
1608
|
#ffe4c9
|
|
1299
1609
|
);
|
|
1300
|
-
--bm-
|
|
1610
|
+
--bm-alias-color-ramp-orange-strongest: var(
|
|
1301
1611
|
--bm-primitive-color-orange-100,
|
|
1302
1612
|
#fff3eb
|
|
1303
1613
|
);
|
|
1304
|
-
--bm-
|
|
1614
|
+
--bm-alias-color-ramp-orange-inverse: var(
|
|
1305
1615
|
--bm-primitive-color-orange-700,
|
|
1306
1616
|
#ac4902
|
|
1307
1617
|
);
|
|
1308
|
-
--bm-
|
|
1309
|
-
--bm-theme-color-brand-secondary-1100,
|
|
1310
|
-
#01262d
|
|
1311
|
-
);
|
|
1312
|
-
--bm-utility-color-accent-secondary-subtler: var(
|
|
1313
|
-
--bm-theme-color-brand-secondary-900,
|
|
1314
|
-
#00414d
|
|
1315
|
-
);
|
|
1316
|
-
--bm-utility-color-accent-secondary-subtle: var(
|
|
1317
|
-
--bm-theme-color-brand-secondary-800,
|
|
1318
|
-
#005b75
|
|
1319
|
-
);
|
|
1320
|
-
--bm-utility-color-accent-secondary-muter: var(
|
|
1321
|
-
--bm-theme-color-brand-secondary-700,
|
|
1322
|
-
#00768f
|
|
1323
|
-
);
|
|
1324
|
-
--bm-utility-color-accent-secondary-mute: var(
|
|
1325
|
-
--bm-theme-color-brand-secondary-650,
|
|
1326
|
-
#00859e
|
|
1327
|
-
);
|
|
1328
|
-
--bm-utility-color-accent-secondary-default: var(
|
|
1618
|
+
--bm-alias-color-brand-primary-default: var(
|
|
1329
1619
|
--bm-theme-color-brand-secondary-500,
|
|
1330
1620
|
#43bfd6
|
|
1331
1621
|
);
|
|
1332
|
-
--bm-
|
|
1333
|
-
--bm-theme-color-brand-secondary-
|
|
1334
|
-
#
|
|
1335
|
-
);
|
|
1336
|
-
--bm-utility-color-accent-secondary-stronger: var(
|
|
1337
|
-
--bm-theme-color-brand-secondary-200,
|
|
1338
|
-
#d7f4f9
|
|
1339
|
-
);
|
|
1340
|
-
--bm-utility-color-accent-secondary-strongest: var(
|
|
1341
|
-
--bm-theme-color-brand-secondary-100,
|
|
1342
|
-
#e9fcff
|
|
1343
|
-
);
|
|
1344
|
-
--bm-utility-color-accent-secondary-inverse: var(
|
|
1345
|
-
--bm-theme-color-brand-secondary-700,
|
|
1346
|
-
#00768f
|
|
1622
|
+
--bm-alias-color-brand-secondary-default: var(
|
|
1623
|
+
--bm-theme-color-brand-secondary-500,
|
|
1624
|
+
#43bfd6
|
|
1347
1625
|
);
|
|
1348
1626
|
--bm-theme-color-brand-100: var(--bm-primitive-color-teal-100, #e9fcff);
|
|
1349
1627
|
--bm-theme-color-brand-200: var(--bm-primitive-color-teal-200, #d7f4f9);
|
|
@@ -1585,10 +1863,7 @@
|
|
|
1585
1863
|
--bm-theme-color-neutral-300,
|
|
1586
1864
|
#d1dae0
|
|
1587
1865
|
);
|
|
1588
|
-
--bm-sem-color-surface-selected: var(
|
|
1589
|
-
--bm-utility-color-accent-subtler,
|
|
1590
|
-
#00414d
|
|
1591
|
-
);
|
|
1866
|
+
--bm-sem-color-surface-selected: var(--bm-theme-color-brand-1100, #01262d);
|
|
1592
1867
|
--bm-sem-color-surface-selected-subtle: rgba(134, 151, 165, 0.16);
|
|
1593
1868
|
--bm-sem-color-surface-highlight: rgba(134, 151, 165, 0.16);
|
|
1594
1869
|
--bm-sem-color-surface-transparent: var(--bm-sem-color-none, #ffffff00);
|
|
@@ -1606,7 +1881,10 @@
|
|
|
1606
1881
|
--bm-theme-color-info-secondary-400,
|
|
1607
1882
|
#c3cdd5
|
|
1608
1883
|
);
|
|
1609
|
-
--bm-sem-color-text-selected: var(
|
|
1884
|
+
--bm-sem-color-text-selected: var(
|
|
1885
|
+
--bm-alias-color-brand-primary-default,
|
|
1886
|
+
#43bfd6
|
|
1887
|
+
);
|
|
1610
1888
|
--bm-sem-color-text-primary-inverse: var(
|
|
1611
1889
|
--bm-theme-color-neutral-1100,
|
|
1612
1890
|
#141d24
|
|
@@ -1649,7 +1927,10 @@
|
|
|
1649
1927
|
--bm-theme-color-info-secondary-400,
|
|
1650
1928
|
#c3cdd5
|
|
1651
1929
|
);
|
|
1652
|
-
--bm-sem-color-icon-selected: var(
|
|
1930
|
+
--bm-sem-color-icon-selected: var(
|
|
1931
|
+
--bm-alias-color-brand-primary-default,
|
|
1932
|
+
#43bfd6
|
|
1933
|
+
);
|
|
1653
1934
|
--bm-sem-color-icon-primary-inverse: var(
|
|
1654
1935
|
--bm-theme-color-neutral-1100,
|
|
1655
1936
|
#141d24
|
|
@@ -1690,7 +1971,7 @@
|
|
|
1690
1971
|
#c3cdd5
|
|
1691
1972
|
);
|
|
1692
1973
|
--bm-sem-color-border-selected: var(
|
|
1693
|
-
--bm-
|
|
1974
|
+
--bm-alias-color-brand-primary-default,
|
|
1694
1975
|
#43bfd6
|
|
1695
1976
|
);
|
|
1696
1977
|
--bm-sem-color-border-focus: var(--bm-primitive-color-blue-500, #14b9ff);
|
|
@@ -1699,25 +1980,28 @@
|
|
|
1699
1980
|
#ffffff00
|
|
1700
1981
|
);
|
|
1701
1982
|
--bm-sem-color-border-inverse: var(--bm-theme-color-neutral-200, #dfe7ec);
|
|
1702
|
-
--bm-sem-color-link-primary: var(
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
#00768f
|
|
1983
|
+
--bm-sem-color-link-primary: var(
|
|
1984
|
+
--bm-alias-color-brand-primary-default,
|
|
1985
|
+
#43bfd6
|
|
1706
1986
|
);
|
|
1987
|
+
--bm-sem-color-link-primary-inverse: var(--bm-theme-color-brand-700, #00768f);
|
|
1707
1988
|
--bm-sem-color-link-secondary: var(--bm-primitive-color-white, #ffffff);
|
|
1708
1989
|
--bm-sem-color-link-secondary-inverse: var(
|
|
1709
|
-
--bm-
|
|
1990
|
+
--bm-theme-color-neutral-1100,
|
|
1710
1991
|
#141d24
|
|
1711
1992
|
);
|
|
1712
1993
|
--bm-sem-color-action-primary: var(
|
|
1713
|
-
--bm-
|
|
1994
|
+
--bm-alias-color-brand-primary-default,
|
|
1714
1995
|
#43bfd6
|
|
1715
1996
|
);
|
|
1716
|
-
--bm-sem-color-action-
|
|
1717
|
-
|
|
1718
|
-
|
|
1997
|
+
--bm-sem-color-action-primary-hover: var(--bm-theme-color-brand-400, #8cd8e6);
|
|
1998
|
+
--bm-sem-color-action-primary-active: var(
|
|
1999
|
+
--bm-theme-color-brand-300,
|
|
2000
|
+
#b2e7f0
|
|
1719
2001
|
);
|
|
1720
|
-
--bm-sem-color-action-
|
|
2002
|
+
--bm-sem-color-action-onPrimary: var(--bm-theme-color-neutral-1100, #141d24);
|
|
2003
|
+
--bm-sem-color-action-secondary: var(--bm-primitive-color-white, #ffffff);
|
|
2004
|
+
--bm-sem-color-action-neutral: var(--bm-primitive-color-white, #ffffff);
|
|
1721
2005
|
--bm-sem-color-action-neutral-subtle: var(
|
|
1722
2006
|
--bm-sem-color-surface-highlight,
|
|
1723
2007
|
rgba(134, 151, 165, 0.16)
|
|
@@ -1965,7 +2249,11 @@
|
|
|
1965
2249
|
.bm-light,
|
|
1966
2250
|
.bm-dark,
|
|
1967
2251
|
.bm-enterprise,
|
|
1968
|
-
.bm-consumer
|
|
2252
|
+
.bm-consumer,
|
|
2253
|
+
[data-bm-theme~="bm-light"],
|
|
2254
|
+
[data-bm-theme~="bm-dark"],
|
|
2255
|
+
[data-bm-theme~="bm-enterprise"],
|
|
2256
|
+
[data-bm-theme~="bm-consumer"] {
|
|
1969
2257
|
--bm-primitive-dimension-0: 0;
|
|
1970
2258
|
--bm-primitive-dimension-6: 0.0625rem;
|
|
1971
2259
|
--bm-primitive-dimension-12: 0.125rem;
|
|
@@ -2034,8 +2322,7 @@
|
|
|
2034
2322
|
var(--bm-primitive-dimension-100) * var(--bm-utility-radius-scale)
|
|
2035
2323
|
);
|
|
2036
2324
|
--bm-sem-radius-round: 624.9375rem;
|
|
2037
|
-
--bm-sem-radius-action-
|
|
2038
|
-
--bm-sem-radius-action-lg: var(--bm-sem-radius-round);
|
|
2325
|
+
--bm-sem-radius-action-default: var(--bm-alias-action-radius-container);
|
|
2039
2326
|
--bm-sem-radius-input-sm: var(--bm-sem-radius-xs);
|
|
2040
2327
|
--bm-sem-radius-input-md: var(--bm-sem-radius-sm);
|
|
2041
2328
|
--bm-sem-radius-input-lg: var(--bm-sem-radius-round);
|
|
@@ -2979,45 +3266,33 @@
|
|
|
2979
3266
|
:root,
|
|
2980
3267
|
.bm-enterprise,
|
|
2981
3268
|
[data-bm-theme~="bm-enterprise"] {
|
|
2982
|
-
--bm-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
--bm-
|
|
2987
|
-
--bm-
|
|
2988
|
-
--bm-
|
|
2989
|
-
--bm-
|
|
2990
|
-
--bm-
|
|
2991
|
-
--bm-
|
|
2992
|
-
--bm-
|
|
2993
|
-
|
|
2994
|
-
0.25rem
|
|
2995
|
-
);
|
|
2996
|
-
--bm-utility-comp-chip-radius-focus: var(--bm-sem-radius-md, 0.5rem);
|
|
2997
|
-
--bm-utility-comp-chip-space-sm-x: var(--bm-sem-space-50, 0.5rem);
|
|
2998
|
-
--bm-utility-comp-chip-space-md-x: var(--bm-sem-space-50, 0.5rem);
|
|
2999
|
-
--bm-utility-comp-chip-space-lg-x: var(--bm-sem-space-75, 0.75rem);
|
|
3269
|
+
--bm-alias-action-radius-container: 0.25rem;
|
|
3270
|
+
--bm-alias-action-radius-focus: 0.5rem;
|
|
3271
|
+
--bm-alias-action-space-sm-x: 0.5rem;
|
|
3272
|
+
--bm-alias-action-space-md-x: 0.75rem;
|
|
3273
|
+
--bm-alias-action-space-lg-x: 1rem;
|
|
3274
|
+
--bm-alias-badge-radius: 624.938rem;
|
|
3275
|
+
--bm-alias-badge-space-x: 0.75rem;
|
|
3276
|
+
--bm-alias-chip-radius-container: 0.25rem;
|
|
3277
|
+
--bm-alias-chip-radius-focus: 0.5rem;
|
|
3278
|
+
--bm-alias-chip-space-sm-x: 0.5rem;
|
|
3279
|
+
--bm-alias-chip-space-md-x: 0.5rem;
|
|
3280
|
+
--bm-alias-chip-space-lg-x: 0.75rem;
|
|
3000
3281
|
}
|
|
3001
3282
|
.bm-consumer,
|
|
3002
3283
|
[data-bm-theme~="bm-consumer"] {
|
|
3003
|
-
--bm-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
--bm-
|
|
3008
|
-
--bm-
|
|
3009
|
-
--bm-
|
|
3010
|
-
--bm-
|
|
3011
|
-
--bm-
|
|
3012
|
-
--bm-
|
|
3013
|
-
--bm-
|
|
3014
|
-
|
|
3015
|
-
624.938rem
|
|
3016
|
-
);
|
|
3017
|
-
--bm-utility-comp-chip-radius-focus: var(--bm-sem-radius-round, 624.938rem);
|
|
3018
|
-
--bm-utility-comp-chip-space-sm-x: var(--bm-sem-space-75, 0.75rem);
|
|
3019
|
-
--bm-utility-comp-chip-space-md-x: var(--bm-sem-space-75, 0.75rem);
|
|
3020
|
-
--bm-utility-comp-chip-space-lg-x: var(--bm-sem-space-125, 1.25rem);
|
|
3284
|
+
--bm-alias-action-radius-container: 624.938rem;
|
|
3285
|
+
--bm-alias-action-radius-focus: 624.938rem;
|
|
3286
|
+
--bm-alias-action-space-sm-x: 1rem;
|
|
3287
|
+
--bm-alias-action-space-md-x: 1.25rem;
|
|
3288
|
+
--bm-alias-action-space-lg-x: 1.5rem;
|
|
3289
|
+
--bm-alias-badge-radius: 0.25rem;
|
|
3290
|
+
--bm-alias-badge-space-x: 0.5rem;
|
|
3291
|
+
--bm-alias-chip-radius-container: 624.938rem;
|
|
3292
|
+
--bm-alias-chip-radius-focus: 624.938rem;
|
|
3293
|
+
--bm-alias-chip-space-sm-x: 0.75rem;
|
|
3294
|
+
--bm-alias-chip-space-md-x: 0.75rem;
|
|
3295
|
+
--bm-alias-chip-space-lg-x: 1.25rem;
|
|
3021
3296
|
}
|
|
3022
3297
|
:root,
|
|
3023
3298
|
.bm-light,
|
|
@@ -3493,27 +3768,30 @@
|
|
|
3493
3768
|
}
|
|
3494
3769
|
.bm-expressive-accent,
|
|
3495
3770
|
[data-bm-theme~="bm-expressive-accent"] {
|
|
3496
|
-
--bm-expressive-color-bg: var(--bm-
|
|
3771
|
+
--bm-expressive-color-bg: var(--bm-alias-color-ramp-accent-subtlest, #e9fcff);
|
|
3497
3772
|
--bm-expressive-color-bg-stronger: var(
|
|
3498
|
-
--bm-
|
|
3773
|
+
--bm-alias-color-ramp-accent-subtler,
|
|
3499
3774
|
#d7f4f9
|
|
3500
3775
|
);
|
|
3501
|
-
--bm-expressive-color-fg: var(--bm-
|
|
3776
|
+
--bm-expressive-color-fg: var(--bm-alias-color-ramp-accent-base, #00768f);
|
|
3502
3777
|
--bm-expressive-color-fg-stronger: var(
|
|
3503
|
-
--bm-
|
|
3778
|
+
--bm-alias-color-ramp-accent-strong,
|
|
3504
3779
|
#005b75
|
|
3505
3780
|
);
|
|
3506
|
-
--bm-expressive-color-border: var(
|
|
3781
|
+
--bm-expressive-color-border: var(
|
|
3782
|
+
--bm-alias-color-ramp-accent-subtle,
|
|
3783
|
+
#b2e7f0
|
|
3784
|
+
);
|
|
3507
3785
|
--bm-expressive-color-border-stronger: var(
|
|
3508
|
-
--bm-
|
|
3786
|
+
--bm-alias-color-ramp-accent-base,
|
|
3509
3787
|
#00768f
|
|
3510
3788
|
);
|
|
3511
3789
|
--bm-expressive-color-inverse-bg: var(
|
|
3512
|
-
--bm-
|
|
3790
|
+
--bm-alias-color-ramp-accent-base,
|
|
3513
3791
|
#00768f
|
|
3514
3792
|
);
|
|
3515
3793
|
--bm-expressive-color-inverse-fg: var(
|
|
3516
|
-
--bm-
|
|
3794
|
+
--bm-alias-color-ramp-accent-subtler,
|
|
3517
3795
|
#d7f4f9
|
|
3518
3796
|
);
|
|
3519
3797
|
--bm-expressive-color-inverse-fg-stronger: var(
|
|
@@ -3523,27 +3801,27 @@
|
|
|
3523
3801
|
}
|
|
3524
3802
|
.bm-expressive-blue,
|
|
3525
3803
|
[data-bm-theme~="bm-expressive-blue"] {
|
|
3526
|
-
--bm-expressive-color-bg: var(--bm-
|
|
3804
|
+
--bm-expressive-color-bg: var(--bm-alias-color-ramp-blue-subtlest, #ebf9ff);
|
|
3527
3805
|
--bm-expressive-color-bg-stronger: var(
|
|
3528
|
-
--bm-
|
|
3806
|
+
--bm-alias-color-ramp-blue-subtler,
|
|
3529
3807
|
#ccf0ff
|
|
3530
3808
|
);
|
|
3531
|
-
--bm-expressive-color-fg: var(--bm-
|
|
3809
|
+
--bm-expressive-color-fg: var(--bm-alias-color-ramp-blue-base, #006ead);
|
|
3532
3810
|
--bm-expressive-color-fg-stronger: var(
|
|
3533
|
-
--bm-
|
|
3811
|
+
--bm-alias-color-ramp-blue-strong,
|
|
3534
3812
|
#00528c
|
|
3535
3813
|
);
|
|
3536
|
-
--bm-expressive-color-border: var(--bm-
|
|
3814
|
+
--bm-expressive-color-border: var(--bm-alias-color-ramp-blue-subtle, #9be1ff);
|
|
3537
3815
|
--bm-expressive-color-border-stronger: var(
|
|
3538
|
-
--bm-
|
|
3816
|
+
--bm-alias-color-ramp-blue-base,
|
|
3539
3817
|
#006ead
|
|
3540
3818
|
);
|
|
3541
3819
|
--bm-expressive-color-inverse-bg: var(
|
|
3542
|
-
--bm-
|
|
3820
|
+
--bm-alias-color-ramp-blue-base,
|
|
3543
3821
|
#006ead
|
|
3544
3822
|
);
|
|
3545
3823
|
--bm-expressive-color-inverse-fg: var(
|
|
3546
|
-
--bm-
|
|
3824
|
+
--bm-alias-color-ramp-blue-subtler,
|
|
3547
3825
|
#ccf0ff
|
|
3548
3826
|
);
|
|
3549
3827
|
--bm-expressive-color-inverse-fg-stronger: var(
|
|
@@ -3553,27 +3831,27 @@
|
|
|
3553
3831
|
}
|
|
3554
3832
|
.bm-expressive-gray,
|
|
3555
3833
|
[data-bm-theme~="bm-expressive-gray"] {
|
|
3556
|
-
--bm-expressive-color-bg: var(--bm-
|
|
3834
|
+
--bm-expressive-color-bg: var(--bm-alias-color-ramp-gray-subtlest, #f2f5f8);
|
|
3557
3835
|
--bm-expressive-color-bg-stronger: var(
|
|
3558
|
-
--bm-
|
|
3836
|
+
--bm-alias-color-ramp-gray-subtler,
|
|
3559
3837
|
#dfe7ec
|
|
3560
3838
|
);
|
|
3561
|
-
--bm-expressive-color-fg: var(--bm-
|
|
3839
|
+
--bm-expressive-color-fg: var(--bm-alias-color-ramp-gray-base, #576775);
|
|
3562
3840
|
--bm-expressive-color-fg-stronger: var(
|
|
3563
|
-
--bm-
|
|
3841
|
+
--bm-alias-color-ramp-gray-strong,
|
|
3564
3842
|
#465967
|
|
3565
3843
|
);
|
|
3566
|
-
--bm-expressive-color-border: var(--bm-
|
|
3844
|
+
--bm-expressive-color-border: var(--bm-alias-color-ramp-gray-subtle, #d1dae0);
|
|
3567
3845
|
--bm-expressive-color-border-stronger: var(
|
|
3568
|
-
--bm-
|
|
3846
|
+
--bm-alias-color-ramp-gray-base,
|
|
3569
3847
|
#576775
|
|
3570
3848
|
);
|
|
3571
3849
|
--bm-expressive-color-inverse-bg: var(
|
|
3572
|
-
--bm-
|
|
3850
|
+
--bm-alias-color-ramp-gray-base,
|
|
3573
3851
|
#576775
|
|
3574
3852
|
);
|
|
3575
3853
|
--bm-expressive-color-inverse-fg: var(
|
|
3576
|
-
--bm-
|
|
3854
|
+
--bm-alias-color-ramp-gray-subtler,
|
|
3577
3855
|
#dfe7ec
|
|
3578
3856
|
);
|
|
3579
3857
|
--bm-expressive-color-inverse-fg-stronger: var(
|
|
@@ -3583,27 +3861,27 @@
|
|
|
3583
3861
|
}
|
|
3584
3862
|
.bm-expressive-green,
|
|
3585
3863
|
[data-bm-theme~="bm-expressive-green"] {
|
|
3586
|
-
--bm-expressive-color-bg: var(--bm-
|
|
3864
|
+
--bm-expressive-color-bg: var(--bm-alias-color-ramp-lime-subtlest, #f7ffcc);
|
|
3587
3865
|
--bm-expressive-color-bg-stronger: var(
|
|
3588
|
-
--bm-
|
|
3866
|
+
--bm-alias-color-ramp-lime-subtler,
|
|
3589
3867
|
#f1ffa4
|
|
3590
3868
|
);
|
|
3591
|
-
--bm-expressive-color-fg: var(--bm-
|
|
3869
|
+
--bm-expressive-color-fg: var(--bm-alias-color-ramp-lime-base, #358000);
|
|
3592
3870
|
--bm-expressive-color-fg-stronger: var(
|
|
3593
|
-
--bm-
|
|
3871
|
+
--bm-alias-color-ramp-lime-strong,
|
|
3594
3872
|
#1d5700
|
|
3595
3873
|
);
|
|
3596
|
-
--bm-expressive-color-border: var(--bm-
|
|
3874
|
+
--bm-expressive-color-border: var(--bm-alias-color-ramp-lime-subtle, #daee6b);
|
|
3597
3875
|
--bm-expressive-color-border-stronger: var(
|
|
3598
|
-
--bm-
|
|
3876
|
+
--bm-alias-color-ramp-lime-base,
|
|
3599
3877
|
#358000
|
|
3600
3878
|
);
|
|
3601
3879
|
--bm-expressive-color-inverse-bg: var(
|
|
3602
|
-
--bm-
|
|
3880
|
+
--bm-alias-color-ramp-lime-base,
|
|
3603
3881
|
#358000
|
|
3604
3882
|
);
|
|
3605
3883
|
--bm-expressive-color-inverse-fg: var(
|
|
3606
|
-
--bm-
|
|
3884
|
+
--bm-alias-color-ramp-lime-subtler,
|
|
3607
3885
|
#f1ffa4
|
|
3608
3886
|
);
|
|
3609
3887
|
--bm-expressive-color-inverse-fg-stronger: var(
|
|
@@ -3613,27 +3891,27 @@
|
|
|
3613
3891
|
}
|
|
3614
3892
|
.bm-expressive-orange,
|
|
3615
3893
|
[data-bm-theme~="bm-expressive-orange"] {
|
|
3616
|
-
--bm-expressive-color-bg: var(--bm-
|
|
3894
|
+
--bm-expressive-color-bg: var(--bm-alias-color-ramp-warm-subtlest, #fff6e1);
|
|
3617
3895
|
--bm-expressive-color-bg-stronger: var(
|
|
3618
|
-
--bm-
|
|
3896
|
+
--bm-alias-color-ramp-warm-subtler,
|
|
3619
3897
|
#ffe9b3
|
|
3620
3898
|
);
|
|
3621
|
-
--bm-expressive-color-fg: var(--bm-
|
|
3899
|
+
--bm-expressive-color-fg: var(--bm-alias-color-ramp-warm-base, #a82200);
|
|
3622
3900
|
--bm-expressive-color-fg-stronger: var(
|
|
3623
|
-
--bm-
|
|
3901
|
+
--bm-alias-color-ramp-warm-strong,
|
|
3624
3902
|
#941e00
|
|
3625
3903
|
);
|
|
3626
|
-
--bm-expressive-color-border: var(--bm-
|
|
3904
|
+
--bm-expressive-color-border: var(--bm-alias-color-ramp-warm-subtle, #ffdb7d);
|
|
3627
3905
|
--bm-expressive-color-border-stronger: var(
|
|
3628
|
-
--bm-
|
|
3906
|
+
--bm-alias-color-ramp-warm-base,
|
|
3629
3907
|
#a82200
|
|
3630
3908
|
);
|
|
3631
3909
|
--bm-expressive-color-inverse-bg: var(
|
|
3632
|
-
--bm-
|
|
3910
|
+
--bm-alias-color-ramp-warm-base,
|
|
3633
3911
|
#a82200
|
|
3634
3912
|
);
|
|
3635
3913
|
--bm-expressive-color-inverse-fg: var(
|
|
3636
|
-
--bm-
|
|
3914
|
+
--bm-alias-color-ramp-warm-subtler,
|
|
3637
3915
|
#ffe9b3
|
|
3638
3916
|
);
|
|
3639
3917
|
--bm-expressive-color-inverse-fg-stronger: var(
|
|
@@ -3643,27 +3921,27 @@
|
|
|
3643
3921
|
}
|
|
3644
3922
|
.bm-expressive-pink,
|
|
3645
3923
|
[data-bm-theme~="bm-expressive-pink"] {
|
|
3646
|
-
--bm-expressive-color-bg: var(--bm-
|
|
3924
|
+
--bm-expressive-color-bg: var(--bm-alias-color-ramp-pink-subtlest, #fef5fc);
|
|
3647
3925
|
--bm-expressive-color-bg-stronger: var(
|
|
3648
|
-
--bm-
|
|
3926
|
+
--bm-alias-color-ramp-pink-subtler,
|
|
3649
3927
|
#fdddf4
|
|
3650
3928
|
);
|
|
3651
|
-
--bm-expressive-color-fg: var(--bm-
|
|
3929
|
+
--bm-expressive-color-fg: var(--bm-alias-color-ramp-pink-base, #ad258b);
|
|
3652
3930
|
--bm-expressive-color-fg-stronger: var(
|
|
3653
|
-
--bm-
|
|
3931
|
+
--bm-alias-color-ramp-pink-strong,
|
|
3654
3932
|
#931f76
|
|
3655
3933
|
);
|
|
3656
|
-
--bm-expressive-color-border: var(--bm-
|
|
3934
|
+
--bm-expressive-color-border: var(--bm-alias-color-ramp-pink-subtle, #fccfef);
|
|
3657
3935
|
--bm-expressive-color-border-stronger: var(
|
|
3658
|
-
--bm-
|
|
3936
|
+
--bm-alias-color-ramp-pink-base,
|
|
3659
3937
|
#ad258b
|
|
3660
3938
|
);
|
|
3661
3939
|
--bm-expressive-color-inverse-bg: var(
|
|
3662
|
-
--bm-
|
|
3940
|
+
--bm-alias-color-ramp-pink-base,
|
|
3663
3941
|
#ad258b
|
|
3664
3942
|
);
|
|
3665
3943
|
--bm-expressive-color-inverse-fg: var(
|
|
3666
|
-
--bm-
|
|
3944
|
+
--bm-alias-color-ramp-pink-subtler,
|
|
3667
3945
|
#fdddf4
|
|
3668
3946
|
);
|
|
3669
3947
|
--bm-expressive-color-inverse-fg-stronger: var(
|
|
@@ -3673,27 +3951,27 @@
|
|
|
3673
3951
|
}
|
|
3674
3952
|
.bm-expressive-red,
|
|
3675
3953
|
[data-bm-theme~="bm-expressive-red"] {
|
|
3676
|
-
--bm-expressive-color-bg: var(--bm-
|
|
3954
|
+
--bm-expressive-color-bg: var(--bm-alias-color-ramp-red-subtlest, #fef2f2);
|
|
3677
3955
|
--bm-expressive-color-bg-stronger: var(
|
|
3678
|
-
--bm-
|
|
3956
|
+
--bm-alias-color-ramp-red-subtler,
|
|
3679
3957
|
#fee6e7
|
|
3680
3958
|
);
|
|
3681
|
-
--bm-expressive-color-fg: var(--bm-
|
|
3959
|
+
--bm-expressive-color-fg: var(--bm-alias-color-ramp-red-base, #cc2429);
|
|
3682
3960
|
--bm-expressive-color-fg-stronger: var(
|
|
3683
|
-
--bm-
|
|
3961
|
+
--bm-alias-color-ramp-red-strong,
|
|
3684
3962
|
#a61b20
|
|
3685
3963
|
);
|
|
3686
|
-
--bm-expressive-color-border: var(--bm-
|
|
3964
|
+
--bm-expressive-color-border: var(--bm-alias-color-ramp-red-subtle, #fdcbcd);
|
|
3687
3965
|
--bm-expressive-color-border-stronger: var(
|
|
3688
|
-
--bm-
|
|
3966
|
+
--bm-alias-color-ramp-red-base,
|
|
3689
3967
|
#cc2429
|
|
3690
3968
|
);
|
|
3691
3969
|
--bm-expressive-color-inverse-bg: var(
|
|
3692
|
-
--bm-
|
|
3970
|
+
--bm-alias-color-ramp-red-base,
|
|
3693
3971
|
#cc2429
|
|
3694
3972
|
);
|
|
3695
3973
|
--bm-expressive-color-inverse-fg: var(
|
|
3696
|
-
--bm-
|
|
3974
|
+
--bm-alias-color-ramp-red-subtler,
|
|
3697
3975
|
#fee6e7
|
|
3698
3976
|
);
|
|
3699
3977
|
--bm-expressive-color-inverse-fg-stronger: var(
|
|
@@ -3703,27 +3981,27 @@
|
|
|
3703
3981
|
}
|
|
3704
3982
|
.bm-expressive-teal,
|
|
3705
3983
|
[data-bm-theme~="bm-expressive-teal"] {
|
|
3706
|
-
--bm-expressive-color-bg: var(--bm-
|
|
3984
|
+
--bm-expressive-color-bg: var(--bm-alias-color-ramp-teal-subtlest, #e9fcff);
|
|
3707
3985
|
--bm-expressive-color-bg-stronger: var(
|
|
3708
|
-
--bm-
|
|
3986
|
+
--bm-alias-color-ramp-teal-subtler,
|
|
3709
3987
|
#d7f4f9
|
|
3710
3988
|
);
|
|
3711
|
-
--bm-expressive-color-fg: var(--bm-
|
|
3989
|
+
--bm-expressive-color-fg: var(--bm-alias-color-ramp-teal-base, #00768f);
|
|
3712
3990
|
--bm-expressive-color-fg-stronger: var(
|
|
3713
|
-
--bm-
|
|
3991
|
+
--bm-alias-color-ramp-teal-strong,
|
|
3714
3992
|
#005b75
|
|
3715
3993
|
);
|
|
3716
|
-
--bm-expressive-color-border: var(--bm-
|
|
3994
|
+
--bm-expressive-color-border: var(--bm-alias-color-ramp-teal-subtle, #b2e7f0);
|
|
3717
3995
|
--bm-expressive-color-border-stronger: var(
|
|
3718
|
-
--bm-
|
|
3996
|
+
--bm-alias-color-ramp-teal-base,
|
|
3719
3997
|
#00768f
|
|
3720
3998
|
);
|
|
3721
3999
|
--bm-expressive-color-inverse-bg: var(
|
|
3722
|
-
--bm-
|
|
4000
|
+
--bm-alias-color-ramp-teal-base,
|
|
3723
4001
|
#00768f
|
|
3724
4002
|
);
|
|
3725
4003
|
--bm-expressive-color-inverse-fg: var(
|
|
3726
|
-
--bm-
|
|
4004
|
+
--bm-alias-color-ramp-teal-subtler,
|
|
3727
4005
|
#d7f4f9
|
|
3728
4006
|
);
|
|
3729
4007
|
--bm-expressive-color-inverse-fg-stronger: var(
|
|
@@ -3733,27 +4011,30 @@
|
|
|
3733
4011
|
}
|
|
3734
4012
|
.bm-expressive-violet,
|
|
3735
4013
|
[data-bm-theme~="bm-expressive-violet"] {
|
|
3736
|
-
--bm-expressive-color-bg: var(--bm-
|
|
4014
|
+
--bm-expressive-color-bg: var(--bm-alias-color-ramp-violet-subtlest, #f8f6fe);
|
|
3737
4015
|
--bm-expressive-color-bg-stronger: var(
|
|
3738
|
-
--bm-
|
|
4016
|
+
--bm-alias-color-ramp-violet-subtler,
|
|
3739
4017
|
#eae5fb
|
|
3740
4018
|
);
|
|
3741
|
-
--bm-expressive-color-fg: var(--bm-
|
|
4019
|
+
--bm-expressive-color-fg: var(--bm-alias-color-ramp-violet-base, #6e49df);
|
|
3742
4020
|
--bm-expressive-color-fg-stronger: var(
|
|
3743
|
-
--bm-
|
|
4021
|
+
--bm-alias-color-ramp-violet-strong,
|
|
3744
4022
|
#592fda
|
|
3745
4023
|
);
|
|
3746
|
-
--bm-expressive-color-border: var(
|
|
4024
|
+
--bm-expressive-color-border: var(
|
|
4025
|
+
--bm-alias-color-ramp-violet-subtle,
|
|
4026
|
+
#dcd3f8
|
|
4027
|
+
);
|
|
3747
4028
|
--bm-expressive-color-border-stronger: var(
|
|
3748
|
-
--bm-
|
|
4029
|
+
--bm-alias-color-ramp-violet-base,
|
|
3749
4030
|
#6e49df
|
|
3750
4031
|
);
|
|
3751
4032
|
--bm-expressive-color-inverse-bg: var(
|
|
3752
|
-
--bm-
|
|
4033
|
+
--bm-alias-color-ramp-violet-base,
|
|
3753
4034
|
#6e49df
|
|
3754
4035
|
);
|
|
3755
4036
|
--bm-expressive-color-inverse-fg: var(
|
|
3756
|
-
--bm-
|
|
4037
|
+
--bm-alias-color-ramp-violet-subtler,
|
|
3757
4038
|
#eae5fb
|
|
3758
4039
|
);
|
|
3759
4040
|
--bm-expressive-color-inverse-fg-stronger: var(
|