@sit-onyx/icons 1.11.0-dev-20260721063921 → 1.11.0-dev-20260721094001
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/utils.js +2 -1
- package/package.json +3 -3
package/dist/utils.js
CHANGED
|
@@ -5623,7 +5623,8 @@ var e = {
|
|
|
5623
5623
|
}), e[n.category] = r, e;
|
|
5624
5624
|
}, {}), n = {};
|
|
5625
5625
|
return Object.keys(t).sort().forEach((e) => {
|
|
5626
|
-
|
|
5626
|
+
let r = t[e].slice().sort((e, t) => e.iconName.localeCompare(t.iconName));
|
|
5627
|
+
n[e] = r;
|
|
5627
5628
|
}), n;
|
|
5628
5629
|
}, n = (e) => `icon${e.replace(".svg", "").split("-").map((e) => r(e)).join("")}`, r = (e) => e.charAt(0).toUpperCase() + e.slice(1);
|
|
5629
5630
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sit-onyx/icons",
|
|
3
|
-
"version": "1.11.0-dev-
|
|
3
|
+
"version": "1.11.0-dev-20260721094001",
|
|
4
4
|
"description": "SVG icons for the onyx design system",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/SchwarzIT/onyx/issues"
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@changesets/write": "^0.4.0",
|
|
30
|
-
"tsx": "^4.23.
|
|
30
|
+
"tsx": "^4.23.1",
|
|
31
31
|
"unplugin-dts": "1.0.3",
|
|
32
|
-
"vite": "8.
|
|
32
|
+
"vite": "8.1.5",
|
|
33
33
|
"vite-plugin-static-copy": "^4.1.1",
|
|
34
34
|
"@sit-onyx/shared": "^0.1.0",
|
|
35
35
|
"@sit-onyx/vite-plugin-svg": "^0.1.0"
|