@sit-onyx/icons 1.1.0-dev-20250930120837 → 1.2.0-dev-20251104085331
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/assets/firewall.svg +1 -0
- package/dist/assets/intake.svg +1 -0
- package/dist/index.js +402 -400
- package/dist/metadata.json.d.ts +8 -0
- package/dist/utils.js +148 -146
- package/dist/virtual__vite-plugin-svg.d.ts +2 -0
- package/package.json +2 -2
|
@@ -269,6 +269,7 @@ export const iconFile: string;
|
|
|
269
269
|
export const iconFilter: string;
|
|
270
270
|
export const iconFingerprint: string;
|
|
271
271
|
export const iconFireExtinguisher: string;
|
|
272
|
+
export const iconFirewall: string;
|
|
272
273
|
export const iconFlag1: string;
|
|
273
274
|
export const iconFlag2: string;
|
|
274
275
|
export const iconFlashDisabled: string;
|
|
@@ -315,6 +316,7 @@ export const iconIcecream: string;
|
|
|
315
316
|
export const iconInboxIn: string;
|
|
316
317
|
export const iconInboxOut: string;
|
|
317
318
|
export const iconInbox: string;
|
|
319
|
+
export const iconIntake: string;
|
|
318
320
|
export const iconKeyArrowUp: string;
|
|
319
321
|
export const iconKeyCircleCheck: string;
|
|
320
322
|
export const iconKeyClock: 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.
|
|
4
|
+
"version": "1.2.0-dev-20251104085331",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Schwarz IT KG",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@changesets/write": "~0.4.0",
|
|
33
33
|
"tsx": "^4.20.6",
|
|
34
|
-
"vite-plugin-static-copy": "^3.1.
|
|
34
|
+
"vite-plugin-static-copy": "^3.1.4",
|
|
35
35
|
"@sit-onyx/shared": "^0.1.0",
|
|
36
36
|
"@sit-onyx/vite-plugin-svg": "^0.1.0"
|
|
37
37
|
},
|