@bi-digital/css 0.2.22 → 0.2.23
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.css
CHANGED
|
@@ -1599,7 +1599,6 @@ body:has(.bi-dialog:modal) {
|
|
|
1599
1599
|
white-space: nowrap;
|
|
1600
1600
|
max-width: 100%;
|
|
1601
1601
|
box-shadow: var(--bic-field-box-shadow);
|
|
1602
|
-
transition: box-shadow .25s ease-in-out;
|
|
1603
1602
|
}
|
|
1604
1603
|
|
|
1605
1604
|
.bi-field .bi-field--affixes .bi-input {
|
|
@@ -2059,7 +2058,6 @@ body:has(.bi-dialog:modal) {
|
|
|
2059
2058
|
caret-color: var(--bic-input-caret-color);
|
|
2060
2059
|
border: none;
|
|
2061
2060
|
line-height: 1;
|
|
2062
|
-
transition: box-shadow .25s ease-in-out;
|
|
2063
2061
|
position: relative;
|
|
2064
2062
|
}
|
|
2065
2063
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bi-digital/css",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.23",
|
|
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.2.
|
|
26
|
+
"@bi-digital/tokens": "0.2.23"
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
29
29
|
"build": "rimraf dist && node config.js",
|