@odx/icons 2.0.0 → 2.1.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,22 +1,16 @@
1
- # [2.0.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v1.10.0...v2.0.0) (2023-07-17)
1
+ # [2.1.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v2.0.1...v2.1.0) (2023-07-31)
2
2
 
3
3
 
4
- ### Code Refactoring
4
+ ### Features
5
5
 
6
- * rename icons to match UIB naming ([bc1d3d1](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/bc1d3d1c569e213baecf9d701e8366e1e668def7))
6
+ * **icons:** new chevrons ([369ca56](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/369ca568f6318c80ece9f8323c50f355e2bb3060))
7
7
 
8
+ ## [2.0.1](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v2.0.0...v2.0.1) (2023-07-17)
8
9
 
9
- * Merged PR 60060: refactor: rename icons to match UIB naming ([b1efaff](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/b1efaffc63c514c672a4992403e55b5f698cba3e)), closes [#329182](https://dev.azure.com/draeger/ODXP/_git/odx-icons/issues/329182)
10
10
 
11
+ ### Bug Fixes
11
12
 
12
- ### BREAKING CHANGES
13
-
14
- * Renamed icon "basestation-battery-low" to "fg-hub-battery-low"
15
- * Renamed icon "basestation-no-connection" to "fg-hub-no-connection"
16
- * Renamed icon "repeater-battery-low" to "fg-repeater-battery-low"
17
- * Renamed icon "basestation-battery-low" to "fg-hub-battery-low"
18
- * Renamed icon "basestation-no-connection" to "fg-hub-no-connection"
19
- * Renamed icon "repeater-battery-low" to "fg-repeater-battery-low"
13
+ * commit autoupdated changelog file ([5e663fc](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/5e663fc159f5d3ffe3993a43ba31dc7fe0a3abc6))
20
14
 
21
15
  # 1.0.0 (2023-04-13)
22
16
 
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>@odx/icons 2.0.0</title>
5
+ <title>@odx/icons 2.1.0</title>
6
6
  <link rel="stylesheet" type="text/css" href="core-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 2.0.0
129
+ @odx/icons 2.1.0
130
130
  </h1>
131
131
  <input class="page-search" placeholder="Search icons ..." />
132
132
  <div class="icon-count">
133
- Iconset: <strong>core</strong> (353 icons)
133
+ Iconset: <strong>core</strong> (355 icons)
134
134
  </div>
135
135
  </header>
136
136
  <main class="icons" id="icons">
@@ -638,6 +638,13 @@
638
638
  <span class="icon-name">chevron-left</span>
639
639
  <span class="icon-alias">
640
640
  </div>
641
+ <div class="icons__item">
642
+ <i class="odx-icon" data-icon-set="core" data-icon-name="chevron-left-end">
643
+ <span></span>
644
+ </i>
645
+ <span class="icon-name">chevron-left-end</span>
646
+ <span class="icon-alias">
647
+ </div>
641
648
  <div class="icons__item">
642
649
  <i class="odx-icon" data-icon-set="core" data-icon-name="chevron-right">
643
650
  <span></span>
@@ -645,6 +652,13 @@
645
652
  <span class="icon-name">chevron-right</span>
646
653
  <span class="icon-alias">
647
654
  </div>
655
+ <div class="icons__item">
656
+ <i class="odx-icon" data-icon-set="core" data-icon-name="chevron-right-end">
657
+ <span></span>
658
+ </i>
659
+ <span class="icon-name">chevron-right-end</span>
660
+ <span class="icon-alias">
661
+ </div>
648
662
  <div class="icons__item">
649
663
  <i class="odx-icon" data-icon-set="core" data-icon-name="chevron-up">
650
664
  <span></span>
@@ -92,7 +92,9 @@ $glyphs: (
92
92
  check-colored-part1: "\f154",
93
93
  chevron-down: "\f156",
94
94
  chevron-left: "\f157",
95
+ chevron-left-end: "\f244",
95
96
  chevron-right: "\f158",
97
+ chevron-right-end: "\f245",
96
98
  chevron-up: "\f159",
97
99
  chevrons: "\f184",
98
100
  chevrons-updown: "\f11e",
@@ -348,9 +348,15 @@
348
348
  [data-icon-set=core][data-icon-name=chevron-left]::before {
349
349
  content: "\f157";
350
350
  }
351
+ [data-icon-set=core][data-icon-name=chevron-left-end]::before {
352
+ content: "\f244";
353
+ }
351
354
  [data-icon-set=core][data-icon-name=chevron-right]::before {
352
355
  content: "\f158";
353
356
  }
357
+ [data-icon-set=core][data-icon-name=chevron-right-end]::before {
358
+ content: "\f245";
359
+ }
354
360
  [data-icon-set=core][data-icon-name=chevron-up]::before {
355
361
  content: "\f159";
356
362
  }
Binary file
@@ -355,9 +355,15 @@
355
355
  &[data-icon-name="chevron-left"]::before {
356
356
  content: utils.get-icon-glyph("chevron-left");
357
357
  }
358
+ &[data-icon-name="chevron-left-end"]::before {
359
+ content: utils.get-icon-glyph("chevron-left-end");
360
+ }
358
361
  &[data-icon-name="chevron-right"]::before {
359
362
  content: utils.get-icon-glyph("chevron-right");
360
363
  }
364
+ &[data-icon-name="chevron-right-end"]::before {
365
+ content: utils.get-icon-glyph("chevron-right-end");
366
+ }
361
367
  &[data-icon-name="chevron-up"]::before {
362
368
  content: utils.get-icon-glyph("chevron-up");
363
369
  }
Binary file
Binary file
Binary file
@@ -287,10 +287,18 @@
287
287
  "name": "chevron-left",
288
288
  "set": "core"
289
289
  },
290
+ {
291
+ "name": "chevron-left-end",
292
+ "set": "core"
293
+ },
290
294
  {
291
295
  "name": "chevron-right",
292
296
  "set": "core"
293
297
  },
298
+ {
299
+ "name": "chevron-right-end",
300
+ "set": "core"
301
+ },
294
302
  {
295
303
  "name": "chevron-up",
296
304
  "set": "core"
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-52505951-d057-4bca-bcf0-060445dbbd92" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10.28,12l6.71-6.71,1.41,1.41-5.29,5.29,5.29,5.29-1.41,1.41-6.71-6.71Zm-1.28-6.5h-2v13h2V5.5Z" style="fill:#f0f;"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-d603ce5c-6db5-42dd-b9d5-580e2905fed6" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.69,12l-6.71,6.71-1.41-1.41,5.29-5.29-5.29-5.29,1.41-1.41,6.71,6.71Zm3.31-6.5h-2v13h2V5.5Z" style="fill:#f0f;"/></svg>
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>@odx/icons 2.0.0</title>
5
+ <title>@odx/icons 2.1.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 2.0.0
129
+ @odx/icons 2.1.0
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": "2.0.0",
3
+ "version": "2.1.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 2.0.0</title>
5
+ <title>@odx/icons 2.1.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 2.0.0
129
+ @odx/icons 2.1.0
130
130
  </h1>
131
131
  <input class="page-search" placeholder="Search icons ..." />
132
132
  <div class="icon-count">