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

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/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.6",
4
+ "version": "1.0.0-beta.7",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "devDependencies": {
25
25
  "@changesets/write": "~0.3.2",
26
- "tsx": "^4.19.1"
26
+ "tsx": "^4.19.2"
27
27
  },
28
28
  "scripts": {
29
29
  "test": "vitest",
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 2.25v19.5L12 16.875 4.5 21.75V2.25z"/></svg>
package/src/metadata.json CHANGED
@@ -193,6 +193,10 @@
193
193
  "category": "Action & Interface",
194
194
  "aliases": ["favorite", "marker", "Lesezeichen", "Favorit"]
195
195
  },
196
+ "bookmark-filled": {
197
+ "category": "Action & Interface",
198
+ "aliases": []
199
+ },
196
200
  "box": {
197
201
  "category": "Action & Interface",
198
202
  "aliases": ["checkbox", "select", "auswählen"]
@@ -833,7 +837,7 @@
833
837
  },
834
838
  "download": {
835
839
  "category": "Network & Infrastructure",
836
- "aliases": ["fetch", "receive", "herunterladen", "empfangen", "Pfeil", "Arrow"]
840
+ "aliases": ["fetch", "receive", "herunterladen", "empfangen", "Pfeil", "Arrow", "export"]
837
841
  },
838
842
  "draggable": {
839
843
  "category": "Action & Interface",
@@ -2088,11 +2092,26 @@
2088
2092
  },
2089
2093
  "share-ios": {
2090
2094
  "category": "Action & Interface",
2091
- "aliases": ["distribute-apple", "send-ios", "Teilen-iOS", "Senden-iOS"]
2095
+ "aliases": [
2096
+ "distribute-apple",
2097
+ "send-ios",
2098
+ "Teilen-iOS",
2099
+ "Senden-iOS",
2100
+ "export",
2101
+ "teilen",
2102
+ "exportieren"
2103
+ ]
2092
2104
  },
2093
2105
  "share-web": {
2094
2106
  "category": "Action & Interface",
2095
- "aliases": ["distribute-online", "send-internet", "Teilen-Web", "abspringen"]
2107
+ "aliases": [
2108
+ "distribute-online",
2109
+ "send-internet",
2110
+ "Teilen-Web",
2111
+ "abspringen",
2112
+ "exportieren",
2113
+ "export"
2114
+ ]
2096
2115
  },
2097
2116
  "shield": {
2098
2117
  "category": "Security & Protection",