@micromag/screen-slideshow 0.4.4 → 0.4.7

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{height:100%;overflow:hidden;position:relative;width:100%}.container .background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.container .content{z-index:1}.container .inner,.container .placeholder{height:100%;left:0;position:absolute;top:0;width:100%}.container .caption{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.container .header{left:0;position:absolute;top:0;width:100%;z-index:2}.container .footer{bottom:0;left:0;position:absolute;width:100%}
1
+ .micromag-screen-slideshow-container{height:100%;overflow:hidden;position:relative;width:100%}.micromag-screen-slideshow-container .micromag-screen-slideshow-background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.micromag-screen-slideshow-container .micromag-screen-slideshow-content{z-index:1}.micromag-screen-slideshow-container .micromag-screen-slideshow-inner,.micromag-screen-slideshow-container .micromag-screen-slideshow-placeholder{height:100%;left:0;position:absolute;top:0;width:100%}.micromag-screen-slideshow-container .micromag-screen-slideshow-caption{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.micromag-screen-slideshow-container .micromag-screen-slideshow-header{left:0;position:absolute;top:0;width:100%;z-index:2}.micromag-screen-slideshow-container .micromag-screen-slideshow-footer{bottom:0;left:0;position:absolute;width:100%}
package/es/index.js CHANGED
@@ -14,7 +14,7 @@ import Header from '@micromag/element-header';
14
14
  import Text from '@micromag/element-text';
15
15
  import Visual from '@micromag/element-visual';
16
16
 
17
- var styles = {"container":"container","background":"background","content":"content","inner":"inner","placeholder":"placeholder","caption":"caption","header":"header","footer":"footer"};
17
+ var styles = {"container":"micromag-screen-slideshow-container","background":"micromag-screen-slideshow-background","content":"micromag-screen-slideshow-content","inner":"micromag-screen-slideshow-inner","placeholder":"micromag-screen-slideshow-placeholder","caption":"micromag-screen-slideshow-caption","header":"micromag-screen-slideshow-header","footer":"micromag-screen-slideshow-footer"};
18
18
 
19
19
  function SlideshowScreen(_ref) {
20
20
  var _ref$slides = _ref.slides,
package/es/styles.css CHANGED
@@ -1 +1 @@
1
- .container{height:100%;overflow:hidden;position:relative;width:100%}.container .background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.container .content{z-index:1}.container .inner,.container .placeholder{height:100%;left:0;position:absolute;top:0;width:100%}.container .caption{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.container .header{left:0;position:absolute;top:0;width:100%;z-index:2}.container .footer{bottom:0;left:0;position:absolute;width:100%}
1
+ .micromag-screen-slideshow-container{height:100%;overflow:hidden;position:relative;width:100%}.micromag-screen-slideshow-container .micromag-screen-slideshow-background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.micromag-screen-slideshow-container .micromag-screen-slideshow-content{z-index:1}.micromag-screen-slideshow-container .micromag-screen-slideshow-inner,.micromag-screen-slideshow-container .micromag-screen-slideshow-placeholder{height:100%;left:0;position:absolute;top:0;width:100%}.micromag-screen-slideshow-container .micromag-screen-slideshow-caption{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.micromag-screen-slideshow-container .micromag-screen-slideshow-header{left:0;position:absolute;top:0;width:100%;z-index:2}.micromag-screen-slideshow-container .micromag-screen-slideshow-footer{bottom:0;left:0;position:absolute;width:100%}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-slideshow",
3
- "version": "0.4.4",
3
+ "version": "0.4.7",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -60,16 +60,16 @@
60
60
  "react-dom": "^18.3.0 || ^19.0.0"
61
61
  },
62
62
  "dependencies": {
63
- "@babel/runtime": "^7.13.10",
64
- "@micromag/core": "^0.4.4",
65
- "@micromag/element-background": "^0.4.4",
66
- "@micromag/element-container": "^0.4.4",
67
- "@micromag/element-footer": "^0.4.4",
68
- "@micromag/element-header": "^0.4.4",
69
- "@micromag/element-layout": "^0.4.4",
70
- "@micromag/element-text": "^0.4.4",
71
- "@micromag/element-visual": "^0.4.4",
72
- "@micromag/transforms": "^0.4.4",
63
+ "@babel/runtime": "^7.28.6",
64
+ "@micromag/core": "^0.4.7",
65
+ "@micromag/element-background": "^0.4.7",
66
+ "@micromag/element-container": "^0.4.7",
67
+ "@micromag/element-footer": "^0.4.7",
68
+ "@micromag/element-header": "^0.4.7",
69
+ "@micromag/element-layout": "^0.4.7",
70
+ "@micromag/element-text": "^0.4.7",
71
+ "@micromag/element-visual": "^0.4.7",
72
+ "@micromag/transforms": "^0.4.7",
73
73
  "classnames": "^2.2.6",
74
74
  "lodash": "^4.17.23",
75
75
  "react-intl": "^8.1.3",
@@ -79,6 +79,6 @@
79
79
  "access": "public",
80
80
  "registry": "https://registry.npmjs.org/"
81
81
  },
82
- "gitHead": "04b8519c3a3ddace5a21497e22faa11865d57f6d",
82
+ "gitHead": "980f31596f09533637462b004eefd1877e7ea204",
83
83
  "types": "es/index.d.ts"
84
84
  }