@panneau/field-upload 3.0.295 → 3.0.299
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/assets/css/styles.css +1 -1
- package/es/index.js +1 -1
- package/package.json +6 -6
package/assets/css/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
.container{width:100%}.container,.container .dashboard{position:relative}.container .dashboardModal{position:relative;z-index:10001}.container .uppyDashboardContainer{margin-top:10px}
|
package/es/index.js
CHANGED
|
@@ -22,7 +22,7 @@ import '@uppy/drag-drop/dist/style.css';
|
|
|
22
22
|
import '@uppy/status-bar/dist/style.css';
|
|
23
23
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
24
24
|
|
|
25
|
-
var styles = {"container":"
|
|
25
|
+
var styles = {"container":"container","dashboard":"dashboard","dashboardModal":"dashboardModal","uppyDashboardContainer":"uppyDashboardContainer"};
|
|
26
26
|
|
|
27
27
|
var propTypes$1 = {
|
|
28
28
|
resource: PropTypes.string,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/field-upload",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.299",
|
|
4
4
|
"description": "An Upload field",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
|
64
64
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
65
65
|
"@panneau/core": "^3.0.295",
|
|
66
|
-
"@panneau/element-button": "^3.0.
|
|
66
|
+
"@panneau/element-button": "^3.0.299",
|
|
67
67
|
"@panneau/element-label": "^3.0.295",
|
|
68
|
-
"@panneau/element-media-card": "^3.0.
|
|
69
|
-
"@panneau/modal-resource-items": "^3.0.
|
|
70
|
-
"@panneau/themes": "^3.0.
|
|
68
|
+
"@panneau/element-media-card": "^3.0.299",
|
|
69
|
+
"@panneau/modal-resource-items": "^3.0.299",
|
|
70
|
+
"@panneau/themes": "^3.0.299",
|
|
71
71
|
"@panneau/uppy": "^3.0.295",
|
|
72
72
|
"@uppy/core": "^3.9.1",
|
|
73
73
|
"@uppy/dashboard": "^3.7.3",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"publishConfig": {
|
|
86
86
|
"access": "public"
|
|
87
87
|
},
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "265c38d01fe6da4ef49ff2792cf07a496424d985"
|
|
89
89
|
}
|