@sit-onyx/icons 1.10.0 → 1.10.1-dev-20260611122725

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.
@@ -2161,7 +2161,7 @@
2161
2161
  "category": "Various",
2162
2162
  "aliases": ["excellence", "award", "price", "Standard"]
2163
2163
  },
2164
- "quote ": {
2164
+ "quote": {
2165
2165
  "category": "Tools & Shapes",
2166
2166
  "aliases": []
2167
2167
  },
@@ -2161,7 +2161,7 @@ declare const _default: {
2161
2161
  "category": "Various",
2162
2162
  "aliases": ["excellence", "award", "price", "Standard"]
2163
2163
  },
2164
- "quote ": {
2164
+ "quote": {
2165
2165
  "category": "Tools & Shapes",
2166
2166
  "aliases": []
2167
2167
  },
package/dist/utils.js CHANGED
@@ -3933,7 +3933,7 @@ var e = {
3933
3933
  "Standard"
3934
3934
  ]
3935
3935
  },
3936
- "quote ": {
3936
+ quote: {
3937
3937
  category: "Tools & Shapes",
3938
3938
  aliases: []
3939
3939
  },
@@ -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 : string;
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.0",
4
+ "version": "1.10.1-dev-20260611122725",
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.3",
34
- "unplugin-dts": "1.0.1",
35
- "vite": "8.0.14",
36
- "vite-plugin-static-copy": "^4.1.0",
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