@astral/ui 4.80.0 → 4.80.1

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.
@@ -248,7 +248,17 @@ export const getMimeTypesMap = () => ({
248
248
  'image/ief': ['ief'],
249
249
  'image/jls': ['jls'],
250
250
  'image/jp2': ['jp2', 'jpg2'],
251
- 'image/jpeg': ['jpeg', 'jpg', 'jpe'],
251
+ 'image/jpeg': ['jpeg', 'jpg', 'jpe', '.pjpg', 'jfif', 'jfif-tbnl', 'jif'],
252
+ 'image/pjpeg': [
253
+ '.jpe',
254
+ '.jpeg',
255
+ '.jpg',
256
+ '.pjpg',
257
+ '.jfi',
258
+ ' .jfif',
259
+ '.jfif-tbnl',
260
+ ' .jif',
261
+ ],
252
262
  'image/jph': ['jph'],
253
263
  'image/jphc': ['jhc'],
254
264
  'image/jpm': ['jpm'],
@@ -251,7 +251,17 @@ const getMimeTypesMap = () => ({
251
251
  'image/ief': ['ief'],
252
252
  'image/jls': ['jls'],
253
253
  'image/jp2': ['jp2', 'jpg2'],
254
- 'image/jpeg': ['jpeg', 'jpg', 'jpe'],
254
+ 'image/jpeg': ['jpeg', 'jpg', 'jpe', '.pjpg', 'jfif', 'jfif-tbnl', 'jif'],
255
+ 'image/pjpeg': [
256
+ '.jpe',
257
+ '.jpeg',
258
+ '.jpg',
259
+ '.pjpg',
260
+ '.jfi',
261
+ ' .jfif',
262
+ '.jfif-tbnl',
263
+ ' .jif',
264
+ ],
255
265
  'image/jph': ['jph'],
256
266
  'image/jphc': ['jhc'],
257
267
  'image/jpm': ['jpm'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astral/ui",
3
- "version": "4.80.0",
3
+ "version": "4.80.1",
4
4
  "browser": "./index.js",
5
5
  "main": "./node/index.js",
6
6
  "dependencies": {