@odx/icons 1.8.0 → 1.9.1

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,9 +1,9 @@
1
- # [1.8.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v1.7.0...v1.8.0) (2023-05-25)
1
+ ## [1.9.1](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v1.9.0...v1.9.1) (2023-07-11)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * **icons:** device and globe icons ([174aba5](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/174aba5bbd9e5fe0824058c10c1f1dc717cfddd5))
6
+ * icon svg file name ([cf2afd5](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/cf2afd5c00d72d1e1409d8ac1a0275449889c1ff))
7
7
 
8
8
  # 1.0.0 (2023-04-13)
9
9
 
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>@odx/icons 1.8.0</title>
5
+ <title>@odx/icons 1.9.1</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 1.8.0
129
+ @odx/icons 1.9.1
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 1.8.0</title>
5
+ <title>@odx/icons 1.9.1</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 1.8.0
129
+ @odx/icons 1.9.1
130
130
  </h1>
131
131
  <input class="page-search" placeholder="Search icons ..." />
132
132
  <div class="icon-count">
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odx/icons",
3
- "version": "1.8.0",
3
+ "version": "1.9.1",
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 1.8.0</title>
5
+ <title>@odx/icons 1.9.1</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 1.8.0
129
+ @odx/icons 1.9.1
130
130
  </h1>
131
131
  <input class="page-search" placeholder="Search icons ..." />
132
132
  <div class="icon-count">
133
- Iconset: <strong>safety</strong> (820 icons)
133
+ Iconset: <strong>safety</strong> (821 icons)
134
134
  </div>
135
135
  </header>
136
136
  <main class="icons" id="icons">
@@ -2689,6 +2689,13 @@
2689
2689
  <span class="icon-name">motion-sensing-enabled</span>
2690
2690
  <span class="icon-alias">
2691
2691
  </div>
2692
+ <div class="icons__item">
2693
+ <i class="odx-icon" data-icon-set="safety" data-icon-name="move">
2694
+ <span></span>
2695
+ </i>
2696
+ <span class="icon-name">move</span>
2697
+ <span class="icon-alias">
2698
+ </div>
2692
2699
  <div class="icons__item">
2693
2700
  <i class="odx-icon" data-icon-set="safety" data-icon-name="move-screen">
2694
2701
  <span></span>
@@ -503,6 +503,7 @@ $glyphs: (
503
503
  motion-sensing-enabled: "\f21d",
504
504
  motion-sensing-enabled-part1: "\f21b",
505
505
  motion-sensing-enabled-part2: "\f21c",
506
+ move: "\f15e",
506
507
  move-screen: "\ec3f",
507
508
  multigas: "\ec40",
508
509
  multigas-cse: "\ec41",
@@ -1713,6 +1713,9 @@
1713
1713
  content: "\f21c";
1714
1714
  color: #002766;
1715
1715
  }
1716
+ [data-icon-set=safety][data-icon-name=move]::before {
1717
+ content: "\f15e";
1718
+ }
1716
1719
  [data-icon-set=safety][data-icon-name=move-screen]::before {
1717
1720
  content: "\ec3f";
1718
1721
  }
Binary file
@@ -1720,6 +1720,9 @@
1720
1720
  content: utils.get-icon-glyph("motion-sensing-enabled-part2");
1721
1721
  color: #002766;
1722
1722
  }
1723
+ &[data-icon-name="move"]::before {
1724
+ content: utils.get-icon-glyph("move");
1725
+ }
1723
1726
  &[data-icon-name="move-screen"]::before {
1724
1727
  content: utils.get-icon-glyph("move-screen");
1725
1728
  }
Binary file
Binary file
Binary file
@@ -1459,6 +1459,10 @@
1459
1459
  "name": "motion-sensing-enabled",
1460
1460
  "set": "safety"
1461
1461
  },
1462
+ {
1463
+ "name": "move",
1464
+ "set": "safety"
1465
+ },
1462
1466
  {
1463
1467
  "name": "move-screen",
1464
1468
  "set": "safety"
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-25e426d7-a3df-4699-9955-e899370d7c0d" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m24,20v-2.5h-6.5v6.5h2.5l-4,4-4-4h2.5v-6.5h-6.5v2.5l-4-4,4-4v2.5h6.5v-6.5h-2.5l4-4,4,4h-2.5v6.5h6.5v-2.5l4,4-4,4Z" style="fill:#f0f;"/></svg>
File without changes