@entur/tooltip 2.7.10 → 2.7.11

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 +3 -3
  2. package/package.json +6 -6
package/dist/styles.css CHANGED
@@ -307,8 +307,8 @@
307
307
  --basecolors-shape-accent: #e5e5e9;
308
308
  --basecolors-shape-bicycle-contrast: #4db295;
309
309
  --basecolors-shape-bicycle-default: #4db295;
310
- --basecolors-shape-bus-contrast: #e87a9b;
311
- --basecolors-shape-bus-default: #e87a9b;
310
+ --basecolors-shape-bus-contrast: #ef7398;
311
+ --basecolors-shape-bus-default: #ef7398;
312
312
  --basecolors-shape-cableway-contrast: #b898e5;
313
313
  --basecolors-shape-cableway-default: #b898e5;
314
314
  --basecolors-shape-disabled: #b6b8ba;
@@ -351,7 +351,7 @@
351
351
  --basecolors-stroke-highlight: #ff9494;
352
352
  --basecolors-stroke-light: #b3b4bd;
353
353
  --basecolors-stroke-subdued: #81828f;
354
- --basecolors-stroke-subduedalt: #81828f;
354
+ --basecolors-stroke-subduedalt: #949699;
355
355
  --basecolors-text-accent: #e5e5e9;
356
356
  --basecolors-text-disabled: #b6b8ba;
357
357
  --basecolors-text-disabledalt: #b6b8ba;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/tooltip",
3
- "version": "2.7.10",
3
+ "version": "2.7.11",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/tooltip.esm.js",
@@ -27,14 +27,14 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/button": "^3.2.26",
31
- "@entur/icons": "^6.18.0",
32
- "@entur/layout": "^2.3.10",
33
- "@entur/tokens": "^3.15.1",
30
+ "@entur/button": "^3.2.27",
31
+ "@entur/icons": "^6.18.1",
32
+ "@entur/layout": "^2.3.11",
33
+ "@entur/tokens": "^3.15.2",
34
34
  "@entur/utils": "^0.11.1",
35
35
  "@popperjs/core": "^2.10.1",
36
36
  "classnames": "^2.3.1",
37
37
  "react-popper": "~2.2.5"
38
38
  },
39
- "gitHead": "59263b656c7de882e8ecf50bdb49f7ddfd283026"
39
+ "gitHead": "4d4f7939fb1c9b936e07dd321b7faa3e12476b3d"
40
40
  }