@baseline-ui/css 0.46.1 → 0.47.0
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/Acknowledgements.md +2 -2
- package/package.json +2 -2
package/Acknowledgements.md
CHANGED
|
@@ -27770,7 +27770,7 @@ SOFTWARE.
|
|
|
27770
27770
|
|
|
27771
27771
|
---
|
|
27772
27772
|
|
|
27773
|
-
The following software may be included in this product: zod-validation-error (
|
|
27773
|
+
The following software may be included in this product: zod-validation-error (4.0.2)
|
|
27774
27774
|
This software contains the following license and notice below:
|
|
27775
27775
|
|
|
27776
27776
|
(The MIT License)
|
|
@@ -27785,7 +27785,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
27785
27785
|
|
|
27786
27786
|
---
|
|
27787
27787
|
|
|
27788
|
-
The following software may be included in this product: zod-validation-error (
|
|
27788
|
+
The following software may be included in this product: zod-validation-error (5.0.0)
|
|
27789
27789
|
This software contains the following license and notice below:
|
|
27790
27790
|
|
|
27791
27791
|
(The MIT License)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baseline-ui/css",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.47.0",
|
|
4
4
|
"description": "The styling library for Baseline UI",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@vanilla-extract/recipes": "0.5.7",
|
|
19
19
|
"@vanilla-extract/css": "1.17.4",
|
|
20
|
-
"@baseline-ui/tokens": "0.
|
|
20
|
+
"@baseline-ui/tokens": "0.47.0"
|
|
21
21
|
},
|
|
22
22
|
"publishConfig": {
|
|
23
23
|
"access": "public"
|