@volue/design-media-queries 1.3.0-next.2 → 1.3.1-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,16 @@ 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.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
+
9
+
10
+ ### Features
11
+
12
+ * **tokens:** manage tokens with `style-dictionary` ([f5feb97](https://github.com/Volue/wave/commit/f5feb97602f04e96464b5ebba2155bb01a37b276))
13
+
14
+
15
+
16
+
7
17
  ## [1.2.0](https://github.com/Volue/wave/compare/@volue/design-media-queries@1.1.4...@volue/design-media-queries@1.2.0) "@volue/design-media-queries" (2022-09-22)
8
18
 
9
19
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 15 Feb 2023 21:33:33 GMT
3
+ * Generated on Mon, 03 Apr 2023 08:11:38 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 Wed, 15 Feb 2023 21:33:33 GMT
3
+ * Generated on Mon, 03 Apr 2023 08:11:38 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 15 Feb 2023 21:33:33 GMT
3
+ * Generated on Mon, 03 Apr 2023 08:11:38 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 15 Feb 2023 21:33:33 GMT
3
+ * Generated on Mon, 03 Apr 2023 08:11:38 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 Wed, 15 Feb 2023 21:33:33 GMT
3
+ * Generated on Mon, 03 Apr 2023 08:11:38 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 Wed, 15 Feb 2023 21:33:33 GMT
3
+ // Generated on Mon, 03 Apr 2023 08:11:38 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 Wed, 15 Feb 2023 21:33:33 GMT
3
+ * Generated on Mon, 03 Apr 2023 08:11:38 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.0-next.2",
3
+ "version": "1.3.1-next.0",
4
4
  "description": "Media queries for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -32,12 +32,12 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "change-case": "4.1.2",
35
- "eslint": "8.34.0",
35
+ "eslint": "8.36.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
- "prettier": "2.8.4",
40
+ "prettier": "2.8.6",
41
41
  "rimraf": "3.0.2",
42
42
  "style-dictionary": "3.7.3-rc.1",
43
43
  "typescript": "4.9.5"