@volue/design-icons 1.9.4-next.5 → 1.9.4

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,17 @@ All notable changes to this project will be documented in this file. See [Conven
4
4
 
5
5
  <!-- MONOWEAVE:BELOW -->
6
6
 
7
+ ## [1.9.4](https://github.com/Volue/wave/compare/@volue/design-icons@1.9.3...@volue/design-icons@1.9.4) "@volue/design-icons" (2025-10-16)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * improve resolution of `design-*` packages ([60d86a9](https://github.com/Volue/wave/commit/60d86a9506b75d07c0179c94a529510dbb03396a))
13
+ * rm legacy color and font-size aliases ([ee03eff](https://github.com/Volue/wave/commit/ee03eff2ce65c7b5bbcb0acb70f79bdbcea76185))
14
+
15
+
16
+
17
+
7
18
  ## [1.9.3](https://github.com/Volue/wave/compare/@volue/design-icons@1.9.2...@volue/design-icons@1.9.3) "@volue/design-icons" (2025-07-16)
8
19
 
9
20
 
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sun, 12 Oct 2025 22:03:12 GMT
3
+ * Generated on Thu, 16 Oct 2025 13:19:00 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sun, 12 Oct 2025 22:03:12 GMT
3
+ * Generated on Thu, 16 Oct 2025 13:19:00 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 Sun, 12 Oct 2025 22:03:12 GMT
3
+ * Generated on Thu, 16 Oct 2025 13:19:00 GMT
4
4
  */
5
5
 
6
6
  export const activity : string;
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sun, 12 Oct 2025 22:03:12 GMT
3
+ * Generated on Thu, 16 Oct 2025 13:19:00 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 Sun, 12 Oct 2025 22:03:12 GMT
3
+ // Generated on Thu, 16 Oct 2025 13:19:00 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.4-next.5",
3
+ "version": "1.9.4",
4
4
  "description": "Icons for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {