@supernova-studio/model 1.80.1 → 1.81.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 +40 -0
- package/dist/index.d.ts +40 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -161,6 +161,7 @@ var FeaturesSummary = z7.object({
|
|
|
161
161
|
forgeActiveFeaturesPerProject: featureLimitedSchema,
|
|
162
162
|
forgeActiveDocumentsPerProject: featureLimitedSchema,
|
|
163
163
|
forgePrivateProjects: featureToggleSchema,
|
|
164
|
+
forgeAttachFigmaFrames: featureToggleSchema,
|
|
164
165
|
forgeActiveProjectContexts: featureLimitedSchema,
|
|
165
166
|
forgeFeatureWorkspacePublishing: featureToggleSchema,
|
|
166
167
|
forgeFeatureHideSupernovaUI: featureToggleSchema,
|
|
@@ -4880,6 +4881,7 @@ var FigmaExporterDesignNodeTypeSchema = z125.union([
|
|
|
4880
4881
|
]);
|
|
4881
4882
|
var baseDesignNodeObjectSchema = z125.object({
|
|
4882
4883
|
id: z125.string(),
|
|
4884
|
+
name: z125.string(),
|
|
4883
4885
|
type: FigmaExporterDesignNodeTypeSchema,
|
|
4884
4886
|
parentId: z125.string().nullable(),
|
|
4885
4887
|
styles: FigmaExporterProcessedStylesSchema.partial()
|