@elmethis/react 0.3.3 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ElmMermaid-BFqvHKdQ.js +71 -0
- package/lib/ElmMermaid-DDrDuDJ-.cjs +1 -0
- package/lib/index.react.cjs +1 -1
- package/lib/index.react.mjs +1357 -1175
- package/lib/style.css +1 -1
- package/lib-types/components/code/ElmCodeBlock.d.ts +3 -17
- package/lib-types/components/code/ElmCodeBlock.d.ts.map +1 -1
- package/lib-types/components/code/ElmKatex.d.ts +3 -1
- package/lib-types/components/code/ElmKatex.d.ts.map +1 -1
- package/lib-types/components/code/ElmMermaid.d.ts +3 -1
- package/lib-types/components/code/ElmMermaid.d.ts.map +1 -1
- package/lib-types/components/code/ElmShikiHighlighter.d.ts.map +1 -1
- package/lib-types/components/containments/ElmDesktopWindow.stories.d.ts.map +1 -1
- package/lib-types/components/containments/ElmModal.d.ts.map +1 -1
- package/lib-types/components/containments/ElmParallax.stories.d.ts.map +1 -1
- package/lib-types/components/containments/ElmSnackbar.d.ts.map +1 -1
- package/lib-types/components/containments/ElmToggle.d.ts +2 -5
- package/lib-types/components/containments/ElmToggle.d.ts.map +1 -1
- package/lib-types/components/data/ElmMultiProgress.d.ts.map +1 -1
- package/lib-types/components/data/ElmProgress.d.ts.map +1 -1
- package/lib-types/components/data/ElmStatusMessage.d.ts.map +1 -1
- package/lib-types/components/embed/ElmOEmbed.d.ts.map +1 -1
- package/lib-types/components/fallback/ElmRectangleWave.d.ts.map +1 -1
- package/lib-types/components/fallback/ElmUnsupportedBlock.d.ts +2 -2
- package/lib-types/components/fallback/ElmUnsupportedBlock.d.ts.map +1 -1
- package/lib-types/components/form/ElmButton.d.ts.map +1 -1
- package/lib-types/components/form/ElmCheckbox.d.ts.map +1 -1
- package/lib-types/components/form/ElmCheckbox.stories.d.ts.map +1 -1
- package/lib-types/components/form/ElmSelect.d.ts.map +1 -1
- package/lib-types/components/form/ElmSwitch.d.ts.map +1 -1
- package/lib-types/components/form/ElmTextField.d.ts.map +1 -1
- package/lib-types/components/form/ElmValidation.d.ts.map +1 -1
- package/lib-types/components/icon/ElmMdiIcon.d.ts +6 -2
- package/lib-types/components/icon/ElmMdiIcon.d.ts.map +1 -1
- package/lib-types/components/icon/ElmMdiIcon.stories.d.ts.map +1 -1
- package/lib-types/components/icon/ElmToggleTheme.d.ts.map +1 -1
- package/lib-types/components/media/ElmFile.d.ts +3 -7
- package/lib-types/components/media/ElmFile.d.ts.map +1 -1
- package/lib-types/components/media/ElmImage.d.ts +3 -7
- package/lib-types/components/media/ElmImage.d.ts.map +1 -1
- package/lib-types/components/navigation/ElmBookmark.d.ts +3 -7
- package/lib-types/components/navigation/ElmBookmark.d.ts.map +1 -1
- package/lib-types/components/navigation/ElmBreadcrumb.d.ts.map +1 -1
- package/lib-types/components/navigation/ElmPageTop.d.ts +1 -1
- package/lib-types/components/navigation/ElmPageTop.d.ts.map +1 -1
- package/lib-types/components/navigation/ElmTableOfContents.d.ts.map +1 -1
- package/lib-types/components/others/ElmColorSample.d.ts.map +1 -1
- package/lib-types/components/others/ElmCommandPalette.d.ts.map +1 -1
- package/lib-types/components/others/ElmJarkup.d.ts +29 -0
- package/lib-types/components/others/ElmJarkup.d.ts.map +1 -0
- package/lib-types/components/others/ElmJarkup.stories.d.ts +8 -0
- package/lib-types/components/others/ElmJarkup.stories.d.ts.map +1 -0
- package/lib-types/components/others/ElmJsonComponentRenderer.stories.d.ts.map +1 -1
- package/lib-types/components/others/ElmMarkdown.d.ts +15 -2
- package/lib-types/components/others/ElmMarkdown.d.ts.map +1 -1
- package/lib-types/components/others/ElmMarkdown.stories.d.ts.map +1 -1
- package/lib-types/components/others/ElmTyping.d.ts.map +1 -1
- package/lib-types/components/table/ElmTable.d.ts +3 -8
- package/lib-types/components/table/ElmTable.d.ts.map +1 -1
- package/lib-types/components/typography/ElmBlockQuote.d.ts +2 -2
- package/lib-types/components/typography/ElmBlockQuote.d.ts.map +1 -1
- package/lib-types/components/typography/ElmCallout.d.ts +2 -2
- package/lib-types/components/typography/ElmCallout.d.ts.map +1 -1
- package/lib-types/components/typography/ElmDivider.d.ts +2 -6
- package/lib-types/components/typography/ElmDivider.d.ts.map +1 -1
- package/lib-types/components/typography/ElmFragmentIdentifier.d.ts.map +1 -1
- package/lib-types/components/typography/ElmHeading.d.ts +2 -2
- package/lib-types/components/typography/ElmHeading.d.ts.map +1 -1
- package/lib-types/components/typography/ElmList.d.ts +2 -2
- package/lib-types/components/typography/ElmList.d.ts.map +1 -1
- package/lib-types/components/typography/ElmParagraph.d.ts +1 -1
- package/lib-types/components/typography/ElmParagraph.d.ts.map +1 -1
- package/lib-types/hooks/useElmethisTheme.d.ts.map +1 -1
- package/lib-types/lib.d.ts +14 -13
- package/lib-types/lib.d.ts.map +1 -1
- package/lib-types/styles/variables.d.ts +2 -1
- package/lib-types/styles/variables.d.ts.map +1 -1
- package/package.json +6 -1
package/lib/style.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
:root{--elmethis-color-primary:#b69545;--elmethis-text-color-light:#606875;--elmethis-text-color-dark:#b0b5be;--elmethis-text-background-color-light:#eff0f2;--elmethis-text-background-color-dark:#25282e;--elmethis-margin-block:0}._icon_k0isg_1{vertical-align:middle;height:1em;margin:0;padding:0;display:inline-block}._icon_k0isg_1::selection{filter:brightness(1000%);background-color:var(--color,#00000040)}[data-theme=dark] ._icon_k0isg_1{color:var(--color,#ffffffb3)}[data-theme=dark] ._icon_k0isg_1::selection{color:#000000b3;background-color:var(--color,#ffffff40)}._icon_18sdb_1{all:inherit}._icon_fs4e2_1{fill:var(--color,#555b67);transition:fill .2s}[data-theme=dark] ._icon_fs4e2_1{fill:var(--dark-color,#b0b5be)}@keyframes _bounce_1q92c_1{0%{transform:translateY(0%)scaleY(.3)scaleX(1.5)}10%{transform:scaleY(.8)scaleX(1.2)}to{transform:translateY(-400%)scaleY(1.1)}}._wrapper_1q92c_15{justify-content:space-around;align-items:flex-end;display:flex;position:relative}._dot_1q92c_22{background-color:#606875;border-radius:50%;width:20%;height:20%;transition:background-color .4s;animation-name:_bounce_1q92c_1;animation-duration:.4s;animation-timing-function:ease-out;animation-iteration-count:infinite;animation-direction:alternate}[data-theme=dark] ._dot_1q92c_22{background-color:#b0b5be}._dot_1q92c_22:last-of-type{animation-delay:-100ms}._dot_1q92c_22:nth-last-of-type(2){animation-delay:0s}._dot_1q92c_22:nth-last-of-type(3){animation-delay:.1s}@keyframes _appear_1yu3x_1{0%{transform:scale(0)}20%{transform:scale(0)}80%{transform:scale(1)}to{transform:scale(1)}}._wrapper_1yu3x_19{grid-template-columns:repeat(var(--dimensions), auto);grid-template-rows:repeat(var(--dimensions), auto);justify-content:start;margin:0;padding:0;display:grid}._square_1yu3x_28{width:calc(var(--size) / var(--dimensions));height:calc(var(--size) / var(--dimensions));animation-name:_appear_1yu3x_1;animation-iteration-count:infinite;animation-direction:alternate;animation-fill-mode:both;animation-duration:var(--duration);animation-delay:var(--delay);background-color:#606875}[data-theme=dark] ._square_1yu3x_28{background-color:#b0b5be}._icon_x4u0f_1{box-sizing:border-box;color:#555b67;cursor:pointer;background-color:#fff3;border-radius:50%;padding:.25rem;display:block;box-shadow:0 0 .125rem #0000004d}[data-theme=dark] ._icon_x4u0f_1{color:#b0b5be;background-color:#0003;box-shadow:0 0 .125rem #0009}@keyframes _loading_kn879_49{0%{background-position:200% 0}33%{background-position:100% 0}66%{background-position:100% 0}to{background-position:0 0}}._arrow_kn879_19{width:var(--size);height:var(--size);clip-path:polygon(50% 33%,0% 33%,0% 66%,50% 66%,50% 100%,100% 50%,50% 0%);background:linear-gradient(90deg,#000000b3 0 50%,#0003 50%) 0 0/200% 100%}[data-theme=dark] ._arrow_kn879_19{background:linear-gradient(90deg,#ffffffb3 0 50%,#fff3 50%) 0 0/200% 100%}._loading_kn879_49{animation-name:_loading_kn879_49;animation-duration:1.6s;animation-iteration-count:infinite}._normal_kn879_55{background:#000000b3;transition:background .4s}[data-theme=dark] ._normal_kn879_55{background:#ffffffb3}._pending_kn879_64{background:#0003;transition:background .4s}[data-theme=dark] ._pending_kn879_64{background:#fff3}._wrapper_1c6r3_1{all:unset;box-sizing:border-box;cursor:pointer;border-radius:.25rem;flex-direction:column;justify-content:space-around;align-items:center;width:5rem;height:5.5rem;padding:.5rem;transition:background-color .1s;display:flex}._wrapper_1c6r3_1:hover{background-color:#0000001a}[data-theme=dark] ._wrapper_1c6r3_1:hover{background-color:#ffffff1a}._favicon_1c6r3_24{width:2.5rem;height:2.5rem}._text_1c6r3_29{text-align:center;vertical-align:middle;text-overflow:ellipsis;width:4rem;line-height:.75rem;overflow:hidden}._text_1nnze_1{color:var(--elmethis-text-color-light)}._text_1nnze_1::selection{color:var(--elmethis-text-color-dark);background-color:var(--elmethis-text-background-color-dark)}[data-theme=dark] ._text_1nnze_1{color:var(--elmethis-text-color-dark)}[data-theme=dark] ._text_1nnze_1::selection{color:var(--elmethis-text-color-light);background-color:var(--elmethis-text-background-color-light)}._link_1nnze_19{all:unset;box-sizing:border-box;font-size:var(--font-size);cursor:pointer;color:#6987b8;border-radius:.125rem;align-items:center;gap:.25rem;padding:0 .25rem;transition:background-color .2s,color .2s,opacity .2s;display:inline-flex}._link_1nnze_19:hover{background-color:#6987b833;background-color:color(display-p3 .435598 .526028 .705864/.2);background-color:lab(55.4998% -1.05825 -29.4996/.2)}._link_1nnze_19:active{opacity:.5}._link_1nnze_19:visited{color:#9771bd;border-bottom:1px dashed #9771bd}._link_1nnze_19:visited:hover{background-color:#9771bd33;background-color:color(display-p3 .569265 .449109 .722424/.2);background-color:lab(53.8231% 26.6919 -34.5694/.2)}._cube_1merk_1{transform-style:preserve-3d;animation:1.5s linear infinite _elmethis-cube-icon-rotate_1merk_1;position:relative;transform:rotateX(-30deg)rotateY(-45deg)}._face_1merk_8{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;user-select:none;background-color:#fff3;border:1px solid #000000b3;border-radius:2px;justify-content:center;align-items:center;width:100%;height:100%;font-weight:700;display:flex;position:absolute}[data-theme=dark] ._face_1merk_8{background-color:#0003;border-color:#ffffffb3}@keyframes _elmethis-cube-icon-rotate_1merk_1{0%{transform:rotateX(-30deg)rotateY(-45deg)rotate(0)}to{transform:rotateX(-30deg)rotateY(315deg)rotate(360deg)}}._icon_140bn_1{box-sizing:border-box;cursor:pointer;border-radius:.25rem;padding:.25rem;transition:background-color .2s}._icon_140bn_1:hover{background-color:#0000001a}[data-theme=dark] ._icon_140bn_1:hover{background-color:#ffffff1a}._paragraph_1tutj_1{all:inherit;margin-block:var(--elmethis-margin-block)}._blockquote_1p25j_1{opacity:var(--opacity);box-sizing:border-box;background-color:#868e9c0d;border-left:4px solid #0003;margin:0;padding:1.5rem .5rem 1.5rem 1.5rem;transition:opacity .8s;position:relative}[data-theme=dark] ._blockquote_1p25j_1{border-left-color:#bec2ca33}._cite_1p25j_17{font-size:.75rem;line-height:.75rem;position:absolute;bottom:.5rem;right:2rem}._cite_1p25j_17 a{all:unset;color:#6987b8;cursor:pointer;border-radius:.125rem;padding:0 .25rem;transition:background-color .1s}._cite_1p25j_17 a:hover{background-color:#6987b826}._icon_1p25j_38{fill:#868e9c;width:1rem;height:1rem;margin:0;padding:0;position:absolute}._callout_n5scl_1{box-sizing:border-box;border-left:solid 4px var(--border-color);flex-direction:column;gap:.5rem;margin-block-start:2rem;margin-block-end:2rem;padding:.75rem 1rem;display:flex;position:relative}._callout_n5scl_1:before{z-index:-1;content:"";background-color:var(--bg-color);width:100%;height:100%;transform:scaleX(var(--scale));transform-origin:0;pointer-events:none;transition:transform .8s;position:absolute;top:0;left:0}._header_n5scl_27{align-items:center;gap:.5rem;display:flex}._divider_1jqyl_1{margin-block:var(--margin-block);width:100%;transform:scaleX(var(--scale));border:none;border-bottom:1px solid #555b67;transition:transform 1.2s;display:block;position:relative;overflow:visible}[data-theme=dark] ._divider_1jqyl_1{border-bottom-color:#bec2ca}._divider_1jqyl_1:before,._divider_1jqyl_1:after{content:"";background-color:#555b67;border-radius:50%;width:5px;height:5px;position:absolute;top:-2px}[data-theme=dark] :is(._divider_1jqyl_1:before,._divider_1jqyl_1:after){background-color:#bec2ca}._divider_1jqyl_1:before{left:0}._divider_1jqyl_1:after{right:0}._fragment_il7xb_1{color:#b69545;cursor:pointer;-webkit-user-select:none;user-select:none;opacity:1;border-radius:.125rem;justify-content:center;align-items:center;width:1rem;height:1rem;margin-inline-start:.5rem;padding:.125rem;font-size:1rem;transition:background-color .2s,opacity .1s,transform .1s;display:inline-flex}._fragment_il7xb_1:hover{background-color:#868e9c33}._fragment_il7xb_1:active{opacity:.5;transform:translate(1px)translateY(1px)}._heading-common_e13jl_1{font-size:var(--font-size);line-height:var(--font-size);opacity:var(--opacity);margin-block-start:1.5rem;margin-block-end:1.5rem;transition:color .4s,opacity .8s;position:relative}@keyframes _heading-stretch_e13jl_1{0%{transform:scaleX(0)}to{transform:scaleX(1)}}._h1_e13jl_22:after{content:"";width:100%;height:.25px;transform:scaleX(var(--scale));background-color:#00000080;transition:transform .8s;position:absolute;bottom:-10px;left:0}[data-theme=dark] :is(._h1_e13jl_22:after){background-color:#ffffff80}._h1_e13jl_22:before{content:"";width:10%;height:2px;transform:scaleY(var(--scale));transform-origin:top;background-color:#0009;transition:transform .8s;position:absolute;bottom:-12px;left:45%}[data-theme=dark] :is(._h1_e13jl_22:before){background-color:#fff9}._h2_e13jl_57:after{content:"";opacity:.8;background-color:#000c;width:6px;height:8px;position:absolute;bottom:-4px;right:2px;transform:skew(-25deg)}[data-theme=dark] :is(._h2_e13jl_57:after){background-color:#fffc}._h2_e13jl_57:before{content:"";opacity:.8;background-color:#000c;width:6px;height:8px;position:absolute;bottom:-4px;right:10px;transform:skew(-25deg)}[data-theme=dark] :is(._h2_e13jl_57:before){background-color:#fffc}._h2__underline_e13jl_91{content:"";width:100%;height:.25px;transform:scaleX(var(--scale));transform-origin:0;background-color:#00000080;transition:transform .8s;position:absolute;bottom:-6px;left:0;overflow:hidden}[data-theme=dark] ._h2__underline_e13jl_91{background-color:#ffffff80}._h3_e13jl_110{box-sizing:border-box;padding-left:.75rem}._h3_e13jl_110:after{content:"";background-color:#000c;width:3px;height:50%;position:absolute;top:25%;left:0}[data-theme=dark] :is(._h3_e13jl_110:after){background-color:#fffc}._h4_e13jl_130,._h5_e13jl_134,._h6_e13jl_138{position:relative}._elmethis-list-common_1p5gw_1{opacity:var(--opacity);box-sizing:border-box;margin-block-start:1rem;margin-block-end:1rem;padding-left:1.25rem;transition:opacity .8s}._elmethis-bulleted-list_1p5gw_9 li{box-sizing:border-box;margin-block-start:.75rem;margin-block-end:.75rem;padding-left:.5rem}._elmethis-bulleted-list_1p5gw_9 li::marker{content:url(data:image/svg+xml;base64,ICA8c3ZnCiAgICB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICB2aWV3Qm94PScwIDAgMTYgMTYnCiAgICB3aWR0aD0nMTJweCcKICAgIGhlaWdodD0nMTJweCcKICA+CiAgICA8cGF0aAogICAgICBmaWxsPScjNDQ5NzYzJwogICAgICBvcGFjaXR5PScwLjgnCiAgICAgIGQ9J00zIDMuNzMyYTEuNSAxLjUgMCAwIDEgMi4zMDUtMS4yNjVsNi43MDYgNC4yNjdhMS41IDEuNSAwIDAgMSAwIDIuNTMxbC02LjcwNiA0LjI2OEExLjUgMS41IDAgMCAxIDMgMTIuMjY3VjMuNzMyWicKICAgIC8+CiAgPC9zdmc+)}._elmethis-bulleted-list_1p5gw_9 li ul li::marker{content:url(data:image/svg+xml;base64,ICA8c3ZnCiAgICB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICB2aWV3Qm94PScwIDAgMjQgMjQnCiAgICB3aWR0aD0nMTJweCcKICAgIGhlaWdodD0nMTJweCcKICAgIHN0cm9rZT0nIzQ0OTc2MycKICAgIGZpbGw9J3RyYW5zcGFyZW50JwogID4KICAgIDxwYXRoCiAgICAgIHN0cm9rZUxpbmVjYXA9J3JvdW5kJwogICAgICBzdHJva2VMaW5lam9pbj0ncm91bmQnCiAgICAgIGQ9J001LjI1IDUuNjUzYzAtLjg1Ni45MTctMS4zOTggMS42NjctLjk4NmwxMS41NCA2LjM0N2ExLjEyNSAxLjEyNSAwIDAgMSAwIDEuOTcybC0xMS41NCA2LjM0N2ExLjEyNSAxLjEyNSAwIDAgMS0xLjY2Ny0uOTg2VjUuNjUzWicKICAgIC8+CiAgPC9zdmc+)}._elmethis-bulleted-list_1p5gw_9 li ul li ul li::marker{content:url(data:image/svg+xml;base64,ICA8c3ZnCiAgICB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICB2aWV3Qm94PScwIDAgMjAgMjAnCiAgICB3aWR0aD0nMTJweCcKICAgIGhlaWdodD0nMTJweCcKICAgIHN0cm9rZT0nIzQ0OTc2MycKICAgIGZpbGw9JyM0NDk3NjMnCiAgPgogICAgPHBhdGgKICAgICAgZmlsbFJ1bGU9J2V2ZW5vZGQnCiAgICAgIGQ9J004LjIyIDUuMjJhLjc1Ljc1IDAgMCAxIDEuMDYgMGw0LjI1IDQuMjVhLjc1Ljc1IDAgMCAxIDAgMS4wNmwtNC4yNSA0LjI1YS43NS43NSAwIDAgMS0xLjA2LTEuMDZMMTEuOTQgMTAgOC4yMiA2LjI4YS43NS43NSAwIDAgMSAwLTEuMDZaJwogICAgICBjbGlwUnVsZT0nZXZlbm9kZCcKICAgIC8+CiAgPC9zdmc+)}._elmethis-numbered-list_1p5gw_27 li{box-sizing:border-box;margin-block-start:.75rem;margin-block-end:.75rem;margin-left:.25rem;padding-left:.25rem;list-style-type:decimal}._elmethis-numbered-list_1p5gw_27 li::marker{color:#9771bd;font-weight:700}._elmethis-numbered-list_1p5gw_27 li ol li{list-style-type:lower-alpha}._elmethis-numbered-list_1p5gw_27 li ol li ol li{list-style-type:lower-roman}._elmethis-numbered-list_1p5gw_27 li ol li ol li ol li{list-style-type:lower-greek}._text_zrzts_1{color:#000c;-webkit-user-select:none;user-select:none;font-family:monospace}._text_zrzts_1::selection{color:#fffc;background-color:#000c}[data-theme=dark] ._text_zrzts_1{color:#fffc}[data-theme=dark] ._text_zrzts_1::selection{color:#000c;background-color:#fffc}@keyframes _blink_zrzts_1{0%{opacity:0}to{opacity:1}}._cursor_zrzts_30{-webkit-user-select:none;user-select:none;background-color:#3e434b80;margin-inline-start:1px;margin-inline-end:1px;animation:1s step-end infinite _blink_zrzts_1}[data-theme=dark] ._cursor_zrzts_30{background-color:#cccfd540}._elm-template_18rwn_1{all:inherit;background-color:red}._progress_e6hmw_1{display:none}@keyframes _loading_e6hmw_56{0%{transform-origin:0;transform:scaleX(0)}49%{transform-origin:0;transform:scaleX(1)}51%{transform-origin:100%;transform:scaleX(1)}to{transform-origin:100%;transform:scaleX(0)}}._container_e6hmw_27{width:100%;height:var(--weight);border-radius:var(--border-radius);background-color:#0000001a;position:relative;overflow:hidden}[data-theme=dark] ._container_e6hmw_27{background-color:#ffffff1a}._value_e6hmw_41{content:"";width:100%;height:100%;transform:var(--scale-x,scaleX(0));transform-origin:0;background-color:var(--color,#555b67);transition:transform .8s;position:absolute}[data-theme=dark] ._value_e6hmw_41{background-color:var(--color,#b0b5be)}._loading_e6hmw_56{content:"";transform-origin:0;background-color:var(--color,#555b67);width:100%;height:100%;animation-name:_loading_e6hmw_56;animation-duration:1.6s;animation-iteration-count:infinite;position:absolute}[data-theme=dark] ._loading_e6hmw_56{background-color:var(--color,#b0b5be)}._buffer_e6hmw_72{content:"";width:100%;height:100%;transform:var(--scale-x,scaleX(0));transform-origin:0;background-color:var(--color,#555b67);opacity:.25;transition:transform .4s;position:absolute}[data-theme=dark] ._buffer_e6hmw_72{background-color:var(--color,#b0b5be)}._container_13d02_1{width:100%;height:var(--weight);border-radius:var(--border-radius);background-color:#0000001a;position:relative;overflow:hidden}[data-theme=dark] ._container_13d02_1{background-color:#ffffff1a}._bar_13d02_15{content:"";width:100%;height:100%;transform:var(--transform,scaleX(0));transform-origin:0;background-color:var(--color,red);transition:transform .8s;position:absolute}._wrapper_17chp_1{align-items:center;gap:.5rem;display:inline-flex}._wrapper_1qzya_1{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}._error_1qzya_9{color:#c56565;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;min-height:10rem;line-height:1.5rem;display:flex}._image-frame_1qzya_21{place-items:center;width:100%;transition:opacity .2s;display:grid;position:relative}._fallback_1qzya_29{z-index:2;background-color:#0000000d;border-radius:.25rem;grid-area:1/1;justify-content:center;align-items:center;max-width:100%;min-height:8rem;animation:1.5s ease-in-out infinite _pulse_1qzya_1;display:flex}[data-theme=dark] ._fallback_1qzya_29{background-color:#ffffff0d}@keyframes _pulse_1qzya_1{0%,to{opacity:1}50%{opacity:.5}}._image-inline_1qzya_56{z-index:0;width:var(--width,auto);max-width:100%;height:var(--height,auto);margin-block:var(--margin-block,0);grid-area:1/1;transition:opacity .2s .1s;display:block}._image-block_1qzya_67{z-index:0;width:var(--width,auto);max-width:100%;height:var(--height,auto);border-radius:.25rem;grid-area:1/1;transition:opacity .2s .1s;display:block;box-shadow:0 0 .125rem #0000004d}._alt-container_1qzya_79{color:#6987b8;opacity:.8;justify-content:center;align-items:center;gap:1rem;max-width:80%;margin:1rem;display:flex}._alt-text_1qzya_90{flex:1}._modal_1qzya_94{z-index:10;cursor:zoom-out;background-color:#23262acc;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}._modal-image_1qzya_108{cursor:zoom-out;max-width:100%;display:block}._file_1fmcz_1{margin-block:var(--margin-block);box-sizing:border-box;background-color:#fff3;border-radius:.25rem;justify-content:space-between;align-items:center;width:100%;padding:1rem;display:flex;box-shadow:0 0 .125rem #0003}[data-theme=dark] ._file_1fmcz_1{background-color:#0003}._left-container_1fmcz_19{justify-content:flex-start;align-items:center;gap:.75rem;display:flex}._right-container_1fmcz_26{justify-content:flex-end;align-items:center;gap:.75rem;display:flex}._download-icon_1fmcz_33{cursor:pointer;border-radius:.125rem;padding:.125rem;transition:color .2s,background-color .2s}._download-icon_1fmcz_33:hover{background-color:#0000001a}[data-theme=dark] ._download-icon_1fmcz_33:hover{background-color:#ffffff1a}._parent_1hx4v_1{margin-block:var(--margin-block);border-radius:.25rem;transition:background-color .2s,transform .2s;overflow:hidden;box-shadow:0 0 .125rem #0000001a;container-type:inline-size}._parent_1hx4v_1:hover{background-color:#6987b81a;transform:translate(-.125rem)translateY(-.125rem)}._parent_1hx4v_1:active{background-color:#59b57c1a;transform:translate(0)translateY(0)}._bookmark_1hx4v_23{all:unset;cursor:pointer;background-color:#ffffff80;display:flex}[data-theme=dark] ._bookmark_1hx4v_23{background-color:#0003}._bookmark_1hx4v_23{flex-direction:row;height:120px}@container (width<=700px){._bookmark_1hx4v_23{flex-direction:column;height:auto}}._image_1hx4v_42{opacity:.9;object-fit:cover;object-position:center;aspect-ratio:2;justify-content:center;align-items:center;min-width:min-content;max-width:35%;height:100%;display:flex;overflow:hidden}@container (width<=700px){._image_1hx4v_42{min-width:unset;max-width:unset;width:100%}}._typography_1hx4v_62{box-sizing:border-box;flex-direction:column;flex:1;justify-content:space-between;gap:.25rem;padding:.5rem;display:flex;overflow:hidden}._title_1hx4v_73{white-space:nowrap;text-overflow:ellipsis;width:100%;display:inline;overflow:hidden}._date_1hx4v_81{white-space:nowrap;text-overflow:ellipsis;justify-content:flex-end;gap:.5rem;width:100%;display:flex}._link_1hx4v_90{white-space:nowrap;text-overflow:ellipsis;justify-content:flex-end;align-items:center;gap:.5rem;width:100%;display:flex}._favicon_1hx4v_100{width:16px;height:16px}._container_1r6mu_1{-webkit-user-select:none;user-select:none;flex-flow:wrap;align-items:center;gap:0;display:flex}._link-container_1r6mu_10{box-sizing:border-box;cursor:pointer;border-radius:.25rem;flex-direction:row;align-items:center;gap:0;padding:.25rem;transition:background-color .1s,opacity .1s,transform .1s;display:flex}._link-container_1r6mu_10:hover{background-color:#868e9c33;transform:translate(-1px)translateY(-1px)}._link-container_1r6mu_10:active{opacity:.5;transform:translate(1px)translateY(1px)}._text_1r6mu_36{opacity:var(--opacity);transition:opacity .2s;transition-delay:var(--delay);padding:0 .25rem}._wrapper_1tlqa_1{--const-margin:1rem;z-index:50;-webkit-tap-highlight-color:transparent;margin:var(--const-margin) .5rem;width:var(--size);height:var(--size);opacity:1;cursor:pointer;transform-origin:50%;transition:transform .7s,opacity .4s;display:block;position:fixed;bottom:0;transform:translateY(250%)rotate(180deg)}._wrapper_1tlqa_1:hover{opacity:.8}._wrapper_1tlqa_1:active{opacity:.4}._wrapper--visible_1tlqa_33{transition:transform .7s,opacity .2s;transform:translateY(0%)rotate(0)}@keyframes _move_1tlqa_1{0%{opacity:0;transform:translateY(600%)}25%{opacity:1;transform:translateY(220%)}42%{opacity:1;transform:translateY(200%)}67%{opacity:1;transform:translateY(0%)}to{opacity:0;transform:translateY(-50%)scale(.5)}}._partial_1tlqa_63{width:var(--size);opacity:0;height:20px;animation:3s ease-out infinite _move_1tlqa_1;position:absolute;transform:scale3d(.5,.5,.5)}._partial_1tlqa_63:first-of-type{animation:3s ease-out 1s infinite _move_1tlqa_1}._partial_1tlqa_63:nth-of-type(2){animation:3s ease-out 2s infinite _move_1tlqa_1}._partial_1tlqa_63:before{content:"";background-color:#494f59;width:50%;height:100%;position:absolute;top:0}[data-theme=dark] :is(._partial_1tlqa_63:before){background-color:#bec2ca}._partial_1tlqa_63:after{content:"";background-color:#494f59;width:50%;height:100%;position:absolute;top:0}[data-theme=dark] :is(._partial_1tlqa_63:after){background-color:#bec2ca}._partial_1tlqa_63:before{left:0;transform:skewY(-30deg)}._partial_1tlqa_63:after{right:0;transform:skewY(30deg)}._text_1tlqa_104{text-align:center;z-index:50;width:100%;bottom:calc(0px - var(--const-margin));white-space:nowrap;-webkit-user-select:none;user-select:none;color:var(--color,#606875);font-family:sans-serif;font-size:12px;transition:opacity .2s .4s;position:absolute}._text_1tlqa_104::selection{color:#cccfd5;background-color:var(--color,#3e434b)}[data-theme=dark] ._text_1tlqa_104{color:var(--color,#b0b5be)}[data-theme=dark] ._text_1tlqa_104::selection{color:#3e434b;background-color:var(--color,#cccfd5)}._toc_eubcy_1{box-sizing:border-box;border-left:.25rem solid #0000001a;flex-direction:column;padding-left:.5rem;display:flex}[data-theme=dark] ._toc_eubcy_1{border-left-color:#ffffff26}._link_eubcy_15{all:unset;box-sizing:border-box;padding:.25rem;padding-left:var(--padding-left,.25rem);cursor:pointer;border-radius:.25rem;justify-content:flex-start;gap:.5rem;transition:background-color .2s;display:flex}._link_eubcy_15:hover{background-color:#6987b833}._block-fallback_adya7_1{width:100%;height:var(--height);justify-content:center;align-items:center;display:flex;position:relative}@keyframes _elm-rectangle-wave_gxedo_1{0%{opacity:0;transform:scale(0)}30%{opacity:0}40%{opacity:1}to{opacity:0;transform:scale(1)}}._rectangle-wave_gxedo_21{box-sizing:border-box;border:1px solid #000000b3;width:100%;height:100%;margin:0;animation-name:_elm-rectangle-wave_gxedo_1;animation-duration:1.2s;animation-iteration-count:infinite;animation-fill-mode:both;position:absolute;overflow:hidden}[data-theme=dark] ._rectangle-wave_gxedo_21{border-color:#ffffffb3}@keyframes _draw-line_ycu2l_1{0%{stroke-dashoffset:0%}to{stroke-dashoffset:400%}}@keyframes _rotate_ycu2l_1{0%{transform:rotate(180deg)}to{transform:rotate(-180deg)}}._circle_ycu2l_19{stroke-dasharray:200%;transform-origin:50%;stroke:#555b67;animation:1.2s ease-in-out infinite _draw-line_ycu2l_1,1.2s linear infinite _rotate_ycu2l_1}[data-theme=dark] ._circle_ycu2l_19{stroke:#b0b5be}._unsupported_dj2gt_1{box-sizing:border-box;border:1px dashed #868e9c80;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem;display:flex}._message_dj2gt_12{justify-content:center;align-items:center;gap:.5rem;display:flex}._icon_dj2gt_19{fill:#868e9c}._details_dj2gt_23{opacity:.75}._button_c0mex_1{all:unset;box-sizing:border-box;-webkit-user-select:none;user-select:none;cursor:pointer;min-height:2.75rem;opacity:var(--opacity);border:1px solid #cdb57b99;border-radius:.25rem;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1.5rem;line-height:1.5rem;transition:opacity .2s,transform .2s;position:relative;overflow:hidden;box-shadow:0 0 .125rem #80808040}._button-ornament_c0mex_29{content:"";clip-path:polygon(100% 0%,1000% 100%,0% 100%);background-color:#dbcaa099;width:1rem;height:1rem;position:absolute;bottom:-1px;right:-1px}._normal_c0mex_40{color:#0009;background-color:#fffc}[data-theme=dark] ._normal_c0mex_40{color:#fff9;background-color:#3e434b}._primary_c0mex_50{color:#fff9;background-color:#3e434b}[data-theme=dark] ._primary_c0mex_50{color:#0009;background-color:#fffc}._colored_c0mex_60{background-color:var(--color)}._enable_c0mex_64{transition:opacity .2s,transform .1s,box-shadow .2s}[data-theme=dark] ._enable_c0mex_64:hover{opacity:var(--opacity,.7);transform:translate(-1px)translateY(-1px)}[data-theme=dark] ._enable_c0mex_64:active{opacity:var(--opacity,.5);transform:translate(1px)translateY(1px)}._enable_c0mex_64:hover{opacity:var(--opacity,.7);transform:translate(-1px)translateY(-1px);box-shadow:.125rem .125rem .125rem #80808040}._enable_c0mex_64:active{opacity:var(--opacity,.5);transform:translate(1px)translateY(1px);box-shadow:-1px -1px .125rem #80808040}._flex_c0mex_95{justify-content:center;align-items:center;gap:.5rem;display:flex}@keyframes _button-ripple_c0mex_1{0%{opacity:1;transform:scale(0)}50%{opacity:1;transform:scale(1.2)}to{opacity:0;transform:scale(1.2)}}._ripple_c0mex_117{pointer-events:none;aspect-ratio:1;opacity:0;background-color:#cdb57b26;border-radius:50%;width:100%;transition:none;animation-name:_button-ripple_c0mex_1;animation-duration:.3s;animation-timing-function:ease-out;animation-fill-mode:both;position:absolute}._container_12edl_1{-webkit-user-select:none;user-select:none;cursor:pointer;width:-moz-fit-content;width:fit-content;font-family:sans-serif;transition:opacity .2s}._container_12edl_1:hover{opacity:.8}._container-disable_12edl_14{opacity:.45;cursor:not-allowed}._container-disable_12edl_14:hover{opacity:.45}._checkbox_12edl_23{stroke:#000c;fill:#0000}[data-theme=dark] ._checkbox_12edl_23{stroke:#fffc}._rect_12edl_32{transition:all .2s}._rect-loading_12edl_36{opacity:.3}._rect-checked_12edl_40{fill:#000c}[data-theme=dark] ._rect-checked_12edl_40{fill:#fffc}._loading_12edl_48{fill:#000000b3;transition:opacity .2s}[data-theme=dark] ._loading_12edl_48{fill:#ffffffb3}@keyframes _elmethis-checkbox-check-line_12edl_1{0%{stroke-dashoffset:100%}to{stroke-dashoffset:0%}}._check-line_12edl_67{stroke-dasharray:100%;transform-origin:50%;stroke:#ffffffe6;animation-name:_elmethis-checkbox-check-line_12edl_1;animation-duration:.2s;animation-timing-function:ease-in-out;animation-delay:.1s;animation-fill-mode:both}[data-theme=dark] ._check-line_12edl_67{stroke:#000000e6}._wrapper_3ipdq_1{-webkit-user-select:none;user-select:none;box-sizing:border-box;background-color:#fffc;border:1px solid #0000;border-radius:.25rem;flex-direction:column;justify-content:space-between;width:100%;padding:.25rem;transition:border-color .2s,background-color .2s;display:flex;position:relative;box-shadow:0 0 .125rem #00000026}[data-theme=dark] ._wrapper_3ipdq_1{background-color:#ffffff26;box-shadow:0 0 .125rem #000000bf}._active_3ipdq_29{border-color:var(--highlight-color)}._header_3ipdq_33{box-sizing:border-box;justify-content:space-between;height:.75rem;padding:0 .25rem;display:flex}._label_3ipdq_41{vertical-align:top;-webkit-user-select:none;user-select:none;height:.75rem;color:var(--highlight-color);margin:0;padding:0;font-size:.75rem;line-height:.75rem;transition:color .2s;display:inline}._body_3ipdq_54{cursor:pointer;justify-content:space-between;align-items:center;padding-left:.25rem;padding-right:.25rem;display:flex}._select_3ipdq_63{justify-content:space-between;align-items:center;width:100%;height:1.25rem;padding:.5rem;display:flex}._selected_3ipdq_72{width:100%;overflow:hidden}._fallback_3ipdq_77{opacity:.6;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}._pulldown_3ipdq_85{z-index:100;box-sizing:border-box;background-color:#fffffff2;border-radius:.25rem;width:100%;padding:.25rem;position:absolute;top:4rem;left:0;box-shadow:0 0 .125rem #00000026}[data-theme=dark] ._pulldown_3ipdq_85{background-color:#333333f2;box-shadow:0 0 .125rem #000000bf}._option_3ipdq_105{box-sizing:border-box;cursor:pointer;border-radius:.25rem;justify-content:flex-start;align-items:center;gap:.25rem;width:100%;padding:.5rem;transition:background-color .1s;display:flex;overflow:hidden}._option_3ipdq_105:hover{background-color:#bec2ca4d}[data-theme=dark] ._option_3ipdq_105:hover{background-color:#bec2ca33}._description_3ipdq_127{box-sizing:border-box;opacity:.35;white-space:nowrap;text-overflow:ellipsis;padding-left:.25rem;font-size:.75em}._switch_8t362_1{display:none}._bar_8t362_5{z-index:0;padding:var(--padding);width:var(--width);height:var(--size);border-radius:calc((var(--size) + var(--padding)) / 2);cursor:pointer;background-color:#80808040;transition:opacity .3s,background-color .3s;position:relative;box-shadow:0 0 2px #0000001a}._bar-checked_8t362_21{background-color:var(--color);opacity:.9}._bar-disabled_8t362_26{cursor:not-allowed}._circle_8t362_30{z-index:1;width:var(--size);height:var(--size);top:var(--padding);left:var(--padding);background-color:#ffffffe6;border-radius:50%;transition:transform .3s,opacity .3s,background-color .3s;position:absolute}._circle-checked_8t362_45{transform:translateX(calc(var(--width) - var(--size)))}._circle-disabled_8t362_49{opacity:.5;background-color:gray}._circle_8t362_30:hover{opacity:.8}@keyframes _loading_1y96m_23{0%{transform-origin:0%;transform:scaleX(0)}40%{transform-origin:0%;transform:scaleX(1)}60%{transform-origin:100%;transform:scaleX(1)}to{transform-origin:100%;transform:scaleX(0)}}._loading_1y96m_23{pointer-events:none;background-color:#6987b8;width:100%;height:100%;transition:opacity .2s;animation-name:_loading_1y96m_23;animation-duration:1.6s;animation-iteration-count:infinite;position:absolute;top:0;left:0}._wrapper_1y96m_38{box-sizing:border-box;background-color:#fffc;border:1px solid #0000;border-radius:.25rem;flex-direction:column;justify-content:space-between;width:100%;padding:.25rem;transition:border-color .2s,background-color .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 0 .125rem #00000026}[data-theme=dark] ._wrapper_1y96m_38{background-color:#ffffff26;box-shadow:0 0 .125rem #000000bf}._active_1y96m_66{border-color:var(--highlight-color)}._header_1y96m_70{box-sizing:border-box;justify-content:space-between;height:.75rem;padding:0 .25rem;display:flex}._label_1y96m_78{vertical-align:top;height:.75rem;color:var(--highlight-color,#000000a6);margin:0;padding:0;font-size:.75rem;line-height:.75rem;transition:color .2s;display:inline}[data-theme=dark] ._label_1y96m_78{color:var(--highlight-color,#ffffffa6)}._required_1y96m_95{color:#c56565;padding-inline-start:.25rem;padding-inline-end:.25rem;font-weight:700}._body_1y96m_101{justify-content:space-between;align-items:center;padding-left:.25rem;padding-right:.25rem;display:flex}._input_1y96m_109{all:unset;box-sizing:border-box;color:#000000b3;caret-color:#000000b3;width:100%;padding:.5rem}._input_1y96m_109::placeholder{opacity:.5}[data-theme=dark] :is(._input_1y96m_109::placeholder){opacity:.7}._input_1y96m_109::selection{color:#ffffffb3;background-color:#000000b3}[data-theme=dark] ._input_1y96m_109{color:#ffffffb3;caret-color:#ffffffb3}[data-theme=dark] ._input_1y96m_109::selection{color:#000000b3;background-color:#ffffffb3}._icon-box_1y96m_141{justify-content:space-between;align-items:center;display:flex}._icon_1y96m_141{box-sizing:border-box;cursor:pointer;border-radius:.125em;padding:.25rem;transition:background-color .2s}._icon_1y96m_141:hover{background-color:#80808033}._suffix_1y96m_159{opacity:.6;-webkit-user-select:none;user-select:none;color:#000000a6;padding:0 .5rem;transition:color .2s}[data-theme=dark] ._suffix_1y96m_159{color:#ffffffa6}._counter_1y96m_172{color:gray;font-size:.75rem}._counter-over_1y96m_177{color:#c56565}._validation_wuw0j_1{opacity:var(--opacity);justify-content:flex-start;align-items:center;gap:.5rem;padding:.125rem 0;transition:opacity .25s;display:flex}._column_12uje_1{flex:1}._column-list_rt1o3_1{flex-direction:row;gap:.5rem;display:flex}._body_gd5gc_1{margin-block-start:3rem;margin-block-end:3rem}._button_gd5gc_5{flex-direction:row;gap:.5rem;width:100%;display:flex}._provider_94i7o_1{z-index:100;background-color:#23262acc;justify-content:center;align-items:center;width:100%;height:100vh;margin:0;padding:0;transition:opacity .4s;display:flex;position:fixed;top:0;left:0}._provider-enter_94i7o_19{opacity:1}._provider-exit_94i7o_23{opacity:0}._modal_94i7o_27{box-sizing:border-box;max-width:min(500px,100vw - 1rem);width:var(--width,100%);background-color:#fffc;border-radius:.25rem;padding:.5rem}._window_l8snl_1{background-color:#0000000d;border-radius:.25rem;transition:background-color .4s;overflow:hidden;box-shadow:0 0 .25rem #00000026}[data-theme=dark] ._window_l8snl_1{background-color:#ffffff0d;box-shadow:0 0 .25rem #00000059}._header_l8snl_14{box-sizing:border-box;background-color:#0000001a;justify-content:flex-start;align-items:center;gap:.5rem;height:2rem;padding:.5rem .75rem;display:flex}._dot_l8snl_25{background-color:var(--bg);border-radius:50%;width:.75rem;height:.75rem}._parallax_1tovg_1{z-index:-1;opacity:.2;background-repeat:repeat;background-size:auto;width:100%;height:2000vh;position:fixed;top:0;left:0}[data-theme=dark] ._parallax_1tovg_1{opacity:.1}._container_1mzm0_1{box-sizing:border-box;color:#000000b3;transform-origin:top;background-color:#ffffffe6;border-radius:.25rem;padding:.5rem;box-shadow:0 0 .125rem #0003}[data-theme=dark] ._container_1mzm0_1{color:#ffffffb3;background-color:#000000e6}._title_1mzm0_16{box-sizing:border-box;padding-bottom:.25rem;font-weight:700}._text_1mzm0_22{opacity:.9}._original_3zasf_1{position:relative}._tooltip_3zasf_5{box-sizing:border-box;z-index:1000;max-width:min(32rem,100vw - 2rem);padding:.5rem 0;transition:opacity .2s,transform .2s;position:fixed}._tooltip-enter_3zasf_17{opacity:1;transform:scale(1)}@starting-style{._tooltip-enter_3zasf_17{opacity:0;transform:scale(.95)}}._snackbar_1f0go_1{pointer-events:all;background-color:#ffffff80;border-radius:.25rem;flex-direction:row;align-items:center;gap:1rem;padding:.75rem;display:inline-flex;position:relative;box-shadow:0 0 .25rem #00000040}[data-theme=dark] ._snackbar_1f0go_1{background-color:#0003;box-shadow:0 0 .25rem #00000080}._icon_1f0go_19{cursor:pointer;border-radius:50%;padding:.25rem;transition:background-color .2s}._icon_1f0go_19:hover{background-color:#0000001a}[data-theme=dark] ._icon_1f0go_19:hover{background-color:#ffffff1a}@keyframes _progress_1f0go_45{0%{transform-origin:0;transform:scaleX(1)}to{transform-origin:0;transform:scaleX(0)}}._progress_1f0go_45{background-color:#6987b8;width:100%;height:3px;animation-name:_progress_1f0go_45;animation-timing-function:linear;animation-iteration-count:1;animation-fill-mode:both;position:absolute;bottom:0;left:0}._snackbar-screen_up7j2_1{z-index:1000;pointer-events:none;justify-content:flex-end;align-items:flex-end;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}._snackbar-container_up7j2_14{flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:.5rem;margin:1rem;display:flex}._snackbar-item_up7j2_23{transition:opacity .3s,transform .3s}._elm-tabs_1rgae_1{background-color:#ffffff80;background-color:color(display-p3 1 1 1/.5);background-color:lab(100% -.0000298023 .0000119209/.5);border:1px solid #0000001a;border:1px solid color(display-p3 0 0 0/.1);border:1px solid lab(0% 0 0/.1);border-radius:.25rem;flex-direction:column;gap:0;width:100%;display:flex;overflow:hidden;box-shadow:0 0 .125rem #0000001a;box-shadow:0 0 .125rem color(display-p3 0 0 0/.1);box-shadow:0 0 .125rem lab(0% 0 0/.1)}[data-theme=dark] ._elm-tabs_1rgae_1{background-color:#0000001a;background-color:color(display-p3 0 0 0/.1);background-color:lab(0% 0 0/.1)}._tab-container_1rgae_18{border-bottom:1px solid #8080804d;border-bottom:1px solid color(display-p3 .501961 .501961 .501961/.3);border-bottom:1px solid lab(53.585% 0 .0000119209/.3);flex-direction:row;display:flex}._tab_1rgae_18{box-sizing:border-box;cursor:pointer;border-bottom:2px solid #0000;border-right:1px dashed #80808033;border-right:1px dashed color(display-p3 .501961 .501961 .501961/.2);border-right:1px dashed lab(53.585% 0 .0000119209/.2);justify-content:center;align-items:center;min-width:6rem;margin:0;padding:1rem;transition:background-color .2s,border-color .2s;display:flex}._tab_1rgae_18._active_1rgae_40{border-bottom-color:var(--elmethis-color-primary);cursor:default;background-color:#7cbac506;background-color:color(display-p3 .539997 .722979 .765736/.025);background-color:lab(71.6023% -18.6078 -12.2676/.025)}._tab_1rgae_18:hover{background-color:#7cbac50d;background-color:color(display-p3 .539997 .722979 .765736/.05);background-color:lab(71.6023% -18.6078 -12.2676/.05)}._tab-content-container_1rgae_51{box-sizing:border-box;width:100%;padding:1em}._tab-content_1rgae_51{width:100%;margin:0;transition:transform .2s,opacity .2s;display:none}._tab-content_1rgae_51._active_1rgae_40{display:block}@starting-style{._tab-content_1rgae_51{opacity:0;transform:translateY(-8px)}}._toggle_1i0b6_1{margin-block:var(--margin-block);grid-template-rows:3rem 0fr;transition:grid .2s;display:grid}._open_1i0b6_8{grid-template-rows:3rem 1fr}._summary_1i0b6_12{box-sizing:border-box;cursor:pointer;background-color:#3e434b0d;border:1px solid #00000020;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:1rem;display:flex}[data-theme=dark] ._summary_1i0b6_12{background-color:#bec2ca1a;border:1px solid #ffffff20}._summary-left_1i0b6_31{align-items:center;gap:.5rem;display:flex}._content_1i0b6_37{opacity:0;background-color:#ffffff1a;border:0 solid #00000020;border-radius:0 0 .25rem .25rem;margin:0;padding:.75rem;transition:opacity .15s;display:block;overflow:hidden}[data-theme=dark] ._content_1i0b6_37{background-color:#bec2ca0d;border:0 solid #ffffff20}._content-open_1i0b6_60{opacity:1;border-width:1px}._close_1i0b6_65{flex-direction:row;justify-content:flex-end;align-items:center;gap:.25rem;margin-block-start:.25rem;margin-block-end:.25rem;display:flex}._close-button_1i0b6_74{-webkit-user-select:none;user-select:none;cursor:pointer;opacity:.7;border-radius:.25rem;flex-direction:row;justify-content:flex-end;align-items:center;gap:.25rem;padding:.25rem;transition:background-color .1s;display:flex}._close-button_1i0b6_74:hover{background-color:#c5656526}._table_1u89k_1{margin-block:var(--margin-block);border-collapse:collapse;border-spacing:0;box-shadow:0 0 .125rem #0003}._caption_1u89k_8{justify-content:center;align-items:center;gap:1rem;width:100%;margin-block-end:1rem;display:inline-flex;position:relative}._caption-inner_1u89k_18{justify-content:center;align-items:center;gap:.25rem;display:inline-flex}._spacing_1u89k_25{background-color:#80808033;flex-grow:1;height:1px}._common_15vhm_1{color:#000000b3;border-right:1px dotted #00000026;padding:.75rem 1rem}._common_15vhm_1::selection{color:#ffffffb3;background-color:#000000b3}[data-theme=dark] ._common_15vhm_1{color:#ffffffb3;border-right:1px dotted #ffffff26}[data-theme=dark] ._common_15vhm_1::selection{color:#000000b3;background-color:#ffffffb3}._common_15vhm_1:last-child{border-right:none}._td_15vhm_26{border-top:1px solid #00000026}[data-theme=dark] ._td_15vhm_26{border-top-color:#ffffff26}._th_15vhm_34{background-color:#80808026}._thead_184mb_1{text-align:left;border-bottom:2px solid #80808080;transition:background-color .4s,color .4s}._tr_1l64j_1{transition:background-color .2s}._tr_1l64j_1:nth-child(odd){background-color:#0000}._tr_1l64j_1:nth-child(2n){background-color:#00000004}[data-theme=dark] ._tr_1l64j_1:nth-child(2n){background-color:#ffffff04}._tr_1l64j_1:hover{background-color:#6987b826}[data-theme=dark] ._tr_1l64j_1:hover{background-color:#6987b826}._has-row-header_1l64j_25 td:first-child,._has-row-header_1l64j_25 th:first-child{background-color:#80808026}._wrapper_1kvt6_1{margin-block:var(--margin-block);background-color:#fff6;border-radius:.25rem;flex-direction:column;transition:background-color .4s,opacity .8s;display:flex;box-shadow:0 0 .125rem #3e434b4d}[data-theme=dark] ._wrapper_1kvt6_1{background-color:#2c3037e6;box-shadow:0 0 .125rem #0006}._header_1kvt6_18{box-sizing:border-box;border-bottom:1px solid #3e434b4d;flex-flow:row;justify-content:space-between;width:calc(100% - 1rem);margin:.5rem;padding:.25rem .5rem .5rem;font-family:Source Code Pro,Menlo,Consolas,DejaVu Sans Mono,monospace;display:flex}[data-theme=dark] ._header_1kvt6_18{border-color:#bec2ca4d}._header__left_1kvt6_35{flex-direction:row;align-items:center;gap:.5rem;width:calc(100% - 2rem);display:flex}._caption_1kvt6_43{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._header__right_1kvt6_49{flex-direction:row;align-items:center;gap:.5rem;display:flex;position:relative}._copy-icon_1kvt6_57{box-sizing:border-box;cursor:pointer;color:#000000b3;border-radius:.125rem;width:26px;height:26px;padding:.125rem;transition:background-color .2s}[data-theme=dark] ._copy-icon_1kvt6_57{color:#ffffffb3}._copy-icon_1kvt6_57:hover{background-color:#0000001a}[data-theme=dark] ._copy-icon_1kvt6_57:hover{background-color:#ffffff1a}._code_1kvt6_80{scrollbar-width:thin;scrollbar-color:#6987b84d #6987b826;padding:.25rem 1rem 1rem;position:relative;overflow-x:auto}._code-body_1kvt6_88{transition:opacity .2s}._fallback_1kvt6_92{box-sizing:border-box;pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .2s;display:flex;position:absolute;top:0;left:0}._code_1nyfa_1{font-size:16px;line-height:24px}.shiki,.shiki span{font-family:Source Code Pro,Menlo,Consolas,DejaVu Sans Mono,monospace!important}[data-theme=dark] .shiki span{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important}._katex_10mkg_1{font-family:inherit}._mermaid_1jn2f_1{display:block}._mermaid_1jn2f_1::selection{color:#cccfd5;background-color:#494f59}._raw_1jn2f_10{opacity:0}._rendered_1jn2f_14{opacity:1;transition:opacity .2s ease-in-out}._color-bg_yiibu_1{background-color:var(--background-color);cursor:pointer;border-radius:.25rem;justify-content:center;align-items:center;width:5rem;height:2rem;transition:opacity .1s;display:flex}._color-bg_yiibu_1:active{opacity:.5}._text_yiibu_17{color:var(--color);cursor:pointer;border-radius:.125rem;margin-block-start:.125rem;margin-block-end:.125rem;padding:.125rem;font-size:.85em;transition:color .1s,background-color .1s,opacity .1s}._text_yiibu_17:hover{color:#fff;background-color:var(--color)}._text_yiibu_17:active{opacity:.5}._text_yiibu_17::selection{color:#fff;background-color:var(--color)}._container_a7c06_1{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.25rem;display:flex}._row-container_a7c06_9{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:.25rem;display:flex}._color-name_a7c06_17{width:6rem;color:var(--color)}._color-name_a7c06_17::selection{background-color:var(--color);color:#fff}._palette_nr5mr_1{height:clamp(300px, var(--height), calc(100vh - 2rem));width:clamp(300px, var(--width), calc(100vw - 1rem));border-radius:.25rem;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 0 .125rem #3e434b80}._header_nr5mr_11{box-sizing:border-box;color:#3e434b;background-color:#e1e3e6;border-bottom:1px solid #cccfd5bf;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;height:3rem;padding:.5rem;font-size:1.1rem;display:flex}[data-theme=dark] ._header_nr5mr_11{background-color:#33373e;border-color:#cccfd54d}._input_nr5mr_31{all:unset;caret-color:#788191;color:#3e434b;width:100%;font-family:monospace}[data-theme=dark] ._input_nr5mr_31{color:#cccfd5}._body_nr5mr_43{-webkit-user-select:none;user-select:none;background-color:#ecedef;flex-direction:column;gap:0;width:100%;height:100%;display:flex;position:relative;overflow:hidden auto}[data-theme=dark] ._body_nr5mr_43{background-color:#3e434b}._empty-result_nr5mr_60{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._command_nr5mr_71{all:unset;box-sizing:border-box;cursor:pointer;border-bottom:1px solid #cccfd580;border-left:4px solid #0000;grid-template-columns:2rem minmax(min-content,1fr) minmax(min-content,1fr) 50fr 2rem;align-items:center;gap:.5rem;width:100%;min-height:3rem;padding:0 .75rem;transition:background-color .1s;display:grid;overflow:hidden}._command_nr5mr_71:hover{background-color:#6987b833}[data-theme=dark] ._command_nr5mr_71{border-bottom:1px solid #cccfd533}._command-selected_nr5mr_96{background-color:#6987b81a;border-color:#868e9c80}._command-icon_nr5mr_101{height:1.5rem}._tag_nr5mr_105{box-sizing:border-box;background-color:var(--tag-color);color:#fff;opacity:.7;border-radius:.125rem;min-width:2rem;padding:.125rem .25rem;font-size:.75em}._footer_nr5mr_116{box-sizing:border-box;-webkit-user-select:none;user-select:none;background-color:#e1e3e6;border-top:1px solid #cccfd5bf;justify-content:flex-end;align-items:center;gap:.5rem;padding:.5rem;display:flex}[data-theme=dark] ._footer_nr5mr_116{background-color:#33373e;border-color:#cccfd54d}._jarkup-body_jsvhx_1>*+*{margin-block-start:2em}._unsupported-block_jsvhx_5{background-color:#0000000d;border-radius:.25rem;padding:.5rem;font-size:.8em;overflow-x:auto}[data-theme=dark] ._unsupported-block_jsvhx_5{background-color:#ffffff0d}._markdown-body_130yx_1>*+*{margin-block-start:2em}._markdown-body_130yx_1{line-height:1.6}._char_sojtj_1{color:#000000b3;font-family:ui-monospace,monospace}._char_sojtj_1::selection{color:#ffffffb3;background-color:#000000b3}[data-theme=dark] ._char_sojtj_1{color:#ffffffb3}[data-theme=dark] ._char_sojtj_1::selection{color:#000000b3;background-color:#ffffffb3}._typed_sojtj_20{opacity:.5}._current_sojtj_24{font-weight:700;text-decoration:underline}._incorrect_sojtj_29{color:#c56565;text-decoration:underline}
|
|
1
|
+
:root{--elmethis-color-primary:#b69545;--elmethis-color-primary-dark:#b69545;--elmethis-text-color-light:#606875;--elmethis-text-color-dark:#b0b5be;--elmethis-text-background-color-light:#eff0f2;--elmethis-text-background-color-dark:#25282e;--elmethis-margin-block-start:0}._mermaid_vayuj_1{margin-block-start:var(--elmethis-margin-block-start);display:block}._mermaid_vayuj_1::selection{color:#cccfd5;background-color:#494f59}._raw_vayuj_11{opacity:0}._rendered_vayuj_15{opacity:1;transition:opacity .2s ease-in-out}._icon_k0isg_1{vertical-align:middle;height:1em;margin:0;padding:0;display:inline-block}._icon_k0isg_1::selection{filter:brightness(1000%);background-color:var(--color,#00000040)}[data-theme=dark] ._icon_k0isg_1{color:var(--color,#ffffffb3)}[data-theme=dark] ._icon_k0isg_1::selection{color:#000000b3;background-color:var(--color,#ffffff40)}._icon_18sdb_1{all:inherit}._icon_g71ox_1{fill:var(--elmethis-scoped-color,#555b67);transition:fill .2s}[data-theme=dark] ._icon_g71ox_1{fill:var(--elmethis-scoped-color-dark,#b0b5be)}._icon-theme-color_g71ox_10{fill:var(--elmethis-color-primary,#555b67);transition:fill .2s}[data-theme=dark] ._icon-theme-color_g71ox_10{fill:var(--elmethis-color-primary-dark,#b0b5be)}@keyframes _bounce_1q92c_1{0%{transform:translateY(0%)scaleY(.3)scaleX(1.5)}10%{transform:scaleY(.8)scaleX(1.2)}to{transform:translateY(-400%)scaleY(1.1)}}._wrapper_1q92c_15{justify-content:space-around;align-items:flex-end;display:flex;position:relative}._dot_1q92c_22{background-color:#606875;border-radius:50%;width:20%;height:20%;transition:background-color .4s;animation-name:_bounce_1q92c_1;animation-duration:.4s;animation-timing-function:ease-out;animation-iteration-count:infinite;animation-direction:alternate}[data-theme=dark] ._dot_1q92c_22{background-color:#b0b5be}._dot_1q92c_22:last-of-type{animation-delay:-100ms}._dot_1q92c_22:nth-last-of-type(2){animation-delay:0s}._dot_1q92c_22:nth-last-of-type(3){animation-delay:.1s}@keyframes _appear_1yu3x_1{0%{transform:scale(0)}20%{transform:scale(0)}80%{transform:scale(1)}to{transform:scale(1)}}._wrapper_1yu3x_19{grid-template-columns:repeat(var(--dimensions), auto);grid-template-rows:repeat(var(--dimensions), auto);justify-content:start;margin:0;padding:0;display:grid}._square_1yu3x_28{width:calc(var(--size) / var(--dimensions));height:calc(var(--size) / var(--dimensions));animation-name:_appear_1yu3x_1;animation-iteration-count:infinite;animation-direction:alternate;animation-fill-mode:both;animation-duration:var(--duration);animation-delay:var(--delay);background-color:#606875}[data-theme=dark] ._square_1yu3x_28{background-color:#b0b5be}._icon_x4u0f_1{box-sizing:border-box;color:#555b67;cursor:pointer;background-color:#fff3;border-radius:50%;padding:.25rem;display:block;box-shadow:0 0 .125rem #0000004d}[data-theme=dark] ._icon_x4u0f_1{color:#b0b5be;background-color:#0003;box-shadow:0 0 .125rem #0009}@keyframes _loading_kn879_49{0%{background-position:200% 0}33%{background-position:100% 0}66%{background-position:100% 0}to{background-position:0 0}}._arrow_kn879_19{width:var(--size);height:var(--size);clip-path:polygon(50% 33%,0% 33%,0% 66%,50% 66%,50% 100%,100% 50%,50% 0%);background:linear-gradient(90deg,#000000b3 0 50%,#0003 50%) 0 0/200% 100%}[data-theme=dark] ._arrow_kn879_19{background:linear-gradient(90deg,#ffffffb3 0 50%,#fff3 50%) 0 0/200% 100%}._loading_kn879_49{animation-name:_loading_kn879_49;animation-duration:1.6s;animation-iteration-count:infinite}._normal_kn879_55{background:#000000b3;transition:background .4s}[data-theme=dark] ._normal_kn879_55{background:#ffffffb3}._pending_kn879_64{background:#0003;transition:background .4s}[data-theme=dark] ._pending_kn879_64{background:#fff3}._wrapper_1c6r3_1{all:unset;box-sizing:border-box;cursor:pointer;border-radius:.25rem;flex-direction:column;justify-content:space-around;align-items:center;width:5rem;height:5.5rem;padding:.5rem;transition:background-color .1s;display:flex}._wrapper_1c6r3_1:hover{background-color:#0000001a}[data-theme=dark] ._wrapper_1c6r3_1:hover{background-color:#ffffff1a}._favicon_1c6r3_24{width:2.5rem;height:2.5rem}._text_1c6r3_29{text-align:center;vertical-align:middle;text-overflow:ellipsis;width:4rem;line-height:.75rem;overflow:hidden}._text_1nnze_1{color:var(--elmethis-text-color-light)}._text_1nnze_1::selection{color:var(--elmethis-text-color-dark);background-color:var(--elmethis-text-background-color-dark)}[data-theme=dark] ._text_1nnze_1{color:var(--elmethis-text-color-dark)}[data-theme=dark] ._text_1nnze_1::selection{color:var(--elmethis-text-color-light);background-color:var(--elmethis-text-background-color-light)}._link_1nnze_19{all:unset;box-sizing:border-box;font-size:var(--font-size);cursor:pointer;color:#6987b8;border-radius:.125rem;align-items:center;gap:.25rem;padding:0 .25rem;transition:background-color .2s,color .2s,opacity .2s;display:inline-flex}._link_1nnze_19:hover{background-color:#6987b833;background-color:color(display-p3 .435598 .526028 .705864/.2);background-color:lab(55.4998% -1.05825 -29.4996/.2)}._link_1nnze_19:active{opacity:.5}._link_1nnze_19:visited{color:#9771bd;border-bottom:1px dashed #9771bd}._link_1nnze_19:visited:hover{background-color:#9771bd33;background-color:color(display-p3 .569265 .449109 .722424/.2);background-color:lab(53.8231% 26.6919 -34.5694/.2)}._cube_1merk_1{transform-style:preserve-3d;animation:1.5s linear infinite _elmethis-cube-icon-rotate_1merk_1;position:relative;transform:rotateX(-30deg)rotateY(-45deg)}._face_1merk_8{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;user-select:none;background-color:#fff3;border:1px solid #000000b3;border-radius:2px;justify-content:center;align-items:center;width:100%;height:100%;font-weight:700;display:flex;position:absolute}[data-theme=dark] ._face_1merk_8{background-color:#0003;border-color:#ffffffb3}@keyframes _elmethis-cube-icon-rotate_1merk_1{0%{transform:rotateX(-30deg)rotateY(-45deg)rotate(0)}to{transform:rotateX(-30deg)rotateY(315deg)rotate(360deg)}}._icon_140bn_1{box-sizing:border-box;cursor:pointer;border-radius:.25rem;padding:.25rem;transition:background-color .2s}._icon_140bn_1:hover{background-color:#0000001a}[data-theme=dark] ._icon_140bn_1:hover{background-color:#ffffff1a}._paragraph_ewdky_1{all:inherit;margin-block-start:var(--elmethis-margin-block-start)}._blockquote_x79j0_1{box-sizing:border-box;background-color:#868e9c0d;border-left:4px solid #0003;margin:0;margin-block-start:var(--elmethis-margin-block-start);padding:1.5rem .5rem 1.5rem 1.5rem;position:relative}[data-theme=dark] ._blockquote_x79j0_1{border-left-color:#bec2ca33}._cite_x79j0_16{font-size:.75rem;line-height:.75rem;position:absolute;bottom:.5rem;right:2rem}._cite_x79j0_16 a{all:unset;color:#6987b8;cursor:pointer;border-radius:.125rem;padding:0 .25rem;transition:background-color .1s}._cite_x79j0_16 a:hover{background-color:#6987b826}._icon_x79j0_37{fill:#868e9c;width:1rem;height:1rem;margin:0;padding:0;position:absolute}._callout_16oli_1{box-sizing:border-box;border-left:solid 4px var(--elmethis-scoped-border-color);flex-direction:column;gap:.5rem;margin-block-start:var(--elmethis-margin-block-start);padding:.75rem 1rem;display:flex;position:relative}._callout_16oli_1:before{z-index:-1;content:"";background-color:var(--elmethis-scoped-background-color);pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}._header_16oli_24{align-items:center;gap:.5rem;display:flex}._divider_uq5jr_1{border:none;border-bottom:1px solid #555b67;width:100%;margin-block-start:var(--elmethis-margin-block-start);display:block;position:relative;overflow:visible}[data-theme=dark] ._divider_uq5jr_1{border-bottom-color:#bec2ca}._divider_uq5jr_1:before,._divider_uq5jr_1:after{content:"";background-color:#555b67;border-radius:50%;width:5px;height:5px;position:absolute;top:-2px}[data-theme=dark] :is(._divider_uq5jr_1:before,._divider_uq5jr_1:after){background-color:#bec2ca}._divider_uq5jr_1:before{left:0}._divider_uq5jr_1:after{right:0}._fragment_il7xb_1{color:#b69545;cursor:pointer;-webkit-user-select:none;user-select:none;opacity:1;border-radius:.125rem;justify-content:center;align-items:center;width:1rem;height:1rem;margin-inline-start:.5rem;padding:.125rem;font-size:1rem;transition:background-color .2s,opacity .1s,transform .1s;display:inline-flex}._fragment_il7xb_1:hover{background-color:#868e9c33}._fragment_il7xb_1:active{opacity:.5;transform:translate(1px)translateY(1px)}._heading-common_1ytfd_1{font-size:var(--font-size);line-height:var(--font-size);opacity:var(--opacity);margin-block-start:var(--elmethis-margin-block-start);transition:color .4s,opacity .8s;position:relative}@keyframes _heading-stretch_1ytfd_1{0%{transform:scaleX(0)}to{transform:scaleX(1)}}._h1_1ytfd_22:after{content:"";width:100%;height:.25px;transform:scaleX(var(--scale));background-color:#00000080;transition:transform .8s;position:absolute;bottom:-10px;left:0}[data-theme=dark] :is(._h1_1ytfd_22:after){background-color:#ffffff80}._h1_1ytfd_22:before{content:"";width:10%;height:2px;transform:scaleY(var(--scale));transform-origin:top;background-color:#0009;transition:transform .8s;position:absolute;bottom:-12px;left:45%}[data-theme=dark] :is(._h1_1ytfd_22:before){background-color:#fff9}._h2_1ytfd_57:after{content:"";opacity:.8;background-color:#000c;width:6px;height:8px;position:absolute;bottom:-4px;right:2px;transform:skew(-25deg)}[data-theme=dark] :is(._h2_1ytfd_57:after){background-color:#fffc}._h2_1ytfd_57:before{content:"";opacity:.8;background-color:#000c;width:6px;height:8px;position:absolute;bottom:-4px;right:10px;transform:skew(-25deg)}[data-theme=dark] :is(._h2_1ytfd_57:before){background-color:#fffc}._h2__underline_1ytfd_91{content:"";width:100%;height:.25px;transform:scaleX(var(--scale));transform-origin:0;background-color:#00000080;transition:transform .8s;position:absolute;bottom:-6px;left:0;overflow:hidden}[data-theme=dark] ._h2__underline_1ytfd_91{background-color:#ffffff80}._h3_1ytfd_110{box-sizing:border-box;padding-left:.75rem}._h3_1ytfd_110:after{content:"";background-color:#000c;width:3px;height:50%;position:absolute;top:25%;left:0}[data-theme=dark] :is(._h3_1ytfd_110:after){background-color:#fffc}._h4_1ytfd_130,._h5_1ytfd_134,._h6_1ytfd_138{position:relative}._elmethis-list-common_1qwri_1{box-sizing:border-box;margin-block-start:var(--elmethis-margin-block-start);padding-left:1.25rem}._elmethis-bulleted-list_1qwri_7 li{box-sizing:border-box;margin-block-start:.75rem;margin-block-end:.75rem;padding-left:.5rem}._elmethis-bulleted-list_1qwri_7 li::marker{content:url(data:image/svg+xml;base64,ICA8c3ZnCiAgICB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICB2aWV3Qm94PScwIDAgMTYgMTYnCiAgICB3aWR0aD0nMTJweCcKICAgIGhlaWdodD0nMTJweCcKICA+CiAgICA8cGF0aAogICAgICBmaWxsPScjNDQ5NzYzJwogICAgICBvcGFjaXR5PScwLjgnCiAgICAgIGQ9J00zIDMuNzMyYTEuNSAxLjUgMCAwIDEgMi4zMDUtMS4yNjVsNi43MDYgNC4yNjdhMS41IDEuNSAwIDAgMSAwIDIuNTMxbC02LjcwNiA0LjI2OEExLjUgMS41IDAgMCAxIDMgMTIuMjY3VjMuNzMyWicKICAgIC8+CiAgPC9zdmc+)}._elmethis-bulleted-list_1qwri_7 li ul li::marker{content:url(data:image/svg+xml;base64,ICA8c3ZnCiAgICB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICB2aWV3Qm94PScwIDAgMjQgMjQnCiAgICB3aWR0aD0nMTJweCcKICAgIGhlaWdodD0nMTJweCcKICAgIHN0cm9rZT0nIzQ0OTc2MycKICAgIGZpbGw9J3RyYW5zcGFyZW50JwogID4KICAgIDxwYXRoCiAgICAgIHN0cm9rZUxpbmVjYXA9J3JvdW5kJwogICAgICBzdHJva2VMaW5lam9pbj0ncm91bmQnCiAgICAgIGQ9J001LjI1IDUuNjUzYzAtLjg1Ni45MTctMS4zOTggMS42NjctLjk4NmwxMS41NCA2LjM0N2ExLjEyNSAxLjEyNSAwIDAgMSAwIDEuOTcybC0xMS41NCA2LjM0N2ExLjEyNSAxLjEyNSAwIDAgMS0xLjY2Ny0uOTg2VjUuNjUzWicKICAgIC8+CiAgPC9zdmc+)}._elmethis-bulleted-list_1qwri_7 li ul li ul li::marker{content:url(data:image/svg+xml;base64,ICA8c3ZnCiAgICB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICB2aWV3Qm94PScwIDAgMjAgMjAnCiAgICB3aWR0aD0nMTJweCcKICAgIGhlaWdodD0nMTJweCcKICAgIHN0cm9rZT0nIzQ0OTc2MycKICAgIGZpbGw9JyM0NDk3NjMnCiAgPgogICAgPHBhdGgKICAgICAgZmlsbFJ1bGU9J2V2ZW5vZGQnCiAgICAgIGQ9J004LjIyIDUuMjJhLjc1Ljc1IDAgMCAxIDEuMDYgMGw0LjI1IDQuMjVhLjc1Ljc1IDAgMCAxIDAgMS4wNmwtNC4yNSA0LjI1YS43NS43NSAwIDAgMS0xLjA2LTEuMDZMMTEuOTQgMTAgOC4yMiA2LjI4YS43NS43NSAwIDAgMSAwLTEuMDZaJwogICAgICBjbGlwUnVsZT0nZXZlbm9kZCcKICAgIC8+CiAgPC9zdmc+)}._elmethis-numbered-list_1qwri_25 li{box-sizing:border-box;margin-block-start:.75rem;margin-block-end:.75rem;margin-left:.25rem;padding-left:.25rem;list-style-type:decimal}._elmethis-numbered-list_1qwri_25 li::marker{color:#9771bd;font-weight:700}._elmethis-numbered-list_1qwri_25 li ol li{list-style-type:lower-alpha}._elmethis-numbered-list_1qwri_25 li ol li ol li{list-style-type:lower-roman}._elmethis-numbered-list_1qwri_25 li ol li ol li ol li{list-style-type:lower-greek}._text_zrzts_1{color:#000c;-webkit-user-select:none;user-select:none;font-family:monospace}._text_zrzts_1::selection{color:#fffc;background-color:#000c}[data-theme=dark] ._text_zrzts_1{color:#fffc}[data-theme=dark] ._text_zrzts_1::selection{color:#000c;background-color:#fffc}@keyframes _blink_zrzts_1{0%{opacity:0}to{opacity:1}}._cursor_zrzts_30{-webkit-user-select:none;user-select:none;background-color:#3e434b80;margin-inline-start:1px;margin-inline-end:1px;animation:1s step-end infinite _blink_zrzts_1}[data-theme=dark] ._cursor_zrzts_30{background-color:#cccfd540}._elm-template_18rwn_1{all:inherit;background-color:red}._progress_e6hmw_1{display:none}@keyframes _loading_e6hmw_56{0%{transform-origin:0;transform:scaleX(0)}49%{transform-origin:0;transform:scaleX(1)}51%{transform-origin:100%;transform:scaleX(1)}to{transform-origin:100%;transform:scaleX(0)}}._container_e6hmw_27{width:100%;height:var(--weight);border-radius:var(--border-radius);background-color:#0000001a;position:relative;overflow:hidden}[data-theme=dark] ._container_e6hmw_27{background-color:#ffffff1a}._value_e6hmw_41{content:"";width:100%;height:100%;transform:var(--scale-x,scaleX(0));transform-origin:0;background-color:var(--color,#555b67);transition:transform .8s;position:absolute}[data-theme=dark] ._value_e6hmw_41{background-color:var(--color,#b0b5be)}._loading_e6hmw_56{content:"";transform-origin:0;background-color:var(--color,#555b67);width:100%;height:100%;animation-name:_loading_e6hmw_56;animation-duration:1.6s;animation-iteration-count:infinite;position:absolute}[data-theme=dark] ._loading_e6hmw_56{background-color:var(--color,#b0b5be)}._buffer_e6hmw_72{content:"";width:100%;height:100%;transform:var(--scale-x,scaleX(0));transform-origin:0;background-color:var(--color,#555b67);opacity:.25;transition:transform .4s;position:absolute}[data-theme=dark] ._buffer_e6hmw_72{background-color:var(--color,#b0b5be)}._container_13d02_1{width:100%;height:var(--weight);border-radius:var(--border-radius);background-color:#0000001a;position:relative;overflow:hidden}[data-theme=dark] ._container_13d02_1{background-color:#ffffff1a}._bar_13d02_15{content:"";width:100%;height:100%;transform:var(--transform,scaleX(0));transform-origin:0;background-color:var(--color,red);transition:transform .8s;position:absolute}._wrapper_17chp_1{align-items:center;gap:.5rem;display:inline-flex}._wrapper_gcui5_1{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}._error_gcui5_9{color:#c56565;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;min-height:10rem;line-height:1.5rem;display:flex}._image-frame_gcui5_21{place-items:center;width:100%;transition:opacity .2s;display:grid;position:relative}._fallback_gcui5_29{z-index:2;background-color:#0000000d;border-radius:.25rem;grid-area:1/1;justify-content:center;align-items:center;max-width:100%;min-height:8rem;animation:1.5s ease-in-out infinite _pulse_gcui5_1;display:flex}[data-theme=dark] ._fallback_gcui5_29{background-color:#ffffff0d}@keyframes _pulse_gcui5_1{0%,to{opacity:1}50%{opacity:.5}}._image-inline_gcui5_56{z-index:0;width:var(--width,auto);max-width:100%;height:var(--height,auto);grid-area:1/1;margin-block-start:var(--elmethis-margin-block-start,0);transition:opacity .2s .1s;display:block}._image-block_gcui5_67{z-index:0;width:var(--width,auto);max-width:100%;height:var(--height,auto);border-radius:.25rem;grid-area:1/1;transition:opacity .2s .1s;display:block;box-shadow:0 0 .125rem #0000004d}._alt-container_gcui5_79{color:#6987b8;opacity:.8;justify-content:center;align-items:center;gap:1rem;max-width:80%;margin:1rem;display:flex}._alt-text_gcui5_90{flex:1}._modal_gcui5_94{z-index:10;cursor:zoom-out;background-color:#23262acc;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}._modal-image_gcui5_108{cursor:zoom-out;max-width:100%;display:block}._file_sk4pw_1{box-sizing:border-box;background-color:#fff3;border-radius:.25rem;justify-content:space-between;align-items:center;width:100%;margin-block-start:var(--elmethis-margin-block-start);padding:1rem;display:flex;box-shadow:0 0 .125rem #0003}[data-theme=dark] ._file_sk4pw_1{background-color:#0003}._left-container_sk4pw_19{justify-content:flex-start;align-items:center;gap:.75rem;display:flex}._right-container_sk4pw_26{justify-content:flex-end;align-items:center;gap:.75rem;display:flex}._download-icon_sk4pw_33{cursor:pointer;border-radius:.125rem;padding:.125rem;transition:color .2s,background-color .2s}._download-icon_sk4pw_33:hover{background-color:#0000001a}[data-theme=dark] ._download-icon_sk4pw_33:hover{background-color:#ffffff1a}._parent_1hx4v_1{margin-block:var(--margin-block);border-radius:.25rem;transition:background-color .2s,transform .2s;overflow:hidden;box-shadow:0 0 .125rem #0000001a;container-type:inline-size}._parent_1hx4v_1:hover{background-color:#6987b81a;transform:translate(-.125rem)translateY(-.125rem)}._parent_1hx4v_1:active{background-color:#59b57c1a;transform:translate(0)translateY(0)}._bookmark_1hx4v_23{all:unset;cursor:pointer;background-color:#ffffff80;display:flex}[data-theme=dark] ._bookmark_1hx4v_23{background-color:#0003}._bookmark_1hx4v_23{flex-direction:row;height:120px}@container (width<=700px){._bookmark_1hx4v_23{flex-direction:column;height:auto}}._image_1hx4v_42{opacity:.9;object-fit:cover;object-position:center;aspect-ratio:2;justify-content:center;align-items:center;min-width:min-content;max-width:35%;height:100%;display:flex;overflow:hidden}@container (width<=700px){._image_1hx4v_42{min-width:unset;max-width:unset;width:100%}}._typography_1hx4v_62{box-sizing:border-box;flex-direction:column;flex:1;justify-content:space-between;gap:.25rem;padding:.5rem;display:flex;overflow:hidden}._title_1hx4v_73{white-space:nowrap;text-overflow:ellipsis;width:100%;display:inline;overflow:hidden}._date_1hx4v_81{white-space:nowrap;text-overflow:ellipsis;justify-content:flex-end;gap:.5rem;width:100%;display:flex}._link_1hx4v_90{white-space:nowrap;text-overflow:ellipsis;justify-content:flex-end;align-items:center;gap:.5rem;width:100%;display:flex}._favicon_1hx4v_100{width:16px;height:16px}._container_1r6mu_1{-webkit-user-select:none;user-select:none;flex-flow:wrap;align-items:center;gap:0;display:flex}._link-container_1r6mu_10{box-sizing:border-box;cursor:pointer;border-radius:.25rem;flex-direction:row;align-items:center;gap:0;padding:.25rem;transition:background-color .1s,opacity .1s,transform .1s;display:flex}._link-container_1r6mu_10:hover{background-color:#868e9c33;transform:translate(-1px)translateY(-1px)}._link-container_1r6mu_10:active{opacity:.5;transform:translate(1px)translateY(1px)}._text_1r6mu_36{opacity:var(--opacity);transition:opacity .2s;transition-delay:var(--delay);padding:0 .25rem}._wrapper_1tlqa_1{--const-margin:1rem;z-index:50;-webkit-tap-highlight-color:transparent;margin:var(--const-margin) .5rem;width:var(--size);height:var(--size);opacity:1;cursor:pointer;transform-origin:50%;transition:transform .7s,opacity .4s;display:block;position:fixed;bottom:0;transform:translateY(250%)rotate(180deg)}._wrapper_1tlqa_1:hover{opacity:.8}._wrapper_1tlqa_1:active{opacity:.4}._wrapper--visible_1tlqa_33{transition:transform .7s,opacity .2s;transform:translateY(0%)rotate(0)}@keyframes _move_1tlqa_1{0%{opacity:0;transform:translateY(600%)}25%{opacity:1;transform:translateY(220%)}42%{opacity:1;transform:translateY(200%)}67%{opacity:1;transform:translateY(0%)}to{opacity:0;transform:translateY(-50%)scale(.5)}}._partial_1tlqa_63{width:var(--size);opacity:0;height:20px;animation:3s ease-out infinite _move_1tlqa_1;position:absolute;transform:scale3d(.5,.5,.5)}._partial_1tlqa_63:first-of-type{animation:3s ease-out 1s infinite _move_1tlqa_1}._partial_1tlqa_63:nth-of-type(2){animation:3s ease-out 2s infinite _move_1tlqa_1}._partial_1tlqa_63:before{content:"";background-color:#494f59;width:50%;height:100%;position:absolute;top:0}[data-theme=dark] :is(._partial_1tlqa_63:before){background-color:#bec2ca}._partial_1tlqa_63:after{content:"";background-color:#494f59;width:50%;height:100%;position:absolute;top:0}[data-theme=dark] :is(._partial_1tlqa_63:after){background-color:#bec2ca}._partial_1tlqa_63:before{left:0;transform:skewY(-30deg)}._partial_1tlqa_63:after{right:0;transform:skewY(30deg)}._text_1tlqa_104{text-align:center;z-index:50;width:100%;bottom:calc(0px - var(--const-margin));white-space:nowrap;-webkit-user-select:none;user-select:none;color:var(--color,#606875);font-family:sans-serif;font-size:12px;transition:opacity .2s .4s;position:absolute}._text_1tlqa_104::selection{color:#cccfd5;background-color:var(--color,#3e434b)}[data-theme=dark] ._text_1tlqa_104{color:var(--color,#b0b5be)}[data-theme=dark] ._text_1tlqa_104::selection{color:#3e434b;background-color:var(--color,#cccfd5)}._toc_eubcy_1{box-sizing:border-box;border-left:.25rem solid #0000001a;flex-direction:column;padding-left:.5rem;display:flex}[data-theme=dark] ._toc_eubcy_1{border-left-color:#ffffff26}._link_eubcy_15{all:unset;box-sizing:border-box;padding:.25rem;padding-left:var(--padding-left,.25rem);cursor:pointer;border-radius:.25rem;justify-content:flex-start;gap:.5rem;transition:background-color .2s;display:flex}._link_eubcy_15:hover{background-color:#6987b833}._block-fallback_adya7_1{width:100%;height:var(--height);justify-content:center;align-items:center;display:flex;position:relative}@keyframes _elm-rectangle-wave_gxedo_1{0%{opacity:0;transform:scale(0)}30%{opacity:0}40%{opacity:1}to{opacity:0;transform:scale(1)}}._rectangle-wave_gxedo_21{box-sizing:border-box;border:1px solid #000000b3;width:100%;height:100%;margin:0;animation-name:_elm-rectangle-wave_gxedo_1;animation-duration:1.2s;animation-iteration-count:infinite;animation-fill-mode:both;position:absolute;overflow:hidden}[data-theme=dark] ._rectangle-wave_gxedo_21{border-color:#ffffffb3}@keyframes _draw-line_ycu2l_1{0%{stroke-dashoffset:0%}to{stroke-dashoffset:400%}}@keyframes _rotate_ycu2l_1{0%{transform:rotate(180deg)}to{transform:rotate(-180deg)}}._circle_ycu2l_19{stroke-dasharray:200%;transform-origin:50%;stroke:#555b67;animation:1.2s ease-in-out infinite _draw-line_ycu2l_1,1.2s linear infinite _rotate_ycu2l_1}[data-theme=dark] ._circle_ycu2l_19{stroke:#b0b5be}._unsupported_1xu4c_1{box-sizing:border-box;border:1px dashed #868e9c80;flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-block-start:var(--elmethis-margin-block-start);padding:4rem;display:flex}._message_1xu4c_13{justify-content:center;align-items:center;gap:.5rem;display:flex}._icon_1xu4c_20{fill:#868e9c}._details_1xu4c_24{opacity:.75}._button_c0mex_1{all:unset;box-sizing:border-box;-webkit-user-select:none;user-select:none;cursor:pointer;min-height:2.75rem;opacity:var(--opacity);border:1px solid #cdb57b99;border-radius:.25rem;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1.5rem;line-height:1.5rem;transition:opacity .2s,transform .2s;position:relative;overflow:hidden;box-shadow:0 0 .125rem #80808040}._button-ornament_c0mex_29{content:"";clip-path:polygon(100% 0%,1000% 100%,0% 100%);background-color:#dbcaa099;width:1rem;height:1rem;position:absolute;bottom:-1px;right:-1px}._normal_c0mex_40{color:#0009;background-color:#fffc}[data-theme=dark] ._normal_c0mex_40{color:#fff9;background-color:#3e434b}._primary_c0mex_50{color:#fff9;background-color:#3e434b}[data-theme=dark] ._primary_c0mex_50{color:#0009;background-color:#fffc}._colored_c0mex_60{background-color:var(--color)}._enable_c0mex_64{transition:opacity .2s,transform .1s,box-shadow .2s}[data-theme=dark] ._enable_c0mex_64:hover{opacity:var(--opacity,.7);transform:translate(-1px)translateY(-1px)}[data-theme=dark] ._enable_c0mex_64:active{opacity:var(--opacity,.5);transform:translate(1px)translateY(1px)}._enable_c0mex_64:hover{opacity:var(--opacity,.7);transform:translate(-1px)translateY(-1px);box-shadow:.125rem .125rem .125rem #80808040}._enable_c0mex_64:active{opacity:var(--opacity,.5);transform:translate(1px)translateY(1px);box-shadow:-1px -1px .125rem #80808040}._flex_c0mex_95{justify-content:center;align-items:center;gap:.5rem;display:flex}@keyframes _button-ripple_c0mex_1{0%{opacity:1;transform:scale(0)}50%{opacity:1;transform:scale(1.2)}to{opacity:0;transform:scale(1.2)}}._ripple_c0mex_117{pointer-events:none;aspect-ratio:1;opacity:0;background-color:#cdb57b26;border-radius:50%;width:100%;transition:none;animation-name:_button-ripple_c0mex_1;animation-duration:.3s;animation-timing-function:ease-out;animation-fill-mode:both;position:absolute}._container_12edl_1{-webkit-user-select:none;user-select:none;cursor:pointer;width:-moz-fit-content;width:fit-content;font-family:sans-serif;transition:opacity .2s}._container_12edl_1:hover{opacity:.8}._container-disable_12edl_14{opacity:.45;cursor:not-allowed}._container-disable_12edl_14:hover{opacity:.45}._checkbox_12edl_23{stroke:#000c;fill:#0000}[data-theme=dark] ._checkbox_12edl_23{stroke:#fffc}._rect_12edl_32{transition:all .2s}._rect-loading_12edl_36{opacity:.3}._rect-checked_12edl_40{fill:#000c}[data-theme=dark] ._rect-checked_12edl_40{fill:#fffc}._loading_12edl_48{fill:#000000b3;transition:opacity .2s}[data-theme=dark] ._loading_12edl_48{fill:#ffffffb3}@keyframes _elmethis-checkbox-check-line_12edl_1{0%{stroke-dashoffset:100%}to{stroke-dashoffset:0%}}._check-line_12edl_67{stroke-dasharray:100%;transform-origin:50%;stroke:#ffffffe6;animation-name:_elmethis-checkbox-check-line_12edl_1;animation-duration:.2s;animation-timing-function:ease-in-out;animation-delay:.1s;animation-fill-mode:both}[data-theme=dark] ._check-line_12edl_67{stroke:#000000e6}._wrapper_3ipdq_1{-webkit-user-select:none;user-select:none;box-sizing:border-box;background-color:#fffc;border:1px solid #0000;border-radius:.25rem;flex-direction:column;justify-content:space-between;width:100%;padding:.25rem;transition:border-color .2s,background-color .2s;display:flex;position:relative;box-shadow:0 0 .125rem #00000026}[data-theme=dark] ._wrapper_3ipdq_1{background-color:#ffffff26;box-shadow:0 0 .125rem #000000bf}._active_3ipdq_29{border-color:var(--highlight-color)}._header_3ipdq_33{box-sizing:border-box;justify-content:space-between;height:.75rem;padding:0 .25rem;display:flex}._label_3ipdq_41{vertical-align:top;-webkit-user-select:none;user-select:none;height:.75rem;color:var(--highlight-color);margin:0;padding:0;font-size:.75rem;line-height:.75rem;transition:color .2s;display:inline}._body_3ipdq_54{cursor:pointer;justify-content:space-between;align-items:center;padding-left:.25rem;padding-right:.25rem;display:flex}._select_3ipdq_63{justify-content:space-between;align-items:center;width:100%;height:1.25rem;padding:.5rem;display:flex}._selected_3ipdq_72{width:100%;overflow:hidden}._fallback_3ipdq_77{opacity:.6;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}._pulldown_3ipdq_85{z-index:100;box-sizing:border-box;background-color:#fffffff2;border-radius:.25rem;width:100%;padding:.25rem;position:absolute;top:4rem;left:0;box-shadow:0 0 .125rem #00000026}[data-theme=dark] ._pulldown_3ipdq_85{background-color:#333333f2;box-shadow:0 0 .125rem #000000bf}._option_3ipdq_105{box-sizing:border-box;cursor:pointer;border-radius:.25rem;justify-content:flex-start;align-items:center;gap:.25rem;width:100%;padding:.5rem;transition:background-color .1s;display:flex;overflow:hidden}._option_3ipdq_105:hover{background-color:#bec2ca4d}[data-theme=dark] ._option_3ipdq_105:hover{background-color:#bec2ca33}._description_3ipdq_127{box-sizing:border-box;opacity:.35;white-space:nowrap;text-overflow:ellipsis;padding-left:.25rem;font-size:.75em}._switch_8t362_1{display:none}._bar_8t362_5{z-index:0;padding:var(--padding);width:var(--width);height:var(--size);border-radius:calc((var(--size) + var(--padding)) / 2);cursor:pointer;background-color:#80808040;transition:opacity .3s,background-color .3s;position:relative;box-shadow:0 0 2px #0000001a}._bar-checked_8t362_21{background-color:var(--color);opacity:.9}._bar-disabled_8t362_26{cursor:not-allowed}._circle_8t362_30{z-index:1;width:var(--size);height:var(--size);top:var(--padding);left:var(--padding);background-color:#ffffffe6;border-radius:50%;transition:transform .3s,opacity .3s,background-color .3s;position:absolute}._circle-checked_8t362_45{transform:translateX(calc(var(--width) - var(--size)))}._circle-disabled_8t362_49{opacity:.5;background-color:gray}._circle_8t362_30:hover{opacity:.8}@keyframes _loading_1y96m_23{0%{transform-origin:0%;transform:scaleX(0)}40%{transform-origin:0%;transform:scaleX(1)}60%{transform-origin:100%;transform:scaleX(1)}to{transform-origin:100%;transform:scaleX(0)}}._loading_1y96m_23{pointer-events:none;background-color:#6987b8;width:100%;height:100%;transition:opacity .2s;animation-name:_loading_1y96m_23;animation-duration:1.6s;animation-iteration-count:infinite;position:absolute;top:0;left:0}._wrapper_1y96m_38{box-sizing:border-box;background-color:#fffc;border:1px solid #0000;border-radius:.25rem;flex-direction:column;justify-content:space-between;width:100%;padding:.25rem;transition:border-color .2s,background-color .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 0 .125rem #00000026}[data-theme=dark] ._wrapper_1y96m_38{background-color:#ffffff26;box-shadow:0 0 .125rem #000000bf}._active_1y96m_66{border-color:var(--highlight-color)}._header_1y96m_70{box-sizing:border-box;justify-content:space-between;height:.75rem;padding:0 .25rem;display:flex}._label_1y96m_78{vertical-align:top;height:.75rem;color:var(--highlight-color,#000000a6);margin:0;padding:0;font-size:.75rem;line-height:.75rem;transition:color .2s;display:inline}[data-theme=dark] ._label_1y96m_78{color:var(--highlight-color,#ffffffa6)}._required_1y96m_95{color:#c56565;padding-inline-start:.25rem;padding-inline-end:.25rem;font-weight:700}._body_1y96m_101{justify-content:space-between;align-items:center;padding-left:.25rem;padding-right:.25rem;display:flex}._input_1y96m_109{all:unset;box-sizing:border-box;color:#000000b3;caret-color:#000000b3;width:100%;padding:.5rem}._input_1y96m_109::placeholder{opacity:.5}[data-theme=dark] :is(._input_1y96m_109::placeholder){opacity:.7}._input_1y96m_109::selection{color:#ffffffb3;background-color:#000000b3}[data-theme=dark] ._input_1y96m_109{color:#ffffffb3;caret-color:#ffffffb3}[data-theme=dark] ._input_1y96m_109::selection{color:#000000b3;background-color:#ffffffb3}._icon-box_1y96m_141{justify-content:space-between;align-items:center;display:flex}._icon_1y96m_141{box-sizing:border-box;cursor:pointer;border-radius:.125em;padding:.25rem;transition:background-color .2s}._icon_1y96m_141:hover{background-color:#80808033}._suffix_1y96m_159{opacity:.6;-webkit-user-select:none;user-select:none;color:#000000a6;padding:0 .5rem;transition:color .2s}[data-theme=dark] ._suffix_1y96m_159{color:#ffffffa6}._counter_1y96m_172{color:gray;font-size:.75rem}._counter-over_1y96m_177{color:#c56565}._validation_wuw0j_1{opacity:var(--opacity);justify-content:flex-start;align-items:center;gap:.5rem;padding:.125rem 0;transition:opacity .25s;display:flex}._column_12uje_1{flex:1}._column-list_rt1o3_1{flex-direction:row;gap:.5rem;display:flex}._body_gd5gc_1{margin-block-start:3rem;margin-block-end:3rem}._button_gd5gc_5{flex-direction:row;gap:.5rem;width:100%;display:flex}._provider_94i7o_1{z-index:100;background-color:#23262acc;justify-content:center;align-items:center;width:100%;height:100vh;margin:0;padding:0;transition:opacity .4s;display:flex;position:fixed;top:0;left:0}._provider-enter_94i7o_19{opacity:1}._provider-exit_94i7o_23{opacity:0}._modal_94i7o_27{box-sizing:border-box;max-width:min(500px,100vw - 1rem);width:var(--width,100%);background-color:#fffc;border-radius:.25rem;padding:.5rem}._window_l8snl_1{background-color:#0000000d;border-radius:.25rem;transition:background-color .4s;overflow:hidden;box-shadow:0 0 .25rem #00000026}[data-theme=dark] ._window_l8snl_1{background-color:#ffffff0d;box-shadow:0 0 .25rem #00000059}._header_l8snl_14{box-sizing:border-box;background-color:#0000001a;justify-content:flex-start;align-items:center;gap:.5rem;height:2rem;padding:.5rem .75rem;display:flex}._dot_l8snl_25{background-color:var(--bg);border-radius:50%;width:.75rem;height:.75rem}._parallax_1tovg_1{z-index:-1;opacity:.2;background-repeat:repeat;background-size:auto;width:100%;height:2000vh;position:fixed;top:0;left:0}[data-theme=dark] ._parallax_1tovg_1{opacity:.1}._container_1mzm0_1{box-sizing:border-box;color:#000000b3;transform-origin:top;background-color:#ffffffe6;border-radius:.25rem;padding:.5rem;box-shadow:0 0 .125rem #0003}[data-theme=dark] ._container_1mzm0_1{color:#ffffffb3;background-color:#000000e6}._title_1mzm0_16{box-sizing:border-box;padding-bottom:.25rem;font-weight:700}._text_1mzm0_22{opacity:.9}._original_3zasf_1{position:relative}._tooltip_3zasf_5{box-sizing:border-box;z-index:1000;max-width:min(32rem,100vw - 2rem);padding:.5rem 0;transition:opacity .2s,transform .2s;position:fixed}._tooltip-enter_3zasf_17{opacity:1;transform:scale(1)}@starting-style{._tooltip-enter_3zasf_17{opacity:0;transform:scale(.95)}}._snackbar_1f0go_1{pointer-events:all;background-color:#ffffff80;border-radius:.25rem;flex-direction:row;align-items:center;gap:1rem;padding:.75rem;display:inline-flex;position:relative;box-shadow:0 0 .25rem #00000040}[data-theme=dark] ._snackbar_1f0go_1{background-color:#0003;box-shadow:0 0 .25rem #00000080}._icon_1f0go_19{cursor:pointer;border-radius:50%;padding:.25rem;transition:background-color .2s}._icon_1f0go_19:hover{background-color:#0000001a}[data-theme=dark] ._icon_1f0go_19:hover{background-color:#ffffff1a}@keyframes _progress_1f0go_45{0%{transform-origin:0;transform:scaleX(1)}to{transform-origin:0;transform:scaleX(0)}}._progress_1f0go_45{background-color:#6987b8;width:100%;height:3px;animation-name:_progress_1f0go_45;animation-timing-function:linear;animation-iteration-count:1;animation-fill-mode:both;position:absolute;bottom:0;left:0}._snackbar-screen_up7j2_1{z-index:1000;pointer-events:none;justify-content:flex-end;align-items:flex-end;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}._snackbar-container_up7j2_14{flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:.5rem;margin:1rem;display:flex}._snackbar-item_up7j2_23{transition:opacity .3s,transform .3s}._elm-tabs_ykoqx_1{background-color:#ffffff80;background-color:color(display-p3 1 1 1/.5);background-color:lab(100% -.0000298023 .0000119209/.5);border:1px solid #0000001a;border:1px solid color(display-p3 0 0 0/.1);border:1px solid lab(0% 0 0/.1);border-radius:.25rem;flex-direction:column;gap:0;width:100%;display:flex;overflow:hidden;box-shadow:0 0 .125rem #0000001a;box-shadow:0 0 .125rem color(display-p3 0 0 0/.1);box-shadow:0 0 .125rem lab(0% 0 0/.1)}[data-theme=dark] ._elm-tabs_ykoqx_1{background-color:#0000001a;background-color:color(display-p3 0 0 0/.1);background-color:lab(0% 0 0/.1)}._tab-container_ykoqx_18{border-bottom:1px solid #8080804d;border-bottom:1px solid color(display-p3 .501961 .501961 .501961/.3);border-bottom:1px solid lab(53.585% 0 .0000119209/.3);flex-direction:row;display:flex}._tab_ykoqx_18{box-sizing:border-box;cursor:pointer;border-bottom:2px solid #0000;border-right:1px dashed #80808033;border-right:1px dashed color(display-p3 .501961 .501961 .501961/.2);border-right:1px dashed lab(53.585% 0 .0000119209/.2);justify-content:center;align-items:center;min-width:6rem;margin:0;padding:1rem;transition:background-color .2s,border-color .2s;display:flex}._tab_ykoqx_18._active_ykoqx_40{border-bottom-color:var(--elmethis-color-primary);cursor:default;background-color:#7cbac506;background-color:color(display-p3 .539997 .722979 .765736/.025);background-color:lab(71.6023% -18.6078 -12.2676/.025)}._tab_ykoqx_18:hover{background-color:#7cbac50d;background-color:color(display-p3 .539997 .722979 .765736/.05);background-color:lab(71.6023% -18.6078 -12.2676/.05)}._tab-content-container_ykoqx_51{box-sizing:border-box;width:100%;height:min-content;padding:.5rem}._tab-content_ykoqx_51{width:100%;margin:0;transition:transform .2s,opacity .2s;display:none}._tab-content_ykoqx_51._active_ykoqx_40{display:block}@starting-style{._tab-content_ykoqx_51{opacity:0;transform:translateY(-8px)}}._toggle_1c0pb_1{grid-template-rows:3rem 0fr;scroll-margin-block-start:var(--elmethis-margin-block-start);transition:grid .2s;display:grid}._open_1c0pb_8{grid-template-rows:3rem 1fr}._summary_1c0pb_12{box-sizing:border-box;cursor:pointer;background-color:#3e434b0d;border:1px solid #00000020;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:1rem;display:flex}[data-theme=dark] ._summary_1c0pb_12{background-color:#bec2ca1a;border:1px solid #ffffff20}._summary-left_1c0pb_31{align-items:center;gap:.5rem;display:flex}._content_1c0pb_37{opacity:0;background-color:#ffffff1a;border:0 solid #00000020;border-radius:0 0 .25rem .25rem;margin:0;padding:.75rem;transition:opacity .15s;display:block;overflow:hidden}[data-theme=dark] ._content_1c0pb_37{background-color:#bec2ca0d;border:0 solid #ffffff20}._content-open_1c0pb_60{opacity:1;border-width:1px}._close_1c0pb_65{flex-direction:row;justify-content:flex-end;align-items:center;gap:.25rem;margin-block-start:.25rem;margin-block-end:.25rem;display:flex}._close-button_1c0pb_74{-webkit-user-select:none;user-select:none;cursor:pointer;opacity:.7;border-radius:.25rem;flex-direction:row;justify-content:flex-end;align-items:center;gap:.25rem;padding:.25rem;transition:background-color .1s;display:flex}._close-button_1c0pb_74:hover{background-color:#c5656526}._table_197ge_1{border-collapse:collapse;border-spacing:0;margin-block-start:var(--elmethis-margin-block-start);box-shadow:0 0 .125rem #0003}._caption_197ge_8{justify-content:center;align-items:center;gap:1rem;width:100%;margin-block-end:1rem;display:inline-flex;position:relative}._caption-inner_197ge_18{justify-content:center;align-items:center;gap:.25rem;display:inline-flex}._spacing_197ge_25{background-color:#80808033;flex-grow:1;height:1px}._common_15vhm_1{color:#000000b3;border-right:1px dotted #00000026;padding:.75rem 1rem}._common_15vhm_1::selection{color:#ffffffb3;background-color:#000000b3}[data-theme=dark] ._common_15vhm_1{color:#ffffffb3;border-right:1px dotted #ffffff26}[data-theme=dark] ._common_15vhm_1::selection{color:#000000b3;background-color:#ffffffb3}._common_15vhm_1:last-child{border-right:none}._td_15vhm_26{border-top:1px solid #00000026}[data-theme=dark] ._td_15vhm_26{border-top-color:#ffffff26}._th_15vhm_34{background-color:#80808026}._thead_184mb_1{text-align:left;border-bottom:2px solid #80808080;transition:background-color .4s,color .4s}._tr_1l64j_1{transition:background-color .2s}._tr_1l64j_1:nth-child(odd){background-color:#0000}._tr_1l64j_1:nth-child(2n){background-color:#00000004}[data-theme=dark] ._tr_1l64j_1:nth-child(2n){background-color:#ffffff04}._tr_1l64j_1:hover{background-color:#6987b826}[data-theme=dark] ._tr_1l64j_1:hover{background-color:#6987b826}._has-row-header_1l64j_25 td:first-child,._has-row-header_1l64j_25 th:first-child{background-color:#80808026}._wrapper_1yj17_1{background-color:#fff6;border-radius:.25rem;flex-direction:column;margin-block-start:var(--elmethis-margin-block-start);transition:background-color .4s,opacity .8s;display:flex;box-shadow:0 0 .125rem #3e434b4d}[data-theme=dark] ._wrapper_1yj17_1{background-color:#2c3037e6;box-shadow:0 0 .125rem #0006}._header_1yj17_18{box-sizing:border-box;border-bottom:1px solid #3e434b4d;flex-flow:row;justify-content:space-between;width:calc(100% - 1rem);margin:.5rem;padding:.25rem .5rem .5rem;font-family:Source Code Pro,Menlo,Consolas,DejaVu Sans Mono,monospace;display:flex}[data-theme=dark] ._header_1yj17_18{border-color:#bec2ca4d}._header__left_1yj17_36{flex-direction:row;align-items:center;gap:.5rem;width:calc(100% - 2rem);display:flex}._caption_1yj17_44{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._header__right_1yj17_50{flex-direction:row;align-items:center;gap:.5rem;display:flex;position:relative}._copy-icon_1yj17_58{box-sizing:border-box;cursor:pointer;color:#000000b3;border-radius:.125rem;width:26px;height:26px;padding:.125rem;transition:background-color .2s}[data-theme=dark] ._copy-icon_1yj17_58{color:#ffffffb3}._copy-icon_1yj17_58:hover{background-color:#0000001a}[data-theme=dark] ._copy-icon_1yj17_58:hover{background-color:#ffffff1a}._code_1yj17_81{scrollbar-width:thin;scrollbar-color:#6987b84d #6987b826;padding:.25rem 1rem 1rem;position:relative;overflow-x:auto}._code-body_1yj17_89{transition:opacity .2s}._fallback_1yj17_93{box-sizing:border-box;pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .2s;display:flex;position:absolute;top:0;left:0}._code_1nyfa_1{font-size:16px;line-height:24px}.shiki,.shiki span{font-family:Source Code Pro,Menlo,Consolas,DejaVu Sans Mono,monospace!important}[data-theme=dark] .shiki span{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important}._katex_1a1aj_1{margin-block-start:var(--elmethis-margin-block-start);font-family:inherit}._color-bg_yiibu_1{background-color:var(--background-color);cursor:pointer;border-radius:.25rem;justify-content:center;align-items:center;width:5rem;height:2rem;transition:opacity .1s;display:flex}._color-bg_yiibu_1:active{opacity:.5}._text_yiibu_17{color:var(--color);cursor:pointer;border-radius:.125rem;margin-block-start:.125rem;margin-block-end:.125rem;padding:.125rem;font-size:.85em;transition:color .1s,background-color .1s,opacity .1s}._text_yiibu_17:hover{color:#fff;background-color:var(--color)}._text_yiibu_17:active{opacity:.5}._text_yiibu_17::selection{color:#fff;background-color:var(--color)}._container_a7c06_1{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.25rem;display:flex}._row-container_a7c06_9{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:.25rem;display:flex}._color-name_a7c06_17{width:6rem;color:var(--color)}._color-name_a7c06_17::selection{background-color:var(--color);color:#fff}._palette_1u43p_1{height:clamp(300px, var(--height), calc(100vh - 2rem));width:clamp(300px, var(--width), calc(100vw - 1rem));border-radius:.25rem;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 0 .125rem #3e434b80}._header_1u43p_11{box-sizing:border-box;color:#3e434b;background-color:#e1e3e6;border-bottom:1px solid #cccfd5bf;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;height:3rem;padding:.5rem;font-size:1.1rem;display:flex}[data-theme=dark] ._header_1u43p_11{background-color:#33373e;border-color:#cccfd54d}._input_1u43p_31{all:unset;caret-color:#788191;color:#3e434b;width:100%;font-family:monospace}[data-theme=dark] ._input_1u43p_31{color:#cccfd5}._body_1u43p_43{-webkit-user-select:none;user-select:none;background-color:#ecedef;flex-direction:column;gap:0;width:100%;height:100%;display:flex;position:relative;overflow:hidden auto}[data-theme=dark] ._body_1u43p_43{background-color:#3e434b}._empty-result_1u43p_60{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._command_1u43p_71{all:unset;box-sizing:border-box;cursor:pointer;border-bottom:1px solid #cccfd580;border-left:4px solid #0000;grid-template-columns:2rem minmax(min-content,1fr) minmax(min-content,1fr) 50fr 2rem;align-items:center;gap:.5rem;width:100%;min-height:3rem;padding:0 .75rem;transition:background-color .1s;display:grid;overflow:hidden}._command_1u43p_71:hover{background-color:#6987b833}[data-theme=dark] ._command_1u43p_71{border-bottom:1px solid #cccfd533}._command-selected_1u43p_99{background-color:#6987b81a;border-color:#868e9c80}._command-icon_1u43p_104{height:1.5rem}._tag_1u43p_108{box-sizing:border-box;background-color:var(--tag-color);color:#fff;opacity:.7;border-radius:.125rem;min-width:2rem;padding:.125rem .25rem;font-size:.75em}._footer_1u43p_119{box-sizing:border-box;-webkit-user-select:none;user-select:none;background-color:#e1e3e6;border-top:1px solid #cccfd5bf;justify-content:flex-end;align-items:center;gap:.5rem;padding:.5rem;display:flex}[data-theme=dark] ._footer_1u43p_119{background-color:#33373e;border-color:#cccfd54d}._jarkup-body_jsvhx_1>*+*{margin-block-start:2em}._unsupported-block_jsvhx_5{background-color:#0000000d;border-radius:.25rem;padding:.5rem;font-size:.8em;overflow-x:auto}[data-theme=dark] ._unsupported-block_jsvhx_5{background-color:#ffffff0d}._jarkup-body_1rlbi_1{--margin-block:3rem}._jarkup-body_1rlbi_1>*+*{margin-block-start:var(--margin-block,2em)}._column-list_1rlbi_9{box-sizing:content-box;flex-direction:row;justify-content:space-around;gap:.25rem;width:100%;margin-block-start:var(--elmethis-margin-block-start);padding-block-start:.25rem;padding-block-end:.25rem;display:flex;overflow:auto}._column_1rlbi_9{box-sizing:border-box;flex:var(--width-ratio,1);margin-block-start:var(--elmethis-margin-block-start);padding:.125rem}._markdown-body_130yx_1>*+*{margin-block-start:2em}._markdown-body_130yx_1{line-height:1.6}._char_sojtj_1{color:#000000b3;font-family:ui-monospace,monospace}._char_sojtj_1::selection{color:#ffffffb3;background-color:#000000b3}[data-theme=dark] ._char_sojtj_1{color:#ffffffb3}[data-theme=dark] ._char_sojtj_1::selection{color:#000000b3;background-color:#ffffffb3}._typed_sojtj_20{opacity:.5}._current_sojtj_24{font-weight:700;text-decoration:underline}._incorrect_sojtj_29{color:#c56565;text-decoration:underline}
|
|
2
2
|
/*$vite$:1*/
|
|
@@ -1,26 +1,12 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import "@styles/global.css";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
3
|
+
import type { ElmethisCSSVariables } from "@styles/variables";
|
|
4
|
+
export type ElmCodeBlockCSSVariables = Pick<ElmethisCSSVariables, "--elmethis-margin-block-start">;
|
|
6
5
|
export interface ElmCodeBlockProps {
|
|
7
6
|
style?: React.CSSProperties & ElmCodeBlockCSSVariables;
|
|
8
|
-
/**
|
|
9
|
-
* The code to display.
|
|
10
|
-
*/
|
|
11
7
|
code: string;
|
|
12
|
-
/**
|
|
13
|
-
* The language of the code.
|
|
14
|
-
*/
|
|
15
8
|
language?: string;
|
|
16
|
-
/**
|
|
17
|
-
* Optional caption. Falls back to language if not provided.
|
|
18
|
-
*/
|
|
19
9
|
caption?: string;
|
|
20
|
-
/**
|
|
21
|
-
* The margin of the code block.
|
|
22
|
-
*/
|
|
23
|
-
margin?: React.CSSProperties["marginBlock"];
|
|
24
10
|
}
|
|
25
|
-
export declare const ElmCodeBlock: ({ code, language, caption,
|
|
11
|
+
export declare const ElmCodeBlock: ({ code, language, caption, style, }: ElmCodeBlockProps) => import("react/jsx-runtime").JSX.Element;
|
|
26
12
|
//# sourceMappingURL=ElmCodeBlock.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmCodeBlock.d.ts","sourceRoot":"","sources":["../../../src/components/code/ElmCodeBlock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ElmCodeBlock.d.ts","sourceRoot":"","sources":["../../../src/components/code/ElmCodeBlock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AACxE,OAAO,oBAAoB,CAAC;AAW5B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D,MAAM,MAAM,wBAAwB,GAAG,IAAI,CACzC,oBAAoB,EACpB,+BAA+B,CAChC,CAAC;AAEF,MAAM,WAAW,iBAAiB;IAChC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,wBAAwB,CAAC;IACvD,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,YAAY,GAAI,qCAK1B,iBAAiB,4CAkGnB,CAAC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import "@styles/global.css";
|
|
3
|
+
import type { ElmethisCSSVariables } from "@styles/variables";
|
|
4
|
+
export type ElmKatexCSSVariables = Pick<ElmethisCSSVariables, "--elmethis-margin-block-start">;
|
|
3
5
|
export interface ElmKatexProps {
|
|
4
|
-
style?: React.CSSProperties;
|
|
6
|
+
style?: React.CSSProperties & ElmKatexCSSVariables;
|
|
5
7
|
/**
|
|
6
8
|
* The KaTeX expression to render.
|
|
7
9
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmKatex.d.ts","sourceRoot":"","sources":["../../../src/components/code/ElmKatex.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"ElmKatex.d.ts","sourceRoot":"","sources":["../../../src/components/code/ElmKatex.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,oBAAoB,CAAC;AAE5B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D,MAAM,MAAM,oBAAoB,GAAG,IAAI,CACrC,oBAAoB,EACpB,+BAA+B,CAChC,CAAC;AAEF,MAAM,WAAW,aAAa;IAC5B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,oBAAoB,CAAC;IAEnD;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,eAAO,MAAM,QAAQ,GAAI,+BAItB,aAAa,4CAwCf,CAAC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import "@styles/global.css";
|
|
3
|
+
import type { ElmethisCSSVariables } from "@styles/variables";
|
|
4
|
+
export type ElmMermaidCSSVariables = Pick<ElmethisCSSVariables, "--elmethis-margin-block-start">;
|
|
3
5
|
export interface ElmMermaidProps {
|
|
4
|
-
style?: React.CSSProperties;
|
|
6
|
+
style?: React.CSSProperties & ElmMermaidCSSVariables;
|
|
5
7
|
/**
|
|
6
8
|
* The Mermaid diagram code to render.
|
|
7
9
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmMermaid.d.ts","sourceRoot":"","sources":["../../../src/components/code/ElmMermaid.tsx"],"names":[],"mappings":"AACA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,OAAO,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"ElmMermaid.d.ts","sourceRoot":"","sources":["../../../src/components/code/ElmMermaid.tsx"],"names":[],"mappings":"AACA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,OAAO,oBAAoB,CAAC;AAE5B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D,MAAM,MAAM,sBAAsB,GAAG,IAAI,CACvC,oBAAoB,EACpB,+BAA+B,CAChC,CAAC;AAEF,MAAM,WAAW,eAAe;IAC9B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,sBAAsB,CAAC;IAErD;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd;AAoBD,eAAO,MAAM,UAAU,GAAI,iBAAiB,eAAe,4CA6E1D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmShikiHighlighter.d.ts","sourceRoot":"","sources":["../../../src/components/code/ElmShikiHighlighter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,OAAO,oBAAoB,CAAC;AAK5B,MAAM,WAAW,wBAAwB;IACvC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAE5B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;CAC1C;AAED,eAAO,MAAM,mBAAmB,GAAI,wCAKjC,wBAAwB,
|
|
1
|
+
{"version":3,"file":"ElmShikiHighlighter.d.ts","sourceRoot":"","sources":["../../../src/components/code/ElmShikiHighlighter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,OAAO,oBAAoB,CAAC;AAK5B,MAAM,WAAW,wBAAwB;IACvC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAE5B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;CAC1C;AAED,eAAO,MAAM,mBAAmB,GAAI,wCAKjC,wBAAwB,4CAwC1B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmDesktopWindow.stories.d.ts","sourceRoot":"","sources":["../../../src/components/containments/ElmDesktopWindow.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAGtD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,gBAAgB,CAKvC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"ElmDesktopWindow.stories.d.ts","sourceRoot":"","sources":["../../../src/components/containments/ElmDesktopWindow.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAGtD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,gBAAgB,CAKvC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAQrB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmModal.d.ts","sourceRoot":"","sources":["../../../src/components/containments/ElmModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAEhE,OAAO,oBAAoB,CAAC;AAK5B,MAAM,WAAW,oBAAoB;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,aAAc,SAAQ,KAAK,CAAC,iBAAiB;IAC5D,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,oBAAoB,CAAC;IAEnD,iCAAiC;IACjC,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB,gDAAgD;IAChD,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAEpC,sCAAsC;IACtC,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,iDAAiD;IACjD,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B;AAED,eAAO,MAAM,QAAQ,GAAI,6CAItB,aAAa,
|
|
1
|
+
{"version":3,"file":"ElmModal.d.ts","sourceRoot":"","sources":["../../../src/components/containments/ElmModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAEhE,OAAO,oBAAoB,CAAC;AAK5B,MAAM,WAAW,oBAAoB;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,aAAc,SAAQ,KAAK,CAAC,iBAAiB;IAC5D,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,oBAAoB,CAAC;IAEnD,iCAAiC;IACjC,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB,gDAAgD;IAChD,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAEpC,sCAAsC;IACtC,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,iDAAiD;IACjD,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B;AAED,eAAO,MAAM,QAAQ,GAAI,6CAItB,aAAa,6BA+Cf,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmParallax.stories.d.ts","sourceRoot":"","sources":["../../../src/components/containments/ElmParallax.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"ElmParallax.stories.d.ts","sourceRoot":"","sources":["../../../src/components/containments/ElmParallax.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAK5C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CAKlC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmSnackbar.d.ts","sourceRoot":"","sources":["../../../src/components/containments/ElmSnackbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAO5B,MAAM,WAAW,uBAAuB;CAAG;AAE3C,MAAM,WAAW,gBAAiB,SAAQ,KAAK,CAAC,iBAAiB;IAC/D,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,uBAAuB,CAAC;IAEtD,mCAAmC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,kEAAkE;IAClE,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,4CAA4C;IAC5C,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB;AAED,eAAO,MAAM,WAAW,GAAI,
|
|
1
|
+
{"version":3,"file":"ElmSnackbar.d.ts","sourceRoot":"","sources":["../../../src/components/containments/ElmSnackbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAO5B,MAAM,WAAW,uBAAuB;CAAG;AAE3C,MAAM,WAAW,gBAAiB,SAAQ,KAAK,CAAC,iBAAiB;IAC/D,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,uBAAuB,CAAC;IAEtD,mCAAmC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,kEAAkE;IAClE,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,4CAA4C;IAC5C,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB;AAED,eAAO,MAAM,WAAW,GAAI,uBAA8B,gBAAgB,4CAmBzE,CAAC"}
|
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import "@styles/global.css";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
3
|
+
import type { ElmethisCSSVariables } from "@styles/variables";
|
|
4
|
+
export type ElmToggleCSSVariables = Pick<ElmethisCSSVariables, "--elmethis-margin-block-start">;
|
|
6
5
|
export interface ElmToggleProps extends React.PropsWithChildren {
|
|
7
6
|
style?: React.CSSProperties & ElmToggleCSSVariables;
|
|
8
7
|
/** The summary text of the toggle. */
|
|
9
8
|
summary?: string;
|
|
10
9
|
/** Custom inline summary content (used when summary is not provided). */
|
|
11
10
|
summaryContent?: React.ReactNode;
|
|
12
|
-
/** The margin-block of the toggle. */
|
|
13
|
-
margin?: React.CSSProperties["marginBlock"];
|
|
14
11
|
/** Whether the toggle is open. */
|
|
15
12
|
value?: boolean;
|
|
16
13
|
/** Called when the toggle open state changes. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmToggle.d.ts","sourceRoot":"","sources":["../../../src/components/containments/ElmToggle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"ElmToggle.d.ts","sourceRoot":"","sources":["../../../src/components/containments/ElmToggle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,oBAAoB,CAAC;AAM5B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D,MAAM,MAAM,qBAAqB,GAAG,IAAI,CACtC,oBAAoB,EACpB,+BAA+B,CAChC,CAAC;AAEF,MAAM,WAAW,cAAe,SAAQ,KAAK,CAAC,iBAAiB;IAC7D,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,qBAAqB,CAAC;IAEpD,sCAAsC;IACtC,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,yEAAyE;IACzE,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAEjC,kCAAkC;IAClC,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB,iDAAiD;IACjD,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;CACrC;AAED,eAAO,MAAM,SAAS,GAAI,OAAO,cAAc,4CA8E9C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmMultiProgress.d.ts","sourceRoot":"","sources":["../../../src/components/data/ElmMultiProgress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,oBAAoB,CAAC;AAG5B,MAAM,WAAW,4BAA4B;IAC3C,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;IAC3C,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,MAAM,WAAW,qBAAqB;IACpC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,4BAA4B,CAAC;IAE3D;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC;QACd;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;QAEd;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;KACf,CAAC,CAAC;IAEH;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;IAEvC;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,eAAO,MAAM,gBAAgB,GAAI,qCAK9B,qBAAqB,
|
|
1
|
+
{"version":3,"file":"ElmMultiProgress.d.ts","sourceRoot":"","sources":["../../../src/components/data/ElmMultiProgress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,oBAAoB,CAAC;AAG5B,MAAM,WAAW,4BAA4B;IAC3C,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;IAC3C,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,MAAM,WAAW,qBAAqB;IACpC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,4BAA4B,CAAC;IAE3D;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC;QACd;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;QAEd;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;KACf,CAAC,CAAC;IAEH;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;IAEvC;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,eAAO,MAAM,gBAAgB,GAAI,qCAK9B,qBAAqB,4CAoCvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmProgress.d.ts","sourceRoot":"","sources":["../../../src/components/data/ElmProgress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAG5B,MAAM,WAAW,uBAAuB;IACtC,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;IAC3C,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,gBAAgB;IAC/B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,uBAAuB,CAAC;IAEtD;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;IAEvC;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,WAAW,GAAI,+DASzB,gBAAgB,
|
|
1
|
+
{"version":3,"file":"ElmProgress.d.ts","sourceRoot":"","sources":["../../../src/components/data/ElmProgress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAG5B,MAAM,WAAW,uBAAuB;IACtC,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;IAC3C,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,gBAAgB;IAC/B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,uBAAuB,CAAC;IAEtD;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;IAEvC;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,WAAW,GAAI,+DASzB,gBAAgB,4CAsClB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmStatusMessage.d.ts","sourceRoot":"","sources":["../../../src/components/data/ElmStatusMessage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"ElmStatusMessage.d.ts","sourceRoot":"","sources":["../../../src/components/data/ElmStatusMessage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAO5B,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,CAAC;AAUrE,MAAM,WAAW,4BAA4B;CAAG;AAEhD,MAAM,WAAW,qBAAqB;IACpC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,4BAA4B,CAAC;IAE3D;;OAEG;IACH,MAAM,EAAE,UAAU,CAAC;IAEnB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,gBAAgB,GAAI,6BAI9B,qBAAqB,4CASvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmOEmbed.d.ts","sourceRoot":"","sources":["../../../src/components/embed/ElmOEmbed.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAK5B,UAAU,UAAU;IAClB,IAAI,EAAE,OAAO,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC;IAC1C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,UAAU,WAAY,SAAQ,UAAU;IACtC,IAAI,EAAE,OAAO,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,WAAY,SAAQ,UAAU;IACtC,IAAI,EAAE,OAAO,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,UAAW,SAAQ,UAAU;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,UAAW,SAAQ,UAAU;IACrC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,KAAK,cAAc,GAAG,WAAW,GAAG,WAAW,GAAG,UAAU,GAAG,UAAU,CAAC;AAE1E,MAAM,WAAW,cAAc;IAC7B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAE5B;;OAEG;IACH,MAAM,EAAE,cAAc,CAAC;CACxB;AAED,eAAO,MAAM,SAAS,GAAI,mBAAmB,cAAc,
|
|
1
|
+
{"version":3,"file":"ElmOEmbed.d.ts","sourceRoot":"","sources":["../../../src/components/embed/ElmOEmbed.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAK5B,UAAU,UAAU;IAClB,IAAI,EAAE,OAAO,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC;IAC1C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,UAAU,WAAY,SAAQ,UAAU;IACtC,IAAI,EAAE,OAAO,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,WAAY,SAAQ,UAAU;IACtC,IAAI,EAAE,OAAO,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,UAAW,SAAQ,UAAU;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,UAAW,SAAQ,UAAU;IACrC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,KAAK,cAAc,GAAG,WAAW,GAAG,WAAW,GAAG,UAAU,GAAG,UAAU,CAAC;AAE1E,MAAM,WAAW,cAAc;IAC7B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAE5B;;OAEG;IACH,MAAM,EAAE,cAAc,CAAC;CACxB;AAED,eAAO,MAAM,SAAS,GAAI,mBAAmB,cAAc,4CAmD1D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmRectangleWave.d.ts","sourceRoot":"","sources":["../../../src/components/fallback/ElmRectangleWave.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAG5B,MAAM,WAAW,4BAA4B;CAAG;AAEhD,MAAM,WAAW,qBAAqB;IACpC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,4BAA4B,CAAC;CAC5D;AAED,eAAO,MAAM,gBAAgB,GAAI,OAAO,qBAAqB,
|
|
1
|
+
{"version":3,"file":"ElmRectangleWave.d.ts","sourceRoot":"","sources":["../../../src/components/fallback/ElmRectangleWave.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAG5B,MAAM,WAAW,4BAA4B;CAAG;AAEhD,MAAM,WAAW,qBAAqB;IACpC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,4BAA4B,CAAC;CAC5D;AAED,eAAO,MAAM,gBAAgB,GAAI,OAAO,qBAAqB,4CAI5D,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import "@styles/global.css";
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
import type { ElmethisCSSVariables } from "@styles/variables";
|
|
4
|
+
export type ElmUnsupportedBlockCSSVariables = Pick<ElmethisCSSVariables, "--elmethis-margin-block-start">;
|
|
5
5
|
export interface ElmUnsupportedBlockProps {
|
|
6
6
|
style?: React.CSSProperties & ElmUnsupportedBlockCSSVariables;
|
|
7
7
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmUnsupportedBlock.d.ts","sourceRoot":"","sources":["../../../src/components/fallback/ElmUnsupportedBlock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"ElmUnsupportedBlock.d.ts","sourceRoot":"","sources":["../../../src/components/fallback/ElmUnsupportedBlock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,oBAAoB,CAAC;AAI5B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D,MAAM,MAAM,+BAA+B,GAAG,IAAI,CAChD,oBAAoB,EACpB,+BAA+B,CAChC,CAAC;AAEF,MAAM,WAAW,wBAAwB;IACvC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,+BAA+B,CAAC;IAE9D;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,mBAAmB,GAAI,OAAO,wBAAwB,4CAqBlE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmButton.d.ts","sourceRoot":"","sources":["../../../src/components/form/ElmButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAExE,OAAO,oBAAoB,CAAC;AAK5B,MAAM,WAAW,qBAAqB;IACpC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,cAAe,SAAQ,KAAK,CAAC,iBAAiB;IAC7D,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,qBAAqB,CAAC;IAEpD,8CAA8C;IAC9C,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,mCAAmC;IACnC,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB,sCAAsC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,mCAAmC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,qCAAqC;IACrC,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,qBAAqB;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,SAAS,GAAI,iDAMvB,cAAc,
|
|
1
|
+
{"version":3,"file":"ElmButton.d.ts","sourceRoot":"","sources":["../../../src/components/form/ElmButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAExE,OAAO,oBAAoB,CAAC;AAK5B,MAAM,WAAW,qBAAqB;IACpC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,cAAe,SAAQ,KAAK,CAAC,iBAAiB;IAC7D,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,qBAAqB,CAAC;IAEpD,8CAA8C;IAC9C,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,mCAAmC;IACnC,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB,sCAAsC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,mCAAmC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,qCAAqC;IACrC,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,qBAAqB;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,SAAS,GAAI,iDAMvB,cAAc,4CAwDhB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmCheckbox.d.ts","sourceRoot":"","sources":["../../../src/components/form/ElmCheckbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAE3C,OAAO,oBAAoB,CAAC;AAG5B,MAAM,WAAW,uBAAuB;CAAG;AAE3C,MAAM,WAAW,gBAAgB;IAC/B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,uBAAuB,CAAC;IAEtD,2BAA2B;IAC3B,KAAK,EAAE,MAAM,CAAC;IAEd,uCAAuC;IACvC,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,kDAAkD;IAClD,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,wCAAwC;IACxC,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,6CAA6C;IAC7C,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;CACvC;AAED,eAAO,MAAM,WAAW,GAAI,yCAKzB,gBAAgB,
|
|
1
|
+
{"version":3,"file":"ElmCheckbox.d.ts","sourceRoot":"","sources":["../../../src/components/form/ElmCheckbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAE3C,OAAO,oBAAoB,CAAC;AAG5B,MAAM,WAAW,uBAAuB;CAAG;AAE3C,MAAM,WAAW,gBAAgB;IAC/B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,uBAAuB,CAAC;IAEtD,2BAA2B;IAC3B,KAAK,EAAE,MAAM,CAAC;IAEd,uCAAuC;IACvC,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,kDAAkD;IAClD,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,wCAAwC;IACxC,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,6CAA6C;IAC7C,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;CACvC;AAED,eAAO,MAAM,WAAW,GAAI,yCAKzB,gBAAgB,4CA6JlB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmCheckbox.stories.d.ts","sourceRoot":"","sources":["../../../src/components/form/ElmCheckbox.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CAKlC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"ElmCheckbox.stories.d.ts","sourceRoot":"","sources":["../../../src/components/form/ElmCheckbox.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CAKlC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KASrB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmSelect.d.ts","sourceRoot":"","sources":["../../../src/components/form/ElmSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAExE,OAAO,oBAAoB,CAAC;AAU5B,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,qBAAqB;IACpC,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,MAAM,WAAW,cAAc;IAC7B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,qBAAqB,CAAC;IAEpD,wCAAwC;IACxC,KAAK,EAAE,MAAM,CAAC;IAEd,mDAAmD;IACnD,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,sCAAsC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,8CAA8C;IAC9C,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,uBAAuB;IACvB,OAAO,EAAE,eAAe,EAAE,CAAC;IAE3B,iCAAiC;IACjC,cAAc,CAAC,EAAE,eAAe,GAAG,IAAI,CAAC;IAExC,yCAAyC;IACzC,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,eAAe,KAAK,IAAI,CAAC;CAC9C;AAED,eAAO,MAAM,SAAS,GAAI,iCAIvB,cAAc,
|
|
1
|
+
{"version":3,"file":"ElmSelect.d.ts","sourceRoot":"","sources":["../../../src/components/form/ElmSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAExE,OAAO,oBAAoB,CAAC;AAU5B,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,qBAAqB;IACpC,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,MAAM,WAAW,cAAc;IAC7B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,qBAAqB,CAAC;IAEpD,wCAAwC;IACxC,KAAK,EAAE,MAAM,CAAC;IAEd,mDAAmD;IACnD,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,sCAAsC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,8CAA8C;IAC9C,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,uBAAuB;IACvB,OAAO,EAAE,eAAe,EAAE,CAAC;IAE3B,iCAAiC;IACjC,cAAc,CAAC,EAAE,eAAe,GAAG,IAAI,CAAC;IAExC,yCAAyC;IACzC,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,eAAe,KAAK,IAAI,CAAC;CAC9C;AAED,eAAO,MAAM,SAAS,GAAI,iCAIvB,cAAc,4CA4GhB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmSwitch.d.ts","sourceRoot":"","sources":["../../../src/components/form/ElmSwitch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAE3C,OAAO,oBAAoB,CAAC;AAG5B,MAAM,WAAW,qBAAqB;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,cAAc;IAC7B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,qBAAqB,CAAC;IAEpD,4CAA4C;IAC5C,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,8BAA8B;IAC9B,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;IAEpC,qCAAqC;IACrC,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,sCAAsC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,6CAA6C;IAC7C,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;CACvC;AAED,eAAO,MAAM,SAAS,GAAI,8CAMvB,cAAc,
|
|
1
|
+
{"version":3,"file":"ElmSwitch.d.ts","sourceRoot":"","sources":["../../../src/components/form/ElmSwitch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAE3C,OAAO,oBAAoB,CAAC;AAG5B,MAAM,WAAW,qBAAqB;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,cAAc;IAC7B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,qBAAqB,CAAC;IAEpD,4CAA4C;IAC5C,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,8BAA8B;IAC9B,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;IAEpC,qCAAqC;IACrC,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,sCAAsC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,6CAA6C;IAC7C,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;CACvC;AAED,eAAO,MAAM,SAAS,GAAI,8CAMvB,cAAc,4CAkDhB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmTextField.d.ts","sourceRoot":"","sources":["../../../src/components/form/ElmTextField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAEpE,OAAO,oBAAoB,CAAC;AAqB5B,MAAM,MAAM,gBAAgB,GACxB,MAAM,GACN,KAAK,GACL,OAAO,GACP,MAAM,GACN,MAAM,GACN,KAAK,GACL,OAAO,GACP,KAAK,GACL,SAAS,GACT,MAAM,GACN,QAAQ,CAAC;AAgBb,MAAM,WAAW,wBAAwB;IACvC,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,MAAM,WAAW,iBAAiB;IAChC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,wBAAwB,CAAC;IAEvD,gCAAgC;IAChC,KAAK,EAAE,MAAM,CAAC;IAEd,gCAAgC;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,mBAAmB;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,wBAAwB;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,kDAAkD;IAClD,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,mCAAmC;IACnC,IAAI,CAAC,EAAE,gBAAgB,CAAC;IAExB,kDAAkD;IAClD,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,qCAAqC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,qBAAqB;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,qCAAqC;IACrC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC;AAED,eAAO,MAAM,YAAY,GAAI,8DAO1B,iBAAiB,
|
|
1
|
+
{"version":3,"file":"ElmTextField.d.ts","sourceRoot":"","sources":["../../../src/components/form/ElmTextField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAEpE,OAAO,oBAAoB,CAAC;AAqB5B,MAAM,MAAM,gBAAgB,GACxB,MAAM,GACN,KAAK,GACL,OAAO,GACP,MAAM,GACN,MAAM,GACN,KAAK,GACL,OAAO,GACP,KAAK,GACL,SAAS,GACT,MAAM,GACN,QAAQ,CAAC;AAgBb,MAAM,WAAW,wBAAwB;IACvC,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,MAAM,WAAW,iBAAiB;IAChC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,wBAAwB,CAAC;IAEvD,gCAAgC;IAChC,KAAK,EAAE,MAAM,CAAC;IAEd,gCAAgC;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,mBAAmB;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,wBAAwB;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,kDAAkD;IAClD,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,mCAAmC;IACnC,IAAI,CAAC,EAAE,gBAAgB,CAAC;IAExB,kDAAkD;IAClD,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,qCAAqC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,qBAAqB;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,qCAAqC;IACrC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC;AAED,eAAO,MAAM,YAAY,GAAI,8DAO1B,iBAAiB,4CA0HnB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmValidation.d.ts","sourceRoot":"","sources":["../../../src/components/form/ElmValidation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAM5B,MAAM,WAAW,yBAAyB;IACxC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,kBAAkB;IACjC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,yBAAyB,CAAC;IAExD,mCAAmC;IACnC,IAAI,EAAE,MAAM,CAAC;IAEb,4BAA4B;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,2CAA2C;IAC3C,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,aAAa,GAAI,0BAG3B,kBAAkB,
|
|
1
|
+
{"version":3,"file":"ElmValidation.d.ts","sourceRoot":"","sources":["../../../src/components/form/ElmValidation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAM5B,MAAM,WAAW,yBAAyB;IACxC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,kBAAkB;IACjC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,yBAAyB,CAAC;IAExD,mCAAmC;IACnC,IAAI,EAAE,MAAM,CAAC;IAEb,4BAA4B;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,2CAA2C;IAC3C,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,aAAa,GAAI,0BAG3B,kBAAkB,4CAoBpB,CAAC"}
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import "@styles/global.css";
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
import type { ElmethisCSSVariables } from "@styles/variables";
|
|
4
|
+
export type ElmMdiIconCSSVariables = Pick<ElmethisCSSVariables, "--elmethis-color-primary" | "--elmethis-color-primary-dark"> & {
|
|
5
|
+
"--elmethis-scoped-color"?: React.CSSProperties["color"];
|
|
6
|
+
"--elmethis-scoped-color-dark"?: React.CSSProperties["color"];
|
|
7
|
+
};
|
|
5
8
|
export interface ElmMdiIconProps {
|
|
6
9
|
style?: React.CSSProperties & ElmMdiIconCSSVariables;
|
|
7
10
|
d: string;
|
|
11
|
+
useThemeColor?: boolean;
|
|
8
12
|
size?: number | string;
|
|
9
13
|
color?: string;
|
|
10
14
|
colorLight?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmMdiIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icon/ElmMdiIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"ElmMdiIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icon/ElmMdiIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAE5B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D,MAAM,MAAM,sBAAsB,GAAG,IAAI,CACvC,oBAAoB,EACpB,0BAA0B,GAAG,+BAA+B,CAC7D,GAAG;IACF,yBAAyB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;IACzD,8BAA8B,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;CAC/D,CAAC;AAEF,MAAM,WAAW,eAAe;IAC9B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,sBAAsB,CAAC;IAErD,CAAC,EAAE,MAAM,CAAC;IAEV,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,4CAyBhD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmMdiIcon.stories.d.ts","sourceRoot":"","sources":["../../../src/components/icon/ElmMdiIcon.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAI1C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,UAAU,
|
|
1
|
+
{"version":3,"file":"ElmMdiIcon.stories.d.ts","sourceRoot":"","sources":["../../../src/components/icon/ElmMdiIcon.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAI1C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,UAAU,CAUjC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmToggleTheme.d.ts","sourceRoot":"","sources":["../../../src/components/icon/ElmToggleTheme.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAI5B,MAAM,WAAW,0BAA0B;CAAG;AAE9C,MAAM,WAAW,mBAAmB;IAClC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,0BAA0B,CAAC;IAEzD;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;CACrC;AAED,eAAO,MAAM,cAAc,GAAI,OAAO,mBAAmB,
|
|
1
|
+
{"version":3,"file":"ElmToggleTheme.d.ts","sourceRoot":"","sources":["../../../src/components/icon/ElmToggleTheme.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,oBAAoB,CAAC;AAI5B,MAAM,WAAW,0BAA0B;CAAG;AAE9C,MAAM,WAAW,mBAAmB;IAClC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,0BAA0B,CAAC;IAEzD;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;CACrC;AAED,eAAO,MAAM,cAAc,GAAI,OAAO,mBAAmB,4CAmYxD,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import "@styles/global.css";
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
import type { ElmethisCSSVariables } from "@styles/variables";
|
|
4
|
+
export type ElmFileCSSVariables = Pick<ElmethisCSSVariables, "--elmethis-margin-block-start">;
|
|
5
5
|
export interface ElmFileProps {
|
|
6
6
|
style?: React.CSSProperties & ElmFileCSSVariables;
|
|
7
7
|
/**
|
|
@@ -16,10 +16,6 @@ export interface ElmFileProps {
|
|
|
16
16
|
* The size of the file in bytes.
|
|
17
17
|
*/
|
|
18
18
|
filesize?: string;
|
|
19
|
-
/**
|
|
20
|
-
* The margin of the file.
|
|
21
|
-
*/
|
|
22
|
-
margin?: React.CSSProperties["marginBlock"];
|
|
23
19
|
}
|
|
24
|
-
export declare const ElmFile: ({ name, src, filesize,
|
|
20
|
+
export declare const ElmFile: ({ name, src, filesize, style }: ElmFileProps) => import("react/jsx-runtime").JSX.Element;
|
|
25
21
|
//# sourceMappingURL=ElmFile.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmFile.d.ts","sourceRoot":"","sources":["../../../src/components/media/ElmFile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAE3C,OAAO,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"ElmFile.d.ts","sourceRoot":"","sources":["../../../src/components/media/ElmFile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAE3C,OAAO,oBAAoB,CAAC;AAM5B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D,MAAM,MAAM,mBAAmB,GAAG,IAAI,CACpC,oBAAoB,EACpB,+BAA+B,CAChC,CAAC;AAEF,MAAM,WAAW,YAAY;IAC3B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,mBAAmB,CAAC;IAElD;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAUD,eAAO,MAAM,OAAO,GAAI,gCAAgC,YAAY,4CA2CnE,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import "@styles/global.css";
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
import type { ElmethisCSSVariables } from "@styles/variables";
|
|
4
|
+
export type ElmImageCSSVariables = Pick<ElmethisCSSVariables, "--elmethis-margin-block-start">;
|
|
5
5
|
export interface ElmImageProps {
|
|
6
6
|
style?: React.CSSProperties & ElmImageCSSVariables;
|
|
7
7
|
/**
|
|
@@ -20,10 +20,6 @@ export interface ElmImageProps {
|
|
|
20
20
|
* Enable modal on image click. Default: `false`
|
|
21
21
|
*/
|
|
22
22
|
enableModal?: boolean;
|
|
23
|
-
/**
|
|
24
|
-
* The margin of the image.
|
|
25
|
-
*/
|
|
26
|
-
margin?: React.CSSProperties["marginBlock"];
|
|
27
23
|
/**
|
|
28
24
|
* The width of the image.
|
|
29
25
|
*/
|
|
@@ -33,5 +29,5 @@ export interface ElmImageProps {
|
|
|
33
29
|
*/
|
|
34
30
|
height?: number;
|
|
35
31
|
}
|
|
36
|
-
export declare const ElmImage: ({ src, alt, block, enableModal,
|
|
32
|
+
export declare const ElmImage: ({ src, alt, block, enableModal, width, height, style, }: ElmImageProps) => import("react/jsx-runtime").JSX.Element;
|
|
37
33
|
//# sourceMappingURL=ElmImage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElmImage.d.ts","sourceRoot":"","sources":["../../../src/components/media/ElmImage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,OAAO,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"ElmImage.d.ts","sourceRoot":"","sources":["../../../src/components/media/ElmImage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,OAAO,oBAAoB,CAAC;AAM5B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D,MAAM,MAAM,oBAAoB,GAAG,IAAI,CACrC,oBAAoB,EACpB,+BAA+B,CAChC,CAAC;AAEF,MAAM,WAAW,aAAa;IAC5B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,GAAG,oBAAoB,CAAC;IAEnD;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,QAAQ,GAAI,yDAQtB,aAAa,4CAoGf,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import "@styles/global.css";
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
import type { ElmethisCSSVariables } from "@styles/variables";
|
|
4
|
+
export type ElmBookmarkCSSVariables = Pick<ElmethisCSSVariables, "--elmethis-margin-block-start">;
|
|
5
5
|
export interface ElmBookmarkProps {
|
|
6
6
|
style?: React.CSSProperties & ElmBookmarkCSSVariables;
|
|
7
7
|
/**
|
|
@@ -43,14 +43,10 @@ export interface ElmBookmarkProps {
|
|
|
43
43
|
* If provided, the default behavior (navigating to the URL) is prevented.
|
|
44
44
|
*/
|
|
45
45
|
onClick?: () => void;
|
|
46
|
-
/**
|
|
47
|
-
* The margin of the bookmark.
|
|
48
|
-
*/
|
|
49
|
-
margin?: React.CSSProperties["marginBlock"];
|
|
50
46
|
/**
|
|
51
47
|
* The URL of the favicon.
|
|
52
48
|
*/
|
|
53
49
|
favicon?: string;
|
|
54
50
|
}
|
|
55
|
-
export declare const ElmBookmark: ({ hideUrl, openInNewTab, title, description, image, url, createdAt, updatedAt, onClick,
|
|
51
|
+
export declare const ElmBookmark: ({ hideUrl, openInNewTab, title, description, image, url, createdAt, updatedAt, onClick, favicon, style, }: ElmBookmarkProps) => import("react/jsx-runtime").JSX.Element;
|
|
56
52
|
//# sourceMappingURL=ElmBookmark.d.ts.map
|