@supernova-studio/client 0.55.35 → 0.56.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.mjs CHANGED
@@ -5282,9 +5282,10 @@ var DimensionsVariableScopeSchema = z183.enum([
5282
5282
  "LINE_HEIGHT",
5283
5283
  "LETTER_SPACING",
5284
5284
  "PARAGRAPH_SPACING",
5285
- "PARAGRAPH_INDENT"
5285
+ "PARAGRAPH_INDENT",
5286
+ "FONT_WEIGHT"
5286
5287
  ]);
5287
- var StringVariableScopeSchema = z183.enum(["TEXT_CONTENT", "FONT_FAMILY", "FONT_STYLE", "FONT_WEIGHT"]);
5288
+ var StringVariableScopeSchema = z183.enum(["TEXT_CONTENT", "FONT_FAMILY", "FONT_STYLE"]);
5288
5289
  var DimensionsVariableScopeType = DimensionsVariableScopeSchema.enum;
5289
5290
  var StringVariableScopeType = StringVariableScopeSchema.enum;
5290
5291
  var VariableScope = z183.string();
@@ -12355,6 +12356,7 @@ export {
12355
12356
  DTOWorkspaceRole,
12356
12357
  DesignSystemBffEndpoint,
12357
12358
  DesignSystemMembersEndpoint,
12359
+ DesignSystemSourcesEndpoint,
12358
12360
  DesignSystemVersionsEndpoint,
12359
12361
  DesignSystemsEndpoint,
12360
12362
  DimensionsVariableScopeType,