@bi-digital/css 0.0.0-experimental-68c5574 → 0.0.0-experimental-426d58d

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.
@@ -27,7 +27,7 @@
27
27
  height: var(--bi-scale-12x);
28
28
  color: var(--bic-filter-group-text-color);
29
29
  align-items: center;
30
- gap: var(--bi-scale-3x);
30
+ gap: calc(var(--bi-scale-2x) + var(--bi-scale-0-50x));
31
31
  width: 100%;
32
32
  padding: var(--bi-scale-2x) calc(var(--bi-scale-2x) + var(--bi-scale-0-50x));
33
33
  background: var(--bic-filter-group-background);
@@ -35,7 +35,7 @@
35
35
  }
36
36
 
37
37
  .bi-navbar[data-fixed="true"] > header {
38
- z-index: 110;
38
+ z-index: 130;
39
39
  position: fixed;
40
40
  top: 0;
41
41
  left: 0;
@@ -1756,7 +1756,7 @@ body:has(.bi-dialog:modal) {
1756
1756
  height: var(--bi-scale-12x);
1757
1757
  color: var(--bic-filter-group-text-color);
1758
1758
  align-items: center;
1759
- gap: var(--bi-scale-3x);
1759
+ gap: calc(var(--bi-scale-2x) + var(--bi-scale-0-50x));
1760
1760
  width: 100%;
1761
1761
  padding: var(--bi-scale-2x) calc(var(--bi-scale-2x) + var(--bi-scale-0-50x));
1762
1762
  background: var(--bic-filter-group-background);
@@ -2578,7 +2578,7 @@ body:has(.bi-dialog:modal) {
2578
2578
  }
2579
2579
 
2580
2580
  .bi-navbar[data-fixed="true"] > header {
2581
- z-index: 110;
2581
+ z-index: 130;
2582
2582
  position: fixed;
2583
2583
  top: 0;
2584
2584
  left: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bi-digital/css",
3
- "version": "0.0.0-experimental-68c5574",
3
+ "version": "0.0.0-experimental-426d58d",
4
4
  "description": "CSS for the BI Design System",
5
5
  "author": "BI Digital",
6
6
  "license": "ISC",
@@ -23,7 +23,7 @@
23
23
  "lightningcss": "^1.30.1",
24
24
  "modern-normalize": "^3.0.1",
25
25
  "rimraf": "^6.0.1",
26
- "@bi-digital/tokens": "0.0.0-experimental-68c5574"
26
+ "@bi-digital/tokens": "0.0.0-experimental-426d58d"
27
27
  },
28
28
  "scripts": {
29
29
  "build": "rimraf dist && node config.js",