designertool 0.14.0 → 0.16.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 +8 -4
- package/package.json +3 -3
package/dist/designertool.js
CHANGED
|
@@ -56858,11 +56858,15 @@ 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
|
+
debugger;
|
|
56863
|
+
const Gi = typeof ei.config == "string" ? JSON.parse(ei.config) : ei.config;
|
|
56864
|
+
ai.init({ ...Gi, onHtmlButtonClick: (na) => ti("html-button-click", na) });
|
|
56865
|
+
}, 5e3), oi.checkIfIsWrappedInModal(), !si.value && !li.value && useConfig().addFont(useConfig().config.fonts);
|
|
56866
|
+
const Mi = document.createElement("link");
|
|
56867
|
+
Mi.rel = "stylesheet", Mi.href = "https://designertool-development.s3.us-east-1.amazonaws.com/icomoon/fonts/style.css", document.head.appendChild(Mi);
|
|
56865
56868
|
}), (Mi, Gi) => (openBlock(), createElementBlock(Fragment, null, [
|
|
56869
|
+
createBaseVNode("div", null, "TEST: " + toDisplayString(Mi.$props), 1),
|
|
56866
56870
|
si.value || li.value ? (openBlock(), createElementBlock("div", _hoisted_1, [
|
|
56867
56871
|
createVNode(_sfc_main$1, { device: ci.value }, null, 8, ["device"])
|
|
56868
56872
|
])) : (openBlock(), createElementBlock("div", {
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "designertool",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.16.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",
|