@odx/icons 3.33.0 → 3.35.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,18 @@
1
+ # [3.35.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.34.0...v3.35.0) (2024-09-25)
2
+
3
+
4
+ ### Features
5
+
6
+ * **icons:** color correction ([7cfc42d](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/7cfc42d891e9c42bab480c9865834599033fe237))
7
+
8
+ # [3.34.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.33.0...v3.34.0) (2024-09-25)
9
+
10
+
11
+ ### Features
12
+
13
+ * **icons:** correction ([172b93d](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/172b93d896651b769cb70039ef8b30539b48a344))
14
+ * **icons:** refinement ([fd3163c](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/fd3163cebd95becdb092bd2f02688acd0e3bf58b))
15
+
1
16
  # [3.33.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.32.0...v3.33.0) (2024-09-25)
2
17
 
3
18
 
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>@odx/icons 3.33.0</title>
5
+ <title>@odx/icons 3.35.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.33.0
129
+ @odx/icons 3.35.0
130
130
  </h1>
131
131
  <input class="page-search" placeholder="Search icons ..." />
132
132
  <div class="icon-count">
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>@odx/icons 3.33.0</title>
5
+ <title>@odx/icons 3.35.0</title>
6
6
  <link rel="stylesheet" type="text/css" href="medical-icons.css" media="screen" />
7
7
  <style>
8
8
  * {
@@ -126,11 +126,11 @@
126
126
  />
127
127
  </svg>
128
128
  <h1 class="page-title">
129
- @odx/icons 3.33.0
129
+ @odx/icons 3.35.0
130
130
  </h1>
131
131
  <input class="page-search" placeholder="Search icons ..." />
132
132
  <div class="icon-count">
133
- Iconset: <strong>medical</strong> (21 icons)
133
+ Iconset: <strong>medical</strong> (24 icons)
134
134
  </div>
135
135
  </header>
136
136
  <main class="icons" id="icons">
@@ -239,6 +239,27 @@
239
239
  <span class="icon-name">device-sono</span>
240
240
  <span class="icon-alias">
241
241
  </div>
242
+ <div class="icons__item">
243
+ <i class="odx-icon" data-icon-set="medical" data-icon-name="imaging-ang">
244
+ <span></span>
245
+ </i>
246
+ <span class="icon-name">imaging-ang</span>
247
+ <span class="icon-alias">
248
+ </div>
249
+ <div class="icons__item">
250
+ <i class="odx-icon" data-icon-set="medical" data-icon-name="imaging-ct">
251
+ <span></span>
252
+ </i>
253
+ <span class="icon-name">imaging-ct</span>
254
+ <span class="icon-alias">
255
+ </div>
256
+ <div class="icons__item">
257
+ <i class="odx-icon" data-icon-set="medical" data-icon-name="imaging-mrt">
258
+ <span></span>
259
+ </i>
260
+ <span class="icon-name">imaging-mrt</span>
261
+ <span class="icon-alias">
262
+ </div>
242
263
  <div class="icons__item">
243
264
  <i class="odx-icon" data-icon-set="medical" data-icon-name="stethoscope">
244
265
  <span></span>
@@ -1,23 +1,26 @@
1
1
  $glyphs: (
2
- alarm: "\f114",
3
- alarm-off: "\f111",
4
- alarm-pause: "\f113",
5
- bed-free: "\f108",
6
- bed-occupied: "\f109",
7
- bed-raised: "\f10a",
8
- device: "\f115",
9
- device-ang: "\f116",
10
- device-ct: "\f117",
11
- device-lan: "\f119",
12
- device-lan-off: "\f118",
13
- device-mrt: "\f11a",
14
- device-offline: "\f11b",
15
- device-online: "\f11c",
16
- device-sono: "\f11d",
17
- stethoscope: "\f102",
18
- test-setup: "\f103",
19
- vapor: "\f104",
20
- ventilation-hfnc: "\f105",
21
- ventilation-mask: "\f106",
22
- ventilation-tube: "\f107"
2
+ alarm: "\f103",
3
+ alarm-off: "\f101",
4
+ alarm-pause: "\f102",
5
+ bed-free: "\f104",
6
+ bed-occupied: "\f105",
7
+ bed-raised: "\f106",
8
+ device: "\f10f",
9
+ device-ang: "\f107",
10
+ device-ct: "\f108",
11
+ device-lan: "\f10a",
12
+ device-lan-off: "\f109",
13
+ device-mrt: "\f10b",
14
+ device-offline: "\f10c",
15
+ device-online: "\f10d",
16
+ device-sono: "\f10e",
17
+ imaging-ang: "\f110",
18
+ imaging-ct: "\f111",
19
+ imaging-mrt: "\f112",
20
+ stethoscope: "\f113",
21
+ test-setup: "\f114",
22
+ vapor: "\f115",
23
+ ventilation-hfnc: "\f116",
24
+ ventilation-mask: "\f117",
25
+ ventilation-tube: "\f118"
23
26
  );
@@ -1 +1 @@
1
- @font-face{font-family:medical-icons;src:url("medical-icons.eot");src:url("medical-icons.eot?#iefix") format("embedded-opentype"),url("medical-icons.woff") format("woff"),url("medical-icons.ttf") format("truetype");font-style:normal;font-weight:400}.odx-icon{display:inline-block;position:relative;height:1em;width:1em;transform:translate(0,0);text-rendering:auto;vertical-align:middle;font-size:inherit;font-weight:400;line-height:1;font-style:normal;font-variant:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.odx-icon[data-icon-set=medical]{font-family:medical-icons}.odx-icon span::before{z-index:1}.odx-icon span::after{z-index:2}.odx-icon span::after,.odx-icon span::before,.odx-icon::after,.odx-icon::before{display:block;position:absolute;white-space:normal;text-indent:0;speak:none;top:0;left:0}.odx-icon[data-icon-rotate]{transform:rotate(var(--odx-icon-rotation))}.odx-icon[data-icon-rotate="90deg"]{--odx-icon-rotation:90deg}.odx-icon[data-icon-rotate="180deg"]{--odx-icon-rotation:180deg}.odx-icon[data-icon-rotate="270deg"]{--odx-icon-rotation:270deg}.odx-icon[data-icon-flip=horizontal]{transform:scaleX(-1)}.odx-icon[data-icon-flip=vertical]{transform:scaleY(-1)}.odx-icon[data-icon-flip=both]{transform:scale(-1)}[data-icon-set=medical][data-icon-name=alarm]::before{content:"\f114"}[data-icon-set=medical][data-icon-name=alarm-off]::before{content:"\f111"}[data-icon-set=medical][data-icon-name=alarm-pause]::before{content:"\f113"}[data-icon-set=medical][data-icon-name=bed-free]::before{content:"\f108"}[data-icon-set=medical][data-icon-name=bed-occupied]::before{content:"\f109"}[data-icon-set=medical][data-icon-name=bed-raised]::before{content:"\f10a"}[data-icon-set=medical][data-icon-name=device]::before{content:"\f115"}[data-icon-set=medical][data-icon-name=device-ang]::before{content:"\f116"}[data-icon-set=medical][data-icon-name=device-ct]::before{content:"\f117"}[data-icon-set=medical][data-icon-name=device-lan]::before{content:"\f119"}[data-icon-set=medical][data-icon-name=device-lan-off]::before{content:"\f118"}[data-icon-set=medical][data-icon-name=device-mrt]::before{content:"\f11a"}[data-icon-set=medical][data-icon-name=device-offline]::before{content:"\f11b"}[data-icon-set=medical][data-icon-name=device-online]::before{content:"\f11c"}[data-icon-set=medical][data-icon-name=device-sono]::before{content:"\f11d"}[data-icon-set=medical][data-icon-name=stethoscope]::before{content:"\f102"}[data-icon-set=medical][data-icon-name=test-setup]::before{content:"\f103"}[data-icon-set=medical][data-icon-name=vapor]::before{content:"\f104"}[data-icon-set=medical][data-icon-name=ventilation-hfnc]::before{content:"\f105"}[data-icon-set=medical][data-icon-name=ventilation-mask]::before{content:"\f106"}[data-icon-set=medical][data-icon-name=ventilation-tube]::before{content:"\f107"}
1
+ @font-face{font-family:medical-icons;src:url("medical-icons.eot");src:url("medical-icons.eot?#iefix") format("embedded-opentype"),url("medical-icons.woff") format("woff"),url("medical-icons.ttf") format("truetype");font-style:normal;font-weight:400}.odx-icon{display:inline-block;position:relative;height:1em;width:1em;transform:translate(0,0);text-rendering:auto;vertical-align:middle;font-size:inherit;font-weight:400;line-height:1;font-style:normal;font-variant:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.odx-icon[data-icon-set=medical]{font-family:medical-icons}.odx-icon span::before{z-index:1}.odx-icon span::after{z-index:2}.odx-icon span::after,.odx-icon span::before,.odx-icon::after,.odx-icon::before{display:block;position:absolute;white-space:normal;text-indent:0;speak:none;top:0;left:0}.odx-icon[data-icon-rotate]{transform:rotate(var(--odx-icon-rotation))}.odx-icon[data-icon-rotate="90deg"]{--odx-icon-rotation:90deg}.odx-icon[data-icon-rotate="180deg"]{--odx-icon-rotation:180deg}.odx-icon[data-icon-rotate="270deg"]{--odx-icon-rotation:270deg}.odx-icon[data-icon-flip=horizontal]{transform:scaleX(-1)}.odx-icon[data-icon-flip=vertical]{transform:scaleY(-1)}.odx-icon[data-icon-flip=both]{transform:scale(-1)}[data-icon-set=medical][data-icon-name=alarm]::before{content:"\f103"}[data-icon-set=medical][data-icon-name=alarm-off]::before{content:"\f101"}[data-icon-set=medical][data-icon-name=alarm-pause]::before{content:"\f102"}[data-icon-set=medical][data-icon-name=bed-free]::before{content:"\f104"}[data-icon-set=medical][data-icon-name=bed-occupied]::before{content:"\f105"}[data-icon-set=medical][data-icon-name=bed-raised]::before{content:"\f106"}[data-icon-set=medical][data-icon-name=device]::before{content:"\f10f"}[data-icon-set=medical][data-icon-name=device-ang]::before{content:"\f107"}[data-icon-set=medical][data-icon-name=device-ct]::before{content:"\f108"}[data-icon-set=medical][data-icon-name=device-lan]::before{content:"\f10a"}[data-icon-set=medical][data-icon-name=device-lan-off]::before{content:"\f109"}[data-icon-set=medical][data-icon-name=device-mrt]::before{content:"\f10b"}[data-icon-set=medical][data-icon-name=device-offline]::before{content:"\f10c"}[data-icon-set=medical][data-icon-name=device-online]::before{content:"\f10d"}[data-icon-set=medical][data-icon-name=device-sono]::before{content:"\f10e"}[data-icon-set=medical][data-icon-name=imaging-ang]::before{content:"\f110"}[data-icon-set=medical][data-icon-name=imaging-ct]::before{content:"\f111"}[data-icon-set=medical][data-icon-name=imaging-mrt]::before{content:"\f112"}[data-icon-set=medical][data-icon-name=stethoscope]::before{content:"\f113"}[data-icon-set=medical][data-icon-name=test-setup]::before{content:"\f114"}[data-icon-set=medical][data-icon-name=vapor]::before{content:"\f115"}[data-icon-set=medical][data-icon-name=ventilation-hfnc]::before{content:"\f116"}[data-icon-set=medical][data-icon-name=ventilation-mask]::before{content:"\f117"}[data-icon-set=medical][data-icon-name=ventilation-tube]::before{content:"\f118"}
Binary file
@@ -127,6 +127,15 @@
127
127
  &[data-icon-name="device-sono"]::before {
128
128
  content: utils.get-icon-glyph("device-sono");
129
129
  }
130
+ &[data-icon-name="imaging-ang"]::before {
131
+ content: utils.get-icon-glyph("imaging-ang");
132
+ }
133
+ &[data-icon-name="imaging-ct"]::before {
134
+ content: utils.get-icon-glyph("imaging-ct");
135
+ }
136
+ &[data-icon-name="imaging-mrt"]::before {
137
+ content: utils.get-icon-glyph("imaging-mrt");
138
+ }
130
139
  &[data-icon-name="stethoscope"]::before {
131
140
  content: utils.get-icon-glyph("stethoscope");
132
141
  }
Binary file
Binary file
Binary file
@@ -59,6 +59,18 @@
59
59
  "name": "device-sono",
60
60
  "set": "medical"
61
61
  },
62
+ {
63
+ "name": "imaging-ang",
64
+ "set": "medical"
65
+ },
66
+ {
67
+ "name": "imaging-ct",
68
+ "set": "medical"
69
+ },
70
+ {
71
+ "name": "imaging-mrt",
72
+ "set": "medical"
73
+ },
62
74
  {
63
75
  "name": "stethoscope",
64
76
  "set": "medical"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odx/icons",
3
- "version": "3.33.0",
3
+ "version": "3.35.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.33.0</title>
5
+ <title>@odx/icons 3.35.0</title>
6
6
  <link rel="stylesheet" type="text/css" href="safety-icons.css" media="screen" />
7
7
  <style>
8
8
  * {
@@ -126,11 +126,11 @@
126
126
  />
127
127
  </svg>
128
128
  <h1 class="page-title">
129
- @odx/icons 3.33.0
129
+ @odx/icons 3.35.0
130
130
  </h1>
131
131
  <input class="page-search" placeholder="Search icons ..." />
132
132
  <div class="icon-count">
133
- Iconset: <strong>safety</strong> (769 icons)
133
+ Iconset: <strong>safety</strong> (767 icons)
134
134
  </div>
135
135
  </header>
136
136
  <main class="icons" id="icons">
@@ -1954,27 +1954,6 @@
1954
1954
  <span class="icon-name">ifu-success</span>
1955
1955
  <span class="icon-alias">
1956
1956
  </div>
1957
- <div class="icons__item">
1958
- <i class="odx-icon" data-icon-set="safety" data-icon-name="imaging-ang">
1959
- <span></span>
1960
- </i>
1961
- <span class="icon-name">imaging-ang</span>
1962
- <span class="icon-alias">
1963
- </div>
1964
- <div class="icons__item">
1965
- <i class="odx-icon" data-icon-set="safety" data-icon-name="imaging-ct">
1966
- <span></span>
1967
- </i>
1968
- <span class="icon-name">imaging-ct</span>
1969
- <span class="icon-alias">
1970
- </div>
1971
- <div class="icons__item">
1972
- <i class="odx-icon" data-icon-set="safety" data-icon-name="imaging-mrt">
1973
- <span></span>
1974
- </i>
1975
- <span class="icon-name">imaging-mrt</span>
1976
- <span class="icon-alias">
1977
- </div>
1978
1957
  <div class="icons__item">
1979
1958
  <i class="odx-icon" data-icon-set="safety" data-icon-name="imd">
1980
1959
  <span></span>