@bi-digital/css 0.0.0-experimental-160e3ca → 0.0.0-experimental-f4bb806
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/field.css +8 -0
- package/dist/components.css +8 -0
- package/package.json +2 -2
|
@@ -89,6 +89,10 @@
|
|
|
89
89
|
display: grid;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
+
.bi-field:has(.bi-input:-webkit-any([type="radio"], [type="checkbox"]))[data-fullwidth="true"] {
|
|
93
|
+
width: 100%;
|
|
94
|
+
}
|
|
95
|
+
|
|
92
96
|
.bi-field:has(.bi-input:-webkit-any([type="radio"], [type="checkbox"])) > * {
|
|
93
97
|
grid-column: content;
|
|
94
98
|
margin-top: 0;
|
|
@@ -160,6 +164,10 @@
|
|
|
160
164
|
display: grid;
|
|
161
165
|
}
|
|
162
166
|
|
|
167
|
+
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"]))[data-fullwidth="true"] {
|
|
168
|
+
width: 100%;
|
|
169
|
+
}
|
|
170
|
+
|
|
163
171
|
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])) > * {
|
|
164
172
|
grid-column: content;
|
|
165
173
|
margin-top: 0;
|
package/dist/components.css
CHANGED
|
@@ -1445,6 +1445,10 @@ body:has(.bi-dialog:modal) {
|
|
|
1445
1445
|
display: grid;
|
|
1446
1446
|
}
|
|
1447
1447
|
|
|
1448
|
+
.bi-field:has(.bi-input:-webkit-any([type="radio"], [type="checkbox"]))[data-fullwidth="true"] {
|
|
1449
|
+
width: 100%;
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1448
1452
|
.bi-field:has(.bi-input:-webkit-any([type="radio"], [type="checkbox"])) > * {
|
|
1449
1453
|
grid-column: content;
|
|
1450
1454
|
margin-top: 0;
|
|
@@ -1516,6 +1520,10 @@ body:has(.bi-dialog:modal) {
|
|
|
1516
1520
|
display: grid;
|
|
1517
1521
|
}
|
|
1518
1522
|
|
|
1523
|
+
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"]))[data-fullwidth="true"] {
|
|
1524
|
+
width: 100%;
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1519
1527
|
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])) > * {
|
|
1520
1528
|
grid-column: content;
|
|
1521
1529
|
margin-top: 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-f4bb806",
|
|
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-f4bb806"
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
29
29
|
"build": "rimraf dist && node config.js",
|