@bi-digital/css 0.4.1 → 0.4.2

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.
@@ -18,12 +18,18 @@
18
18
  align-items: center;
19
19
  gap: var(--bi-scale-6x);
20
20
  width: 100%;
21
- padding: 0 var(--bi-scale-3x);
21
+ padding: 0 var(--bi-scale-6x);
22
22
  background-color: inherit;
23
23
  color: inherit;
24
24
  display: flex;
25
25
  }
26
26
 
27
+ @media not (min-width: 768px) {
28
+ .bi-navbar > header {
29
+ padding: 0 var(--bi-scale-4x);
30
+ }
31
+ }
32
+
27
33
  @media (prefers-reduced-motion: no-preference) {
28
34
  .bi-navbar > header {
29
35
  transition: transform .2s ease-in-out;
@@ -2838,12 +2838,18 @@ svg[data-color="white"] {
2838
2838
  align-items: center;
2839
2839
  gap: var(--bi-scale-6x);
2840
2840
  width: 100%;
2841
- padding: 0 var(--bi-scale-3x);
2841
+ padding: 0 var(--bi-scale-6x);
2842
2842
  background-color: inherit;
2843
2843
  color: inherit;
2844
2844
  display: flex;
2845
2845
  }
2846
2846
 
2847
+ @media not (min-width: 768px) {
2848
+ .bi-navbar > header {
2849
+ padding: 0 var(--bi-scale-4x);
2850
+ }
2851
+ }
2852
+
2847
2853
  @media (prefers-reduced-motion: no-preference) {
2848
2854
  .bi-navbar > header {
2849
2855
  transition: transform .2s ease-in-out;
@@ -370,62 +370,6 @@
370
370
  --bi-layout-navbar-height: var(--bi-scale-16x);
371
371
  }
372
372
 
373
- @font-face {
374
- font-family: museo-sans;
375
- font-weight: 300;
376
- font-display: swap;
377
- src: url("./fonts/MuseoSans300.woff2") format("woff2");
378
- }
379
-
380
- @font-face {
381
- font-family: museo-sans;
382
- font-weight: 500;
383
- font-display: swap;
384
- src: url("./fonts/MuseoSans500.woff2") format("woff2");
385
- }
386
-
387
- @font-face {
388
- font-family: museo-sans;
389
- font-weight: 700;
390
- font-display: swap;
391
- src: url("./fonts/MuseoSans700.woff2") format("woff2");
392
- }
393
-
394
- @font-face {
395
- font-family: museo-sans;
396
- font-weight: 900;
397
- font-display: swap;
398
- src: url("./fonts/MuseoSans900.woff2") format("woff2");
399
- }
400
-
401
- @font-face {
402
- font-family: museo-slab;
403
- font-weight: 300;
404
- font-display: swap;
405
- src: url("./fonts/MuseoSlab300.woff2") format("woff2");
406
- }
407
-
408
- @font-face {
409
- font-family: museo-slab;
410
- font-weight: 500;
411
- font-display: swap;
412
- src: url("./fonts/MuseoSlab500.woff2") format("woff2");
413
- }
414
-
415
- @font-face {
416
- font-family: museo-slab;
417
- font-weight: 700;
418
- font-display: swap;
419
- src: url("./fonts/MuseoSlab700.woff2") format("woff2");
420
- }
421
-
422
- @font-face {
423
- font-family: museo-slab;
424
- font-weight: 900;
425
- font-display: swap;
426
- src: url("./fonts/MuseoSlab900.woff2") format("woff2");
427
- }
428
-
429
373
  .bi-alert {
430
374
  --bic-alert-background: var(--bi-primary-5);
431
375
  --bic-alert-border-color: var(--bi-primary-10);
@@ -3266,12 +3210,18 @@ svg[data-color="white"] {
3266
3210
  align-items: center;
3267
3211
  gap: var(--bi-scale-6x);
3268
3212
  width: 100%;
3269
- padding: 0 var(--bi-scale-3x);
3213
+ padding: 0 var(--bi-scale-6x);
3270
3214
  background-color: inherit;
3271
3215
  color: inherit;
3272
3216
  display: flex;
3273
3217
  }
3274
3218
 
3219
+ @media not (min-width: 768px) {
3220
+ .bi-navbar > header {
3221
+ padding: 0 var(--bi-scale-4x);
3222
+ }
3223
+ }
3224
+
3275
3225
  @media (prefers-reduced-motion: no-preference) {
3276
3226
  .bi-navbar > header {
3277
3227
  transition: transform .2s ease-in-out;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bi-digital/css",
3
3
  "type": "module",
4
- "version": "0.4.1",
4
+ "version": "0.4.2",
5
5
  "engines": {
6
6
  "node": "^20.19.0 || >=22.12.0"
7
7
  },
@@ -35,7 +35,7 @@
35
35
  "lightningcss": "^1.30.2",
36
36
  "modern-normalize": "^3.0.1",
37
37
  "rimraf": "^6.0.1",
38
- "@bi-digital/tokens": "0.4.1"
38
+ "@bi-digital/tokens": "0.4.2"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "rimraf dist && node config.js",