Plugin Directory

Changeset 3228079


Ignore:
Timestamp:
01/24/2025 01:54:10 PM (6 weeks ago)
Author:
inc2734
Message:

Version up. v10.1.2

Location:
snow-monkey-editor/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • snow-monkey-editor/trunk/App/Setup/Assets.php

    r3199252 r3228079  
    3939            'snow-monkey-editor',
    4040            SNOW_MONKEY_EDITOR_URL . '/dist/css/app.css',
    41             array(),
     41            Editor\is_pro()
     42                ? array( 'snow-monkey-app' )
     43                : array(),
    4244            filemtime( SNOW_MONKEY_EDITOR_PATH . '/dist/css/app.css' )
    4345        );
  • snow-monkey-editor/trunk/dist/css/app.css

    r3199252 r3228079  
    1 @charset "UTF-8";.sme-badge{align-items:center;border-radius:var(--_global--border-radius);color:#fff;display:inline-flex;font-size:calc(1em - .125rem);font-weight:700;padding:.25em .5em;transform:translateY(-2px);vertical-align:middle;white-space:nowrap}.sme-br{display:inline;position:relative}@media (min-width:1024px){.sme-br--disable\:desktop br{display:none}}@media (min-width:640px) and (max-width:1023.9px){.sme-br--disable\:tablet br{display:none}}@media not all and (min-width:640px){.sme-br--disable\:mobile br{display:none}}.sme-font-size{display:inline-block}li>.sme-font-size{display:inline}.sme-highlighter{background-image:linear-gradient(#0000 60%,#fff10080 0)}.sme-line-height{display:inline-block}li>.sme-line-height{display:inline}:root :where(.wp-block-group.is-style-sme-alert),:root :where(.wp-block-group.is-style-sme-alert-remark),:root :where(.wp-block-group.is-style-sme-alert-success),:root :where(.wp-block-group.is-style-sme-alert-warning),:root :where(p.is-style-sme-alert),:root :where(p.is-style-sme-alert-remark),:root :where(p.is-style-sme-alert-success),:root :where(p.is-style-sme-alert-warning){--sme-alert--border-radius:var(--_global--border-radius);--sme-alert--padding:var(--_padding1);--sme-alert--background-color:#0000;--sme-alert--border:1px solid var(--_lighter-color-gray);--sme-alert--color:currentColor;--sme-alert--icon:none;--sme-alert--icon-size:24px;background-color:var(--sme-alert--background-color);border:var(--sme-alert--border);border-radius:var(--sme-alert--border-radius);color:var(--sme-alert--color);display:block;padding:calc(var(--sme-alert--padding)*2 + var(--sme-alert--icon-size)) var(--sme-alert--padding) var(--sme-alert--padding);position:relative}@media (min-width:640px){:root :where(.wp-block-group.is-style-sme-alert),:root :where(.wp-block-group.is-style-sme-alert-remark),:root :where(.wp-block-group.is-style-sme-alert-success),:root :where(.wp-block-group.is-style-sme-alert-warning),:root :where(p.is-style-sme-alert),:root :where(p.is-style-sme-alert-remark),:root :where(p.is-style-sme-alert-success),:root :where(p.is-style-sme-alert-warning){padding:var(--sme-alert--padding) var(--sme-alert--padding) var(--sme-alert--padding) calc(var(--sme-alert--padding)*2 + var(--sme-alert--icon-size))}}:root :where(.wp-block-group.is-style-sme-alert):before,:root :where(.wp-block-group.is-style-sme-alert-remark):before,:root :where(.wp-block-group.is-style-sme-alert-success):before,:root :where(.wp-block-group.is-style-sme-alert-warning):before,:root :where(p.is-style-sme-alert):before,:root :where(p.is-style-sme-alert-remark):before,:root :where(p.is-style-sme-alert-success):before,:root :where(p.is-style-sme-alert-warning):before{background-image:var(--sme-alert--icon);background-position:50% 50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:var(--sme-alert--icon-size);left:50%;position:absolute;top:var(--_padding1);transform:translateX(-50%);width:var(--sme-alert--icon-size)}@media (min-width:640px){:root :where(.wp-block-group.is-style-sme-alert):before,:root :where(.wp-block-group.is-style-sme-alert-remark):before,:root :where(.wp-block-group.is-style-sme-alert-success):before,:root :where(.wp-block-group.is-style-sme-alert-warning):before,:root :where(p.is-style-sme-alert):before,:root :where(p.is-style-sme-alert-remark):before,:root :where(p.is-style-sme-alert-success):before,:root :where(p.is-style-sme-alert-warning):before{left:var(--_padding1);top:50%;transform:translateY(-50%)}}:root :where(.wp-block-group.is-style-sme-alert),:root :where(p.is-style-sme-alert){--sme-alert--background-color:#fff9e6;--sme-alert--border:1px solid #fff3cd;--sme-alert--color:#5a4d26;--sme-alert--icon:url(../../src/style/alert/icon.svg)}:root :where(.wp-block-group.is-style-sme-alert-success),:root :where(p.is-style-sme-alert-success){--sme-alert--background-color:#f4ffe6;--sme-alert--border:1px solid #dfffb3;--sme-alert--color:#28321b;--sme-alert--icon:url(../../src/style/alert-success/icon.svg)}:root :where(.wp-block-group.is-style-sme-alert-warning),:root :where(p.is-style-sme-alert-warning){--sme-alert--background-color:#ffede6;--sme-alert--border:1px solid #ffdacd;--sme-alert--color:#5a3426;--sme-alert--icon:url(../../src/style/alert-warning/icon.svg)}:root :where(.wp-block-group.is-style-sme-alert-remark),:root :where(p.is-style-sme-alert-remark){--sme-alert--background-color:var(--_lightest-color-gray);--sme-alert--border:1px solid var(--_lighter-color-gray);--sme-alert--icon:url(../../src/style/alert-remark/icon.svg)}:root :where(.wp-block-code.is-style-sme-block-code-nowrap){overflow:auto;white-space:pre!important}:root :where(.wp-block-code.is-style-sme-block-code-nowrap) :where(code){display:table!important;white-space:inherit!important;width:100%}:root :where(.wp-block-code.is-style-sme-block-code-wrap){overflow:auto;white-space:pre-wrap!important}:root :where(.wp-block-code.is-style-sme-block-code-wrap) :where(code){display:block!important;white-space:inherit!important}:root :where(.wp-block-image.is-style-sme-fluid-shape-1 img),:root :where(.wp-block-image.is-style-sme-fluid-shape-2 img),:root :where(.wp-block-image.is-style-sme-fluid-shape-3 img),:root :where(.wp-block-media-text.is-style-sme-fluid-shape-1>.wp-block-media-text__media img),:root :where(.wp-block-media-text.is-style-sme-fluid-shape-2>.wp-block-media-text__media img),:root :where(.wp-block-media-text.is-style-sme-fluid-shape-3>.wp-block-media-text__media img){-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}:root :where(.wp-block-image.is-style-sme-fluid-shape-1 img),:root :where(.wp-block-media-text.is-style-sme-fluid-shape-1>.wp-block-media-text__media img){-webkit-mask-image:url(../../src/style/fluid-shape-1/shape.svg);mask-image:url(../../src/style/fluid-shape-1/shape.svg)}:root :where(.wp-block-image.is-style-sme-fluid-shape-2 img),:root :where(.wp-block-media-text.is-style-sme-fluid-shape-2>.wp-block-media-text__media img){-webkit-mask-image:url(../../src/style/fluid-shape-2/shape.svg);mask-image:url(../../src/style/fluid-shape-2/shape.svg)}:root :where(.wp-block-image.is-style-sme-fluid-shape-3 img),:root :where(.wp-block-media-text.is-style-sme-fluid-shape-3>.wp-block-media-text__media img){-webkit-mask-image:url(../../src/style/fluid-shape-3/shape.svg);mask-image:url(../../src/style/fluid-shape-3/shape.svg)}:root :where(.wp-block-list.is-style-sme-list-arrow){list-style:none;padding-left:1.5em}:root :where(.wp-block-list.is-style-sme-list-arrow) :where(li){position:relative}:root :where(.wp-block-list.is-style-sme-list-arrow) :where(li):before{border-color:#ff6e3b;border-style:solid;border-width:0 2px 2px 0;content:"";display:block;height:6px;left:calc(-1.5em + 7px);position:absolute;top:calc(var(--_half-leading)*1rem + 4px);transform:rotate(-45deg);width:6px}:root :where(.wp-block-list.is-style-sme-list-arrow) :where(li):after{border:solid #ff6e3b;border-width:2px 0 0;content:"";height:0;left:calc(-1.5em + 5px);position:absolute;top:calc(var(--_half-leading)*1rem + 6px);width:8px}:root :where(.wp-block-list.is-style-sme-list-check){list-style:none;padding-left:1.5em}:root :where(.wp-block-list.is-style-sme-list-check) :where(li){position:relative}:root :where(.wp-block-list.is-style-sme-list-check) :where(li):before{border-color:#75cd00;border-style:solid;border-width:0 0 2px 2px;content:"";display:block;height:6px;left:calc(-1.5em + 5px);position:absolute;top:calc(var(--_half-leading)*1rem + 3px);transform:rotate(-45deg);width:8px}:root :where(.wp-block-list.is-style-sme-list-remark){list-style:none;padding-left:1.5em}:root :where(.wp-block-list.is-style-sme-list-remark) :where(li){position:relative}:root :where(.wp-block-list.is-style-sme-list-remark) :where(li):before{content:"※";left:calc(-1.5em + 2px);position:absolute}:root :where(.wp-block-list.is-style-sme-list-times){list-style:none;padding-left:1.5em}:root :where(.wp-block-list.is-style-sme-list-times) :where(li){position:relative}:root :where(.wp-block-list.is-style-sme-list-times) :where(li):after,:root :where(.wp-block-list.is-style-sme-list-times) :where(li):before{border:solid #cd3500;border-width:0 0 2px;content:"";height:0;left:calc(-1.5em + 5px);position:absolute;top:calc(var(--_half-leading)*1rem + 6px);width:10px}:root :where(.wp-block-list.is-style-sme-list-times) :where(li):before{transform:rotate(45deg)}:root :where(.wp-block-list.is-style-sme-list-times) :where(li):after{transform:rotate(-45deg)}:root :where(.wp-block-list.is-style-sme-ordered-list-circle),:root :where(.wp-block-list.is-style-sme-ordered-list-square){counter-reset:sme-count 0;list-style:none;margin-left:0;padding-left:var(--_padding1)}:root :where(.wp-block-list.is-style-sme-ordered-list-circle) :where(li),:root :where(.wp-block-list.is-style-sme-ordered-list-square) :where(li){position:relative}:root :where(.wp-block-list.is-style-sme-ordered-list-circle) :where(li):before,:root :where(.wp-block-list.is-style-sme-ordered-list-square) :where(li):before{align-items:center;content:counter(sme-count);counter-increment:sme-count 1;display:flex;justify-content:center;position:absolute}:root :where(ol.is-style-sme-ordered-list-circle[reversed]),:root :where(ol.is-style-sme-ordered-list-square[reversed]){counter-reset:sme-count 1}:root :where(ol.is-style-sme-ordered-list-circle[reversed])>:where(li):before,:root :where(ol.is-style-sme-ordered-list-square[reversed])>:where(li):before{counter-increment:sme-count -1}:root :where(.wp-block-list.is-style-sme-ordered-list-circle) :where(li):before{background-color:var(--_lighter-color-gray);border-radius:100%;font-size:12px;height:20px;left:calc(-1.8em - 6px);top:calc(var(--_half-leading)*1rem/2);width:20px}:root :where(.wp-block-list.is-style-sme-ordered-list-square) :where(li):before{background-color:var(--_lighter-color-gray);font-size:12px;height:20px;left:calc(-1.8em - 6px);top:calc(var(--_half-leading)*1rem/2);width:20px}:root :where(p.is-style-sme-post-it){--sme-post-it--background-color:#ffd03b;--sme-post-it--dog-year-size:1.8rem;background-color:var(--sme-post-it--background-color);margin-bottom:var(--sme-post-it--dog-year-size)!important;padding:var(--_padding1) var(--_padding1) 0;position:relative;width:fit-content}:root :where(p.is-style-sme-post-it):not(:last-child){margin-bottom:calc(var(--sme-post-it--dog-year-size) + var(--_margin1))!important}:root :where(p.is-style-sme-post-it):before{border-color:var(--_lighter-color-gray) #0000;border-style:solid;border-width:var(--sme-post-it--dog-year-size) var(--sme-post-it--dog-year-size) 0 0;content:"";display:block;position:absolute;right:0;top:100%}:root :where(p.is-style-sme-post-it):after{background-color:inherit;content:"";display:block;height:var(--sme-post-it--dog-year-size);left:0;position:absolute;right:var(--sme-post-it--dog-year-size);top:calc(100% - 1px)}:root :where(p.is-style-sme-post-it).has-text-align-center{margin-left:auto;margin-right:auto}:root :where(p.is-style-sme-post-it).has-text-align-right{margin-left:auto;margin-right:0}:root :where(p.is-style-sme-post-it-narrow){--sme-post-it-narrow--background-color:#fff;--sme-post-it-narrow--line-size:.45rem;--sme-post-it-narrow--line-color:#ff6e3b;background-color:var(--sme-post-it-narrow--background-color);box-shadow:1px 2px 6px #0000001a;padding:var(--_padding-2) var(--_padding-1) var(--_padding-2) calc(var(--_padding-1) + var(--sme-post-it-narrow--line-size));position:relative;width:fit-content;z-index:1}:root :where(p.is-style-sme-post-it-narrow):after{background-color:var(--sme-post-it-narrow--line-color);bottom:0;content:"";display:block;left:0;position:absolute;top:0;width:var(--sme-post-it-narrow--line-size)}:root :where(p.is-style-sme-post-it-narrow).has-text-align-center{margin-left:auto;margin-right:auto}:root :where(p.is-style-sme-post-it-narrow).has-text-align-right{margin-left:auto;margin-right:0}:root :where(p.is-style-sme-speech),:root :where(p.is-style-sme-speech-left),:root :where(p.is-style-sme-speech-right),:root :where(p.is-style-sme-speech-top){--sme-speech--background-color:var(--_lighter-color-gray);--sme-speech--border-radius:var(--_global--border-radius);--sme-speech--triangle-size:14px;background-color:var(--sme-speech--background-color);border-radius:var(--sme-speech--border-radius);padding:var(--_padding-1) var(--_padding1);position:relative;width:fit-content}:root :where(p.is-style-sme-speech):before,:root :where(p.is-style-sme-speech-left):before,:root :where(p.is-style-sme-speech-right):before,:root :where(p.is-style-sme-speech-top):before{background-color:inherit;content:"";height:var(--sme-speech--triangle-size);position:absolute;transform:rotate(45deg);width:var(--sme-speech--triangle-size)}:root :where(p.is-style-sme-speech){text-align:left}:root :where(p.is-style-sme-speech):before{left:var(--_s1);top:calc(100% - var(--sme-speech--triangle-size)/2)}:root :where(p.is-style-sme-speech).has-text-align-center:before{left:calc(50% - var(--sme-speech--triangle-size)/2)}:root :where(p.is-style-sme-speech).has-text-align-right:before{left:auto;right:var(--_s1)}:root :where(p.is-style-sme-speech-top){text-align:left}:root :where(p.is-style-sme-speech-top):before{bottom:calc(100% - var(--sme-speech--triangle-size)/2);left:var(--_s1)}:root :where(p.is-style-sme-speech-top).has-text-align-center:before{left:calc(50% - var(--sme-speech--triangle-size)/2)}:root :where(p.is-style-sme-speech-top).has-text-align-right:before{left:auto;right:var(--_s1)}:root :where(p.is-style-sme-speech-right):before{left:calc(100% - var(--sme-speech--triangle-size)/2);top:calc(50% - var(--sme-speech--triangle-size)/2)}:root :where(p.is-style-sme-speech-left):before{right:calc(100% - var(--sme-speech--triangle-size)/2);top:calc(50% - var(--sme-speech--triangle-size)/2)}
     1@charset "UTF-8";.sme-badge{align-items:center;border-radius:var(--_global--border-radius);color:#fff;display:inline-flex;font-size:calc(1em - .125rem);font-weight:700;padding:.25em .5em;transform:translateY(-2px);vertical-align:middle;white-space:nowrap}.sme-br{display:inline;position:relative}@media (min-width:1024px){.sme-br--disable\:desktop br{display:none}}@media (min-width:640px) and (max-width:1023.9px){.sme-br--disable\:tablet br{display:none}}@media not all and (min-width:640px){.sme-br--disable\:mobile br{display:none}}.sme-font-size{display:inline-block}li>.sme-font-size{display:inline}.sme-highlighter{background-image:linear-gradient(#0000 60%,#fff10080 0)}.sme-line-height{display:inline-block}li>.sme-line-height{display:inline}:root :where(.wp-block-group.is-style-sme-alert),:root :where(.wp-block-group.is-style-sme-alert-remark),:root :where(.wp-block-group.is-style-sme-alert-success),:root :where(.wp-block-group.is-style-sme-alert-warning),:root :where(p.is-style-sme-alert),:root :where(p.is-style-sme-alert-remark),:root :where(p.is-style-sme-alert-success),:root :where(p.is-style-sme-alert-warning){--sme-alert--border-radius:var(--_global--border-radius);--sme-alert--padding:var(--_padding1);--sme-alert--background-color:#0000;--sme-alert--border:1px solid var(--_lighter-color-gray);--sme-alert--color:currentColor;--sme-alert--icon:none;--sme-alert--icon-size:24px;background-color:var(--sme-alert--background-color);border:var(--sme-alert--border);border-radius:var(--sme-alert--border-radius);color:var(--sme-alert--color);display:block;padding-bottom:var(--sme-alert--padding);padding-left:var(--sme-alert--padding);padding-right:var(--sme-alert--padding);position:relative}@media not all and (min-width:640px){:root :where(.wp-block-group.is-style-sme-alert),:root :where(.wp-block-group.is-style-sme-alert-remark),:root :where(.wp-block-group.is-style-sme-alert-success),:root :where(.wp-block-group.is-style-sme-alert-warning),:root :where(p.is-style-sme-alert),:root :where(p.is-style-sme-alert-remark),:root :where(p.is-style-sme-alert-success),:root :where(p.is-style-sme-alert-warning){padding-top:calc(var(--sme-alert--padding)*2 + var(--sme-alert--icon-size))!important}}@media (min-width:640px){:root :where(.wp-block-group.is-style-sme-alert),:root :where(.wp-block-group.is-style-sme-alert-remark),:root :where(.wp-block-group.is-style-sme-alert-success),:root :where(.wp-block-group.is-style-sme-alert-warning),:root :where(p.is-style-sme-alert),:root :where(p.is-style-sme-alert-remark),:root :where(p.is-style-sme-alert-success),:root :where(p.is-style-sme-alert-warning){padding-bottom:var(--sme-alert--padding);padding-left:calc(var(--sme-alert--padding)*2 + var(--sme-alert--icon-size))!important;padding-right:var(--sme-alert--padding);padding-top:var(--sme-alert--padding)}}:root :where(.wp-block-group.is-style-sme-alert):before,:root :where(.wp-block-group.is-style-sme-alert-remark):before,:root :where(.wp-block-group.is-style-sme-alert-success):before,:root :where(.wp-block-group.is-style-sme-alert-warning):before,:root :where(p.is-style-sme-alert):before,:root :where(p.is-style-sme-alert-remark):before,:root :where(p.is-style-sme-alert-success):before,:root :where(p.is-style-sme-alert-warning):before{background-image:var(--sme-alert--icon);background-position:50% 50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:var(--sme-alert--icon-size);left:50%;position:absolute;top:var(--_padding1);transform:translateX(-50%);width:var(--sme-alert--icon-size)}@media (min-width:640px){:root :where(.wp-block-group.is-style-sme-alert):before,:root :where(.wp-block-group.is-style-sme-alert-remark):before,:root :where(.wp-block-group.is-style-sme-alert-success):before,:root :where(.wp-block-group.is-style-sme-alert-warning):before,:root :where(p.is-style-sme-alert):before,:root :where(p.is-style-sme-alert-remark):before,:root :where(p.is-style-sme-alert-success):before,:root :where(p.is-style-sme-alert-warning):before{left:var(--_padding1);top:50%;transform:translateY(-50%)}}:root :where(.wp-block-group.is-style-sme-alert),:root :where(p.is-style-sme-alert){--sme-alert--background-color:#fff9e6;--sme-alert--border:1px solid #fff3cd;--sme-alert--color:#5a4d26;--sme-alert--icon:url(../../src/style/alert/icon.svg)}:root :where(.wp-block-group.is-style-sme-alert-success),:root :where(p.is-style-sme-alert-success){--sme-alert--background-color:#f4ffe6;--sme-alert--border:1px solid #dfffb3;--sme-alert--color:#28321b;--sme-alert--icon:url(../../src/style/alert-success/icon.svg)}:root :where(.wp-block-group.is-style-sme-alert-warning),:root :where(p.is-style-sme-alert-warning){--sme-alert--background-color:#ffede6;--sme-alert--border:1px solid #ffdacd;--sme-alert--color:#5a3426;--sme-alert--icon:url(../../src/style/alert-warning/icon.svg)}:root :where(.wp-block-group.is-style-sme-alert-remark),:root :where(p.is-style-sme-alert-remark){--sme-alert--background-color:var(--_lightest-color-gray);--sme-alert--border:1px solid var(--_lighter-color-gray);--sme-alert--icon:url(../../src/style/alert-remark/icon.svg)}:root :where(.wp-block-code.is-style-sme-block-code-nowrap){overflow:auto;white-space:pre!important}:root :where(.wp-block-code.is-style-sme-block-code-nowrap) :where(code){display:table!important;white-space:inherit!important;width:100%}:root :where(.wp-block-code.is-style-sme-block-code-wrap){overflow:auto;white-space:pre-wrap!important}:root :where(.wp-block-code.is-style-sme-block-code-wrap) :where(code){display:block!important;white-space:inherit!important}:root :where(.wp-block-image.is-style-sme-fluid-shape-1 img),:root :where(.wp-block-image.is-style-sme-fluid-shape-2 img),:root :where(.wp-block-image.is-style-sme-fluid-shape-3 img),:root :where(.wp-block-media-text.is-style-sme-fluid-shape-1>.wp-block-media-text__media img),:root :where(.wp-block-media-text.is-style-sme-fluid-shape-2>.wp-block-media-text__media img),:root :where(.wp-block-media-text.is-style-sme-fluid-shape-3>.wp-block-media-text__media img){-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}:root :where(.wp-block-image.is-style-sme-fluid-shape-1 img),:root :where(.wp-block-media-text.is-style-sme-fluid-shape-1>.wp-block-media-text__media img){-webkit-mask-image:url(../../src/style/fluid-shape-1/shape.svg);mask-image:url(../../src/style/fluid-shape-1/shape.svg)}:root :where(.wp-block-image.is-style-sme-fluid-shape-2 img),:root :where(.wp-block-media-text.is-style-sme-fluid-shape-2>.wp-block-media-text__media img){-webkit-mask-image:url(../../src/style/fluid-shape-2/shape.svg);mask-image:url(../../src/style/fluid-shape-2/shape.svg)}:root :where(.wp-block-image.is-style-sme-fluid-shape-3 img),:root :where(.wp-block-media-text.is-style-sme-fluid-shape-3>.wp-block-media-text__media img){-webkit-mask-image:url(../../src/style/fluid-shape-3/shape.svg);mask-image:url(../../src/style/fluid-shape-3/shape.svg)}:root :where(.wp-block-list.is-style-sme-list-arrow){list-style:none;padding-left:1.5em}:root :where(.wp-block-list.is-style-sme-list-arrow) :where(li){position:relative}:root :where(.wp-block-list.is-style-sme-list-arrow) :where(li):before{border-color:#ff6e3b;border-style:solid;border-width:0 2px 2px 0;content:"";display:block;height:6px;left:calc(-1.5em + 7px);position:absolute;top:calc(var(--_half-leading)*1rem + 4px);transform:rotate(-45deg);width:6px}:root :where(.wp-block-list.is-style-sme-list-arrow) :where(li):after{border:solid #ff6e3b;border-width:2px 0 0;content:"";height:0;left:calc(-1.5em + 5px);position:absolute;top:calc(var(--_half-leading)*1rem + 6px);width:8px}:root :where(.wp-block-list.is-style-sme-list-check){list-style:none;padding-left:1.5em}:root :where(.wp-block-list.is-style-sme-list-check) :where(li){position:relative}:root :where(.wp-block-list.is-style-sme-list-check) :where(li):before{border-color:#75cd00;border-style:solid;border-width:0 0 2px 2px;content:"";display:block;height:6px;left:calc(-1.5em + 5px);position:absolute;top:calc(var(--_half-leading)*1rem + 3px);transform:rotate(-45deg);width:8px}:root :where(.wp-block-list.is-style-sme-list-remark){list-style:none;padding-left:1.5em}:root :where(.wp-block-list.is-style-sme-list-remark) :where(li){position:relative}:root :where(.wp-block-list.is-style-sme-list-remark) :where(li):before{content:"※";left:calc(-1.5em + 2px);position:absolute}:root :where(.wp-block-list.is-style-sme-list-times){list-style:none;padding-left:1.5em}:root :where(.wp-block-list.is-style-sme-list-times) :where(li){position:relative}:root :where(.wp-block-list.is-style-sme-list-times) :where(li):after,:root :where(.wp-block-list.is-style-sme-list-times) :where(li):before{border:solid #cd3500;border-width:0 0 2px;content:"";height:0;left:calc(-1.5em + 5px);position:absolute;top:calc(var(--_half-leading)*1rem + 6px);width:10px}:root :where(.wp-block-list.is-style-sme-list-times) :where(li):before{transform:rotate(45deg)}:root :where(.wp-block-list.is-style-sme-list-times) :where(li):after{transform:rotate(-45deg)}:root :where(.wp-block-list.is-style-sme-ordered-list-circle),:root :where(.wp-block-list.is-style-sme-ordered-list-square){counter-reset:sme-count 0;list-style:none;margin-left:0;padding-left:var(--_padding1)}:root :where(.wp-block-list.is-style-sme-ordered-list-circle) :where(li),:root :where(.wp-block-list.is-style-sme-ordered-list-square) :where(li){position:relative}:root :where(.wp-block-list.is-style-sme-ordered-list-circle) :where(li):before,:root :where(.wp-block-list.is-style-sme-ordered-list-square) :where(li):before{align-items:center;content:counter(sme-count);counter-increment:sme-count 1;display:flex;justify-content:center;position:absolute}:root :where(ol.is-style-sme-ordered-list-circle[reversed]),:root :where(ol.is-style-sme-ordered-list-square[reversed]){counter-reset:sme-count 1}:root :where(ol.is-style-sme-ordered-list-circle[reversed])>:where(li):before,:root :where(ol.is-style-sme-ordered-list-square[reversed])>:where(li):before{counter-increment:sme-count -1}:root :where(.wp-block-list.is-style-sme-ordered-list-circle) :where(li):before{background-color:var(--_lighter-color-gray);border-radius:100%;font-size:12px;height:20px;left:calc(-1.8em - 6px);top:calc(var(--_half-leading)*1rem/2);width:20px}:root :where(.wp-block-list.is-style-sme-ordered-list-square) :where(li):before{background-color:var(--_lighter-color-gray);font-size:12px;height:20px;left:calc(-1.8em - 6px);top:calc(var(--_half-leading)*1rem/2);width:20px}:root :where(p.is-style-sme-post-it){--sme-post-it--background-color:#ffd03b;--sme-post-it--dog-year-size:1.8rem;background-color:var(--sme-post-it--background-color);margin-bottom:var(--sme-post-it--dog-year-size)!important;padding:var(--_padding1) var(--_padding1) 0;position:relative;width:fit-content}:root :where(p.is-style-sme-post-it):not(:last-child){margin-bottom:calc(var(--sme-post-it--dog-year-size) + var(--_margin1))!important}:root :where(p.is-style-sme-post-it):before{border-color:var(--_lighter-color-gray) #0000;border-style:solid;border-width:var(--sme-post-it--dog-year-size) var(--sme-post-it--dog-year-size) 0 0;content:"";display:block;position:absolute;right:0;top:100%}:root :where(p.is-style-sme-post-it):after{background-color:inherit;content:"";display:block;height:var(--sme-post-it--dog-year-size);left:0;position:absolute;right:var(--sme-post-it--dog-year-size);top:calc(100% - 1px)}:root :where(p.is-style-sme-post-it).has-text-align-center{margin-left:auto;margin-right:auto}:root :where(p.is-style-sme-post-it).has-text-align-right{margin-left:auto;margin-right:0}:root :where(p.is-style-sme-post-it-narrow){--sme-post-it-narrow--background-color:#fff;--sme-post-it-narrow--line-size:.45rem;--sme-post-it-narrow--line-color:#ff6e3b;background-color:var(--sme-post-it-narrow--background-color);box-shadow:1px 2px 6px #0000001a;padding:var(--_padding-2) var(--_padding-1) var(--_padding-2) calc(var(--_padding-1) + var(--sme-post-it-narrow--line-size));position:relative;width:fit-content;z-index:1}:root :where(p.is-style-sme-post-it-narrow):after{background-color:var(--sme-post-it-narrow--line-color);bottom:0;content:"";display:block;left:0;position:absolute;top:0;width:var(--sme-post-it-narrow--line-size)}:root :where(p.is-style-sme-post-it-narrow).has-text-align-center{margin-left:auto;margin-right:auto}:root :where(p.is-style-sme-post-it-narrow).has-text-align-right{margin-left:auto;margin-right:0}:root :where(p.is-style-sme-speech),:root :where(p.is-style-sme-speech-left),:root :where(p.is-style-sme-speech-right),:root :where(p.is-style-sme-speech-top){--sme-speech--background-color:var(--_lighter-color-gray);--sme-speech--border-radius:var(--_global--border-radius);--sme-speech--triangle-size:14px;background-color:var(--sme-speech--background-color);border-radius:var(--sme-speech--border-radius);padding:var(--_padding-1) var(--_padding1);position:relative;width:fit-content}:root :where(p.is-style-sme-speech):before,:root :where(p.is-style-sme-speech-left):before,:root :where(p.is-style-sme-speech-right):before,:root :where(p.is-style-sme-speech-top):before{background-color:inherit;content:"";height:var(--sme-speech--triangle-size);position:absolute;transform:rotate(45deg);width:var(--sme-speech--triangle-size)}:root :where(p.is-style-sme-speech){text-align:left}:root :where(p.is-style-sme-speech):before{left:var(--_s1);top:calc(100% - var(--sme-speech--triangle-size)/2)}:root :where(p.is-style-sme-speech).has-text-align-center:before{left:calc(50% - var(--sme-speech--triangle-size)/2)}:root :where(p.is-style-sme-speech).has-text-align-right:before{left:auto;right:var(--_s1)}:root :where(p.is-style-sme-speech-top){text-align:left}:root :where(p.is-style-sme-speech-top):before{bottom:calc(100% - var(--sme-speech--triangle-size)/2);left:var(--_s1)}:root :where(p.is-style-sme-speech-top).has-text-align-center:before{left:calc(50% - var(--sme-speech--triangle-size)/2)}:root :where(p.is-style-sme-speech-top).has-text-align-right:before{left:auto;right:var(--_s1)}:root :where(p.is-style-sme-speech-right):before{left:calc(100% - var(--sme-speech--triangle-size)/2);top:calc(50% - var(--sme-speech--triangle-size)/2)}:root :where(p.is-style-sme-speech-left):before{right:calc(100% - var(--sme-speech--triangle-size)/2);top:calc(50% - var(--sme-speech--triangle-size)/2)}
  • snow-monkey-editor/trunk/readme.txt

    r3222617 r3228079  
    55Requires at least: 6.6
    66Tested up to: 6.7
    7 Stable tag: 10.1.1
     7Stable tag: 10.1.2
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    193193== Changelog ==
    194194
     195= 10.1.2 =
     196* Fixed a bug where the layout would collapse when setting the background color and padding of a block with alert block style set.
     197
    195198= 10.1.1 =
    196199* Improved popover display when there are many roles in "Edit lock (by role)" and "Display settings (by role)".
  • snow-monkey-editor/trunk/snow-monkey-editor.php

    r3222617 r3228079  
    22/**
    33 * Plugin name: Snow Monkey Editor
    4  * Version: 10.1.1
     4 * Version: 10.1.2
    55 * Description: Extends gutenberg block editor
    66 * Author: inc2734
  • snow-monkey-editor/trunk/src/css/core/placeholder/_alert.scss

    r3134282 r3228079  
    1616    border-radius: var(--sme-alert--border-radius);
    1717    color: var(--sme-alert--color);
    18     padding: calc(var(--sme-alert--padding) * 2 + var(--sme-alert--icon-size)) var(--sme-alert--padding) var(--sme-alert--padding);
     18    padding-right: var(--sme-alert--padding);
     19    padding-bottom: var(--sme-alert--padding);
     20    padding-left: var(--sme-alert--padding);
     21
     22    @include core.media-max(sm) {
     23        padding-top: calc(var(--sme-alert--padding) * 2 + var(--sme-alert--icon-size)) !important;
     24    }
    1925
    2026    @include core.media-min(md) {
    21         padding: var(--sme-alert--padding) var(--sme-alert--padding) var(--sme-alert--padding) calc(var(--sme-alert--padding) * 2 + var(--sme-alert--icon-size));
     27        padding-top: var(--sme-alert--padding);
     28        padding-right: var(--sme-alert--padding);
     29        padding-bottom: var(--sme-alert--padding);
     30        padding-left: calc(var(--sme-alert--padding) * 2 + var(--sme-alert--icon-size)) !important;
    2231    }
    2332
  • snow-monkey-editor/trunk/vendor/composer/InstalledVersions.php

    r3222617 r3228079  
    3232     */
    3333    private static $installed;
     34
     35    /**
     36     * @var bool
     37     */
     38    private static $installedIsLocalDir;
    3439
    3540    /**
     
    310315        self::$installed = $data;
    311316        self::$installedByVendor = array();
     317
     318        // when using reload, we disable the duplicate protection to ensure that self::$installed data is
     319        // always returned, but we cannot know whether it comes from the installed.php in __DIR__ or not,
     320        // so we have to assume it does not, and that may result in duplicate data being returned when listing
     321        // all installed packages for example
     322        self::$installedIsLocalDir = false;
    312323    }
    313324
     
    326337
    327338        if (self::$canGetVendors) {
     339            $selfDir = strtr(__DIR__, '\\', '/');
    328340            foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) {
     341                $vendorDir = strtr($vendorDir, '\\', '/');
    329342                if (isset(self::$installedByVendor[$vendorDir])) {
    330343                    $installed[] = self::$installedByVendor[$vendorDir];
     
    334347                    self::$installedByVendor[$vendorDir] = $required;
    335348                    $installed[] = $required;
    336                     if (strtr($vendorDir.'/composer', '\\', '/') === strtr(__DIR__, '\\', '/')) {
     349                    if (self::$installed === null && $vendorDir.'/composer' === $selfDir) {
    337350                        self::$installed = $required;
    338                         $copiedLocalDir = true;
     351                        self::$installedIsLocalDir = true;
    339352                    }
     353                }
     354                if (self::$installedIsLocalDir && $vendorDir.'/composer' === $selfDir) {
     355                    $copiedLocalDir = true;
    340356                }
    341357            }
Note: See TracChangeset for help on using the changeset viewer.