@odx/icons 2.2.0 → 2.3.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 +7 -0
- package/core/core-demo-poster.html +10 -3
- package/core/core-iconmap.scss +1 -0
- package/core/core-icons.css +3 -0
- package/core/core-icons.eot +0 -0
- package/core/core-icons.scss +3 -0
- package/core/core-icons.ttf +0 -0
- package/core/core-icons.woff +0 -0
- package/core/core-icons.woff2 +0 -0
- package/core/core-metadata.json +4 -0
- package/core/svg/dashboard.svg +1 -0
- package/medical/medical-demo-poster.html +2 -2
- package/medical/medical-icons.eot +0 -0
- package/medical/medical-icons.ttf +0 -0
- package/medical/medical-icons.woff +0 -0
- package/medical/medical-icons.woff2 +0 -0
- package/medical/svg/ventilation-hfnc.svg +1 -1
- package/medical/svg/ventilation-mask.svg +1 -1
- package/medical/svg/ventilation-tube.svg +1 -1
- package/package.json +1 -1
- package/safety/safety-demo-poster.html +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [2.3.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v2.2.0...v2.3.0) (2023-08-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* new medical icons ([bf68a5c](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/bf68a5c368c2aaf88b5f5831d2afac77a18b3411))
|
|
7
|
+
|
|
1
8
|
# [2.2.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v2.1.0...v2.2.0) (2023-08-07)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons 2.
|
|
5
|
+
<title>@odx/icons 2.3.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.
|
|
129
|
+
@odx/icons 2.3.0
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
|
133
|
-
Iconset: <strong>core</strong> (
|
|
133
|
+
Iconset: <strong>core</strong> (356 icons)
|
|
134
134
|
</div>
|
|
135
135
|
</header>
|
|
136
136
|
<main class="icons" id="icons">
|
|
@@ -841,6 +841,13 @@
|
|
|
841
841
|
<span class="icon-name">d</span>
|
|
842
842
|
<span class="icon-alias">
|
|
843
843
|
</div>
|
|
844
|
+
<div class="icons__item">
|
|
845
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="dashboard">
|
|
846
|
+
<span></span>
|
|
847
|
+
</i>
|
|
848
|
+
<span class="icon-name">dashboard</span>
|
|
849
|
+
<span class="icon-alias">
|
|
850
|
+
</div>
|
|
844
851
|
<div class="icons__item">
|
|
845
852
|
<i class="odx-icon" data-icon-set="core" data-icon-name="delete">
|
|
846
853
|
<span></span>
|
package/core/core-iconmap.scss
CHANGED
package/core/core-icons.css
CHANGED
|
@@ -459,6 +459,9 @@
|
|
|
459
459
|
[data-icon-set=core][data-icon-name=d]::before {
|
|
460
460
|
content: "\f125";
|
|
461
461
|
}
|
|
462
|
+
[data-icon-set=core][data-icon-name=dashboard]::before {
|
|
463
|
+
content: "\f247";
|
|
464
|
+
}
|
|
462
465
|
[data-icon-set=core][data-icon-name=delete]::before {
|
|
463
466
|
content: "\f172";
|
|
464
467
|
}
|
package/core/core-icons.eot
CHANGED
|
Binary file
|
package/core/core-icons.scss
CHANGED
|
@@ -466,6 +466,9 @@
|
|
|
466
466
|
&[data-icon-name="d"]::before {
|
|
467
467
|
content: utils.get-icon-glyph("d");
|
|
468
468
|
}
|
|
469
|
+
&[data-icon-name="dashboard"]::before {
|
|
470
|
+
content: utils.get-icon-glyph("dashboard");
|
|
471
|
+
}
|
|
469
472
|
&[data-icon-name="delete"]::before {
|
|
470
473
|
content: utils.get-icon-glyph("delete");
|
|
471
474
|
}
|
package/core/core-icons.ttf
CHANGED
|
Binary file
|
package/core/core-icons.woff
CHANGED
|
Binary file
|
package/core/core-icons.woff2
CHANGED
|
Binary file
|
package/core/core-metadata.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-7f10e04f-620d-4a76-a3bf-cb0214eda3a4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9,5v4h-4v-4h4m2-2h-6c-1.1,0-2,.9-2,2v6h8V3h0Zm8,2v4h-4v-4h4m0-2h-6v8h8v-6c0-1.1-.9-2-2-2h0Zm-10,12v4h-4v-4h4m2-2H3v6c0,1.1.9,2,2,2h6v-8h0Zm8,2v4h-4v-4h4m2-2h-8v8h6c1.1,0,2-.9,2-2v-6h0Z" 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.
|
|
5
|
+
<title>@odx/icons 2.3.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.
|
|
129
|
+
@odx/icons 2.3.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
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-23412a20-6adb-4ed7-b1f5-fc1f2464ce1b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22,11h-2.28c-.35-.59-.98-1-1.72-1h-2v-1c0-.55-.45-1-1-1s-1,.45-1,1v1h-4v-1c0-.55-.45-1-1-1s-1,.45-1,1v1h-2c-.74,0-1.37.41-1.72,1h-2.28v3h2.28c.35.59.98,1,1.72,1h12c.74,0,1.37-.41,1.72-1h2.28v-3ZM3,13v-1h1v1h-1Zm3,0v-1h12v1s-12,0-12,0Zm15,0h-1v-1h1v1Z" style="fill:#f0f;"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-0ed619ca-4b06-4f4d-bdfb-0f6bd69f9ac6" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.44,12.31c-3.38-3.84-3.44-9.26-3.44-9.32,0-.4-.25-.77-.62-.92-.37-.15-.8-.07-1.09.22l-6.41,6.41c-.56.56-.88,1.33-.88,2.12v.67h-1v.5c-1.65,0-3,1.35-3,3l-.5,1v2h.5v4h2v-4h.5v-2l-.5-1c0-.55.45-1,1-1v.5h1v.39c0,1.03.53,2,1.41,2.54l7.06,4.41c.16.1.35.15.53.15.29,0,.57-.12.77-.36l2.77-3.33c1.46-1.75,1.42-4.27-.1-6Zm-1.43,4.72l-2.21,2.66-6.32-3.95c-.29-.18-.47-.5-.47-.85v-4.06c0-.27.11-.52.29-.71l4.91-4.91c.34,2.19,1.26,5.62,3.73,8.42.86.98.89,2.41.07,3.4Z" style="fill:#f0f;"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-fc5ed043-dfa4-4b30-8095-d79fc72abb72" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.81,2.58l-1.63-1.16-1.29,1.8-.81-.58-.58.81.81.58-1.83,2.56c-.98,1.36-1.49,2.97-1.49,4.65v4.03c-.6.35-1,.98-1,1.72s.4,1.38,1,1.72v4.28l2-1v-3.28c.6-.35,1-.98,1-1.72s-.4-1.38-1-1.72v-4.03c0-1.26.39-2.46,1.12-3.49l1.83-2.56.72.51.58-.81-.72-.51,1.29-1.8Zm-5.81,15.42c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1Z" style="fill:#f0f;"/></svg>
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons 2.
|
|
5
|
+
<title>@odx/icons 2.3.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.
|
|
129
|
+
@odx/icons 2.3.0
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|