@elementor/editor-props 4.1.0-817 → 4.1.0-818
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 +26 -1
- package/dist/index.d.ts +26 -1
- package/dist/index.js +93 -87
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +92 -87
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/prop-types/index.ts +1 -0
- package/src/prop-types/span.ts +7 -0
package/dist/index.d.mts
CHANGED
|
@@ -1591,6 +1591,31 @@ declare const sizePropTypeUtil: {
|
|
|
1591
1591
|
};
|
|
1592
1592
|
type SizePropValue = z.infer<typeof sizePropTypeUtil.schema>;
|
|
1593
1593
|
|
|
1594
|
+
declare const spanPropTypeUtil: {
|
|
1595
|
+
extract: (prop: unknown) => number | null;
|
|
1596
|
+
isValid: (prop: unknown) => prop is TransformablePropValue$1<"span", number | null>;
|
|
1597
|
+
create: {
|
|
1598
|
+
(value: number | null): TransformablePropValue$1<"span", number | null>;
|
|
1599
|
+
(value: number | null, createOptions?: CreateOptions): TransformablePropValue$1<"span", number | null>;
|
|
1600
|
+
(value: (prev?: number | null | undefined) => number | null, createOptions: CreateOptions): TransformablePropValue$1<"span", number | null>;
|
|
1601
|
+
};
|
|
1602
|
+
schema: z.ZodObject<{
|
|
1603
|
+
$$type: z.ZodLiteral<"span">;
|
|
1604
|
+
value: z.ZodType<number | null, z.ZodTypeDef, number | null>;
|
|
1605
|
+
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
1606
|
+
}, "strict", z.ZodTypeAny, {
|
|
1607
|
+
$$type: "span";
|
|
1608
|
+
value: number | null;
|
|
1609
|
+
disabled?: boolean | undefined;
|
|
1610
|
+
}, {
|
|
1611
|
+
$$type: "span";
|
|
1612
|
+
value: number | null;
|
|
1613
|
+
disabled?: boolean | undefined;
|
|
1614
|
+
}>;
|
|
1615
|
+
key: "span";
|
|
1616
|
+
};
|
|
1617
|
+
type SpanPropValue = z.infer<typeof spanPropTypeUtil.schema>;
|
|
1618
|
+
|
|
1594
1619
|
declare const stringPropTypeUtil: {
|
|
1595
1620
|
extract: (prop: unknown) => string | null;
|
|
1596
1621
|
isValid: (prop: unknown) => prop is TransformablePropValue$1<"string", string | null>;
|
|
@@ -6949,4 +6974,4 @@ declare const Schema: {
|
|
|
6949
6974
|
removeIntention: typeof removeIntention;
|
|
6950
6975
|
};
|
|
6951
6976
|
|
|
6952
|
-
export { type AnyTransformable, type ArrayPropType, type ArrayPropValue, type BackdropFilterItemPropValue, type BackdropFilterPropValue, type BackgroundColorOverlayPropValue, type BackgroundGradientOverlayPropValue, type BackgroundImageOverlayPropValue, type BackgroundImagePositionOffsetPropValue, type BackgroundImageSizeScalePropValue, type BackgroundOverlayImagePropType, type BackgroundOverlayItemPropValue, type BackgroundOverlayPropType, type BackgroundOverlayPropValue, type BackgroundPropValue, type BooleanPropValue, type BorderRadiusPropValue, type BorderWidthPropValue, type BoxShadowPropValue, CLASSES_PROP_KEY, type ChildElement, type ClassesPropValue, type ColorPropValue, type ColorStopPropValue, type CreateOptions, DateTimePropTypeUtil, type DateTimePropValue, type Dependency, type DependencyOperator, type DependencyTerm, type DimensionsPropValue, type DropShadowFilterPropValue, type EmailPropValue, type FilterItemPropValue, type FilterPropValue, type FlexPropValue, type GradientColorStopPropValue, type HtmlPropValue, type HtmlV2PropValue, type HtmlV2Value, type HtmlV3PropValue, type HtmlV3Value, type ImageAttachmentIdPropValue, type ImagePropValue, type ImageSrcPropValue, type JsonSchema7, type KeyValuePropValue, type LayoutDirectionPropValue, type LinkPropValue, type MoveTransformPropValue, type NumberPropValue, type ObjectPropType, type ObjectPropValue, type ParseResult, type PerspectiveOriginPropValue, type PlainPropType, type PlainPropValue, type PositionPropTypeValue, type PropKey, type PropType, type PropTypeKey, type PropTypeUtil, type PropValue, type Props, type PropsSchema, type QueryPropValue, type RotateTransformPropValue, type ScaleTransformPropValue, Schema, type SelectionSizePropValue, type ShadowPropValue, type SizePropValue, type SkewTransformPropValue, type StringArrayPropValue, type StringPropValue, type StrokePropValue, type SvgSrcPropValue, type TransformFunctionsItemPropValue, type TransformFunctionsPropValue, type TransformOriginPropValue, type TransformPropValue, type TransformablePropType, type TransformablePropValue$1 as TransformablePropValue, type UnionPropType, type UrlPropValue, type VideoAttachmentIdPropValue, type VideoSrcPropValue, backdropFilterPropTypeUtil, backgroundColorOverlayPropTypeUtil, backgroundGradientOverlayPropTypeUtil, backgroundImageOverlayPropTypeUtil, backgroundImagePositionOffsetPropTypeUtil, backgroundImageSizeScalePropTypeUtil, backgroundOverlayItem, backgroundOverlayPropTypeUtil, backgroundPropTypeUtil, blurFilterPropTypeUtil, booleanPropTypeUtil, borderRadiusPropTypeUtil, borderWidthPropTypeUtil, boxShadowPropTypeUtil, classesPropTypeUtil, colorPropTypeUtil, colorStopPropTypeUtil, colorToneFilterPropTypeUtil, createArrayPropUtils, createPropUtils, cssFilterFunctionPropUtil, dimensionsPropTypeUtil, dropShadowFilterPropTypeUtil, emailPropTypeUtil, evaluateTerm, extractValue, filterEmptyValues, filterPropTypeUtil, flexPropTypeUtil, getPropSchemaFromCache, gradientColorStopPropTypeUtil, htmlPropTypeUtil, htmlV2PropTypeUtil, htmlV3PropTypeUtil, hueRotateFilterPropTypeUtil, imageAttachmentIdPropType, imagePropTypeUtil, imageSrcPropTypeUtil, intensityFilterPropTypeUtil, isDependency, isDependencyMet, isEmpty, isTransformable, keyValuePropTypeUtil, layoutDirectionPropTypeUtil, linkPropTypeUtil, mergeProps, moveTransformPropTypeUtil, numberPropTypeUtil, parseHtmlChildren, perspectiveOriginPropTypeUtil, positionPropTypeUtil, queryPropTypeUtil, rotateTransformPropTypeUtil, scaleTransformPropTypeUtil, selectionSizePropTypeUtil, shadowPropTypeUtil, sizePropTypeUtil, skewTransformPropTypeUtil, stringArrayPropTypeUtil, stringPropTypeUtil, strokePropTypeUtil, svgSrcPropTypeUtil, transformFunctionsPropTypeUtil, transformOriginPropTypeUtil, transformPropTypeUtil, urlPropTypeUtil, videoAttachmentIdPropType, videoSrcPropTypeUtil };
|
|
6977
|
+
export { type AnyTransformable, type ArrayPropType, type ArrayPropValue, type BackdropFilterItemPropValue, type BackdropFilterPropValue, type BackgroundColorOverlayPropValue, type BackgroundGradientOverlayPropValue, type BackgroundImageOverlayPropValue, type BackgroundImagePositionOffsetPropValue, type BackgroundImageSizeScalePropValue, type BackgroundOverlayImagePropType, type BackgroundOverlayItemPropValue, type BackgroundOverlayPropType, type BackgroundOverlayPropValue, type BackgroundPropValue, type BooleanPropValue, type BorderRadiusPropValue, type BorderWidthPropValue, type BoxShadowPropValue, CLASSES_PROP_KEY, type ChildElement, type ClassesPropValue, type ColorPropValue, type ColorStopPropValue, type CreateOptions, DateTimePropTypeUtil, type DateTimePropValue, type Dependency, type DependencyOperator, type DependencyTerm, type DimensionsPropValue, type DropShadowFilterPropValue, type EmailPropValue, type FilterItemPropValue, type FilterPropValue, type FlexPropValue, type GradientColorStopPropValue, type HtmlPropValue, type HtmlV2PropValue, type HtmlV2Value, type HtmlV3PropValue, type HtmlV3Value, type ImageAttachmentIdPropValue, type ImagePropValue, type ImageSrcPropValue, type JsonSchema7, type KeyValuePropValue, type LayoutDirectionPropValue, type LinkPropValue, type MoveTransformPropValue, type NumberPropValue, type ObjectPropType, type ObjectPropValue, type ParseResult, type PerspectiveOriginPropValue, type PlainPropType, type PlainPropValue, type PositionPropTypeValue, type PropKey, type PropType, type PropTypeKey, type PropTypeUtil, type PropValue, type Props, type PropsSchema, type QueryPropValue, type RotateTransformPropValue, type ScaleTransformPropValue, Schema, type SelectionSizePropValue, type ShadowPropValue, type SizePropValue, type SkewTransformPropValue, type SpanPropValue, type StringArrayPropValue, type StringPropValue, type StrokePropValue, type SvgSrcPropValue, type TransformFunctionsItemPropValue, type TransformFunctionsPropValue, type TransformOriginPropValue, type TransformPropValue, type TransformablePropType, type TransformablePropValue$1 as TransformablePropValue, type UnionPropType, type UrlPropValue, type VideoAttachmentIdPropValue, type VideoSrcPropValue, backdropFilterPropTypeUtil, backgroundColorOverlayPropTypeUtil, backgroundGradientOverlayPropTypeUtil, backgroundImageOverlayPropTypeUtil, backgroundImagePositionOffsetPropTypeUtil, backgroundImageSizeScalePropTypeUtil, backgroundOverlayItem, backgroundOverlayPropTypeUtil, backgroundPropTypeUtil, blurFilterPropTypeUtil, booleanPropTypeUtil, borderRadiusPropTypeUtil, borderWidthPropTypeUtil, boxShadowPropTypeUtil, classesPropTypeUtil, colorPropTypeUtil, colorStopPropTypeUtil, colorToneFilterPropTypeUtil, createArrayPropUtils, createPropUtils, cssFilterFunctionPropUtil, dimensionsPropTypeUtil, dropShadowFilterPropTypeUtil, emailPropTypeUtil, evaluateTerm, extractValue, filterEmptyValues, filterPropTypeUtil, flexPropTypeUtil, getPropSchemaFromCache, gradientColorStopPropTypeUtil, htmlPropTypeUtil, htmlV2PropTypeUtil, htmlV3PropTypeUtil, hueRotateFilterPropTypeUtil, imageAttachmentIdPropType, imagePropTypeUtil, imageSrcPropTypeUtil, intensityFilterPropTypeUtil, isDependency, isDependencyMet, isEmpty, isTransformable, keyValuePropTypeUtil, layoutDirectionPropTypeUtil, linkPropTypeUtil, mergeProps, moveTransformPropTypeUtil, numberPropTypeUtil, parseHtmlChildren, perspectiveOriginPropTypeUtil, positionPropTypeUtil, queryPropTypeUtil, rotateTransformPropTypeUtil, scaleTransformPropTypeUtil, selectionSizePropTypeUtil, shadowPropTypeUtil, sizePropTypeUtil, skewTransformPropTypeUtil, spanPropTypeUtil, stringArrayPropTypeUtil, stringPropTypeUtil, strokePropTypeUtil, svgSrcPropTypeUtil, transformFunctionsPropTypeUtil, transformOriginPropTypeUtil, transformPropTypeUtil, urlPropTypeUtil, videoAttachmentIdPropType, videoSrcPropTypeUtil };
|
package/dist/index.d.ts
CHANGED
|
@@ -1591,6 +1591,31 @@ declare const sizePropTypeUtil: {
|
|
|
1591
1591
|
};
|
|
1592
1592
|
type SizePropValue = z.infer<typeof sizePropTypeUtil.schema>;
|
|
1593
1593
|
|
|
1594
|
+
declare const spanPropTypeUtil: {
|
|
1595
|
+
extract: (prop: unknown) => number | null;
|
|
1596
|
+
isValid: (prop: unknown) => prop is TransformablePropValue$1<"span", number | null>;
|
|
1597
|
+
create: {
|
|
1598
|
+
(value: number | null): TransformablePropValue$1<"span", number | null>;
|
|
1599
|
+
(value: number | null, createOptions?: CreateOptions): TransformablePropValue$1<"span", number | null>;
|
|
1600
|
+
(value: (prev?: number | null | undefined) => number | null, createOptions: CreateOptions): TransformablePropValue$1<"span", number | null>;
|
|
1601
|
+
};
|
|
1602
|
+
schema: z.ZodObject<{
|
|
1603
|
+
$$type: z.ZodLiteral<"span">;
|
|
1604
|
+
value: z.ZodType<number | null, z.ZodTypeDef, number | null>;
|
|
1605
|
+
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
1606
|
+
}, "strict", z.ZodTypeAny, {
|
|
1607
|
+
$$type: "span";
|
|
1608
|
+
value: number | null;
|
|
1609
|
+
disabled?: boolean | undefined;
|
|
1610
|
+
}, {
|
|
1611
|
+
$$type: "span";
|
|
1612
|
+
value: number | null;
|
|
1613
|
+
disabled?: boolean | undefined;
|
|
1614
|
+
}>;
|
|
1615
|
+
key: "span";
|
|
1616
|
+
};
|
|
1617
|
+
type SpanPropValue = z.infer<typeof spanPropTypeUtil.schema>;
|
|
1618
|
+
|
|
1594
1619
|
declare const stringPropTypeUtil: {
|
|
1595
1620
|
extract: (prop: unknown) => string | null;
|
|
1596
1621
|
isValid: (prop: unknown) => prop is TransformablePropValue$1<"string", string | null>;
|
|
@@ -6949,4 +6974,4 @@ declare const Schema: {
|
|
|
6949
6974
|
removeIntention: typeof removeIntention;
|
|
6950
6975
|
};
|
|
6951
6976
|
|
|
6952
|
-
export { type AnyTransformable, type ArrayPropType, type ArrayPropValue, type BackdropFilterItemPropValue, type BackdropFilterPropValue, type BackgroundColorOverlayPropValue, type BackgroundGradientOverlayPropValue, type BackgroundImageOverlayPropValue, type BackgroundImagePositionOffsetPropValue, type BackgroundImageSizeScalePropValue, type BackgroundOverlayImagePropType, type BackgroundOverlayItemPropValue, type BackgroundOverlayPropType, type BackgroundOverlayPropValue, type BackgroundPropValue, type BooleanPropValue, type BorderRadiusPropValue, type BorderWidthPropValue, type BoxShadowPropValue, CLASSES_PROP_KEY, type ChildElement, type ClassesPropValue, type ColorPropValue, type ColorStopPropValue, type CreateOptions, DateTimePropTypeUtil, type DateTimePropValue, type Dependency, type DependencyOperator, type DependencyTerm, type DimensionsPropValue, type DropShadowFilterPropValue, type EmailPropValue, type FilterItemPropValue, type FilterPropValue, type FlexPropValue, type GradientColorStopPropValue, type HtmlPropValue, type HtmlV2PropValue, type HtmlV2Value, type HtmlV3PropValue, type HtmlV3Value, type ImageAttachmentIdPropValue, type ImagePropValue, type ImageSrcPropValue, type JsonSchema7, type KeyValuePropValue, type LayoutDirectionPropValue, type LinkPropValue, type MoveTransformPropValue, type NumberPropValue, type ObjectPropType, type ObjectPropValue, type ParseResult, type PerspectiveOriginPropValue, type PlainPropType, type PlainPropValue, type PositionPropTypeValue, type PropKey, type PropType, type PropTypeKey, type PropTypeUtil, type PropValue, type Props, type PropsSchema, type QueryPropValue, type RotateTransformPropValue, type ScaleTransformPropValue, Schema, type SelectionSizePropValue, type ShadowPropValue, type SizePropValue, type SkewTransformPropValue, type StringArrayPropValue, type StringPropValue, type StrokePropValue, type SvgSrcPropValue, type TransformFunctionsItemPropValue, type TransformFunctionsPropValue, type TransformOriginPropValue, type TransformPropValue, type TransformablePropType, type TransformablePropValue$1 as TransformablePropValue, type UnionPropType, type UrlPropValue, type VideoAttachmentIdPropValue, type VideoSrcPropValue, backdropFilterPropTypeUtil, backgroundColorOverlayPropTypeUtil, backgroundGradientOverlayPropTypeUtil, backgroundImageOverlayPropTypeUtil, backgroundImagePositionOffsetPropTypeUtil, backgroundImageSizeScalePropTypeUtil, backgroundOverlayItem, backgroundOverlayPropTypeUtil, backgroundPropTypeUtil, blurFilterPropTypeUtil, booleanPropTypeUtil, borderRadiusPropTypeUtil, borderWidthPropTypeUtil, boxShadowPropTypeUtil, classesPropTypeUtil, colorPropTypeUtil, colorStopPropTypeUtil, colorToneFilterPropTypeUtil, createArrayPropUtils, createPropUtils, cssFilterFunctionPropUtil, dimensionsPropTypeUtil, dropShadowFilterPropTypeUtil, emailPropTypeUtil, evaluateTerm, extractValue, filterEmptyValues, filterPropTypeUtil, flexPropTypeUtil, getPropSchemaFromCache, gradientColorStopPropTypeUtil, htmlPropTypeUtil, htmlV2PropTypeUtil, htmlV3PropTypeUtil, hueRotateFilterPropTypeUtil, imageAttachmentIdPropType, imagePropTypeUtil, imageSrcPropTypeUtil, intensityFilterPropTypeUtil, isDependency, isDependencyMet, isEmpty, isTransformable, keyValuePropTypeUtil, layoutDirectionPropTypeUtil, linkPropTypeUtil, mergeProps, moveTransformPropTypeUtil, numberPropTypeUtil, parseHtmlChildren, perspectiveOriginPropTypeUtil, positionPropTypeUtil, queryPropTypeUtil, rotateTransformPropTypeUtil, scaleTransformPropTypeUtil, selectionSizePropTypeUtil, shadowPropTypeUtil, sizePropTypeUtil, skewTransformPropTypeUtil, stringArrayPropTypeUtil, stringPropTypeUtil, strokePropTypeUtil, svgSrcPropTypeUtil, transformFunctionsPropTypeUtil, transformOriginPropTypeUtil, transformPropTypeUtil, urlPropTypeUtil, videoAttachmentIdPropType, videoSrcPropTypeUtil };
|
|
6977
|
+
export { type AnyTransformable, type ArrayPropType, type ArrayPropValue, type BackdropFilterItemPropValue, type BackdropFilterPropValue, type BackgroundColorOverlayPropValue, type BackgroundGradientOverlayPropValue, type BackgroundImageOverlayPropValue, type BackgroundImagePositionOffsetPropValue, type BackgroundImageSizeScalePropValue, type BackgroundOverlayImagePropType, type BackgroundOverlayItemPropValue, type BackgroundOverlayPropType, type BackgroundOverlayPropValue, type BackgroundPropValue, type BooleanPropValue, type BorderRadiusPropValue, type BorderWidthPropValue, type BoxShadowPropValue, CLASSES_PROP_KEY, type ChildElement, type ClassesPropValue, type ColorPropValue, type ColorStopPropValue, type CreateOptions, DateTimePropTypeUtil, type DateTimePropValue, type Dependency, type DependencyOperator, type DependencyTerm, type DimensionsPropValue, type DropShadowFilterPropValue, type EmailPropValue, type FilterItemPropValue, type FilterPropValue, type FlexPropValue, type GradientColorStopPropValue, type HtmlPropValue, type HtmlV2PropValue, type HtmlV2Value, type HtmlV3PropValue, type HtmlV3Value, type ImageAttachmentIdPropValue, type ImagePropValue, type ImageSrcPropValue, type JsonSchema7, type KeyValuePropValue, type LayoutDirectionPropValue, type LinkPropValue, type MoveTransformPropValue, type NumberPropValue, type ObjectPropType, type ObjectPropValue, type ParseResult, type PerspectiveOriginPropValue, type PlainPropType, type PlainPropValue, type PositionPropTypeValue, type PropKey, type PropType, type PropTypeKey, type PropTypeUtil, type PropValue, type Props, type PropsSchema, type QueryPropValue, type RotateTransformPropValue, type ScaleTransformPropValue, Schema, type SelectionSizePropValue, type ShadowPropValue, type SizePropValue, type SkewTransformPropValue, type SpanPropValue, type StringArrayPropValue, type StringPropValue, type StrokePropValue, type SvgSrcPropValue, type TransformFunctionsItemPropValue, type TransformFunctionsPropValue, type TransformOriginPropValue, type TransformPropValue, type TransformablePropType, type TransformablePropValue$1 as TransformablePropValue, type UnionPropType, type UrlPropValue, type VideoAttachmentIdPropValue, type VideoSrcPropValue, backdropFilterPropTypeUtil, backgroundColorOverlayPropTypeUtil, backgroundGradientOverlayPropTypeUtil, backgroundImageOverlayPropTypeUtil, backgroundImagePositionOffsetPropTypeUtil, backgroundImageSizeScalePropTypeUtil, backgroundOverlayItem, backgroundOverlayPropTypeUtil, backgroundPropTypeUtil, blurFilterPropTypeUtil, booleanPropTypeUtil, borderRadiusPropTypeUtil, borderWidthPropTypeUtil, boxShadowPropTypeUtil, classesPropTypeUtil, colorPropTypeUtil, colorStopPropTypeUtil, colorToneFilterPropTypeUtil, createArrayPropUtils, createPropUtils, cssFilterFunctionPropUtil, dimensionsPropTypeUtil, dropShadowFilterPropTypeUtil, emailPropTypeUtil, evaluateTerm, extractValue, filterEmptyValues, filterPropTypeUtil, flexPropTypeUtil, getPropSchemaFromCache, gradientColorStopPropTypeUtil, htmlPropTypeUtil, htmlV2PropTypeUtil, htmlV3PropTypeUtil, hueRotateFilterPropTypeUtil, imageAttachmentIdPropType, imagePropTypeUtil, imageSrcPropTypeUtil, intensityFilterPropTypeUtil, isDependency, isDependencyMet, isEmpty, isTransformable, keyValuePropTypeUtil, layoutDirectionPropTypeUtil, linkPropTypeUtil, mergeProps, moveTransformPropTypeUtil, numberPropTypeUtil, parseHtmlChildren, perspectiveOriginPropTypeUtil, positionPropTypeUtil, queryPropTypeUtil, rotateTransformPropTypeUtil, scaleTransformPropTypeUtil, selectionSizePropTypeUtil, shadowPropTypeUtil, sizePropTypeUtil, skewTransformPropTypeUtil, spanPropTypeUtil, stringArrayPropTypeUtil, stringPropTypeUtil, strokePropTypeUtil, svgSrcPropTypeUtil, transformFunctionsPropTypeUtil, transformOriginPropTypeUtil, transformPropTypeUtil, urlPropTypeUtil, videoAttachmentIdPropType, videoSrcPropTypeUtil };
|
package/dist/index.js
CHANGED
|
@@ -82,6 +82,7 @@ __export(index_exports, {
|
|
|
82
82
|
shadowPropTypeUtil: () => shadowPropTypeUtil,
|
|
83
83
|
sizePropTypeUtil: () => sizePropTypeUtil,
|
|
84
84
|
skewTransformPropTypeUtil: () => skewTransformPropTypeUtil,
|
|
85
|
+
spanPropTypeUtil: () => spanPropTypeUtil,
|
|
85
86
|
stringArrayPropTypeUtil: () => stringArrayPropTypeUtil,
|
|
86
87
|
stringPropTypeUtil: () => stringPropTypeUtil,
|
|
87
88
|
strokePropTypeUtil: () => strokePropTypeUtil,
|
|
@@ -335,42 +336,46 @@ var sizePropTypeUtil = createPropUtils(
|
|
|
335
336
|
)
|
|
336
337
|
);
|
|
337
338
|
|
|
338
|
-
// src/prop-types/
|
|
339
|
+
// src/prop-types/span.ts
|
|
339
340
|
var import_schema19 = require("@elementor/schema");
|
|
340
|
-
var
|
|
341
|
+
var spanPropTypeUtil = createPropUtils("span", import_schema19.z.number().nullable());
|
|
342
|
+
|
|
343
|
+
// src/prop-types/string.ts
|
|
344
|
+
var import_schema20 = require("@elementor/schema");
|
|
345
|
+
var stringPropTypeUtil = createPropUtils("string", import_schema20.z.string().nullable());
|
|
341
346
|
|
|
342
347
|
// src/prop-types/string-array.ts
|
|
343
348
|
var stringArrayPropTypeUtil = createArrayPropUtils(stringPropTypeUtil.key, stringPropTypeUtil.schema);
|
|
344
349
|
|
|
345
350
|
// src/prop-types/stroke.ts
|
|
346
|
-
var
|
|
351
|
+
var import_schema21 = require("@elementor/schema");
|
|
347
352
|
var strokePropTypeUtil = createPropUtils(
|
|
348
353
|
"stroke",
|
|
349
|
-
|
|
354
|
+
import_schema21.z.strictObject({
|
|
350
355
|
color: unknownChildrenSchema,
|
|
351
356
|
width: unknownChildrenSchema
|
|
352
357
|
})
|
|
353
358
|
);
|
|
354
359
|
|
|
355
360
|
// src/prop-types/url.ts
|
|
356
|
-
var
|
|
357
|
-
var urlPropTypeUtil = createPropUtils("url",
|
|
361
|
+
var import_schema22 = require("@elementor/schema");
|
|
362
|
+
var urlPropTypeUtil = createPropUtils("url", import_schema22.z.string().nullable());
|
|
358
363
|
|
|
359
364
|
// src/prop-types/layout-direction.ts
|
|
360
|
-
var
|
|
365
|
+
var import_schema23 = require("@elementor/schema");
|
|
361
366
|
var layoutDirectionPropTypeUtil = createPropUtils(
|
|
362
367
|
"layout-direction",
|
|
363
|
-
|
|
364
|
-
row:
|
|
365
|
-
column:
|
|
368
|
+
import_schema23.z.object({
|
|
369
|
+
row: import_schema23.z.any(),
|
|
370
|
+
column: import_schema23.z.any()
|
|
366
371
|
})
|
|
367
372
|
);
|
|
368
373
|
|
|
369
374
|
// src/prop-types/link.ts
|
|
370
|
-
var
|
|
375
|
+
var import_schema24 = require("@elementor/schema");
|
|
371
376
|
var linkPropTypeUtil = createPropUtils(
|
|
372
377
|
"link",
|
|
373
|
-
|
|
378
|
+
import_schema24.z.strictObject({
|
|
374
379
|
destination: unknownChildrenSchema,
|
|
375
380
|
isTargetBlank: unknownChildrenSchema,
|
|
376
381
|
tag: unknownChildrenSchema
|
|
@@ -378,10 +383,10 @@ var linkPropTypeUtil = createPropUtils(
|
|
|
378
383
|
);
|
|
379
384
|
|
|
380
385
|
// src/prop-types/email.ts
|
|
381
|
-
var
|
|
386
|
+
var import_schema25 = require("@elementor/schema");
|
|
382
387
|
var emailPropTypeUtil = createPropUtils(
|
|
383
388
|
"email",
|
|
384
|
-
|
|
389
|
+
import_schema25.z.strictObject({
|
|
385
390
|
to: unknownChildrenSchema,
|
|
386
391
|
subject: unknownChildrenSchema,
|
|
387
392
|
message: unknownChildrenSchema,
|
|
@@ -396,13 +401,13 @@ var emailPropTypeUtil = createPropUtils(
|
|
|
396
401
|
);
|
|
397
402
|
|
|
398
403
|
// src/prop-types/selection-size.ts
|
|
399
|
-
var
|
|
404
|
+
var import_schema27 = require("@elementor/schema");
|
|
400
405
|
|
|
401
406
|
// src/prop-types/key-value.ts
|
|
402
|
-
var
|
|
407
|
+
var import_schema26 = require("@elementor/schema");
|
|
403
408
|
var keyValuePropTypeUtil = createPropUtils(
|
|
404
409
|
"key-value",
|
|
405
|
-
|
|
410
|
+
import_schema26.z.strictObject({
|
|
406
411
|
key: unknownChildrenSchema,
|
|
407
412
|
value: unknownChildrenSchema
|
|
408
413
|
})
|
|
@@ -411,17 +416,17 @@ var keyValuePropTypeUtil = createPropUtils(
|
|
|
411
416
|
// src/prop-types/selection-size.ts
|
|
412
417
|
var selectionSizePropTypeUtil = createPropUtils(
|
|
413
418
|
"selection-size",
|
|
414
|
-
|
|
415
|
-
selection:
|
|
419
|
+
import_schema27.z.strictObject({
|
|
420
|
+
selection: import_schema27.z.union([keyValuePropTypeUtil.schema, stringPropTypeUtil.schema]),
|
|
416
421
|
size: unknownChildrenSchema
|
|
417
422
|
})
|
|
418
423
|
);
|
|
419
424
|
|
|
420
425
|
// src/prop-types/background-prop-types/background.ts
|
|
421
|
-
var
|
|
426
|
+
var import_schema28 = require("@elementor/schema");
|
|
422
427
|
var backgroundPropTypeUtil = createPropUtils(
|
|
423
428
|
"background",
|
|
424
|
-
|
|
429
|
+
import_schema28.z.strictObject({
|
|
425
430
|
color: unknownChildrenSchema,
|
|
426
431
|
clip: unknownChildrenSchema,
|
|
427
432
|
"background-overlay": unknownChildrenSchema
|
|
@@ -429,7 +434,7 @@ var backgroundPropTypeUtil = createPropUtils(
|
|
|
429
434
|
);
|
|
430
435
|
|
|
431
436
|
// src/prop-types/background-prop-types/background-overlay.ts
|
|
432
|
-
var
|
|
437
|
+
var import_schema29 = require("@elementor/schema");
|
|
433
438
|
|
|
434
439
|
// src/prop-types/background-prop-types/background-color-overlay.ts
|
|
435
440
|
var backgroundColorOverlayPropTypeUtil = createPropUtils("background-color-overlay", unknownChildrenSchema);
|
|
@@ -445,7 +450,7 @@ var backgroundImageOverlayPropTypeUtil = createPropUtils("background-image-overl
|
|
|
445
450
|
|
|
446
451
|
// src/prop-types/background-prop-types/background-overlay.ts
|
|
447
452
|
var backgroundOverlayItem = backgroundColorOverlayPropTypeUtil.schema.or(backgroundGradientOverlayPropTypeUtil.schema).or(backgroundImageOverlayPropTypeUtil.schema);
|
|
448
|
-
var backgroundOverlayPropTypeUtil = createPropUtils("background-overlay",
|
|
453
|
+
var backgroundOverlayPropTypeUtil = createPropUtils("background-overlay", import_schema29.z.array(backgroundOverlayItem));
|
|
449
454
|
|
|
450
455
|
// src/prop-types/background-prop-types/background-image-position-offset.ts
|
|
451
456
|
var backgroundImagePositionOffsetPropTypeUtil = createPropUtils(
|
|
@@ -460,92 +465,92 @@ var backgroundImageSizeScalePropTypeUtil = createPropUtils(
|
|
|
460
465
|
);
|
|
461
466
|
|
|
462
467
|
// src/prop-types/boolean.ts
|
|
463
|
-
var
|
|
464
|
-
var booleanPropTypeUtil = createPropUtils("boolean",
|
|
468
|
+
var import_schema30 = require("@elementor/schema");
|
|
469
|
+
var booleanPropTypeUtil = createPropUtils("boolean", import_schema30.z.boolean().nullable());
|
|
465
470
|
|
|
466
471
|
// src/prop-types/color-stop.ts
|
|
467
|
-
var
|
|
472
|
+
var import_schema31 = require("@elementor/schema");
|
|
468
473
|
var colorStopPropTypeUtil = createPropUtils(
|
|
469
474
|
"color-stop",
|
|
470
|
-
|
|
475
|
+
import_schema31.z.strictObject({
|
|
471
476
|
color: unknownChildrenSchema,
|
|
472
477
|
offset: unknownChildrenSchema
|
|
473
478
|
})
|
|
474
479
|
);
|
|
475
480
|
|
|
476
481
|
// src/prop-types/gradient-color-stop.ts
|
|
477
|
-
var
|
|
482
|
+
var import_schema32 = require("@elementor/schema");
|
|
478
483
|
var gradientColorStopPropTypeUtil = createPropUtils(
|
|
479
484
|
"gradient-color-stop",
|
|
480
|
-
|
|
485
|
+
import_schema32.z.array(colorStopPropTypeUtil.schema)
|
|
481
486
|
);
|
|
482
487
|
|
|
483
488
|
// src/prop-types/date-time.ts
|
|
484
|
-
var
|
|
489
|
+
var import_schema33 = require("@elementor/schema");
|
|
485
490
|
var DateTimePropTypeUtil = createPropUtils(
|
|
486
491
|
"date-time",
|
|
487
|
-
|
|
492
|
+
import_schema33.z.strictObject({
|
|
488
493
|
date: unknownChildrenSchema,
|
|
489
494
|
time: unknownChildrenSchema
|
|
490
495
|
})
|
|
491
496
|
);
|
|
492
497
|
|
|
493
498
|
// src/prop-types/position.ts
|
|
494
|
-
var
|
|
499
|
+
var import_schema34 = require("@elementor/schema");
|
|
495
500
|
var positionPropTypeUtil = createPropUtils(
|
|
496
501
|
"object-position",
|
|
497
|
-
|
|
502
|
+
import_schema34.z.strictObject({
|
|
498
503
|
x: unknownChildrenSchema,
|
|
499
504
|
y: unknownChildrenSchema
|
|
500
505
|
})
|
|
501
506
|
);
|
|
502
507
|
|
|
503
508
|
// src/prop-types/query.ts
|
|
504
|
-
var
|
|
509
|
+
var import_schema35 = require("@elementor/schema");
|
|
505
510
|
var queryPropTypeUtil = createPropUtils(
|
|
506
511
|
"query",
|
|
507
|
-
|
|
512
|
+
import_schema35.z.strictObject({
|
|
508
513
|
id: unknownChildrenSchema,
|
|
509
514
|
label: unknownChildrenSchema
|
|
510
515
|
})
|
|
511
516
|
);
|
|
512
517
|
|
|
513
518
|
// src/prop-types/html.ts
|
|
514
|
-
var
|
|
515
|
-
var htmlPropTypeUtil = createPropUtils("html",
|
|
519
|
+
var import_schema36 = require("@elementor/schema");
|
|
520
|
+
var htmlPropTypeUtil = createPropUtils("html", import_schema36.z.string().nullable());
|
|
516
521
|
|
|
517
522
|
// src/prop-types/html-v2.ts
|
|
518
|
-
var
|
|
519
|
-
var childElementSchema =
|
|
520
|
-
() =>
|
|
521
|
-
id:
|
|
522
|
-
type:
|
|
523
|
-
content:
|
|
524
|
-
children:
|
|
523
|
+
var import_schema37 = require("@elementor/schema");
|
|
524
|
+
var childElementSchema = import_schema37.z.lazy(
|
|
525
|
+
() => import_schema37.z.object({
|
|
526
|
+
id: import_schema37.z.string(),
|
|
527
|
+
type: import_schema37.z.string(),
|
|
528
|
+
content: import_schema37.z.string().optional(),
|
|
529
|
+
children: import_schema37.z.array(childElementSchema).optional()
|
|
525
530
|
})
|
|
526
531
|
);
|
|
527
|
-
var htmlV2ValueSchema =
|
|
528
|
-
content:
|
|
529
|
-
children:
|
|
532
|
+
var htmlV2ValueSchema = import_schema37.z.object({
|
|
533
|
+
content: import_schema37.z.string().nullable(),
|
|
534
|
+
children: import_schema37.z.array(childElementSchema)
|
|
530
535
|
});
|
|
531
536
|
var htmlV2PropTypeUtil = createPropUtils("html-v2", htmlV2ValueSchema);
|
|
532
537
|
|
|
533
538
|
// src/prop-types/html-v3.ts
|
|
534
|
-
var
|
|
535
|
-
var htmlV3ValueSchema =
|
|
539
|
+
var import_schema38 = require("@elementor/schema");
|
|
540
|
+
var htmlV3ValueSchema = import_schema38.z.object({
|
|
536
541
|
content: stringPropTypeUtil.schema.nullable(),
|
|
537
|
-
children:
|
|
542
|
+
children: import_schema38.z.array(import_schema38.z.unknown())
|
|
538
543
|
});
|
|
539
544
|
var htmlV3PropTypeUtil = createPropUtils("html-v3", htmlV3ValueSchema);
|
|
540
545
|
|
|
541
546
|
// src/prop-types/filter-prop-types/filter.ts
|
|
542
|
-
var
|
|
547
|
+
var import_schema44 = require("@elementor/schema");
|
|
543
548
|
|
|
544
549
|
// src/prop-types/filter-prop-types/drop-shadow-filter.ts
|
|
545
|
-
var
|
|
550
|
+
var import_schema39 = require("@elementor/schema");
|
|
546
551
|
var dropShadowFilterPropTypeUtil = createPropUtils(
|
|
547
552
|
"drop-shadow",
|
|
548
|
-
|
|
553
|
+
import_schema39.z.object({
|
|
549
554
|
xAxis: unknownChildrenSchema,
|
|
550
555
|
yAxis: unknownChildrenSchema,
|
|
551
556
|
blur: unknownChildrenSchema,
|
|
@@ -554,37 +559,37 @@ var dropShadowFilterPropTypeUtil = createPropUtils(
|
|
|
554
559
|
);
|
|
555
560
|
|
|
556
561
|
// src/prop-types/filter-prop-types/filter-functions/blur-filter.ts
|
|
557
|
-
var
|
|
562
|
+
var import_schema40 = require("@elementor/schema");
|
|
558
563
|
var blurFilterPropTypeUtil = createPropUtils(
|
|
559
564
|
"blur",
|
|
560
|
-
|
|
565
|
+
import_schema40.z.strictObject({
|
|
561
566
|
size: unknownChildrenSchema
|
|
562
567
|
})
|
|
563
568
|
);
|
|
564
569
|
|
|
565
570
|
// src/prop-types/filter-prop-types/filter-functions/color-tone-filter.ts
|
|
566
|
-
var
|
|
571
|
+
var import_schema41 = require("@elementor/schema");
|
|
567
572
|
var colorToneFilterPropTypeUtil = createPropUtils(
|
|
568
573
|
"color-tone",
|
|
569
|
-
|
|
574
|
+
import_schema41.z.strictObject({
|
|
570
575
|
size: unknownChildrenSchema
|
|
571
576
|
})
|
|
572
577
|
);
|
|
573
578
|
|
|
574
579
|
// src/prop-types/filter-prop-types/filter-functions/hue-rotate-filter.ts
|
|
575
|
-
var
|
|
580
|
+
var import_schema42 = require("@elementor/schema");
|
|
576
581
|
var hueRotateFilterPropTypeUtil = createPropUtils(
|
|
577
582
|
"hue-rotate",
|
|
578
|
-
|
|
583
|
+
import_schema42.z.strictObject({
|
|
579
584
|
size: unknownChildrenSchema
|
|
580
585
|
})
|
|
581
586
|
);
|
|
582
587
|
|
|
583
588
|
// src/prop-types/filter-prop-types/filter-functions/intensity-filter.ts
|
|
584
|
-
var
|
|
589
|
+
var import_schema43 = require("@elementor/schema");
|
|
585
590
|
var intensityFilterPropTypeUtil = createPropUtils(
|
|
586
591
|
"intensity",
|
|
587
|
-
|
|
592
|
+
import_schema43.z.strictObject({
|
|
588
593
|
size: unknownChildrenSchema
|
|
589
594
|
})
|
|
590
595
|
);
|
|
@@ -592,9 +597,9 @@ var intensityFilterPropTypeUtil = createPropUtils(
|
|
|
592
597
|
// src/prop-types/filter-prop-types/filter.ts
|
|
593
598
|
var cssFilterFunctionPropUtil = createPropUtils(
|
|
594
599
|
"css-filter-func",
|
|
595
|
-
|
|
600
|
+
import_schema44.z.object({
|
|
596
601
|
func: stringPropTypeUtil.schema,
|
|
597
|
-
args:
|
|
602
|
+
args: import_schema44.z.union([
|
|
598
603
|
blurFilterPropTypeUtil.schema,
|
|
599
604
|
intensityFilterPropTypeUtil.schema,
|
|
600
605
|
colorToneFilterPropTypeUtil.schema,
|
|
@@ -603,13 +608,13 @@ var cssFilterFunctionPropUtil = createPropUtils(
|
|
|
603
608
|
])
|
|
604
609
|
})
|
|
605
610
|
);
|
|
606
|
-
var filterPropTypeUtil = createPropUtils("filter",
|
|
611
|
+
var filterPropTypeUtil = createPropUtils("filter", import_schema44.z.array(cssFilterFunctionPropUtil.schema));
|
|
607
612
|
|
|
608
613
|
// src/prop-types/transform-prop-types/transform.ts
|
|
609
|
-
var
|
|
614
|
+
var import_schema45 = require("@elementor/schema");
|
|
610
615
|
var transformPropTypeUtil = createPropUtils(
|
|
611
616
|
"transform",
|
|
612
|
-
|
|
617
|
+
import_schema45.z.strictObject({
|
|
613
618
|
"transform-functions": unknownChildrenSchema,
|
|
614
619
|
"transform-origin": unknownChildrenSchema,
|
|
615
620
|
perspective: unknownChildrenSchema,
|
|
@@ -618,10 +623,10 @@ var transformPropTypeUtil = createPropUtils(
|
|
|
618
623
|
);
|
|
619
624
|
|
|
620
625
|
// src/prop-types/transform-prop-types/transform-functions.ts
|
|
621
|
-
var
|
|
626
|
+
var import_schema50 = require("@elementor/schema");
|
|
622
627
|
|
|
623
628
|
// src/prop-types/transform-prop-types/transform-functions/move-transform.ts
|
|
624
|
-
var
|
|
629
|
+
var import_schema46 = require("@elementor/schema");
|
|
625
630
|
|
|
626
631
|
// src/prop-types/transform-prop-types/types.ts
|
|
627
632
|
var TransformFunctionKeys = {
|
|
@@ -634,7 +639,7 @@ var TransformFunctionKeys = {
|
|
|
634
639
|
// src/prop-types/transform-prop-types/transform-functions/move-transform.ts
|
|
635
640
|
var moveTransformPropTypeUtil = createPropUtils(
|
|
636
641
|
TransformFunctionKeys.move,
|
|
637
|
-
|
|
642
|
+
import_schema46.z.strictObject({
|
|
638
643
|
x: unknownChildrenSchema,
|
|
639
644
|
y: unknownChildrenSchema,
|
|
640
645
|
z: unknownChildrenSchema
|
|
@@ -642,10 +647,10 @@ var moveTransformPropTypeUtil = createPropUtils(
|
|
|
642
647
|
);
|
|
643
648
|
|
|
644
649
|
// src/prop-types/transform-prop-types/transform-functions/rotate-transform.ts
|
|
645
|
-
var
|
|
650
|
+
var import_schema47 = require("@elementor/schema");
|
|
646
651
|
var rotateTransformPropTypeUtil = createPropUtils(
|
|
647
652
|
TransformFunctionKeys.rotate,
|
|
648
|
-
|
|
653
|
+
import_schema47.z.strictObject({
|
|
649
654
|
x: unknownChildrenSchema,
|
|
650
655
|
y: unknownChildrenSchema,
|
|
651
656
|
z: unknownChildrenSchema
|
|
@@ -653,10 +658,10 @@ var rotateTransformPropTypeUtil = createPropUtils(
|
|
|
653
658
|
);
|
|
654
659
|
|
|
655
660
|
// src/prop-types/transform-prop-types/transform-functions/scale-transform.ts
|
|
656
|
-
var
|
|
661
|
+
var import_schema48 = require("@elementor/schema");
|
|
657
662
|
var scaleTransformPropTypeUtil = createPropUtils(
|
|
658
663
|
TransformFunctionKeys.scale,
|
|
659
|
-
|
|
664
|
+
import_schema48.z.strictObject({
|
|
660
665
|
x: numberPropTypeUtil.schema.nullable(),
|
|
661
666
|
y: numberPropTypeUtil.schema.nullable(),
|
|
662
667
|
z: numberPropTypeUtil.schema.nullable()
|
|
@@ -664,10 +669,10 @@ var scaleTransformPropTypeUtil = createPropUtils(
|
|
|
664
669
|
);
|
|
665
670
|
|
|
666
671
|
// src/prop-types/transform-prop-types/transform-functions/skew-transform.ts
|
|
667
|
-
var
|
|
672
|
+
var import_schema49 = require("@elementor/schema");
|
|
668
673
|
var skewTransformPropTypeUtil = createPropUtils(
|
|
669
674
|
TransformFunctionKeys.skew,
|
|
670
|
-
|
|
675
|
+
import_schema49.z.strictObject({
|
|
671
676
|
x: unknownChildrenSchema,
|
|
672
677
|
y: unknownChildrenSchema
|
|
673
678
|
})
|
|
@@ -675,13 +680,13 @@ var skewTransformPropTypeUtil = createPropUtils(
|
|
|
675
680
|
|
|
676
681
|
// src/prop-types/transform-prop-types/transform-functions.ts
|
|
677
682
|
var filterTypes = moveTransformPropTypeUtil.schema.or(scaleTransformPropTypeUtil.schema).or(rotateTransformPropTypeUtil.schema).or(skewTransformPropTypeUtil.schema);
|
|
678
|
-
var transformFunctionsPropTypeUtil = createPropUtils("transform-functions",
|
|
683
|
+
var transformFunctionsPropTypeUtil = createPropUtils("transform-functions", import_schema50.z.array(filterTypes));
|
|
679
684
|
|
|
680
685
|
// src/prop-types/transform-prop-types/transform-origin.ts
|
|
681
|
-
var
|
|
686
|
+
var import_schema51 = require("@elementor/schema");
|
|
682
687
|
var transformOriginPropTypeUtil = createPropUtils(
|
|
683
688
|
"transform-origin",
|
|
684
|
-
|
|
689
|
+
import_schema51.z.strictObject({
|
|
685
690
|
x: unknownChildrenSchema,
|
|
686
691
|
y: unknownChildrenSchema,
|
|
687
692
|
z: unknownChildrenSchema
|
|
@@ -689,20 +694,20 @@ var transformOriginPropTypeUtil = createPropUtils(
|
|
|
689
694
|
);
|
|
690
695
|
|
|
691
696
|
// src/prop-types/transform-prop-types/perspective-origin.ts
|
|
692
|
-
var
|
|
697
|
+
var import_schema52 = require("@elementor/schema");
|
|
693
698
|
var perspectiveOriginPropTypeUtil = createPropUtils(
|
|
694
699
|
"perspective-origin",
|
|
695
|
-
|
|
700
|
+
import_schema52.z.strictObject({
|
|
696
701
|
x: unknownChildrenSchema,
|
|
697
702
|
y: unknownChildrenSchema
|
|
698
703
|
})
|
|
699
704
|
);
|
|
700
705
|
|
|
701
706
|
// src/prop-types/filter-prop-types/backdrop-filter.ts
|
|
702
|
-
var
|
|
707
|
+
var import_schema53 = require("@elementor/schema");
|
|
703
708
|
var backdropFilterPropTypeUtil = createPropUtils(
|
|
704
709
|
"backdrop-filter",
|
|
705
|
-
|
|
710
|
+
import_schema53.z.array(cssFilterFunctionPropUtil.schema)
|
|
706
711
|
);
|
|
707
712
|
|
|
708
713
|
// src/utils/adjust-llm-prop-value-schema.ts
|
|
@@ -1127,11 +1132,11 @@ var validatePropValue = (schema, value) => {
|
|
|
1127
1132
|
};
|
|
1128
1133
|
|
|
1129
1134
|
// src/utils/is-transformable.ts
|
|
1130
|
-
var
|
|
1131
|
-
var transformableSchema =
|
|
1132
|
-
$$type:
|
|
1133
|
-
value:
|
|
1134
|
-
disabled:
|
|
1135
|
+
var import_schema54 = require("@elementor/schema");
|
|
1136
|
+
var transformableSchema = import_schema54.z.object({
|
|
1137
|
+
$$type: import_schema54.z.string(),
|
|
1138
|
+
value: import_schema54.z.any(),
|
|
1139
|
+
disabled: import_schema54.z.boolean().optional()
|
|
1135
1140
|
});
|
|
1136
1141
|
var isTransformable = (value) => {
|
|
1137
1142
|
return transformableSchema.safeParse(value).success;
|
|
@@ -1402,6 +1407,7 @@ var Schema = {
|
|
|
1402
1407
|
shadowPropTypeUtil,
|
|
1403
1408
|
sizePropTypeUtil,
|
|
1404
1409
|
skewTransformPropTypeUtil,
|
|
1410
|
+
spanPropTypeUtil,
|
|
1405
1411
|
stringArrayPropTypeUtil,
|
|
1406
1412
|
stringPropTypeUtil,
|
|
1407
1413
|
strokePropTypeUtil,
|