@volue/design-media-queries 1.3.1-next.2 → 1.3.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/CHANGELOG.md +5 -0
- package/dist/index.common.d.ts +2 -2
- package/dist/index.common.js +2 -2
- package/dist/index.custom-properties.css +1 -1
- package/dist/index.json +1 -1
- package/dist/index.module.d.ts +2 -2
- package/dist/index.module.js +2 -2
- package/dist/index.scss +2 -2
- package/dist/mediaQueriesSync.common.js +2 -2
- package/package.json +3 -3
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
|
<!-- MONODEPLOY:BELOW -->
|
|
6
6
|
|
|
7
|
+
## [1.3.1](https://github.com/Volue/wave/compare/@volue/design-media-queries@1.3.0...@volue/design-media-queries@1.3.1) "@volue/design-media-queries" (2023-05-16)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
7
12
|
## [1.3.0](https://github.com/Volue/wave/compare/@volue/design-media-queries@1.2.0...@volue/design-media-queries@1.3.0) "@volue/design-media-queries" (2023-03-01)
|
|
8
13
|
|
|
9
14
|
|
package/dist/index.common.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 16 May 2023 06:30:37 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const mqSmallOnly : "screen and ( max-width: 31.1875em )";
|
|
@@ -10,4 +10,4 @@ export const mqMediumAndBelow : "screen and ( max-width: 48.6875em )";
|
|
|
10
10
|
export const mqZeroToLarge : "screen and ( min-width: 0 ) and ( max-width: 48.6875em )";
|
|
11
11
|
export const mqLargeAndUp : "screen and ( min-width: 48.75em )";
|
|
12
12
|
export const mqLargeAndBelow : "screen and ( max-width: 87.4375em )";
|
|
13
|
-
export const mqXlargeAndUp : "screen and ( min-width: 87.5em )";
|
|
13
|
+
export const mqXlargeAndUp : "screen and ( min-width: 87.5em )";
|
package/dist/index.common.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 16 May 2023 06:30:37 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -12,4 +12,4 @@ module.exports = {
|
|
|
12
12
|
"mqLargeAndUp": "screen and ( min-width: 48.75em )",
|
|
13
13
|
"mqLargeAndBelow": "screen and ( max-width: 87.4375em )",
|
|
14
14
|
"mqXlargeAndUp": "screen and ( min-width: 87.5em )"
|
|
15
|
-
};
|
|
15
|
+
};
|
package/dist/index.json
CHANGED
package/dist/index.module.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 16 May 2023 06:30:37 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const mqSmallOnly : "screen and ( max-width: 31.1875em )";
|
|
@@ -10,4 +10,4 @@ export const mqMediumAndBelow : "screen and ( max-width: 48.6875em )";
|
|
|
10
10
|
export const mqZeroToLarge : "screen and ( min-width: 0 ) and ( max-width: 48.6875em )";
|
|
11
11
|
export const mqLargeAndUp : "screen and ( min-width: 48.75em )";
|
|
12
12
|
export const mqLargeAndBelow : "screen and ( max-width: 87.4375em )";
|
|
13
|
-
export const mqXlargeAndUp : "screen and ( min-width: 87.5em )";
|
|
13
|
+
export const mqXlargeAndUp : "screen and ( min-width: 87.5em )";
|
package/dist/index.module.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 16 May 2023 06:30:37 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const mqSmallOnly = "screen and ( max-width: 31.1875em )";
|
|
@@ -10,4 +10,4 @@ export const mqMediumAndBelow = "screen and ( max-width: 48.6875em )";
|
|
|
10
10
|
export const mqZeroToLarge = "screen and ( min-width: 0 ) and ( max-width: 48.6875em )";
|
|
11
11
|
export const mqLargeAndUp = "screen and ( min-width: 48.75em )";
|
|
12
12
|
export const mqLargeAndBelow = "screen and ( max-width: 87.4375em )";
|
|
13
|
-
export const mqXlargeAndUp = "screen and ( min-width: 87.5em )";
|
|
13
|
+
export const mqXlargeAndUp = "screen and ( min-width: 87.5em )";
|
package/dist/index.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Tue, 16 May 2023 06:30:37 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 );
|
|
@@ -9,4 +9,4 @@ $mq-medium-and-below: screen and ( max-width: 48.6875em );
|
|
|
9
9
|
$mq-zero-to-large: screen and ( min-width: 0 ) and ( max-width: 48.6875em );
|
|
10
10
|
$mq-large-and-up: screen and ( min-width: 48.75em );
|
|
11
11
|
$mq-large-and-below: screen and ( max-width: 87.4375em );
|
|
12
|
-
$mq-xlarge-and-up: screen and ( min-width: 87.5em );
|
|
12
|
+
$mq-xlarge-and-up: screen and ( min-width: 87.5em );
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 16 May 2023 06:30:37 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -8,4 +8,4 @@ module.exports = {
|
|
|
8
8
|
"medium": "screen and ( min-width: 31.25em )",
|
|
9
9
|
"large": "screen and ( min-width: 48.75em )",
|
|
10
10
|
"xlarge": "screen and ( min-width: 87.5em )"
|
|
11
|
-
};
|
|
11
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volue/design-media-queries",
|
|
3
|
-
"version": "1.3.1
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "Media queries for Volue design primitives",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"repository": {
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"change-case": "4.1.2",
|
|
35
|
-
"eslint": "8.
|
|
35
|
+
"eslint": "8.40.0",
|
|
36
36
|
"eslint-config-powel": "14.2.1",
|
|
37
37
|
"eslint-import-resolver-node": "0.3.7",
|
|
38
38
|
"eslint-plugin-import": "2.27.5",
|
|
39
39
|
"npm-run-all": "4.1.5",
|
|
40
40
|
"prettier": "2.8.8",
|
|
41
41
|
"rimraf": "3.0.2",
|
|
42
|
-
"style-dictionary": "3.
|
|
42
|
+
"style-dictionary": "3.8.0",
|
|
43
43
|
"typescript": "4.9.5"
|
|
44
44
|
}
|
|
45
45
|
}
|