@volue/design-icons 2.0.0 → 2.0.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.cjs +1 -1
- package/dist/index.cssmodules.css +1 -1
- package/dist/index.custom-properties.css +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.scss +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 20 May 2026 12:32:18 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
@value 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.d.ts
CHANGED
package/dist/index.mjs
CHANGED
package/dist/index.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 20 May 2026 12:32:18 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
$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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volue/design-icons",
|
|
3
|
-
"version": "2.0.0",
|
|
3
|
+
"version": "2.0.1-next.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Icons for Volue design primitives",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"npm-run-all2": "8.0.4",
|
|
54
54
|
"premove": "4.0.0",
|
|
55
55
|
"prettier": "3.8.3",
|
|
56
|
-
"style-dictionary": "5.4.
|
|
56
|
+
"style-dictionary": "5.4.1",
|
|
57
57
|
"svgo": "3.3.3",
|
|
58
58
|
"typescript": "5.9.3",
|
|
59
59
|
"xml2js": "0.6.2"
|