@entur/fileupload 0.4.2 → 0.4.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.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This package contains the different Fileupload components.
4
4
 
5
- > 💡 Looking for the [documentation](https://design.entur.no/komponenter/skjemaelementer/fileupload)?
5
+ > 💡 Looking for the [documentation](https://linje.entur.no/komponenter/skjemaelementer/fileupload)?
6
6
 
7
7
  ## Installation
8
8
 
@@ -14,4 +14,4 @@ yarn add @entur/fileupload
14
14
 
15
15
  ## Usage
16
16
 
17
- Please refer to the [documentation](https://design.entur.no/komponenter/skjemaelementer/fileupload) for usage information.
17
+ Please refer to the [documentation](https://linje.entur.no/komponenter/skjemaelementer/fileupload) for usage information.
package/dist/styles.css CHANGED
@@ -55,6 +55,7 @@
55
55
  :root {
56
56
  --basecolors-frame-contrast: #181c56;
57
57
  --basecolors-frame-contrastalt: #393d79;
58
+ --basecolors-frame-contrastalt-2: #292b6a;
58
59
  --basecolors-frame-default: #ffffff;
59
60
  --basecolors-frame-elevated: #ffffff;
60
61
  --basecolors-frame-elevatedalt: #f6f6f9;
@@ -120,6 +121,7 @@
120
121
  [data-color-mode=dark] {
121
122
  --basecolors-frame-contrast: #212233;
122
123
  --basecolors-frame-contrastalt: #141527;
124
+ --basecolors-frame-contrastalt-2: #08091c;
123
125
  --basecolors-frame-default: #08091c;
124
126
  --basecolors-frame-elevated: rgba(229, 229, 233, 0.1490196078);
125
127
  --basecolors-frame-elevatedalt: #464755;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/fileupload",
3
- "version": "0.4.2",
3
+ "version": "0.4.4",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/fileupload.esm.js",
@@ -27,17 +27,17 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/a11y": "^0.2.96",
31
- "@entur/button": "^3.3.2",
32
- "@entur/icons": "^7.7.0",
33
- "@entur/tokens": "^3.17.6",
34
- "@entur/typography": "^1.9.2",
35
- "@entur/utils": "^0.12.2",
30
+ "@entur/a11y": "^0.2.98",
31
+ "@entur/button": "^3.3.4",
32
+ "@entur/icons": "^7.8.0",
33
+ "@entur/tokens": "^3.19.0",
34
+ "@entur/typography": "^1.9.4",
35
+ "@entur/utils": "^0.12.3",
36
36
  "classnames": "^2.3.1",
37
37
  "react-dropzone": "^11.3.4"
38
38
  },
39
39
  "devDependencies": {
40
40
  "dts-cli": "2.0.5"
41
41
  },
42
- "gitHead": "7c03f458e9c34f5e0fd4f2d23c8eb6a6e47fb669"
42
+ "gitHead": "bfd8f62e4735cc13d55e50bc8747535d72aaf679"
43
43
  }