@viasat/beam-tokens 2.45.0 → 2.46.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viasat/beam-tokens",
3
- "version": "2.45.0",
3
+ "version": "2.46.0",
4
4
  "description": "Design tokens for the Beam Design System with support for CSS, SASS, and CSS-in-JS",
5
5
  "license": "MIT",
6
6
  "author": "Viasat",
package/themes/onefi.css CHANGED
@@ -550,6 +550,98 @@
550
550
  --bm-theme-color-brand-1000: rgb(8, 45, 63);
551
551
  --bm-theme-color-brand-1100: rgb(6, 32, 45);
552
552
  }
553
+ .bm-onefi.bm-onefi-breeze,
554
+ .bm-light.bm-onefi.bm-onefi-breeze,
555
+ [data-bm-theme~="bm-light"][data-bm-theme~="bm-onefi"][data-bm-theme~="bm-onefi-breeze"] {
556
+ --bm-alias-color-brand-primary-default: var(
557
+ --bm-theme-color-brand-600,
558
+ #ff527b
559
+ );
560
+ --bm-alias-color-brand-secondary-default: var(
561
+ --bm-theme-color-brand-secondary-1100,
562
+ #001633
563
+ );
564
+ --bm-theme-color-brand-100: rgb(255, 245, 247);
565
+ --bm-theme-color-brand-200: rgb(255, 224, 232);
566
+ --bm-theme-color-brand-300: rgb(255, 204, 216);
567
+ --bm-theme-color-brand-400: rgb(255, 161, 183);
568
+ --bm-theme-color-brand-500: rgb(255, 122, 154);
569
+ --bm-theme-color-brand-600: rgb(255, 82, 123);
570
+ --bm-theme-color-brand-650: rgb(242, 0, 57);
571
+ --bm-theme-color-brand-700: rgb(209, 0, 50);
572
+ --bm-theme-color-brand-800: rgb(181, 0, 43);
573
+ --bm-theme-color-brand-900: rgb(138, 0, 33);
574
+ --bm-theme-color-brand-1000: rgb(94, 0, 22);
575
+ --bm-theme-color-brand-1100: rgb(66, 0, 16);
576
+ --bm-theme-color-brand-secondary-100: rgb(242, 248, 255);
577
+ --bm-theme-color-brand-secondary-200: rgb(219, 235, 255);
578
+ --bm-theme-color-brand-secondary-300: rgb(191, 219, 255);
579
+ --bm-theme-color-brand-secondary-400: rgb(143, 191, 255);
580
+ --bm-theme-color-brand-secondary-500: rgb(99, 167, 255);
581
+ --bm-theme-color-brand-secondary-600: rgb(61, 145, 255);
582
+ --bm-theme-color-brand-secondary-650: rgb(5, 113, 255);
583
+ --bm-theme-color-brand-secondary-700: rgb(0, 97, 224);
584
+ --bm-theme-color-brand-secondary-800: rgb(0, 82, 191);
585
+ --bm-theme-color-brand-secondary-900: rgb(0, 62, 143);
586
+ --bm-theme-color-brand-secondary-1000: rgb(0, 42, 97);
587
+ --bm-theme-color-brand-secondary-1100: rgb(0, 22, 51);
588
+ --bm-sem-color-surface-00: var(--bm-primitive-color-white, #ffffff);
589
+ --bm-sem-color-text-primary: var(
590
+ --bm-alias-color-brand-secondary-default,
591
+ #001633
592
+ );
593
+ --bm-sem-color-text-secondary: rgb(32, 31, 31);
594
+ --bm-sem-color-icon-primary: var(
595
+ --bm-alias-color-brand-secondary-default,
596
+ #001633
597
+ );
598
+ --bm-sem-color-icon-secondary: rgb(32, 31, 31);
599
+ --bm-sem-color-action-primary-hover: var(--bm-theme-color-brand-650, #f20039);
600
+ --bm-sem-color-action-primary-active: var(
601
+ --bm-theme-color-brand-700,
602
+ #d10032
603
+ );
604
+ --bm-onefi-comp-nav-color-bg: var(
605
+ --bm-alias-color-brand-secondary-default,
606
+ #001633
607
+ );
608
+ --bm-onefi-comp-nav-color-border: var(
609
+ --bm-alias-color-brand-secondary-default,
610
+ #001633
611
+ );
612
+ --bm-onefi-comp-nav-color-link-enabled: var(
613
+ --bm-sem-color-text-primary-inverse,
614
+ #ffffff
615
+ );
616
+ --bm-onefi-comp-nav-color-link-hover: var(
617
+ --bm-sem-color-text-primary-inverse,
618
+ #ffffff
619
+ );
620
+ --bm-onefi-comp-nav-color-link-active: var(
621
+ --bm-sem-color-text-primary-inverse,
622
+ #ffffff
623
+ );
624
+ --bm-onefi-comp-nav-color-link-selected: var(
625
+ --bm-sem-color-text-primary-inverse,
626
+ #ffffff
627
+ );
628
+ --bm-onefi-comp-nav-color-icon-enabled: var(
629
+ --bm-sem-color-icon-primary-inverse,
630
+ #ffffff
631
+ );
632
+ --bm-onefi-comp-nav-color-icon-hover: var(
633
+ --bm-sem-color-text-primary-inverse,
634
+ #ffffff
635
+ );
636
+ --bm-onefi-comp-nav-color-icon-active: var(
637
+ --bm-sem-color-text-primary-inverse,
638
+ #ffffff
639
+ );
640
+ --bm-onefi-comp-nav-color-icon-selected: var(
641
+ --bm-sem-color-icon-primary-inverse,
642
+ #ffffff
643
+ );
644
+ }
553
645
  .bm-onefi.bm-onefi-cal,
554
646
  .bm-light.bm-onefi.bm-onefi-cal,
555
647
  [data-bm-theme~="bm-light"][data-bm-theme~="bm-onefi"][data-bm-theme~="bm-onefi-cal"] {
@@ -2491,6 +2583,11 @@
2491
2583
  [data-bm-theme~="bm-light"][data-bm-theme~="bm-onefi"][data-bm-theme~="bm-onefi-azerbaijan"] {
2492
2584
  --bm-sem-radius-action-default: var(--bm-sem-radius-md);
2493
2585
  }
2586
+ .bm-onefi.bm-onefi-breeze,
2587
+ .bm-light.bm-onefi.bm-onefi-breeze,
2588
+ [data-bm-theme~="bm-light"][data-bm-theme~="bm-onefi"][data-bm-theme~="bm-onefi-breeze"] {
2589
+ --bm-sem-radius-action-default: var(--bm-sem-radius-round);
2590
+ }
2494
2591
  .bm-onefi.bm-onefi-corsair,
2495
2592
  .bm-light.bm-onefi.bm-onefi-corsair,
2496
2593
  [data-bm-theme~="bm-light"][data-bm-theme~="bm-onefi"][data-bm-theme~="bm-onefi-corsair"] {
@@ -3398,6 +3495,15 @@
3398
3495
  .bm-dark.bm-onefi.bm-onefi-azul {
3399
3496
  --bm-sem-font-weight-heading: 800;
3400
3497
  }
3498
+ .bm-onefi.bm-onefi-breeze,
3499
+ .bm-light.bm-onefi.bm-onefi-breeze {
3500
+ --bm-sem-font-family-heading: "Poppins";
3501
+ --bm-sem-font-family-heading-alt: "Poppins";
3502
+ --bm-sem-font-family-body: "Open Sans";
3503
+ --bm-sem-font-family-label: "Open Sans";
3504
+ --bm-sem-font-weight-heading-alt: 400;
3505
+ --bm-sem-font-weight-detail: 800;
3506
+ }
3401
3507
  .bm-onefi.bm-onefi-cal,
3402
3508
  .bm-light.bm-onefi.bm-onefi-cal {
3403
3509
  --bm-sem-font-weight-heading: 800;
package/tokens.scss CHANGED
@@ -2487,16 +2487,7 @@ $bm-onefi-comp-nav-color-border-selected: var(
2487
2487
  --bm-onefi-comp-nav-color-border-selected
2488
2488
  );
2489
2489
 
2490
- $bm-onefi-comp-nav-color-icon-enabled: var(
2491
- --bm-onefi-comp-nav-color-icon-enabled
2492
- );
2493
- $bm-onefi-comp-nav-color-icon-hover: var(--bm-onefi-comp-nav-color-icon-hover);
2494
- $bm-onefi-comp-nav-color-icon-active: var(
2495
- --bm-onefi-comp-nav-color-icon-active
2496
- );
2497
-
2498
2490
  $bm-onefi-comp-nav-color-border: var(--bm-onefi-comp-nav-color-border);
2499
- $bm-onefi-comp-nav-color-logo: var(--bm-onefi-comp-nav-color-logo);
2500
2491
  $bm-onefi-comp-nav-color-link-enabled: var(
2501
2492
  --bm-onefi-comp-nav-color-link-enabled
2502
2493
  );
@@ -2507,6 +2498,16 @@ $bm-onefi-comp-nav-color-link-active: var(
2507
2498
  $bm-onefi-comp-nav-color-link-selected: var(
2508
2499
  --bm-onefi-comp-nav-color-link-selected
2509
2500
  );
2501
+ $bm-onefi-comp-nav-color-icon-enabled: var(
2502
+ --bm-onefi-comp-nav-color-icon-enabled
2503
+ );
2504
+ $bm-onefi-comp-nav-color-icon-hover: var(--bm-onefi-comp-nav-color-icon-hover);
2505
+ $bm-onefi-comp-nav-color-icon-active: var(
2506
+ --bm-onefi-comp-nav-color-icon-active
2507
+ );
2508
+
2509
+ $bm-onefi-comp-nav-color-logo: var(--bm-onefi-comp-nav-color-logo);
2510
+
2510
2511
  $bm-onefi-comp-nav-color-lang-selector-text: var(
2511
2512
  --bm-onefi-comp-nav-color-lang-selector-text
2512
2513
  );