@entur/layout 2.4.1-beta.0 → 2.4.2

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 +31 -31
  2. package/package.json +5 -5
package/dist/styles.css CHANGED
@@ -200,37 +200,6 @@
200
200
  }
201
201
  /* DO NOT CHANGE!*/
202
202
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
203
- .eds-tag {
204
- background: #e9e9e9;
205
- color: #181c56;
206
- display: inline-block;
207
- min-width: 2rem;
208
- padding: 0.25rem 0.75rem;
209
- font-size: 0.875rem;
210
- line-height: 1.375rem;
211
- }
212
- .eds-tag--leading-icon .eds-icon {
213
- margin-right: 0.5rem;
214
- }
215
- .eds-tag--trailing-icon .eds-icon {
216
- margin-left: 0.5rem;
217
- }
218
- .eds-tag--compact {
219
- font-size: 0.75rem;
220
- padding: 0.125rem 0.5rem;
221
- line-height: 1.25rem;
222
- height: 1.5rem;
223
- }
224
- .eds-tag--compact.eds-tag--leading-icon .eds-icon {
225
- margin-right: 0.25rem;
226
- }
227
- .eds-tag--compact.eds-tag--trailing-icon .eds-icon {
228
- margin-left: 0.25rem;
229
- }
230
- /* DO NOT CHANGE!*/
231
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
232
- /* DO NOT CHANGE!*/
233
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
234
203
  .eds-badge {
235
204
  display: flex;
236
205
  justify-content: center;
@@ -418,6 +387,37 @@
418
387
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
419
388
  /* DO NOT CHANGE!*/
420
389
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
390
+ .eds-tag {
391
+ background: #e9e9e9;
392
+ color: #181c56;
393
+ display: inline-block;
394
+ min-width: 2rem;
395
+ padding: 0.25rem 0.75rem;
396
+ font-size: 0.875rem;
397
+ line-height: 1.375rem;
398
+ }
399
+ .eds-tag--leading-icon .eds-icon {
400
+ margin-right: 0.5rem;
401
+ }
402
+ .eds-tag--trailing-icon .eds-icon {
403
+ margin-left: 0.5rem;
404
+ }
405
+ .eds-tag--compact {
406
+ font-size: 0.75rem;
407
+ padding: 0.125rem 0.5rem;
408
+ line-height: 1.25rem;
409
+ height: 1.5rem;
410
+ }
411
+ .eds-tag--compact.eds-tag--leading-icon .eds-icon {
412
+ margin-right: 0.25rem;
413
+ }
414
+ .eds-tag--compact.eds-tag--trailing-icon .eds-icon {
415
+ margin-left: 0.25rem;
416
+ }
417
+ /* DO NOT CHANGE!*/
418
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
419
+ /* DO NOT CHANGE!*/
420
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
421
421
  /* DO NOT CHANGE!*/
422
422
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
423
423
  [data-color-mode=light],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/layout",
3
- "version": "2.4.1-beta.0",
3
+ "version": "2.4.2",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/layout.esm.js",
@@ -27,14 +27,14 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/icons": "^7.7.0-beta.0",
31
- "@entur/tokens": "^3.17.5",
32
- "@entur/typography": "^1.9.1-beta.0",
30
+ "@entur/icons": "^7.7.0",
31
+ "@entur/tokens": "^3.17.6",
32
+ "@entur/typography": "^1.9.2",
33
33
  "@entur/utils": "^0.12.2",
34
34
  "classnames": "^2.3.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "dts-cli": "2.0.5"
38
38
  },
39
- "gitHead": "e65150a6a9f9e2beb4a8bbecc06b9237119fe55e"
39
+ "gitHead": "7c03f458e9c34f5e0fd4f2d23c8eb6a6e47fb669"
40
40
  }