@volue/design-media-queries 1.3.9-next.3 → 1.3.10-next.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.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ 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.9](https://github.com/Volue/wave/compare/@volue/design-media-queries@1.3.8...@volue/design-media-queries@1.3.9) "@volue/design-media-queries" (2024-12-18)
8
+
9
+
10
+
11
+
7
12
  ## [1.3.8](https://github.com/Volue/wave/compare/@volue/design-media-queries@1.3.7...@volue/design-media-queries@1.3.8) "@volue/design-media-queries" (2024-10-09)
8
13
 
9
14
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 17 Dec 2024 14:35:48 GMT
3
+ * Generated on Fri, 10 Jan 2025 14:44:58 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 17 Dec 2024 14:35:47 GMT
3
+ * Generated on Fri, 10 Jan 2025 14:44:58 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 Tue, 17 Dec 2024 14:35:48 GMT
3
+ * Generated on Fri, 10 Jan 2025 14:44:58 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
3
- * Generated on Tue, 17 Dec 2024 14:35:48 GMT
3
+ * Generated on Fri, 10 Jan 2025 14:44:58 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 Tue, 17 Dec 2024 14:35:48 GMT
3
+ // Generated on Fri, 10 Jan 2025 14:44:58 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 Tue, 17 Dec 2024 14:35:48 GMT
3
+ * Generated on Fri, 10 Jan 2025 14:44:58 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.9-next.3",
3
+ "version": "1.3.10-next.0",
4
4
  "description": "Media queries for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -31,7 +31,7 @@
31
31
  "scripts": {
32
32
  "lint": "eslint . --cache",
33
33
  "lint:fix": "yarn run lint --fix",
34
- "_prettier": "prettier \"**/*.{json,md,mdx,yml,css}\" --ignore-path .eslintignore",
34
+ "_prettier": "prettier \"**/*.{json,md,mdx,yml,css}\"",
35
35
  "format": "yarn run _prettier --write",
36
36
  "test": "run-p lint \"_prettier --check\"",
37
37
  "clean": "rimraf dist",
@@ -40,15 +40,13 @@
40
40
  "prepack": "yarn run build"
41
41
  },
42
42
  "devDependencies": {
43
+ "@volue/eslint-config": "1.0.1",
43
44
  "change-case": "4.1.2",
44
- "eslint": "8.57.1",
45
- "eslint-config-volue": "15.2.1",
46
- "eslint-import-resolver-node": "0.3.9",
47
- "eslint-plugin-import": "2.31.0",
48
- "npm-run-all": "4.1.5",
45
+ "eslint": "9.17.0",
46
+ "npm-run-all2": "7.0.2",
49
47
  "prettier": "3.4.2",
50
48
  "rimraf": "3.0.2",
51
49
  "style-dictionary": "3.9.2",
52
- "typescript": "5.7.2"
50
+ "typescript": "5.7.3"
53
51
  }
54
52
  }