@micromag/screen-gallery 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.
- package/assets/css/styles.css +1 -1
- package/es/index.js +1 -1
- package/es/styles.css +1 -1
- package/package.json +13 -13
package/assets/css/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{height:100%;left:0;position:absolute;top:0;-webkit-transition:padding-bottom .2s ease-out;transition:padding-bottom .2s ease-out;width:100%}.container .grid{height:100%;position:relative}.container .placeholder{height:100%}.container .emptyCaption,.container .emptyImage{border:2px dashed var(--mm-gray-800);color:var(--mm-gray-800);margin:5px auto;width:100%}.container .emptyImage{height:100%}.container .emptyCaption{height:50px;margin-top:10px}.container .gridItem{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;position:relative}.container .imageContainer{overflow:hidden;position:relative;-ms-flex-positive:1;flex-grow:1}.container .header{top:0}.container .footer,.container .header{left:0;position:absolute;-webkit-transition:-webkit-transform .2s ease-out;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out;width:100%}.container .footer{bottom:0}.container .image{height:100%;left:0;position:absolute;top:0;width:100%}.container .caption{padding:10px 0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
|
|
1
|
+
.micromag-screen-gallery-container{height:100%;overflow:hidden;position:relative;width:100%}.micromag-screen-gallery-container .micromag-screen-gallery-background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.micromag-screen-gallery-container .micromag-screen-gallery-content{z-index:1}.micromag-screen-gallery-container .micromag-screen-gallery-inner{height:100%;left:0;position:absolute;top:0;-webkit-transition:padding-bottom .2s ease-out;transition:padding-bottom .2s ease-out;width:100%}.micromag-screen-gallery-container .micromag-screen-gallery-grid{height:100%;position:relative}.micromag-screen-gallery-container .micromag-screen-gallery-placeholder{height:100%}.micromag-screen-gallery-container .micromag-screen-gallery-emptyCaption,.micromag-screen-gallery-container .micromag-screen-gallery-emptyImage{border:2px dashed var(--mm-gray-800);color:var(--mm-gray-800);margin:5px auto;width:100%}.micromag-screen-gallery-container .micromag-screen-gallery-emptyImage{height:100%}.micromag-screen-gallery-container .micromag-screen-gallery-emptyCaption{height:50px;margin-top:10px}.micromag-screen-gallery-container .micromag-screen-gallery-gridItem{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;position:relative}.micromag-screen-gallery-container .micromag-screen-gallery-imageContainer{overflow:hidden;position:relative;-ms-flex-positive:1;flex-grow:1}.micromag-screen-gallery-container .micromag-screen-gallery-header{top:0}.micromag-screen-gallery-container .micromag-screen-gallery-footer,.micromag-screen-gallery-container .micromag-screen-gallery-header{left:0;position:absolute;-webkit-transition:-webkit-transform .2s ease-out;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out;width:100%}.micromag-screen-gallery-container .micromag-screen-gallery-footer{bottom:0}.micromag-screen-gallery-container .micromag-screen-gallery-image{height:100%;left:0;position:absolute;top:0;width:100%}.micromag-screen-gallery-container .micromag-screen-gallery-caption{padding:10px 0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
|
package/es/index.js
CHANGED
|
@@ -190,7 +190,7 @@ var layoutProps = {
|
|
|
190
190
|
}
|
|
191
191
|
};
|
|
192
192
|
|
|
193
|
-
var styles = {"container":"container","background":"background","content":"content","inner":"inner","grid":"grid","placeholder":"placeholder","emptyImage":"emptyImage","emptyCaption":"emptyCaption","gridItem":"gridItem","imageContainer":"imageContainer","header":"header","footer":"footer","image":"image","caption":"caption"};
|
|
193
|
+
var styles = {"container":"micromag-screen-gallery-container","background":"micromag-screen-gallery-background","content":"micromag-screen-gallery-content","inner":"micromag-screen-gallery-inner","grid":"micromag-screen-gallery-grid","placeholder":"micromag-screen-gallery-placeholder","emptyImage":"micromag-screen-gallery-emptyImage","emptyCaption":"micromag-screen-gallery-emptyCaption","gridItem":"micromag-screen-gallery-gridItem","imageContainer":"micromag-screen-gallery-imageContainer","header":"micromag-screen-gallery-header","footer":"micromag-screen-gallery-footer","image":"micromag-screen-gallery-image","caption":"micromag-screen-gallery-caption"};
|
|
194
194
|
|
|
195
195
|
function GalleryScreen(_ref) {
|
|
196
196
|
var _ref$layout = _ref.layout,
|
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{height:100%;left:0;position:absolute;top:0;-webkit-transition:padding-bottom .2s ease-out;transition:padding-bottom .2s ease-out;width:100%}.container .grid{height:100%;position:relative}.container .placeholder{height:100%}.container .emptyCaption,.container .emptyImage{border:2px dashed var(--mm-gray-800);color:var(--mm-gray-800);margin:5px auto;width:100%}.container .emptyImage{height:100%}.container .emptyCaption{height:50px;margin-top:10px}.container .gridItem{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;position:relative}.container .imageContainer{overflow:hidden;position:relative;-ms-flex-positive:1;flex-grow:1}.container .header{top:0}.container .footer,.container .header{left:0;position:absolute;-webkit-transition:-webkit-transform .2s ease-out;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out;width:100%}.container .footer{bottom:0}.container .image{height:100%;left:0;position:absolute;top:0;width:100%}.container .caption{padding:10px 0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
|
|
1
|
+
.micromag-screen-gallery-container{height:100%;overflow:hidden;position:relative;width:100%}.micromag-screen-gallery-container .micromag-screen-gallery-background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.micromag-screen-gallery-container .micromag-screen-gallery-content{z-index:1}.micromag-screen-gallery-container .micromag-screen-gallery-inner{height:100%;left:0;position:absolute;top:0;-webkit-transition:padding-bottom .2s ease-out;transition:padding-bottom .2s ease-out;width:100%}.micromag-screen-gallery-container .micromag-screen-gallery-grid{height:100%;position:relative}.micromag-screen-gallery-container .micromag-screen-gallery-placeholder{height:100%}.micromag-screen-gallery-container .micromag-screen-gallery-emptyCaption,.micromag-screen-gallery-container .micromag-screen-gallery-emptyImage{border:2px dashed var(--mm-gray-800);color:var(--mm-gray-800);margin:5px auto;width:100%}.micromag-screen-gallery-container .micromag-screen-gallery-emptyImage{height:100%}.micromag-screen-gallery-container .micromag-screen-gallery-emptyCaption{height:50px;margin-top:10px}.micromag-screen-gallery-container .micromag-screen-gallery-gridItem{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;position:relative}.micromag-screen-gallery-container .micromag-screen-gallery-imageContainer{overflow:hidden;position:relative;-ms-flex-positive:1;flex-grow:1}.micromag-screen-gallery-container .micromag-screen-gallery-header{top:0}.micromag-screen-gallery-container .micromag-screen-gallery-footer,.micromag-screen-gallery-container .micromag-screen-gallery-header{left:0;position:absolute;-webkit-transition:-webkit-transform .2s ease-out;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out;width:100%}.micromag-screen-gallery-container .micromag-screen-gallery-footer{bottom:0}.micromag-screen-gallery-container .micromag-screen-gallery-image{height:100%;left:0;position:absolute;top:0;width:100%}.micromag-screen-gallery-container .micromag-screen-gallery-caption{padding:10px 0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-gallery",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -60,17 +60,17 @@
|
|
|
60
60
|
"react-dom": "^18.3.0 || ^19.0.0"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@babel/runtime": "^7.
|
|
64
|
-
"@micromag/core": "^0.4.
|
|
65
|
-
"@micromag/element-background": "^0.4.
|
|
66
|
-
"@micromag/element-container": "^0.4.
|
|
67
|
-
"@micromag/element-footer": "^0.4.
|
|
68
|
-
"@micromag/element-grid": "^0.4.
|
|
69
|
-
"@micromag/element-header": "^0.4.
|
|
70
|
-
"@micromag/element-layout": "^0.4.
|
|
71
|
-
"@micromag/element-text": "^0.4.
|
|
72
|
-
"@micromag/element-visual": "^0.4.
|
|
73
|
-
"@micromag/transforms": "^0.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-grid": "^0.4.7",
|
|
69
|
+
"@micromag/element-header": "^0.4.7",
|
|
70
|
+
"@micromag/element-layout": "^0.4.7",
|
|
71
|
+
"@micromag/element-text": "^0.4.7",
|
|
72
|
+
"@micromag/element-visual": "^0.4.7",
|
|
73
|
+
"@micromag/transforms": "^0.4.7",
|
|
74
74
|
"classnames": "^2.2.6",
|
|
75
75
|
"lodash": "^4.17.23",
|
|
76
76
|
"react-intl": "^8.1.3",
|
|
@@ -80,6 +80,6 @@
|
|
|
80
80
|
"access": "public",
|
|
81
81
|
"registry": "https://registry.npmjs.org/"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "980f31596f09533637462b004eefd1877e7ea204",
|
|
84
84
|
"types": "es/index.d.ts"
|
|
85
85
|
}
|