@volue/design-media-queries 1.3.20 → 1.3.21

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/CHANGELOG.md CHANGED
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. See [Conven
4
4
 
5
5
  <!-- MONOWEAVE:BELOW -->
6
6
 
7
- ## [1.3.20](https://github.com/Volue/wave/compare/@volue/design-media-queries@1.3.19...@volue/design-media-queries@1.3.20) "@volue/design-media-queries" (2026-04-10)
7
+ ## [1.3.21](https://github.com/Volue/wave/compare/@volue/design-media-queries@1.3.20...@volue/design-media-queries@1.3.21) "@volue/design-media-queries" (2026-04-10)
8
8
 
9
9
 
10
10
 
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Fri, 10 Apr 2026 10:58:08 GMT
3
+ * Generated on Fri, 10 Apr 2026 13:13:03 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Fri, 10 Apr 2026 10:58:08 GMT
3
+ * Generated on Fri, 10 Apr 2026 13:13:03 GMT
4
4
  */
5
5
 
6
6
  @value mq-small-only: screen and ( max-width: 31.1875em );
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Fri, 10 Apr 2026 10:58:08 GMT
3
+ * Generated on Fri, 10 Apr 2026 13:13:03 GMT
4
4
  */
5
5
 
6
6
  :root {
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Fri, 10 Apr 2026 10:58:08 GMT
3
+ * Generated on Fri, 10 Apr 2026 13:13:03 GMT
4
4
  */
5
5
 
6
6
  export const mqSmallOnly: "screen and ( max-width: 31.1875em )";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Fri, 10 Apr 2026 10:58:08 GMT
3
+ * Generated on Fri, 10 Apr 2026 13:13:03 GMT
4
4
  */
5
5
 
6
6
  $mediaQueries-map: (
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Fri, 10 Apr 2026 10:58:08 GMT
3
+ * Generated on Fri, 10 Apr 2026 13:13:03 GMT
4
4
  */
5
5
 
6
6
  export const mqSmallOnly = "screen and ( max-width: 31.1875em )";
package/dist/index.scss CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly, this file was auto-generated.
3
- // Generated on Fri, 10 Apr 2026 10:58:08 GMT
3
+ // Generated on Fri, 10 Apr 2026 13:13:03 GMT
4
4
 
5
5
  $mq-small-only: screen and ( max-width: 31.1875em );
6
6
  $mq-medium-and-up: screen and ( min-width: 31.25em );
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Fri, 10 Apr 2026 10:58:08 GMT
3
+ * Generated on Fri, 10 Apr 2026 13:13:03 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Fri, 10 Apr 2026 10:58:08 GMT
3
+ * Generated on Fri, 10 Apr 2026 13:13:03 GMT
4
4
  */
5
5
 
6
6
  $mediaQueriesSync-map: (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volue/design-media-queries",
3
- "version": "1.3.20",
3
+ "version": "1.3.21",
4
4
  "type": "module",
5
5
  "description": "Media queries for Volue design primitives",
6
6
  "license": "UNLICENSED",