@bi-digital/css 0.0.0-experimental-2ec4984 → 0.0.0-experimental-7ec9539
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 +1 -4
- package/dist/components.css +1 -4
- package/package.json +2 -2
package/dist/components/card.css
CHANGED
|
@@ -110,6 +110,7 @@
|
|
|
110
110
|
padding: var(--bic-card-content-padding);
|
|
111
111
|
gap: var(--bi-scale-4x);
|
|
112
112
|
border-radius: inherit;
|
|
113
|
+
background: none;
|
|
113
114
|
border: none;
|
|
114
115
|
flex-direction: column;
|
|
115
116
|
flex: auto;
|
|
@@ -140,7 +141,6 @@
|
|
|
140
141
|
|
|
141
142
|
.bi-card:-webkit-any(a, button) {
|
|
142
143
|
cursor: pointer;
|
|
143
|
-
background: none;
|
|
144
144
|
text-decoration: none;
|
|
145
145
|
position: relative;
|
|
146
146
|
}
|
|
@@ -169,7 +169,6 @@
|
|
|
169
169
|
|
|
170
170
|
.bi-card:is(a, button) {
|
|
171
171
|
cursor: pointer;
|
|
172
|
-
background: none;
|
|
173
172
|
text-decoration: none;
|
|
174
173
|
position: relative;
|
|
175
174
|
}
|
|
@@ -198,7 +197,6 @@
|
|
|
198
197
|
|
|
199
198
|
.bi-card .bi-card--content:-webkit-any(a, button) {
|
|
200
199
|
cursor: pointer;
|
|
201
|
-
background: none;
|
|
202
200
|
text-decoration: none;
|
|
203
201
|
position: relative;
|
|
204
202
|
}
|
|
@@ -227,7 +225,6 @@
|
|
|
227
225
|
|
|
228
226
|
.bi-card .bi-card--content:is(a, button) {
|
|
229
227
|
cursor: pointer;
|
|
230
|
-
background: none;
|
|
231
228
|
text-decoration: none;
|
|
232
229
|
position: relative;
|
|
233
230
|
}
|
package/dist/components.css
CHANGED
|
@@ -568,6 +568,7 @@
|
|
|
568
568
|
padding: var(--bic-card-content-padding);
|
|
569
569
|
gap: var(--bi-scale-4x);
|
|
570
570
|
border-radius: inherit;
|
|
571
|
+
background: none;
|
|
571
572
|
border: none;
|
|
572
573
|
flex-direction: column;
|
|
573
574
|
flex: auto;
|
|
@@ -598,7 +599,6 @@
|
|
|
598
599
|
|
|
599
600
|
.bi-card:-webkit-any(a, button) {
|
|
600
601
|
cursor: pointer;
|
|
601
|
-
background: none;
|
|
602
602
|
text-decoration: none;
|
|
603
603
|
position: relative;
|
|
604
604
|
}
|
|
@@ -627,7 +627,6 @@
|
|
|
627
627
|
|
|
628
628
|
.bi-card:is(a, button) {
|
|
629
629
|
cursor: pointer;
|
|
630
|
-
background: none;
|
|
631
630
|
text-decoration: none;
|
|
632
631
|
position: relative;
|
|
633
632
|
}
|
|
@@ -656,7 +655,6 @@
|
|
|
656
655
|
|
|
657
656
|
.bi-card .bi-card--content:-webkit-any(a, button) {
|
|
658
657
|
cursor: pointer;
|
|
659
|
-
background: none;
|
|
660
658
|
text-decoration: none;
|
|
661
659
|
position: relative;
|
|
662
660
|
}
|
|
@@ -685,7 +683,6 @@
|
|
|
685
683
|
|
|
686
684
|
.bi-card .bi-card--content:is(a, button) {
|
|
687
685
|
cursor: pointer;
|
|
688
|
-
background: none;
|
|
689
686
|
text-decoration: none;
|
|
690
687
|
position: relative;
|
|
691
688
|
}
|
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-7ec9539",
|
|
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-7ec9539"
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
29
29
|
"build": "rimraf dist && node config.js",
|