@supernova-studio/client 0.54.2 → 0.54.3
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 +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1730 -1727
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -124,6 +124,7 @@ var _slugify = require('@sindresorhus/slugify'); var _slugify2 = _interopRequire
|
|
|
124
124
|
|
|
125
125
|
|
|
126
126
|
|
|
127
|
+
|
|
127
128
|
|
|
128
129
|
|
|
129
130
|
var _ipcidr = require('ip-cidr'); var _ipcidr2 = _interopRequireDefault(_ipcidr);
|
|
@@ -2569,6 +2570,8 @@ var FontSizeValue = _zod.z.object({
|
|
|
2569
2570
|
var FontSizeTokenData = tokenAliasOrValue(FontSizeValue);
|
|
2570
2571
|
var FontWeightValue = _zod.z.string();
|
|
2571
2572
|
var FontWeightTokenData = tokenAliasOrValue(FontWeightValue);
|
|
2573
|
+
var FontValue = _zod.z.unknown();
|
|
2574
|
+
var FontTokenData = tokenAliasOrValue(FontValue);
|
|
2572
2575
|
var GradientType = _zod.z.enum(["Linear", "Radial", "Angular"]);
|
|
2573
2576
|
var GradientStop = _zod.z.object({
|
|
2574
2577
|
position: _zod.z.number(),
|
|
@@ -2862,7 +2865,7 @@ var DurationTypedData = _zod.z.object({
|
|
|
2862
2865
|
});
|
|
2863
2866
|
var FontTypedData = _zod.z.object({
|
|
2864
2867
|
type: _zod.z.literal("Font"),
|
|
2865
|
-
data:
|
|
2868
|
+
data: FontTokenData
|
|
2866
2869
|
});
|
|
2867
2870
|
var DesignTokenTypedData = _zod.z.discriminatedUnion("type", [
|
|
2868
2871
|
BlurTokenTypedData,
|