@entur/fileupload 0.3.51 → 0.3.52-beta.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.
- package/package.json +17 -12
- package/CHANGELOG.md +0 -246
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/fileupload",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.52-beta.3",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/fileupload.esm.js",
|
|
@@ -17,18 +17,18 @@
|
|
|
17
17
|
"access": "public"
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
|
-
"start": "dts watch --noClean",
|
|
21
|
-
"build": "dts build",
|
|
22
|
-
"test": "dts test --env=jsdom",
|
|
23
|
-
"lint": "dts lint"
|
|
20
|
+
"start": "yarn run dts watch --noClean",
|
|
21
|
+
"build": "yarn run dts build",
|
|
22
|
+
"test": "yarn run dts test --env=jsdom",
|
|
23
|
+
"lint": "yarn run dts lint"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@entur/a11y": "^0.2.
|
|
27
|
-
"@entur/button": "^2.10.
|
|
28
|
-
"@entur/icons": "^5.1.
|
|
29
|
-
"@entur/tokens": "^3.4.
|
|
30
|
-
"@entur/typography": "^1.7.
|
|
31
|
-
"@entur/utils": "^0.4.
|
|
26
|
+
"@entur/a11y": "^0.2.50-beta.3",
|
|
27
|
+
"@entur/button": "^2.10.5-beta.3",
|
|
28
|
+
"@entur/icons": "^5.1.2-beta.3",
|
|
29
|
+
"@entur/tokens": "^3.4.2-beta.2",
|
|
30
|
+
"@entur/typography": "^1.7.1-beta.3",
|
|
31
|
+
"@entur/utils": "^0.4.6-beta.2",
|
|
32
32
|
"classnames": "^2.3.1",
|
|
33
33
|
"react-dropzone": "^11.3.4"
|
|
34
34
|
},
|
|
@@ -36,5 +36,10 @@
|
|
|
36
36
|
"react": ">=16.8.0",
|
|
37
37
|
"react-dom": ">=16.8.0"
|
|
38
38
|
},
|
|
39
|
-
"
|
|
39
|
+
"devDependencies": {
|
|
40
|
+
"dts-cli": "^1.1.6",
|
|
41
|
+
"jest-watch-typeahead": "^2.2.0",
|
|
42
|
+
"ts-jest": "^27.0.0"
|
|
43
|
+
},
|
|
44
|
+
"gitHead": "89c8eee86c247794134c34484a205e0f7f65d0a5"
|
|
40
45
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,246 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [0.3.51](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.50...@entur/fileupload@0.3.51) (2022-10-20)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
9
|
-
|
|
10
|
-
## [0.3.50](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.49...@entur/fileupload@0.3.50) (2022-10-20)
|
|
11
|
-
|
|
12
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
13
|
-
|
|
14
|
-
## [0.3.49](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.48...@entur/fileupload@0.3.49) (2022-10-12)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
17
|
-
|
|
18
|
-
## [0.3.47](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.46...@entur/fileupload@0.3.47) (2022-08-31)
|
|
19
|
-
|
|
20
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
21
|
-
|
|
22
|
-
## [0.3.46](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.45...@entur/fileupload@0.3.46) (2022-08-31)
|
|
23
|
-
|
|
24
|
-
### Bug Fixes
|
|
25
|
-
|
|
26
|
-
- **file upload:** add descriptive screen reader text to remove file button ([42c37d1](https://bitbucket.org/enturas/design-system/commits/42c37d131e2db5f712b1ce7cf3336b6d536cadd2))
|
|
27
|
-
|
|
28
|
-
## [0.3.45](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.44...@entur/fileupload@0.3.45) (2022-08-24)
|
|
29
|
-
|
|
30
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
31
|
-
|
|
32
|
-
## [0.3.44](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.43...@entur/fileupload@0.3.44) (2022-08-09)
|
|
33
|
-
|
|
34
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
35
|
-
|
|
36
|
-
## [0.3.43](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.42...@entur/fileupload@0.3.43) (2022-07-05)
|
|
37
|
-
|
|
38
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
39
|
-
|
|
40
|
-
## [0.3.42](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.41...@entur/fileupload@0.3.42) (2022-06-28)
|
|
41
|
-
|
|
42
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
43
|
-
|
|
44
|
-
## [0.3.41](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.40...@entur/fileupload@0.3.41) (2022-06-24)
|
|
45
|
-
|
|
46
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
47
|
-
|
|
48
|
-
## [0.3.40](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.39...@entur/fileupload@0.3.40) (2022-06-02)
|
|
49
|
-
|
|
50
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
51
|
-
|
|
52
|
-
## [0.3.39](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.38...@entur/fileupload@0.3.39) (2022-05-13)
|
|
53
|
-
|
|
54
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
55
|
-
|
|
56
|
-
## [0.3.38](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.37...@entur/fileupload@0.3.38) (2022-05-04)
|
|
57
|
-
|
|
58
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
59
|
-
|
|
60
|
-
## [0.3.37](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.36...@entur/fileupload@0.3.37) (2022-04-27)
|
|
61
|
-
|
|
62
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
63
|
-
|
|
64
|
-
## [0.3.36](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.35...@entur/fileupload@0.3.36) (2022-04-20)
|
|
65
|
-
|
|
66
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
67
|
-
|
|
68
|
-
## [0.3.35](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.34...@entur/fileupload@0.3.35) (2022-04-19)
|
|
69
|
-
|
|
70
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
71
|
-
|
|
72
|
-
## [0.3.34](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.33...@entur/fileupload@0.3.34) (2022-03-01)
|
|
73
|
-
|
|
74
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
75
|
-
|
|
76
|
-
## [0.3.33](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.32...@entur/fileupload@0.3.33) (2022-02-09)
|
|
77
|
-
|
|
78
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
79
|
-
|
|
80
|
-
## [0.3.32](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.31...@entur/fileupload@0.3.32) (2021-11-17)
|
|
81
|
-
|
|
82
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
83
|
-
|
|
84
|
-
## [0.3.31](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.30...@entur/fileupload@0.3.31) (2021-09-23)
|
|
85
|
-
|
|
86
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
87
|
-
|
|
88
|
-
## [0.3.30](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.29...@entur/fileupload@0.3.30) (2021-09-13)
|
|
89
|
-
|
|
90
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
91
|
-
|
|
92
|
-
## [0.3.29](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.28...@entur/fileupload@0.3.29) (2021-09-07)
|
|
93
|
-
|
|
94
|
-
### Bug Fixes
|
|
95
|
-
|
|
96
|
-
- fix lint warning ([6d8d06e](https://bitbucket.org/enturas/design-system/commits/6d8d06e7f2a088d2e857d41d52aa08f4ab50a49f))
|
|
97
|
-
- update dependencies ([d99dbde](https://bitbucket.org/enturas/design-system/commits/d99dbde566107589902f7f19bde3286a7195a600))
|
|
98
|
-
- utilize reworked focus token ([586758f](https://bitbucket.org/enturas/design-system/commits/586758fc86eb5aa52116c63c14ef033eb2e8b12f))
|
|
99
|
-
|
|
100
|
-
## [0.3.28](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.27...@entur/fileupload@0.3.28) (2021-08-13)
|
|
101
|
-
|
|
102
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
103
|
-
|
|
104
|
-
## [0.3.27](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.26...@entur/fileupload@0.3.27) (2021-07-16)
|
|
105
|
-
|
|
106
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
107
|
-
|
|
108
|
-
## [0.3.26](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.25...@entur/fileupload@0.3.26) (2021-06-25)
|
|
109
|
-
|
|
110
|
-
### Bug Fixes
|
|
111
|
-
|
|
112
|
-
- update dependencies ([30a33f7](https://bitbucket.org/enturas/design-system/commits/30a33f773e488c64c4cec2d1d07a9d617412f46a))
|
|
113
|
-
|
|
114
|
-
## [0.3.25](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.24...@entur/fileupload@0.3.25) (2021-05-05)
|
|
115
|
-
|
|
116
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
117
|
-
|
|
118
|
-
## [0.3.24](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.23...@entur/fileupload@0.3.24) (2021-04-23)
|
|
119
|
-
|
|
120
|
-
### Bug Fixes
|
|
121
|
-
|
|
122
|
-
- utilize new focus tokens ([17113ef](https://bitbucket.org/enturas/design-system/commits/17113ef3f791c86fa6e19e71680fd5acdbae4990))
|
|
123
|
-
|
|
124
|
-
## [0.3.23](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.22...@entur/fileupload@0.3.23) (2021-04-09)
|
|
125
|
-
|
|
126
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
127
|
-
|
|
128
|
-
## [0.3.22](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.21...@entur/fileupload@0.3.22) (2021-03-02)
|
|
129
|
-
|
|
130
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
131
|
-
|
|
132
|
-
## [0.3.21](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.20...@entur/fileupload@0.3.21) (2021-02-17)
|
|
133
|
-
|
|
134
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
135
|
-
|
|
136
|
-
## [0.3.20](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.19...@entur/fileupload@0.3.20) (2021-01-29)
|
|
137
|
-
|
|
138
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
139
|
-
|
|
140
|
-
## [0.3.19](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.18...@entur/fileupload@0.3.19) (2021-01-20)
|
|
141
|
-
|
|
142
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
143
|
-
|
|
144
|
-
## [0.3.18](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.17...@entur/fileupload@0.3.18) (2021-01-13)
|
|
145
|
-
|
|
146
|
-
### Bug Fixes
|
|
147
|
-
|
|
148
|
-
- transpose grey colors for updated color tokens ([d6a444c](https://bitbucket.org/enturas/design-system/commits/d6a444c2c37339b9bac0702738ed52693367d344))
|
|
149
|
-
|
|
150
|
-
## [0.3.17](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.16...@entur/fileupload@0.3.17) (2021-01-05)
|
|
151
|
-
|
|
152
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
153
|
-
|
|
154
|
-
## [0.3.16](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.15...@entur/fileupload@0.3.16) (2020-12-04)
|
|
155
|
-
|
|
156
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
157
|
-
|
|
158
|
-
## [0.3.15](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.14...@entur/fileupload@0.3.15) (2020-11-10)
|
|
159
|
-
|
|
160
|
-
### Bug Fixes
|
|
161
|
-
|
|
162
|
-
- **fileupload:** improve typing for onDrop prop ([29005c0](https://bitbucket.org/enturas/design-system/commits/29005c0a37dd2ad2c539072a0b22741ab98b6a3c))
|
|
163
|
-
|
|
164
|
-
## [0.3.14](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.13...@entur/fileupload@0.3.14) (2020-11-05)
|
|
165
|
-
|
|
166
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
167
|
-
|
|
168
|
-
## [0.3.13](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.12...@entur/fileupload@0.3.13) (2020-10-28)
|
|
169
|
-
|
|
170
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
171
|
-
|
|
172
|
-
## [0.3.12](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.11...@entur/fileupload@0.3.12) (2020-10-23)
|
|
173
|
-
|
|
174
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
175
|
-
|
|
176
|
-
## [0.3.11](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.10...@entur/fileupload@0.3.11) (2020-10-16)
|
|
177
|
-
|
|
178
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
179
|
-
|
|
180
|
-
## [0.3.10](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.9...@entur/fileupload@0.3.10) (2020-10-09)
|
|
181
|
-
|
|
182
|
-
### Bug Fixes
|
|
183
|
-
|
|
184
|
-
- **fileupload:** adjust size to accomadate new input fields ([640ab33](https://bitbucket.org/enturas/design-system/commits/640ab33d45b11a325d03e2328eb1b1752a9d47d2))
|
|
185
|
-
|
|
186
|
-
## [0.3.9](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.8...@entur/fileupload@0.3.9) (2020-09-25)
|
|
187
|
-
|
|
188
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
189
|
-
|
|
190
|
-
## [0.3.8](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.7...@entur/fileupload@0.3.8) (2020-09-14)
|
|
191
|
-
|
|
192
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
193
|
-
|
|
194
|
-
## [0.3.7](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.6...@entur/fileupload@0.3.7) (2020-09-02)
|
|
195
|
-
|
|
196
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
197
|
-
|
|
198
|
-
## [0.3.6](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.5...@entur/fileupload@0.3.6) (2020-08-26)
|
|
199
|
-
|
|
200
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
201
|
-
|
|
202
|
-
## [0.3.5](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.4...@entur/fileupload@0.3.5) (2020-08-19)
|
|
203
|
-
|
|
204
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
205
|
-
|
|
206
|
-
## [0.3.4](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.3...@entur/fileupload@0.3.4) (2020-08-11)
|
|
207
|
-
|
|
208
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
209
|
-
|
|
210
|
-
## [0.3.3](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.2...@entur/fileupload@0.3.3) (2020-07-22)
|
|
211
|
-
|
|
212
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
213
|
-
|
|
214
|
-
## [0.3.2](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.1...@entur/fileupload@0.3.2) (2020-07-16)
|
|
215
|
-
|
|
216
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
217
|
-
|
|
218
|
-
## [0.3.1](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.3.0...@entur/fileupload@0.3.1) (2020-07-09)
|
|
219
|
-
|
|
220
|
-
### Bug Fixes
|
|
221
|
-
|
|
222
|
-
- fix styling bugs for fileupload ([c194c71](https://bitbucket.org/enturas/design-system/commits/c194c71b55cc1e6511959f063928dfbec1c00b47))
|
|
223
|
-
|
|
224
|
-
# [0.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.2.3...@entur/fileupload@0.3.0) (2020-07-03)
|
|
225
|
-
|
|
226
|
-
### Features
|
|
227
|
-
|
|
228
|
-
- add label prop to fileupload component ([ec235b5](https://bitbucket.org/enturas/design-system/commits/ec235b5b4babc7571a809102528f829df01c526d))
|
|
229
|
-
|
|
230
|
-
## [0.2.3](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.2.2...@entur/fileupload@0.2.3) (2020-06-17)
|
|
231
|
-
|
|
232
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
233
|
-
|
|
234
|
-
## [0.2.2](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.2.1...@entur/fileupload@0.2.2) (2020-05-27)
|
|
235
|
-
|
|
236
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
237
|
-
|
|
238
|
-
## [0.2.1](https://bitbucket.org/enturas/design-system/compare/@entur/fileupload@0.2.0...@entur/fileupload@0.2.1) (2020-05-26)
|
|
239
|
-
|
|
240
|
-
**Note:** Version bump only for package @entur/fileupload
|
|
241
|
-
|
|
242
|
-
# 0.2.0 (2020-05-20)
|
|
243
|
-
|
|
244
|
-
### Features
|
|
245
|
-
|
|
246
|
-
- add fileuploading component ([06f408d](https://bitbucket.org/enturas/design-system/commits/06f408d575fb2ed03aedfdac5df5d329b3d5895d))
|