@entur/fileupload 0.3.121-beta.0 → 0.3.121

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 +7 -7
package/dist/styles.css CHANGED
@@ -208,8 +208,8 @@
208
208
  --basecolors-shape-accent: #e5e5e9;
209
209
  --basecolors-shape-bicycle-contrast: #4db295;
210
210
  --basecolors-shape-bicycle-default: #4db295;
211
- --basecolors-shape-bus-contrast: #e87a9b;
212
- --basecolors-shape-bus-default: #e87a9b;
211
+ --basecolors-shape-bus-contrast: #ef7398;
212
+ --basecolors-shape-bus-default: #ef7398;
213
213
  --basecolors-shape-cableway-contrast: #b898e5;
214
214
  --basecolors-shape-cableway-default: #b898e5;
215
215
  --basecolors-shape-disabled: #b6b8ba;
@@ -252,7 +252,7 @@
252
252
  --basecolors-stroke-highlight: #ff9494;
253
253
  --basecolors-stroke-light: #b3b4bd;
254
254
  --basecolors-stroke-subdued: #81828f;
255
- --basecolors-stroke-subduedalt: #81828f;
255
+ --basecolors-stroke-subduedalt: #949699;
256
256
  --basecolors-text-accent: #e5e5e9;
257
257
  --basecolors-text-disabled: #b6b8ba;
258
258
  --basecolors-text-disabledalt: #b6b8ba;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/fileupload",
3
- "version": "0.3.121-beta.0",
3
+ "version": "0.3.121",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/fileupload.esm.js",
@@ -23,11 +23,11 @@
23
23
  "lint": "dts lint src"
24
24
  },
25
25
  "dependencies": {
26
- "@entur/a11y": "^0.2.86",
27
- "@entur/button": "^3.2.27-beta.0",
28
- "@entur/icons": "^7.0.0-beta.0",
29
- "@entur/tokens": "^3.15.1",
30
- "@entur/typography": "^1.8.40-beta.0",
26
+ "@entur/a11y": "^0.2.87",
27
+ "@entur/button": "^3.2.27",
28
+ "@entur/icons": "^6.18.1",
29
+ "@entur/tokens": "^3.15.2",
30
+ "@entur/typography": "^1.8.40",
31
31
  "@entur/utils": "^0.11.1",
32
32
  "classnames": "^2.3.1",
33
33
  "react-dropzone": "^11.3.4"
@@ -36,5 +36,5 @@
36
36
  "react": ">=16.8.0",
37
37
  "react-dom": ">=16.8.0"
38
38
  },
39
- "gitHead": "c8e99ab901c06e9faf622f1a1f88e1b0e7e34419"
39
+ "gitHead": "4d4f7939fb1c9b936e07dd321b7faa3e12476b3d"
40
40
  }