@entur/button 3.1.8 → 3.1.9
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 -12
- package/package.json +4 -4
package/dist/styles.css
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
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. */
|
|
3
12
|
a.eds-button {
|
|
4
13
|
padding: 0.5rem 1rem;
|
|
5
14
|
}
|
|
@@ -229,15 +238,6 @@ a.eds-button--size-large {
|
|
|
229
238
|
}
|
|
230
239
|
/* DO NOT CHANGE!*/
|
|
231
240
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
232
|
-
.eds-button-group .eds-button {
|
|
233
|
-
margin-right: 0.75rem;
|
|
234
|
-
margin-bottom: 0.75rem;
|
|
235
|
-
}
|
|
236
|
-
.eds-button-group .eds-button:only-child {
|
|
237
|
-
margin: 0;
|
|
238
|
-
}
|
|
239
|
-
/* DO NOT CHANGE!*/
|
|
240
|
-
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
241
241
|
.eds-floating-button {
|
|
242
242
|
align-items: center;
|
|
243
243
|
-webkit-appearance: none;
|
|
@@ -460,6 +460,9 @@ a.eds-button--size-large {
|
|
|
460
460
|
.eds-square-button--tertiary .eds-square-button__loading-dots .eds-loading-dots__dot {
|
|
461
461
|
background: #181c56;
|
|
462
462
|
}
|
|
463
|
+
:root {
|
|
464
|
+
--eds-button: 1;
|
|
465
|
+
}
|
|
463
466
|
/* DO NOT CHANGE!*/
|
|
464
467
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
465
468
|
.eds-icon-button {
|
|
@@ -514,6 +517,3 @@ a.eds-button--size-large {
|
|
|
514
517
|
width: -moz-fit-content;
|
|
515
518
|
width: fit-content;
|
|
516
519
|
}
|
|
517
|
-
:root {
|
|
518
|
-
--eds-button: 1;
|
|
519
|
-
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/button",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.9",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/button.esm.js",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/loader": "^0.4.
|
|
31
|
-
"@entur/tokens": "^3.
|
|
30
|
+
"@entur/loader": "^0.4.46",
|
|
31
|
+
"@entur/tokens": "^3.11.0",
|
|
32
32
|
"@entur/utils": "^0.9.5",
|
|
33
33
|
"classnames": "^2.3.1"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "cd8bd67e916e644093ba1390154ccc96fa6f048f"
|
|
36
36
|
}
|