@baseline-ui/tokens 0.56.0 → 0.57.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.
@@ -9839,6 +9839,33 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
9839
9839
 
9840
9840
  ---
9841
9841
 
9842
+ The following software may be included in this product: just-camel-case (6.2.0)
9843
+ This software contains the following license and notice below:
9844
+
9845
+ The MIT License (MIT)
9846
+
9847
+ Copyright (c) 2016 angus croll
9848
+
9849
+ Permission is hereby granted, free of charge, to any person obtaining a copy
9850
+ of this software and associated documentation files (the "Software"), to deal
9851
+ in the Software without restriction, including without limitation the rights
9852
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9853
+ copies of the Software, and to permit persons to whom the Software is
9854
+ furnished to do so, subject to the following conditions:
9855
+
9856
+ The above copyright notice and this permission notice shall be included in all
9857
+ copies or substantial portions of the Software.
9858
+
9859
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9860
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9861
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
9862
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9863
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
9864
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
9865
+ SOFTWARE.
9866
+
9867
+ ---
9868
+
9842
9869
  The following software may be included in this product: just-extend (6.2.0)
9843
9870
  This software contains the following license and notice below:
9844
9871
 
@@ -9866,6 +9893,33 @@ SOFTWARE.
9866
9893
 
9867
9894
  ---
9868
9895
 
9896
+ The following software may be included in this product: just-kebab-case (4.2.0)
9897
+ This software contains the following license and notice below:
9898
+
9899
+ The MIT License (MIT)
9900
+
9901
+ Copyright (c) 2016 angus croll
9902
+
9903
+ Permission is hereby granted, free of charge, to any person obtaining a copy
9904
+ of this software and associated documentation files (the "Software"), to deal
9905
+ in the Software without restriction, including without limitation the rights
9906
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9907
+ copies of the Software, and to permit persons to whom the Software is
9908
+ furnished to do so, subject to the following conditions:
9909
+
9910
+ The above copyright notice and this permission notice shall be included in all
9911
+ copies or substantial portions of the Software.
9912
+
9913
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9914
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9915
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
9916
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9917
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
9918
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
9919
+ SOFTWARE.
9920
+
9921
+ ---
9922
+
9869
9923
  The following software may be included in this product: keyv (4.5.4)
9870
9924
  This software contains the following license and notice below:
9871
9925
 
@@ -21441,7 +21495,7 @@ limitations under the License.
21441
21495
 
21442
21496
  ---
21443
21497
 
21444
- The following software may be included in this product: @json-render/core (0.15.0)
21498
+ The following software may be included in this product: @json-render/core (0.16.0)
21445
21499
  This software contains the following license and notice below:
21446
21500
 
21447
21501
  Apache License
@@ -21648,7 +21702,7 @@ limitations under the License.
21648
21702
 
21649
21703
  ---
21650
21704
 
21651
- The following software may be included in this product: @json-render/react (0.15.0)
21705
+ The following software may be included in this product: @json-render/react (0.16.0)
21652
21706
  This software contains the following license and notice below:
21653
21707
 
21654
21708
  Apache License
package/dist/index.d.mts CHANGED
@@ -1079,10 +1079,7 @@ declare const breakpoints: {
1079
1079
  desktop: number;
1080
1080
  };
1081
1081
  type Breakpoint = keyof typeof breakpoints;
1082
- declare const queries: {
1083
- tablet: string;
1084
- desktop: string;
1085
- };
1082
+ declare const queries: Record<Exclude<Breakpoint, "mobile">, string>;
1086
1083
  interface ResponsiveStyle {
1087
1084
  mobile?: GlobalStyleRule;
1088
1085
  tablet?: GlobalStyleRule;
package/dist/index.d.ts CHANGED
@@ -1079,10 +1079,7 @@ declare const breakpoints: {
1079
1079
  desktop: number;
1080
1080
  };
1081
1081
  type Breakpoint = keyof typeof breakpoints;
1082
- declare const queries: {
1083
- tablet: string;
1084
- desktop: string;
1085
- };
1082
+ declare const queries: Record<Exclude<Breakpoint, "mobile">, string>;
1086
1083
  interface ResponsiveStyle {
1087
1084
  mobile?: GlobalStyleRule;
1088
1085
  tablet?: GlobalStyleRule;