@entur/button 3.1.7 → 3.1.8
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 +3 -3
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -460,9 +460,6 @@ 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
|
-
}
|
|
466
463
|
/* DO NOT CHANGE!*/
|
|
467
464
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
468
465
|
.eds-icon-button {
|
|
@@ -517,3 +514,6 @@ a.eds-button--size-large {
|
|
|
517
514
|
width: -moz-fit-content;
|
|
518
515
|
width: fit-content;
|
|
519
516
|
}
|
|
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.8",
|
|
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.
|
|
30
|
+
"@entur/loader": "^0.4.45",
|
|
31
31
|
"@entur/tokens": "^3.10.0",
|
|
32
32
|
"@entur/utils": "^0.9.5",
|
|
33
33
|
"classnames": "^2.3.1"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "bfcfe0c1a78ad15d2e1a3fffe235ec21f02bae17"
|
|
36
36
|
}
|