@entur/icons 8.4.0 → 8.4.1-beta.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.
Files changed (2) hide show
  1. package/dist/styles.css +12 -13
  2. package/package.json +2 -2
package/dist/styles.css CHANGED
@@ -143,25 +143,16 @@
143
143
  --eds-icons: 1;
144
144
  }
145
145
 
146
- .eds-icon.eds-icon--inline,
147
- p .eds-icon {
146
+ .eds-icon {
147
+ display: inline;
148
+ }
149
+ .eds-icon--inline, p .eds-icon {
148
150
  position: relative;
149
151
  top: 0.2em;
150
152
  }
151
-
152
153
  .eds-icon :where(g, path) {
153
154
  fill: currentColor;
154
155
  }
155
-
156
- .svg-exclamation {
157
- fill: #ffffff;
158
- fill: var(--basecolors-frame-default);
159
- }
160
- .eds-contrast .svg-exclamation {
161
- fill: #181c56;
162
- fill: var(--basecolors-frame-contrast);
163
- }
164
-
165
156
  .eds-icon__metro {
166
157
  color: #bf5826;
167
158
  color: var(--basecolors-shape-metro-default);
@@ -265,4 +256,12 @@ p .eds-icon {
265
256
  .eds-contrast .eds-icon__mobility, .eds-contrast .eds-icon__citybike, .eds-contrast .eds-icon__carsharing {
266
257
  color: #00dbb6;
267
258
  color: var(--basecolors-shape-mobility-contrast);
259
+ }
260
+ .eds-icon :where(.svg-exclamation) {
261
+ fill: #ffffff;
262
+ fill: var(--basecolors-frame-default);
263
+ }
264
+ .eds-contrast .eds-icon :where(.svg-exclamation) {
265
+ fill: #181c56;
266
+ fill: var(--basecolors-frame-contrast);
268
267
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/icons",
3
- "version": "8.4.0",
3
+ "version": "8.4.1-beta.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -59,5 +59,5 @@
59
59
  "dependencies": {
60
60
  "@entur/tokens": "^3.21.1"
61
61
  },
62
- "gitHead": "fc1996af692ebbe6c00454abf846cf61e0fe6231"
62
+ "gitHead": "bb439f99d29ac82cfa40794f882839e0c6162f8a"
63
63
  }