@entur/chip 0.7.14-beta.0 → 0.7.14

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 +6 -6
  2. package/package.json +6 -6
package/dist/styles.css CHANGED
@@ -255,8 +255,8 @@
255
255
  --basecolors-shape-accent: #e5e5e9;
256
256
  --basecolors-shape-bicycle-contrast: #4db295;
257
257
  --basecolors-shape-bicycle-default: #4db295;
258
- --basecolors-shape-bus-contrast: #e87a9b;
259
- --basecolors-shape-bus-default: #e87a9b;
258
+ --basecolors-shape-bus-contrast: #ef7398;
259
+ --basecolors-shape-bus-default: #ef7398;
260
260
  --basecolors-shape-cableway-contrast: #b898e5;
261
261
  --basecolors-shape-cableway-default: #b898e5;
262
262
  --basecolors-shape-disabled: #b6b8ba;
@@ -299,7 +299,7 @@
299
299
  --basecolors-stroke-highlight: #ff9494;
300
300
  --basecolors-stroke-light: #b3b4bd;
301
301
  --basecolors-stroke-subdued: #81828f;
302
- --basecolors-stroke-subduedalt: #81828f;
302
+ --basecolors-stroke-subduedalt: #949699;
303
303
  --basecolors-text-accent: #e5e5e9;
304
304
  --basecolors-text-disabled: #b6b8ba;
305
305
  --basecolors-text-disabledalt: #b6b8ba;
@@ -635,8 +635,8 @@
635
635
  --basecolors-shape-accent: #e5e5e9;
636
636
  --basecolors-shape-bicycle-contrast: #4db295;
637
637
  --basecolors-shape-bicycle-default: #4db295;
638
- --basecolors-shape-bus-contrast: #e87a9b;
639
- --basecolors-shape-bus-default: #e87a9b;
638
+ --basecolors-shape-bus-contrast: #ef7398;
639
+ --basecolors-shape-bus-default: #ef7398;
640
640
  --basecolors-shape-cableway-contrast: #b898e5;
641
641
  --basecolors-shape-cableway-default: #b898e5;
642
642
  --basecolors-shape-disabled: #b6b8ba;
@@ -679,7 +679,7 @@
679
679
  --basecolors-stroke-highlight: #ff9494;
680
680
  --basecolors-stroke-light: #b3b4bd;
681
681
  --basecolors-stroke-subdued: #81828f;
682
- --basecolors-stroke-subduedalt: #81828f;
682
+ --basecolors-stroke-subduedalt: #949699;
683
683
  --basecolors-text-accent: #e5e5e9;
684
684
  --basecolors-text-disabled: #b6b8ba;
685
685
  --basecolors-text-disabledalt: #b6b8ba;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/chip",
3
- "version": "0.7.14-beta.0",
3
+ "version": "0.7.14",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/chip.esm.js",
@@ -27,12 +27,12 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/form": "^8.0.0-beta.0",
31
- "@entur/icons": "^7.0.0-beta.0",
32
- "@entur/loader": "^0.5.5-beta.0",
33
- "@entur/tokens": "^3.15.1",
30
+ "@entur/form": "^7.2.1",
31
+ "@entur/icons": "^6.18.1",
32
+ "@entur/loader": "^0.5.5",
33
+ "@entur/tokens": "^3.15.2",
34
34
  "@entur/utils": "^0.11.1",
35
35
  "classnames": "^2.3.1"
36
36
  },
37
- "gitHead": "c8e99ab901c06e9faf622f1a1f88e1b0e7e34419"
37
+ "gitHead": "4d4f7939fb1c9b936e07dd321b7faa3e12476b3d"
38
38
  }