@bi-digital/css 0.0.0-experimental-68c5574 → 0.0.0-experimental-ebbf94e
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/card.css
CHANGED
|
@@ -143,6 +143,7 @@
|
|
|
143
143
|
.bi-card:-webkit-any(a, button) {
|
|
144
144
|
cursor: pointer;
|
|
145
145
|
text-decoration: none;
|
|
146
|
+
transition: box-shadow .25s ease-in-out;
|
|
146
147
|
position: relative;
|
|
147
148
|
}
|
|
148
149
|
|
|
@@ -173,6 +174,7 @@
|
|
|
173
174
|
.bi-card:is(a, button) {
|
|
174
175
|
cursor: pointer;
|
|
175
176
|
text-decoration: none;
|
|
177
|
+
transition: box-shadow .25s ease-in-out;
|
|
176
178
|
position: relative;
|
|
177
179
|
}
|
|
178
180
|
|
|
@@ -203,6 +205,7 @@
|
|
|
203
205
|
.bi-card .bi-card--content:-webkit-any(a, button) {
|
|
204
206
|
cursor: pointer;
|
|
205
207
|
text-decoration: none;
|
|
208
|
+
transition: box-shadow .25s ease-in-out;
|
|
206
209
|
position: relative;
|
|
207
210
|
}
|
|
208
211
|
|
|
@@ -233,6 +236,7 @@
|
|
|
233
236
|
.bi-card .bi-card--content:is(a, button) {
|
|
234
237
|
cursor: pointer;
|
|
235
238
|
text-decoration: none;
|
|
239
|
+
transition: box-shadow .25s ease-in-out;
|
|
236
240
|
position: relative;
|
|
237
241
|
}
|
|
238
242
|
|
|
@@ -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-
|
|
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);
|
package/dist/components.css
CHANGED
|
@@ -601,6 +601,7 @@
|
|
|
601
601
|
.bi-card:-webkit-any(a, button) {
|
|
602
602
|
cursor: pointer;
|
|
603
603
|
text-decoration: none;
|
|
604
|
+
transition: box-shadow .25s ease-in-out;
|
|
604
605
|
position: relative;
|
|
605
606
|
}
|
|
606
607
|
|
|
@@ -631,6 +632,7 @@
|
|
|
631
632
|
.bi-card:is(a, button) {
|
|
632
633
|
cursor: pointer;
|
|
633
634
|
text-decoration: none;
|
|
635
|
+
transition: box-shadow .25s ease-in-out;
|
|
634
636
|
position: relative;
|
|
635
637
|
}
|
|
636
638
|
|
|
@@ -661,6 +663,7 @@
|
|
|
661
663
|
.bi-card .bi-card--content:-webkit-any(a, button) {
|
|
662
664
|
cursor: pointer;
|
|
663
665
|
text-decoration: none;
|
|
666
|
+
transition: box-shadow .25s ease-in-out;
|
|
664
667
|
position: relative;
|
|
665
668
|
}
|
|
666
669
|
|
|
@@ -691,6 +694,7 @@
|
|
|
691
694
|
.bi-card .bi-card--content:is(a, button) {
|
|
692
695
|
cursor: pointer;
|
|
693
696
|
text-decoration: none;
|
|
697
|
+
transition: box-shadow .25s ease-in-out;
|
|
694
698
|
position: relative;
|
|
695
699
|
}
|
|
696
700
|
|
|
@@ -1756,7 +1760,7 @@ body:has(.bi-dialog:modal) {
|
|
|
1756
1760
|
height: var(--bi-scale-12x);
|
|
1757
1761
|
color: var(--bic-filter-group-text-color);
|
|
1758
1762
|
align-items: center;
|
|
1759
|
-
gap: var(--bi-scale-
|
|
1763
|
+
gap: calc(var(--bi-scale-2x) + var(--bi-scale-0-50x));
|
|
1760
1764
|
width: 100%;
|
|
1761
1765
|
padding: var(--bi-scale-2x) calc(var(--bi-scale-2x) + var(--bi-scale-0-50x));
|
|
1762
1766
|
background: var(--bic-filter-group-background);
|
|
@@ -2578,7 +2582,7 @@ body:has(.bi-dialog:modal) {
|
|
|
2578
2582
|
}
|
|
2579
2583
|
|
|
2580
2584
|
.bi-navbar[data-fixed="true"] > header {
|
|
2581
|
-
z-index:
|
|
2585
|
+
z-index: 130;
|
|
2582
2586
|
position: fixed;
|
|
2583
2587
|
top: 0;
|
|
2584
2588
|
left: 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bi-digital/css",
|
|
3
|
-
"version": "0.0.0-experimental-
|
|
3
|
+
"version": "0.0.0-experimental-ebbf94e",
|
|
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-
|
|
26
|
+
"@bi-digital/tokens": "0.0.0-experimental-ebbf94e"
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
29
29
|
"build": "rimraf dist && node config.js",
|