@volue/design-icons 1.8.4 → 1.8.5-next.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 +1 -1
- 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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines.
|
|
4
4
|
|
|
5
|
-
<!--
|
|
5
|
+
<!-- MONOWEAVE:BELOW -->
|
|
6
6
|
|
|
7
7
|
## [1.8.4](https://github.com/Volue/wave/compare/@volue/design-icons@1.8.3...@volue/design-icons@1.8.4) "@volue/design-icons" (2024-02-28)
|
|
8
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 Mon, 20 May 2024 18:39:58 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const activity = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" 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 Mon, 20 May 2024 18:39:58 GMT
|
|
4
4
|
|
|
5
5
|
$activity: <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" 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 viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" 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.
|
|
3
|
+
"version": "1.8.5-next.1",
|
|
4
4
|
"description": "Icons for Volue design primitives",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"repository": {
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"rimraf": "3.0.2",
|
|
56
56
|
"style-dictionary": "3.9.2",
|
|
57
57
|
"svgo": "2.8.0",
|
|
58
|
-
"typescript": "5.
|
|
58
|
+
"typescript": "5.4.5",
|
|
59
59
|
"xml2js": "0.6.2"
|
|
60
60
|
}
|
|
61
61
|
}
|