@volue/design-icons 1.9.0 → 1.9.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/dist/index.common.d.ts +1 -1
- package/dist/index.common.js +1 -1
- package/dist/index.custom-properties.css +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.module.js +1 -1
- package/dist/index.scss +1 -1
- package/package.json +6 -8
package/dist/index.common.d.ts
CHANGED
package/dist/index.common.js
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.module.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 10 Jan 2025 14:45:03 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
|
|
3
|
+
// Generated on Fri, 10 Jan 2025 14:45:03 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.9.0",
|
|
3
|
+
"version": "1.9.1-next.0",
|
|
4
4
|
"description": "Icons for Volue design primitives",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"repository": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"scripts": {
|
|
32
32
|
"lint": "eslint . --cache",
|
|
33
33
|
"lint:fix": "yarn run lint --fix",
|
|
34
|
-
"_prettier": "prettier \"**/*.{json,md,mdx,yml,css}\"
|
|
34
|
+
"_prettier": "prettier \"**/*.{json,md,mdx,yml,css}\"",
|
|
35
35
|
"format": "yarn run _prettier --write",
|
|
36
36
|
"test": "run-p lint \"_prettier --check\"",
|
|
37
37
|
"clean": "rimraf dist",
|
|
@@ -43,19 +43,17 @@
|
|
|
43
43
|
"prepack": "yarn run build"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
+
"@volue/eslint-config": "1.0.1",
|
|
46
47
|
"change-case": "4.1.2",
|
|
47
|
-
"eslint": "
|
|
48
|
-
"eslint-config-volue": "15.2.1",
|
|
49
|
-
"eslint-import-resolver-node": "0.3.9",
|
|
50
|
-
"eslint-plugin-import": "2.31.0",
|
|
48
|
+
"eslint": "9.17.0",
|
|
51
49
|
"fs-extra": "10.1.0",
|
|
52
50
|
"js-yaml": "4.1.0",
|
|
53
|
-
"npm-run-
|
|
51
|
+
"npm-run-all2": "7.0.2",
|
|
54
52
|
"prettier": "3.4.2",
|
|
55
53
|
"rimraf": "3.0.2",
|
|
56
54
|
"style-dictionary": "3.9.2",
|
|
57
55
|
"svgo": "3.3.2",
|
|
58
|
-
"typescript": "5.7.
|
|
56
|
+
"typescript": "5.7.3",
|
|
59
57
|
"xml2js": "0.6.2"
|
|
60
58
|
}
|
|
61
59
|
}
|