@entur/expand 3.5.16-beta.0 → 3.5.17

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 +56 -56
  2. package/package.json +5 -5
package/dist/styles.css CHANGED
@@ -1,5 +1,10 @@
1
1
  /* DO NOT CHANGE!*/
2
2
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
+ .ReactCollapse--collapse {
4
+ transition: height 0.5s ease-out;
5
+ }
6
+ /* DO NOT CHANGE!*/
7
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
8
  .eds-expandable-arrow {
4
9
  color: var(--components-expand-expandablepanel-standard-icon);
5
10
  transition: 0.2s transform ease-out;
@@ -17,11 +22,6 @@
17
22
  }
18
23
  /* DO NOT CHANGE!*/
19
24
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
20
- .ReactCollapse--collapse {
21
- transition: height 0.5s ease-out;
22
- }
23
- /* DO NOT CHANGE!*/
24
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
25
25
  .eds-expandable-panel {
26
26
  width: 100%;
27
27
  position: relative;
@@ -94,54 +94,6 @@
94
94
  }
95
95
  /* DO NOT CHANGE!*/
96
96
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
97
- .eds-expandable-text__trigger {
98
- -webkit-appearance: none;
99
- -moz-appearance: none;
100
- appearance: none;
101
- margin: 0;
102
- border: none;
103
- padding: 0.5rem 0;
104
- cursor: pointer;
105
- font-family: inherit;
106
- color: var(--components-expand-expandabletext-standard-text);
107
- background: inherit;
108
- font-size: inherit;
109
- display: flex;
110
- align-items: center;
111
- }
112
- .eds-contrast .eds-expandable-text__trigger {
113
- color: var(--components-expand-expandabletext-contrast-text);
114
- }
115
- .eds-expandable-text__trigger > h5 {
116
- margin-top: 0;
117
- margin-bottom: 0;
118
- }
119
- .eds-expandable-text__trigger > h4 {
120
- margin-top: 0;
121
- margin-bottom: 0;
122
- }
123
- .eds-expandable-text__trigger > h3 {
124
- margin-top: 0;
125
- margin-bottom: 0;
126
- }
127
- .eds-expandable-text__trigger > h2 {
128
- margin-top: 0;
129
- margin-bottom: 0;
130
- }
131
- .eds-expandable-text__trigger > p {
132
- margin-top: 0;
133
- margin-bottom: 0;
134
- }
135
- .eds-expandable-text__trigger:focus {
136
- outline: 2px solid #181c56;
137
- outline-color: var(--basecolors-stroke-focus-standard);
138
- outline-offset: 0.125rem;
139
- }
140
- .eds-contrast .eds-expandable-text__trigger:focus {
141
- outline-color: var(--basecolors-stroke-focus-contrast);
142
- }
143
- /* DO NOT CHANGE!*/
144
- /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
145
97
  /* DO NOT CHANGE!*/
146
98
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
147
99
  /* DO NOT CHANGE!*/
@@ -262,8 +214,8 @@
262
214
  --basecolors-shape-accent: #e5e5e9;
263
215
  --basecolors-shape-bicycle-contrast: #4db295;
264
216
  --basecolors-shape-bicycle-default: #4db295;
265
- --basecolors-shape-bus-contrast: #e87a9b;
266
- --basecolors-shape-bus-default: #e87a9b;
217
+ --basecolors-shape-bus-contrast: #ef7398;
218
+ --basecolors-shape-bus-default: #ef7398;
267
219
  --basecolors-shape-cableway-contrast: #b898e5;
268
220
  --basecolors-shape-cableway-default: #b898e5;
269
221
  --basecolors-shape-disabled: #b6b8ba;
@@ -306,7 +258,7 @@
306
258
  --basecolors-stroke-highlight: #ff9494;
307
259
  --basecolors-stroke-light: #b3b4bd;
308
260
  --basecolors-stroke-subdued: #81828f;
309
- --basecolors-stroke-subduedalt: #81828f;
261
+ --basecolors-stroke-subduedalt: #949699;
310
262
  --basecolors-text-accent: #e5e5e9;
311
263
  --basecolors-text-disabled: #b6b8ba;
312
264
  --basecolors-text-disabledalt: #b6b8ba;
@@ -328,3 +280,51 @@
328
280
  transition: none !important;
329
281
  }
330
282
  }
283
+ /* DO NOT CHANGE!*/
284
+ /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
285
+ .eds-expandable-text__trigger {
286
+ -webkit-appearance: none;
287
+ -moz-appearance: none;
288
+ appearance: none;
289
+ margin: 0;
290
+ border: none;
291
+ padding: 0.5rem 0;
292
+ cursor: pointer;
293
+ font-family: inherit;
294
+ color: var(--components-expand-expandabletext-standard-text);
295
+ background: inherit;
296
+ font-size: inherit;
297
+ display: flex;
298
+ align-items: center;
299
+ }
300
+ .eds-contrast .eds-expandable-text__trigger {
301
+ color: var(--components-expand-expandabletext-contrast-text);
302
+ }
303
+ .eds-expandable-text__trigger > h5 {
304
+ margin-top: 0;
305
+ margin-bottom: 0;
306
+ }
307
+ .eds-expandable-text__trigger > h4 {
308
+ margin-top: 0;
309
+ margin-bottom: 0;
310
+ }
311
+ .eds-expandable-text__trigger > h3 {
312
+ margin-top: 0;
313
+ margin-bottom: 0;
314
+ }
315
+ .eds-expandable-text__trigger > h2 {
316
+ margin-top: 0;
317
+ margin-bottom: 0;
318
+ }
319
+ .eds-expandable-text__trigger > p {
320
+ margin-top: 0;
321
+ margin-bottom: 0;
322
+ }
323
+ .eds-expandable-text__trigger:focus {
324
+ outline: 2px solid #181c56;
325
+ outline-color: var(--basecolors-stroke-focus-standard);
326
+ outline-offset: 0.125rem;
327
+ }
328
+ .eds-contrast .eds-expandable-text__trigger:focus {
329
+ outline-color: var(--basecolors-stroke-focus-contrast);
330
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/expand",
3
- "version": "3.5.16-beta.0",
3
+ "version": "3.5.17",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/expand.esm.js",
@@ -27,9 +27,9 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/icons": "^7.0.0-beta.0",
31
- "@entur/tokens": "^3.15.1",
32
- "@entur/typography": "^1.8.40-beta.0",
30
+ "@entur/icons": "^7.0.0",
31
+ "@entur/tokens": "^3.15.2",
32
+ "@entur/typography": "^1.8.41",
33
33
  "@entur/utils": "^0.11.1",
34
34
  "classnames": "^2.3.1",
35
35
  "react-collapse": "^5.1.0"
@@ -37,5 +37,5 @@
37
37
  "devDependencies": {
38
38
  "@types/react-collapse": "^5.0.1"
39
39
  },
40
- "gitHead": "c8e99ab901c06e9faf622f1a1f88e1b0e7e34419"
40
+ "gitHead": "cff2157007648ca73944d215e9f3f03160c96f13"
41
41
  }