@volue/design-icons 2.0.0-next.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/CHANGELOG.md CHANGED
@@ -4,6 +4,33 @@ All notable changes to this project will be documented in this file. See [Conven
4
4
 
5
5
  <!-- MONOWEAVE:BELOW -->
6
6
 
7
+ ## [2.0.0](https://github.com/Volue/wave/compare/@volue/design-icons@1.9.12...@volue/design-icons@2.0.0) "@volue/design-icons" (2026-04-28)
8
+
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+
12
+ * the `wave-icons` font, `@font-face` declaration, and all
13
+ .pf-* CSS classes are removed from @volue/wave. Consumers using
14
+ <i class="pf pf-foo"></i> markup must migrate to one of:
15
+
16
+ - HTML/CSS: the existing .svgIcon wrapper pattern referencing the SVG
17
+ sprite:
18
+
19
+ <span class="svgIcon svgIcon--stroked">
20
+ <svg aria-hidden="true" focusable="false">
21
+ <use xlink:href=".../sprite.svg#svg--iconName" />
22
+ </svg>
23
+ </span>
24
+
25
+ - React: the <SvgIcon> component from @volue/wave-react.
26
+
27
+ ### Features
28
+
29
+ * drop wave-icons font and .pf-* CSS API ([8dbbba9](https://github.com/Volue/wave/commit/8dbbba9789fe1ea8dcd8e4da5c9df845b4fb0d9f))
30
+
31
+
32
+
33
+
7
34
  ## [1.9.12](https://github.com/Volue/wave/compare/@volue/design-icons@1.9.11...@volue/design-icons@1.9.12) "@volue/design-icons" (2026-04-10)
8
35
 
9
36
 
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 Tue, 28 Apr 2026 09:25:04 GMT
3
+ * Generated on Wed, 20 May 2026 12:32:19 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Tue, 28 Apr 2026 09:25:04 GMT
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>;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Tue, 28 Apr 2026 09:25:04 GMT
3
+ * Generated on Wed, 20 May 2026 12:32:18 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, this file was auto-generated.
3
- * Generated on Tue, 28 Apr 2026 09:25:04 GMT
3
+ * Generated on Wed, 20 May 2026 12:32:19 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, this file was auto-generated.
3
- * Generated on Tue, 28 Apr 2026 09:25:04 GMT
3
+ * Generated on Wed, 20 May 2026 12:32:18 GMT
4
4
  */
5
5
 
6
6
  export const activity =
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 Tue, 28 Apr 2026 09:25:04 GMT
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-next.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.0",
56
+ "style-dictionary": "5.4.1",
57
57
  "svgo": "3.3.3",
58
58
  "typescript": "5.9.3",
59
59
  "xml2js": "0.6.2"