@entur/button 3.3.15-beta.4 → 3.3.16
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 +2 -2
- package/package.json +4 -4
package/dist/styles.css
CHANGED
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
--basecolors-frame-tint: #f6f6f9;
|
|
258
258
|
--basecolors-shape-accent: #181c56;
|
|
259
259
|
--basecolors-shape-bicycle-contrast: #00db9b;
|
|
260
|
-
--basecolors-shape-bicycle-default: #
|
|
260
|
+
--basecolors-shape-bicycle-default: #33826b;
|
|
261
261
|
--basecolors-shape-bus-contrast: #ff6392;
|
|
262
262
|
--basecolors-shape-bus-default: #c5044e;
|
|
263
263
|
--basecolors-shape-cableway-contrast: #b482fb;
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
--basecolors-shape-metro-contrast: #f08901;
|
|
278
278
|
--basecolors-shape-metro-default: #bf5826;
|
|
279
279
|
--basecolors-shape-mobility-contrast: #00db9b;
|
|
280
|
-
--basecolors-shape-mobility-default: #
|
|
280
|
+
--basecolors-shape-mobility-default: #33826b;
|
|
281
281
|
--basecolors-shape-plane-contrast: #fbafea;
|
|
282
282
|
--basecolors-shape-plane-default: #800664;
|
|
283
283
|
--basecolors-shape-subdued: #626493;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/button",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.16",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/button.cjs.js",
|
|
6
6
|
"module": "dist/button.esm.js",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"react-dom": ">=16.8.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@entur/loader": "^0.5.
|
|
31
|
-
"@entur/tokens": "^3.
|
|
30
|
+
"@entur/loader": "^0.5.33",
|
|
31
|
+
"@entur/tokens": "^3.20.0",
|
|
32
32
|
"@entur/utils": "^0.12.5",
|
|
33
33
|
"classnames": "^2.5.1"
|
|
34
34
|
},
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"vite": "^7.1.3",
|
|
46
46
|
"vite-plugin-dts": "^4.5.4"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "121225eb41428c01d02eeaa81669651cb9499456"
|
|
49
49
|
}
|