@entur/tab 0.4.69 → 0.4.70

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 +3 -3
package/dist/styles.css CHANGED
@@ -134,8 +134,8 @@
134
134
  --basecolors-shape-accent: #e5e5e9;
135
135
  --basecolors-shape-bicycle-contrast: #4db295;
136
136
  --basecolors-shape-bicycle-default: #4db295;
137
- --basecolors-shape-bus-contrast: #e87a9b;
138
- --basecolors-shape-bus-default: #e87a9b;
137
+ --basecolors-shape-bus-contrast: #ef7398;
138
+ --basecolors-shape-bus-default: #ef7398;
139
139
  --basecolors-shape-cableway-contrast: #b898e5;
140
140
  --basecolors-shape-cableway-default: #b898e5;
141
141
  --basecolors-shape-disabled: #b6b8ba;
@@ -178,7 +178,7 @@
178
178
  --basecolors-stroke-highlight: #ff9494;
179
179
  --basecolors-stroke-light: #b3b4bd;
180
180
  --basecolors-stroke-subdued: #81828f;
181
- --basecolors-stroke-subduedalt: #81828f;
181
+ --basecolors-stroke-subduedalt: #949699;
182
182
  --basecolors-text-accent: #e5e5e9;
183
183
  --basecolors-text-disabled: #b6b8ba;
184
184
  --basecolors-text-disabledalt: #b6b8ba;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/tab",
3
- "version": "0.4.69",
3
+ "version": "0.4.70",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/tab.esm.js",
@@ -26,10 +26,10 @@
26
26
  "react-dom": ">=16.8.0"
27
27
  },
28
28
  "dependencies": {
29
- "@entur/tokens": "^3.15.1",
29
+ "@entur/tokens": "^3.15.2",
30
30
  "@entur/utils": "^0.11.1",
31
31
  "@reach/tabs": "^0.15.0",
32
32
  "classnames": "^2.3.1"
33
33
  },
34
- "gitHead": "59263b656c7de882e8ecf50bdb49f7ddfd283026"
34
+ "gitHead": "4d4f7939fb1c9b936e07dd321b7faa3e12476b3d"
35
35
  }