@volue/design-icons 2.0.0-next.0 → 2.0.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 +27 -0
- 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 +1 -1
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
|
|
3
|
+
* Generated on Tue, 28 Apr 2026 17:55:00 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 Tue, 28 Apr 2026
|
|
3
|
+
* Generated on Tue, 28 Apr 2026 17:55:00 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>';
|