@entur/layout 2.4.1-beta.0 → 2.4.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.
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;
@@ -416,6 +385,37 @@
416
385
  }
417
386
  /* DO NOT CHANGE!*/
418
387
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
388
+ .eds-tag {
389
+ background: #e9e9e9;
390
+ color: #181c56;
391
+ display: inline-block;
392
+ min-width: 2rem;
393
+ padding: 0.25rem 0.75rem;
394
+ font-size: 0.875rem;
395
+ line-height: 1.375rem;
396
+ }
397
+ .eds-tag--leading-icon .eds-icon {
398
+ margin-right: 0.5rem;
399
+ }
400
+ .eds-tag--trailing-icon .eds-icon {
401
+ margin-left: 0.5rem;
402
+ }
403
+ .eds-tag--compact {
404
+ font-size: 0.75rem;
405
+ padding: 0.125rem 0.5rem;
406
+ line-height: 1.25rem;
407
+ height: 1.5rem;
408
+ }
409
+ .eds-tag--compact.eds-tag--leading-icon .eds-icon {
410
+ margin-right: 0.25rem;
411
+ }
412
+ .eds-tag--compact.eds-tag--trailing-icon .eds-icon {
413
+ margin-left: 0.25rem;
414
+ }
415
+ /* DO NOT CHANGE!*/
416
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
417
+ /* DO NOT CHANGE!*/
418
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
419
419
  /* DO NOT CHANGE!*/
420
420
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
421
421
  /* DO NOT CHANGE!*/
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.1",
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.6.1",
31
+ "@entur/tokens": "^3.17.6",
32
+ "@entur/typography": "^1.9.1",
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": "d7798b768ab73d677162cebcf3edd58680dc626f"
40
40
  }