arky-sdk 0.7.132 → 0.7.133
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/{admin-DMhTSnXC.d.cts → admin-DlDViCdY.d.cts} +1 -1
- package/dist/{admin-zXduSYIv.d.ts → admin-id0wkGff.d.ts} +1 -1
- package/dist/admin.cjs.map +1 -1
- package/dist/admin.d.cts +1 -1
- package/dist/admin.d.ts +1 -1
- package/dist/admin.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/storefront-store.cjs +4 -2
- package/dist/storefront-store.cjs.map +1 -1
- package/dist/storefront-store.d.cts +1 -1
- package/dist/storefront-store.d.ts +1 -1
- package/dist/storefront-store.js +4 -2
- package/dist/storefront-store.js.map +1 -1
- package/dist/storefront.cjs +4 -0
- package/dist/storefront.cjs.map +1 -1
- package/dist/storefront.d.cts +6 -3
- package/dist/storefront.d.ts +6 -3
- package/dist/storefront.js +4 -0
- package/dist/storefront.js.map +1 -1
- package/package.json +1 -1
|
@@ -300,7 +300,7 @@ declare function fetchSvgContent(mediaObject: any): Promise<string | null>;
|
|
|
300
300
|
declare function getSvgContentForAstro(mediaObject: any): Promise<string>;
|
|
301
301
|
declare function injectSvgIntoElement(mediaObject: any, targetElement: HTMLElement, className?: string): Promise<void>;
|
|
302
302
|
|
|
303
|
-
declare const SDK_VERSION = "0.7.
|
|
303
|
+
declare const SDK_VERSION = "0.7.133";
|
|
304
304
|
declare const SUPPORTED_FRAMEWORKS: readonly ["astro", "react", "vue", "svelte", "vanilla"];
|
|
305
305
|
|
|
306
306
|
interface ApiConfig {
|
|
@@ -300,7 +300,7 @@ declare function fetchSvgContent(mediaObject: any): Promise<string | null>;
|
|
|
300
300
|
declare function getSvgContentForAstro(mediaObject: any): Promise<string>;
|
|
301
301
|
declare function injectSvgIntoElement(mediaObject: any, targetElement: HTMLElement, className?: string): Promise<void>;
|
|
302
302
|
|
|
303
|
-
declare const SDK_VERSION = "0.7.
|
|
303
|
+
declare const SDK_VERSION = "0.7.133";
|
|
304
304
|
declare const SUPPORTED_FRAMEWORKS: readonly ["astro", "react", "vue", "svelte", "vanilla"];
|
|
305
305
|
|
|
306
306
|
interface ApiConfig {
|