@entur/layout 2.1.50-alpha.0 → 2.1.50

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 -12
  2. package/package.json +5 -5
package/dist/styles.css CHANGED
@@ -350,18 +350,6 @@
350
350
  }
351
351
  /* DO NOT CHANGE!*/
352
352
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
353
- .eds-contrast {
354
- --primary-background-color: #181c56;
355
- --primary-text-color: #ffffff;
356
- --primary-label-color: #aeb7e2;
357
- background-color: var(--primary-background-color);
358
- color: var(--primary-text-color);
359
- }
360
- :root {
361
- --eds-layout: 1;
362
- }
363
- /* DO NOT CHANGE!*/
364
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
365
353
  .eds-tag {
366
354
  background: #e9e9e9;
367
355
  color: #181c56;
@@ -389,3 +377,15 @@
389
377
  .eds-tag--compact.eds-tag--trailing-icon .eds-icon {
390
378
  margin-left: 0.25rem;
391
379
  }
380
+ :root {
381
+ --eds-layout: 1;
382
+ }
383
+ /* DO NOT CHANGE!*/
384
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
385
+ .eds-contrast {
386
+ --primary-background-color: #181c56;
387
+ --primary-text-color: #ffffff;
388
+ --primary-label-color: #aeb7e2;
389
+ background-color: var(--primary-background-color);
390
+ color: var(--primary-text-color);
391
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/layout",
3
- "version": "2.1.50-alpha.0",
3
+ "version": "2.1.50",
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": "^6.12.1-alpha.0",
31
- "@entur/tokens": "^3.11.1-alpha.0",
32
- "@entur/typography": "^1.8.17-alpha.0",
30
+ "@entur/icons": "^6.12.1",
31
+ "@entur/tokens": "^3.11.1",
32
+ "@entur/typography": "^1.8.17",
33
33
  "@entur/utils": "^0.9.5",
34
34
  "classnames": "^2.3.1"
35
35
  },
36
- "gitHead": "957d432b3633e7f973ea9ffb0219d21f6b598980"
36
+ "gitHead": "3fc001a78ef085d8fd22bb8aa245ec488214de72"
37
37
  }