@micromag/editor 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,19 +1,19 @@
1
- .container{padding:calc(var(--mm-spacer)/2);position:relative}.container .inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}
2
- .container li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.container li:before{float:none}.container li:last-child{-ms-flex-negative:0;flex-shrink:0}
3
- .container .description{margin-bottom:10px}.container .actions{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}
4
- .disabled{left:0;position:absolute;top:0;width:100%;z-index:0}.content{position:relative}.navbar{background-color:var(--mm-black);z-index:999}.panel{position:relative}
5
- .container .icon{display:block;height:auto;max-height:100%;width:100%}
6
- .container{display:inline-block;position:relative}.container .button{display:block;height:30px;padding:5px;width:40px}
7
- .container{overflow:hidden;position:relative}.container .button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:inherit;cursor:pointer;display:inline-block;font-family:inherit;height:100%;left:0;padding:0;position:relative;position:absolute;position:absolute!important;top:0;width:100%}.container .border{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.container .screen{display:block;height:0;padding-bottom:150%;pointer-events:none;position:relative;width:100%}.container .screen .inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;left:0;position:absolute;top:0;width:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.container .screen .icon{position:relative;width:100%;-ms-flex-positive:1;flex-grow:1}.container .screen .label{font-size:.75rem;font-weight:700;padding:5px 0}.container.active .border{border:3px solid var(--mm-primary);z-index:2}
8
- .button{display:block;position:relative;-webkit-transition:-webkit-filter .2s ease;transition:-webkit-filter .2s ease;transition:filter .2s ease;transition:filter .2s ease,-webkit-filter .2s ease}.button .index{background-color:rgba(0,0,0,.4);color:#fff;font-size:1.25rem}.button .index,.button .name{display:-ms-flexbox;display:flex;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;opacity:0;pointer-events:none;-webkit-transition:opacity .15s ease;transition:opacity .15s ease}.button .name{background-color:hsla(0,0%,100%,.6);color:#000!important;font-size:.8rem;padding:5px;text-align:center;text-shadow:1px solid #000;word-break:break-word}.button .deleteButton{cursor:pointer;font-size:.9em;font-weight:600;opacity:0;position:absolute;right:11%;top:4%;-webkit-transition:opacity .15s ease;transition:opacity .15s ease;z-index:3}.button:hover{-webkit-filter:grayscale(.5);filter:grayscale(.5)}.button.withIndex:hover .deleteButton,.button.withIndex:hover .index,.button.withIndex:hover .name{opacity:1}
9
- .container{display:inline-block}.button{min-height:75px;width:50px}.button.btn-outline-secondary{border-color:var(--mm-gray-600);color:var(--mm-gray-600)}.button.btn-outline-secondary:hover{background:transparent;border-color:var(--mm-gray-200);color:var(--mm-gray-200)}.addButton{border-style:dashed}.title{font-size:.75em;padding:0 .2em;text-align:left}
10
- .container{position:relative}.container>.inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}.container .top{display:none;padding:20px 0;width:100%}.container .bottom{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:100%;overflow:hidden;width:100%;-ms-flex-positive:1;flex-grow:1;padding:0}.container .bottom>.inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:hidden;width:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:0 auto}.container .preview{-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;width:100%}.container .preview,.container .viewerContainer{height:100%;position:relative}.container .devices{bottom:10px;position:absolute;right:10px}.container .noStory,.container .story{height:100%;left:0;position:absolute;top:0;width:100%}@media screen and (min-width:540px){.container .top{display:block;overflow-x:auto;text-align:center;width:100%}.container .bottom{padding:50px 20px}}
11
- .wrapper{border-radius:4px;list-style:none}.wrapper,.wrapper .inner{-webkit-box-sizing:border-box;box-sizing:border-box}.wrapper .inner{display:-ms-flexbox;display:flex;height:100%;position:relative;width:100%;z-index:1;-ms-flex-align:center;align-items:center;background-color:transparent;color:#222}.wrapper .inner .button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-color:transparent;border:0;color:inherit;color:#fff;cursor:pointer;display:inline-block;font-family:inherit;padding:0;position:relative}.wrapper .inner .handle{border-radius:10px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.wrapper .inner .handle .icon{display:none;left:10px;position:absolute;top:10px;visibility:hidden}.wrapper .inner .text{overflow:hidden;-ms-flex-positive:1;flex-grow:1;padding-left:.5rem;text-overflow:ellipsis;white-space:nowrap}.wrapper .inner .collapsedCount,.wrapper .inner .count{display:-ms-flexbox;display:flex;height:24px;position:absolute;right:-10px;top:-10px;width:24px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;background-color:var(--mm-primary);border-radius:50%;color:#fff;font-size:.8rem;font-weight:600;justify-content:center}.wrapper .inner .collapsedCount{background-color:transparent;bottom:2px;right:3px;top:auto}.wrapper .inner .disableInteraction{pointer-events:none}.wrapper .inner .clone .count,.wrapper .inner .clone .text,.wrapper .inner .disableSelection .count,.wrapper .inner .disableSelection .text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wrapper .inner .collapse{bottom:0;display:-ms-flexbox;display:flex;height:30px;left:0;position:absolute;width:100%;z-index:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.wrapper .inner .collapse svg{margin-left:10px;-webkit-transition:-webkit-transform .25s ease;transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease}.wrapper .inner .collapse.collapsed svg{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.wrapper .children{position:relative;width:100%;z-index:0}.wrapper.withChildren{background-color:var(--mm-gray-700)}.wrapper.withChildren .inner{padding-bottom:30px}.wrapper.clone{display:block;margin-left:10px;margin-top:5px;padding:0;pointer-events:none;width:100%}.wrapper.clone .inner{border-radius:10px;-webkit-box-shadow:0 15px 15px 0 rgba(34,33,81,.1);box-shadow:0 15px 15px 0 rgba(34,33,81,.1);padding-right:24px}.wrapper.ghost:not(.indicator){-webkit-filter:opacity(.6);filter:opacity(.6)}.wrapper.ghost .inner>*{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.wrapper.ghost .inner{border:1px solid var(--mm-primary);border-radius:4px}.wrapper.ghost.indicator{margin-bottom:-1px;opacity:1;position:relative;z-index:1}.wrapper.ghost.indicator .inner{background-color:var(--mm-primary);border:1px solid var(--mm-primary);border-radius:10px;height:8px;padding:0;position:relative}.wrapper.ghost.indicator .inner>*{height:0;opacity:0}
12
- .container{display:block}.container .parent{-webkit-box-shadow:0 4px 8px rgba(0,0,0,.5);box-shadow:0 4px 8px rgba(0,0,0,.5);position:relative;z-index:1}.container .child{bottom:-25px;-webkit-filter:brightness(60%);filter:brightness(60%);position:absolute;right:5px;width:75%;z-index:0}
13
- .item{padding-bottom:3px}.item.parent{padding-bottom:0}.item.group,.item.parent{background-color:var(--mm-gray-700)}.item.group{padding-top:3px}.item.group.isLastChild{border-bottom-left-radius:4px;border-bottom-right-radius:4px;margin-bottom:4px;padding-bottom:6px}
14
- .item,.items{list-style:none;margin:0;padding:0}.container{position:relative}.container .items{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:-5px;padding:0}.container .item{display:block;padding:5px;position:relative;width:33.3%;z-index:2}@media screen and (min-width:540px){.container .item{width:20%}}.container .button{display:block}.container .placeholder,.container .preview{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.container .placeholder,.container .preview,.container .screen{height:100%;left:0;position:absolute;top:0;width:100%}.container .preview{background:rgba(#000,.9)}.container .settings{position:absolute;right:0;top:0}.container.noWrap .items{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.container.isVertical .items{-ms-flex-flow:column nowrap;flex-flow:column nowrap}.container.isVertical .item{width:100%}.container.withPlaceholder .item{margin:5px;padding:0}.container.withPlaceholder .button{width:100px}
15
- .container{position:relative}.container .row{margin-bottom:calc(var(--mm-spacer)*2)}.container .row .title{border-bottom:1px solid var(--mm-border-color);font-size:.85rem;padding-bottom:calc(var(--mm-spacer)/4)}.container .row:last-child{margin-bottom:0}.container .screen{max-width:100px;width:100%}.container .button{mix-blend-mode:difference}
16
- .container .selected{background-color:var(--mm-primary)}
17
- .container .navbar{background-color:var(--mm-black);z-index:999}.container .navbar>div{padding:0}
18
- .container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}.container>.inner{position:relative;width:100%;-ms-flex-positive:1;flex-grow:1}.container .center,.container .left,.container .right{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.container .center.visible,.container .left.visible,.container .right.visible{display:block}.container .left,.container .right{overflow-y:auto;scroll-behavior:smooth;scrollbar-width:none}.container .left::-webkit-scrollbar,.container .right::-webkit-scrollbar{display:none}.container .left>.inner,.container .right>.inner{min-height:100%}.container .center{background-color:var(--mm-gray-900)}.container .preview,.container.fullscreen{height:100%;left:0;position:absolute;top:0;width:100%}@media screen and (min-width:540px){.container>.top{display:none}.container>.inner{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:100%;position:relative;width:100%}.container .center,.container .left,.container .right{height:100%;position:relative}.container .left{width:140px}.container .center{width:auto;-ms-flex-positive:1;flex-grow:1}.container .right{width:320px}}
19
- .container{padding:calc(var(--mm-spacer)/2);position:relative}.container .inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}
1
+ .micromag-editor-forms-screen-container{padding:calc(var(--mm-spacer)/2);position:relative}.micromag-editor-forms-screen-container .micromag-editor-forms-screen-inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}
2
+ .micromag-editor-menus-breadcrumb-container li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.micromag-editor-menus-breadcrumb-container li:before{float:none}.micromag-editor-menus-breadcrumb-container li:last-child{-ms-flex-negative:0;flex-shrink:0}
3
+ .micromag-editor-modals-delete-screen-container .micromag-editor-modals-delete-screen-description{margin-bottom:10px}.micromag-editor-modals-delete-screen-container .micromag-editor-modals-delete-screen-actions{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}
4
+ .micromag-editor-form-disabled{left:0;position:absolute;top:0;width:100%;z-index:0}.micromag-editor-form-content{position:relative}.micromag-editor-form-navbar{background-color:var(--mm-black);z-index:999}.micromag-editor-form-panel{position:relative}
5
+ .micromag-editor-buttons-device-container .micromag-editor-buttons-device-icon{display:block;height:auto;max-height:100%;width:100%}
6
+ .micromag-editor-menus-devices-container{display:inline-block;position:relative}.micromag-editor-menus-devices-container .micromag-editor-menus-devices-button{display:block;height:30px;padding:5px;width:40px}
7
+ .micromag-editor-buttons-screen-container{overflow:hidden;position:relative}.micromag-editor-buttons-screen-container .micromag-editor-buttons-screen-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:inherit;cursor:pointer;display:inline-block;font-family:inherit;height:100%;left:0;padding:0;position:relative;position:absolute;position:absolute!important;top:0;width:100%}.micromag-editor-buttons-screen-container .micromag-editor-buttons-screen-border{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.micromag-editor-buttons-screen-container .micromag-editor-buttons-screen-screen{display:block;height:0;padding-bottom:150%;pointer-events:none;position:relative;width:100%}.micromag-editor-buttons-screen-container .micromag-editor-buttons-screen-screen .micromag-editor-buttons-screen-inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;left:0;position:absolute;top:0;width:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.micromag-editor-buttons-screen-container .micromag-editor-buttons-screen-screen .micromag-editor-buttons-screen-icon{position:relative;width:100%;-ms-flex-positive:1;flex-grow:1}.micromag-editor-buttons-screen-container .micromag-editor-buttons-screen-screen .micromag-editor-buttons-screen-label{font-size:.75rem;font-weight:700;padding:5px 0}.micromag-editor-buttons-screen-container.micromag-editor-buttons-screen-active .micromag-editor-buttons-screen-border{border:3px solid var(--mm-primary);z-index:2}
8
+ .micromag-editor-buttons-screen-with-preview-button{display:block;position:relative;-webkit-transition:-webkit-filter .2s ease;transition:-webkit-filter .2s ease;transition:filter .2s ease;transition:filter .2s ease,-webkit-filter .2s ease}.micromag-editor-buttons-screen-with-preview-button .micromag-editor-buttons-screen-with-preview-index{background-color:rgba(0,0,0,.4);color:#fff;font-size:1.25rem}.micromag-editor-buttons-screen-with-preview-button .micromag-editor-buttons-screen-with-preview-index,.micromag-editor-buttons-screen-with-preview-button .micromag-editor-buttons-screen-with-preview-name{display:-ms-flexbox;display:flex;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;opacity:0;pointer-events:none;-webkit-transition:opacity .15s ease;transition:opacity .15s ease}.micromag-editor-buttons-screen-with-preview-button .micromag-editor-buttons-screen-with-preview-name{background-color:hsla(0,0%,100%,.6);color:#000!important;font-size:.8rem;padding:5px;text-align:center;text-shadow:1px solid #000;word-break:break-word}.micromag-editor-buttons-screen-with-preview-button .micromag-editor-buttons-screen-with-preview-deleteButton{cursor:pointer;font-size:.9em;font-weight:600;opacity:0;position:absolute;right:11%;top:4%;-webkit-transition:opacity .15s ease;transition:opacity .15s ease;z-index:3}.micromag-editor-buttons-screen-with-preview-button:hover{-webkit-filter:grayscale(.5);filter:grayscale(.5)}.micromag-editor-buttons-screen-with-preview-button.micromag-editor-buttons-screen-with-preview-withIndex:hover .micromag-editor-buttons-screen-with-preview-deleteButton,.micromag-editor-buttons-screen-with-preview-button.micromag-editor-buttons-screen-with-preview-withIndex:hover .micromag-editor-buttons-screen-with-preview-index,.micromag-editor-buttons-screen-with-preview-button.micromag-editor-buttons-screen-with-preview-withIndex:hover .micromag-editor-buttons-screen-with-preview-name{opacity:1}
9
+ .micromag-editor-partials-screen-states-container{display:inline-block}.micromag-editor-partials-screen-states-button{min-height:75px;width:50px}.micromag-editor-partials-screen-states-button.btn-outline-secondary{border-color:var(--mm-gray-600);color:var(--mm-gray-600)}.micromag-editor-partials-screen-states-button.btn-outline-secondary:hover{background:transparent;border-color:var(--mm-gray-200);color:var(--mm-gray-200)}.micromag-editor-partials-screen-states-addButton{border-style:dashed}.micromag-editor-partials-screen-states-title{font-size:.75em;padding:0 .2em;text-align:left}
10
+ .micromag-editor-preview-container{position:relative}.micromag-editor-preview-container>.micromag-editor-preview-inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}.micromag-editor-preview-container .micromag-editor-preview-top{display:none;padding:20px 0;width:100%}.micromag-editor-preview-container .micromag-editor-preview-bottom{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:100%;overflow:hidden;width:100%;-ms-flex-positive:1;flex-grow:1;padding:0}.micromag-editor-preview-container .micromag-editor-preview-bottom>.micromag-editor-preview-inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:hidden;width:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:0 auto}.micromag-editor-preview-container .micromag-editor-preview-preview{height:100%;position:relative;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;width:100%}.micromag-editor-preview-container .micromag-editor-preview-viewerContainer{height:100%;position:relative}.micromag-editor-preview-container .micromag-editor-preview-devices{bottom:10px;position:absolute;right:10px}.micromag-editor-preview-container .micromag-editor-preview-noStory,.micromag-editor-preview-container .micromag-editor-preview-story{height:100%;left:0;position:absolute;top:0;width:100%}@media screen and (min-width:540px){.micromag-editor-preview-container .micromag-editor-preview-top{display:block;overflow-x:auto;text-align:center;width:100%}.micromag-editor-preview-container .micromag-editor-preview-bottom{padding:50px 20px}}
11
+ .micromag-editor-sortable-sortable-tree-item-actions-wrapper{border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner{-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;height:100%;position:relative;width:100%;z-index:1;-ms-flex-align:center;align-items:center;background-color:transparent;color:#222}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-color:transparent;border:0;color:inherit;color:#fff;cursor:pointer;display:inline-block;font-family:inherit;padding:0;position:relative}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-handle{border-radius:10px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-handle .micromag-editor-sortable-sortable-tree-item-actions-icon{display:none;left:10px;position:absolute;top:10px;visibility:hidden}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-text{overflow:hidden;-ms-flex-positive:1;flex-grow:1;padding-left:.5rem;text-overflow:ellipsis;white-space:nowrap}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-collapsedCount,.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-count{display:-ms-flexbox;display:flex;height:24px;position:absolute;right:-10px;top:-10px;width:24px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;background-color:var(--mm-primary);border-radius:50%;color:#fff;font-size:.8rem;font-weight:600;justify-content:center}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-collapsedCount{background-color:transparent;bottom:2px;right:3px;top:auto}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-disableInteraction{pointer-events:none}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-clone .micromag-editor-sortable-sortable-tree-item-actions-count,.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-clone .micromag-editor-sortable-sortable-tree-item-actions-text,.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-disableSelection .micromag-editor-sortable-sortable-tree-item-actions-count,.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-disableSelection .micromag-editor-sortable-sortable-tree-item-actions-text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-collapse{bottom:0;display:-ms-flexbox;display:flex;height:30px;left:0;position:absolute;width:100%;z-index:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-collapse svg{margin-left:10px;-webkit-transition:-webkit-transform .25s ease;transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-collapse.micromag-editor-sortable-sortable-tree-item-actions-collapsed svg{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-children{position:relative;width:100%;z-index:0}.micromag-editor-sortable-sortable-tree-item-actions-wrapper.micromag-editor-sortable-sortable-tree-item-actions-withChildren{background-color:var(--mm-gray-700)}.micromag-editor-sortable-sortable-tree-item-actions-wrapper.micromag-editor-sortable-sortable-tree-item-actions-withChildren .micromag-editor-sortable-sortable-tree-item-actions-inner{padding-bottom:30px}.micromag-editor-sortable-sortable-tree-item-actions-wrapper.micromag-editor-sortable-sortable-tree-item-actions-clone{display:block;margin-left:10px;margin-top:5px;padding:0;pointer-events:none;width:100%}.micromag-editor-sortable-sortable-tree-item-actions-wrapper.micromag-editor-sortable-sortable-tree-item-actions-clone .micromag-editor-sortable-sortable-tree-item-actions-inner{border-radius:10px;-webkit-box-shadow:0 15px 15px 0 rgba(34,33,81,.1);box-shadow:0 15px 15px 0 rgba(34,33,81,.1);padding-right:24px}.micromag-editor-sortable-sortable-tree-item-actions-wrapper.micromag-editor-sortable-sortable-tree-item-actions-ghost:not(.micromag-editor-sortable-sortable-tree-item-actions-indicator){-webkit-filter:opacity(.6);filter:opacity(.6)}.micromag-editor-sortable-sortable-tree-item-actions-wrapper.micromag-editor-sortable-sortable-tree-item-actions-ghost .micromag-editor-sortable-sortable-tree-item-actions-inner>*{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.micromag-editor-sortable-sortable-tree-item-actions-wrapper.micromag-editor-sortable-sortable-tree-item-actions-ghost .micromag-editor-sortable-sortable-tree-item-actions-inner{border:1px solid var(--mm-primary);border-radius:4px}.micromag-editor-sortable-sortable-tree-item-actions-wrapper.micromag-editor-sortable-sortable-tree-item-actions-ghost.micromag-editor-sortable-sortable-tree-item-actions-indicator{margin-bottom:-1px;opacity:1;position:relative;z-index:1}.micromag-editor-sortable-sortable-tree-item-actions-wrapper.micromag-editor-sortable-sortable-tree-item-actions-ghost.micromag-editor-sortable-sortable-tree-item-actions-indicator .micromag-editor-sortable-sortable-tree-item-actions-inner{background-color:var(--mm-primary);border:1px solid var(--mm-primary);border-radius:10px;height:8px;padding:0;position:relative}.micromag-editor-sortable-sortable-tree-item-actions-wrapper.micromag-editor-sortable-sortable-tree-item-actions-ghost.micromag-editor-sortable-sortable-tree-item-actions-indicator .micromag-editor-sortable-sortable-tree-item-actions-inner>*{height:0;opacity:0}
12
+ .micromag-editor-sortable-sortable-tree-item-container{display:block}.micromag-editor-sortable-sortable-tree-item-container .micromag-editor-sortable-sortable-tree-item-parent{-webkit-box-shadow:0 4px 8px rgba(0,0,0,.5);box-shadow:0 4px 8px rgba(0,0,0,.5);position:relative;z-index:1}.micromag-editor-sortable-sortable-tree-item-container .micromag-editor-sortable-sortable-tree-item-child{bottom:-25px;-webkit-filter:brightness(60%);filter:brightness(60%);position:absolute;right:5px;width:75%;z-index:0}
13
+ .micromag-editor-sortable-sortable-tree-item{padding-bottom:3px}.micromag-editor-sortable-sortable-tree-item.micromag-editor-sortable-sortable-tree-parent{background-color:var(--mm-gray-700);padding-bottom:0}.micromag-editor-sortable-sortable-tree-item.micromag-editor-sortable-sortable-tree-group{background-color:var(--mm-gray-700);padding-top:3px}.micromag-editor-sortable-sortable-tree-item.micromag-editor-sortable-sortable-tree-group.micromag-editor-sortable-sortable-tree-isLastChild{border-bottom-left-radius:4px;border-bottom-right-radius:4px;margin-bottom:4px;padding-bottom:6px}
14
+ .micromag-editor-menus-screens-item,.micromag-editor-menus-screens-items{list-style:none;margin:0;padding:0}.micromag-editor-menus-screens-container{position:relative}.micromag-editor-menus-screens-container .micromag-editor-menus-screens-items{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:-5px;padding:0}.micromag-editor-menus-screens-container .micromag-editor-menus-screens-item{display:block;padding:5px;position:relative;width:33.3%;z-index:2}@media screen and (min-width:540px){.micromag-editor-menus-screens-container .micromag-editor-menus-screens-item{width:20%}}.micromag-editor-menus-screens-container .micromag-editor-menus-screens-button{display:block}.micromag-editor-menus-screens-container .micromag-editor-menus-screens-placeholder,.micromag-editor-menus-screens-container .micromag-editor-menus-screens-preview{height:100%;left:0;position:absolute;top:0;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%}.micromag-editor-menus-screens-container .micromag-editor-menus-screens-screen{height:100%;left:0;position:absolute;top:0;width:100%}.micromag-editor-menus-screens-container .micromag-editor-menus-screens-preview{background:rgba(#000,.9)}.micromag-editor-menus-screens-container .micromag-editor-menus-screens-settings{position:absolute;right:0;top:0}.micromag-editor-menus-screens-container.micromag-editor-menus-screens-noWrap .micromag-editor-menus-screens-items{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.micromag-editor-menus-screens-container.micromag-editor-menus-screens-isVertical .micromag-editor-menus-screens-items{-ms-flex-flow:column nowrap;flex-flow:column nowrap}.micromag-editor-menus-screens-container.micromag-editor-menus-screens-isVertical .micromag-editor-menus-screens-item{width:100%}.micromag-editor-menus-screens-container.micromag-editor-menus-screens-withPlaceholder .micromag-editor-menus-screens-item{margin:5px;padding:0}.micromag-editor-menus-screens-container.micromag-editor-menus-screens-withPlaceholder .micromag-editor-menus-screens-button{width:100px}
15
+ .micromag-editor-menus-screen-types-container{position:relative}.micromag-editor-menus-screen-types-container .micromag-editor-menus-screen-types-row{margin-bottom:calc(var(--mm-spacer)*2)}.micromag-editor-menus-screen-types-container .micromag-editor-menus-screen-types-row .micromag-editor-menus-screen-types-title{border-bottom:1px solid var(--mm-border-color);font-size:.85rem;padding-bottom:calc(var(--mm-spacer)/4)}.micromag-editor-menus-screen-types-container .micromag-editor-menus-screen-types-row:last-child{margin-bottom:0}.micromag-editor-menus-screen-types-container .micromag-editor-menus-screen-types-screen{max-width:100px;width:100%}.micromag-editor-menus-screen-types-container .micromag-editor-menus-screen-types-button{mix-blend-mode:difference}
16
+ .micromag-editor-modals-screen-types-container .micromag-editor-modals-screen-types-selected{background-color:var(--mm-primary)}
17
+ .micromag-editor-screens-container .micromag-editor-screens-navbar{background-color:var(--mm-black);z-index:999}.micromag-editor-screens-container .micromag-editor-screens-navbar>div{padding:0}
18
+ .micromag-editor-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}.micromag-editor-container>.micromag-editor-inner{position:relative;width:100%;-ms-flex-positive:1;flex-grow:1}.micromag-editor-container .micromag-editor-center,.micromag-editor-container .micromag-editor-left,.micromag-editor-container .micromag-editor-right{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.micromag-editor-container .micromag-editor-center.micromag-editor-visible,.micromag-editor-container .micromag-editor-left.micromag-editor-visible,.micromag-editor-container .micromag-editor-right.micromag-editor-visible{display:block}.micromag-editor-container .micromag-editor-left,.micromag-editor-container .micromag-editor-right{overflow-y:auto;scroll-behavior:smooth;scrollbar-width:none}.micromag-editor-container .micromag-editor-left::-webkit-scrollbar,.micromag-editor-container .micromag-editor-right::-webkit-scrollbar{display:none}.micromag-editor-container .micromag-editor-left>.micromag-editor-inner,.micromag-editor-container .micromag-editor-right>.micromag-editor-inner{min-height:100%}.micromag-editor-container .micromag-editor-center{background-color:var(--mm-gray-900)}.micromag-editor-container .micromag-editor-preview,.micromag-editor-container.micromag-editor-fullscreen{height:100%;left:0;position:absolute;top:0;width:100%}@media screen and (min-width:540px){.micromag-editor-container>.micromag-editor-top{display:none}.micromag-editor-container>.micromag-editor-inner{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:100%;position:relative;width:100%}.micromag-editor-container .micromag-editor-center,.micromag-editor-container .micromag-editor-left,.micromag-editor-container .micromag-editor-right{height:100%;position:relative}.micromag-editor-container .micromag-editor-left{width:140px}.micromag-editor-container .micromag-editor-center{width:auto;-ms-flex-positive:1;flex-grow:1}.micromag-editor-container .micromag-editor-right{width:320px}}
19
+ .micromag-editor-forms-settings-container{padding:calc(var(--mm-spacer)/2);position:relative}.micromag-editor-forms-settings-container .micromag-editor-forms-settings-inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}
package/es/index.js CHANGED
@@ -279,7 +279,7 @@ function FieldWithContexts(_ref) {
279
279
  }, props))) : null;
280
280
  }
281
281
 
282
- var styles$i = {"container":"container","inner":"inner"};
282
+ var styles$i = {"container":"micromag-editor-forms-screen-container","inner":"micromag-editor-forms-screen-inner"};
283
283
 
284
284
  function ScreenForm(_ref) {
285
285
  var _ref$value = _ref.value,
@@ -320,7 +320,7 @@ function ScreenForm(_ref) {
320
320
  }) : null));
321
321
  }
322
322
 
323
- var styles$h = {"container":"container"};
323
+ var styles$h = {"container":"micromag-editor-menus-breadcrumb-container"};
324
324
 
325
325
  function Breadcrumb(_ref) {
326
326
  var _ref$story = _ref.story,
@@ -540,7 +540,7 @@ function Breadcrumb(_ref) {
540
540
  }));
541
541
  }
542
542
 
543
- var styles$g = {"container":"container","description":"description","actions":"actions"};
543
+ var styles$g = {"container":"micromag-editor-modals-delete-screen-container","description":"micromag-editor-modals-delete-screen-description","actions":"micromag-editor-modals-delete-screen-actions"};
544
544
 
545
545
  function DeleteScreenModal(_ref) {
546
546
  var _ref$className = _ref.className,
@@ -591,7 +591,7 @@ function DeleteScreenModal(_ref) {
591
591
  }))));
592
592
  }
593
593
 
594
- var styles$f = {"content":"content","navbar":"navbar","panel":"panel"};
594
+ var styles$f = {"content":"micromag-editor-form-content","navbar":"micromag-editor-form-navbar","panel":"micromag-editor-form-panel"};
595
595
 
596
596
  function EditForm(_ref) {
597
597
  var _ref$value = _ref.value,
@@ -997,7 +997,7 @@ var DeviceIcons = /*#__PURE__*/Object.freeze({
997
997
  Mobile: MobileIcon
998
998
  });
999
999
 
1000
- var styles$e = {"container":"container","icon":"icon"};
1000
+ var styles$e = {"container":"micromag-editor-buttons-device-container","icon":"micromag-editor-buttons-device-icon"};
1001
1001
 
1002
1002
  var _excluded$7 = ["device", "className", "iconComponents"];
1003
1003
  function DeviceButton(_ref) {
@@ -1015,7 +1015,7 @@ function DeviceButton(_ref) {
1015
1015
  }));
1016
1016
  }
1017
1017
 
1018
- var styles$d = {"container":"container","button":"button"};
1018
+ var styles$d = {"container":"micromag-editor-menus-devices-container","button":"micromag-editor-menus-devices-button"};
1019
1019
 
1020
1020
  var _excluded$6 = ["id"];
1021
1021
  function DevicesMenu(_ref) {
@@ -1044,7 +1044,7 @@ function DevicesMenu(_ref) {
1044
1044
  });
1045
1045
  }
1046
1046
 
1047
- var styles$c = {"container":"container","button":"button","border":"border","screen":"screen","inner":"inner","icon":"icon","label":"label","active":"active"};
1047
+ var styles$c = {"container":"micromag-editor-buttons-screen-container","button":"micromag-editor-buttons-screen-button","border":"micromag-editor-buttons-screen-border","screen":"micromag-editor-buttons-screen-screen","inner":"micromag-editor-buttons-screen-inner","icon":"micromag-editor-buttons-screen-icon","label":"micromag-editor-buttons-screen-label","active":"micromag-editor-buttons-screen-active"};
1048
1048
 
1049
1049
  function ScreenButton(_ref) {
1050
1050
  var _ref$active = _ref.active,
@@ -1095,7 +1095,7 @@ var ScreenButton$1 = /*#__PURE__*/React.forwardRef(function (props, ref) {
1095
1095
  }));
1096
1096
  });
1097
1097
 
1098
- var styles$b = {"button":"button","index":"index","name":"name","deleteButton":"deleteButton","withIndex":"withIndex"};
1098
+ var styles$b = {"button":"micromag-editor-buttons-screen-with-preview-button","index":"micromag-editor-buttons-screen-with-preview-index","name":"micromag-editor-buttons-screen-with-preview-name","deleteButton":"micromag-editor-buttons-screen-with-preview-deleteButton","withIndex":"micromag-editor-buttons-screen-with-preview-withIndex"};
1099
1099
 
1100
1100
  function ScreenWithPreview(_ref) {
1101
1101
  var _ref$screen = _ref.screen,
@@ -1166,7 +1166,7 @@ function ScreenWithPreview(_ref) {
1166
1166
  })) : null));
1167
1167
  }
1168
1168
 
1169
- var styles$a = {"container":"container","button":"button","addButton":"addButton","title":"title"};
1169
+ var styles$a = {"container":"micromag-editor-partials-screen-states-container","button":"micromag-editor-partials-screen-states-button","addButton":"micromag-editor-partials-screen-states-addButton","title":"micromag-editor-partials-screen-states-title"};
1170
1170
 
1171
1171
  function ScreenStates(_ref) {
1172
1172
  var screen = _ref.screen,
@@ -1322,7 +1322,7 @@ function ScreenStates(_ref) {
1322
1322
  })));
1323
1323
  }
1324
1324
 
1325
- var styles$9 = {"container":"container","inner":"inner","top":"top","bottom":"bottom","preview":"preview","viewerContainer":"viewerContainer","deviceMenu":"deviceMenu","devices":"devices","noStory":"noStory","story":"story"};
1325
+ var styles$9 = {"container":"micromag-editor-preview-container","inner":"micromag-editor-preview-inner","top":"micromag-editor-preview-top","bottom":"micromag-editor-preview-bottom","preview":"micromag-editor-preview-preview","viewerContainer":"micromag-editor-preview-viewerContainer","deviceMenu":"micromag-editor-preview-deviceMenu","devices":"micromag-editor-preview-devices","noStory":"micromag-editor-preview-noStory","story":"micromag-editor-preview-story"};
1326
1326
 
1327
1327
  function EditorPreview(_ref) {
1328
1328
  var _ref$value = _ref.value,
@@ -1830,7 +1830,7 @@ var sortableTreeKeyboardCoordinates = function sortableTreeKeyboardCoordinates(c
1830
1830
  };
1831
1831
  };
1832
1832
 
1833
- var styles$8 = {"wrapper":"wrapper","inner":"inner","button":"button","handle":"handle","icon":"icon","count":"count","collapsedCount":"collapsedCount","disableInteraction":"disableInteraction","disableSelection":"disableSelection","clone":"clone","collapse":"collapse","collapsed":"collapsed","children":"children","withChildren":"withChildren","ghost":"ghost","indicator":"indicator"};
1833
+ var styles$8 = {"wrapper":"micromag-editor-sortable-sortable-tree-item-actions-wrapper","inner":"micromag-editor-sortable-sortable-tree-item-actions-inner","button":"micromag-editor-sortable-sortable-tree-item-actions-button","handle":"micromag-editor-sortable-sortable-tree-item-actions-handle","icon":"micromag-editor-sortable-sortable-tree-item-actions-icon","count":"micromag-editor-sortable-sortable-tree-item-actions-count","collapsedCount":"micromag-editor-sortable-sortable-tree-item-actions-collapsedCount","disableInteraction":"micromag-editor-sortable-sortable-tree-item-actions-disableInteraction","disableSelection":"micromag-editor-sortable-sortable-tree-item-actions-disableSelection","clone":"micromag-editor-sortable-sortable-tree-item-actions-clone","collapse":"micromag-editor-sortable-sortable-tree-item-actions-collapse","collapsed":"micromag-editor-sortable-sortable-tree-item-actions-collapsed","children":"micromag-editor-sortable-sortable-tree-item-actions-children","withChildren":"micromag-editor-sortable-sortable-tree-item-actions-withChildren","ghost":"micromag-editor-sortable-sortable-tree-item-actions-ghost","indicator":"micromag-editor-sortable-sortable-tree-item-actions-indicator"};
1834
1834
 
1835
1835
  var _excluded$5 = ["childCount", "clone", "depth", "disableSelection", "disableInteraction", "ghost", "handleProps", "indentationWidth", "indicator", "collapsed", "onCollapse", "onRemove", "onClick", "style", "value", "wrapperRef", "showId", "showCount", "showCollapsedCount", "children", "containerRef"];
1836
1836
  var SortableTreeItemActions = function SortableTreeItemActions(_ref) {
@@ -1914,7 +1914,7 @@ var SortableTreeItemActions$1 = /*#__PURE__*/forwardRef(function (props, ref) {
1914
1914
  }));
1915
1915
  });
1916
1916
 
1917
- var styles$7 = {"container":"container","parent":"parent","child":"child"};
1917
+ var styles$7 = {"container":"micromag-editor-sortable-sortable-tree-item-container","parent":"micromag-editor-sortable-sortable-tree-item-parent","child":"micromag-editor-sortable-sortable-tree-item-child"};
1918
1918
 
1919
1919
  var _excluded$4 = ["id", "index", "depth", "component", "value", "style", "smallScale", "collapsed", "onCollapse", "onClickItem", "childValue", "isLastChild"];
1920
1920
  var animateLayoutChanges = function animateLayoutChanges(_ref) {
@@ -2009,7 +2009,7 @@ function SortableTreeItem(_ref2) {
2009
2009
  }, /*#__PURE__*/React.createElement(Component, childValue)) : null));
2010
2010
  }
2011
2011
 
2012
- var styles$6 = {"item":"item","parent":"parent","group":"group","isLastChild":"isLastChild"};
2012
+ var styles$6 = {"item":"micromag-editor-sortable-sortable-tree-item","parent":"micromag-editor-sortable-sortable-tree-parent","group":"micromag-editor-sortable-sortable-tree-group","isLastChild":"micromag-editor-sortable-sortable-tree-isLastChild"};
2013
2013
 
2014
2014
  var initialItems = [{
2015
2015
  id: 'Home',
@@ -2414,7 +2414,7 @@ function SortableTree(_ref2) {
2414
2414
  })) : null), document.body)));
2415
2415
  }
2416
2416
 
2417
- var styles$5 = {"items":"items","item":"item","container":"container","settings":"settings","noWrap":"noWrap","isVertical":"isVertical","withPlaceholder":"withPlaceholder"};
2417
+ var styles$5 = {"items":"micromag-editor-menus-screens-items","item":"micromag-editor-menus-screens-item","container":"micromag-editor-menus-screens-container","settings":"micromag-editor-menus-screens-settings","noWrap":"micromag-editor-menus-screens-noWrap","isVertical":"micromag-editor-menus-screens-isVertical","withPlaceholder":"micromag-editor-menus-screens-withPlaceholder"};
2418
2418
 
2419
2419
  var _excluded$3 = ["className", "screen", "type", "title", "onClick", "active", "href"],
2420
2420
  _excluded2 = ["id", "screen", "href"];
@@ -2533,7 +2533,7 @@ function ScreensMenu(_ref) {
2533
2533
  }, itemsElements) : null);
2534
2534
  }
2535
2535
 
2536
- var styles$4 = {"container":"container","row":"row","screen":"screen","button":"button"};
2536
+ var styles$4 = {"container":"micromag-editor-menus-screen-types-container","row":"micromag-editor-menus-screen-types-row","screen":"micromag-editor-menus-screen-types-screen","button":"micromag-editor-menus-screen-types-button"};
2537
2537
 
2538
2538
  function ScreenTypes(_ref) {
2539
2539
  var _ref$screens = _ref.screens,
@@ -2639,7 +2639,7 @@ function ScreenTypes(_ref) {
2639
2639
  })));
2640
2640
  }
2641
2641
 
2642
- var styles$3 = {"container":"container"};
2642
+ var styles$3 = {"container":"micromag-editor-modals-screen-types-container"};
2643
2643
 
2644
2644
  function ScreenTypesModal(_ref) {
2645
2645
  var _ref$selectedTypes = _ref.selectedTypes,
@@ -2667,7 +2667,7 @@ function ScreenTypesModal(_ref) {
2667
2667
  })));
2668
2668
  }
2669
2669
 
2670
- var styles$2 = {"container":"container","navbar":"navbar"};
2670
+ var styles$2 = {"container":"micromag-editor-screens-container","navbar":"micromag-editor-screens-navbar"};
2671
2671
 
2672
2672
  var _excluded$2 = ["id"];
2673
2673
  function EditorScreens(_ref) {
@@ -2914,7 +2914,7 @@ function EditorScreens(_ref) {
2914
2914
  }) : null);
2915
2915
  }
2916
2916
 
2917
- var styles$1 = {"container":"container","inner":"inner","left":"left","center":"center","right":"right","visible":"visible","preview":"preview","fullscreen":"fullscreen","top":"top"};
2917
+ var styles$1 = {"container":"micromag-editor-container","inner":"micromag-editor-inner","left":"micromag-editor-left","center":"micromag-editor-center","right":"micromag-editor-right","visible":"micromag-editor-visible","preview":"micromag-editor-preview","fullscreen":"micromag-editor-fullscreen","top":"micromag-editor-top"};
2918
2918
 
2919
2919
  function Editor(_ref) {
2920
2920
  var _ref$value = _ref.value,
@@ -3105,7 +3105,7 @@ function Editor(_ref) {
3105
3105
  }))), /*#__PURE__*/React.createElement(Modals, null)))));
3106
3106
  }
3107
3107
 
3108
- var styles = {"container":"container","inner":"inner"};
3108
+ var styles = {"container":"micromag-editor-forms-settings-container","inner":"micromag-editor-forms-settings-inner"};
3109
3109
 
3110
3110
  function SettingsForm(_ref) {
3111
3111
  var _ref$name = _ref.name,
package/es/styles.css CHANGED
@@ -1,19 +1,19 @@
1
- .container{padding:calc(var(--mm-spacer)/2);position:relative}.container .inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}
2
- .container li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.container li:before{float:none}.container li:last-child{-ms-flex-negative:0;flex-shrink:0}
3
- .container .description{margin-bottom:10px}.container .actions{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}
4
- .disabled{left:0;position:absolute;top:0;width:100%;z-index:0}.content{position:relative}.navbar{background-color:var(--mm-black);z-index:999}.panel{position:relative}
5
- .container .icon{display:block;height:auto;max-height:100%;width:100%}
6
- .container{display:inline-block;position:relative}.container .button{display:block;height:30px;padding:5px;width:40px}
7
- .container{overflow:hidden;position:relative}.container .button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:inherit;cursor:pointer;display:inline-block;font-family:inherit;height:100%;left:0;padding:0;position:relative;position:absolute;position:absolute!important;top:0;width:100%}.container .border{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.container .screen{display:block;height:0;padding-bottom:150%;pointer-events:none;position:relative;width:100%}.container .screen .inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;left:0;position:absolute;top:0;width:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.container .screen .icon{position:relative;width:100%;-ms-flex-positive:1;flex-grow:1}.container .screen .label{font-size:.75rem;font-weight:700;padding:5px 0}.container.active .border{border:3px solid var(--mm-primary);z-index:2}
8
- .button{display:block;position:relative;-webkit-transition:-webkit-filter .2s ease;transition:-webkit-filter .2s ease;transition:filter .2s ease;transition:filter .2s ease,-webkit-filter .2s ease}.button .index{background-color:rgba(0,0,0,.4);color:#fff;font-size:1.25rem}.button .index,.button .name{display:-ms-flexbox;display:flex;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;opacity:0;pointer-events:none;-webkit-transition:opacity .15s ease;transition:opacity .15s ease}.button .name{background-color:hsla(0,0%,100%,.6);color:#000!important;font-size:.8rem;padding:5px;text-align:center;text-shadow:1px solid #000;word-break:break-word}.button .deleteButton{cursor:pointer;font-size:.9em;font-weight:600;opacity:0;position:absolute;right:11%;top:4%;-webkit-transition:opacity .15s ease;transition:opacity .15s ease;z-index:3}.button:hover{-webkit-filter:grayscale(.5);filter:grayscale(.5)}.button.withIndex:hover .deleteButton,.button.withIndex:hover .index,.button.withIndex:hover .name{opacity:1}
9
- .container{display:inline-block}.button{min-height:75px;width:50px}.button.btn-outline-secondary{border-color:var(--mm-gray-600);color:var(--mm-gray-600)}.button.btn-outline-secondary:hover{background:transparent;border-color:var(--mm-gray-200);color:var(--mm-gray-200)}.addButton{border-style:dashed}.title{font-size:.75em;padding:0 .2em;text-align:left}
10
- .container{position:relative}.container>.inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}.container .top{display:none;padding:20px 0;width:100%}.container .bottom{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:100%;overflow:hidden;width:100%;-ms-flex-positive:1;flex-grow:1;padding:0}.container .bottom>.inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:hidden;width:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:0 auto}.container .preview{-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;width:100%}.container .preview,.container .viewerContainer{height:100%;position:relative}.container .devices{bottom:10px;position:absolute;right:10px}.container .noStory,.container .story{height:100%;left:0;position:absolute;top:0;width:100%}@media screen and (min-width:540px){.container .top{display:block;overflow-x:auto;text-align:center;width:100%}.container .bottom{padding:50px 20px}}
11
- .wrapper{border-radius:4px;list-style:none}.wrapper,.wrapper .inner{-webkit-box-sizing:border-box;box-sizing:border-box}.wrapper .inner{display:-ms-flexbox;display:flex;height:100%;position:relative;width:100%;z-index:1;-ms-flex-align:center;align-items:center;background-color:transparent;color:#222}.wrapper .inner .button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-color:transparent;border:0;color:inherit;color:#fff;cursor:pointer;display:inline-block;font-family:inherit;padding:0;position:relative}.wrapper .inner .handle{border-radius:10px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.wrapper .inner .handle .icon{display:none;left:10px;position:absolute;top:10px;visibility:hidden}.wrapper .inner .text{overflow:hidden;-ms-flex-positive:1;flex-grow:1;padding-left:.5rem;text-overflow:ellipsis;white-space:nowrap}.wrapper .inner .collapsedCount,.wrapper .inner .count{display:-ms-flexbox;display:flex;height:24px;position:absolute;right:-10px;top:-10px;width:24px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;background-color:var(--mm-primary);border-radius:50%;color:#fff;font-size:.8rem;font-weight:600;justify-content:center}.wrapper .inner .collapsedCount{background-color:transparent;bottom:2px;right:3px;top:auto}.wrapper .inner .disableInteraction{pointer-events:none}.wrapper .inner .clone .count,.wrapper .inner .clone .text,.wrapper .inner .disableSelection .count,.wrapper .inner .disableSelection .text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wrapper .inner .collapse{bottom:0;display:-ms-flexbox;display:flex;height:30px;left:0;position:absolute;width:100%;z-index:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.wrapper .inner .collapse svg{margin-left:10px;-webkit-transition:-webkit-transform .25s ease;transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease}.wrapper .inner .collapse.collapsed svg{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.wrapper .children{position:relative;width:100%;z-index:0}.wrapper.withChildren{background-color:var(--mm-gray-700)}.wrapper.withChildren .inner{padding-bottom:30px}.wrapper.clone{display:block;margin-left:10px;margin-top:5px;padding:0;pointer-events:none;width:100%}.wrapper.clone .inner{border-radius:10px;-webkit-box-shadow:0 15px 15px 0 rgba(34,33,81,.1);box-shadow:0 15px 15px 0 rgba(34,33,81,.1);padding-right:24px}.wrapper.ghost:not(.indicator){-webkit-filter:opacity(.6);filter:opacity(.6)}.wrapper.ghost .inner>*{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.wrapper.ghost .inner{border:1px solid var(--mm-primary);border-radius:4px}.wrapper.ghost.indicator{margin-bottom:-1px;opacity:1;position:relative;z-index:1}.wrapper.ghost.indicator .inner{background-color:var(--mm-primary);border:1px solid var(--mm-primary);border-radius:10px;height:8px;padding:0;position:relative}.wrapper.ghost.indicator .inner>*{height:0;opacity:0}
12
- .container{display:block}.container .parent{-webkit-box-shadow:0 4px 8px rgba(0,0,0,.5);box-shadow:0 4px 8px rgba(0,0,0,.5);position:relative;z-index:1}.container .child{bottom:-25px;-webkit-filter:brightness(60%);filter:brightness(60%);position:absolute;right:5px;width:75%;z-index:0}
13
- .item{padding-bottom:3px}.item.parent{padding-bottom:0}.item.group,.item.parent{background-color:var(--mm-gray-700)}.item.group{padding-top:3px}.item.group.isLastChild{border-bottom-left-radius:4px;border-bottom-right-radius:4px;margin-bottom:4px;padding-bottom:6px}
14
- .item,.items{list-style:none;margin:0;padding:0}.container{position:relative}.container .items{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:-5px;padding:0}.container .item{display:block;padding:5px;position:relative;width:33.3%;z-index:2}@media screen and (min-width:540px){.container .item{width:20%}}.container .button{display:block}.container .placeholder,.container .preview{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.container .placeholder,.container .preview,.container .screen{height:100%;left:0;position:absolute;top:0;width:100%}.container .preview{background:rgba(#000,.9)}.container .settings{position:absolute;right:0;top:0}.container.noWrap .items{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.container.isVertical .items{-ms-flex-flow:column nowrap;flex-flow:column nowrap}.container.isVertical .item{width:100%}.container.withPlaceholder .item{margin:5px;padding:0}.container.withPlaceholder .button{width:100px}
15
- .container{position:relative}.container .row{margin-bottom:calc(var(--mm-spacer)*2)}.container .row .title{border-bottom:1px solid var(--mm-border-color);font-size:.85rem;padding-bottom:calc(var(--mm-spacer)/4)}.container .row:last-child{margin-bottom:0}.container .screen{max-width:100px;width:100%}.container .button{mix-blend-mode:difference}
16
- .container .selected{background-color:var(--mm-primary)}
17
- .container .navbar{background-color:var(--mm-black);z-index:999}.container .navbar>div{padding:0}
18
- .container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}.container>.inner{position:relative;width:100%;-ms-flex-positive:1;flex-grow:1}.container .center,.container .left,.container .right{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.container .center.visible,.container .left.visible,.container .right.visible{display:block}.container .left,.container .right{overflow-y:auto;scroll-behavior:smooth;scrollbar-width:none}.container .left::-webkit-scrollbar,.container .right::-webkit-scrollbar{display:none}.container .left>.inner,.container .right>.inner{min-height:100%}.container .center{background-color:var(--mm-gray-900)}.container .preview,.container.fullscreen{height:100%;left:0;position:absolute;top:0;width:100%}@media screen and (min-width:540px){.container>.top{display:none}.container>.inner{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:100%;position:relative;width:100%}.container .center,.container .left,.container .right{height:100%;position:relative}.container .left{width:140px}.container .center{width:auto;-ms-flex-positive:1;flex-grow:1}.container .right{width:320px}}
19
- .container{padding:calc(var(--mm-spacer)/2);position:relative}.container .inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}
1
+ .micromag-editor-forms-screen-container{padding:calc(var(--mm-spacer)/2);position:relative}.micromag-editor-forms-screen-container .micromag-editor-forms-screen-inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}
2
+ .micromag-editor-menus-breadcrumb-container li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.micromag-editor-menus-breadcrumb-container li:before{float:none}.micromag-editor-menus-breadcrumb-container li:last-child{-ms-flex-negative:0;flex-shrink:0}
3
+ .micromag-editor-modals-delete-screen-container .micromag-editor-modals-delete-screen-description{margin-bottom:10px}.micromag-editor-modals-delete-screen-container .micromag-editor-modals-delete-screen-actions{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}
4
+ .micromag-editor-form-disabled{left:0;position:absolute;top:0;width:100%;z-index:0}.micromag-editor-form-content{position:relative}.micromag-editor-form-navbar{background-color:var(--mm-black);z-index:999}.micromag-editor-form-panel{position:relative}
5
+ .micromag-editor-buttons-device-container .micromag-editor-buttons-device-icon{display:block;height:auto;max-height:100%;width:100%}
6
+ .micromag-editor-menus-devices-container{display:inline-block;position:relative}.micromag-editor-menus-devices-container .micromag-editor-menus-devices-button{display:block;height:30px;padding:5px;width:40px}
7
+ .micromag-editor-buttons-screen-container{overflow:hidden;position:relative}.micromag-editor-buttons-screen-container .micromag-editor-buttons-screen-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:inherit;cursor:pointer;display:inline-block;font-family:inherit;height:100%;left:0;padding:0;position:relative;position:absolute;position:absolute!important;top:0;width:100%}.micromag-editor-buttons-screen-container .micromag-editor-buttons-screen-border{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.micromag-editor-buttons-screen-container .micromag-editor-buttons-screen-screen{display:block;height:0;padding-bottom:150%;pointer-events:none;position:relative;width:100%}.micromag-editor-buttons-screen-container .micromag-editor-buttons-screen-screen .micromag-editor-buttons-screen-inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;left:0;position:absolute;top:0;width:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.micromag-editor-buttons-screen-container .micromag-editor-buttons-screen-screen .micromag-editor-buttons-screen-icon{position:relative;width:100%;-ms-flex-positive:1;flex-grow:1}.micromag-editor-buttons-screen-container .micromag-editor-buttons-screen-screen .micromag-editor-buttons-screen-label{font-size:.75rem;font-weight:700;padding:5px 0}.micromag-editor-buttons-screen-container.micromag-editor-buttons-screen-active .micromag-editor-buttons-screen-border{border:3px solid var(--mm-primary);z-index:2}
8
+ .micromag-editor-buttons-screen-with-preview-button{display:block;position:relative;-webkit-transition:-webkit-filter .2s ease;transition:-webkit-filter .2s ease;transition:filter .2s ease;transition:filter .2s ease,-webkit-filter .2s ease}.micromag-editor-buttons-screen-with-preview-button .micromag-editor-buttons-screen-with-preview-index{background-color:rgba(0,0,0,.4);color:#fff;font-size:1.25rem}.micromag-editor-buttons-screen-with-preview-button .micromag-editor-buttons-screen-with-preview-index,.micromag-editor-buttons-screen-with-preview-button .micromag-editor-buttons-screen-with-preview-name{display:-ms-flexbox;display:flex;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;opacity:0;pointer-events:none;-webkit-transition:opacity .15s ease;transition:opacity .15s ease}.micromag-editor-buttons-screen-with-preview-button .micromag-editor-buttons-screen-with-preview-name{background-color:hsla(0,0%,100%,.6);color:#000!important;font-size:.8rem;padding:5px;text-align:center;text-shadow:1px solid #000;word-break:break-word}.micromag-editor-buttons-screen-with-preview-button .micromag-editor-buttons-screen-with-preview-deleteButton{cursor:pointer;font-size:.9em;font-weight:600;opacity:0;position:absolute;right:11%;top:4%;-webkit-transition:opacity .15s ease;transition:opacity .15s ease;z-index:3}.micromag-editor-buttons-screen-with-preview-button:hover{-webkit-filter:grayscale(.5);filter:grayscale(.5)}.micromag-editor-buttons-screen-with-preview-button.micromag-editor-buttons-screen-with-preview-withIndex:hover .micromag-editor-buttons-screen-with-preview-deleteButton,.micromag-editor-buttons-screen-with-preview-button.micromag-editor-buttons-screen-with-preview-withIndex:hover .micromag-editor-buttons-screen-with-preview-index,.micromag-editor-buttons-screen-with-preview-button.micromag-editor-buttons-screen-with-preview-withIndex:hover .micromag-editor-buttons-screen-with-preview-name{opacity:1}
9
+ .micromag-editor-partials-screen-states-container{display:inline-block}.micromag-editor-partials-screen-states-button{min-height:75px;width:50px}.micromag-editor-partials-screen-states-button.btn-outline-secondary{border-color:var(--mm-gray-600);color:var(--mm-gray-600)}.micromag-editor-partials-screen-states-button.btn-outline-secondary:hover{background:transparent;border-color:var(--mm-gray-200);color:var(--mm-gray-200)}.micromag-editor-partials-screen-states-addButton{border-style:dashed}.micromag-editor-partials-screen-states-title{font-size:.75em;padding:0 .2em;text-align:left}
10
+ .micromag-editor-preview-container{position:relative}.micromag-editor-preview-container>.micromag-editor-preview-inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}.micromag-editor-preview-container .micromag-editor-preview-top{display:none;padding:20px 0;width:100%}.micromag-editor-preview-container .micromag-editor-preview-bottom{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:100%;overflow:hidden;width:100%;-ms-flex-positive:1;flex-grow:1;padding:0}.micromag-editor-preview-container .micromag-editor-preview-bottom>.micromag-editor-preview-inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:hidden;width:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:0 auto}.micromag-editor-preview-container .micromag-editor-preview-preview{height:100%;position:relative;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;width:100%}.micromag-editor-preview-container .micromag-editor-preview-viewerContainer{height:100%;position:relative}.micromag-editor-preview-container .micromag-editor-preview-devices{bottom:10px;position:absolute;right:10px}.micromag-editor-preview-container .micromag-editor-preview-noStory,.micromag-editor-preview-container .micromag-editor-preview-story{height:100%;left:0;position:absolute;top:0;width:100%}@media screen and (min-width:540px){.micromag-editor-preview-container .micromag-editor-preview-top{display:block;overflow-x:auto;text-align:center;width:100%}.micromag-editor-preview-container .micromag-editor-preview-bottom{padding:50px 20px}}
11
+ .micromag-editor-sortable-sortable-tree-item-actions-wrapper{border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner{-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;height:100%;position:relative;width:100%;z-index:1;-ms-flex-align:center;align-items:center;background-color:transparent;color:#222}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-color:transparent;border:0;color:inherit;color:#fff;cursor:pointer;display:inline-block;font-family:inherit;padding:0;position:relative}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-handle{border-radius:10px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-handle .micromag-editor-sortable-sortable-tree-item-actions-icon{display:none;left:10px;position:absolute;top:10px;visibility:hidden}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-text{overflow:hidden;-ms-flex-positive:1;flex-grow:1;padding-left:.5rem;text-overflow:ellipsis;white-space:nowrap}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-collapsedCount,.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-count{display:-ms-flexbox;display:flex;height:24px;position:absolute;right:-10px;top:-10px;width:24px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;background-color:var(--mm-primary);border-radius:50%;color:#fff;font-size:.8rem;font-weight:600;justify-content:center}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-collapsedCount{background-color:transparent;bottom:2px;right:3px;top:auto}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-disableInteraction{pointer-events:none}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-clone .micromag-editor-sortable-sortable-tree-item-actions-count,.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-clone .micromag-editor-sortable-sortable-tree-item-actions-text,.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-disableSelection .micromag-editor-sortable-sortable-tree-item-actions-count,.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-disableSelection .micromag-editor-sortable-sortable-tree-item-actions-text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-collapse{bottom:0;display:-ms-flexbox;display:flex;height:30px;left:0;position:absolute;width:100%;z-index:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-collapse svg{margin-left:10px;-webkit-transition:-webkit-transform .25s ease;transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-inner .micromag-editor-sortable-sortable-tree-item-actions-collapse.micromag-editor-sortable-sortable-tree-item-actions-collapsed svg{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.micromag-editor-sortable-sortable-tree-item-actions-wrapper .micromag-editor-sortable-sortable-tree-item-actions-children{position:relative;width:100%;z-index:0}.micromag-editor-sortable-sortable-tree-item-actions-wrapper.micromag-editor-sortable-sortable-tree-item-actions-withChildren{background-color:var(--mm-gray-700)}.micromag-editor-sortable-sortable-tree-item-actions-wrapper.micromag-editor-sortable-sortable-tree-item-actions-withChildren .micromag-editor-sortable-sortable-tree-item-actions-inner{padding-bottom:30px}.micromag-editor-sortable-sortable-tree-item-actions-wrapper.micromag-editor-sortable-sortable-tree-item-actions-clone{display:block;margin-left:10px;margin-top:5px;padding:0;pointer-events:none;width:100%}.micromag-editor-sortable-sortable-tree-item-actions-wrapper.micromag-editor-sortable-sortable-tree-item-actions-clone .micromag-editor-sortable-sortable-tree-item-actions-inner{border-radius:10px;-webkit-box-shadow:0 15px 15px 0 rgba(34,33,81,.1);box-shadow:0 15px 15px 0 rgba(34,33,81,.1);padding-right:24px}.micromag-editor-sortable-sortable-tree-item-actions-wrapper.micromag-editor-sortable-sortable-tree-item-actions-ghost:not(.micromag-editor-sortable-sortable-tree-item-actions-indicator){-webkit-filter:opacity(.6);filter:opacity(.6)}.micromag-editor-sortable-sortable-tree-item-actions-wrapper.micromag-editor-sortable-sortable-tree-item-actions-ghost .micromag-editor-sortable-sortable-tree-item-actions-inner>*{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.micromag-editor-sortable-sortable-tree-item-actions-wrapper.micromag-editor-sortable-sortable-tree-item-actions-ghost .micromag-editor-sortable-sortable-tree-item-actions-inner{border:1px solid var(--mm-primary);border-radius:4px}.micromag-editor-sortable-sortable-tree-item-actions-wrapper.micromag-editor-sortable-sortable-tree-item-actions-ghost.micromag-editor-sortable-sortable-tree-item-actions-indicator{margin-bottom:-1px;opacity:1;position:relative;z-index:1}.micromag-editor-sortable-sortable-tree-item-actions-wrapper.micromag-editor-sortable-sortable-tree-item-actions-ghost.micromag-editor-sortable-sortable-tree-item-actions-indicator .micromag-editor-sortable-sortable-tree-item-actions-inner{background-color:var(--mm-primary);border:1px solid var(--mm-primary);border-radius:10px;height:8px;padding:0;position:relative}.micromag-editor-sortable-sortable-tree-item-actions-wrapper.micromag-editor-sortable-sortable-tree-item-actions-ghost.micromag-editor-sortable-sortable-tree-item-actions-indicator .micromag-editor-sortable-sortable-tree-item-actions-inner>*{height:0;opacity:0}
12
+ .micromag-editor-sortable-sortable-tree-item-container{display:block}.micromag-editor-sortable-sortable-tree-item-container .micromag-editor-sortable-sortable-tree-item-parent{-webkit-box-shadow:0 4px 8px rgba(0,0,0,.5);box-shadow:0 4px 8px rgba(0,0,0,.5);position:relative;z-index:1}.micromag-editor-sortable-sortable-tree-item-container .micromag-editor-sortable-sortable-tree-item-child{bottom:-25px;-webkit-filter:brightness(60%);filter:brightness(60%);position:absolute;right:5px;width:75%;z-index:0}
13
+ .micromag-editor-sortable-sortable-tree-item{padding-bottom:3px}.micromag-editor-sortable-sortable-tree-item.micromag-editor-sortable-sortable-tree-parent{background-color:var(--mm-gray-700);padding-bottom:0}.micromag-editor-sortable-sortable-tree-item.micromag-editor-sortable-sortable-tree-group{background-color:var(--mm-gray-700);padding-top:3px}.micromag-editor-sortable-sortable-tree-item.micromag-editor-sortable-sortable-tree-group.micromag-editor-sortable-sortable-tree-isLastChild{border-bottom-left-radius:4px;border-bottom-right-radius:4px;margin-bottom:4px;padding-bottom:6px}
14
+ .micromag-editor-menus-screens-item,.micromag-editor-menus-screens-items{list-style:none;margin:0;padding:0}.micromag-editor-menus-screens-container{position:relative}.micromag-editor-menus-screens-container .micromag-editor-menus-screens-items{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:-5px;padding:0}.micromag-editor-menus-screens-container .micromag-editor-menus-screens-item{display:block;padding:5px;position:relative;width:33.3%;z-index:2}@media screen and (min-width:540px){.micromag-editor-menus-screens-container .micromag-editor-menus-screens-item{width:20%}}.micromag-editor-menus-screens-container .micromag-editor-menus-screens-button{display:block}.micromag-editor-menus-screens-container .micromag-editor-menus-screens-placeholder,.micromag-editor-menus-screens-container .micromag-editor-menus-screens-preview{height:100%;left:0;position:absolute;top:0;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%}.micromag-editor-menus-screens-container .micromag-editor-menus-screens-screen{height:100%;left:0;position:absolute;top:0;width:100%}.micromag-editor-menus-screens-container .micromag-editor-menus-screens-preview{background:rgba(#000,.9)}.micromag-editor-menus-screens-container .micromag-editor-menus-screens-settings{position:absolute;right:0;top:0}.micromag-editor-menus-screens-container.micromag-editor-menus-screens-noWrap .micromag-editor-menus-screens-items{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.micromag-editor-menus-screens-container.micromag-editor-menus-screens-isVertical .micromag-editor-menus-screens-items{-ms-flex-flow:column nowrap;flex-flow:column nowrap}.micromag-editor-menus-screens-container.micromag-editor-menus-screens-isVertical .micromag-editor-menus-screens-item{width:100%}.micromag-editor-menus-screens-container.micromag-editor-menus-screens-withPlaceholder .micromag-editor-menus-screens-item{margin:5px;padding:0}.micromag-editor-menus-screens-container.micromag-editor-menus-screens-withPlaceholder .micromag-editor-menus-screens-button{width:100px}
15
+ .micromag-editor-menus-screen-types-container{position:relative}.micromag-editor-menus-screen-types-container .micromag-editor-menus-screen-types-row{margin-bottom:calc(var(--mm-spacer)*2)}.micromag-editor-menus-screen-types-container .micromag-editor-menus-screen-types-row .micromag-editor-menus-screen-types-title{border-bottom:1px solid var(--mm-border-color);font-size:.85rem;padding-bottom:calc(var(--mm-spacer)/4)}.micromag-editor-menus-screen-types-container .micromag-editor-menus-screen-types-row:last-child{margin-bottom:0}.micromag-editor-menus-screen-types-container .micromag-editor-menus-screen-types-screen{max-width:100px;width:100%}.micromag-editor-menus-screen-types-container .micromag-editor-menus-screen-types-button{mix-blend-mode:difference}
16
+ .micromag-editor-modals-screen-types-container .micromag-editor-modals-screen-types-selected{background-color:var(--mm-primary)}
17
+ .micromag-editor-screens-container .micromag-editor-screens-navbar{background-color:var(--mm-black);z-index:999}.micromag-editor-screens-container .micromag-editor-screens-navbar>div{padding:0}
18
+ .micromag-editor-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}.micromag-editor-container>.micromag-editor-inner{position:relative;width:100%;-ms-flex-positive:1;flex-grow:1}.micromag-editor-container .micromag-editor-center,.micromag-editor-container .micromag-editor-left,.micromag-editor-container .micromag-editor-right{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.micromag-editor-container .micromag-editor-center.micromag-editor-visible,.micromag-editor-container .micromag-editor-left.micromag-editor-visible,.micromag-editor-container .micromag-editor-right.micromag-editor-visible{display:block}.micromag-editor-container .micromag-editor-left,.micromag-editor-container .micromag-editor-right{overflow-y:auto;scroll-behavior:smooth;scrollbar-width:none}.micromag-editor-container .micromag-editor-left::-webkit-scrollbar,.micromag-editor-container .micromag-editor-right::-webkit-scrollbar{display:none}.micromag-editor-container .micromag-editor-left>.micromag-editor-inner,.micromag-editor-container .micromag-editor-right>.micromag-editor-inner{min-height:100%}.micromag-editor-container .micromag-editor-center{background-color:var(--mm-gray-900)}.micromag-editor-container .micromag-editor-preview,.micromag-editor-container.micromag-editor-fullscreen{height:100%;left:0;position:absolute;top:0;width:100%}@media screen and (min-width:540px){.micromag-editor-container>.micromag-editor-top{display:none}.micromag-editor-container>.micromag-editor-inner{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:100%;position:relative;width:100%}.micromag-editor-container .micromag-editor-center,.micromag-editor-container .micromag-editor-left,.micromag-editor-container .micromag-editor-right{height:100%;position:relative}.micromag-editor-container .micromag-editor-left{width:140px}.micromag-editor-container .micromag-editor-center{width:auto;-ms-flex-positive:1;flex-grow:1}.micromag-editor-container .micromag-editor-right{width:320px}}
19
+ .micromag-editor-forms-settings-container{padding:calc(var(--mm-spacer)/2);position:relative}.micromag-editor-forms-settings-container .micromag-editor-forms-settings-inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/editor",
3
- "version": "0.4.4",
3
+ "version": "0.4.7",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -60,21 +60,21 @@
60
60
  "react-dom": "^18.3.0 || ^19.0.0"
61
61
  },
62
62
  "dependencies": {
63
- "@babel/runtime": "^7.13.10",
63
+ "@babel/runtime": "^7.28.6",
64
64
  "@dnd-kit/core": "^6.0.6",
65
65
  "@dnd-kit/sortable": "^7.0.1",
66
66
  "@dnd-kit/utilities": "^3.2.1",
67
67
  "@folklore/routes": "^0.2.36",
68
68
  "@folklore/size": "^0.1.20",
69
- "@fortawesome/fontawesome-svg-core": "^6.5.2",
70
- "@fortawesome/free-solid-svg-icons": "^6.5.2",
71
- "@fortawesome/react-fontawesome": "^0.2.0",
72
- "@micromag/core": "^0.4.4",
73
- "@micromag/elements": "^0.4.4",
74
- "@micromag/fields": "^0.4.4",
75
- "@micromag/screens": "^0.4.4",
76
- "@micromag/viewer": "^0.4.4",
77
- "@panneau/uppy": "^4.0.18",
69
+ "@fortawesome/fontawesome-svg-core": "^7.2.0",
70
+ "@fortawesome/free-solid-svg-icons": "^7.2.0",
71
+ "@fortawesome/react-fontawesome": "^3.2.0",
72
+ "@micromag/core": "^0.4.7",
73
+ "@micromag/elements": "^0.4.7",
74
+ "@micromag/fields": "^0.4.7",
75
+ "@micromag/screens": "^0.4.7",
76
+ "@micromag/viewer": "^0.4.7",
77
+ "@panneau/uppy": "^4.0.21",
78
78
  "classnames": "^2.2.6",
79
79
  "lodash": "^4.17.23",
80
80
  "react-intl": "^8.1.3",
@@ -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
  }