@sit-onyx/icons 1.0.0-beta.24 → 1.0.0-beta.25

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.
@@ -221,6 +221,7 @@ export const iconEmojiNeutral2: string;
221
221
  export const iconEmojiSad: string;
222
222
  export const iconEmojiUnhappy: string;
223
223
  export const iconEngine: string;
224
+ export const iconEnter: string;
224
225
  export const iconErrorFlag: string;
225
226
  export const iconEthernet: string;
226
227
  export const iconExpandWindowSmall: 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.0.0-beta.24",
4
+ "version": "1.0.0-beta.25",
5
5
  "type": "module",
6
6
  "author": "Schwarz IT KG",
7
7
  "license": "Apache-2.0",
@@ -31,7 +31,6 @@
31
31
  "devDependencies": {
32
32
  "@changesets/write": "~0.4.0",
33
33
  "tsx": "^4.20.3",
34
- "vite-plugin-dts": "^4.5.4",
35
34
  "vite-plugin-static-copy": "^3.1.1",
36
35
  "@sit-onyx/shared": "^1.0.0-beta.4",
37
36
  "@sit-onyx/vite-plugin-svg": "^0.0.0"