@magiclabs.ai/magicbook-client 0.6.8 → 0.6.10

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.d.cts CHANGED
@@ -528,6 +528,21 @@ declare const styles: {
528
528
  6137: {
529
529
  slug: string;
530
530
  };
531
+ 6141: {
532
+ slug: string;
533
+ };
534
+ 6144: {
535
+ slug: string;
536
+ };
537
+ 6143: {
538
+ slug: string;
539
+ };
540
+ 6146: {
541
+ slug: string;
542
+ };
543
+ 6062: {
544
+ slug: string;
545
+ };
531
546
  6075: {
532
547
  slug: string;
533
548
  };
package/index.d.ts CHANGED
@@ -528,6 +528,21 @@ declare const styles: {
528
528
  6137: {
529
529
  slug: string;
530
530
  };
531
+ 6141: {
532
+ slug: string;
533
+ };
534
+ 6144: {
535
+ slug: string;
536
+ };
537
+ 6143: {
538
+ slug: string;
539
+ };
540
+ 6146: {
541
+ slug: string;
542
+ };
543
+ 6062: {
544
+ slug: string;
545
+ };
531
546
  6075: {
532
547
  slug: string;
533
548
  };
package/index.js CHANGED
@@ -189,6 +189,11 @@ var styles = {
189
189
  6132: { slug: "travel-journal-sfly" },
190
190
  6133: { slug: "rustic-gallery-sfly" },
191
191
  6137: { slug: "summer-adventures-sfly" },
192
+ 6141: { slug: "heirloom-moments-sfly" },
193
+ 6144: { slug: "seasonal-year-in-review-sfly" },
194
+ 6143: { slug: "wanderlust-gallery-sfly" },
195
+ 6146: { slug: "wedding-elopement-gallery-sfly" },
196
+ 6062: { slug: "create-your-own-sfly" },
192
197
  6075: { slug: "together-again-sfly" },
193
198
  6078: { slug: "everyday-boho-by-umaiana-studio-sfly" },
194
199
  6089: { slug: "colorful-gradients-sfly" },
@@ -4251,8 +4256,8 @@ var DesignRequest = class {
4251
4256
  this.state = detail.slug;
4252
4257
  }
4253
4258
  timeoutHandler() {
4254
- return setTimeout(() => {
4255
- this.eventHandler(timeoutMessage);
4259
+ return setTimeout(async () => {
4260
+ await this.eventHandler(timeoutMessage);
4256
4261
  }, designRequestTimeout);
4257
4262
  }
4258
4263
  async getProgress() {