@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.d.mts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +5 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/api/dto/design-systems/figma-variables.ts +2 -1
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"
|
|
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,
|