@volue/design-media-queries 1.3.8-next.0 → 1.3.8-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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 13 Aug 2024 12:13:06 GMT
3
+ * Generated on Mon, 23 Sep 2024 08:17:29 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, 13 Aug 2024 12:13:06 GMT
3
+ * Generated on Mon, 23 Sep 2024 08:17:29 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, 13 Aug 2024 12:13:06 GMT
3
+ * Generated on Mon, 23 Sep 2024 08:17:29 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, 13 Aug 2024 12:13:06 GMT
3
+ * Generated on Mon, 23 Sep 2024 08:17:29 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, 13 Aug 2024 12:13:06 GMT
3
+ // Generated on Mon, 23 Sep 2024 08:17:29 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, 13 Aug 2024 12:13:06 GMT
3
+ * Generated on Mon, 23 Sep 2024 08:17:29 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.8-next.0",
3
+ "version": "1.3.8-next.2",
4
4
  "description": "Media queries for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -41,14 +41,14 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "change-case": "4.1.2",
44
- "eslint": "8.57.0",
44
+ "eslint": "8.57.1",
45
45
  "eslint-config-volue": "15.2.1",
46
46
  "eslint-import-resolver-node": "0.3.9",
47
- "eslint-plugin-import": "2.29.1",
47
+ "eslint-plugin-import": "2.30.0",
48
48
  "npm-run-all": "4.1.5",
49
49
  "prettier": "3.3.3",
50
50
  "rimraf": "3.0.2",
51
51
  "style-dictionary": "3.9.2",
52
- "typescript": "5.5.4"
52
+ "typescript": "5.6.2"
53
53
  }
54
54
  }