@elmethis/core 1.0.0-alpha.187 → 1.0.0-alpha.188
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.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
try {
|
|
4
4
|
if (typeof document != "undefined") {
|
|
5
5
|
var elementStyle = document.createElement("style");
|
|
6
|
-
elementStyle.appendChild(document.createTextNode(".v-enter-to[data-v-
|
|
6
|
+
elementStyle.appendChild(document.createTextNode(".v-enter-to[data-v-cf33ab73],.v-leave-from[data-v-cf33ab73]{opacity:1}.v-enter-active[data-v-cf33ab73],.v-leave-active[data-v-cf33ab73]{transition:opacity .2s;transform-origin:top}.v-enter-from[data-v-cf33ab73],.v-leave-to[data-v-cf33ab73]{opacity:0}"));
|
|
7
7
|
document.head.appendChild(elementStyle);
|
|
8
8
|
}
|
|
9
9
|
} catch (e) {
|
|
@@ -17,7 +17,7 @@ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
|
17
17
|
const cssModules = {
|
|
18
18
|
"$style": style0
|
|
19
19
|
};
|
|
20
|
-
const ElmToggle = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules], ["__scopeId", "data-v-
|
|
20
|
+
const ElmToggle = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules], ["__scopeId", "data-v-cf33ab73"]]);
|
|
21
21
|
export {
|
|
22
22
|
ElmToggle as default
|
|
23
23
|
};
|
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
try {
|
|
4
4
|
if (typeof document != "undefined") {
|
|
5
5
|
var elementStyle = document.createElement("style");
|
|
6
|
-
elementStyle.appendChild(document.createTextNode(".
|
|
6
|
+
elementStyle.appendChild(document.createTextNode("._toggle_1hplt_1{margin-block:var(--margin-block);box-shadow:0 0 .125rem #0000004d;border-radius:.25rem;overflow:hidden}._summary_1hplt_8{box-sizing:border-box;padding:1rem;width:100%;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:.5rem;background-color:#00000006}[data-theme=dark] ._summary_1hplt_8{background-color:#ffffff1a}._icon_1hplt_24{width:1.25rem;height:1.25rem;color:#59b57c;color:var(--color, #59b57c);transform:rotate(0);transform:rotate(var(--rotate, 0deg));transition:transform .2s}._content_1hplt_32{margin:0;padding:.75rem;display:block;background-color:#ffffff0d;border-top:dashed 1px rgba(128,128,128,.2)}"));
|
|
7
7
|
document.head.appendChild(elementStyle);
|
|
8
8
|
}
|
|
9
9
|
} catch (e) {
|
|
10
10
|
console.error("vite-plugin-css-injected-by-js", e);
|
|
11
11
|
}
|
|
12
12
|
})();
|
|
13
|
-
const toggle = "
|
|
14
|
-
const summary = "
|
|
15
|
-
const icon = "
|
|
16
|
-
const content = "
|
|
13
|
+
const toggle = "_toggle_1hplt_1";
|
|
14
|
+
const summary = "_summary_1hplt_8";
|
|
15
|
+
const icon = "_icon_1hplt_24";
|
|
16
|
+
const content = "_content_1hplt_32";
|
|
17
17
|
const style0 = {
|
|
18
18
|
toggle,
|
|
19
19
|
summary,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elmethis/core",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.188",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -33,16 +33,7 @@
|
|
|
33
33
|
"shiki": "^3.2.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@chromatic-com/storybook": "^3.2.6",
|
|
37
36
|
"@notionhq/client": "^2.3.0",
|
|
38
|
-
"@storybook/addon-essentials": "^8.6.12",
|
|
39
|
-
"@storybook/addon-interactions": "^8.6.12",
|
|
40
|
-
"@storybook/addon-links": "^8.6.12",
|
|
41
|
-
"@storybook/addon-onboarding": "^8.6.12",
|
|
42
|
-
"@storybook/blocks": "^8.6.12",
|
|
43
|
-
"@storybook/test": "^8.6.12",
|
|
44
|
-
"@storybook/vue3": "^8.6.12",
|
|
45
|
-
"@storybook/vue3-vite": "^8.6.12",
|
|
46
37
|
"@types/json-schema": "^7.0.15",
|
|
47
38
|
"@types/katex": "^0.16.7",
|
|
48
39
|
"@types/lodash-es": "^4.17.12",
|
|
@@ -54,7 +45,6 @@
|
|
|
54
45
|
"postcss": "^8.5.3",
|
|
55
46
|
"postcss-preset-env": "^10.1.5",
|
|
56
47
|
"sass": "^1.86.3",
|
|
57
|
-
"storybook": "^8.6.12",
|
|
58
48
|
"vite": "^6.3.2",
|
|
59
49
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
60
50
|
"vite-plugin-dts": "^4.5.3",
|
|
@@ -64,8 +54,6 @@
|
|
|
64
54
|
"vue": ">=3.4.0"
|
|
65
55
|
},
|
|
66
56
|
"scripts": {
|
|
67
|
-
"build": "vue-tsc && vite build"
|
|
68
|
-
"storybook": "storybook dev -p 6006",
|
|
69
|
-
"build-storybook": "storybook build"
|
|
57
|
+
"build": "vue-tsc && vite build"
|
|
70
58
|
}
|
|
71
59
|
}
|