@sit-onyx/icons 1.0.0-beta.24 → 1.0.0-beta.26
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/enter.svg +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +447 -446
- package/dist/metadata.json.d.ts +4 -0
- package/dist/utils.js +155 -154
- package/dist/{virtual:vite-plugin-svg.d.ts → virtual__vite-plugin-svg.d.ts} +1 -0
- package/package.json +3 -4
|
@@ -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.
|
|
4
|
+
"version": "1.0.0-beta.26",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Schwarz IT KG",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -30,11 +30,10 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@changesets/write": "~0.4.0",
|
|
33
|
-
"tsx": "^4.20.
|
|
34
|
-
"vite-plugin-dts": "^4.5.4",
|
|
33
|
+
"tsx": "^4.20.4",
|
|
35
34
|
"vite-plugin-static-copy": "^3.1.1",
|
|
36
35
|
"@sit-onyx/shared": "^1.0.0-beta.4",
|
|
37
|
-
"@sit-onyx/vite-plugin-svg": "^0.0.0"
|
|
36
|
+
"@sit-onyx/vite-plugin-svg": "^0.0.1-beta.0"
|
|
38
37
|
},
|
|
39
38
|
"scripts": {
|
|
40
39
|
"build": "vite build",
|