@elementor/editor-props 4.0.0-607 → 4.0.0-619

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 CHANGED
@@ -842,6 +842,134 @@ declare const imageSrcPropTypeUtil: {
842
842
  };
843
843
  type ImageSrcPropValue = z.infer<typeof imageSrcPropTypeUtil.schema>;
844
844
 
845
+ declare const videoAttachmentIdPropType: {
846
+ extract: (prop: unknown) => number | null;
847
+ isValid: (prop: unknown) => prop is TransformablePropValue$1<"video-attachment-id", number>;
848
+ create: {
849
+ (value: number): TransformablePropValue$1<"video-attachment-id", number>;
850
+ (value: number, createOptions?: CreateOptions): TransformablePropValue$1<"video-attachment-id", number>;
851
+ (value: (prev?: number | undefined) => number, createOptions: CreateOptions): TransformablePropValue$1<"video-attachment-id", number>;
852
+ };
853
+ schema: z.ZodObject<{
854
+ $$type: z.ZodLiteral<"video-attachment-id">;
855
+ value: z.ZodType<number, z.ZodTypeDef, number>;
856
+ disabled: z.ZodOptional<z.ZodBoolean>;
857
+ }, "strict", z.ZodTypeAny, {
858
+ $$type: "video-attachment-id";
859
+ value: number;
860
+ disabled?: boolean | undefined;
861
+ }, {
862
+ $$type: "video-attachment-id";
863
+ value: number;
864
+ disabled?: boolean | undefined;
865
+ }>;
866
+ key: "video-attachment-id";
867
+ };
868
+ type VideoAttachmentIdPropValue = z.infer<typeof videoAttachmentIdPropType.schema>;
869
+
870
+ declare const videoSrcPropTypeUtil: {
871
+ extract: (prop: unknown) => {
872
+ url: null;
873
+ id?: any;
874
+ } | {
875
+ id: null;
876
+ url?: any;
877
+ } | null;
878
+ isValid: (prop: unknown) => prop is TransformablePropValue$1<"video-src", {
879
+ url: null;
880
+ id?: any;
881
+ } | {
882
+ id: null;
883
+ url?: any;
884
+ }>;
885
+ create: {
886
+ (value: {
887
+ url: null;
888
+ id?: any;
889
+ } | {
890
+ id: null;
891
+ url?: any;
892
+ }): TransformablePropValue$1<"video-src", {
893
+ url: null;
894
+ id?: any;
895
+ } | {
896
+ id: null;
897
+ url?: any;
898
+ }>;
899
+ (value: {
900
+ url: null;
901
+ id?: any;
902
+ } | {
903
+ id: null;
904
+ url?: any;
905
+ }, createOptions?: CreateOptions): TransformablePropValue$1<"video-src", {
906
+ url: null;
907
+ id?: any;
908
+ } | {
909
+ id: null;
910
+ url?: any;
911
+ }>;
912
+ (value: (prev?: {
913
+ url: null;
914
+ id?: any;
915
+ } | {
916
+ id: null;
917
+ url?: any;
918
+ } | undefined) => {
919
+ url: null;
920
+ id?: any;
921
+ } | {
922
+ id: null;
923
+ url?: any;
924
+ }, createOptions: CreateOptions): TransformablePropValue$1<"video-src", {
925
+ url: null;
926
+ id?: any;
927
+ } | {
928
+ id: null;
929
+ url?: any;
930
+ }>;
931
+ };
932
+ schema: z.ZodObject<{
933
+ $$type: z.ZodLiteral<"video-src">;
934
+ value: z.ZodType<{
935
+ url: null;
936
+ id?: any;
937
+ } | {
938
+ id: null;
939
+ url?: any;
940
+ }, z.ZodTypeDef, {
941
+ url: null;
942
+ id?: any;
943
+ } | {
944
+ id: null;
945
+ url?: any;
946
+ }>;
947
+ disabled: z.ZodOptional<z.ZodBoolean>;
948
+ }, "strict", z.ZodTypeAny, {
949
+ $$type: "video-src";
950
+ value: {
951
+ url: null;
952
+ id?: any;
953
+ } | {
954
+ id: null;
955
+ url?: any;
956
+ };
957
+ disabled?: boolean | undefined;
958
+ }, {
959
+ $$type: "video-src";
960
+ value: {
961
+ url: null;
962
+ id?: any;
963
+ } | {
964
+ id: null;
965
+ url?: any;
966
+ };
967
+ disabled?: boolean | undefined;
968
+ }>;
969
+ key: "video-src";
970
+ };
971
+ type VideoSrcPropValue = z.infer<typeof videoSrcPropTypeUtil.schema>;
972
+
845
973
  declare const dimensionsPropTypeUtil: {
846
974
  extract: (prop: unknown) => {
847
975
  'block-start'?: any;
@@ -6651,4 +6779,4 @@ declare const Schema: {
6651
6779
  removeIntention: typeof removeIntention;
6652
6780
  };
6653
6781
 
6654
- 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 TransformFunctionsItemPropValue, type TransformFunctionsPropValue, type TransformOriginPropValue, type TransformPropValue, type TransformablePropType, type TransformablePropValue$1 as TransformablePropValue, type UnionPropType, type UrlPropValue, 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, transformFunctionsPropTypeUtil, transformOriginPropTypeUtil, transformPropTypeUtil, urlPropTypeUtil };
6782
+ 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 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, transformFunctionsPropTypeUtil, transformOriginPropTypeUtil, transformPropTypeUtil, urlPropTypeUtil, videoAttachmentIdPropType, videoSrcPropTypeUtil };
package/dist/index.d.ts CHANGED
@@ -842,6 +842,134 @@ declare const imageSrcPropTypeUtil: {
842
842
  };
843
843
  type ImageSrcPropValue = z.infer<typeof imageSrcPropTypeUtil.schema>;
844
844
 
845
+ declare const videoAttachmentIdPropType: {
846
+ extract: (prop: unknown) => number | null;
847
+ isValid: (prop: unknown) => prop is TransformablePropValue$1<"video-attachment-id", number>;
848
+ create: {
849
+ (value: number): TransformablePropValue$1<"video-attachment-id", number>;
850
+ (value: number, createOptions?: CreateOptions): TransformablePropValue$1<"video-attachment-id", number>;
851
+ (value: (prev?: number | undefined) => number, createOptions: CreateOptions): TransformablePropValue$1<"video-attachment-id", number>;
852
+ };
853
+ schema: z.ZodObject<{
854
+ $$type: z.ZodLiteral<"video-attachment-id">;
855
+ value: z.ZodType<number, z.ZodTypeDef, number>;
856
+ disabled: z.ZodOptional<z.ZodBoolean>;
857
+ }, "strict", z.ZodTypeAny, {
858
+ $$type: "video-attachment-id";
859
+ value: number;
860
+ disabled?: boolean | undefined;
861
+ }, {
862
+ $$type: "video-attachment-id";
863
+ value: number;
864
+ disabled?: boolean | undefined;
865
+ }>;
866
+ key: "video-attachment-id";
867
+ };
868
+ type VideoAttachmentIdPropValue = z.infer<typeof videoAttachmentIdPropType.schema>;
869
+
870
+ declare const videoSrcPropTypeUtil: {
871
+ extract: (prop: unknown) => {
872
+ url: null;
873
+ id?: any;
874
+ } | {
875
+ id: null;
876
+ url?: any;
877
+ } | null;
878
+ isValid: (prop: unknown) => prop is TransformablePropValue$1<"video-src", {
879
+ url: null;
880
+ id?: any;
881
+ } | {
882
+ id: null;
883
+ url?: any;
884
+ }>;
885
+ create: {
886
+ (value: {
887
+ url: null;
888
+ id?: any;
889
+ } | {
890
+ id: null;
891
+ url?: any;
892
+ }): TransformablePropValue$1<"video-src", {
893
+ url: null;
894
+ id?: any;
895
+ } | {
896
+ id: null;
897
+ url?: any;
898
+ }>;
899
+ (value: {
900
+ url: null;
901
+ id?: any;
902
+ } | {
903
+ id: null;
904
+ url?: any;
905
+ }, createOptions?: CreateOptions): TransformablePropValue$1<"video-src", {
906
+ url: null;
907
+ id?: any;
908
+ } | {
909
+ id: null;
910
+ url?: any;
911
+ }>;
912
+ (value: (prev?: {
913
+ url: null;
914
+ id?: any;
915
+ } | {
916
+ id: null;
917
+ url?: any;
918
+ } | undefined) => {
919
+ url: null;
920
+ id?: any;
921
+ } | {
922
+ id: null;
923
+ url?: any;
924
+ }, createOptions: CreateOptions): TransformablePropValue$1<"video-src", {
925
+ url: null;
926
+ id?: any;
927
+ } | {
928
+ id: null;
929
+ url?: any;
930
+ }>;
931
+ };
932
+ schema: z.ZodObject<{
933
+ $$type: z.ZodLiteral<"video-src">;
934
+ value: z.ZodType<{
935
+ url: null;
936
+ id?: any;
937
+ } | {
938
+ id: null;
939
+ url?: any;
940
+ }, z.ZodTypeDef, {
941
+ url: null;
942
+ id?: any;
943
+ } | {
944
+ id: null;
945
+ url?: any;
946
+ }>;
947
+ disabled: z.ZodOptional<z.ZodBoolean>;
948
+ }, "strict", z.ZodTypeAny, {
949
+ $$type: "video-src";
950
+ value: {
951
+ url: null;
952
+ id?: any;
953
+ } | {
954
+ id: null;
955
+ url?: any;
956
+ };
957
+ disabled?: boolean | undefined;
958
+ }, {
959
+ $$type: "video-src";
960
+ value: {
961
+ url: null;
962
+ id?: any;
963
+ } | {
964
+ id: null;
965
+ url?: any;
966
+ };
967
+ disabled?: boolean | undefined;
968
+ }>;
969
+ key: "video-src";
970
+ };
971
+ type VideoSrcPropValue = z.infer<typeof videoSrcPropTypeUtil.schema>;
972
+
845
973
  declare const dimensionsPropTypeUtil: {
846
974
  extract: (prop: unknown) => {
847
975
  'block-start'?: any;
@@ -6651,4 +6779,4 @@ declare const Schema: {
6651
6779
  removeIntention: typeof removeIntention;
6652
6780
  };
6653
6781
 
6654
- 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 TransformFunctionsItemPropValue, type TransformFunctionsPropValue, type TransformOriginPropValue, type TransformPropValue, type TransformablePropType, type TransformablePropValue$1 as TransformablePropValue, type UnionPropType, type UrlPropValue, 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, transformFunctionsPropTypeUtil, transformOriginPropTypeUtil, transformPropTypeUtil, urlPropTypeUtil };
6782
+ 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 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, transformFunctionsPropTypeUtil, transformOriginPropTypeUtil, transformPropTypeUtil, urlPropTypeUtil, videoAttachmentIdPropType, videoSrcPropTypeUtil };