@sit-onyx/icons 1.10.0 → 1.10.1-dev-20260611132325
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/metadata.json
CHANGED
package/dist/metadata.json.d.ts
CHANGED
package/dist/utils.js
CHANGED
|
@@ -507,7 +507,7 @@ export const iconPuzzle1: string;
|
|
|
507
507
|
export const iconPuzzle2: string;
|
|
508
508
|
export const iconQrCode: string;
|
|
509
509
|
export const iconQuality: string;
|
|
510
|
-
export const iconQuote
|
|
510
|
+
export const iconQuote: string;
|
|
511
511
|
export const iconRabbitmq: string;
|
|
512
512
|
export const iconRadarStation: string;
|
|
513
513
|
export const iconRadar: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sit-onyx/icons",
|
|
3
3
|
"description": "SVG icons for the onyx design system",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.1-dev-20260611132325",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Schwarz IT KG",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@changesets/write": "~0.4.0",
|
|
33
|
-
"tsx": "^4.22.
|
|
34
|
-
"unplugin-dts": "1.0.
|
|
35
|
-
"vite": "8.0.
|
|
36
|
-
"vite-plugin-static-copy": "^4.1.
|
|
33
|
+
"tsx": "^4.22.4",
|
|
34
|
+
"unplugin-dts": "1.0.2",
|
|
35
|
+
"vite": "8.0.16",
|
|
36
|
+
"vite-plugin-static-copy": "^4.1.1",
|
|
37
37
|
"@sit-onyx/shared": "^0.1.0",
|
|
38
38
|
"@sit-onyx/vite-plugin-svg": "^0.1.0"
|
|
39
39
|
},
|
|
File without changes
|