@micromag/element-background 0.4.4 → 0.4.6

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
- .container{overflow:hidden}.container:focus video,.container:focus-within video{border:3px solid #f3f}.layer,.layers,.video,.videoContainer{height:100%;left:0;position:absolute;top:0;width:100%}.layer,.layers{z-index:0}.right .background{left:auto;right:0}.bottom .background{bottom:0;top:auto}
1
+ .micromag-element-background-container{overflow:hidden}.micromag-element-background-container:focus video,.micromag-element-background-container:focus-within video{border:3px solid #f3f}.micromag-element-background-video,.micromag-element-background-videoContainer{height:100%;left:0;position:absolute;top:0;width:100%}.micromag-element-background-layer,.micromag-element-background-layers{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.micromag-element-background-right .micromag-element-background-background{left:auto;right:0}.micromag-element-background-bottom .micromag-element-background-background{bottom:0;top:auto}
package/es/index.js CHANGED
@@ -8,7 +8,7 @@ import { getSizeWithinBounds } from '@folklore/size';
8
8
  import { useSetting } from '@micromag/core/contexts';
9
9
  import Video from '@micromag/element-video';
10
10
 
11
- var styles = {"container":"container","videoContainer":"videoContainer","video":"video","layers":"layers","layer":"layer","right":"right","background":"background","bottom":"bottom"};
11
+ var styles = {"container":"micromag-element-background-container","videoContainer":"micromag-element-background-videoContainer","video":"micromag-element-background-video","layers":"micromag-element-background-layers","layer":"micromag-element-background-layer","right":"micromag-element-background-right","background":"micromag-element-background-background","bottom":"micromag-element-background-bottom"};
12
12
 
13
13
  function Background(_ref) {
14
14
  var _ref$width = _ref.width,
package/es/styles.css CHANGED
@@ -1 +1 @@
1
- .container{overflow:hidden}.container:focus video,.container:focus-within video{border:3px solid #f3f}.layer,.layers,.video,.videoContainer{height:100%;left:0;position:absolute;top:0;width:100%}.layer,.layers{z-index:0}.right .background{left:auto;right:0}.bottom .background{bottom:0;top:auto}
1
+ .micromag-element-background-container{overflow:hidden}.micromag-element-background-container:focus video,.micromag-element-background-container:focus-within video{border:3px solid #f3f}.micromag-element-background-video,.micromag-element-background-videoContainer{height:100%;left:0;position:absolute;top:0;width:100%}.micromag-element-background-layer,.micromag-element-background-layers{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.micromag-element-background-right .micromag-element-background-background{left:auto;right:0}.micromag-element-background-bottom .micromag-element-background-background{bottom:0;top:auto}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-background",
3
- "version": "0.4.4",
3
+ "version": "0.4.6",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -58,10 +58,10 @@
58
58
  "react": "^19.2.0"
59
59
  },
60
60
  "dependencies": {
61
- "@babel/runtime": "^7.13.10",
61
+ "@babel/runtime": "^7.28.6",
62
62
  "@folklore/size": "^0.1.20",
63
- "@micromag/core": "^0.4.4",
64
- "@micromag/element-video": "^0.4.4",
63
+ "@micromag/core": "^0.4.6",
64
+ "@micromag/element-video": "^0.4.6",
65
65
  "classnames": "^2.2.6",
66
66
  "lodash": "^4.17.23",
67
67
  "react-intl": "^8.1.3",
@@ -71,5 +71,5 @@
71
71
  "access": "public",
72
72
  "registry": "https://registry.npmjs.org/"
73
73
  },
74
- "gitHead": "04b8519c3a3ddace5a21497e22faa11865d57f6d"
74
+ "gitHead": "cf8440c2851b864167a1f545aa56551d55473263"
75
75
  }