@mezzanine-ui/core
Advanced tools
Comparing version 0.7.2 to 0.7.3
{ | ||
"name": "@mezzanine-ui/core", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "Core for mezzanine-ui", | ||
@@ -26,3 +26,3 @@ "author": "Mezzanine", | ||
"dependencies": { | ||
"@mezzanine-ui/icons": "^0.5.0", | ||
"@mezzanine-ui/icons": "^0.7.3", | ||
"@mezzanine-ui/system": "^0.7.0", | ||
@@ -29,0 +29,0 @@ "tslib": "^2.1.0" |
export * from './uploadInput'; | ||
export * from './uploadResult'; | ||
export * from './uploadPicture'; | ||
export * from './UploadPictureBlock'; | ||
export * from './UploadPictureWall'; |
export { uploadInputClasses, uploadInputPrefix } from './uploadInput.js'; | ||
export { toUploadResultCssVars, uploadResultClasses, uploadResultPrefix } from './uploadResult.js'; | ||
export { uploadPictureClasses, uploadPicturePrefix } from './uploadPicture.js'; | ||
export { ImageUploader, toUploadPictureBlockCssVars, uploadPictureBlockClasses, uploadPictureBlockPrefix } from './UploadPictureBlock.js'; | ||
export { uploadPictureWallClasses, uploadPictureWallPrefix } from './UploadPictureWall.js'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
191895
385
2320
+ Added@mezzanine-ui/icons@0.7.3(transitive)
- Removed@mezzanine-ui/icons@0.5.0(transitive)
Updated@mezzanine-ui/icons@^0.7.3