@sit-onyx/icons 1.3.0-dev-20251125094015 → 1.3.0-dev-20251204080720
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/cloud-shield.svg +1 -0
- package/dist/index.js +532 -531
- package/dist/metadata.json.d.ts +4 -0
- package/dist/utils.js +1 -0
- package/dist/virtual__vite-plugin-svg.d.ts +1 -0
- package/package.json +2 -2
package/dist/metadata.json.d.ts
CHANGED
|
@@ -613,6 +613,10 @@ declare const _default: {
|
|
|
613
613
|
"category": "Network & Infrastructure",
|
|
614
614
|
"aliases": ["Wolke", "Einstellungen", "Zahnrad"]
|
|
615
615
|
},
|
|
616
|
+
"cloud-shield": {
|
|
617
|
+
"category": "Software & Services",
|
|
618
|
+
"aliases": []
|
|
619
|
+
},
|
|
616
620
|
"coffee-cup": {
|
|
617
621
|
"category": "Kitchen & Food",
|
|
618
622
|
"aliases": [
|
package/dist/utils.js
CHANGED
|
@@ -144,6 +144,7 @@ const c = { category: "Devices & Electronics", aliases: ["alert", "Wecker", "Uhr
|
|
|
144
144
|
"cloud-key": { category: "Network & Infrastructure", aliases: ["Wolke", "Schlüssel"] },
|
|
145
145
|
"cloud-lock": { category: "Network & Infrastructure", aliases: ["secure-cloud", "cloud-access", "Cloud-Schlüssel", "Cloud-Zugang", "Wolke"] },
|
|
146
146
|
"cloud-setting": { category: "Network & Infrastructure", aliases: ["Wolke", "Einstellungen", "Zahnrad"] },
|
|
147
|
+
"cloud-shield": { category: "Software & Services", aliases: [] },
|
|
147
148
|
"coffee-cup": { category: "Kitchen & Food", aliases: ["tea", "caffeine-container", "Kaffeetasse", "Koffein-Behälter", "Tee", "trinken", "Getränk"] },
|
|
148
149
|
colors: O,
|
|
149
150
|
"compact-disc": { category: "Hardware", aliases: ["cd", "Kompaktscheibe"] },
|
|
@@ -143,6 +143,7 @@ export const iconCloudFoundry: string;
|
|
|
143
143
|
export const iconCloudKey: string;
|
|
144
144
|
export const iconCloudLock: string;
|
|
145
145
|
export const iconCloudSetting: string;
|
|
146
|
+
export const iconCloudShield: string;
|
|
146
147
|
export const iconCloud: string;
|
|
147
148
|
export const iconCoffeeCup: string;
|
|
148
149
|
export const iconColors: 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.3.0-dev-
|
|
4
|
+
"version": "1.3.0-dev-20251204080720",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Schwarz IT KG",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@changesets/write": "~0.4.0",
|
|
33
|
-
"tsx": "^4.
|
|
33
|
+
"tsx": "^4.21.0",
|
|
34
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"
|