@odx/icons 1.3.5 → 1.3.6
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 +2 -2
- package/core/core-demo-poster.html +2 -2
- package/core/core-icons.css +2 -1
- package/core/core-icons.scss +2 -1
- package/medical/medical-demo-poster.html +2 -2
- package/medical/medical-icons.css +2 -1
- package/medical/medical-icons.eot +0 -0
- package/medical/medical-icons.scss +2 -1
- package/package.json +1 -1
- package/safety/safety-demo-poster.html +2 -2
- package/safety/safety-icons.css +2 -1
- package/safety/safety-icons.scss +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
## [1.3.
|
|
1
|
+
## [1.3.6](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v1.3.5...v1.3.6) (2023-04-19)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* corrected icon layer positioning ([27f87e6](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/27f87e610ab7869be96f0a91956771b85c2b9437))
|
|
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.3.
|
|
5
|
+
<title>@odx/icons 1.3.6</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.3.
|
|
129
|
+
@odx/icons 1.3.6
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
package/core/core-icons.css
CHANGED
package/core/core-icons.scss
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons 1.3.
|
|
5
|
+
<title>@odx/icons 1.3.6</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.3.
|
|
129
|
+
@odx/icons 1.3.6
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
|
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 1.3.
|
|
5
|
+
<title>@odx/icons 1.3.6</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 1.3.
|
|
129
|
+
@odx/icons 1.3.6
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
package/safety/safety-icons.css
CHANGED