@supernova-studio/model 0.47.11 → 0.47.12
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 +63 -63
- package/dist/index.d.ts +63 -63
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/data-sources/data-source.ts +1 -1
package/dist/index.mjs
CHANGED
|
@@ -507,7 +507,7 @@ var DataSourceFigmaScope = z28.object({
|
|
|
507
507
|
documentationFrames: z28.boolean(),
|
|
508
508
|
tokens: z28.boolean(),
|
|
509
509
|
themePersistentId: z28.string().optional(),
|
|
510
|
-
|
|
510
|
+
isUnpublishedContentFallbackEnabled: z28.boolean()
|
|
511
511
|
});
|
|
512
512
|
var DataSourceFigmaImportMetadata = z28.object({
|
|
513
513
|
fileData: DataSourceFigmaFileData.optional(),
|