@jaak.ai/stamps 2.5.6-dev.1 → 2.5.6-dev.2
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-ucw61xdq.js → index-D6NBn_qu.js} +2 -9
- package/dist/cjs/{index-ucw61xdq.js.map → index-D6NBn_qu.js.map} +1 -1
- package/dist/cjs/jaak-stamps-webcomponent.cjs.js +1 -1
- package/dist/cjs/jaak-stamps.cjs.entry.js +11 -5
- 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/components/my-component/my-component.js +10 -5
- package/dist/collection/components/my-component/my-component.js.map +1 -1
- package/dist/collection/components/my-component/watermark-fallback.js +2 -0
- package/dist/collection/components/my-component/watermark-fallback.js.map +1 -0
- package/dist/components/jaak-stamps.js +11 -5
- package/dist/components/jaak-stamps.js.map +1 -1
- package/dist/esm/{index-CqdAwiLj.js → index-BCfAsrzL.js} +3 -9
- package/dist/esm/{index-CqdAwiLj.js.map → index-BCfAsrzL.js.map} +1 -1
- package/dist/esm/jaak-stamps-webcomponent.js +2 -2
- package/dist/esm/jaak-stamps.entry.js +11 -5
- 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-5724f34b.entry.js +7 -0
- package/dist/jaak-stamps-webcomponent/p-5724f34b.entry.js.map +1 -0
- package/dist/jaak-stamps-webcomponent/p-BCfAsrzL.js +3 -0
- package/dist/jaak-stamps-webcomponent/{p-CqdAwiLj.js.map → p-BCfAsrzL.js.map} +1 -1
- package/dist/types/components/my-component/watermark-fallback.d.ts +1 -0
- package/package.json +1 -1
- package/dist/jaak-stamps-webcomponent/p-569b2c6e.entry.js +0 -7
- package/dist/jaak-stamps-webcomponent/p-569b2c6e.entry.js.map +0 -1
- package/dist/jaak-stamps-webcomponent/p-CqdAwiLj.js +0 -3
|
@@ -165,12 +165,6 @@ 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
|
-
};
|
|
174
168
|
var isComplexType = (o) => {
|
|
175
169
|
o = typeof o;
|
|
176
170
|
return o === "object" || o === "function";
|
|
@@ -1479,7 +1473,7 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
1479
1473
|
// src/runtime/nonce.ts
|
|
1480
1474
|
var setNonce = (nonce) => plt.$nonce$ = nonce;
|
|
1481
1475
|
|
|
1482
|
-
export {
|
|
1483
|
-
//# sourceMappingURL=index-
|
|
1476
|
+
export { bootstrapLazy as b, createEvent as c, getElement as g, h, promiseResolve as p, registerInstance as r, setNonce as s };
|
|
1477
|
+
//# sourceMappingURL=index-BCfAsrzL.js.map
|
|
1484
1478
|
|
|
1485
|
-
//# sourceMappingURL=index-
|
|
1479
|
+
//# sourceMappingURL=index-BCfAsrzL.js.map
|