@baseline-ui/css 0.44.1 → 0.44.2

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.
@@ -26076,6 +26076,33 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
26076
26076
 
26077
26077
  ---
26078
26078
 
26079
+ The following software may be included in this product: zod (3.25.60)
26080
+ This software contains the following license and notice below:
26081
+
26082
+ MIT License
26083
+
26084
+ Copyright (c) 2025 Colin McDonnell
26085
+
26086
+ Permission is hereby granted, free of charge, to any person obtaining a copy
26087
+ of this software and associated documentation files (the "Software"), to deal
26088
+ in the Software without restriction, including without limitation the rights
26089
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26090
+ copies of the Software, and to permit persons to whom the Software is
26091
+ furnished to do so, subject to the following conditions:
26092
+
26093
+ The above copyright notice and this permission notice shall be included in all
26094
+ copies or substantial portions of the Software.
26095
+
26096
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26097
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26098
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26099
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26100
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26101
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26102
+ SOFTWARE.
26103
+
26104
+ ---
26105
+
26079
26106
  The following software may be included in this product: zustand (4.5.5)
26080
26107
  This software contains the following license and notice below:
26081
26108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baseline-ui/css",
3
- "version": "0.44.1",
3
+ "version": "0.44.2",
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.5",
19
19
  "@vanilla-extract/css": "1.17.1",
20
- "@baseline-ui/tokens": "0.44.1"
20
+ "@baseline-ui/tokens": "0.44.2"
21
21
  },
22
22
  "publishConfig": {
23
23
  "access": "public"