@volue/design-media-queries 1.3.5 → 1.3.6-next.1

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, 09 Jan 2024 11:38:41 GMT
3
+ * Generated on Tue, 06 Feb 2024 14:39:51 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, 09 Jan 2024 11:38:41 GMT
3
+ * Generated on Tue, 06 Feb 2024 14:39:51 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, 09 Jan 2024 11:38:41 GMT
3
+ * Generated on Tue, 06 Feb 2024 14:39:51 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, 09 Jan 2024 11:38:41 GMT
3
+ * Generated on Tue, 06 Feb 2024 14:39:51 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, 09 Jan 2024 11:38:41 GMT
3
+ // Generated on Tue, 06 Feb 2024 14:39:51 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, 09 Jan 2024 11:38:41 GMT
3
+ * Generated on Tue, 06 Feb 2024 14:39:51 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.5",
3
+ "version": "1.3.6-next.1",
4
4
  "description": "Media queries for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -11,6 +11,15 @@
11
11
  "publishConfig": {
12
12
  "access": "public"
13
13
  },
14
+ "exports": {
15
+ ".": {
16
+ "types": "./dist/index.d.ts",
17
+ "import": "./dist/index.module.js",
18
+ "default": "./dist/index.common.js"
19
+ },
20
+ "./dist/*": "./dist/*",
21
+ "./package.json": "./package.json"
22
+ },
14
23
  "main": "dist/index.common.js",
15
24
  "module": "dist/index.module.js",
16
25
  "types": "dist/index.d.ts",
@@ -33,13 +42,13 @@
33
42
  "devDependencies": {
34
43
  "change-case": "4.1.2",
35
44
  "eslint": "8.56.0",
36
- "eslint-config-powel": "15.0.0",
45
+ "eslint-config-volue": "15.2.0",
37
46
  "eslint-import-resolver-node": "0.3.9",
38
47
  "eslint-plugin-import": "2.29.1",
39
48
  "npm-run-all": "4.1.5",
40
- "prettier": "3.1.1",
49
+ "prettier": "3.2.5",
41
50
  "rimraf": "3.0.2",
42
- "style-dictionary": "3.9.1",
51
+ "style-dictionary": "3.9.2",
43
52
  "typescript": "5.3.3"
44
53
  }
45
54
  }