@entur/expand 3.6.13-beta.10 → 3.6.13-beta.11
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.
- package/dist/styles.css +32 -32
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -91,6 +91,38 @@
|
|
|
91
91
|
}
|
|
92
92
|
/* DO NOT CHANGE!*/
|
|
93
93
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
94
|
+
.eds-expandable-text__trigger {
|
|
95
|
+
-webkit-appearance: none;
|
|
96
|
+
-moz-appearance: none;
|
|
97
|
+
appearance: none;
|
|
98
|
+
margin: 0;
|
|
99
|
+
border: none;
|
|
100
|
+
padding: 0.5rem 0;
|
|
101
|
+
cursor: pointer;
|
|
102
|
+
font-family: inherit;
|
|
103
|
+
color: var(--components-expand-expandabletext-standard-text);
|
|
104
|
+
background: inherit;
|
|
105
|
+
font-size: inherit;
|
|
106
|
+
display: flex;
|
|
107
|
+
align-items: center;
|
|
108
|
+
}
|
|
109
|
+
.eds-contrast .eds-expandable-text__trigger {
|
|
110
|
+
color: var(--components-expand-expandabletext-contrast-text);
|
|
111
|
+
}
|
|
112
|
+
.eds-expandable-text__trigger > h5, .eds-expandable-text__trigger > h4, .eds-expandable-text__trigger > h3, .eds-expandable-text__trigger > h2, .eds-expandable-text__trigger > p {
|
|
113
|
+
margin-top: 0;
|
|
114
|
+
margin-bottom: 0;
|
|
115
|
+
}
|
|
116
|
+
.eds-expandable-text__trigger:focus-visible {
|
|
117
|
+
outline: 2px solid #181c56;
|
|
118
|
+
outline-color: var(--basecolors-stroke-focus-standard);
|
|
119
|
+
outline-offset: 0.125rem;
|
|
120
|
+
}
|
|
121
|
+
.eds-contrast .eds-expandable-text__trigger:focus-visible {
|
|
122
|
+
outline-color: var(--basecolors-stroke-focus-contrast);
|
|
123
|
+
}
|
|
124
|
+
/* DO NOT CHANGE!*/
|
|
125
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
94
126
|
/* DO NOT CHANGE!*/
|
|
95
127
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
96
128
|
/* DO NOT CHANGE!*/
|
|
@@ -279,35 +311,3 @@
|
|
|
279
311
|
transition: none !important;
|
|
280
312
|
}
|
|
281
313
|
}
|
|
282
|
-
/* DO NOT CHANGE!*/
|
|
283
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
284
|
-
.eds-expandable-text__trigger {
|
|
285
|
-
-webkit-appearance: none;
|
|
286
|
-
-moz-appearance: none;
|
|
287
|
-
appearance: none;
|
|
288
|
-
margin: 0;
|
|
289
|
-
border: none;
|
|
290
|
-
padding: 0.5rem 0;
|
|
291
|
-
cursor: pointer;
|
|
292
|
-
font-family: inherit;
|
|
293
|
-
color: var(--components-expand-expandabletext-standard-text);
|
|
294
|
-
background: inherit;
|
|
295
|
-
font-size: inherit;
|
|
296
|
-
display: flex;
|
|
297
|
-
align-items: center;
|
|
298
|
-
}
|
|
299
|
-
.eds-contrast .eds-expandable-text__trigger {
|
|
300
|
-
color: var(--components-expand-expandabletext-contrast-text);
|
|
301
|
-
}
|
|
302
|
-
.eds-expandable-text__trigger > h5, .eds-expandable-text__trigger > h4, .eds-expandable-text__trigger > h3, .eds-expandable-text__trigger > h2, .eds-expandable-text__trigger > p {
|
|
303
|
-
margin-top: 0;
|
|
304
|
-
margin-bottom: 0;
|
|
305
|
-
}
|
|
306
|
-
.eds-expandable-text__trigger:focus-visible {
|
|
307
|
-
outline: 2px solid #181c56;
|
|
308
|
-
outline-color: var(--basecolors-stroke-focus-standard);
|
|
309
|
-
outline-offset: 0.125rem;
|
|
310
|
-
}
|
|
311
|
-
.eds-contrast .eds-expandable-text__trigger:focus-visible {
|
|
312
|
-
outline-color: var(--basecolors-stroke-focus-contrast);
|
|
313
|
-
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/expand",
|
|
3
|
-
"version": "3.6.13-beta.
|
|
3
|
+
"version": "3.6.13-beta.11",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/expand.esm.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@entur/icons": "^8.0.0",
|
|
31
31
|
"@entur/tokens": "^3.19.1",
|
|
32
|
-
"@entur/typography": "^1.10.0-beta.
|
|
32
|
+
"@entur/typography": "^1.10.0-beta.11",
|
|
33
33
|
"@entur/utils": "^0.12.3",
|
|
34
34
|
"classnames": "^2.3.1",
|
|
35
35
|
"react-collapse": "^5.1.1"
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"@types/react-collapse": "5.0.4",
|
|
39
39
|
"dts-cli": "2.0.5"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "43d0a9514cbaeb6c8e319c4286bed9bd3ea21b22"
|
|
42
42
|
}
|