@entur/expand 3.5.14-beta.0 → 3.5.14

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 +48 -48
  2. package/package.json +4 -4
package/dist/styles.css CHANGED
@@ -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!*/
@@ -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.14-beta.0",
3
+ "version": "3.5.14",
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": "^6.17.1-beta.0",
30
+ "@entur/icons": "^6.17.1",
31
31
  "@entur/tokens": "^3.15.0",
32
- "@entur/typography": "^1.8.38-beta.0",
32
+ "@entur/typography": "^1.8.38",
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": "09c8ecf6671f83dbfae93ab10f77537888222f70"
40
+ "gitHead": "8f5dd2a35e3794050cdc8664efeb078254404632"
41
41
  }