@sparkstudio/storage-ui 1.0.17 → 1.0.18

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/dist/index.cjs CHANGED
@@ -267,7 +267,7 @@ var UploadDropzone = ({
267
267
  style,
268
268
  children
269
269
  }) => {
270
- const baseClass = "rounded-3 p-4 mb-3 d-flex flex-column align-items-center justify-content-center ";
270
+ const baseClass = "rounded-3 d-flex flex-column align-items-center justify-content-center ";
271
271
  const stateClass = isDragging ? "bg-light border-primary" : "border-secondary border-dashed";
272
272
  const combinedClassName = `${baseClass}${stateClass} ${className}`.trim();
273
273
  const handleDragOver = (e) => {
package/dist/index.js CHANGED
@@ -226,7 +226,7 @@ var UploadDropzone = ({
226
226
  style,
227
227
  children
228
228
  }) => {
229
- const baseClass = "rounded-3 p-4 mb-3 d-flex flex-column align-items-center justify-content-center ";
229
+ const baseClass = "rounded-3 d-flex flex-column align-items-center justify-content-center ";
230
230
  const stateClass = isDragging ? "bg-light border-primary" : "border-secondary border-dashed";
231
231
  const combinedClassName = `${baseClass}${stateClass} ${className}`.trim();
232
232
  const handleDragOver = (e) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sparkstudio/storage-ui",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",
@@ -40,7 +40,7 @@
40
40
  "@fortawesome/free-solid-svg-icons": "^7.1.0",
41
41
  "@fortawesome/react-fontawesome": "^3.1.1",
42
42
  "@sparkstudio/authentication-ui": "^1.0.29",
43
- "@sparkstudio/common-ui": "^1.0.11",
43
+ "@sparkstudio/common-ui": "^1.0.14",
44
44
  "barrelsby": "^2.8.1"
45
45
  },
46
46
  "devDependencies": {