@panneau/medias 3.0.214 → 3.0.215
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/es/index.js +1 -0
- package/lib/index.js +1 -0
- package/package.json +17 -17
package/es/index.js
CHANGED
@@ -1242,6 +1242,7 @@ function MediasBrowser(_ref) {
|
|
1242
1242
|
onChange: onUploadComplete,
|
1243
1243
|
disabled: uploadProcessing,
|
1244
1244
|
loading: uploadProcessing,
|
1245
|
+
outline: false,
|
1245
1246
|
closeAfterFinish: true
|
1246
1247
|
}) : null), /*#__PURE__*/React.createElement("div", {
|
1247
1248
|
className: classNames(['d-flex', 'mt-1', 'mb-3', {
|
package/lib/index.js
CHANGED
@@ -1244,6 +1244,7 @@ function MediasBrowser(_ref) {
|
|
1244
1244
|
onChange: onUploadComplete,
|
1245
1245
|
disabled: uploadProcessing,
|
1246
1246
|
loading: uploadProcessing,
|
1247
|
+
outline: false,
|
1247
1248
|
closeAfterFinish: true
|
1248
1249
|
}) : null), /*#__PURE__*/React.createElement("div", {
|
1249
1250
|
className: classNames(['d-flex', 'mt-1', 'mb-3', {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@panneau/medias",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.215",
|
4
4
|
"description": "",
|
5
5
|
"keywords": [
|
6
6
|
"javascript"
|
@@ -46,21 +46,21 @@
|
|
46
46
|
},
|
47
47
|
"dependencies": {
|
48
48
|
"@babel/runtime": "^7.12.5",
|
49
|
-
"@panneau/core": "^3.0.
|
50
|
-
"@panneau/data": "^3.0.
|
51
|
-
"@panneau/display-image": "^3.0.
|
52
|
-
"@panneau/element-button": "^3.0.
|
53
|
-
"@panneau/element-buttons": "^3.0.
|
54
|
-
"@panneau/element-form": "^3.0.
|
55
|
-
"@panneau/element-form-status": "^3.0.
|
56
|
-
"@panneau/element-grid": "^3.0.
|
57
|
-
"@panneau/element-icon": "^3.0.
|
58
|
-
"@panneau/element-media-card": "^3.0.
|
59
|
-
"@panneau/element-media-player": "^3.0.
|
60
|
-
"@panneau/element-pagination": "^3.0.
|
61
|
-
"@panneau/element-table": "^3.0.
|
62
|
-
"@panneau/field-upload": "^3.0.
|
63
|
-
"@panneau/filter-filters": "^3.0.
|
49
|
+
"@panneau/core": "^3.0.215",
|
50
|
+
"@panneau/data": "^3.0.215",
|
51
|
+
"@panneau/display-image": "^3.0.215",
|
52
|
+
"@panneau/element-button": "^3.0.215",
|
53
|
+
"@panneau/element-buttons": "^3.0.215",
|
54
|
+
"@panneau/element-form": "^3.0.215",
|
55
|
+
"@panneau/element-form-status": "^3.0.215",
|
56
|
+
"@panneau/element-grid": "^3.0.215",
|
57
|
+
"@panneau/element-icon": "^3.0.215",
|
58
|
+
"@panneau/element-media-card": "^3.0.215",
|
59
|
+
"@panneau/element-media-player": "^3.0.215",
|
60
|
+
"@panneau/element-pagination": "^3.0.215",
|
61
|
+
"@panneau/element-table": "^3.0.215",
|
62
|
+
"@panneau/field-upload": "^3.0.215",
|
63
|
+
"@panneau/filter-filters": "^3.0.215",
|
64
64
|
"classnames": "^2.5.1",
|
65
65
|
"lodash": "^4.17.21",
|
66
66
|
"prop-types": "^15.7.2",
|
@@ -69,5 +69,5 @@
|
|
69
69
|
"publishConfig": {
|
70
70
|
"access": "public"
|
71
71
|
},
|
72
|
-
"gitHead": "
|
72
|
+
"gitHead": "c7bcfdc9627d4b224ac1d046966e0ec3985db229"
|
73
73
|
}
|