@supernova-studio/model 1.90.7 → 1.92.0
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/dist/index.d.mts +4 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +8 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4602,9 +4602,6 @@ function pickLatestGroupSnapshots(snapshots) {
|
|
|
4602
4602
|
return pickLatestSnapshots(snapshots, (s) => s.group.id);
|
|
4603
4603
|
}
|
|
4604
4604
|
|
|
4605
|
-
// src/dsm/figma-exporter/figma-exporter.ts
|
|
4606
|
-
import { z as z126 } from "zod";
|
|
4607
|
-
|
|
4608
4605
|
// src/dsm/figma-exporter/figma-exporter-styles.ts
|
|
4609
4606
|
import { z as z124 } from "zod";
|
|
4610
4607
|
var FigmaExporterProcessedStylesSchema = z124.object({
|
|
@@ -4860,6 +4857,7 @@ var textBlockSchema = z125.lazy(
|
|
|
4860
4857
|
);
|
|
4861
4858
|
|
|
4862
4859
|
// src/dsm/figma-exporter/figma-exporter.ts
|
|
4860
|
+
import { z as z126 } from "zod";
|
|
4863
4861
|
var FigmaExporterDesignNodeTypeSchema = z126.union([
|
|
4864
4862
|
z126.literal("FRAME"),
|
|
4865
4863
|
z126.literal("TEXT"),
|
|
@@ -7223,6 +7221,7 @@ export {
|
|
|
7223
7221
|
FigmaComponentTextProperty,
|
|
7224
7222
|
FigmaComponentVariantProperty,
|
|
7225
7223
|
FigmaExporterAnyDesignNodeSchema,
|
|
7224
|
+
FigmaExporterProcessedStylesSchema,
|
|
7226
7225
|
FigmaFile,
|
|
7227
7226
|
FigmaFileAccessData,
|
|
7228
7227
|
FigmaFileDownloadScope,
|
|
@@ -7769,6 +7768,11 @@ export {
|
|
|
7769
7768
|
slugRegex,
|
|
7770
7769
|
slugify,
|
|
7771
7770
|
storybookValueFromOldValue,
|
|
7771
|
+
textBlockSchema,
|
|
7772
|
+
textListBlockSchema,
|
|
7773
|
+
textListItemSchema,
|
|
7774
|
+
textParagraphBlockSchema,
|
|
7775
|
+
textSpanSchema,
|
|
7772
7776
|
tokenAliasOrValue,
|
|
7773
7777
|
tokenElementTypes,
|
|
7774
7778
|
traversePageBlockItemValuesV2,
|