@entur/chip 0.9.3 → 0.9.4

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.
Files changed (2) hide show
  1. package/dist/styles.css +4 -4
  2. package/package.json +6 -6
package/dist/styles.css CHANGED
@@ -71,7 +71,7 @@
71
71
  --basecolors-frame-tint: #f6f6f9;
72
72
  --basecolors-shape-accent: #181c56;
73
73
  --basecolors-shape-bicycle-contrast: #00db9b;
74
- --basecolors-shape-bicycle-default: #388f76;
74
+ --basecolors-shape-bicycle-default: #33826b;
75
75
  --basecolors-shape-bus-contrast: #ff6392;
76
76
  --basecolors-shape-bus-default: #c5044e;
77
77
  --basecolors-shape-cableway-contrast: #b482fb;
@@ -91,7 +91,7 @@
91
91
  --basecolors-shape-metro-contrast: #f08901;
92
92
  --basecolors-shape-metro-default: #bf5826;
93
93
  --basecolors-shape-mobility-contrast: #00db9b;
94
- --basecolors-shape-mobility-default: #388f76;
94
+ --basecolors-shape-mobility-default: #33826b;
95
95
  --basecolors-shape-plane-contrast: #fbafea;
96
96
  --basecolors-shape-plane-default: #800664;
97
97
  --basecolors-shape-subdued: #626493;
@@ -384,7 +384,7 @@
384
384
  --basecolors-frame-tint: #f6f6f9;
385
385
  --basecolors-shape-accent: #181c56;
386
386
  --basecolors-shape-bicycle-contrast: #00db9b;
387
- --basecolors-shape-bicycle-default: #388f76;
387
+ --basecolors-shape-bicycle-default: #33826b;
388
388
  --basecolors-shape-bus-contrast: #ff6392;
389
389
  --basecolors-shape-bus-default: #c5044e;
390
390
  --basecolors-shape-cableway-contrast: #b482fb;
@@ -404,7 +404,7 @@
404
404
  --basecolors-shape-metro-contrast: #f08901;
405
405
  --basecolors-shape-metro-default: #bf5826;
406
406
  --basecolors-shape-mobility-contrast: #00db9b;
407
- --basecolors-shape-mobility-default: #388f76;
407
+ --basecolors-shape-mobility-default: #33826b;
408
408
  --basecolors-shape-plane-contrast: #fbafea;
409
409
  --basecolors-shape-plane-default: #800664;
410
410
  --basecolors-shape-subdued: #626493;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/chip",
3
- "version": "0.9.3",
3
+ "version": "0.9.4",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/chip.cjs.js",
6
6
  "module": "dist/chip.esm.js",
@@ -27,10 +27,10 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/form": "^8.3.4",
31
- "@entur/icons": "^8.0.2",
32
- "@entur/loader": "^0.5.32",
33
- "@entur/tokens": "^3.19.3",
30
+ "@entur/form": "^8.4.0",
31
+ "@entur/icons": "^8.1.0",
32
+ "@entur/loader": "^0.5.33",
33
+ "@entur/tokens": "^3.20.0",
34
34
  "@entur/utils": "^0.12.5",
35
35
  "classnames": "^2.5.1"
36
36
  },
@@ -47,5 +47,5 @@
47
47
  "vite": "^7.1.3",
48
48
  "vite-plugin-dts": "^4.5.4"
49
49
  },
50
- "gitHead": "b4c13c66884fb73f99465961367af15119a66bda"
50
+ "gitHead": "121225eb41428c01d02eeaa81669651cb9499456"
51
51
  }