@volue/design-media-queries 1.3.16-next.1 → 1.3.16-next.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.
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 19 Dec 2025 15:34:14 GMT
3
+ * Generated on Tue, 27 Jan 2026 19:05:23 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 19 Dec 2025 15:34:14 GMT
3
+ * Generated on Tue, 27 Jan 2026 19:05:23 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
3
- * Generated on Fri, 19 Dec 2025 15:34:14 GMT
3
+ * Generated on Tue, 27 Jan 2026 19:05:23 GMT
4
4
  */
5
5
 
6
6
  export const mqSmallOnly : "screen and ( max-width: 31.1875em )";
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 19 Dec 2025 15:34:14 GMT
3
+ * Generated on Tue, 27 Jan 2026 19:05:23 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
3
- // Generated on Fri, 19 Dec 2025 15:34:14 GMT
3
+ // Generated on Tue, 27 Jan 2026 19:05:23 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
3
- * Generated on Fri, 19 Dec 2025 15:34:14 GMT
3
+ * Generated on Tue, 27 Jan 2026 19:05:23 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volue/design-media-queries",
3
- "version": "1.3.16-next.1",
3
+ "version": "1.3.16-next.2",
4
4
  "description": "Media queries for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -46,7 +46,7 @@
46
46
  "eslint": "9.39.2",
47
47
  "npm-run-all2": "8.0.4",
48
48
  "premove": "4.0.0",
49
- "prettier": "3.7.4",
49
+ "prettier": "3.8.1",
50
50
  "style-dictionary": "3.9.2",
51
51
  "typescript": "5.9.3"
52
52
  }