@supernova-studio/model 1.48.15 → 1.48.16

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.mjs CHANGED
@@ -3825,7 +3825,6 @@ var FileStructureStats = z93.object({
3825
3825
  componentSets: zeroNumberByDefault()
3826
3826
  });
3827
3827
  var SourceImportSummaryByTokenTypeKey = DesignTokenType.or(
3828
- // Backward compatibility
3829
3828
  z93.enum(["Measure", "Radius", "GenericToken", "Font", "Text"])
3830
3829
  );
3831
3830
  var SourceImportSummaryByTokenType = z93.record(SourceImportSummaryByTokenTypeKey, z93.number());