@magiclabs.ai/magicbook-client 0.7.25-canary → 0.7.26
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 +2 -1
- package/index.cjs.map +1 -1
- package/index.d.cts +3 -0
- package/index.d.ts +3 -0
- package/index.iife.js +2 -1
- package/index.iife.min.js +1 -1
- package/index.js +2 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.d.cts
CHANGED
|
@@ -4288,6 +4288,9 @@ declare const styles: {
|
|
|
4288
4288
|
e276151076d94d279d0d0b3608e3fba7: {
|
|
4289
4289
|
slug: string;
|
|
4290
4290
|
};
|
|
4291
|
+
cbec6602c5474f8fafc1980fb068db2a: {
|
|
4292
|
+
slug: string;
|
|
4293
|
+
};
|
|
4291
4294
|
};
|
|
4292
4295
|
declare const bookSizes: readonly ["4.5x4", "5x7", "6x6", "6x8", "7x5", "8x8", "8x11", "10x10", "11x8", "11x14", "12x12"];
|
|
4293
4296
|
declare const coverTypes: readonly ["sc", "hc", "pl"];
|
package/index.d.ts
CHANGED
|
@@ -4288,6 +4288,9 @@ declare const styles: {
|
|
|
4288
4288
|
e276151076d94d279d0d0b3608e3fba7: {
|
|
4289
4289
|
slug: string;
|
|
4290
4290
|
};
|
|
4291
|
+
cbec6602c5474f8fafc1980fb068db2a: {
|
|
4292
|
+
slug: string;
|
|
4293
|
+
};
|
|
4291
4294
|
};
|
|
4292
4295
|
declare const bookSizes: readonly ["4.5x4", "5x7", "6x6", "6x8", "7x5", "8x8", "8x11", "10x10", "11x8", "11x14", "12x12"];
|
|
4293
4296
|
declare const coverTypes: readonly ["sc", "hc", "pl"];
|
package/index.iife.js
CHANGED
|
@@ -1541,7 +1541,8 @@ var MagicLabs = (() => {
|
|
|
1541
1541
|
"5771ff862c394c9a8fcf4237a267651c": { slug: "studio-dark-snap" },
|
|
1542
1542
|
"990e71b3b45d4baaa7236328c64c8364": { slug: "our-family-snap" },
|
|
1543
1543
|
"2c5700f2b32c49d186b85e57449cdda6": { slug: "favourite-things-snap" },
|
|
1544
|
-
e276151076d94d279d0d0b3608e3fba7: { slug: "my-family-snap" }
|
|
1544
|
+
e276151076d94d279d0d0b3608e3fba7: { slug: "my-family-snap" },
|
|
1545
|
+
"cbec6602c5474f8fafc1980fb068db2a": { slug: "graphic-love-snap" }
|
|
1545
1546
|
};
|
|
1546
1547
|
var bookSizes = [
|
|
1547
1548
|
"4.5x4",
|