@entur/layout 2.1.24 → 2.1.25

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 +22 -22
  2. package/package.json +4 -4
package/dist/styles.css CHANGED
@@ -1,6 +1,3 @@
1
- :root {
2
- --eds-layout: 1;
3
- }
4
1
  /* DO NOT CHANGE!*/
5
2
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
6
3
  .eds-contrast {
@@ -10,6 +7,28 @@
10
7
  background-color: var(--primary-background-color);
11
8
  color: var(--primary-text-color);
12
9
  }
10
+ :root {
11
+ --eds-layout: 1;
12
+ }
13
+ /* DO NOT CHANGE!*/
14
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
15
+ .eds-base-card {
16
+ display: flex;
17
+ box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.12);
18
+ border: 0.0625rem solid #e9e9e9;
19
+ border-radius: 0.25rem;
20
+ align-items: center;
21
+ -webkit-appearance: none;
22
+ -moz-appearance: none;
23
+ appearance: none;
24
+ text-decoration: none;
25
+ color: inherit;
26
+ }
27
+ .eds-contrast .eds-base-card {
28
+ background-color: #292b6a;
29
+ border-color: #54568c;
30
+ box-shadow: 0 0.0625rem 0.1875rem 0 rgb(57, 61, 121);
31
+ }
13
32
  /* DO NOT CHANGE!*/
14
33
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
15
34
  /* DO NOT CHANGE!*/
@@ -121,25 +140,6 @@
121
140
  }
122
141
  /* DO NOT CHANGE!*/
123
142
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
124
- .eds-base-card {
125
- display: flex;
126
- box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.12);
127
- border: 0.0625rem solid #e9e9e9;
128
- border-radius: 0.25rem;
129
- align-items: center;
130
- -webkit-appearance: none;
131
- -moz-appearance: none;
132
- appearance: none;
133
- text-decoration: none;
134
- color: inherit;
135
- }
136
- .eds-contrast .eds-base-card {
137
- background-color: #292b6a;
138
- border-color: #54568c;
139
- box-shadow: 0 0.0625rem 0.1875rem 0 rgb(57, 61, 121);
140
- }
141
- /* DO NOT CHANGE!*/
142
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
143
143
  .eds-media-card {
144
144
  flex-direction: column;
145
145
  overflow: hidden;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/layout",
3
- "version": "2.1.24",
3
+ "version": "2.1.25",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/layout.esm.js",
@@ -29,9 +29,9 @@
29
29
  "dependencies": {
30
30
  "@entur/icons": "^6.0.1",
31
31
  "@entur/tokens": "^3.8.1",
32
- "@entur/typography": "^1.7.12",
33
- "@entur/utils": "^0.5.5",
32
+ "@entur/typography": "^1.7.13",
33
+ "@entur/utils": "^0.6.0",
34
34
  "classnames": "^2.3.1"
35
35
  },
36
- "gitHead": "1e78a655ffc4c4ca80d8e54495768282dc374201"
36
+ "gitHead": "34cd9b50251daa4fed6ec367451c5403162145bc"
37
37
  }