@supernova-studio/model 1.48.15 → 1.48.17
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.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3825,7 +3825,6 @@ var FileStructureStats = _zod.z.object({
|
|
|
3825
3825
|
componentSets: zeroNumberByDefault()
|
|
3826
3826
|
});
|
|
3827
3827
|
var SourceImportSummaryByTokenTypeKey = DesignTokenType.or(
|
|
3828
|
-
// Backward compatibility
|
|
3829
3828
|
_zod.z.enum(["Measure", "Radius", "GenericToken", "Font", "Text"])
|
|
3830
3829
|
);
|
|
3831
3830
|
var SourceImportSummaryByTokenType = _zod.z.record(SourceImportSummaryByTokenTypeKey, _zod.z.number());
|