@magiclabs.ai/magicbook-client 0.7.13-canary → 0.7.14-canary
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 +13 -1
- package/index.cjs.map +1 -1
- package/index.d.cts +10 -10
- package/index.d.ts +10 -10
- package/index.iife.js +13 -1
- package/index.js +13 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -389,7 +389,19 @@ var styles = {
|
|
|
389
389
|
"03f332e3b2b947ebae73b67a9a22b6f4": { slug: "winter-sparkle-snap" },
|
|
390
390
|
"97f70f6cdb5244a08d45772cccfa2788": { slug: "year-of-memories-snap" }
|
|
391
391
|
};
|
|
392
|
-
var bookSizes = [
|
|
392
|
+
var bookSizes = [
|
|
393
|
+
"4.5x4",
|
|
394
|
+
"5x7",
|
|
395
|
+
"6x6",
|
|
396
|
+
"6x8",
|
|
397
|
+
"7x5",
|
|
398
|
+
"8x8",
|
|
399
|
+
"8x11",
|
|
400
|
+
"10x10",
|
|
401
|
+
"11x8",
|
|
402
|
+
"11x14",
|
|
403
|
+
"12x12"
|
|
404
|
+
];
|
|
393
405
|
var coverTypes = ["sc", "hc", "pl"];
|
|
394
406
|
var pageTypes = ["sp", "sl", "dl"];
|
|
395
407
|
var imageDensities = ["low", "medium", "high"];
|