@entur/button 3.2.8-alpha.0 → 3.2.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 +3 -3
- package/package.json +4 -4
package/dist/styles.css
CHANGED
|
@@ -462,9 +462,6 @@ a.eds-button--size-large {
|
|
|
462
462
|
.eds-square-button--tertiary .eds-square-button__loading-dots .eds-loading-dots__dot {
|
|
463
463
|
background: #181c56;
|
|
464
464
|
}
|
|
465
|
-
:root {
|
|
466
|
-
--eds-button: 1;
|
|
467
|
-
}
|
|
468
465
|
/* DO NOT CHANGE!*/
|
|
469
466
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
470
467
|
.eds-icon-button {
|
|
@@ -518,3 +515,6 @@ a.eds-button--size-large {
|
|
|
518
515
|
width: -moz-fit-content;
|
|
519
516
|
width: fit-content;
|
|
520
517
|
}
|
|
518
|
+
:root {
|
|
519
|
+
--eds-button: 1;
|
|
520
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/button",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.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.12.
|
|
30
|
+
"@entur/loader": "^0.4.54",
|
|
31
|
+
"@entur/tokens": "^3.12.0",
|
|
32
32
|
"@entur/utils": "^0.10.0",
|
|
33
33
|
"classnames": "^2.3.1"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "3842f90322ff4340572e6597baf4ce753a6bf355"
|
|
36
36
|
}
|