@jaak.ai/stamps 2.5.4-dev.1 → 2.5.4
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/cjs/{index-D6NBn_qu.js → index-ucw61xdq.js} +9 -2
- package/dist/cjs/{index-D6NBn_qu.js.map → index-ucw61xdq.js.map} +1 -1
- package/dist/cjs/jaak-stamps-webcomponent.cjs.js +1 -1
- package/dist/cjs/jaak-stamps.cjs.entry.js +6 -23
- package/dist/cjs/jaak-stamps.cjs.entry.js.map +1 -1
- package/dist/cjs/jaak-stamps.entry.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/assets/powered-by-jaak.png +0 -0
- package/dist/collection/components/my-component/my-component.js +6 -5
- package/dist/collection/components/my-component/my-component.js.map +1 -1
- package/dist/collection/services/DetectionService.js +0 -18
- package/dist/collection/services/DetectionService.js.map +1 -1
- package/dist/components/jaak-stamps.js +6 -23
- package/dist/components/jaak-stamps.js.map +1 -1
- package/dist/esm/{index-BCfAsrzL.js → index-CqdAwiLj.js} +9 -3
- package/dist/esm/{index-BCfAsrzL.js.map → index-CqdAwiLj.js.map} +1 -1
- package/dist/esm/jaak-stamps-webcomponent.js +2 -2
- package/dist/esm/jaak-stamps.entry.js +6 -23
- package/dist/esm/jaak-stamps.entry.js.map +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/jaak-stamps-webcomponent/jaak-stamps-webcomponent.esm.js +1 -1
- package/dist/jaak-stamps-webcomponent/jaak-stamps.entry.esm.js.map +1 -1
- package/dist/jaak-stamps-webcomponent/{p-0f4d77b3.entry.js → p-178aea65.entry.js} +3 -3
- package/dist/jaak-stamps-webcomponent/p-178aea65.entry.js.map +1 -0
- package/dist/jaak-stamps-webcomponent/p-CqdAwiLj.js +3 -0
- package/dist/jaak-stamps-webcomponent/{p-BCfAsrzL.js.map → p-CqdAwiLj.js.map} +1 -1
- package/package.json +1 -1
- package/dist/jaak-stamps-webcomponent/p-0f4d77b3.entry.js.map +0 -1
- package/dist/jaak-stamps-webcomponent/p-BCfAsrzL.js +0 -3
|
@@ -165,6 +165,12 @@ var flush = () => {
|
|
|
165
165
|
};
|
|
166
166
|
var nextTick = (cb) => promiseResolve().then(cb);
|
|
167
167
|
var writeTask = /* @__PURE__ */ queueTask(queueDomWrites, true);
|
|
168
|
+
|
|
169
|
+
// src/runtime/asset-path.ts
|
|
170
|
+
var getAssetPath = (path) => {
|
|
171
|
+
const assetUrl = new URL(path, plt.$resourcesUrl$);
|
|
172
|
+
return assetUrl.origin !== win.location.origin ? assetUrl.href : assetUrl.pathname;
|
|
173
|
+
};
|
|
168
174
|
var isComplexType = (o) => {
|
|
169
175
|
o = typeof o;
|
|
170
176
|
return o === "object" || o === "function";
|
|
@@ -1473,7 +1479,7 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
1473
1479
|
// src/runtime/nonce.ts
|
|
1474
1480
|
var setNonce = (nonce) => plt.$nonce$ = nonce;
|
|
1475
1481
|
|
|
1476
|
-
export { bootstrapLazy as b, createEvent as c, getElement as g, h, promiseResolve as p, registerInstance as r, setNonce as s };
|
|
1477
|
-
//# sourceMappingURL=index-
|
|
1482
|
+
export { getAssetPath as a, bootstrapLazy as b, createEvent as c, getElement as g, h, promiseResolve as p, registerInstance as r, setNonce as s };
|
|
1483
|
+
//# sourceMappingURL=index-CqdAwiLj.js.map
|
|
1478
1484
|
|
|
1479
|
-
//# sourceMappingURL=index-
|
|
1485
|
+
//# sourceMappingURL=index-CqdAwiLj.js.map
|