@elementor/editor-props 4.1.0-736 → 4.1.0-738

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,176 @@ declare const imageSrcPropTypeUtil: {
842
842
  };
843
843
  type ImageSrcPropValue = z.infer<typeof imageSrcPropTypeUtil.schema>;
844
844
 
845
+ declare const svgSrcValueSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
846
+ id: z.ZodNullable<z.ZodAny>;
847
+ url: z.ZodNull;
848
+ }, "strict", z.ZodTypeAny, {
849
+ url: null;
850
+ id?: any;
851
+ }, {
852
+ url: null;
853
+ id?: any;
854
+ }>, z.ZodObject<{
855
+ id: z.ZodNull;
856
+ url: z.ZodNullable<z.ZodAny>;
857
+ }, "strict", z.ZodTypeAny, {
858
+ id: null;
859
+ url?: any;
860
+ }, {
861
+ id: null;
862
+ url?: any;
863
+ }>]>, z.ZodObject<{
864
+ id: z.ZodNullable<z.ZodAny>;
865
+ url: z.ZodNullable<z.ZodAny>;
866
+ }, "strict", z.ZodTypeAny, {
867
+ id?: any;
868
+ url?: any;
869
+ }, {
870
+ id?: any;
871
+ url?: any;
872
+ }>]>;
873
+ declare const svgSrcPropTypeUtil: {
874
+ extract: (prop: unknown) => {
875
+ url: null;
876
+ id?: any;
877
+ } | {
878
+ id: null;
879
+ url?: any;
880
+ } | {
881
+ id?: any;
882
+ url?: any;
883
+ } | null;
884
+ isValid: (prop: unknown) => prop is TransformablePropValue$1<"svg-src", {
885
+ url: null;
886
+ id?: any;
887
+ } | {
888
+ id: null;
889
+ url?: any;
890
+ } | {
891
+ id?: any;
892
+ url?: any;
893
+ }>;
894
+ create: {
895
+ (value: {
896
+ url: null;
897
+ id?: any;
898
+ } | {
899
+ id: null;
900
+ url?: any;
901
+ } | {
902
+ id?: any;
903
+ url?: any;
904
+ }): TransformablePropValue$1<"svg-src", {
905
+ url: null;
906
+ id?: any;
907
+ } | {
908
+ id: null;
909
+ url?: any;
910
+ } | {
911
+ id?: any;
912
+ url?: any;
913
+ }>;
914
+ (value: {
915
+ url: null;
916
+ id?: any;
917
+ } | {
918
+ id: null;
919
+ url?: any;
920
+ } | {
921
+ id?: any;
922
+ url?: any;
923
+ }, createOptions?: CreateOptions): TransformablePropValue$1<"svg-src", {
924
+ url: null;
925
+ id?: any;
926
+ } | {
927
+ id: null;
928
+ url?: any;
929
+ } | {
930
+ id?: any;
931
+ url?: any;
932
+ }>;
933
+ (value: (prev?: {
934
+ url: null;
935
+ id?: any;
936
+ } | {
937
+ id: null;
938
+ url?: any;
939
+ } | {
940
+ id?: any;
941
+ url?: any;
942
+ } | undefined) => {
943
+ url: null;
944
+ id?: any;
945
+ } | {
946
+ id: null;
947
+ url?: any;
948
+ } | {
949
+ id?: any;
950
+ url?: any;
951
+ }, createOptions: CreateOptions): TransformablePropValue$1<"svg-src", {
952
+ url: null;
953
+ id?: any;
954
+ } | {
955
+ id: null;
956
+ url?: any;
957
+ } | {
958
+ id?: any;
959
+ url?: any;
960
+ }>;
961
+ };
962
+ schema: z.ZodObject<{
963
+ $$type: z.ZodLiteral<"svg-src">;
964
+ value: z.ZodType<{
965
+ url: null;
966
+ id?: any;
967
+ } | {
968
+ id: null;
969
+ url?: any;
970
+ } | {
971
+ id?: any;
972
+ url?: any;
973
+ }, z.ZodTypeDef, {
974
+ url: null;
975
+ id?: any;
976
+ } | {
977
+ id: null;
978
+ url?: any;
979
+ } | {
980
+ id?: any;
981
+ url?: any;
982
+ }>;
983
+ disabled: z.ZodOptional<z.ZodBoolean>;
984
+ }, "strict", z.ZodTypeAny, {
985
+ $$type: "svg-src";
986
+ value: {
987
+ url: null;
988
+ id?: any;
989
+ } | {
990
+ id: null;
991
+ url?: any;
992
+ } | {
993
+ id?: any;
994
+ url?: any;
995
+ };
996
+ disabled?: boolean | undefined;
997
+ }, {
998
+ $$type: "svg-src";
999
+ value: {
1000
+ url: null;
1001
+ id?: any;
1002
+ } | {
1003
+ id: null;
1004
+ url?: any;
1005
+ } | {
1006
+ id?: any;
1007
+ url?: any;
1008
+ };
1009
+ disabled?: boolean | undefined;
1010
+ }>;
1011
+ key: "svg-src";
1012
+ };
1013
+ type SvgSrcPropValue = z.infer<typeof svgSrcValueSchema>;
1014
+
845
1015
  declare const videoAttachmentIdPropType: {
846
1016
  extract: (prop: unknown) => number | null;
847
1017
  isValid: (prop: unknown) => prop is TransformablePropValue$1<"video-attachment-id", number>;
@@ -6779,4 +6949,4 @@ declare const Schema: {
6779
6949
  removeIntention: typeof removeIntention;
6780
6950
  };
6781
6951
 
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 };
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 };
package/dist/index.d.ts CHANGED
@@ -842,6 +842,176 @@ declare const imageSrcPropTypeUtil: {
842
842
  };
843
843
  type ImageSrcPropValue = z.infer<typeof imageSrcPropTypeUtil.schema>;
844
844
 
845
+ declare const svgSrcValueSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
846
+ id: z.ZodNullable<z.ZodAny>;
847
+ url: z.ZodNull;
848
+ }, "strict", z.ZodTypeAny, {
849
+ url: null;
850
+ id?: any;
851
+ }, {
852
+ url: null;
853
+ id?: any;
854
+ }>, z.ZodObject<{
855
+ id: z.ZodNull;
856
+ url: z.ZodNullable<z.ZodAny>;
857
+ }, "strict", z.ZodTypeAny, {
858
+ id: null;
859
+ url?: any;
860
+ }, {
861
+ id: null;
862
+ url?: any;
863
+ }>]>, z.ZodObject<{
864
+ id: z.ZodNullable<z.ZodAny>;
865
+ url: z.ZodNullable<z.ZodAny>;
866
+ }, "strict", z.ZodTypeAny, {
867
+ id?: any;
868
+ url?: any;
869
+ }, {
870
+ id?: any;
871
+ url?: any;
872
+ }>]>;
873
+ declare const svgSrcPropTypeUtil: {
874
+ extract: (prop: unknown) => {
875
+ url: null;
876
+ id?: any;
877
+ } | {
878
+ id: null;
879
+ url?: any;
880
+ } | {
881
+ id?: any;
882
+ url?: any;
883
+ } | null;
884
+ isValid: (prop: unknown) => prop is TransformablePropValue$1<"svg-src", {
885
+ url: null;
886
+ id?: any;
887
+ } | {
888
+ id: null;
889
+ url?: any;
890
+ } | {
891
+ id?: any;
892
+ url?: any;
893
+ }>;
894
+ create: {
895
+ (value: {
896
+ url: null;
897
+ id?: any;
898
+ } | {
899
+ id: null;
900
+ url?: any;
901
+ } | {
902
+ id?: any;
903
+ url?: any;
904
+ }): TransformablePropValue$1<"svg-src", {
905
+ url: null;
906
+ id?: any;
907
+ } | {
908
+ id: null;
909
+ url?: any;
910
+ } | {
911
+ id?: any;
912
+ url?: any;
913
+ }>;
914
+ (value: {
915
+ url: null;
916
+ id?: any;
917
+ } | {
918
+ id: null;
919
+ url?: any;
920
+ } | {
921
+ id?: any;
922
+ url?: any;
923
+ }, createOptions?: CreateOptions): TransformablePropValue$1<"svg-src", {
924
+ url: null;
925
+ id?: any;
926
+ } | {
927
+ id: null;
928
+ url?: any;
929
+ } | {
930
+ id?: any;
931
+ url?: any;
932
+ }>;
933
+ (value: (prev?: {
934
+ url: null;
935
+ id?: any;
936
+ } | {
937
+ id: null;
938
+ url?: any;
939
+ } | {
940
+ id?: any;
941
+ url?: any;
942
+ } | undefined) => {
943
+ url: null;
944
+ id?: any;
945
+ } | {
946
+ id: null;
947
+ url?: any;
948
+ } | {
949
+ id?: any;
950
+ url?: any;
951
+ }, createOptions: CreateOptions): TransformablePropValue$1<"svg-src", {
952
+ url: null;
953
+ id?: any;
954
+ } | {
955
+ id: null;
956
+ url?: any;
957
+ } | {
958
+ id?: any;
959
+ url?: any;
960
+ }>;
961
+ };
962
+ schema: z.ZodObject<{
963
+ $$type: z.ZodLiteral<"svg-src">;
964
+ value: z.ZodType<{
965
+ url: null;
966
+ id?: any;
967
+ } | {
968
+ id: null;
969
+ url?: any;
970
+ } | {
971
+ id?: any;
972
+ url?: any;
973
+ }, z.ZodTypeDef, {
974
+ url: null;
975
+ id?: any;
976
+ } | {
977
+ id: null;
978
+ url?: any;
979
+ } | {
980
+ id?: any;
981
+ url?: any;
982
+ }>;
983
+ disabled: z.ZodOptional<z.ZodBoolean>;
984
+ }, "strict", z.ZodTypeAny, {
985
+ $$type: "svg-src";
986
+ value: {
987
+ url: null;
988
+ id?: any;
989
+ } | {
990
+ id: null;
991
+ url?: any;
992
+ } | {
993
+ id?: any;
994
+ url?: any;
995
+ };
996
+ disabled?: boolean | undefined;
997
+ }, {
998
+ $$type: "svg-src";
999
+ value: {
1000
+ url: null;
1001
+ id?: any;
1002
+ } | {
1003
+ id: null;
1004
+ url?: any;
1005
+ } | {
1006
+ id?: any;
1007
+ url?: any;
1008
+ };
1009
+ disabled?: boolean | undefined;
1010
+ }>;
1011
+ key: "svg-src";
1012
+ };
1013
+ type SvgSrcPropValue = z.infer<typeof svgSrcValueSchema>;
1014
+
845
1015
  declare const videoAttachmentIdPropType: {
846
1016
  extract: (prop: unknown) => number | null;
847
1017
  isValid: (prop: unknown) => prop is TransformablePropValue$1<"video-attachment-id", number>;
@@ -6779,4 +6949,4 @@ declare const Schema: {
6779
6949
  removeIntention: typeof removeIntention;
6780
6950
  };
6781
6951
 
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 };
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 };