@volue/design-icons 1.8.6-next.0 → 1.8.6-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:12 GMT
3
+ * Generated on Mon, 23 Sep 2024 08:17:34 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 13 Aug 2024 12:13:12 GMT
3
+ * Generated on Mon, 23 Sep 2024 08:17:34 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:12 GMT
3
+ * Generated on Mon, 23 Sep 2024 08:17:34 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:12 GMT
3
+ * Generated on Mon, 23 Sep 2024 08:17:34 GMT
4
4
  */
5
5
 
6
6
  export const activity : string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 13 Aug 2024 12:13:12 GMT
3
+ * Generated on Mon, 23 Sep 2024 08:17:34 GMT
4
4
  */
5
5
 
6
6
  export const activity = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"/></svg>";
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:12 GMT
3
+ // Generated on Mon, 23 Sep 2024 08:17:34 GMT
4
4
 
5
5
  $activity: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 12h-4l-3 9L9 3l-3 9H2"/></svg>;
6
6
  $add: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 19V5m-7 7h14"/></svg>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volue/design-icons",
3
- "version": "1.8.6-next.0",
3
+ "version": "1.8.6-next.2",
4
4
  "description": "Icons for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -44,10 +44,10 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "change-case": "4.1.2",
47
- "eslint": "8.57.0",
47
+ "eslint": "8.57.1",
48
48
  "eslint-config-volue": "15.2.1",
49
49
  "eslint-import-resolver-node": "0.3.9",
50
- "eslint-plugin-import": "2.29.1",
50
+ "eslint-plugin-import": "2.30.0",
51
51
  "fs-extra": "10.1.0",
52
52
  "js-yaml": "4.1.0",
53
53
  "npm-run-all": "4.1.5",
@@ -55,7 +55,7 @@
55
55
  "rimraf": "3.0.2",
56
56
  "style-dictionary": "3.9.2",
57
57
  "svgo": "3.3.2",
58
- "typescript": "5.5.4",
58
+ "typescript": "5.6.2",
59
59
  "xml2js": "0.6.2"
60
60
  }
61
61
  }