@bi-digital/css 0.11.2 → 0.11.3
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/dialog.css +2 -2
- package/dist/components.css +2 -2
- package/dist/salesforce.css +2 -2
- package/package.json +2 -2
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.bi-dialog > button
|
|
115
|
+
.bi-dialog > button.bi-dialog--close {
|
|
116
116
|
top: var(--bic-dialog-icon-spacing);
|
|
117
117
|
right: var(--bic-dialog-icon-spacing);
|
|
118
118
|
position: absolute;
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
display: flex;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
.bi-dialog:has( > button
|
|
130
|
+
.bi-dialog:has( > button.bi-dialog--close) .bi-dialog--header {
|
|
131
131
|
padding-right: var(--bi-scale-14x);
|
|
132
132
|
}
|
|
133
133
|
|
package/dist/components.css
CHANGED
|
@@ -1341,7 +1341,7 @@ details.bi-details > *:not(summary) + * {
|
|
|
1341
1341
|
}
|
|
1342
1342
|
}
|
|
1343
1343
|
|
|
1344
|
-
.bi-dialog > button
|
|
1344
|
+
.bi-dialog > button.bi-dialog--close {
|
|
1345
1345
|
top: var(--bic-dialog-icon-spacing);
|
|
1346
1346
|
right: var(--bic-dialog-icon-spacing);
|
|
1347
1347
|
position: absolute;
|
|
@@ -1356,7 +1356,7 @@ details.bi-details > *:not(summary) + * {
|
|
|
1356
1356
|
display: flex;
|
|
1357
1357
|
}
|
|
1358
1358
|
|
|
1359
|
-
.bi-dialog:has( > button
|
|
1359
|
+
.bi-dialog:has( > button.bi-dialog--close) .bi-dialog--header {
|
|
1360
1360
|
padding-right: var(--bi-scale-14x);
|
|
1361
1361
|
}
|
|
1362
1362
|
|
package/dist/salesforce.css
CHANGED
|
@@ -1567,7 +1567,7 @@ details.bi-details > *:not(summary) + * {
|
|
|
1567
1567
|
}
|
|
1568
1568
|
}
|
|
1569
1569
|
|
|
1570
|
-
.bi-dialog > button
|
|
1570
|
+
.bi-dialog > button.bi-dialog--close {
|
|
1571
1571
|
top: var(--bic-dialog-icon-spacing);
|
|
1572
1572
|
right: var(--bic-dialog-icon-spacing);
|
|
1573
1573
|
position: absolute;
|
|
@@ -1582,7 +1582,7 @@ details.bi-details > *:not(summary) + * {
|
|
|
1582
1582
|
display: flex;
|
|
1583
1583
|
}
|
|
1584
1584
|
|
|
1585
|
-
.bi-dialog:has( > button
|
|
1585
|
+
.bi-dialog:has( > button.bi-dialog--close) .bi-dialog--header {
|
|
1586
1586
|
padding-right: var(--bi-scale-14x);
|
|
1587
1587
|
}
|
|
1588
1588
|
|
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.3",
|
|
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.3"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "node config.js",
|