@sit-onyx/icons 1.0.0-beta.7 → 1.0.0-beta.8

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/types.js ADDED
@@ -0,0 +1 @@
1
+ export {};
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.7",
4
+ "version": "1.0.0-beta.8",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -13,11 +13,14 @@
13
13
  "url": "https://github.com/schwarzit/onyx/issues"
14
14
  },
15
15
  "files": [
16
- "src"
16
+ "src",
17
+ "dist"
17
18
  ],
18
- "types": "./src/index.ts",
19
19
  "exports": {
20
- ".": "./src/index.ts",
20
+ ".": {
21
+ "types": "./src/index.ts",
22
+ "import": "./dist/index.js"
23
+ },
21
24
  "./metadata": "./src/metadata.json",
22
25
  "./*": "./src/assets/*"
23
26
  },
@@ -26,6 +29,7 @@
26
29
  "tsx": "^4.19.2"
27
30
  },
28
31
  "scripts": {
32
+ "build": "tsc",
29
33
  "test": "vitest",
30
34
  "generate:changeset": "tsx ./scripts/changeset.ts"
31
35
  }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.478 10.38c0-3.157-2.326-5.625-5.303-5.625h-.03a6.29 6.29 0 0 0-5.497-3.247 6.29 6.29 0 0 0-6.203 5.25c-2.242.33-3.975 2.265-3.975 4.597 0 2.513 2.003 4.553 4.493 4.643v6.465h9.014v-2.97h2.985v-3.548c2.566-.405 4.508-2.76 4.508-5.557zm-8.986 10.583H7.478v-9h6.015zm2.978-2.97h-1.485v-7.53h-4.537v-1.47h6.022zm1.5-3.593V7.485H8.948v2.97H5.963v4.028a3.146 3.146 0 0 1-2.993-3.135c0-1.68 1.402-3.135 3.128-3.15l.727.052.045-.757A4.78 4.78 0 0 1 11.648 3a4.77 4.77 0 0 1 4.35 2.82l.202.458.503-.015.465-.008c2.13 0 3.802 1.815 3.802 4.125 0 1.973-1.282 3.623-3.008 4.02zm-5.962 1.365H8.993v-1.5h3.015zm-3 1.5h3.015v1.5H9.008z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.03 8.73h-3.758V3.015h-12v8.618H3.016v10.875H21.03zm-1.5 2.895h-4.658a1.596 1.596 0 0 1 1.583-1.387h3.083v1.387zM6.773 4.515h9v4.298a3.085 3.085 0 0 0-2.4 2.82h-6.6zm12.75 16.493H4.508v-7.875h15.015zM14.213 7.47H8.228v-1.5h5.985zm-2.19 1.523v1.5H8.288v-1.5z"/></svg>
package/src/metadata.json CHANGED
@@ -569,6 +569,10 @@
569
569
  "category": "Network & Infrastructure",
570
570
  "aliases": ["join-cloud", "cloud-link", "Cloud-Verbindung", "Cloud-Link", "Wolke"]
571
571
  },
572
+ "cloud-files": {
573
+ "category": "Software & Services",
574
+ "aliases": []
575
+ },
572
576
  "cloud-foundry": {
573
577
  "category": "Software & Services",
574
578
  "aliases": []
@@ -1156,6 +1160,10 @@
1156
1160
  "category": "Network & Infrastructure",
1157
1161
  "aliases": ["directory-link", "file-join", "Ordner-Verbindung", "Datei-Verknüpfung"]
1158
1162
  },
1163
+ "folder-file": {
1164
+ "category": "File & Type",
1165
+ "aliases": []
1166
+ },
1159
1167
  "folder-plus": {
1160
1168
  "category": "File & Type",
1161
1169
  "aliases": ["Ordner", "hinzufügen", "add"]