@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 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 'node_modules/@odx/icons/core/font.css';
26
- @import 'node_modules/@odx/icons/medical/font.css';
27
- @import 'node_modules/@odx/icons/safety/font.css';
28
- @import 'node_modules/@odx/icons/uib-legacy/font.css';
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="placeholder">
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="add">
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) (requires authentication)
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.59.0</title>
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.59.0
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
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>@odx/icons 3.59.0</title>
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.59.0
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odx/icons",
3
- "version": "3.59.0",
3
+ "version": "3.60.0",
4
4
  "author": "Drägerwerk AG & Co. KGaA",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "publishConfig": {
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>@odx/icons 3.59.0</title>
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.59.0
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
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>@odx/icons 3.59.0</title>
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.59.0
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