@odx/icons 2.11.0 → 3.0.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 +19 -0
- package/LICENSE +1 -7
- package/README.md +4 -0
- package/core/core-demo-poster.html +2 -2
- package/core/core-utils.scss +0 -6
- package/medical/medical-demo-poster.html +3 -10
- package/medical/medical-iconmap.scss +0 -1
- package/medical/medical-icons.css +1 -1
- package/medical/medical-icons.eot +0 -0
- package/medical/medical-icons.scss +0 -3
- package/medical/medical-icons.ttf +0 -0
- package/medical/medical-icons.woff +0 -0
- package/medical/medical-icons.woff2 +0 -0
- package/medical/medical-metadata.json +0 -4
- package/medical/medical-utils.scss +0 -6
- package/package.json +1 -1
- package/safety/safety-demo-poster.html +2 -2
- package/safety/safety-utils.scss +0 -6
- package/uib-legacy/uib-legacy-demo-poster.html +2 -2
- package/uib-legacy/uib-legacy-utils.scss +0 -6
- package/medical/svg/placeholder.svg +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## [3.0.1](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.0.0...v3.0.1) (2023-11-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* cleanup license file ([e0be5ad](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/e0be5ad9f8c354496188a5cb2d6c47cd318e936e))
|
|
7
|
+
|
|
8
|
+
# [3.0.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v2.11.0...v3.0.0) (2023-11-03)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* remove placeholder icon from medical set ([41de702](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/41de702de7b85d1396141b2a91db29063656154f))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### BREAKING CHANGES
|
|
17
|
+
|
|
18
|
+
* Removed the placeholder icon from medical set
|
|
19
|
+
|
|
1
20
|
# [2.11.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v2.10.0...v2.11.0) (2023-11-03)
|
|
2
21
|
|
|
3
22
|
|
package/LICENSE
CHANGED
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
Copyright (c) 2023 Drägerwerk AG & Co.KGaA, all rights reserved.
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
3
|
The use of the associated software is only permitted within the scope of a usage permit. For customers of Dräger, this right of use and its scope is derived from the contracts concluded with Dräger. Service providers/suppliers of Dräger may use the associated software for the provision of services to Dräger to the extent resulting from the contracts concluded with Dräger. Use by other third parties is expressly not permitted.
|
|
7
4
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
Die Nutzung der zugehörigen Software ist nur im Rahmen einer Nutzungserlaubnis gestattet. Für Kunden von Dräger ergibt sich dieses Nutzungsrecht und sein Umfang aus den mit Dräger geschlossenen Verträgen. Dienstleister/Lieferanten von Dräger dürfen die zugehörige Software zur Leistungserbringung gegenüber Dräger in dem Umfang verwenden, wie es sich aus den mit Dräger abgeschlossenen Verträgen ergibt. Eine Nutzung durch sonstige Dritte ist ausdrücklich nicht gestattet.
|
|
5
|
+
Die Nutzung der zugehörigen Software ist nur im Rahmen einer Nutzungserlaubnis gestattet. Für Kunden von Dräger ergibt sich dieses Nutzungsrecht und sein Umfang aus den mit Dräger geschlossenen Verträgen. Dienstleister/Lieferanten von Dräger dürfen die zugehörige Software zur Leistungserbringung gegenüber Dräger in dem Umfang verwenden, wie es sich aus den mit Dräger abgeschlossenen Verträgen ergibt. Eine Nutzung durch sonstige Dritte ist ausdrücklich nicht gestattet.
|
package/README.md
CHANGED
|
@@ -67,3 +67,7 @@ The following icon transformations can be applied using `data-icon-*` attributes
|
|
|
67
67
|
[npm-url]: https://npmjs.org/package/@odx/icons
|
|
68
68
|
[semantic-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
|
|
69
69
|
[semantic-url]: https://github.com/semantic-release/semantic-release
|
|
70
|
+
|
|
71
|
+
### ODX Iconpicker
|
|
72
|
+
|
|
73
|
+
All icons can also be accessed using the [ODX Iconpicker](https://icons.draeger.com) (requires authentication)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons
|
|
5
|
+
<title>@odx/icons 3.0.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
|
|
129
|
+
@odx/icons 3.0.1
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
package/core/core-utils.scss
CHANGED
|
@@ -9,12 +9,6 @@
|
|
|
9
9
|
@return "core-icons";
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
// convenience mixin defining inline css icons,
|
|
13
|
-
// including all style-specific font properties,
|
|
14
|
-
// and the ::before. Only works for single-colored icons!
|
|
15
|
-
// To use multicolor icons inline, manually map the glyphs
|
|
16
|
-
// to content in pseudo elements using the "get-icon-glyph" function
|
|
17
|
-
|
|
18
12
|
@mixin icon($iconName) {
|
|
19
13
|
-webkit-font-smoothing: antialiased;
|
|
20
14
|
-moz-osx-font-smoothing: grayscale;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons
|
|
5
|
+
<title>@odx/icons 3.0.1</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
|
|
129
|
+
@odx/icons 3.0.1
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
|
133
|
-
Iconset: <strong>medical</strong> (
|
|
133
|
+
Iconset: <strong>medical</strong> (9 icons)
|
|
134
134
|
</div>
|
|
135
135
|
</header>
|
|
136
136
|
<main class="icons" id="icons">
|
|
@@ -155,13 +155,6 @@
|
|
|
155
155
|
<span class="icon-name">bed-raised</span>
|
|
156
156
|
<span class="icon-alias">
|
|
157
157
|
</div>
|
|
158
|
-
<div class="icons__item">
|
|
159
|
-
<i class="odx-icon" data-icon-set="medical" data-icon-name="placeholder">
|
|
160
|
-
<span></span>
|
|
161
|
-
</i>
|
|
162
|
-
<span class="icon-name">placeholder</span>
|
|
163
|
-
<span class="icon-alias">
|
|
164
|
-
</div>
|
|
165
158
|
<div class="icons__item">
|
|
166
159
|
<i class="odx-icon" data-icon-set="medical" data-icon-name="stethoscope">
|
|
167
160
|
<span></span>
|
|
@@ -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=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=
|
|
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=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=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"}
|
|
Binary file
|
|
@@ -91,9 +91,6 @@
|
|
|
91
91
|
&[data-icon-name="bed-raised"]::before {
|
|
92
92
|
content: utils.get-icon-glyph("bed-raised");
|
|
93
93
|
}
|
|
94
|
-
&[data-icon-name="placeholder"]::before {
|
|
95
|
-
content: utils.get-icon-glyph("placeholder");
|
|
96
|
-
}
|
|
97
94
|
&[data-icon-name="stethoscope"]::before {
|
|
98
95
|
content: utils.get-icon-glyph("stethoscope");
|
|
99
96
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -9,12 +9,6 @@
|
|
|
9
9
|
@return "medical-icons";
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
// convenience mixin defining inline css icons,
|
|
13
|
-
// including all style-specific font properties,
|
|
14
|
-
// and the ::before. Only works for single-colored icons!
|
|
15
|
-
// To use multicolor icons inline, manually map the glyphs
|
|
16
|
-
// to content in pseudo elements using the "get-icon-glyph" function
|
|
17
|
-
|
|
18
12
|
@mixin icon($iconName) {
|
|
19
13
|
-webkit-font-smoothing: antialiased;
|
|
20
14
|
-moz-osx-font-smoothing: grayscale;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons
|
|
5
|
+
<title>@odx/icons 3.0.1</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
|
|
129
|
+
@odx/icons 3.0.1
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
package/safety/safety-utils.scss
CHANGED
|
@@ -9,12 +9,6 @@
|
|
|
9
9
|
@return "safety-icons";
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
// convenience mixin defining inline css icons,
|
|
13
|
-
// including all style-specific font properties,
|
|
14
|
-
// and the ::before. Only works for single-colored icons!
|
|
15
|
-
// To use multicolor icons inline, manually map the glyphs
|
|
16
|
-
// to content in pseudo elements using the "get-icon-glyph" function
|
|
17
|
-
|
|
18
12
|
@mixin icon($iconName) {
|
|
19
13
|
-webkit-font-smoothing: antialiased;
|
|
20
14
|
-moz-osx-font-smoothing: grayscale;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons
|
|
5
|
+
<title>@odx/icons 3.0.1</title>
|
|
6
6
|
<link rel="stylesheet" type="text/css" href="uib-legacy-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
|
|
129
|
+
@odx/icons 3.0.1
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
|
@@ -9,12 +9,6 @@
|
|
|
9
9
|
@return "uib-legacy-icons";
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
// convenience mixin defining inline css icons,
|
|
13
|
-
// including all style-specific font properties,
|
|
14
|
-
// and the ::before. Only works for single-colored icons!
|
|
15
|
-
// To use multicolor icons inline, manually map the glyphs
|
|
16
|
-
// to content in pseudo elements using the "get-icon-glyph" function
|
|
17
|
-
|
|
18
12
|
@mixin icon($iconName) {
|
|
19
13
|
-webkit-font-smoothing: antialiased;
|
|
20
14
|
-moz-osx-font-smoothing: grayscale;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-44120ecf-f91e-48eb-af4d-ef06b0897520" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19,3H5c-1.1,0-2,.9-2,2v14c0,1.1.9,2,2,2h14c1.1,0,2-.9,2-2V5c0-1.1-.9-2-2-2Zm-8.34,9.08l-5.66,5.66V6.41l5.66,5.66Zm-4.25-7.08h11.32l-5.66,5.66-5.66-5.66Zm5.66,8.49l5.51,5.51H6.57l5.51-5.51Zm1.41-1.41l5.51-5.51v11.02s-5.51-5.51-5.51-5.51Z" style="fill: #f0f;"/></svg>
|