@odx/icons 3.59.0 → 3.60.0
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/CHANGELOG.md +12 -0
- package/README.md +7 -7
- package/core/core-demo-poster.html +2 -2
- package/core/core-icons.eot +0 -0
- package/core/core-icons.ttf +0 -0
- package/core/core-icons.woff +0 -0
- package/core/core-icons.woff2 +0 -0
- package/medical/medical-demo-poster.html +2 -2
- package/medical/medical-icons.eot +0 -0
- package/medical/medical-icons.ttf +0 -0
- package/medical/medical-icons.woff +0 -0
- package/medical/medical-icons.woff2 +0 -0
- package/package.json +1 -1
- package/safety/safety-demo-poster.html +2 -2
- package/safety/safety-icons.eot +0 -0
- package/safety/safety-icons.ttf +0 -0
- package/safety/safety-icons.woff +0 -0
- package/safety/safety-icons.woff2 +0 -0
- package/uib-legacy/uib-legacy-demo-poster.html +2 -2
- package/uib-legacy/uib-legacy-icons.eot +0 -0
- package/uib-legacy/uib-legacy-icons.ttf +0 -0
- package/uib-legacy/uib-legacy-icons.woff +0 -0
- package/uib-legacy/uib-legacy-icons.woff2 +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# [3.60.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.59.0...v3.60.0) (2025-04-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* use correct version in package.json ([1d1a7b7](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/1d1a7b7607811657153c083708f8cd268ccbbb43))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* update dependencies ([6caa823](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/6caa823a6037e3bfe0175267d208f79563a5e9b4))
|
|
12
|
+
|
|
1
13
|
# [3.59.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.58.0...v3.59.0) (2025-04-02)
|
|
2
14
|
|
|
3
15
|
|
package/README.md
CHANGED
|
@@ -22,20 +22,20 @@ npm install @odx/icons
|
|
|
22
22
|
Import one or more icon sets into your ``styles.scss``, for example:
|
|
23
23
|
|
|
24
24
|
```css
|
|
25
|
-
@import '
|
|
26
|
-
@import '
|
|
27
|
-
@import '
|
|
28
|
-
@import '
|
|
25
|
+
@import '@odx/icons/core/core-icons.css';
|
|
26
|
+
@import '@odx/icons/medical/medical-icons.css';
|
|
27
|
+
@import '@odx/icons/safety/safety-icons.css';
|
|
28
|
+
@import '@odx/icons/uib-legacy/uib-legacy-icons.css';
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
In you HTML template you can now include icons as easy as:
|
|
32
32
|
|
|
33
33
|
```
|
|
34
|
-
<i class="odx-icon" data-icon-set="core" data-icon-name="
|
|
34
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="user">
|
|
35
35
|
<span></span>
|
|
36
36
|
</i>
|
|
37
37
|
|
|
38
|
-
<i class="odx-icon" data-icon-set="safety" data-icon-name="
|
|
38
|
+
<i class="odx-icon" data-icon-set="safety" data-icon-name="alarm">
|
|
39
39
|
<span></span>
|
|
40
40
|
</i>
|
|
41
41
|
```
|
|
@@ -70,4 +70,4 @@ The following icon transformations can be applied using `data-icon-*` attributes
|
|
|
70
70
|
|
|
71
71
|
### ODX Iconpicker
|
|
72
72
|
|
|
73
|
-
All icons can also be accessed using the [ODX Iconpicker](https://icons.draeger.com)
|
|
73
|
+
All icons can also be accessed using the [ODX Iconpicker](https://icons.draeger.com)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons 3.
|
|
5
|
+
<title>@odx/icons 3.60.0</title>
|
|
6
6
|
<link rel="stylesheet" type="text/css" href="core-icons.css" media="screen" />
|
|
7
7
|
<style>
|
|
8
8
|
* {
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
/>
|
|
127
127
|
</svg>
|
|
128
128
|
<h1 class="page-title">
|
|
129
|
-
@odx/icons 3.
|
|
129
|
+
@odx/icons 3.60.0
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
package/core/core-icons.eot
CHANGED
|
Binary file
|
package/core/core-icons.ttf
CHANGED
|
Binary file
|
package/core/core-icons.woff
CHANGED
|
Binary file
|
package/core/core-icons.woff2
CHANGED
|
Binary file
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons 3.
|
|
5
|
+
<title>@odx/icons 3.60.0</title>
|
|
6
6
|
<link rel="stylesheet" type="text/css" href="medical-icons.css" media="screen" />
|
|
7
7
|
<style>
|
|
8
8
|
* {
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
/>
|
|
127
127
|
</svg>
|
|
128
128
|
<h1 class="page-title">
|
|
129
|
-
@odx/icons 3.
|
|
129
|
+
@odx/icons 3.60.0
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons 3.
|
|
5
|
+
<title>@odx/icons 3.60.0</title>
|
|
6
6
|
<link rel="stylesheet" type="text/css" href="safety-icons.css" media="screen" />
|
|
7
7
|
<style>
|
|
8
8
|
* {
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
/>
|
|
127
127
|
</svg>
|
|
128
128
|
<h1 class="page-title">
|
|
129
|
-
@odx/icons 3.
|
|
129
|
+
@odx/icons 3.60.0
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
package/safety/safety-icons.eot
CHANGED
|
Binary file
|
package/safety/safety-icons.ttf
CHANGED
|
Binary file
|
package/safety/safety-icons.woff
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons 3.
|
|
5
|
+
<title>@odx/icons 3.60.0</title>
|
|
6
6
|
<link rel="stylesheet" type="text/css" href="uib-legacy-icons.css" media="screen" />
|
|
7
7
|
<style>
|
|
8
8
|
* {
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
/>
|
|
127
127
|
</svg>
|
|
128
128
|
<h1 class="page-title">
|
|
129
|
-
@odx/icons 3.
|
|
129
|
+
@odx/icons 3.60.0
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|