@bi-digital/css 0.11.9 → 0.11.10
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/dist/components/navbar.css +6 -1
- package/dist/components.css +6 -1
- package/dist/salesforce.css +6 -1
- package/package.json +2 -2
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
padding: 0 var(--bi-scale-6x);
|
|
32
32
|
background-color: inherit;
|
|
33
33
|
color: inherit;
|
|
34
|
+
z-index: 130;
|
|
34
35
|
display: flex;
|
|
35
36
|
}
|
|
36
37
|
|
|
@@ -51,13 +52,17 @@
|
|
|
51
52
|
}
|
|
52
53
|
|
|
53
54
|
.bi-navbar[data-fixed="true"] > header {
|
|
54
|
-
z-index: 130;
|
|
55
55
|
position: fixed;
|
|
56
56
|
top: 0;
|
|
57
57
|
left: 0;
|
|
58
58
|
right: 0;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
+
.bi-navbar:not([data-fixed="true"])[data-transparent="true"] {
|
|
62
|
+
--bic-navbar-background-color: transparent;
|
|
63
|
+
height: 0;
|
|
64
|
+
}
|
|
65
|
+
|
|
61
66
|
.bi-navbar[data-fixed="true"][data-transparent="true"] {
|
|
62
67
|
height: 0;
|
|
63
68
|
animation-name: bi-navbar-transparent-reveal;
|
package/dist/components.css
CHANGED
|
@@ -2596,6 +2596,7 @@ svg[data-color="white"] {
|
|
|
2596
2596
|
padding: 0 var(--bi-scale-6x);
|
|
2597
2597
|
background-color: inherit;
|
|
2598
2598
|
color: inherit;
|
|
2599
|
+
z-index: 130;
|
|
2599
2600
|
display: flex;
|
|
2600
2601
|
}
|
|
2601
2602
|
|
|
@@ -2616,13 +2617,17 @@ svg[data-color="white"] {
|
|
|
2616
2617
|
}
|
|
2617
2618
|
|
|
2618
2619
|
.bi-navbar[data-fixed="true"] > header {
|
|
2619
|
-
z-index: 130;
|
|
2620
2620
|
position: fixed;
|
|
2621
2621
|
top: 0;
|
|
2622
2622
|
left: 0;
|
|
2623
2623
|
right: 0;
|
|
2624
2624
|
}
|
|
2625
2625
|
|
|
2626
|
+
.bi-navbar:not([data-fixed="true"])[data-transparent="true"] {
|
|
2627
|
+
--bic-navbar-background-color: transparent;
|
|
2628
|
+
height: 0;
|
|
2629
|
+
}
|
|
2630
|
+
|
|
2626
2631
|
.bi-navbar[data-fixed="true"][data-transparent="true"] {
|
|
2627
2632
|
height: 0;
|
|
2628
2633
|
animation-name: bi-navbar-transparent-reveal;
|
package/dist/salesforce.css
CHANGED
|
@@ -2822,6 +2822,7 @@ svg[data-color="white"] {
|
|
|
2822
2822
|
padding: 0 var(--bi-scale-6x);
|
|
2823
2823
|
background-color: inherit;
|
|
2824
2824
|
color: inherit;
|
|
2825
|
+
z-index: 130;
|
|
2825
2826
|
display: flex;
|
|
2826
2827
|
}
|
|
2827
2828
|
|
|
@@ -2842,13 +2843,17 @@ svg[data-color="white"] {
|
|
|
2842
2843
|
}
|
|
2843
2844
|
|
|
2844
2845
|
.bi-navbar[data-fixed="true"] > header {
|
|
2845
|
-
z-index: 130;
|
|
2846
2846
|
position: fixed;
|
|
2847
2847
|
top: 0;
|
|
2848
2848
|
left: 0;
|
|
2849
2849
|
right: 0;
|
|
2850
2850
|
}
|
|
2851
2851
|
|
|
2852
|
+
.bi-navbar:not([data-fixed="true"])[data-transparent="true"] {
|
|
2853
|
+
--bic-navbar-background-color: transparent;
|
|
2854
|
+
height: 0;
|
|
2855
|
+
}
|
|
2856
|
+
|
|
2852
2857
|
.bi-navbar[data-fixed="true"][data-transparent="true"] {
|
|
2853
2858
|
height: 0;
|
|
2854
2859
|
animation-name: bi-navbar-transparent-reveal;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bi-digital/css",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.11.
|
|
4
|
+
"version": "0.11.10",
|
|
5
5
|
"description": "CSS for the BI Design System",
|
|
6
6
|
"author": "BI Digital",
|
|
7
7
|
"homepage": "https://designsystem.bi.no/",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"browserslist": "^4.28.1",
|
|
31
31
|
"lightningcss": "^1.32.0",
|
|
32
32
|
"modern-normalize": "^3.0.1",
|
|
33
|
-
"@bi-digital/tokens": "0.11.
|
|
33
|
+
"@bi-digital/tokens": "0.11.10"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "node config.js",
|