@volue/design-media-queries 1.3.2 → 1.3.3-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.
- package/dist/index.common.js +1 -1
- package/dist/index.custom-properties.css +1 -1
- package/dist/{index.common.d.ts → index.d.ts} +1 -1
- package/dist/index.module.js +1 -1
- package/dist/index.scss +1 -1
- package/dist/mediaQueriesSync.common.js +1 -1
- package/package.json +5 -5
- package/dist/index.module.d.ts +0 -13
package/dist/index.common.js
CHANGED
package/dist/index.module.js
CHANGED
package/dist/index.scss
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volue/design-media-queries",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3-next.1",
|
|
4
4
|
"description": "Media queries for Volue design primitives",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"repository": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"main": "dist/index.common.js",
|
|
15
15
|
"module": "dist/index.module.js",
|
|
16
|
-
"types": "dist/index.
|
|
16
|
+
"types": "dist/index.d.ts",
|
|
17
17
|
"sideEffects": false,
|
|
18
18
|
"files": [
|
|
19
19
|
"dist",
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"change-case": "4.1.2",
|
|
35
|
-
"eslint": "8.
|
|
35
|
+
"eslint": "8.46.0",
|
|
36
36
|
"eslint-config-powel": "14.2.1",
|
|
37
37
|
"eslint-import-resolver-node": "0.3.7",
|
|
38
|
-
"eslint-plugin-import": "2.
|
|
38
|
+
"eslint-plugin-import": "2.28.0",
|
|
39
39
|
"npm-run-all": "4.1.5",
|
|
40
40
|
"prettier": "2.8.8",
|
|
41
41
|
"rimraf": "3.0.2",
|
|
42
42
|
"style-dictionary": "3.8.0",
|
|
43
|
-
"typescript": "
|
|
43
|
+
"typescript": "5.1.6"
|
|
44
44
|
}
|
|
45
45
|
}
|
package/dist/index.module.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Do not edit directly
|
|
3
|
-
* Generated on Thu, 15 Jun 2023 13:10:39 GMT
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
export const mqSmallOnly : "screen and ( max-width: 31.1875em )";
|
|
7
|
-
export const mqMediumAndUp : "screen and ( min-width: 31.25em )";
|
|
8
|
-
export const mqMediumOnly : "screen and ( min-width: 31.25em ) and ( max-width: 48.75em )";
|
|
9
|
-
export const mqMediumAndBelow : "screen and ( max-width: 48.6875em )";
|
|
10
|
-
export const mqZeroToLarge : "screen and ( min-width: 0 ) and ( max-width: 48.6875em )";
|
|
11
|
-
export const mqLargeAndUp : "screen and ( min-width: 48.75em )";
|
|
12
|
-
export const mqLargeAndBelow : "screen and ( max-width: 87.4375em )";
|
|
13
|
-
export const mqXlargeAndUp : "screen and ( min-width: 87.5em )";
|