@viasat/beam-tokens 2.52.0 → 2.54.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 +1 -1
- package/themes/onefi.css +125 -12
- package/tokens.scss +2 -4
package/package.json
CHANGED
package/themes/onefi.css
CHANGED
|
@@ -257,10 +257,6 @@
|
|
|
257
257
|
--bm-alias-color-brand-secondary-default,
|
|
258
258
|
#1a448b
|
|
259
259
|
);
|
|
260
|
-
--bm-onefi-comp-nav-color-border-selected: var(
|
|
261
|
-
--bm-alias-color-brand-secondary-default,
|
|
262
|
-
#1a448b
|
|
263
|
-
);
|
|
264
260
|
--bm-onefi-comp-nav-color-icon-selected: var(
|
|
265
261
|
--bm-alias-color-brand-secondary-default,
|
|
266
262
|
#1a448b
|
|
@@ -857,10 +853,6 @@
|
|
|
857
853
|
--bm-onefi-comp-nav-color-bg: var(--bm-sem-color-surface-01, #ffffff);
|
|
858
854
|
--bm-onefi-comp-nav-color-logo: var(--bm-sem-color-icon-primary, #141d24);
|
|
859
855
|
--bm-onefi-comp-nav-color-border: var(--bm-sem-color-border-01, #dfe7ec);
|
|
860
|
-
--bm-onefi-comp-nav-color-border-selected: var(
|
|
861
|
-
--bm-alias-color-brand-primary-default,
|
|
862
|
-
#006ead
|
|
863
|
-
);
|
|
864
856
|
--bm-onefi-comp-nav-color-link-enabled: var(
|
|
865
857
|
--bm-sem-color-text-secondary,
|
|
866
858
|
#576775
|
|
@@ -1632,10 +1624,6 @@
|
|
|
1632
1624
|
--bm-alias-color-brand-secondary-default,
|
|
1633
1625
|
#c1a17d
|
|
1634
1626
|
);
|
|
1635
|
-
--bm-onefi-comp-nav-color-border-selected: var(
|
|
1636
|
-
--bm-alias-color-brand-secondary-default,
|
|
1637
|
-
#c1a17d
|
|
1638
|
-
);
|
|
1639
1627
|
--bm-onefi-comp-tabs-color-border-selected: var(
|
|
1640
1628
|
--bm-alias-color-brand-secondary-default,
|
|
1641
1629
|
#c1a17d
|
|
@@ -2237,6 +2225,101 @@
|
|
|
2237
2225
|
#ffffff
|
|
2238
2226
|
);
|
|
2239
2227
|
}
|
|
2228
|
+
.bm-onefi.bm-onefi-singapore,
|
|
2229
|
+
.bm-light.bm-onefi.bm-onefi-singapore,
|
|
2230
|
+
[data-bm-theme~="bm-light"][data-bm-theme~="bm-onefi"][data-bm-theme~="bm-onefi-singapore"] {
|
|
2231
|
+
--bm-theme-color-brand-100: rgb(255, 246, 232);
|
|
2232
|
+
--bm-theme-color-brand-200: rgb(255, 229, 186);
|
|
2233
|
+
--bm-theme-color-brand-300: rgb(255, 209, 133);
|
|
2234
|
+
--bm-theme-color-brand-400: rgb(255, 159, 0);
|
|
2235
|
+
--bm-theme-color-brand-500: rgb(235, 146, 0);
|
|
2236
|
+
--bm-theme-color-brand-600: rgb(207, 129, 0);
|
|
2237
|
+
--bm-theme-color-brand-650: rgb(171, 107, 0);
|
|
2238
|
+
--bm-theme-color-brand-700: rgb(148, 92, 0);
|
|
2239
|
+
--bm-theme-color-brand-800: rgb(125, 78, 0);
|
|
2240
|
+
--bm-theme-color-brand-900: rgb(94, 59, 0);
|
|
2241
|
+
--bm-theme-color-brand-1000: rgb(64, 40, 0);
|
|
2242
|
+
--bm-theme-color-brand-1100: rgb(41, 25, 0);
|
|
2243
|
+
--bm-theme-color-brand-secondary-100: rgb(247, 248, 253);
|
|
2244
|
+
--bm-theme-color-brand-secondary-200: rgb(229, 232, 247);
|
|
2245
|
+
--bm-theme-color-brand-secondary-300: rgb(210, 215, 242);
|
|
2246
|
+
--bm-theme-color-brand-secondary-400: rgb(176, 186, 232);
|
|
2247
|
+
--bm-theme-color-brand-secondary-500: rgb(150, 163, 224);
|
|
2248
|
+
--bm-theme-color-brand-secondary-600: rgb(125, 141, 217);
|
|
2249
|
+
--bm-theme-color-brand-secondary-650: rgb(95, 115, 208);
|
|
2250
|
+
--bm-theme-color-brand-secondary-700: rgb(74, 95, 202);
|
|
2251
|
+
--bm-theme-color-brand-secondary-800: rgb(55, 78, 187);
|
|
2252
|
+
--bm-theme-color-brand-secondary-900: rgb(42, 59, 142);
|
|
2253
|
+
--bm-theme-color-brand-secondary-1000: rgb(28, 39, 95);
|
|
2254
|
+
--bm-theme-color-brand-secondary-1100: rgb(17, 24, 58);
|
|
2255
|
+
}
|
|
2256
|
+
.bm-onefi.bm-onefi-singapore,
|
|
2257
|
+
.bm-dark.bm-onefi.bm-onefi-singapore,
|
|
2258
|
+
[data-bm-theme~="bm-dark"][data-bm-theme~="bm-onefi"][data-bm-theme~="bm-onefi-singapore"] {
|
|
2259
|
+
--bm-alias-color-brand-primary-default: var(
|
|
2260
|
+
--bm-theme-color-brand-400,
|
|
2261
|
+
#ff9f00
|
|
2262
|
+
);
|
|
2263
|
+
--bm-alias-color-brand-secondary-default: var(
|
|
2264
|
+
--bm-theme-color-brand-400,
|
|
2265
|
+
#ff9f00
|
|
2266
|
+
);
|
|
2267
|
+
--bm-theme-color-brand-100: rgb(255, 246, 232);
|
|
2268
|
+
--bm-theme-color-brand-200: rgb(255, 229, 186);
|
|
2269
|
+
--bm-theme-color-brand-300: rgb(255, 209, 133);
|
|
2270
|
+
--bm-theme-color-brand-400: rgb(255, 159, 0);
|
|
2271
|
+
--bm-theme-color-brand-500: rgb(235, 146, 0);
|
|
2272
|
+
--bm-theme-color-brand-600: rgb(207, 129, 0);
|
|
2273
|
+
--bm-theme-color-brand-650: rgb(171, 107, 0);
|
|
2274
|
+
--bm-theme-color-brand-700: rgb(148, 92, 0);
|
|
2275
|
+
--bm-theme-color-brand-800: rgb(125, 78, 0);
|
|
2276
|
+
--bm-theme-color-brand-900: rgb(94, 59, 0);
|
|
2277
|
+
--bm-theme-color-brand-1000: rgb(64, 40, 0);
|
|
2278
|
+
--bm-theme-color-brand-1100: rgb(41, 25, 0);
|
|
2279
|
+
--bm-theme-color-brand-secondary-100: rgb(247, 248, 253);
|
|
2280
|
+
--bm-theme-color-brand-secondary-200: rgb(229, 232, 247);
|
|
2281
|
+
--bm-theme-color-brand-secondary-300: rgb(210, 215, 242);
|
|
2282
|
+
--bm-theme-color-brand-secondary-400: rgb(176, 186, 232);
|
|
2283
|
+
--bm-theme-color-brand-secondary-500: rgb(150, 163, 224);
|
|
2284
|
+
--bm-theme-color-brand-secondary-600: rgb(125, 141, 217);
|
|
2285
|
+
--bm-theme-color-brand-secondary-650: rgb(95, 115, 208);
|
|
2286
|
+
--bm-theme-color-brand-secondary-700: rgb(74, 95, 202);
|
|
2287
|
+
--bm-theme-color-brand-secondary-800: rgb(55, 78, 187);
|
|
2288
|
+
--bm-theme-color-brand-secondary-900: rgb(42, 59, 142);
|
|
2289
|
+
--bm-theme-color-brand-secondary-1000: rgb(28, 39, 95);
|
|
2290
|
+
--bm-theme-color-brand-secondary-1100: rgb(17, 24, 58);
|
|
2291
|
+
--bm-sem-color-surface-00: rgb(7, 11, 36);
|
|
2292
|
+
--bm-sem-color-surface-01: var(
|
|
2293
|
+
--bm-theme-color-brand-secondary-1100,
|
|
2294
|
+
#11183a
|
|
2295
|
+
);
|
|
2296
|
+
--bm-sem-color-action-primary-hover: var(--bm-theme-color-brand-300, #ffd185);
|
|
2297
|
+
--bm-sem-color-action-primary-active: var(
|
|
2298
|
+
--bm-theme-color-brand-200,
|
|
2299
|
+
#ffe5ba
|
|
2300
|
+
);
|
|
2301
|
+
--bm-onefi-comp-btn-color-secondary-border: var(
|
|
2302
|
+
--bm-alias-color-brand-primary-default,
|
|
2303
|
+
#ff9f00
|
|
2304
|
+
);
|
|
2305
|
+
--bm-onefi-comp-card-color-border: var(
|
|
2306
|
+
--bm-theme-color-brand-secondary-1000,
|
|
2307
|
+
#1c275f
|
|
2308
|
+
);
|
|
2309
|
+
--bm-onefi-comp-flight-progress-color-track-start: var(
|
|
2310
|
+
--bm-theme-color-brand-300,
|
|
2311
|
+
#ffd185
|
|
2312
|
+
);
|
|
2313
|
+
--bm-onefi-comp-footer-color-bg: var(--bm-sem-color-surface-00, #070b24);
|
|
2314
|
+
--bm-onefi-comp-footer-color-link: var(
|
|
2315
|
+
--bm-sem-color-text-secondary,
|
|
2316
|
+
#c3cdd5
|
|
2317
|
+
);
|
|
2318
|
+
--bm-onefi-comp-nav-color-bg: rgb(8, 13, 45);
|
|
2319
|
+
--bm-onefi-comp-nav-color-border: rgb(29, 35, 67);
|
|
2320
|
+
--bm-onefi-comp-nav-color-link-enabled: rgb(191, 198, 216);
|
|
2321
|
+
--bm-onefi-comp-nav-color-icon-enabled: rgb(191, 198, 216);
|
|
2322
|
+
}
|
|
2240
2323
|
.bm-onefi.bm-onefi-srilankan,
|
|
2241
2324
|
.bm-light.bm-onefi.bm-onefi-srilankan,
|
|
2242
2325
|
[data-bm-theme~="bm-light"][data-bm-theme~="bm-onefi"][data-bm-theme~="bm-onefi-srilankan"] {
|
|
@@ -2688,6 +2771,16 @@
|
|
|
2688
2771
|
[data-bm-theme~="bm-light"][data-bm-theme~="bm-onefi"][data-bm-theme~="bm-onefi-royal-air-maroc"] {
|
|
2689
2772
|
--bm-sem-radius-action-default: var(--bm-sem-radius-none);
|
|
2690
2773
|
}
|
|
2774
|
+
.bm-onefi.bm-onefi-singapore,
|
|
2775
|
+
.bm-light.bm-onefi.bm-onefi-singapore,
|
|
2776
|
+
[data-bm-theme~="bm-light"][data-bm-theme~="bm-onefi"][data-bm-theme~="bm-onefi-singapore"] {
|
|
2777
|
+
--bm-sem-radius-action-default: 0.063rem;
|
|
2778
|
+
}
|
|
2779
|
+
.bm-onefi.bm-onefi-singapore,
|
|
2780
|
+
.bm-dark.bm-onefi.bm-onefi-singapore,
|
|
2781
|
+
[data-bm-theme~="bm-dark"][data-bm-theme~="bm-onefi"][data-bm-theme~="bm-onefi-singapore"] {
|
|
2782
|
+
--bm-sem-radius-action-default: 0.063rem;
|
|
2783
|
+
}
|
|
2691
2784
|
.bm-onefi.bm-onefi-srilankan,
|
|
2692
2785
|
.bm-light.bm-onefi.bm-onefi-srilankan,
|
|
2693
2786
|
[data-bm-theme~="bm-light"][data-bm-theme~="bm-onefi"][data-bm-theme~="bm-onefi-srilankan"] {
|
|
@@ -3768,6 +3861,26 @@
|
|
|
3768
3861
|
--bm-sem-font-weight-body: 300;
|
|
3769
3862
|
--bm-sem-font-weight-label: 500;
|
|
3770
3863
|
}
|
|
3864
|
+
.bm-onefi.bm-onefi-singapore,
|
|
3865
|
+
.bm-light.bm-onefi.bm-onefi-singapore {
|
|
3866
|
+
--bm-sem-font-family-heading: "Sigvar";
|
|
3867
|
+
--bm-sem-font-family-heading-alt: "Sigvar";
|
|
3868
|
+
--bm-sem-font-family-body: "Proxima Nova";
|
|
3869
|
+
--bm-sem-font-family-label: "Proxima Nova";
|
|
3870
|
+
--bm-sem-font-weight-heading-alt: 400;
|
|
3871
|
+
--bm-sem-font-weight-label: 600;
|
|
3872
|
+
--bm-sem-font-weight-detail: 700;
|
|
3873
|
+
}
|
|
3874
|
+
.bm-onefi.bm-onefi-singapore,
|
|
3875
|
+
.bm-dark.bm-onefi.bm-onefi-singapore {
|
|
3876
|
+
--bm-sem-font-family-heading: "Sigvar";
|
|
3877
|
+
--bm-sem-font-family-heading-alt: "Sigvar";
|
|
3878
|
+
--bm-sem-font-family-body: "Proxima Nova";
|
|
3879
|
+
--bm-sem-font-family-label: "Proxima Nova";
|
|
3880
|
+
--bm-sem-font-weight-heading-alt: 400;
|
|
3881
|
+
--bm-sem-font-weight-label: 600;
|
|
3882
|
+
--bm-sem-font-weight-detail: 700;
|
|
3883
|
+
}
|
|
3771
3884
|
.bm-onefi.bm-onefi-srilankan,
|
|
3772
3885
|
.bm-light.bm-onefi.bm-onefi-srilankan {
|
|
3773
3886
|
--bm-sem-font-family-heading: "Arial";
|
package/tokens.scss
CHANGED
|
@@ -2483,10 +2483,6 @@ $bm-onefi-comp-btn-color-secondary-bg-active: var(
|
|
|
2483
2483
|
$bm-onefi-comp-footer-color-bg: var(--bm-onefi-comp-footer-color-bg);
|
|
2484
2484
|
$bm-onefi-comp-nav-color-bg: var(--bm-onefi-comp-nav-color-bg);
|
|
2485
2485
|
|
|
2486
|
-
$bm-onefi-comp-nav-color-border-selected: var(
|
|
2487
|
-
--bm-onefi-comp-nav-color-border-selected
|
|
2488
|
-
);
|
|
2489
|
-
|
|
2490
2486
|
$bm-onefi-comp-nav-color-border: var(--bm-onefi-comp-nav-color-border);
|
|
2491
2487
|
$bm-onefi-comp-nav-color-link-enabled: var(
|
|
2492
2488
|
--bm-onefi-comp-nav-color-link-enabled
|
|
@@ -2589,6 +2585,8 @@ $bm-onefi-comp-tabs-color-icon-hover-active: var(
|
|
|
2589
2585
|
--bm-onefi-comp-tabs-color-icon-hover-active
|
|
2590
2586
|
);
|
|
2591
2587
|
|
|
2588
|
+
$bm-onefi-comp-footer-color-link: var(--bm-onefi-comp-footer-color-link);
|
|
2589
|
+
|
|
2592
2590
|
$bm-onefi-comp-nav-size-height-container: var(
|
|
2593
2591
|
--bm-onefi-comp-nav-size-height-container
|
|
2594
2592
|
);
|