Plugin Directory

Changeset 3199252


Ignore:
Timestamp:
11/29/2024 07:13:30 AM (3 months ago)
Author:
inc2734
Message:

Version up. v10.0.6

Location:
snow-monkey-editor/trunk
Files:
4 added
2 deleted
5 edited

Legend:

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

    r3120903 r3199252  
    4343        );
    4444
     45        /**
     46         * Front only.
     47         */
     48        if ( ! is_admin() ) {
     49            wp_enqueue_style(
     50                'snow-monkey-editor@front',
     51                SNOW_MONKEY_EDITOR_URL . '/dist/css/front.css',
     52                array(),
     53                filemtime( SNOW_MONKEY_EDITOR_PATH . '/dist/css/front.css' )
     54            );
     55        }
     56
     57        /**
     58         * Admin only.
     59         */
    4560        if ( is_admin() ) {
    4661            $asset = include SNOW_MONKEY_EDITOR_PATH . '/dist/js/editor.asset.php';
  • snow-monkey-editor/trunk/dist/css/app.css

    r3134282 r3199252  
    1 @charset "UTF-8";@media not all and (min-width:640px){.sme-hidden-sm:where(:not(.wp-block)){display:none!important}}@media (min-width:640px) and (max-width:1023.9px){.sme-hidden-md:where(:not(.wp-block)){display:none!important}}@media (min-width:1024px){.sme-hidden-lg-up:where(:not(.wp-block)){display:none!important}}.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: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)}
  • snow-monkey-editor/trunk/readme.txt

    r3183004 r3199252  
    44Tags: gutenberg, block, blocks, editor, gutenberg blocks, page builder
    55Requires at least: 6.6
    6 Tested up to: 6.7-rc1
    7 Stable tag: 10.0.5
     6Tested up to: 6.7
     7Stable tag: 10.0.6
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    193193== Changelog ==
    194194
     195= 10.0.6 =
     196* Fixed a bug that the `<ServerSideRender />` in `<Disabled />` disappears without becoming transparent when the display settings (window size) are set.
     197
    195198= 10.0.5 =
    196199* WordPress 6.7 compatible.
  • snow-monkey-editor/trunk/snow-monkey-editor.php

    r3183004 r3199252  
    22/**
    33 * Plugin name: Snow Monkey Editor
    4  * Version: 10.0.5
     4 * Version: 10.0.6
    55 * Description: Extends gutenberg block editor
    66 * Author: inc2734
  • snow-monkey-editor/trunk/src/css/app.scss

    r3134282 r3199252  
    1 @use '../extension/app' as *;
    21@use '../format/app' as *;
    32@use '../style/app' as *;
Note: See TracChangeset for help on using the changeset viewer.