@entur/layout 2.3.17 → 2.3.18-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 +27 -27
  2. package/package.json +5 -5
package/dist/styles.css CHANGED
@@ -222,33 +222,6 @@
222
222
  }
223
223
  /* DO NOT CHANGE!*/
224
224
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
225
- .eds-tag {
226
- background: #e9e9e9;
227
- color: #181c56;
228
- display: inline-block;
229
- min-width: 2rem;
230
- padding: 0.25rem 0.75rem;
231
- font-size: 0.875rem;
232
- line-height: 1.375rem;
233
- }
234
- .eds-tag--leading-icon .eds-icon {
235
- margin-right: 0.5rem;
236
- }
237
- .eds-tag--trailing-icon .eds-icon {
238
- margin-left: 0.5rem;
239
- }
240
- .eds-tag--compact {
241
- font-size: 0.75rem;
242
- padding: 0.125rem 0.5rem;
243
- line-height: 1.25rem;
244
- height: 1.5rem;
245
- }
246
- .eds-tag--compact.eds-tag--leading-icon .eds-icon {
247
- margin-right: 0.25rem;
248
- }
249
- .eds-tag--compact.eds-tag--trailing-icon .eds-icon {
250
- margin-left: 0.25rem;
251
- }
252
225
  /* DO NOT CHANGE!*/
253
226
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
254
227
  .eds-badge {
@@ -433,6 +406,33 @@
433
406
  }
434
407
  /* DO NOT CHANGE!*/
435
408
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
409
+ .eds-tag {
410
+ background: #e9e9e9;
411
+ color: #181c56;
412
+ display: inline-block;
413
+ min-width: 2rem;
414
+ padding: 0.25rem 0.75rem;
415
+ font-size: 0.875rem;
416
+ line-height: 1.375rem;
417
+ }
418
+ .eds-tag--leading-icon .eds-icon {
419
+ margin-right: 0.5rem;
420
+ }
421
+ .eds-tag--trailing-icon .eds-icon {
422
+ margin-left: 0.5rem;
423
+ }
424
+ .eds-tag--compact {
425
+ font-size: 0.75rem;
426
+ padding: 0.125rem 0.5rem;
427
+ line-height: 1.25rem;
428
+ height: 1.5rem;
429
+ }
430
+ .eds-tag--compact.eds-tag--leading-icon .eds-icon {
431
+ margin-right: 0.25rem;
432
+ }
433
+ .eds-tag--compact.eds-tag--trailing-icon .eds-icon {
434
+ margin-left: 0.25rem;
435
+ }
436
436
  /* DO NOT CHANGE!*/
437
437
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
438
438
  /* DO NOT CHANGE!*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/layout",
3
- "version": "2.3.17",
3
+ "version": "2.3.18-beta.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/layout.esm.js",
@@ -27,11 +27,11 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/icons": "^7.4.1",
31
- "@entur/tokens": "^3.17.1",
32
- "@entur/typography": "^1.8.46",
30
+ "@entur/icons": "^7.4.2-beta.0",
31
+ "@entur/tokens": "^3.17.2-beta.0",
32
+ "@entur/typography": "^1.8.47-beta.0",
33
33
  "@entur/utils": "^0.12.0",
34
34
  "classnames": "^2.3.1"
35
35
  },
36
- "gitHead": "b038c9f7061c44765606ab8b7519c205ca633635"
36
+ "gitHead": "f6ea45ed1980eeed83c71cbb049cf726815dbb3d"
37
37
  }