@magiclabs.ai/magicbook-client 0.7.20 → 0.7.21
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/index.cjs +4 -0
- package/index.cjs.map +1 -1
- package/index.d.cts +12 -0
- package/index.d.ts +12 -0
- package/index.iife.js +4 -0
- package/index.iife.min.js +1 -1
- package/index.js +4 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.d.cts
CHANGED
|
@@ -523,6 +523,18 @@ declare const styles: {
|
|
|
523
523
|
6156: {
|
|
524
524
|
slug: string;
|
|
525
525
|
};
|
|
526
|
+
6164: {
|
|
527
|
+
slug: string;
|
|
528
|
+
};
|
|
529
|
+
6165: {
|
|
530
|
+
slug: string;
|
|
531
|
+
};
|
|
532
|
+
6166: {
|
|
533
|
+
slug: string;
|
|
534
|
+
};
|
|
535
|
+
6169: {
|
|
536
|
+
slug: string;
|
|
537
|
+
};
|
|
526
538
|
be5f79d7525f4717844db77a2f1b5e50: {
|
|
527
539
|
slug: string;
|
|
528
540
|
};
|
package/index.d.ts
CHANGED
|
@@ -523,6 +523,18 @@ declare const styles: {
|
|
|
523
523
|
6156: {
|
|
524
524
|
slug: string;
|
|
525
525
|
};
|
|
526
|
+
6164: {
|
|
527
|
+
slug: string;
|
|
528
|
+
};
|
|
529
|
+
6165: {
|
|
530
|
+
slug: string;
|
|
531
|
+
};
|
|
532
|
+
6166: {
|
|
533
|
+
slug: string;
|
|
534
|
+
};
|
|
535
|
+
6169: {
|
|
536
|
+
slug: string;
|
|
537
|
+
};
|
|
526
538
|
be5f79d7525f4717844db77a2f1b5e50: {
|
|
527
539
|
slug: string;
|
|
528
540
|
};
|
package/index.iife.js
CHANGED
|
@@ -284,6 +284,10 @@ var MagicLabs = (() => {
|
|
|
284
284
|
6099: { slug: "bright-color-pop-sfly" },
|
|
285
285
|
6159: { slug: "grateful-for-you-sfly" },
|
|
286
286
|
6156: { slug: "europe-mementos-sfly" },
|
|
287
|
+
6164: { slug: "disney-princess-sfly" },
|
|
288
|
+
6165: { slug: "disneys-simply-mickey-sfly" },
|
|
289
|
+
6166: { slug: "disney-mickey-and-friends-sfly" },
|
|
290
|
+
6169: { slug: "through-the-years-sfly" },
|
|
287
291
|
//snapfish styles
|
|
288
292
|
be5f79d7525f4717844db77a2f1b5e50: { slug: "abstract-baby-first-year-snap" },
|
|
289
293
|
"519bf5f2b6734103a9a359469be4961b": { slug: "album-snap" },
|