@baseline-ui/css 0.44.1 → 0.45.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.
@@ -934,7 +934,7 @@ SOFTWARE.
934
934
 
935
935
  ---
936
936
 
937
- The following software may be included in this product: @esbuild/linux-x64 (0.25.1)
937
+ The following software may be included in this product: @esbuild/linux-x64 (0.25.5)
938
938
  This software contains the following license and notice below:
939
939
 
940
940
  MIT License
@@ -7111,7 +7111,7 @@ SOFTWARE.
7111
7111
 
7112
7112
  ---
7113
7113
 
7114
- The following software may be included in this product: esbuild (0.25.1)
7114
+ The following software may be included in this product: esbuild (0.25.5)
7115
7115
  This software contains the following license and notice below:
7116
7116
 
7117
7117
  MIT License
@@ -26076,6 +26076,48 @@ 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.64)
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
+
26106
+ The following software may be included in this product: zod-validation-error (3.5.0)
26107
+ This software contains the following license and notice below:
26108
+
26109
+ (The MIT License)
26110
+
26111
+ Copyright 2022 Causaly, Inc <front-end@causaly.com>
26112
+
26113
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
26114
+
26115
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
26116
+
26117
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26118
+
26119
+ ---
26120
+
26079
26121
  The following software may be included in this product: zustand (4.5.5)
26080
26122
  This software contains the following license and notice below:
26081
26123
 
@@ -28423,7 +28465,7 @@ limitations under the License.
28423
28465
 
28424
28466
  ---
28425
28467
 
28426
- The following software may be included in this product: @internationalized/date (3.8.0)
28468
+ The following software may be included in this product: @internationalized/date (3.8.2)
28427
28469
  This software contains the following license and notice below:
28428
28470
 
28429
28471
  Apache License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baseline-ui/css",
3
- "version": "0.44.1",
3
+ "version": "0.45.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.5",
19
19
  "@vanilla-extract/css": "1.17.1",
20
- "@baseline-ui/tokens": "0.44.1"
20
+ "@baseline-ui/tokens": "0.45.0"
21
21
  },
22
22
  "publishConfig": {
23
23
  "access": "public"