@panneau/medias 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.
@@ -1 +1 @@
1
- .panneau-medias-mediaFrame{aspect-ratio:1/1;margin-bottom:10px;position:relative}.panneau-medias-playButton{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
1
+ .mediaFrame{aspect-ratio:1/1;margin-bottom:10px;position:relative}.playButton{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
package/es/index.js CHANGED
@@ -227,7 +227,7 @@ var useMediaReplace = function useMediaReplace() {
227
227
  };
228
228
  };
229
229
 
230
- var styles = {"mediaFrame":"panneau-medias-mediaFrame","playButton":"panneau-medias-playButton"};
230
+ var styles = {"mediaFrame":"mediaFrame","playButton":"playButton"};
231
231
 
232
232
  var propTypes$8 = {
233
233
  value: PropTypes.shape({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/medias",
3
- "version": "3.0.295",
3
+ "version": "3.0.299",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -53,19 +53,19 @@
53
53
  "@babel/runtime": "^7.12.5",
54
54
  "@panneau/core": "^3.0.295",
55
55
  "@panneau/data": "^3.0.295",
56
- "@panneau/display-image": "^3.0.295",
57
- "@panneau/element-button": "^3.0.295",
58
- "@panneau/element-buttons": "^3.0.295",
59
- "@panneau/element-form": "^3.0.295",
56
+ "@panneau/display-image": "^3.0.299",
57
+ "@panneau/element-button": "^3.0.299",
58
+ "@panneau/element-buttons": "^3.0.299",
59
+ "@panneau/element-form": "^3.0.299",
60
60
  "@panneau/element-form-status": "^3.0.295",
61
- "@panneau/element-grid": "^3.0.295",
62
- "@panneau/element-icon": "^3.0.295",
63
- "@panneau/element-media-card": "^3.0.295",
64
- "@panneau/element-media-player": "^3.0.295",
65
- "@panneau/element-pagination": "^3.0.295",
66
- "@panneau/element-table": "^3.0.295",
67
- "@panneau/field-upload": "^3.0.295",
68
- "@panneau/filter-filters": "^3.0.295",
61
+ "@panneau/element-grid": "^3.0.299",
62
+ "@panneau/element-icon": "^3.0.299",
63
+ "@panneau/element-media-card": "^3.0.299",
64
+ "@panneau/element-media-player": "^3.0.299",
65
+ "@panneau/element-pagination": "^3.0.299",
66
+ "@panneau/element-table": "^3.0.299",
67
+ "@panneau/field-upload": "^3.0.299",
68
+ "@panneau/filter-filters": "^3.0.299",
69
69
  "classnames": "^2.5.1",
70
70
  "lodash-es": "^4.17.21",
71
71
  "prop-types": "^15.7.2",
@@ -74,5 +74,5 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "gitHead": "f24b1d1db695249b3d91abccf1c0d91b8c1cea8e"
77
+ "gitHead": "265c38d01fe6da4ef49ff2792cf07a496424d985"
78
78
  }