@micromag/screen-game-sort 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 .heading{font-size:1rem;font-weight:400;margin-bottom:.5em}.layout{overflow-x:hidden;overflow-y:auto;overflow:hidden auto;padding:10px;scrollbar-width:none}.layout::-webkit-scrollbar{display:none}.emptyHeading,.emptyItems{border:2px dashed var(--mm-gray-800);color:var(--mm-gray-800);margin:10px auto;padding:10px;width:100%}.emptyItems{padding:40px}.header{top:0;z-index:1}.footer,.header{left:0;margin-top:0;position:absolute;width:100%}.footer{bottom:0}.items{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.item{border-radius:0;display:block;opacity:0;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;width:100%}.item .itemInner{padding-bottom:.3em}.item .thumbnail{max-width:100%}.sorted .item{opacity:1}.draggable .item{-ms-touch-action:none;touch-action:none}.button{background-clip:padding-box;background-color:hsla(0,0%,100%,.1);display:block;padding:.5em;position:relative;text-align:center;width:100%}.button .buttonLabel{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.button .buttonResults{-webkit-animation:fadeIn .2s ease-in-out;animation:fadeIn .2s ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;margin-left:auto;padding-left:2em}.button .label{-webkit-transition:text-align .2s ease-in-out;transition:text-align .2s ease-in-out}.isEmpty .button{min-height:2em}.valid .button{background:rgba(0,255,0,.4)}.invalid .button{background:rgba(255,0,0,.4)}.resultsVisible .button .label{text-align:left!important}.button.layoutLabelTop{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.button.layoutNoLabel .buttonLabel{display:none}.button.layoutLabelOver{min-height:2em}.button.layoutLabelOver .buttonVisual{position:relative;z-index:1}.button.layoutLabelOver .buttonLabel{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(28,28,28,0)),to(rgba(28,28,28,.75)));background-image:linear-gradient(180deg,rgba(28,28,28,0),rgba(28,28,28,.75));bottom:0;height:100%;height:auto;left:0;padding:.5em;position:absolute;top:0;top:auto;width:100%;z-index:2}.submitButton{background:#fff;color:#000;margin-top:.3em;padding:.75em}.submitButton:disabled{opacity:.5}.results{-webkit-animation:fadeIn .2s ease-in-out;animation:fadeIn .2s ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;margin-top:.3em}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
1
+ .micromag-screen-game-sort-container{height:100%;overflow:hidden;position:relative;width:100%}.micromag-screen-game-sort-container .micromag-screen-game-sort-background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.micromag-screen-game-sort-container .micromag-screen-game-sort-content{z-index:1}.micromag-screen-game-sort-container .micromag-screen-game-sort-heading{font-size:1rem;font-weight:400;margin-bottom:.5em}.micromag-screen-game-sort-layout{overflow-x:hidden;overflow-y:auto;overflow:hidden auto;padding:10px;scrollbar-width:none}.micromag-screen-game-sort-layout::-webkit-scrollbar{display:none}.micromag-screen-game-sort-emptyHeading,.micromag-screen-game-sort-emptyItems{border:2px dashed var(--mm-gray-800);color:var(--mm-gray-800);margin:10px auto;padding:10px;width:100%}.micromag-screen-game-sort-emptyItems{padding:40px}.micromag-screen-game-sort-header{left:0;margin-top:0;position:absolute;top:0;width:100%;z-index:1}.micromag-screen-game-sort-footer{bottom:0;left:0;margin-top:0;position:absolute;width:100%}.micromag-screen-game-sort-items{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.micromag-screen-game-sort-item{border-radius:0;display:block;opacity:0;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;width:100%}.micromag-screen-game-sort-item .micromag-screen-game-sort-itemInner{padding-bottom:.3em}.micromag-screen-game-sort-item .micromag-screen-game-sort-thumbnail{max-width:100%}.micromag-screen-game-sort-sorted .micromag-screen-game-sort-item{opacity:1}.micromag-screen-game-sort-draggable .micromag-screen-game-sort-item{-ms-touch-action:none;touch-action:none}.micromag-screen-game-sort-button{background-clip:padding-box;background-color:hsla(0,0%,100%,.1);display:block;padding:.5em;position:relative;text-align:center;width:100%}.micromag-screen-game-sort-button .micromag-screen-game-sort-buttonLabel{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.micromag-screen-game-sort-button .micromag-screen-game-sort-buttonResults{-webkit-animation:micromag-screen-game-sort-fadeIn .2s ease-in-out;animation:micromag-screen-game-sort-fadeIn .2s ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;margin-left:auto;padding-left:2em}.micromag-screen-game-sort-button .micromag-screen-game-sort-label{-webkit-transition:text-align .2s ease-in-out;transition:text-align .2s ease-in-out}.micromag-screen-game-sort-isEmpty .micromag-screen-game-sort-button{min-height:2em}.micromag-screen-game-sort-valid .micromag-screen-game-sort-button{background:rgba(0,255,0,.4)}.micromag-screen-game-sort-invalid .micromag-screen-game-sort-button{background:rgba(255,0,0,.4)}.micromag-screen-game-sort-resultsVisible .micromag-screen-game-sort-button .micromag-screen-game-sort-label{text-align:left!important}.micromag-screen-game-sort-button.micromag-screen-game-sort-layoutLabelTop{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.micromag-screen-game-sort-button.micromag-screen-game-sort-layoutNoLabel .micromag-screen-game-sort-buttonLabel{display:none}.micromag-screen-game-sort-button.micromag-screen-game-sort-layoutLabelOver{min-height:2em}.micromag-screen-game-sort-button.micromag-screen-game-sort-layoutLabelOver .micromag-screen-game-sort-buttonVisual{position:relative;z-index:1}.micromag-screen-game-sort-button.micromag-screen-game-sort-layoutLabelOver .micromag-screen-game-sort-buttonLabel{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(28,28,28,0)),to(rgba(28,28,28,.75)));background-image:linear-gradient(180deg,rgba(28,28,28,0),rgba(28,28,28,.75));bottom:0;height:100%;height:auto;left:0;padding:.5em;position:absolute;top:0;top:auto;width:100%;z-index:2}.micromag-screen-game-sort-submitButton{background:#fff;color:#000;margin-top:.3em;padding:.75em}.micromag-screen-game-sort-submitButton:disabled{opacity:.5}.micromag-screen-game-sort-results{-webkit-animation:micromag-screen-game-sort-fadeIn .2s ease-in-out;animation:micromag-screen-game-sort-fadeIn .2s ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;margin-top:.3em}@-webkit-keyframes micromag-screen-game-sort-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes micromag-screen-game-sort-fadeIn{0%{opacity:0}to{opacity:1}}
package/es/index.js CHANGED
@@ -23,7 +23,7 @@ import Layout, { Spacer } from '@micromag/element-layout';
23
23
  import Text from '@micromag/element-text';
24
24
  import Visual from '@micromag/element-visual';
25
25
 
26
- var styles = {"container":"container","background":"background","content":"content","heading":"heading","layout":"layout","emptyHeading":"emptyHeading","emptyItems":"emptyItems","header":"header","footer":"footer","items":"items","item":"item","itemInner":"itemInner","thumbnail":"thumbnail","sorted":"sorted","draggable":"draggable","button":"button","buttonLabel":"buttonLabel","buttonResults":"buttonResults","label":"label","isEmpty":"isEmpty","valid":"valid","invalid":"invalid","resultsVisible":"resultsVisible","layoutLabelTop":"layoutLabelTop","layoutNoLabel":"layoutNoLabel","layoutLabelOver":"layoutLabelOver","buttonVisual":"buttonVisual","submitButton":"submitButton","results":"results"};
26
+ var styles = {"container":"micromag-screen-game-sort-container","background":"micromag-screen-game-sort-background","content":"micromag-screen-game-sort-content","heading":"micromag-screen-game-sort-heading","layout":"micromag-screen-game-sort-layout","emptyHeading":"micromag-screen-game-sort-emptyHeading","emptyItems":"micromag-screen-game-sort-emptyItems","header":"micromag-screen-game-sort-header","footer":"micromag-screen-game-sort-footer","items":"micromag-screen-game-sort-items","item":"micromag-screen-game-sort-item","itemInner":"micromag-screen-game-sort-itemInner","thumbnail":"micromag-screen-game-sort-thumbnail","sorted":"micromag-screen-game-sort-sorted","draggable":"micromag-screen-game-sort-draggable","button":"micromag-screen-game-sort-button","buttonLabel":"micromag-screen-game-sort-buttonLabel","buttonResults":"micromag-screen-game-sort-buttonResults","label":"micromag-screen-game-sort-label","isEmpty":"micromag-screen-game-sort-isEmpty","valid":"micromag-screen-game-sort-valid","invalid":"micromag-screen-game-sort-invalid","resultsVisible":"micromag-screen-game-sort-resultsVisible","layoutLabelTop":"micromag-screen-game-sort-layoutLabelTop","layoutNoLabel":"micromag-screen-game-sort-layoutNoLabel","layoutLabelOver":"micromag-screen-game-sort-layoutLabelOver","buttonVisual":"micromag-screen-game-sort-buttonVisual","submitButton":"micromag-screen-game-sort-submitButton","results":"micromag-screen-game-sort-results"};
27
27
 
28
28
  function GameSort(_ref) {
29
29
  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 .heading{font-size:1rem;font-weight:400;margin-bottom:.5em}.layout{overflow-x:hidden;overflow-y:auto;overflow:hidden auto;padding:10px;scrollbar-width:none}.layout::-webkit-scrollbar{display:none}.emptyHeading,.emptyItems{border:2px dashed var(--mm-gray-800);color:var(--mm-gray-800);margin:10px auto;padding:10px;width:100%}.emptyItems{padding:40px}.header{top:0;z-index:1}.footer,.header{left:0;margin-top:0;position:absolute;width:100%}.footer{bottom:0}.items{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.item{border-radius:0;display:block;opacity:0;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;width:100%}.item .itemInner{padding-bottom:.3em}.item .thumbnail{max-width:100%}.sorted .item{opacity:1}.draggable .item{-ms-touch-action:none;touch-action:none}.button{background-clip:padding-box;background-color:hsla(0,0%,100%,.1);display:block;padding:.5em;position:relative;text-align:center;width:100%}.button .buttonLabel{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.button .buttonResults{-webkit-animation:fadeIn .2s ease-in-out;animation:fadeIn .2s ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;margin-left:auto;padding-left:2em}.button .label{-webkit-transition:text-align .2s ease-in-out;transition:text-align .2s ease-in-out}.isEmpty .button{min-height:2em}.valid .button{background:rgba(0,255,0,.4)}.invalid .button{background:rgba(255,0,0,.4)}.resultsVisible .button .label{text-align:left!important}.button.layoutLabelTop{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.button.layoutNoLabel .buttonLabel{display:none}.button.layoutLabelOver{min-height:2em}.button.layoutLabelOver .buttonVisual{position:relative;z-index:1}.button.layoutLabelOver .buttonLabel{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(28,28,28,0)),to(rgba(28,28,28,.75)));background-image:linear-gradient(180deg,rgba(28,28,28,0),rgba(28,28,28,.75));bottom:0;height:100%;height:auto;left:0;padding:.5em;position:absolute;top:0;top:auto;width:100%;z-index:2}.submitButton{background:#fff;color:#000;margin-top:.3em;padding:.75em}.submitButton:disabled{opacity:.5}.results{-webkit-animation:fadeIn .2s ease-in-out;animation:fadeIn .2s ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;margin-top:.3em}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
1
+ .micromag-screen-game-sort-container{height:100%;overflow:hidden;position:relative;width:100%}.micromag-screen-game-sort-container .micromag-screen-game-sort-background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.micromag-screen-game-sort-container .micromag-screen-game-sort-content{z-index:1}.micromag-screen-game-sort-container .micromag-screen-game-sort-heading{font-size:1rem;font-weight:400;margin-bottom:.5em}.micromag-screen-game-sort-layout{overflow-x:hidden;overflow-y:auto;overflow:hidden auto;padding:10px;scrollbar-width:none}.micromag-screen-game-sort-layout::-webkit-scrollbar{display:none}.micromag-screen-game-sort-emptyHeading,.micromag-screen-game-sort-emptyItems{border:2px dashed var(--mm-gray-800);color:var(--mm-gray-800);margin:10px auto;padding:10px;width:100%}.micromag-screen-game-sort-emptyItems{padding:40px}.micromag-screen-game-sort-header{left:0;margin-top:0;position:absolute;top:0;width:100%;z-index:1}.micromag-screen-game-sort-footer{bottom:0;left:0;margin-top:0;position:absolute;width:100%}.micromag-screen-game-sort-items{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.micromag-screen-game-sort-item{border-radius:0;display:block;opacity:0;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;width:100%}.micromag-screen-game-sort-item .micromag-screen-game-sort-itemInner{padding-bottom:.3em}.micromag-screen-game-sort-item .micromag-screen-game-sort-thumbnail{max-width:100%}.micromag-screen-game-sort-sorted .micromag-screen-game-sort-item{opacity:1}.micromag-screen-game-sort-draggable .micromag-screen-game-sort-item{-ms-touch-action:none;touch-action:none}.micromag-screen-game-sort-button{background-clip:padding-box;background-color:hsla(0,0%,100%,.1);display:block;padding:.5em;position:relative;text-align:center;width:100%}.micromag-screen-game-sort-button .micromag-screen-game-sort-buttonLabel{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.micromag-screen-game-sort-button .micromag-screen-game-sort-buttonResults{-webkit-animation:micromag-screen-game-sort-fadeIn .2s ease-in-out;animation:micromag-screen-game-sort-fadeIn .2s ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;margin-left:auto;padding-left:2em}.micromag-screen-game-sort-button .micromag-screen-game-sort-label{-webkit-transition:text-align .2s ease-in-out;transition:text-align .2s ease-in-out}.micromag-screen-game-sort-isEmpty .micromag-screen-game-sort-button{min-height:2em}.micromag-screen-game-sort-valid .micromag-screen-game-sort-button{background:rgba(0,255,0,.4)}.micromag-screen-game-sort-invalid .micromag-screen-game-sort-button{background:rgba(255,0,0,.4)}.micromag-screen-game-sort-resultsVisible .micromag-screen-game-sort-button .micromag-screen-game-sort-label{text-align:left!important}.micromag-screen-game-sort-button.micromag-screen-game-sort-layoutLabelTop{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.micromag-screen-game-sort-button.micromag-screen-game-sort-layoutNoLabel .micromag-screen-game-sort-buttonLabel{display:none}.micromag-screen-game-sort-button.micromag-screen-game-sort-layoutLabelOver{min-height:2em}.micromag-screen-game-sort-button.micromag-screen-game-sort-layoutLabelOver .micromag-screen-game-sort-buttonVisual{position:relative;z-index:1}.micromag-screen-game-sort-button.micromag-screen-game-sort-layoutLabelOver .micromag-screen-game-sort-buttonLabel{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(28,28,28,0)),to(rgba(28,28,28,.75)));background-image:linear-gradient(180deg,rgba(28,28,28,0),rgba(28,28,28,.75));bottom:0;height:100%;height:auto;left:0;padding:.5em;position:absolute;top:0;top:auto;width:100%;z-index:2}.micromag-screen-game-sort-submitButton{background:#fff;color:#000;margin-top:.3em;padding:.75em}.micromag-screen-game-sort-submitButton:disabled{opacity:.5}.micromag-screen-game-sort-results{-webkit-animation:micromag-screen-game-sort-fadeIn .2s ease-in-out;animation:micromag-screen-game-sort-fadeIn .2s ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;margin-top:.3em}@-webkit-keyframes micromag-screen-game-sort-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes micromag-screen-game-sort-fadeIn{0%{opacity:0}to{opacity:1}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-game-sort",
3
- "version": "0.4.4",
3
+ "version": "0.4.7",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -64,18 +64,18 @@
64
64
  "react-dom": "^18.3.0 || ^19.0.0"
65
65
  },
66
66
  "dependencies": {
67
- "@babel/runtime": "^7.13.10",
68
- "@micromag/core": "^0.4.4",
69
- "@micromag/element-background": "^0.4.4",
70
- "@micromag/element-button": "^0.4.4",
71
- "@micromag/element-container": "^0.4.4",
72
- "@micromag/element-footer": "^0.4.4",
73
- "@micromag/element-header": "^0.4.4",
74
- "@micromag/element-heading": "^0.4.4",
75
- "@micromag/element-layout": "^0.4.4",
76
- "@micromag/element-text": "^0.4.4",
77
- "@micromag/element-visual": "^0.4.4",
78
- "@micromag/transforms": "^0.4.4",
67
+ "@babel/runtime": "^7.28.6",
68
+ "@micromag/core": "^0.4.7",
69
+ "@micromag/element-background": "^0.4.7",
70
+ "@micromag/element-button": "^0.4.7",
71
+ "@micromag/element-container": "^0.4.7",
72
+ "@micromag/element-footer": "^0.4.7",
73
+ "@micromag/element-header": "^0.4.7",
74
+ "@micromag/element-heading": "^0.4.7",
75
+ "@micromag/element-layout": "^0.4.7",
76
+ "@micromag/element-text": "^0.4.7",
77
+ "@micromag/element-visual": "^0.4.7",
78
+ "@micromag/transforms": "^0.4.7",
79
79
  "@react-spring/web": "^10.0.3",
80
80
  "@use-gesture/react": "^10.3.0",
81
81
  "classnames": "^2.2.6",
@@ -87,6 +87,6 @@
87
87
  "access": "public",
88
88
  "registry": "https://registry.npmjs.org/"
89
89
  },
90
- "gitHead": "04b8519c3a3ddace5a21497e22faa11865d57f6d",
90
+ "gitHead": "980f31596f09533637462b004eefd1877e7ea204",
91
91
  "types": "es/index.d.ts"
92
92
  }