@odx/icons 4.0.0-rc.25 → 4.0.0-rc.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/README.md +1 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -161,11 +161,9 @@ This library leverages modern web technologies such as Shadow DOM for encapsulat
|
|
|
161
161
|
- Chrome **97+**
|
|
162
162
|
- Edge **97+**
|
|
163
163
|
- Firefox **104+**
|
|
164
|
-
- Safari **
|
|
164
|
+
- Safari **14+**
|
|
165
165
|
- Opera **83+**
|
|
166
166
|
|
|
167
|
-
> In order to support Safari versions <16.4 you have to include a polyfill for the [CSSStyleSheet API](https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleSheet).
|
|
168
|
-
|
|
169
167
|
## Live demo ⭐
|
|
170
168
|
|
|
171
169
|
For a overview of all available assets please refer to our [**Asset Viewer**](https://assets.draeger.com/icons).
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odx/icons",
|
|
3
3
|
"description": "A library of icon assets for ODX",
|
|
4
|
-
"version": "4.0.0-rc.
|
|
4
|
+
"version": "4.0.0-rc.26",
|
|
5
5
|
"author": "Drägerwerk AG & Co.KGaA",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
7
7
|
"homepage": "https://odx.draeger.com",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"generate-assets": "npx generate-assets && biome check --write --no-errors-on-unmatched --files-ignore-unknown=true"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@odx/assets-utils": "^1.
|
|
17
|
+
"@odx/assets-utils": "^1.2.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@odx/assets-cli": "*",
|