@entur/button 3.2.5 → 3.2.6
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 -4
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -468,7 +468,7 @@ a.eds-button--size-large {
|
|
|
468
468
|
/* DO NOT CHANGE!*/
|
|
469
469
|
/* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
|
|
470
470
|
.eds-icon-button {
|
|
471
|
-
border: 0.
|
|
471
|
+
border: 0.125rem solid transparent;
|
|
472
472
|
border-radius: 0.25rem;
|
|
473
473
|
background: none;
|
|
474
474
|
color: inherit;
|
|
@@ -504,11 +504,10 @@ a.eds-button--size-large {
|
|
|
504
504
|
background: #292b6a;
|
|
505
505
|
}
|
|
506
506
|
.eds-icon-button:focus {
|
|
507
|
-
|
|
508
|
-
outline: none;
|
|
507
|
+
outline: 2px solid #181c56;
|
|
509
508
|
}
|
|
510
509
|
.eds-contrast .eds-icon-button:focus {
|
|
511
|
-
|
|
510
|
+
outline: 2px solid #ffffff;
|
|
512
511
|
}
|
|
513
512
|
.eds-icon-button--disabled {
|
|
514
513
|
opacity: 0.5;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/button",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.6",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/button.esm.js",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"@entur/utils": "^0.9.5",
|
|
33
33
|
"classnames": "^2.3.1"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "05cb986bc4373b1fe20d51c298c4395dd2500843"
|
|
36
36
|
}
|