@magiclabs.ai/magicbook-client 0.7.2 → 0.7.3
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.js +4 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.d.cts
CHANGED
|
@@ -917,6 +917,18 @@ declare const styles: {
|
|
|
917
917
|
6146: {
|
|
918
918
|
slug: string;
|
|
919
919
|
};
|
|
920
|
+
6148: {
|
|
921
|
+
slug: string;
|
|
922
|
+
};
|
|
923
|
+
6151: {
|
|
924
|
+
slug: string;
|
|
925
|
+
};
|
|
926
|
+
6152: {
|
|
927
|
+
slug: string;
|
|
928
|
+
};
|
|
929
|
+
6153: {
|
|
930
|
+
slug: string;
|
|
931
|
+
};
|
|
920
932
|
6062: {
|
|
921
933
|
slug: string;
|
|
922
934
|
};
|
package/index.d.ts
CHANGED
|
@@ -917,6 +917,18 @@ declare const styles: {
|
|
|
917
917
|
6146: {
|
|
918
918
|
slug: string;
|
|
919
919
|
};
|
|
920
|
+
6148: {
|
|
921
|
+
slug: string;
|
|
922
|
+
};
|
|
923
|
+
6151: {
|
|
924
|
+
slug: string;
|
|
925
|
+
};
|
|
926
|
+
6152: {
|
|
927
|
+
slug: string;
|
|
928
|
+
};
|
|
929
|
+
6153: {
|
|
930
|
+
slug: string;
|
|
931
|
+
};
|
|
920
932
|
6062: {
|
|
921
933
|
slug: string;
|
|
922
934
|
};
|
package/index.js
CHANGED
|
@@ -193,6 +193,10 @@ var styles = {
|
|
|
193
193
|
6144: { slug: "seasonal-year-in-review-sfly" },
|
|
194
194
|
6143: { slug: "wanderlust-gallery-sfly" },
|
|
195
195
|
6146: { slug: "wedding-elopement-gallery-sfly" },
|
|
196
|
+
6148: { slug: "love-wins-sfly" },
|
|
197
|
+
6151: { slug: "adventures-in-mexico-sfly" },
|
|
198
|
+
6152: { slug: "generations-of-love-sfly" },
|
|
199
|
+
6153: { slug: "cheerful-patterns-sfly" },
|
|
196
200
|
6062: { slug: "create-your-own-sfly" },
|
|
197
201
|
6075: { slug: "together-again-sfly" },
|
|
198
202
|
6078: { slug: "everyday-boho-by-umaiana-studio-sfly" },
|