@sit-onyx/icons 1.3.0-dev-20251126095536 → 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.
@@ -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-20251126095536",
4
+ "version": "1.3.0-dev-20251204080720",
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.20.6",
33
+ "tsx": "^4.21.0",
34
34
  "vite-plugin-static-copy": "^3.1.4",
35
- "@sit-onyx/vite-plugin-svg": "^0.1.0",
36
- "@sit-onyx/shared": "^0.1.0"
35
+ "@sit-onyx/shared": "^0.1.0",
36
+ "@sit-onyx/vite-plugin-svg": "^0.1.0"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "vite build",