designertool 0.14.0 → 0.15.0
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/designertool.js +6 -4
- package/package.json +3 -3
package/dist/designertool.js
CHANGED
|
@@ -56858,10 +56858,12 @@ const _hoisted_1$2 = { class: "wbg-dt-z-[1001] wbg-dt-flex wbg-dt-h-max wbg-dt-i
|
|
|
56858
56858
|
vi.value = Mi;
|
|
56859
56859
|
}
|
|
56860
56860
|
return onMounted(() => {
|
|
56861
|
-
|
|
56862
|
-
|
|
56863
|
-
|
|
56864
|
-
|
|
56861
|
+
setTimeout(() => {
|
|
56862
|
+
const Gi = typeof ei.config == "string" ? JSON.parse(ei.config) : ei.config;
|
|
56863
|
+
ai.init({ ...Gi, onHtmlButtonClick: (na) => ti("html-button-click", na) });
|
|
56864
|
+
}, 5e3), oi.checkIfIsWrappedInModal(), !si.value && !li.value && useConfig().addFont(useConfig().config.fonts);
|
|
56865
|
+
const Mi = document.createElement("link");
|
|
56866
|
+
Mi.rel = "stylesheet", Mi.href = "https://designertool-development.s3.us-east-1.amazonaws.com/icomoon/fonts/style.css", document.head.appendChild(Mi);
|
|
56865
56867
|
}), (Mi, Gi) => (openBlock(), createElementBlock(Fragment, null, [
|
|
56866
56868
|
si.value || li.value ? (openBlock(), createElementBlock("div", _hoisted_1, [
|
|
56867
56869
|
createVNode(_sfc_main$1, { device: ci.value }, null, 8, ["device"])
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "designertool",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.15.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
8
8
|
],
|
|
9
|
-
"module": "./dist/
|
|
9
|
+
"module": "./dist/designertool.js",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
|
-
"import": "./dist/
|
|
12
|
+
"import": "./dist/designertool.js"
|
|
13
13
|
},
|
|
14
14
|
"./dist/index.css": {
|
|
15
15
|
"import": "./dist/index.css",
|