@entur/button 3.2.26 → 3.2.27
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
|
@@ -779,8 +779,8 @@ a.eds-button--size-large {
|
|
|
779
779
|
--basecolors-shape-accent: #e5e5e9;
|
|
780
780
|
--basecolors-shape-bicycle-contrast: #4db295;
|
|
781
781
|
--basecolors-shape-bicycle-default: #4db295;
|
|
782
|
-
--basecolors-shape-bus-contrast: #
|
|
783
|
-
--basecolors-shape-bus-default: #
|
|
782
|
+
--basecolors-shape-bus-contrast: #ef7398;
|
|
783
|
+
--basecolors-shape-bus-default: #ef7398;
|
|
784
784
|
--basecolors-shape-cableway-contrast: #b898e5;
|
|
785
785
|
--basecolors-shape-cableway-default: #b898e5;
|
|
786
786
|
--basecolors-shape-disabled: #b6b8ba;
|
|
@@ -823,7 +823,7 @@ a.eds-button--size-large {
|
|
|
823
823
|
--basecolors-stroke-highlight: #ff9494;
|
|
824
824
|
--basecolors-stroke-light: #b3b4bd;
|
|
825
825
|
--basecolors-stroke-subdued: #81828f;
|
|
826
|
-
--basecolors-stroke-subduedalt: #
|
|
826
|
+
--basecolors-stroke-subduedalt: #949699;
|
|
827
827
|
--basecolors-text-accent: #e5e5e9;
|
|
828
828
|
--basecolors-text-disabled: #b6b8ba;
|
|
829
829
|
--basecolors-text-disabledalt: #b6b8ba;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/button",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.27",
|
|
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.5.
|
|
31
|
-
"@entur/tokens": "^3.15.
|
|
30
|
+
"@entur/loader": "^0.5.5",
|
|
31
|
+
"@entur/tokens": "^3.15.2",
|
|
32
32
|
"@entur/utils": "^0.11.1",
|
|
33
33
|
"classnames": "^2.3.1"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "4d4f7939fb1c9b936e07dd321b7faa3e12476b3d"
|
|
36
36
|
}
|