@elmethis/core 1.0.0-alpha.189 → 1.0.0-alpha.190
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/dist/components/badge/ElmTag.vue2.mjs +1 -1
- package/dist/components/code/ElmCodeBlock.stories.d.ts +2 -0
- package/dist/components/code/ElmCodeBlock.vue.d.ts +22 -1
- package/dist/components/code/ElmCodeBlock.vue.mjs +2 -2
- package/dist/components/code/ElmCodeBlock.vue2.mjs +13 -5
- package/dist/components/containments/ElmModal.vue.d.ts +1 -1
- package/dist/components/containments/ElmModal.vue.mjs +2 -2
- package/dist/components/containments/ElmSnackbar.vue2.mjs +1 -1
- package/dist/components/containments/ElmSnackbarContainer.vue.mjs +2 -2
- package/dist/components/containments/ElmToggle.vue.d.ts +9 -5
- package/dist/components/containments/ElmToggle.vue.mjs +2 -2
- package/dist/components/containments/ElmToggle.vue2.mjs +35 -3
- package/dist/components/containments/ElmToggle.vue3.mjs +10 -6
- package/dist/components/containments/ElmTooltip.vue.mjs +2 -2
- package/dist/components/containments/useSnackbarState.d.ts +1 -1
- package/dist/components/data/ElmStatusMessage.vue.d.ts +1 -1
- package/dist/components/data/ElmStatusMessage.vue.mjs +2 -2
- package/dist/components/data/ElmStatusMessage.vue2.mjs +1 -1
- package/dist/components/{headings/ElmHeading4.stories.d.ts → fallback/ElmUnsupportedBlock.stories.d.ts} +2 -2
- package/dist/components/fallback/ElmUnsupportedBlock.vue.d.ts +5 -0
- package/dist/components/fallback/ElmUnsupportedBlock.vue.mjs +10 -0
- package/dist/components/fallback/ElmUnsupportedBlock.vue2.mjs +46 -0
- package/dist/components/fallback/ElmUnsupportedBlock.vue3.mjs +29 -0
- package/dist/components/form/ElmButton.vue.mjs +2 -2
- package/dist/components/form/ElmCheckbox.vue2.mjs +1 -1
- package/dist/components/form/ElmTextField.vue2.mjs +1 -1
- package/dist/components/icon/ElmArrowIcon.vue.d.ts +1 -1
- package/dist/components/icon/ElmBookmarkIcon.vue2.mjs +1 -1
- package/dist/components/{inline → icon}/ElmInlineIcon.vue.d.ts +6 -0
- package/dist/components/icon/ElmInlineIcon.vue2.mjs +27 -0
- package/dist/components/icon/ElmInlineIcon.vue3.mjs +20 -0
- package/dist/components/icon/ElmLanguageIcon.vue.mjs +2 -2
- package/dist/components/icon/ElmLoginIcon.vue2.mjs +1 -1
- package/dist/components/media/ElmBlockImage.vue.mjs +2 -2
- package/dist/components/media/ElmBlockImage.vue2.mjs +14 -5
- package/dist/components/media/ElmBlockImage.vue3.mjs +10 -9
- package/dist/components/media/ElmFile.vue2.mjs +1 -1
- package/dist/components/media/ElmFile.vue3.mjs +6 -6
- package/dist/components/media/ElmImage.vue.mjs +2 -2
- package/dist/components/media/ElmImage.vue2.mjs +1 -1
- package/dist/components/navigation/ElmBookmark.vue.d.ts +1 -1
- package/dist/components/navigation/ElmBookmark.vue2.mjs +1 -1
- package/dist/components/navigation/ElmBreadcrumb.vue2.mjs +1 -1
- package/dist/components/navigation/ElmPagetop.vue.d.ts +1 -1
- package/dist/components/navigation/ElmTableOfContents.vue2.mjs +1 -1
- package/dist/components/others/ElmColorSample.vue.mjs +2 -2
- package/dist/components/others/ElmJsonComponentRenderer.stories.d.ts +23 -0
- package/dist/components/others/ElmJsonComponentRenderer.vue.d.ts +6 -0
- package/dist/components/others/ElmJsonComponentRenderer.vue.mjs +10 -0
- package/dist/components/others/ElmJsonComponentRenderer.vue2.mjs +217 -0
- package/dist/components/others/ElmJsonComponentRenderer.vue3.mjs +21 -0
- package/dist/components/table/ElmTable.vue.d.ts +21 -2
- package/dist/components/table/ElmTable.vue.mjs +5 -14
- package/dist/components/table/ElmTable.vue2.mjs +40 -5
- package/dist/components/table/ElmTable.vue3.mjs +27 -0
- package/dist/components/table/ElmTableBody.vue.d.ts +5 -2
- package/dist/components/table/ElmTableCell.vue.d.ts +5 -2
- package/dist/components/table/ElmTableCell.vue.mjs +2 -2
- package/dist/components/table/ElmTableHeader.vue.d.ts +5 -2
- package/dist/components/table/ElmTableHeader.vue3.mjs +1 -1
- package/dist/components/table/ElmTableRow.vue.d.ts +5 -2
- package/dist/components/table/ElmTableRow.vue.mjs +5 -2
- package/dist/components/typography/ElmBlockQuote.vue.d.ts +1 -0
- package/dist/components/typography/ElmBlockQuote.vue2.mjs +41 -4
- package/dist/components/typography/ElmBlockQuote.vue3.mjs +10 -4
- package/dist/components/typography/ElmCallout.vue.d.ts +1 -1
- package/dist/components/typography/ElmCallout.vue2.mjs +1 -1
- package/dist/components/{headings/ElmHeading1.stories.d.ts → typography/ElmHeading.stories.d.ts} +3 -2
- package/dist/components/typography/ElmHeading.vue.d.ts +49 -0
- package/dist/components/typography/ElmHeading.vue.mjs +10 -0
- package/dist/components/typography/ElmHeading.vue2.mjs +72 -0
- package/dist/components/typography/ElmHeading.vue3.mjs +39 -0
- package/dist/components/{inline → typography}/ElmInlineText.stories.d.ts +2 -0
- package/dist/components/{inline → typography}/ElmInlineText.vue.d.ts +12 -0
- package/dist/components/typography/ElmInlineText.vue2.mjs +95 -0
- package/dist/components/typography/ElmInlineText.vue3.mjs +29 -0
- package/dist/components/typography/ElmList.stories.d.ts +8 -0
- package/dist/components/typography/ElmList.vue.d.ts +31 -0
- package/dist/components/typography/ElmList.vue.mjs +36 -0
- package/dist/components/typography/ElmList.vue3.mjs +17 -0
- package/dist/hooks/useTyping.d.ts +1 -1
- package/dist/index.d.ts +12 -28
- package/dist/index.mjs +72 -89
- package/dist/node_modules/.pnpm/@mdi_js@7.4.47/node_modules/@mdi/js/mdi.mjs +14 -0
- package/package.json +8 -6
- package/dist/components/headings/ElmHeading1.vue.d.ts +0 -28
- package/dist/components/headings/ElmHeading1.vue.mjs +0 -10
- package/dist/components/headings/ElmHeading1.vue2.mjs +0 -43
- package/dist/components/headings/ElmHeading1.vue3.mjs +0 -20
- package/dist/components/headings/ElmHeading2.stories.d.ts +0 -6
- package/dist/components/headings/ElmHeading2.vue.d.ts +0 -28
- package/dist/components/headings/ElmHeading2.vue.mjs +0 -10
- package/dist/components/headings/ElmHeading2.vue2.mjs +0 -49
- package/dist/components/headings/ElmHeading2.vue3.mjs +0 -23
- package/dist/components/headings/ElmHeading3.stories.d.ts +0 -6
- package/dist/components/headings/ElmHeading3.vue.d.ts +0 -28
- package/dist/components/headings/ElmHeading3.vue.mjs +0 -10
- package/dist/components/headings/ElmHeading3.vue2.mjs +0 -39
- package/dist/components/headings/ElmHeading3.vue3.mjs +0 -20
- package/dist/components/headings/ElmHeading4.vue.d.ts +0 -26
- package/dist/components/headings/ElmHeading4.vue.mjs +0 -10
- package/dist/components/headings/ElmHeading4.vue2.mjs +0 -31
- package/dist/components/headings/ElmHeading4.vue3.mjs +0 -20
- package/dist/components/headings/ElmHeading5.stories.d.ts +0 -6
- package/dist/components/headings/ElmHeading5.vue.d.ts +0 -26
- package/dist/components/headings/ElmHeading5.vue.mjs +0 -10
- package/dist/components/headings/ElmHeading5.vue2.mjs +0 -31
- package/dist/components/headings/ElmHeading5.vue3.mjs +0 -20
- package/dist/components/headings/ElmHeading6.stories.d.ts +0 -6
- package/dist/components/headings/ElmHeading6.vue.d.ts +0 -26
- package/dist/components/headings/ElmHeading6.vue.mjs +0 -10
- package/dist/components/headings/ElmHeading6.vue2.mjs +0 -31
- package/dist/components/headings/ElmHeading6.vue3.mjs +0 -20
- package/dist/components/inline/ElmInlineIcon.vue2.mjs +0 -21
- package/dist/components/inline/ElmInlineIcon.vue3.mjs +0 -20
- package/dist/components/inline/ElmInlineLink.stories.d.ts +0 -9
- package/dist/components/inline/ElmInlineLink.vue.d.ts +0 -38
- package/dist/components/inline/ElmInlineLink.vue.mjs +0 -10
- package/dist/components/inline/ElmInlineLink.vue2.mjs +0 -55
- package/dist/components/inline/ElmInlineLink.vue3.mjs +0 -23
- package/dist/components/inline/ElmInlineRuby.stories.d.ts +0 -6
- package/dist/components/inline/ElmInlineRuby.vue.d.ts +0 -19
- package/dist/components/inline/ElmInlineRuby.vue.mjs +0 -29
- package/dist/components/inline/ElmInlineRuby.vue2.mjs +0 -4
- package/dist/components/inline/ElmInlineText.vue2.mjs +0 -57
- package/dist/components/inline/ElmInlineText.vue3.mjs +0 -23
- package/dist/components/renderer/ElmJsonRenderer.stories.d.ts +0 -20
- package/dist/components/renderer/ElmJsonRenderer.vue.d.ts +0 -200
- package/dist/components/renderer/ElmJsonRenderer.vue.mjs +0 -150
- package/dist/components/renderer/ElmJsonRenderer.vue2.mjs +0 -4
- package/dist/components/typography/ElmBulletedList.stories.d.ts +0 -7
- package/dist/components/typography/ElmBulletedList.vue.d.ts +0 -23
- package/dist/components/typography/ElmBulletedList.vue.mjs +0 -27
- package/dist/components/typography/ElmBulletedList.vue3.mjs +0 -17
- package/dist/components/typography/ElmListItem.stories.d.ts +0 -6
- package/dist/components/typography/ElmListItem.vue.d.ts +0 -19
- package/dist/components/typography/ElmListItem.vue.mjs +0 -10
- package/dist/components/typography/ElmListItem.vue2.mjs +0 -16
- package/dist/components/typography/ElmListItem.vue3.mjs +0 -20
- package/dist/components/typography/ElmNumberedList.stories.d.ts +0 -7
- package/dist/components/typography/ElmNumberedList.vue.d.ts +0 -23
- package/dist/components/typography/ElmNumberedList.vue.mjs +0 -27
- package/dist/components/typography/ElmNumberedList.vue3.mjs +0 -17
- /package/dist/components/{inline → icon}/ElmInlineIcon.stories.d.ts +0 -0
- /package/dist/components/{inline → icon}/ElmInlineIcon.vue.mjs +0 -0
- /package/dist/components/others/{ElmTemplate.stories.d.ts → ElmTyping.stories.d.ts} +0 -0
- /package/dist/components/{headings → typography}/ElmFragmentIdentifier.stories.d.ts +0 -0
- /package/dist/components/{headings → typography}/ElmFragmentIdentifier.vue.d.ts +0 -0
- /package/dist/components/{headings → typography}/ElmFragmentIdentifier.vue.mjs +0 -0
- /package/dist/components/{headings → typography}/ElmFragmentIdentifier.vue2.mjs +0 -0
- /package/dist/components/{headings → typography}/ElmFragmentIdentifier.vue3.mjs +0 -0
- /package/dist/components/{inline → typography}/ElmInlineText.vue.mjs +0 -0
- /package/dist/components/{inline → typography}/ElmTypingAnimation.stories.d.ts +0 -0
- /package/dist/components/{inline → typography}/ElmTypingAnimation.vue.d.ts +0 -0
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
(function() {
|
|
2
|
-
"use strict";
|
|
3
|
-
try {
|
|
4
|
-
if (typeof document != "undefined") {
|
|
5
|
-
var elementStyle = document.createElement("style");
|
|
6
|
-
elementStyle.appendChild(document.createTextNode(".elmethis-bulleted-list{margin-block:2rem;opacity:var(--opacity);transition:opacity .8s;box-sizing:border-box;padding-left:1.25rem}.elmethis-bulleted-list li{box-sizing:border-box;padding-left:.5rem;margin-block:.75rem}.elmethis-bulleted-list li::marker{content:url(data:image/svg+xml;base64,ICA8c3ZnCiAgICB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICB2aWV3Qm94PScwIDAgMTYgMTYnCiAgICB3aWR0aD0nMTJweCcKICAgIGhlaWdodD0nMTJweCcKICA+CiAgICA8cGF0aAogICAgICBmaWxsPScjNDQ5NzYzJwogICAgICBvcGFjaXR5PScwLjgnCiAgICAgIGQ9J00zIDMuNzMyYTEuNSAxLjUgMCAwIDEgMi4zMDUtMS4yNjVsNi43MDYgNC4yNjdhMS41IDEuNSAwIDAgMSAwIDIuNTMxbC02LjcwNiA0LjI2OEExLjUgMS41IDAgMCAxIDMgMTIuMjY3VjMuNzMyWicKICAgIC8+CiAgPC9zdmc+)}.elmethis-bulleted-list li ul li::marker{content:url(data:image/svg+xml;base64,ICA8c3ZnCiAgICB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICB2aWV3Qm94PScwIDAgMjQgMjQnCiAgICB3aWR0aD0nMTJweCcKICAgIGhlaWdodD0nMTJweCcKICAgIHN0cm9rZT0nIzQ0OTc2MycKICAgIGZpbGw9J3RyYW5zcGFyZW50JwogID4KICAgIDxwYXRoCiAgICAgIHN0cm9rZUxpbmVjYXA9J3JvdW5kJwogICAgICBzdHJva2VMaW5lam9pbj0ncm91bmQnCiAgICAgIGQ9J001LjI1IDUuNjUzYzAtLjg1Ni45MTctMS4zOTggMS42NjctLjk4NmwxMS41NCA2LjM0N2ExLjEyNSAxLjEyNSAwIDAgMSAwIDEuOTcybC0xMS41NCA2LjM0N2ExLjEyNSAxLjEyNSAwIDAgMS0xLjY2Ny0uOTg2VjUuNjUzWicKICAgIC8+CiAgPC9zdmc+)}.elmethis-bulleted-list li ul li ul li::marker{content:url(data:image/svg+xml;base64,ICA8c3ZnCiAgICB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICB2aWV3Qm94PScwIDAgMjAgMjAnCiAgICB3aWR0aD0nMTJweCcKICAgIGhlaWdodD0nMTJweCcKICAgIHN0cm9rZT0nIzQ0OTc2MycKICAgIGZpbGw9JyM0NDk3NjMnCiAgPgogICAgPHBhdGgKICAgICAgZmlsbFJ1bGU9J2V2ZW5vZGQnCiAgICAgIGQ9J004LjIyIDUuMjJhLjc1Ljc1IDAgMCAxIDEuMDYgMGw0LjI1IDQuMjVhLjc1Ljc1IDAgMCAxIDAgMS4wNmwtNC4yNSA0LjI1YS43NS43NSAwIDAgMS0xLjA2LTEuMDZMMTEuOTQgMTAgOC4yMiA2LjI4YS43NS43NSAwIDAgMSAwLTEuMDZaJwogICAgICBjbGlwUnVsZT0nZXZlbm9kZCcKICAgIC8+CiAgPC9zdmc+)}"));
|
|
7
|
-
document.head.appendChild(elementStyle);
|
|
8
|
-
}
|
|
9
|
-
} catch (e) {
|
|
10
|
-
console.error("vite-plugin-css-injected-by-js", e);
|
|
11
|
-
}
|
|
12
|
-
})();
|
|
13
|
-
import _sfc_main from "./ElmBulletedList.vue.mjs";
|
|
14
|
-
|
|
15
|
-
export {
|
|
16
|
-
_sfc_main as default
|
|
17
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export interface ElmListItemProps {
|
|
2
|
-
}
|
|
3
|
-
declare function __VLS_template(): {
|
|
4
|
-
attrs: Partial<{}>;
|
|
5
|
-
slots: {
|
|
6
|
-
default?(_: {}): any;
|
|
7
|
-
};
|
|
8
|
-
refs: {};
|
|
9
|
-
rootEl: HTMLLIElement;
|
|
10
|
-
};
|
|
11
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
-
declare const __VLS_component: import('vue').DefineComponent<ElmListItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmListItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLIElement>;
|
|
13
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
14
|
-
export default _default;
|
|
15
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
16
|
-
new (): {
|
|
17
|
-
$slots: S;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import _sfc_main from "./ElmListItem.vue2.mjs";
|
|
2
|
-
import style0 from "./ElmListItem.vue3.mjs";
|
|
3
|
-
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const cssModules = {
|
|
5
|
-
"$style": style0
|
|
6
|
-
};
|
|
7
|
-
const ElmListItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules]]);
|
|
8
|
-
export {
|
|
9
|
-
ElmListItem as default
|
|
10
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { defineComponent, createElementBlock, openBlock, normalizeClass, renderSlot } from "vue";
|
|
2
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
3
|
-
__name: "ElmListItem",
|
|
4
|
-
setup(__props) {
|
|
5
|
-
return (_ctx, _cache) => {
|
|
6
|
-
return openBlock(), createElementBlock("li", {
|
|
7
|
-
class: normalizeClass(_ctx.$style.li)
|
|
8
|
-
}, [
|
|
9
|
-
renderSlot(_ctx.$slots, "default")
|
|
10
|
-
], 2);
|
|
11
|
-
};
|
|
12
|
-
}
|
|
13
|
-
});
|
|
14
|
-
export {
|
|
15
|
-
_sfc_main as default
|
|
16
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
(function() {
|
|
2
|
-
"use strict";
|
|
3
|
-
try {
|
|
4
|
-
if (typeof document != "undefined") {
|
|
5
|
-
var elementStyle = document.createElement("style");
|
|
6
|
-
elementStyle.appendChild(document.createTextNode("._li_s1eaw_1{margin-block:1.5rem}"));
|
|
7
|
-
document.head.appendChild(elementStyle);
|
|
8
|
-
}
|
|
9
|
-
} catch (e) {
|
|
10
|
-
console.error("vite-plugin-css-injected-by-js", e);
|
|
11
|
-
}
|
|
12
|
-
})();
|
|
13
|
-
const li = "_li_s1eaw_1";
|
|
14
|
-
const style0 = {
|
|
15
|
-
li
|
|
16
|
-
};
|
|
17
|
-
export {
|
|
18
|
-
style0 as default,
|
|
19
|
-
li
|
|
20
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
-
import { default as ElmNumberedList } from './ElmNumberedList.vue';
|
|
3
|
-
declare const meta: Meta<typeof ElmNumberedList>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Primary: Story;
|
|
7
|
-
export declare const Nested: Story;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export interface ElmNumberedListProps {
|
|
2
|
-
}
|
|
3
|
-
declare function __VLS_template(): {
|
|
4
|
-
attrs: Partial<{}>;
|
|
5
|
-
slots: {
|
|
6
|
-
default?(_: {}): any;
|
|
7
|
-
};
|
|
8
|
-
refs: {
|
|
9
|
-
target: HTMLOListElement;
|
|
10
|
-
};
|
|
11
|
-
rootEl: HTMLOListElement;
|
|
12
|
-
};
|
|
13
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
-
declare const __VLS_component: import('vue').DefineComponent<ElmNumberedListProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmNumberedListProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
15
|
-
target: HTMLOListElement;
|
|
16
|
-
}, HTMLOListElement>;
|
|
17
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
|
-
export default _default;
|
|
19
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
-
new (): {
|
|
21
|
-
$slots: S;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { defineComponent, ref, createElementBlock, openBlock, normalizeStyle, renderSlot } from "vue";
|
|
2
|
-
import { useIntersectionObserver } from "@vueuse/core";
|
|
3
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
|
-
__name: "ElmNumberedList",
|
|
5
|
-
setup(__props) {
|
|
6
|
-
const target = ref(null);
|
|
7
|
-
const targetIsVisible = ref(false);
|
|
8
|
-
useIntersectionObserver(target, ([{ isIntersecting }], _) => {
|
|
9
|
-
targetIsVisible.value = isIntersecting;
|
|
10
|
-
});
|
|
11
|
-
return (_ctx, _cache) => {
|
|
12
|
-
return openBlock(), createElementBlock("ol", {
|
|
13
|
-
ref_key: "target",
|
|
14
|
-
ref: target,
|
|
15
|
-
class: "elmethis-numbered-list",
|
|
16
|
-
style: normalizeStyle({
|
|
17
|
-
"--opacity": targetIsVisible.value ? 1 : 0
|
|
18
|
-
})
|
|
19
|
-
}, [
|
|
20
|
-
renderSlot(_ctx.$slots, "default")
|
|
21
|
-
], 4);
|
|
22
|
-
};
|
|
23
|
-
}
|
|
24
|
-
});
|
|
25
|
-
export {
|
|
26
|
-
_sfc_main as default
|
|
27
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
(function() {
|
|
2
|
-
"use strict";
|
|
3
|
-
try {
|
|
4
|
-
if (typeof document != "undefined") {
|
|
5
|
-
var elementStyle = document.createElement("style");
|
|
6
|
-
elementStyle.appendChild(document.createTextNode(".elmethis-numbered-list{margin-block:2rem;opacity:var(--opacity);transition:opacity .8s;box-sizing:border-box;padding-left:1.25rem}.elmethis-numbered-list li{box-sizing:border-box;padding-left:.25rem;margin-block:.75rem;margin-left:.25rem;list-style-type:decimal}.elmethis-numbered-list li::marker{color:#9771bd}.elmethis-numbered-list li ol li{list-style-type:lower-alpha}.elmethis-numbered-list li ol li ol li{list-style-type:lower-roman}.elmethis-numbered-list li ol li ol li ol li{list-style-type:lower-greek}"));
|
|
7
|
-
document.head.appendChild(elementStyle);
|
|
8
|
-
}
|
|
9
|
-
} catch (e) {
|
|
10
|
-
console.error("vite-plugin-css-injected-by-js", e);
|
|
11
|
-
}
|
|
12
|
-
})();
|
|
13
|
-
import _sfc_main from "./ElmNumberedList.vue.mjs";
|
|
14
|
-
|
|
15
|
-
export {
|
|
16
|
-
_sfc_main as default
|
|
17
|
-
};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|