@elementor/editor-props 3.32.0-33 → 3.32.0-35

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
@@ -11452,6 +11452,824 @@ declare const skewTransformPropTypeUtil: {
11452
11452
  };
11453
11453
  type SkewTransformPropValue = z.infer<typeof skewTransformPropTypeUtil.schema>;
11454
11454
 
11455
+ declare const transformOriginPropTypeUtil: {
11456
+ extract: (prop: unknown) => {
11457
+ x: {
11458
+ $$type: "size";
11459
+ value: {
11460
+ size: number;
11461
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11462
+ } | {
11463
+ size: number;
11464
+ unit: "deg" | "rad" | "grad" | "turn";
11465
+ } | {
11466
+ size: number;
11467
+ unit: "s" | "ms";
11468
+ } | {
11469
+ size: "";
11470
+ unit: "auto";
11471
+ } | {
11472
+ size: string;
11473
+ unit: "custom";
11474
+ };
11475
+ disabled?: boolean | undefined;
11476
+ } | null;
11477
+ y: {
11478
+ $$type: "size";
11479
+ value: {
11480
+ size: number;
11481
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11482
+ } | {
11483
+ size: number;
11484
+ unit: "deg" | "rad" | "grad" | "turn";
11485
+ } | {
11486
+ size: number;
11487
+ unit: "s" | "ms";
11488
+ } | {
11489
+ size: "";
11490
+ unit: "auto";
11491
+ } | {
11492
+ size: string;
11493
+ unit: "custom";
11494
+ };
11495
+ disabled?: boolean | undefined;
11496
+ } | null;
11497
+ z: {
11498
+ $$type: "size";
11499
+ value: {
11500
+ size: number;
11501
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11502
+ } | {
11503
+ size: number;
11504
+ unit: "deg" | "rad" | "grad" | "turn";
11505
+ } | {
11506
+ size: number;
11507
+ unit: "s" | "ms";
11508
+ } | {
11509
+ size: "";
11510
+ unit: "auto";
11511
+ } | {
11512
+ size: string;
11513
+ unit: "custom";
11514
+ };
11515
+ disabled?: boolean | undefined;
11516
+ } | null;
11517
+ } | null;
11518
+ isValid: (prop: unknown) => prop is TransformablePropValue$1<"transform-origin", {
11519
+ x: {
11520
+ $$type: "size";
11521
+ value: {
11522
+ size: number;
11523
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11524
+ } | {
11525
+ size: number;
11526
+ unit: "deg" | "rad" | "grad" | "turn";
11527
+ } | {
11528
+ size: number;
11529
+ unit: "s" | "ms";
11530
+ } | {
11531
+ size: "";
11532
+ unit: "auto";
11533
+ } | {
11534
+ size: string;
11535
+ unit: "custom";
11536
+ };
11537
+ disabled?: boolean | undefined;
11538
+ } | null;
11539
+ y: {
11540
+ $$type: "size";
11541
+ value: {
11542
+ size: number;
11543
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11544
+ } | {
11545
+ size: number;
11546
+ unit: "deg" | "rad" | "grad" | "turn";
11547
+ } | {
11548
+ size: number;
11549
+ unit: "s" | "ms";
11550
+ } | {
11551
+ size: "";
11552
+ unit: "auto";
11553
+ } | {
11554
+ size: string;
11555
+ unit: "custom";
11556
+ };
11557
+ disabled?: boolean | undefined;
11558
+ } | null;
11559
+ z: {
11560
+ $$type: "size";
11561
+ value: {
11562
+ size: number;
11563
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11564
+ } | {
11565
+ size: number;
11566
+ unit: "deg" | "rad" | "grad" | "turn";
11567
+ } | {
11568
+ size: number;
11569
+ unit: "s" | "ms";
11570
+ } | {
11571
+ size: "";
11572
+ unit: "auto";
11573
+ } | {
11574
+ size: string;
11575
+ unit: "custom";
11576
+ };
11577
+ disabled?: boolean | undefined;
11578
+ } | null;
11579
+ }>;
11580
+ create: {
11581
+ (value: {
11582
+ x: {
11583
+ $$type: "size";
11584
+ value: {
11585
+ size: number;
11586
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11587
+ } | {
11588
+ size: number;
11589
+ unit: "deg" | "rad" | "grad" | "turn";
11590
+ } | {
11591
+ size: number;
11592
+ unit: "s" | "ms";
11593
+ } | {
11594
+ size: "";
11595
+ unit: "auto";
11596
+ } | {
11597
+ size: string;
11598
+ unit: "custom";
11599
+ };
11600
+ disabled?: boolean | undefined;
11601
+ } | null;
11602
+ y: {
11603
+ $$type: "size";
11604
+ value: {
11605
+ size: number;
11606
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11607
+ } | {
11608
+ size: number;
11609
+ unit: "deg" | "rad" | "grad" | "turn";
11610
+ } | {
11611
+ size: number;
11612
+ unit: "s" | "ms";
11613
+ } | {
11614
+ size: "";
11615
+ unit: "auto";
11616
+ } | {
11617
+ size: string;
11618
+ unit: "custom";
11619
+ };
11620
+ disabled?: boolean | undefined;
11621
+ } | null;
11622
+ z: {
11623
+ $$type: "size";
11624
+ value: {
11625
+ size: number;
11626
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11627
+ } | {
11628
+ size: number;
11629
+ unit: "deg" | "rad" | "grad" | "turn";
11630
+ } | {
11631
+ size: number;
11632
+ unit: "s" | "ms";
11633
+ } | {
11634
+ size: "";
11635
+ unit: "auto";
11636
+ } | {
11637
+ size: string;
11638
+ unit: "custom";
11639
+ };
11640
+ disabled?: boolean | undefined;
11641
+ } | null;
11642
+ }): TransformablePropValue$1<"transform-origin", {
11643
+ x: {
11644
+ $$type: "size";
11645
+ value: {
11646
+ size: number;
11647
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11648
+ } | {
11649
+ size: number;
11650
+ unit: "deg" | "rad" | "grad" | "turn";
11651
+ } | {
11652
+ size: number;
11653
+ unit: "s" | "ms";
11654
+ } | {
11655
+ size: "";
11656
+ unit: "auto";
11657
+ } | {
11658
+ size: string;
11659
+ unit: "custom";
11660
+ };
11661
+ disabled?: boolean | undefined;
11662
+ } | null;
11663
+ y: {
11664
+ $$type: "size";
11665
+ value: {
11666
+ size: number;
11667
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11668
+ } | {
11669
+ size: number;
11670
+ unit: "deg" | "rad" | "grad" | "turn";
11671
+ } | {
11672
+ size: number;
11673
+ unit: "s" | "ms";
11674
+ } | {
11675
+ size: "";
11676
+ unit: "auto";
11677
+ } | {
11678
+ size: string;
11679
+ unit: "custom";
11680
+ };
11681
+ disabled?: boolean | undefined;
11682
+ } | null;
11683
+ z: {
11684
+ $$type: "size";
11685
+ value: {
11686
+ size: number;
11687
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11688
+ } | {
11689
+ size: number;
11690
+ unit: "deg" | "rad" | "grad" | "turn";
11691
+ } | {
11692
+ size: number;
11693
+ unit: "s" | "ms";
11694
+ } | {
11695
+ size: "";
11696
+ unit: "auto";
11697
+ } | {
11698
+ size: string;
11699
+ unit: "custom";
11700
+ };
11701
+ disabled?: boolean | undefined;
11702
+ } | null;
11703
+ }>;
11704
+ (value: {
11705
+ x: {
11706
+ $$type: "size";
11707
+ value: {
11708
+ size: number;
11709
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11710
+ } | {
11711
+ size: number;
11712
+ unit: "deg" | "rad" | "grad" | "turn";
11713
+ } | {
11714
+ size: number;
11715
+ unit: "s" | "ms";
11716
+ } | {
11717
+ size: "";
11718
+ unit: "auto";
11719
+ } | {
11720
+ size: string;
11721
+ unit: "custom";
11722
+ };
11723
+ disabled?: boolean | undefined;
11724
+ } | null;
11725
+ y: {
11726
+ $$type: "size";
11727
+ value: {
11728
+ size: number;
11729
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11730
+ } | {
11731
+ size: number;
11732
+ unit: "deg" | "rad" | "grad" | "turn";
11733
+ } | {
11734
+ size: number;
11735
+ unit: "s" | "ms";
11736
+ } | {
11737
+ size: "";
11738
+ unit: "auto";
11739
+ } | {
11740
+ size: string;
11741
+ unit: "custom";
11742
+ };
11743
+ disabled?: boolean | undefined;
11744
+ } | null;
11745
+ z: {
11746
+ $$type: "size";
11747
+ value: {
11748
+ size: number;
11749
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11750
+ } | {
11751
+ size: number;
11752
+ unit: "deg" | "rad" | "grad" | "turn";
11753
+ } | {
11754
+ size: number;
11755
+ unit: "s" | "ms";
11756
+ } | {
11757
+ size: "";
11758
+ unit: "auto";
11759
+ } | {
11760
+ size: string;
11761
+ unit: "custom";
11762
+ };
11763
+ disabled?: boolean | undefined;
11764
+ } | null;
11765
+ }, createOptions?: CreateOptions): TransformablePropValue$1<"transform-origin", {
11766
+ x: {
11767
+ $$type: "size";
11768
+ value: {
11769
+ size: number;
11770
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11771
+ } | {
11772
+ size: number;
11773
+ unit: "deg" | "rad" | "grad" | "turn";
11774
+ } | {
11775
+ size: number;
11776
+ unit: "s" | "ms";
11777
+ } | {
11778
+ size: "";
11779
+ unit: "auto";
11780
+ } | {
11781
+ size: string;
11782
+ unit: "custom";
11783
+ };
11784
+ disabled?: boolean | undefined;
11785
+ } | null;
11786
+ y: {
11787
+ $$type: "size";
11788
+ value: {
11789
+ size: number;
11790
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11791
+ } | {
11792
+ size: number;
11793
+ unit: "deg" | "rad" | "grad" | "turn";
11794
+ } | {
11795
+ size: number;
11796
+ unit: "s" | "ms";
11797
+ } | {
11798
+ size: "";
11799
+ unit: "auto";
11800
+ } | {
11801
+ size: string;
11802
+ unit: "custom";
11803
+ };
11804
+ disabled?: boolean | undefined;
11805
+ } | null;
11806
+ z: {
11807
+ $$type: "size";
11808
+ value: {
11809
+ size: number;
11810
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11811
+ } | {
11812
+ size: number;
11813
+ unit: "deg" | "rad" | "grad" | "turn";
11814
+ } | {
11815
+ size: number;
11816
+ unit: "s" | "ms";
11817
+ } | {
11818
+ size: "";
11819
+ unit: "auto";
11820
+ } | {
11821
+ size: string;
11822
+ unit: "custom";
11823
+ };
11824
+ disabled?: boolean | undefined;
11825
+ } | null;
11826
+ }>;
11827
+ (value: (prev?: {
11828
+ x: {
11829
+ $$type: "size";
11830
+ value: {
11831
+ size: number;
11832
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11833
+ } | {
11834
+ size: number;
11835
+ unit: "deg" | "rad" | "grad" | "turn";
11836
+ } | {
11837
+ size: number;
11838
+ unit: "s" | "ms";
11839
+ } | {
11840
+ size: "";
11841
+ unit: "auto";
11842
+ } | {
11843
+ size: string;
11844
+ unit: "custom";
11845
+ };
11846
+ disabled?: boolean | undefined;
11847
+ } | null;
11848
+ y: {
11849
+ $$type: "size";
11850
+ value: {
11851
+ size: number;
11852
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11853
+ } | {
11854
+ size: number;
11855
+ unit: "deg" | "rad" | "grad" | "turn";
11856
+ } | {
11857
+ size: number;
11858
+ unit: "s" | "ms";
11859
+ } | {
11860
+ size: "";
11861
+ unit: "auto";
11862
+ } | {
11863
+ size: string;
11864
+ unit: "custom";
11865
+ };
11866
+ disabled?: boolean | undefined;
11867
+ } | null;
11868
+ z: {
11869
+ $$type: "size";
11870
+ value: {
11871
+ size: number;
11872
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11873
+ } | {
11874
+ size: number;
11875
+ unit: "deg" | "rad" | "grad" | "turn";
11876
+ } | {
11877
+ size: number;
11878
+ unit: "s" | "ms";
11879
+ } | {
11880
+ size: "";
11881
+ unit: "auto";
11882
+ } | {
11883
+ size: string;
11884
+ unit: "custom";
11885
+ };
11886
+ disabled?: boolean | undefined;
11887
+ } | null;
11888
+ } | undefined) => {
11889
+ x: {
11890
+ $$type: "size";
11891
+ value: {
11892
+ size: number;
11893
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11894
+ } | {
11895
+ size: number;
11896
+ unit: "deg" | "rad" | "grad" | "turn";
11897
+ } | {
11898
+ size: number;
11899
+ unit: "s" | "ms";
11900
+ } | {
11901
+ size: "";
11902
+ unit: "auto";
11903
+ } | {
11904
+ size: string;
11905
+ unit: "custom";
11906
+ };
11907
+ disabled?: boolean | undefined;
11908
+ } | null;
11909
+ y: {
11910
+ $$type: "size";
11911
+ value: {
11912
+ size: number;
11913
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11914
+ } | {
11915
+ size: number;
11916
+ unit: "deg" | "rad" | "grad" | "turn";
11917
+ } | {
11918
+ size: number;
11919
+ unit: "s" | "ms";
11920
+ } | {
11921
+ size: "";
11922
+ unit: "auto";
11923
+ } | {
11924
+ size: string;
11925
+ unit: "custom";
11926
+ };
11927
+ disabled?: boolean | undefined;
11928
+ } | null;
11929
+ z: {
11930
+ $$type: "size";
11931
+ value: {
11932
+ size: number;
11933
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11934
+ } | {
11935
+ size: number;
11936
+ unit: "deg" | "rad" | "grad" | "turn";
11937
+ } | {
11938
+ size: number;
11939
+ unit: "s" | "ms";
11940
+ } | {
11941
+ size: "";
11942
+ unit: "auto";
11943
+ } | {
11944
+ size: string;
11945
+ unit: "custom";
11946
+ };
11947
+ disabled?: boolean | undefined;
11948
+ } | null;
11949
+ }, createOptions: CreateOptions): TransformablePropValue$1<"transform-origin", {
11950
+ x: {
11951
+ $$type: "size";
11952
+ value: {
11953
+ size: number;
11954
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11955
+ } | {
11956
+ size: number;
11957
+ unit: "deg" | "rad" | "grad" | "turn";
11958
+ } | {
11959
+ size: number;
11960
+ unit: "s" | "ms";
11961
+ } | {
11962
+ size: "";
11963
+ unit: "auto";
11964
+ } | {
11965
+ size: string;
11966
+ unit: "custom";
11967
+ };
11968
+ disabled?: boolean | undefined;
11969
+ } | null;
11970
+ y: {
11971
+ $$type: "size";
11972
+ value: {
11973
+ size: number;
11974
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11975
+ } | {
11976
+ size: number;
11977
+ unit: "deg" | "rad" | "grad" | "turn";
11978
+ } | {
11979
+ size: number;
11980
+ unit: "s" | "ms";
11981
+ } | {
11982
+ size: "";
11983
+ unit: "auto";
11984
+ } | {
11985
+ size: string;
11986
+ unit: "custom";
11987
+ };
11988
+ disabled?: boolean | undefined;
11989
+ } | null;
11990
+ z: {
11991
+ $$type: "size";
11992
+ value: {
11993
+ size: number;
11994
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
11995
+ } | {
11996
+ size: number;
11997
+ unit: "deg" | "rad" | "grad" | "turn";
11998
+ } | {
11999
+ size: number;
12000
+ unit: "s" | "ms";
12001
+ } | {
12002
+ size: "";
12003
+ unit: "auto";
12004
+ } | {
12005
+ size: string;
12006
+ unit: "custom";
12007
+ };
12008
+ disabled?: boolean | undefined;
12009
+ } | null;
12010
+ }>;
12011
+ };
12012
+ schema: z.ZodObject<{
12013
+ $$type: z.ZodLiteral<"transform-origin">;
12014
+ value: z.ZodType<{
12015
+ x: {
12016
+ $$type: "size";
12017
+ value: {
12018
+ size: number;
12019
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
12020
+ } | {
12021
+ size: number;
12022
+ unit: "deg" | "rad" | "grad" | "turn";
12023
+ } | {
12024
+ size: number;
12025
+ unit: "s" | "ms";
12026
+ } | {
12027
+ size: "";
12028
+ unit: "auto";
12029
+ } | {
12030
+ size: string;
12031
+ unit: "custom";
12032
+ };
12033
+ disabled?: boolean | undefined;
12034
+ } | null;
12035
+ y: {
12036
+ $$type: "size";
12037
+ value: {
12038
+ size: number;
12039
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
12040
+ } | {
12041
+ size: number;
12042
+ unit: "deg" | "rad" | "grad" | "turn";
12043
+ } | {
12044
+ size: number;
12045
+ unit: "s" | "ms";
12046
+ } | {
12047
+ size: "";
12048
+ unit: "auto";
12049
+ } | {
12050
+ size: string;
12051
+ unit: "custom";
12052
+ };
12053
+ disabled?: boolean | undefined;
12054
+ } | null;
12055
+ z: {
12056
+ $$type: "size";
12057
+ value: {
12058
+ size: number;
12059
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
12060
+ } | {
12061
+ size: number;
12062
+ unit: "deg" | "rad" | "grad" | "turn";
12063
+ } | {
12064
+ size: number;
12065
+ unit: "s" | "ms";
12066
+ } | {
12067
+ size: "";
12068
+ unit: "auto";
12069
+ } | {
12070
+ size: string;
12071
+ unit: "custom";
12072
+ };
12073
+ disabled?: boolean | undefined;
12074
+ } | null;
12075
+ }, z.ZodTypeDef, {
12076
+ x: {
12077
+ $$type: "size";
12078
+ value: {
12079
+ size: number;
12080
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
12081
+ } | {
12082
+ size: number;
12083
+ unit: "deg" | "rad" | "grad" | "turn";
12084
+ } | {
12085
+ size: number;
12086
+ unit: "s" | "ms";
12087
+ } | {
12088
+ size: "";
12089
+ unit: "auto";
12090
+ } | {
12091
+ size: string;
12092
+ unit: "custom";
12093
+ };
12094
+ disabled?: boolean | undefined;
12095
+ } | null;
12096
+ y: {
12097
+ $$type: "size";
12098
+ value: {
12099
+ size: number;
12100
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
12101
+ } | {
12102
+ size: number;
12103
+ unit: "deg" | "rad" | "grad" | "turn";
12104
+ } | {
12105
+ size: number;
12106
+ unit: "s" | "ms";
12107
+ } | {
12108
+ size: "";
12109
+ unit: "auto";
12110
+ } | {
12111
+ size: string;
12112
+ unit: "custom";
12113
+ };
12114
+ disabled?: boolean | undefined;
12115
+ } | null;
12116
+ z: {
12117
+ $$type: "size";
12118
+ value: {
12119
+ size: number;
12120
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
12121
+ } | {
12122
+ size: number;
12123
+ unit: "deg" | "rad" | "grad" | "turn";
12124
+ } | {
12125
+ size: number;
12126
+ unit: "s" | "ms";
12127
+ } | {
12128
+ size: "";
12129
+ unit: "auto";
12130
+ } | {
12131
+ size: string;
12132
+ unit: "custom";
12133
+ };
12134
+ disabled?: boolean | undefined;
12135
+ } | null;
12136
+ }>;
12137
+ disabled: z.ZodOptional<z.ZodBoolean>;
12138
+ }, "strict", z.ZodTypeAny, {
12139
+ $$type: "transform-origin";
12140
+ value: {
12141
+ x: {
12142
+ $$type: "size";
12143
+ value: {
12144
+ size: number;
12145
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
12146
+ } | {
12147
+ size: number;
12148
+ unit: "deg" | "rad" | "grad" | "turn";
12149
+ } | {
12150
+ size: number;
12151
+ unit: "s" | "ms";
12152
+ } | {
12153
+ size: "";
12154
+ unit: "auto";
12155
+ } | {
12156
+ size: string;
12157
+ unit: "custom";
12158
+ };
12159
+ disabled?: boolean | undefined;
12160
+ } | null;
12161
+ y: {
12162
+ $$type: "size";
12163
+ value: {
12164
+ size: number;
12165
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
12166
+ } | {
12167
+ size: number;
12168
+ unit: "deg" | "rad" | "grad" | "turn";
12169
+ } | {
12170
+ size: number;
12171
+ unit: "s" | "ms";
12172
+ } | {
12173
+ size: "";
12174
+ unit: "auto";
12175
+ } | {
12176
+ size: string;
12177
+ unit: "custom";
12178
+ };
12179
+ disabled?: boolean | undefined;
12180
+ } | null;
12181
+ z: {
12182
+ $$type: "size";
12183
+ value: {
12184
+ size: number;
12185
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
12186
+ } | {
12187
+ size: number;
12188
+ unit: "deg" | "rad" | "grad" | "turn";
12189
+ } | {
12190
+ size: number;
12191
+ unit: "s" | "ms";
12192
+ } | {
12193
+ size: "";
12194
+ unit: "auto";
12195
+ } | {
12196
+ size: string;
12197
+ unit: "custom";
12198
+ };
12199
+ disabled?: boolean | undefined;
12200
+ } | null;
12201
+ };
12202
+ disabled?: boolean | undefined;
12203
+ }, {
12204
+ $$type: "transform-origin";
12205
+ value: {
12206
+ x: {
12207
+ $$type: "size";
12208
+ value: {
12209
+ size: number;
12210
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
12211
+ } | {
12212
+ size: number;
12213
+ unit: "deg" | "rad" | "grad" | "turn";
12214
+ } | {
12215
+ size: number;
12216
+ unit: "s" | "ms";
12217
+ } | {
12218
+ size: "";
12219
+ unit: "auto";
12220
+ } | {
12221
+ size: string;
12222
+ unit: "custom";
12223
+ };
12224
+ disabled?: boolean | undefined;
12225
+ } | null;
12226
+ y: {
12227
+ $$type: "size";
12228
+ value: {
12229
+ size: number;
12230
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
12231
+ } | {
12232
+ size: number;
12233
+ unit: "deg" | "rad" | "grad" | "turn";
12234
+ } | {
12235
+ size: number;
12236
+ unit: "s" | "ms";
12237
+ } | {
12238
+ size: "";
12239
+ unit: "auto";
12240
+ } | {
12241
+ size: string;
12242
+ unit: "custom";
12243
+ };
12244
+ disabled?: boolean | undefined;
12245
+ } | null;
12246
+ z: {
12247
+ $$type: "size";
12248
+ value: {
12249
+ size: number;
12250
+ unit: "px" | "em" | "rem" | "%" | "vw" | "vh";
12251
+ } | {
12252
+ size: number;
12253
+ unit: "deg" | "rad" | "grad" | "turn";
12254
+ } | {
12255
+ size: number;
12256
+ unit: "s" | "ms";
12257
+ } | {
12258
+ size: "";
12259
+ unit: "auto";
12260
+ } | {
12261
+ size: string;
12262
+ unit: "custom";
12263
+ };
12264
+ disabled?: boolean | undefined;
12265
+ } | null;
12266
+ };
12267
+ disabled?: boolean | undefined;
12268
+ }>;
12269
+ key: "transform-origin";
12270
+ };
12271
+ type TransformOriginPropValue = z.infer<typeof transformOriginPropTypeUtil.schema>;
12272
+
11455
12273
  declare const backdropFilterPropTypeUtil: {
11456
12274
  extract: (prop: unknown) => {
11457
12275
  $$type: "css-filter-func";
@@ -13584,4 +14402,4 @@ declare const filterEmptyValues: <TValue extends PropValue>(value: TValue) => TV
13584
14402
  type Nullish = null | undefined | '';
13585
14403
  declare const isEmpty: (value: PropValue) => value is Nullish;
13586
14404
 
13587
- 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 ClassesPropValue, type ColorPropValue, type ColorStopPropValue, type CreateOptions, type Dependency, type DependencyOperator, type DependencyTerm, type DimensionsPropValue, type DropShadowFilterPropValue, type FilterItemPropValue, type FilterPropValue, type FlexPropValue, type GradientColorStopPropValue, type ImageAttachmentIdPropValue, type ImagePropValue, type ImageSrcPropValue, type KeyValuePropValue, type LayoutDirectionPropValue, type LinkPropValue, type MoveTransformPropValue, type NumberPropValue, type ObjectPropType, type ObjectPropValue, type PlainPropType, type PlainPropValue, type PositionPropTypeValue, type PropKey, type PropType, type PropTypeKey, type PropTypeUtil, type PropValue, type Props, type PropsSchema, type RotateTransformPropValue, type ScaleTransformPropValue, type SelectionSizePropValue, type ShadowPropValue, type SizePropValue, type SkewTransformPropValue, type StringPropValue, type StrokePropValue, type TransformItemPropValue, type TransformPropValue, type TransformablePropType, type TransformablePropValue$1 as TransformablePropValue, type UnionPropType, type UrlPropValue, backdropFilterPropTypeUtil, backgroundColorOverlayPropTypeUtil, backgroundGradientOverlayPropTypeUtil, backgroundImageOverlayPropTypeUtil, backgroundImagePositionOffsetPropTypeUtil, backgroundImageSizeScalePropTypeUtil, backgroundOverlayItem, backgroundOverlayPropTypeUtil, backgroundPropTypeUtil, booleanPropTypeUtil, borderRadiusPropTypeUtil, borderWidthPropTypeUtil, boxShadowPropTypeUtil, classesPropTypeUtil, colorPropTypeUtil, colorStopPropTypeUtil, createArrayPropUtils, createPropUtils, cssFilterFunctionPropUtil, dimensionsPropTypeUtil, dropShadowFilterPropTypeUtil, evaluateTerm, extractValue, filterEmptyValues, filterPropTypeUtil, flexPropTypeUtil, gradientColorStopPropTypeUtil, imageAttachmentIdPropType, imagePropTypeUtil, imageSrcPropTypeUtil, isDependency, isDependencyMet, isEmpty, isTransformable, keyValuePropTypeUtil, layoutDirectionPropTypeUtil, linkPropTypeUtil, mergeProps, moveTransformPropTypeUtil, numberPropTypeUtil, positionPropTypeUtil, rotateTransformPropTypeUtil, scaleTransformPropTypeUtil, selectionSizePropTypeUtil, shadowPropTypeUtil, sizePropTypeUtil, skewTransformPropTypeUtil, stringPropTypeUtil, strokePropTypeUtil, transformPropTypeUtil, urlPropTypeUtil };
14405
+ 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 ClassesPropValue, type ColorPropValue, type ColorStopPropValue, type CreateOptions, type Dependency, type DependencyOperator, type DependencyTerm, type DimensionsPropValue, type DropShadowFilterPropValue, type FilterItemPropValue, type FilterPropValue, type FlexPropValue, type GradientColorStopPropValue, type ImageAttachmentIdPropValue, type ImagePropValue, type ImageSrcPropValue, type KeyValuePropValue, type LayoutDirectionPropValue, type LinkPropValue, type MoveTransformPropValue, type NumberPropValue, type ObjectPropType, type ObjectPropValue, type PlainPropType, type PlainPropValue, type PositionPropTypeValue, type PropKey, type PropType, type PropTypeKey, type PropTypeUtil, type PropValue, type Props, type PropsSchema, type RotateTransformPropValue, type ScaleTransformPropValue, type SelectionSizePropValue, type ShadowPropValue, type SizePropValue, type SkewTransformPropValue, type StringPropValue, type StrokePropValue, type TransformItemPropValue, type TransformOriginPropValue, type TransformPropValue, type TransformablePropType, type TransformablePropValue$1 as TransformablePropValue, type UnionPropType, type UrlPropValue, backdropFilterPropTypeUtil, backgroundColorOverlayPropTypeUtil, backgroundGradientOverlayPropTypeUtil, backgroundImageOverlayPropTypeUtil, backgroundImagePositionOffsetPropTypeUtil, backgroundImageSizeScalePropTypeUtil, backgroundOverlayItem, backgroundOverlayPropTypeUtil, backgroundPropTypeUtil, booleanPropTypeUtil, borderRadiusPropTypeUtil, borderWidthPropTypeUtil, boxShadowPropTypeUtil, classesPropTypeUtil, colorPropTypeUtil, colorStopPropTypeUtil, createArrayPropUtils, createPropUtils, cssFilterFunctionPropUtil, dimensionsPropTypeUtil, dropShadowFilterPropTypeUtil, evaluateTerm, extractValue, filterEmptyValues, filterPropTypeUtil, flexPropTypeUtil, gradientColorStopPropTypeUtil, imageAttachmentIdPropType, imagePropTypeUtil, imageSrcPropTypeUtil, isDependency, isDependencyMet, isEmpty, isTransformable, keyValuePropTypeUtil, layoutDirectionPropTypeUtil, linkPropTypeUtil, mergeProps, moveTransformPropTypeUtil, numberPropTypeUtil, positionPropTypeUtil, rotateTransformPropTypeUtil, scaleTransformPropTypeUtil, selectionSizePropTypeUtil, shadowPropTypeUtil, sizePropTypeUtil, skewTransformPropTypeUtil, stringPropTypeUtil, strokePropTypeUtil, transformOriginPropTypeUtil, transformPropTypeUtil, urlPropTypeUtil };