@sb1/ffe-file-upload 100.12.1 → 100.12.3

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.
@@ -156,6 +156,9 @@
156
156
  overflow-wrap: anywhere;
157
157
  margin-top: var(--ffe-spacing-xs);
158
158
  }
159
+ .ffe-file-upload__upload-section-subtext--underline {
160
+ border-bottom: var(--ffe-g-border-width) solid currentColor;
161
+ }
159
162
  .ffe-file-upload__file-item-delete-icon {
160
163
  display: inline-block;
161
164
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sb1/ffe-file-upload",
3
- "version": "100.12.1",
3
+ "version": "100.12.3",
4
4
  "description": "File upload module",
5
5
  "license": "MIT",
6
6
  "author": "SpareBank 1",
@@ -20,14 +20,14 @@
20
20
  "build": "lessc less/file-upload.less css/file-upload.css --autoprefix"
21
21
  },
22
22
  "dependencies": {
23
- "@sb1/ffe-core": "^100.12.1",
24
- "@sb1/ffe-form": "^100.12.1"
23
+ "@sb1/ffe-core": "^100.12.3",
24
+ "@sb1/ffe-form": "^100.12.3"
25
25
  },
26
26
  "devDependencies": {
27
- "@sb1/ffe-buildtool": "^100.12.1"
27
+ "@sb1/ffe-buildtool": "^100.12.3"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public"
31
31
  },
32
- "gitHead": "d51dcc5967ccdc3f0f947fc0ba8c6ef016800255"
32
+ "gitHead": "c250edc3d20e5ed115c5c5951495d700e96a3be3"
33
33
  }