@entur/button 3.2.37-beta.0 → 3.2.38
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 +12 -9
- package/package.json +5 -5
package/dist/styles.css
CHANGED
|
@@ -1,14 +1,5 @@
|
|
|
1
1
|
/* DO NOT CHANGE!*/
|
|
2
2
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
3
|
-
.eds-button-group .eds-button {
|
|
4
|
-
margin-right: 0.75rem;
|
|
5
|
-
margin-bottom: 0.75rem;
|
|
6
|
-
}
|
|
7
|
-
.eds-button-group .eds-button:only-child {
|
|
8
|
-
margin: 0;
|
|
9
|
-
}
|
|
10
|
-
/* DO NOT CHANGE!*/
|
|
11
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
12
3
|
a.eds-button {
|
|
13
4
|
padding: 0.5rem 1rem;
|
|
14
5
|
}
|
|
@@ -31,6 +22,7 @@ a.eds-button--size-large {
|
|
|
31
22
|
-webkit-appearance: none;
|
|
32
23
|
-moz-appearance: none;
|
|
33
24
|
appearance: none;
|
|
25
|
+
-webkit-text-decoration: none;
|
|
34
26
|
text-decoration: none;
|
|
35
27
|
padding: 0 1rem;
|
|
36
28
|
height: 3rem;
|
|
@@ -218,6 +210,15 @@ a.eds-button--size-large {
|
|
|
218
210
|
}
|
|
219
211
|
/* DO NOT CHANGE!*/
|
|
220
212
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
213
|
+
.eds-button-group .eds-button {
|
|
214
|
+
margin-right: 0.75rem;
|
|
215
|
+
margin-bottom: 0.75rem;
|
|
216
|
+
}
|
|
217
|
+
.eds-button-group .eds-button:only-child {
|
|
218
|
+
margin: 0;
|
|
219
|
+
}
|
|
220
|
+
/* DO NOT CHANGE!*/
|
|
221
|
+
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
221
222
|
.eds-floating-button {
|
|
222
223
|
align-items: center;
|
|
223
224
|
-webkit-appearance: none;
|
|
@@ -307,6 +308,7 @@ a.eds-button--size-large {
|
|
|
307
308
|
font-weight: 500;
|
|
308
309
|
justify-content: center;
|
|
309
310
|
padding: 0;
|
|
311
|
+
-webkit-text-decoration: none;
|
|
310
312
|
text-decoration: none;
|
|
311
313
|
}
|
|
312
314
|
.eds-square-button:focus {
|
|
@@ -349,6 +351,7 @@ a.eds-button--size-large {
|
|
|
349
351
|
line-height: 1.5rem;
|
|
350
352
|
padding: 0;
|
|
351
353
|
text-align: center;
|
|
354
|
+
-webkit-text-decoration: none;
|
|
352
355
|
text-decoration: none;
|
|
353
356
|
vertical-align: top;
|
|
354
357
|
position: relative;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/button",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.38",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/button.esm.js",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/loader": "^0.5.
|
|
31
|
-
"@entur/tokens": "^3.17.
|
|
32
|
-
"@entur/utils": "^0.12.2
|
|
30
|
+
"@entur/loader": "^0.5.16",
|
|
31
|
+
"@entur/tokens": "^3.17.5",
|
|
32
|
+
"@entur/utils": "^0.12.2",
|
|
33
33
|
"classnames": "^2.3.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"dts-cli": "2.0.5"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "1a989376d61ab59a8c554a9cab733039aef8b2eb"
|
|
39
39
|
}
|