@safe-ugc-ui/types 0.2.0 → 0.3.1

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.ts CHANGED
@@ -1039,6 +1039,32 @@ declare const hoverStylePropsSchema: z.ZodObject<{
1039
1039
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
1040
1040
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
1041
1041
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
1042
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
1043
+ $ref: z.ZodString;
1044
+ }, "strip", z.ZodTypeAny, {
1045
+ $ref: string;
1046
+ }, {
1047
+ $ref: string;
1048
+ }>, z.ZodObject<{
1049
+ $expr: z.ZodString;
1050
+ }, "strip", z.ZodTypeAny, {
1051
+ $expr: string;
1052
+ }, {
1053
+ $expr: string;
1054
+ }>]>>;
1055
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
1056
+ $ref: z.ZodString;
1057
+ }, "strip", z.ZodTypeAny, {
1058
+ $ref: string;
1059
+ }, {
1060
+ $ref: string;
1061
+ }>, z.ZodObject<{
1062
+ $expr: z.ZodString;
1063
+ }, "strip", z.ZodTypeAny, {
1064
+ $expr: string;
1065
+ }, {
1066
+ $expr: string;
1067
+ }>]>>;
1042
1068
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
1043
1069
  $ref: z.ZodString;
1044
1070
  }, "strip", z.ZodTypeAny, {
@@ -1352,6 +1378,16 @@ declare const hoverStylePropsSchema: z.ZodObject<{
1352
1378
  overflow?: "visible" | "hidden" | "auto" | undefined;
1353
1379
  top?: string | number | undefined;
1354
1380
  bottom?: string | number | undefined;
1381
+ objectFit?: "fill" | {
1382
+ $ref: string;
1383
+ } | {
1384
+ $expr: string;
1385
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
1386
+ objectPosition?: string | {
1387
+ $ref: string;
1388
+ } | {
1389
+ $expr: string;
1390
+ } | undefined;
1355
1391
  gridTemplateColumns?: string | {
1356
1392
  $ref: string;
1357
1393
  } | {
@@ -1644,6 +1680,16 @@ declare const hoverStylePropsSchema: z.ZodObject<{
1644
1680
  overflow?: "visible" | "hidden" | "auto" | undefined;
1645
1681
  top?: string | number | undefined;
1646
1682
  bottom?: string | number | undefined;
1683
+ objectFit?: "fill" | {
1684
+ $ref: string;
1685
+ } | {
1686
+ $expr: string;
1687
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
1688
+ objectPosition?: string | {
1689
+ $ref: string;
1690
+ } | {
1691
+ $expr: string;
1692
+ } | undefined;
1647
1693
  gridTemplateColumns?: string | {
1648
1694
  $ref: string;
1649
1695
  } | {
@@ -2394,6 +2440,32 @@ declare const stylePropsSchema: z.ZodObject<{
2394
2440
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
2395
2441
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
2396
2442
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
2443
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
2444
+ $ref: z.ZodString;
2445
+ }, "strip", z.ZodTypeAny, {
2446
+ $ref: string;
2447
+ }, {
2448
+ $ref: string;
2449
+ }>, z.ZodObject<{
2450
+ $expr: z.ZodString;
2451
+ }, "strip", z.ZodTypeAny, {
2452
+ $expr: string;
2453
+ }, {
2454
+ $expr: string;
2455
+ }>]>>;
2456
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
2457
+ $ref: z.ZodString;
2458
+ }, "strip", z.ZodTypeAny, {
2459
+ $ref: string;
2460
+ }, {
2461
+ $ref: string;
2462
+ }>, z.ZodObject<{
2463
+ $expr: z.ZodString;
2464
+ }, "strip", z.ZodTypeAny, {
2465
+ $expr: string;
2466
+ }, {
2467
+ $expr: string;
2468
+ }>]>>;
2397
2469
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
2398
2470
  $ref: z.ZodString;
2399
2471
  }, "strip", z.ZodTypeAny, {
@@ -2707,6 +2779,16 @@ declare const stylePropsSchema: z.ZodObject<{
2707
2779
  overflow?: "visible" | "hidden" | "auto" | undefined;
2708
2780
  top?: string | number | undefined;
2709
2781
  bottom?: string | number | undefined;
2782
+ objectFit?: "fill" | {
2783
+ $ref: string;
2784
+ } | {
2785
+ $expr: string;
2786
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
2787
+ objectPosition?: string | {
2788
+ $ref: string;
2789
+ } | {
2790
+ $expr: string;
2791
+ } | undefined;
2710
2792
  gridTemplateColumns?: string | {
2711
2793
  $ref: string;
2712
2794
  } | {
@@ -2999,6 +3081,16 @@ declare const stylePropsSchema: z.ZodObject<{
2999
3081
  overflow?: "visible" | "hidden" | "auto" | undefined;
3000
3082
  top?: string | number | undefined;
3001
3083
  bottom?: string | number | undefined;
3084
+ objectFit?: "fill" | {
3085
+ $ref: string;
3086
+ } | {
3087
+ $expr: string;
3088
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
3089
+ objectPosition?: string | {
3090
+ $ref: string;
3091
+ } | {
3092
+ $expr: string;
3093
+ } | undefined;
3002
3094
  gridTemplateColumns?: string | {
3003
3095
  $ref: string;
3004
3096
  } | {
@@ -3746,6 +3838,32 @@ declare const stylePropsSchema: z.ZodObject<{
3746
3838
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
3747
3839
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
3748
3840
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
3841
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
3842
+ $ref: z.ZodString;
3843
+ }, "strip", z.ZodTypeAny, {
3844
+ $ref: string;
3845
+ }, {
3846
+ $ref: string;
3847
+ }>, z.ZodObject<{
3848
+ $expr: z.ZodString;
3849
+ }, "strip", z.ZodTypeAny, {
3850
+ $expr: string;
3851
+ }, {
3852
+ $expr: string;
3853
+ }>]>>;
3854
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
3855
+ $ref: z.ZodString;
3856
+ }, "strip", z.ZodTypeAny, {
3857
+ $ref: string;
3858
+ }, {
3859
+ $ref: string;
3860
+ }>, z.ZodObject<{
3861
+ $expr: z.ZodString;
3862
+ }, "strip", z.ZodTypeAny, {
3863
+ $expr: string;
3864
+ }, {
3865
+ $expr: string;
3866
+ }>]>>;
3749
3867
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
3750
3868
  $ref: z.ZodString;
3751
3869
  }, "strip", z.ZodTypeAny, {
@@ -4061,6 +4179,16 @@ declare const stylePropsSchema: z.ZodObject<{
4061
4179
  overflow?: "visible" | "hidden" | "auto" | undefined;
4062
4180
  top?: string | number | undefined;
4063
4181
  bottom?: string | number | undefined;
4182
+ objectFit?: "fill" | {
4183
+ $ref: string;
4184
+ } | {
4185
+ $expr: string;
4186
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
4187
+ objectPosition?: string | {
4188
+ $ref: string;
4189
+ } | {
4190
+ $expr: string;
4191
+ } | undefined;
4064
4192
  gridTemplateColumns?: string | {
4065
4193
  $ref: string;
4066
4194
  } | {
@@ -4353,6 +4481,16 @@ declare const stylePropsSchema: z.ZodObject<{
4353
4481
  overflow?: "visible" | "hidden" | "auto" | undefined;
4354
4482
  top?: string | number | undefined;
4355
4483
  bottom?: string | number | undefined;
4484
+ objectFit?: "fill" | {
4485
+ $ref: string;
4486
+ } | {
4487
+ $expr: string;
4488
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
4489
+ objectPosition?: string | {
4490
+ $ref: string;
4491
+ } | {
4492
+ $expr: string;
4493
+ } | undefined;
4356
4494
  gridTemplateColumns?: string | {
4357
4495
  $ref: string;
4358
4496
  } | {
@@ -4647,6 +4785,16 @@ declare const stylePropsSchema: z.ZodObject<{
4647
4785
  overflow?: "visible" | "hidden" | "auto" | undefined;
4648
4786
  top?: string | number | undefined;
4649
4787
  bottom?: string | number | undefined;
4788
+ objectFit?: "fill" | {
4789
+ $ref: string;
4790
+ } | {
4791
+ $expr: string;
4792
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
4793
+ objectPosition?: string | {
4794
+ $ref: string;
4795
+ } | {
4796
+ $expr: string;
4797
+ } | undefined;
4650
4798
  gridTemplateColumns?: string | {
4651
4799
  $ref: string;
4652
4800
  } | {
@@ -4939,6 +5087,16 @@ declare const stylePropsSchema: z.ZodObject<{
4939
5087
  overflow?: "visible" | "hidden" | "auto" | undefined;
4940
5088
  top?: string | number | undefined;
4941
5089
  bottom?: string | number | undefined;
5090
+ objectFit?: "fill" | {
5091
+ $ref: string;
5092
+ } | {
5093
+ $expr: string;
5094
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
5095
+ objectPosition?: string | {
5096
+ $ref: string;
5097
+ } | {
5098
+ $expr: string;
5099
+ } | undefined;
4942
5100
  gridTemplateColumns?: string | {
4943
5101
  $ref: string;
4944
5102
  } | {
@@ -6237,6 +6395,32 @@ declare const boxNodeSchema: z.ZodObject<{
6237
6395
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
6238
6396
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
6239
6397
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
6398
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
6399
+ $ref: z.ZodString;
6400
+ }, "strip", z.ZodTypeAny, {
6401
+ $ref: string;
6402
+ }, {
6403
+ $ref: string;
6404
+ }>, z.ZodObject<{
6405
+ $expr: z.ZodString;
6406
+ }, "strip", z.ZodTypeAny, {
6407
+ $expr: string;
6408
+ }, {
6409
+ $expr: string;
6410
+ }>]>>;
6411
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
6412
+ $ref: z.ZodString;
6413
+ }, "strip", z.ZodTypeAny, {
6414
+ $ref: string;
6415
+ }, {
6416
+ $ref: string;
6417
+ }>, z.ZodObject<{
6418
+ $expr: z.ZodString;
6419
+ }, "strip", z.ZodTypeAny, {
6420
+ $expr: string;
6421
+ }, {
6422
+ $expr: string;
6423
+ }>]>>;
6240
6424
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
6241
6425
  $ref: z.ZodString;
6242
6426
  }, "strip", z.ZodTypeAny, {
@@ -6550,6 +6734,16 @@ declare const boxNodeSchema: z.ZodObject<{
6550
6734
  overflow?: "visible" | "hidden" | "auto" | undefined;
6551
6735
  top?: string | number | undefined;
6552
6736
  bottom?: string | number | undefined;
6737
+ objectFit?: "fill" | {
6738
+ $ref: string;
6739
+ } | {
6740
+ $expr: string;
6741
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
6742
+ objectPosition?: string | {
6743
+ $ref: string;
6744
+ } | {
6745
+ $expr: string;
6746
+ } | undefined;
6553
6747
  gridTemplateColumns?: string | {
6554
6748
  $ref: string;
6555
6749
  } | {
@@ -6842,6 +7036,16 @@ declare const boxNodeSchema: z.ZodObject<{
6842
7036
  overflow?: "visible" | "hidden" | "auto" | undefined;
6843
7037
  top?: string | number | undefined;
6844
7038
  bottom?: string | number | undefined;
7039
+ objectFit?: "fill" | {
7040
+ $ref: string;
7041
+ } | {
7042
+ $expr: string;
7043
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
7044
+ objectPosition?: string | {
7045
+ $ref: string;
7046
+ } | {
7047
+ $expr: string;
7048
+ } | undefined;
6845
7049
  gridTemplateColumns?: string | {
6846
7050
  $ref: string;
6847
7051
  } | {
@@ -7589,6 +7793,32 @@ declare const boxNodeSchema: z.ZodObject<{
7589
7793
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
7590
7794
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
7591
7795
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
7796
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
7797
+ $ref: z.ZodString;
7798
+ }, "strip", z.ZodTypeAny, {
7799
+ $ref: string;
7800
+ }, {
7801
+ $ref: string;
7802
+ }>, z.ZodObject<{
7803
+ $expr: z.ZodString;
7804
+ }, "strip", z.ZodTypeAny, {
7805
+ $expr: string;
7806
+ }, {
7807
+ $expr: string;
7808
+ }>]>>;
7809
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
7810
+ $ref: z.ZodString;
7811
+ }, "strip", z.ZodTypeAny, {
7812
+ $ref: string;
7813
+ }, {
7814
+ $ref: string;
7815
+ }>, z.ZodObject<{
7816
+ $expr: z.ZodString;
7817
+ }, "strip", z.ZodTypeAny, {
7818
+ $expr: string;
7819
+ }, {
7820
+ $expr: string;
7821
+ }>]>>;
7592
7822
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
7593
7823
  $ref: z.ZodString;
7594
7824
  }, "strip", z.ZodTypeAny, {
@@ -7904,6 +8134,16 @@ declare const boxNodeSchema: z.ZodObject<{
7904
8134
  overflow?: "visible" | "hidden" | "auto" | undefined;
7905
8135
  top?: string | number | undefined;
7906
8136
  bottom?: string | number | undefined;
8137
+ objectFit?: "fill" | {
8138
+ $ref: string;
8139
+ } | {
8140
+ $expr: string;
8141
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
8142
+ objectPosition?: string | {
8143
+ $ref: string;
8144
+ } | {
8145
+ $expr: string;
8146
+ } | undefined;
7907
8147
  gridTemplateColumns?: string | {
7908
8148
  $ref: string;
7909
8149
  } | {
@@ -8196,6 +8436,16 @@ declare const boxNodeSchema: z.ZodObject<{
8196
8436
  overflow?: "visible" | "hidden" | "auto" | undefined;
8197
8437
  top?: string | number | undefined;
8198
8438
  bottom?: string | number | undefined;
8439
+ objectFit?: "fill" | {
8440
+ $ref: string;
8441
+ } | {
8442
+ $expr: string;
8443
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
8444
+ objectPosition?: string | {
8445
+ $ref: string;
8446
+ } | {
8447
+ $expr: string;
8448
+ } | undefined;
8199
8449
  gridTemplateColumns?: string | {
8200
8450
  $ref: string;
8201
8451
  } | {
@@ -8490,6 +8740,16 @@ declare const boxNodeSchema: z.ZodObject<{
8490
8740
  overflow?: "visible" | "hidden" | "auto" | undefined;
8491
8741
  top?: string | number | undefined;
8492
8742
  bottom?: string | number | undefined;
8743
+ objectFit?: "fill" | {
8744
+ $ref: string;
8745
+ } | {
8746
+ $expr: string;
8747
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
8748
+ objectPosition?: string | {
8749
+ $ref: string;
8750
+ } | {
8751
+ $expr: string;
8752
+ } | undefined;
8493
8753
  gridTemplateColumns?: string | {
8494
8754
  $ref: string;
8495
8755
  } | {
@@ -8782,6 +9042,16 @@ declare const boxNodeSchema: z.ZodObject<{
8782
9042
  overflow?: "visible" | "hidden" | "auto" | undefined;
8783
9043
  top?: string | number | undefined;
8784
9044
  bottom?: string | number | undefined;
9045
+ objectFit?: "fill" | {
9046
+ $ref: string;
9047
+ } | {
9048
+ $expr: string;
9049
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
9050
+ objectPosition?: string | {
9051
+ $ref: string;
9052
+ } | {
9053
+ $expr: string;
9054
+ } | undefined;
8785
9055
  gridTemplateColumns?: string | {
8786
9056
  $ref: string;
8787
9057
  } | {
@@ -9100,6 +9370,16 @@ declare const boxNodeSchema: z.ZodObject<{
9100
9370
  overflow?: "visible" | "hidden" | "auto" | undefined;
9101
9371
  top?: string | number | undefined;
9102
9372
  bottom?: string | number | undefined;
9373
+ objectFit?: "fill" | {
9374
+ $ref: string;
9375
+ } | {
9376
+ $expr: string;
9377
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
9378
+ objectPosition?: string | {
9379
+ $ref: string;
9380
+ } | {
9381
+ $expr: string;
9382
+ } | undefined;
9103
9383
  gridTemplateColumns?: string | {
9104
9384
  $ref: string;
9105
9385
  } | {
@@ -9392,6 +9672,16 @@ declare const boxNodeSchema: z.ZodObject<{
9392
9672
  overflow?: "visible" | "hidden" | "auto" | undefined;
9393
9673
  top?: string | number | undefined;
9394
9674
  bottom?: string | number | undefined;
9675
+ objectFit?: "fill" | {
9676
+ $ref: string;
9677
+ } | {
9678
+ $expr: string;
9679
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
9680
+ objectPosition?: string | {
9681
+ $ref: string;
9682
+ } | {
9683
+ $expr: string;
9684
+ } | undefined;
9395
9685
  gridTemplateColumns?: string | {
9396
9686
  $ref: string;
9397
9687
  } | {
@@ -9697,6 +9987,16 @@ declare const boxNodeSchema: z.ZodObject<{
9697
9987
  overflow?: "visible" | "hidden" | "auto" | undefined;
9698
9988
  top?: string | number | undefined;
9699
9989
  bottom?: string | number | undefined;
9990
+ objectFit?: "fill" | {
9991
+ $ref: string;
9992
+ } | {
9993
+ $expr: string;
9994
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
9995
+ objectPosition?: string | {
9996
+ $ref: string;
9997
+ } | {
9998
+ $expr: string;
9999
+ } | undefined;
9700
10000
  gridTemplateColumns?: string | {
9701
10001
  $ref: string;
9702
10002
  } | {
@@ -9989,6 +10289,16 @@ declare const boxNodeSchema: z.ZodObject<{
9989
10289
  overflow?: "visible" | "hidden" | "auto" | undefined;
9990
10290
  top?: string | number | undefined;
9991
10291
  bottom?: string | number | undefined;
10292
+ objectFit?: "fill" | {
10293
+ $ref: string;
10294
+ } | {
10295
+ $expr: string;
10296
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
10297
+ objectPosition?: string | {
10298
+ $ref: string;
10299
+ } | {
10300
+ $expr: string;
10301
+ } | undefined;
9992
10302
  gridTemplateColumns?: string | {
9993
10303
  $ref: string;
9994
10304
  } | {
@@ -10755,6 +11065,32 @@ declare const rowNodeSchema: z.ZodObject<{
10755
11065
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
10756
11066
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
10757
11067
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
11068
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
11069
+ $ref: z.ZodString;
11070
+ }, "strip", z.ZodTypeAny, {
11071
+ $ref: string;
11072
+ }, {
11073
+ $ref: string;
11074
+ }>, z.ZodObject<{
11075
+ $expr: z.ZodString;
11076
+ }, "strip", z.ZodTypeAny, {
11077
+ $expr: string;
11078
+ }, {
11079
+ $expr: string;
11080
+ }>]>>;
11081
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
11082
+ $ref: z.ZodString;
11083
+ }, "strip", z.ZodTypeAny, {
11084
+ $ref: string;
11085
+ }, {
11086
+ $ref: string;
11087
+ }>, z.ZodObject<{
11088
+ $expr: z.ZodString;
11089
+ }, "strip", z.ZodTypeAny, {
11090
+ $expr: string;
11091
+ }, {
11092
+ $expr: string;
11093
+ }>]>>;
10758
11094
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
10759
11095
  $ref: z.ZodString;
10760
11096
  }, "strip", z.ZodTypeAny, {
@@ -11068,6 +11404,16 @@ declare const rowNodeSchema: z.ZodObject<{
11068
11404
  overflow?: "visible" | "hidden" | "auto" | undefined;
11069
11405
  top?: string | number | undefined;
11070
11406
  bottom?: string | number | undefined;
11407
+ objectFit?: "fill" | {
11408
+ $ref: string;
11409
+ } | {
11410
+ $expr: string;
11411
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
11412
+ objectPosition?: string | {
11413
+ $ref: string;
11414
+ } | {
11415
+ $expr: string;
11416
+ } | undefined;
11071
11417
  gridTemplateColumns?: string | {
11072
11418
  $ref: string;
11073
11419
  } | {
@@ -11360,6 +11706,16 @@ declare const rowNodeSchema: z.ZodObject<{
11360
11706
  overflow?: "visible" | "hidden" | "auto" | undefined;
11361
11707
  top?: string | number | undefined;
11362
11708
  bottom?: string | number | undefined;
11709
+ objectFit?: "fill" | {
11710
+ $ref: string;
11711
+ } | {
11712
+ $expr: string;
11713
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
11714
+ objectPosition?: string | {
11715
+ $ref: string;
11716
+ } | {
11717
+ $expr: string;
11718
+ } | undefined;
11363
11719
  gridTemplateColumns?: string | {
11364
11720
  $ref: string;
11365
11721
  } | {
@@ -12107,6 +12463,32 @@ declare const rowNodeSchema: z.ZodObject<{
12107
12463
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
12108
12464
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
12109
12465
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
12466
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
12467
+ $ref: z.ZodString;
12468
+ }, "strip", z.ZodTypeAny, {
12469
+ $ref: string;
12470
+ }, {
12471
+ $ref: string;
12472
+ }>, z.ZodObject<{
12473
+ $expr: z.ZodString;
12474
+ }, "strip", z.ZodTypeAny, {
12475
+ $expr: string;
12476
+ }, {
12477
+ $expr: string;
12478
+ }>]>>;
12479
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
12480
+ $ref: z.ZodString;
12481
+ }, "strip", z.ZodTypeAny, {
12482
+ $ref: string;
12483
+ }, {
12484
+ $ref: string;
12485
+ }>, z.ZodObject<{
12486
+ $expr: z.ZodString;
12487
+ }, "strip", z.ZodTypeAny, {
12488
+ $expr: string;
12489
+ }, {
12490
+ $expr: string;
12491
+ }>]>>;
12110
12492
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
12111
12493
  $ref: z.ZodString;
12112
12494
  }, "strip", z.ZodTypeAny, {
@@ -12422,6 +12804,16 @@ declare const rowNodeSchema: z.ZodObject<{
12422
12804
  overflow?: "visible" | "hidden" | "auto" | undefined;
12423
12805
  top?: string | number | undefined;
12424
12806
  bottom?: string | number | undefined;
12807
+ objectFit?: "fill" | {
12808
+ $ref: string;
12809
+ } | {
12810
+ $expr: string;
12811
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
12812
+ objectPosition?: string | {
12813
+ $ref: string;
12814
+ } | {
12815
+ $expr: string;
12816
+ } | undefined;
12425
12817
  gridTemplateColumns?: string | {
12426
12818
  $ref: string;
12427
12819
  } | {
@@ -12714,6 +13106,16 @@ declare const rowNodeSchema: z.ZodObject<{
12714
13106
  overflow?: "visible" | "hidden" | "auto" | undefined;
12715
13107
  top?: string | number | undefined;
12716
13108
  bottom?: string | number | undefined;
13109
+ objectFit?: "fill" | {
13110
+ $ref: string;
13111
+ } | {
13112
+ $expr: string;
13113
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
13114
+ objectPosition?: string | {
13115
+ $ref: string;
13116
+ } | {
13117
+ $expr: string;
13118
+ } | undefined;
12717
13119
  gridTemplateColumns?: string | {
12718
13120
  $ref: string;
12719
13121
  } | {
@@ -13008,6 +13410,16 @@ declare const rowNodeSchema: z.ZodObject<{
13008
13410
  overflow?: "visible" | "hidden" | "auto" | undefined;
13009
13411
  top?: string | number | undefined;
13010
13412
  bottom?: string | number | undefined;
13413
+ objectFit?: "fill" | {
13414
+ $ref: string;
13415
+ } | {
13416
+ $expr: string;
13417
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
13418
+ objectPosition?: string | {
13419
+ $ref: string;
13420
+ } | {
13421
+ $expr: string;
13422
+ } | undefined;
13011
13423
  gridTemplateColumns?: string | {
13012
13424
  $ref: string;
13013
13425
  } | {
@@ -13300,6 +13712,16 @@ declare const rowNodeSchema: z.ZodObject<{
13300
13712
  overflow?: "visible" | "hidden" | "auto" | undefined;
13301
13713
  top?: string | number | undefined;
13302
13714
  bottom?: string | number | undefined;
13715
+ objectFit?: "fill" | {
13716
+ $ref: string;
13717
+ } | {
13718
+ $expr: string;
13719
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
13720
+ objectPosition?: string | {
13721
+ $ref: string;
13722
+ } | {
13723
+ $expr: string;
13724
+ } | undefined;
13303
13725
  gridTemplateColumns?: string | {
13304
13726
  $ref: string;
13305
13727
  } | {
@@ -13618,6 +14040,16 @@ declare const rowNodeSchema: z.ZodObject<{
13618
14040
  overflow?: "visible" | "hidden" | "auto" | undefined;
13619
14041
  top?: string | number | undefined;
13620
14042
  bottom?: string | number | undefined;
14043
+ objectFit?: "fill" | {
14044
+ $ref: string;
14045
+ } | {
14046
+ $expr: string;
14047
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
14048
+ objectPosition?: string | {
14049
+ $ref: string;
14050
+ } | {
14051
+ $expr: string;
14052
+ } | undefined;
13621
14053
  gridTemplateColumns?: string | {
13622
14054
  $ref: string;
13623
14055
  } | {
@@ -13910,6 +14342,16 @@ declare const rowNodeSchema: z.ZodObject<{
13910
14342
  overflow?: "visible" | "hidden" | "auto" | undefined;
13911
14343
  top?: string | number | undefined;
13912
14344
  bottom?: string | number | undefined;
14345
+ objectFit?: "fill" | {
14346
+ $ref: string;
14347
+ } | {
14348
+ $expr: string;
14349
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
14350
+ objectPosition?: string | {
14351
+ $ref: string;
14352
+ } | {
14353
+ $expr: string;
14354
+ } | undefined;
13913
14355
  gridTemplateColumns?: string | {
13914
14356
  $ref: string;
13915
14357
  } | {
@@ -14215,6 +14657,16 @@ declare const rowNodeSchema: z.ZodObject<{
14215
14657
  overflow?: "visible" | "hidden" | "auto" | undefined;
14216
14658
  top?: string | number | undefined;
14217
14659
  bottom?: string | number | undefined;
14660
+ objectFit?: "fill" | {
14661
+ $ref: string;
14662
+ } | {
14663
+ $expr: string;
14664
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
14665
+ objectPosition?: string | {
14666
+ $ref: string;
14667
+ } | {
14668
+ $expr: string;
14669
+ } | undefined;
14218
14670
  gridTemplateColumns?: string | {
14219
14671
  $ref: string;
14220
14672
  } | {
@@ -14507,6 +14959,16 @@ declare const rowNodeSchema: z.ZodObject<{
14507
14959
  overflow?: "visible" | "hidden" | "auto" | undefined;
14508
14960
  top?: string | number | undefined;
14509
14961
  bottom?: string | number | undefined;
14962
+ objectFit?: "fill" | {
14963
+ $ref: string;
14964
+ } | {
14965
+ $expr: string;
14966
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
14967
+ objectPosition?: string | {
14968
+ $ref: string;
14969
+ } | {
14970
+ $expr: string;
14971
+ } | undefined;
14510
14972
  gridTemplateColumns?: string | {
14511
14973
  $ref: string;
14512
14974
  } | {
@@ -15273,6 +15735,32 @@ declare const columnNodeSchema: z.ZodObject<{
15273
15735
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
15274
15736
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
15275
15737
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
15738
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
15739
+ $ref: z.ZodString;
15740
+ }, "strip", z.ZodTypeAny, {
15741
+ $ref: string;
15742
+ }, {
15743
+ $ref: string;
15744
+ }>, z.ZodObject<{
15745
+ $expr: z.ZodString;
15746
+ }, "strip", z.ZodTypeAny, {
15747
+ $expr: string;
15748
+ }, {
15749
+ $expr: string;
15750
+ }>]>>;
15751
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
15752
+ $ref: z.ZodString;
15753
+ }, "strip", z.ZodTypeAny, {
15754
+ $ref: string;
15755
+ }, {
15756
+ $ref: string;
15757
+ }>, z.ZodObject<{
15758
+ $expr: z.ZodString;
15759
+ }, "strip", z.ZodTypeAny, {
15760
+ $expr: string;
15761
+ }, {
15762
+ $expr: string;
15763
+ }>]>>;
15276
15764
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
15277
15765
  $ref: z.ZodString;
15278
15766
  }, "strip", z.ZodTypeAny, {
@@ -15586,6 +16074,16 @@ declare const columnNodeSchema: z.ZodObject<{
15586
16074
  overflow?: "visible" | "hidden" | "auto" | undefined;
15587
16075
  top?: string | number | undefined;
15588
16076
  bottom?: string | number | undefined;
16077
+ objectFit?: "fill" | {
16078
+ $ref: string;
16079
+ } | {
16080
+ $expr: string;
16081
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
16082
+ objectPosition?: string | {
16083
+ $ref: string;
16084
+ } | {
16085
+ $expr: string;
16086
+ } | undefined;
15589
16087
  gridTemplateColumns?: string | {
15590
16088
  $ref: string;
15591
16089
  } | {
@@ -15878,6 +16376,16 @@ declare const columnNodeSchema: z.ZodObject<{
15878
16376
  overflow?: "visible" | "hidden" | "auto" | undefined;
15879
16377
  top?: string | number | undefined;
15880
16378
  bottom?: string | number | undefined;
16379
+ objectFit?: "fill" | {
16380
+ $ref: string;
16381
+ } | {
16382
+ $expr: string;
16383
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
16384
+ objectPosition?: string | {
16385
+ $ref: string;
16386
+ } | {
16387
+ $expr: string;
16388
+ } | undefined;
15881
16389
  gridTemplateColumns?: string | {
15882
16390
  $ref: string;
15883
16391
  } | {
@@ -16625,6 +17133,32 @@ declare const columnNodeSchema: z.ZodObject<{
16625
17133
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
16626
17134
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
16627
17135
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
17136
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
17137
+ $ref: z.ZodString;
17138
+ }, "strip", z.ZodTypeAny, {
17139
+ $ref: string;
17140
+ }, {
17141
+ $ref: string;
17142
+ }>, z.ZodObject<{
17143
+ $expr: z.ZodString;
17144
+ }, "strip", z.ZodTypeAny, {
17145
+ $expr: string;
17146
+ }, {
17147
+ $expr: string;
17148
+ }>]>>;
17149
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
17150
+ $ref: z.ZodString;
17151
+ }, "strip", z.ZodTypeAny, {
17152
+ $ref: string;
17153
+ }, {
17154
+ $ref: string;
17155
+ }>, z.ZodObject<{
17156
+ $expr: z.ZodString;
17157
+ }, "strip", z.ZodTypeAny, {
17158
+ $expr: string;
17159
+ }, {
17160
+ $expr: string;
17161
+ }>]>>;
16628
17162
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
16629
17163
  $ref: z.ZodString;
16630
17164
  }, "strip", z.ZodTypeAny, {
@@ -16940,6 +17474,16 @@ declare const columnNodeSchema: z.ZodObject<{
16940
17474
  overflow?: "visible" | "hidden" | "auto" | undefined;
16941
17475
  top?: string | number | undefined;
16942
17476
  bottom?: string | number | undefined;
17477
+ objectFit?: "fill" | {
17478
+ $ref: string;
17479
+ } | {
17480
+ $expr: string;
17481
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
17482
+ objectPosition?: string | {
17483
+ $ref: string;
17484
+ } | {
17485
+ $expr: string;
17486
+ } | undefined;
16943
17487
  gridTemplateColumns?: string | {
16944
17488
  $ref: string;
16945
17489
  } | {
@@ -17232,6 +17776,16 @@ declare const columnNodeSchema: z.ZodObject<{
17232
17776
  overflow?: "visible" | "hidden" | "auto" | undefined;
17233
17777
  top?: string | number | undefined;
17234
17778
  bottom?: string | number | undefined;
17779
+ objectFit?: "fill" | {
17780
+ $ref: string;
17781
+ } | {
17782
+ $expr: string;
17783
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
17784
+ objectPosition?: string | {
17785
+ $ref: string;
17786
+ } | {
17787
+ $expr: string;
17788
+ } | undefined;
17235
17789
  gridTemplateColumns?: string | {
17236
17790
  $ref: string;
17237
17791
  } | {
@@ -17526,6 +18080,16 @@ declare const columnNodeSchema: z.ZodObject<{
17526
18080
  overflow?: "visible" | "hidden" | "auto" | undefined;
17527
18081
  top?: string | number | undefined;
17528
18082
  bottom?: string | number | undefined;
18083
+ objectFit?: "fill" | {
18084
+ $ref: string;
18085
+ } | {
18086
+ $expr: string;
18087
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
18088
+ objectPosition?: string | {
18089
+ $ref: string;
18090
+ } | {
18091
+ $expr: string;
18092
+ } | undefined;
17529
18093
  gridTemplateColumns?: string | {
17530
18094
  $ref: string;
17531
18095
  } | {
@@ -17818,6 +18382,16 @@ declare const columnNodeSchema: z.ZodObject<{
17818
18382
  overflow?: "visible" | "hidden" | "auto" | undefined;
17819
18383
  top?: string | number | undefined;
17820
18384
  bottom?: string | number | undefined;
18385
+ objectFit?: "fill" | {
18386
+ $ref: string;
18387
+ } | {
18388
+ $expr: string;
18389
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
18390
+ objectPosition?: string | {
18391
+ $ref: string;
18392
+ } | {
18393
+ $expr: string;
18394
+ } | undefined;
17821
18395
  gridTemplateColumns?: string | {
17822
18396
  $ref: string;
17823
18397
  } | {
@@ -18136,6 +18710,16 @@ declare const columnNodeSchema: z.ZodObject<{
18136
18710
  overflow?: "visible" | "hidden" | "auto" | undefined;
18137
18711
  top?: string | number | undefined;
18138
18712
  bottom?: string | number | undefined;
18713
+ objectFit?: "fill" | {
18714
+ $ref: string;
18715
+ } | {
18716
+ $expr: string;
18717
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
18718
+ objectPosition?: string | {
18719
+ $ref: string;
18720
+ } | {
18721
+ $expr: string;
18722
+ } | undefined;
18139
18723
  gridTemplateColumns?: string | {
18140
18724
  $ref: string;
18141
18725
  } | {
@@ -18428,6 +19012,16 @@ declare const columnNodeSchema: z.ZodObject<{
18428
19012
  overflow?: "visible" | "hidden" | "auto" | undefined;
18429
19013
  top?: string | number | undefined;
18430
19014
  bottom?: string | number | undefined;
19015
+ objectFit?: "fill" | {
19016
+ $ref: string;
19017
+ } | {
19018
+ $expr: string;
19019
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
19020
+ objectPosition?: string | {
19021
+ $ref: string;
19022
+ } | {
19023
+ $expr: string;
19024
+ } | undefined;
18431
19025
  gridTemplateColumns?: string | {
18432
19026
  $ref: string;
18433
19027
  } | {
@@ -18733,6 +19327,16 @@ declare const columnNodeSchema: z.ZodObject<{
18733
19327
  overflow?: "visible" | "hidden" | "auto" | undefined;
18734
19328
  top?: string | number | undefined;
18735
19329
  bottom?: string | number | undefined;
19330
+ objectFit?: "fill" | {
19331
+ $ref: string;
19332
+ } | {
19333
+ $expr: string;
19334
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
19335
+ objectPosition?: string | {
19336
+ $ref: string;
19337
+ } | {
19338
+ $expr: string;
19339
+ } | undefined;
18736
19340
  gridTemplateColumns?: string | {
18737
19341
  $ref: string;
18738
19342
  } | {
@@ -19025,6 +19629,16 @@ declare const columnNodeSchema: z.ZodObject<{
19025
19629
  overflow?: "visible" | "hidden" | "auto" | undefined;
19026
19630
  top?: string | number | undefined;
19027
19631
  bottom?: string | number | undefined;
19632
+ objectFit?: "fill" | {
19633
+ $ref: string;
19634
+ } | {
19635
+ $expr: string;
19636
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
19637
+ objectPosition?: string | {
19638
+ $ref: string;
19639
+ } | {
19640
+ $expr: string;
19641
+ } | undefined;
19028
19642
  gridTemplateColumns?: string | {
19029
19643
  $ref: string;
19030
19644
  } | {
@@ -19791,6 +20405,32 @@ declare const stackNodeSchema: z.ZodObject<{
19791
20405
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
19792
20406
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
19793
20407
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
20408
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
20409
+ $ref: z.ZodString;
20410
+ }, "strip", z.ZodTypeAny, {
20411
+ $ref: string;
20412
+ }, {
20413
+ $ref: string;
20414
+ }>, z.ZodObject<{
20415
+ $expr: z.ZodString;
20416
+ }, "strip", z.ZodTypeAny, {
20417
+ $expr: string;
20418
+ }, {
20419
+ $expr: string;
20420
+ }>]>>;
20421
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
20422
+ $ref: z.ZodString;
20423
+ }, "strip", z.ZodTypeAny, {
20424
+ $ref: string;
20425
+ }, {
20426
+ $ref: string;
20427
+ }>, z.ZodObject<{
20428
+ $expr: z.ZodString;
20429
+ }, "strip", z.ZodTypeAny, {
20430
+ $expr: string;
20431
+ }, {
20432
+ $expr: string;
20433
+ }>]>>;
19794
20434
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
19795
20435
  $ref: z.ZodString;
19796
20436
  }, "strip", z.ZodTypeAny, {
@@ -20104,6 +20744,16 @@ declare const stackNodeSchema: z.ZodObject<{
20104
20744
  overflow?: "visible" | "hidden" | "auto" | undefined;
20105
20745
  top?: string | number | undefined;
20106
20746
  bottom?: string | number | undefined;
20747
+ objectFit?: "fill" | {
20748
+ $ref: string;
20749
+ } | {
20750
+ $expr: string;
20751
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
20752
+ objectPosition?: string | {
20753
+ $ref: string;
20754
+ } | {
20755
+ $expr: string;
20756
+ } | undefined;
20107
20757
  gridTemplateColumns?: string | {
20108
20758
  $ref: string;
20109
20759
  } | {
@@ -20396,6 +21046,16 @@ declare const stackNodeSchema: z.ZodObject<{
20396
21046
  overflow?: "visible" | "hidden" | "auto" | undefined;
20397
21047
  top?: string | number | undefined;
20398
21048
  bottom?: string | number | undefined;
21049
+ objectFit?: "fill" | {
21050
+ $ref: string;
21051
+ } | {
21052
+ $expr: string;
21053
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
21054
+ objectPosition?: string | {
21055
+ $ref: string;
21056
+ } | {
21057
+ $expr: string;
21058
+ } | undefined;
20399
21059
  gridTemplateColumns?: string | {
20400
21060
  $ref: string;
20401
21061
  } | {
@@ -21143,6 +21803,32 @@ declare const stackNodeSchema: z.ZodObject<{
21143
21803
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
21144
21804
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
21145
21805
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
21806
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
21807
+ $ref: z.ZodString;
21808
+ }, "strip", z.ZodTypeAny, {
21809
+ $ref: string;
21810
+ }, {
21811
+ $ref: string;
21812
+ }>, z.ZodObject<{
21813
+ $expr: z.ZodString;
21814
+ }, "strip", z.ZodTypeAny, {
21815
+ $expr: string;
21816
+ }, {
21817
+ $expr: string;
21818
+ }>]>>;
21819
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
21820
+ $ref: z.ZodString;
21821
+ }, "strip", z.ZodTypeAny, {
21822
+ $ref: string;
21823
+ }, {
21824
+ $ref: string;
21825
+ }>, z.ZodObject<{
21826
+ $expr: z.ZodString;
21827
+ }, "strip", z.ZodTypeAny, {
21828
+ $expr: string;
21829
+ }, {
21830
+ $expr: string;
21831
+ }>]>>;
21146
21832
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
21147
21833
  $ref: z.ZodString;
21148
21834
  }, "strip", z.ZodTypeAny, {
@@ -21458,6 +22144,16 @@ declare const stackNodeSchema: z.ZodObject<{
21458
22144
  overflow?: "visible" | "hidden" | "auto" | undefined;
21459
22145
  top?: string | number | undefined;
21460
22146
  bottom?: string | number | undefined;
22147
+ objectFit?: "fill" | {
22148
+ $ref: string;
22149
+ } | {
22150
+ $expr: string;
22151
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
22152
+ objectPosition?: string | {
22153
+ $ref: string;
22154
+ } | {
22155
+ $expr: string;
22156
+ } | undefined;
21461
22157
  gridTemplateColumns?: string | {
21462
22158
  $ref: string;
21463
22159
  } | {
@@ -21750,6 +22446,16 @@ declare const stackNodeSchema: z.ZodObject<{
21750
22446
  overflow?: "visible" | "hidden" | "auto" | undefined;
21751
22447
  top?: string | number | undefined;
21752
22448
  bottom?: string | number | undefined;
22449
+ objectFit?: "fill" | {
22450
+ $ref: string;
22451
+ } | {
22452
+ $expr: string;
22453
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
22454
+ objectPosition?: string | {
22455
+ $ref: string;
22456
+ } | {
22457
+ $expr: string;
22458
+ } | undefined;
21753
22459
  gridTemplateColumns?: string | {
21754
22460
  $ref: string;
21755
22461
  } | {
@@ -22044,6 +22750,16 @@ declare const stackNodeSchema: z.ZodObject<{
22044
22750
  overflow?: "visible" | "hidden" | "auto" | undefined;
22045
22751
  top?: string | number | undefined;
22046
22752
  bottom?: string | number | undefined;
22753
+ objectFit?: "fill" | {
22754
+ $ref: string;
22755
+ } | {
22756
+ $expr: string;
22757
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
22758
+ objectPosition?: string | {
22759
+ $ref: string;
22760
+ } | {
22761
+ $expr: string;
22762
+ } | undefined;
22047
22763
  gridTemplateColumns?: string | {
22048
22764
  $ref: string;
22049
22765
  } | {
@@ -22336,6 +23052,16 @@ declare const stackNodeSchema: z.ZodObject<{
22336
23052
  overflow?: "visible" | "hidden" | "auto" | undefined;
22337
23053
  top?: string | number | undefined;
22338
23054
  bottom?: string | number | undefined;
23055
+ objectFit?: "fill" | {
23056
+ $ref: string;
23057
+ } | {
23058
+ $expr: string;
23059
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
23060
+ objectPosition?: string | {
23061
+ $ref: string;
23062
+ } | {
23063
+ $expr: string;
23064
+ } | undefined;
22339
23065
  gridTemplateColumns?: string | {
22340
23066
  $ref: string;
22341
23067
  } | {
@@ -22654,6 +23380,16 @@ declare const stackNodeSchema: z.ZodObject<{
22654
23380
  overflow?: "visible" | "hidden" | "auto" | undefined;
22655
23381
  top?: string | number | undefined;
22656
23382
  bottom?: string | number | undefined;
23383
+ objectFit?: "fill" | {
23384
+ $ref: string;
23385
+ } | {
23386
+ $expr: string;
23387
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
23388
+ objectPosition?: string | {
23389
+ $ref: string;
23390
+ } | {
23391
+ $expr: string;
23392
+ } | undefined;
22657
23393
  gridTemplateColumns?: string | {
22658
23394
  $ref: string;
22659
23395
  } | {
@@ -22946,6 +23682,16 @@ declare const stackNodeSchema: z.ZodObject<{
22946
23682
  overflow?: "visible" | "hidden" | "auto" | undefined;
22947
23683
  top?: string | number | undefined;
22948
23684
  bottom?: string | number | undefined;
23685
+ objectFit?: "fill" | {
23686
+ $ref: string;
23687
+ } | {
23688
+ $expr: string;
23689
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
23690
+ objectPosition?: string | {
23691
+ $ref: string;
23692
+ } | {
23693
+ $expr: string;
23694
+ } | undefined;
22949
23695
  gridTemplateColumns?: string | {
22950
23696
  $ref: string;
22951
23697
  } | {
@@ -23251,6 +23997,16 @@ declare const stackNodeSchema: z.ZodObject<{
23251
23997
  overflow?: "visible" | "hidden" | "auto" | undefined;
23252
23998
  top?: string | number | undefined;
23253
23999
  bottom?: string | number | undefined;
24000
+ objectFit?: "fill" | {
24001
+ $ref: string;
24002
+ } | {
24003
+ $expr: string;
24004
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
24005
+ objectPosition?: string | {
24006
+ $ref: string;
24007
+ } | {
24008
+ $expr: string;
24009
+ } | undefined;
23254
24010
  gridTemplateColumns?: string | {
23255
24011
  $ref: string;
23256
24012
  } | {
@@ -23543,6 +24299,16 @@ declare const stackNodeSchema: z.ZodObject<{
23543
24299
  overflow?: "visible" | "hidden" | "auto" | undefined;
23544
24300
  top?: string | number | undefined;
23545
24301
  bottom?: string | number | undefined;
24302
+ objectFit?: "fill" | {
24303
+ $ref: string;
24304
+ } | {
24305
+ $expr: string;
24306
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
24307
+ objectPosition?: string | {
24308
+ $ref: string;
24309
+ } | {
24310
+ $expr: string;
24311
+ } | undefined;
23546
24312
  gridTemplateColumns?: string | {
23547
24313
  $ref: string;
23548
24314
  } | {
@@ -24309,6 +25075,32 @@ declare const gridNodeSchema: z.ZodObject<{
24309
25075
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
24310
25076
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
24311
25077
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
25078
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
25079
+ $ref: z.ZodString;
25080
+ }, "strip", z.ZodTypeAny, {
25081
+ $ref: string;
25082
+ }, {
25083
+ $ref: string;
25084
+ }>, z.ZodObject<{
25085
+ $expr: z.ZodString;
25086
+ }, "strip", z.ZodTypeAny, {
25087
+ $expr: string;
25088
+ }, {
25089
+ $expr: string;
25090
+ }>]>>;
25091
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
25092
+ $ref: z.ZodString;
25093
+ }, "strip", z.ZodTypeAny, {
25094
+ $ref: string;
25095
+ }, {
25096
+ $ref: string;
25097
+ }>, z.ZodObject<{
25098
+ $expr: z.ZodString;
25099
+ }, "strip", z.ZodTypeAny, {
25100
+ $expr: string;
25101
+ }, {
25102
+ $expr: string;
25103
+ }>]>>;
24312
25104
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
24313
25105
  $ref: z.ZodString;
24314
25106
  }, "strip", z.ZodTypeAny, {
@@ -24622,6 +25414,16 @@ declare const gridNodeSchema: z.ZodObject<{
24622
25414
  overflow?: "visible" | "hidden" | "auto" | undefined;
24623
25415
  top?: string | number | undefined;
24624
25416
  bottom?: string | number | undefined;
25417
+ objectFit?: "fill" | {
25418
+ $ref: string;
25419
+ } | {
25420
+ $expr: string;
25421
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
25422
+ objectPosition?: string | {
25423
+ $ref: string;
25424
+ } | {
25425
+ $expr: string;
25426
+ } | undefined;
24625
25427
  gridTemplateColumns?: string | {
24626
25428
  $ref: string;
24627
25429
  } | {
@@ -24914,6 +25716,16 @@ declare const gridNodeSchema: z.ZodObject<{
24914
25716
  overflow?: "visible" | "hidden" | "auto" | undefined;
24915
25717
  top?: string | number | undefined;
24916
25718
  bottom?: string | number | undefined;
25719
+ objectFit?: "fill" | {
25720
+ $ref: string;
25721
+ } | {
25722
+ $expr: string;
25723
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
25724
+ objectPosition?: string | {
25725
+ $ref: string;
25726
+ } | {
25727
+ $expr: string;
25728
+ } | undefined;
24917
25729
  gridTemplateColumns?: string | {
24918
25730
  $ref: string;
24919
25731
  } | {
@@ -25661,6 +26473,32 @@ declare const gridNodeSchema: z.ZodObject<{
25661
26473
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
25662
26474
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
25663
26475
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
26476
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
26477
+ $ref: z.ZodString;
26478
+ }, "strip", z.ZodTypeAny, {
26479
+ $ref: string;
26480
+ }, {
26481
+ $ref: string;
26482
+ }>, z.ZodObject<{
26483
+ $expr: z.ZodString;
26484
+ }, "strip", z.ZodTypeAny, {
26485
+ $expr: string;
26486
+ }, {
26487
+ $expr: string;
26488
+ }>]>>;
26489
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
26490
+ $ref: z.ZodString;
26491
+ }, "strip", z.ZodTypeAny, {
26492
+ $ref: string;
26493
+ }, {
26494
+ $ref: string;
26495
+ }>, z.ZodObject<{
26496
+ $expr: z.ZodString;
26497
+ }, "strip", z.ZodTypeAny, {
26498
+ $expr: string;
26499
+ }, {
26500
+ $expr: string;
26501
+ }>]>>;
25664
26502
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
25665
26503
  $ref: z.ZodString;
25666
26504
  }, "strip", z.ZodTypeAny, {
@@ -25976,6 +26814,16 @@ declare const gridNodeSchema: z.ZodObject<{
25976
26814
  overflow?: "visible" | "hidden" | "auto" | undefined;
25977
26815
  top?: string | number | undefined;
25978
26816
  bottom?: string | number | undefined;
26817
+ objectFit?: "fill" | {
26818
+ $ref: string;
26819
+ } | {
26820
+ $expr: string;
26821
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
26822
+ objectPosition?: string | {
26823
+ $ref: string;
26824
+ } | {
26825
+ $expr: string;
26826
+ } | undefined;
25979
26827
  gridTemplateColumns?: string | {
25980
26828
  $ref: string;
25981
26829
  } | {
@@ -26268,6 +27116,16 @@ declare const gridNodeSchema: z.ZodObject<{
26268
27116
  overflow?: "visible" | "hidden" | "auto" | undefined;
26269
27117
  top?: string | number | undefined;
26270
27118
  bottom?: string | number | undefined;
27119
+ objectFit?: "fill" | {
27120
+ $ref: string;
27121
+ } | {
27122
+ $expr: string;
27123
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
27124
+ objectPosition?: string | {
27125
+ $ref: string;
27126
+ } | {
27127
+ $expr: string;
27128
+ } | undefined;
26271
27129
  gridTemplateColumns?: string | {
26272
27130
  $ref: string;
26273
27131
  } | {
@@ -26562,6 +27420,16 @@ declare const gridNodeSchema: z.ZodObject<{
26562
27420
  overflow?: "visible" | "hidden" | "auto" | undefined;
26563
27421
  top?: string | number | undefined;
26564
27422
  bottom?: string | number | undefined;
27423
+ objectFit?: "fill" | {
27424
+ $ref: string;
27425
+ } | {
27426
+ $expr: string;
27427
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
27428
+ objectPosition?: string | {
27429
+ $ref: string;
27430
+ } | {
27431
+ $expr: string;
27432
+ } | undefined;
26565
27433
  gridTemplateColumns?: string | {
26566
27434
  $ref: string;
26567
27435
  } | {
@@ -26854,6 +27722,16 @@ declare const gridNodeSchema: z.ZodObject<{
26854
27722
  overflow?: "visible" | "hidden" | "auto" | undefined;
26855
27723
  top?: string | number | undefined;
26856
27724
  bottom?: string | number | undefined;
27725
+ objectFit?: "fill" | {
27726
+ $ref: string;
27727
+ } | {
27728
+ $expr: string;
27729
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
27730
+ objectPosition?: string | {
27731
+ $ref: string;
27732
+ } | {
27733
+ $expr: string;
27734
+ } | undefined;
26857
27735
  gridTemplateColumns?: string | {
26858
27736
  $ref: string;
26859
27737
  } | {
@@ -27172,6 +28050,16 @@ declare const gridNodeSchema: z.ZodObject<{
27172
28050
  overflow?: "visible" | "hidden" | "auto" | undefined;
27173
28051
  top?: string | number | undefined;
27174
28052
  bottom?: string | number | undefined;
28053
+ objectFit?: "fill" | {
28054
+ $ref: string;
28055
+ } | {
28056
+ $expr: string;
28057
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
28058
+ objectPosition?: string | {
28059
+ $ref: string;
28060
+ } | {
28061
+ $expr: string;
28062
+ } | undefined;
27175
28063
  gridTemplateColumns?: string | {
27176
28064
  $ref: string;
27177
28065
  } | {
@@ -27464,6 +28352,16 @@ declare const gridNodeSchema: z.ZodObject<{
27464
28352
  overflow?: "visible" | "hidden" | "auto" | undefined;
27465
28353
  top?: string | number | undefined;
27466
28354
  bottom?: string | number | undefined;
28355
+ objectFit?: "fill" | {
28356
+ $ref: string;
28357
+ } | {
28358
+ $expr: string;
28359
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
28360
+ objectPosition?: string | {
28361
+ $ref: string;
28362
+ } | {
28363
+ $expr: string;
28364
+ } | undefined;
27467
28365
  gridTemplateColumns?: string | {
27468
28366
  $ref: string;
27469
28367
  } | {
@@ -27769,6 +28667,16 @@ declare const gridNodeSchema: z.ZodObject<{
27769
28667
  overflow?: "visible" | "hidden" | "auto" | undefined;
27770
28668
  top?: string | number | undefined;
27771
28669
  bottom?: string | number | undefined;
28670
+ objectFit?: "fill" | {
28671
+ $ref: string;
28672
+ } | {
28673
+ $expr: string;
28674
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
28675
+ objectPosition?: string | {
28676
+ $ref: string;
28677
+ } | {
28678
+ $expr: string;
28679
+ } | undefined;
27772
28680
  gridTemplateColumns?: string | {
27773
28681
  $ref: string;
27774
28682
  } | {
@@ -28061,6 +28969,16 @@ declare const gridNodeSchema: z.ZodObject<{
28061
28969
  overflow?: "visible" | "hidden" | "auto" | undefined;
28062
28970
  top?: string | number | undefined;
28063
28971
  bottom?: string | number | undefined;
28972
+ objectFit?: "fill" | {
28973
+ $ref: string;
28974
+ } | {
28975
+ $expr: string;
28976
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
28977
+ objectPosition?: string | {
28978
+ $ref: string;
28979
+ } | {
28980
+ $expr: string;
28981
+ } | undefined;
28064
28982
  gridTemplateColumns?: string | {
28065
28983
  $ref: string;
28066
28984
  } | {
@@ -28827,6 +29745,32 @@ declare const textNodeSchema: z.ZodObject<{
28827
29745
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
28828
29746
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
28829
29747
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
29748
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
29749
+ $ref: z.ZodString;
29750
+ }, "strip", z.ZodTypeAny, {
29751
+ $ref: string;
29752
+ }, {
29753
+ $ref: string;
29754
+ }>, z.ZodObject<{
29755
+ $expr: z.ZodString;
29756
+ }, "strip", z.ZodTypeAny, {
29757
+ $expr: string;
29758
+ }, {
29759
+ $expr: string;
29760
+ }>]>>;
29761
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
29762
+ $ref: z.ZodString;
29763
+ }, "strip", z.ZodTypeAny, {
29764
+ $ref: string;
29765
+ }, {
29766
+ $ref: string;
29767
+ }>, z.ZodObject<{
29768
+ $expr: z.ZodString;
29769
+ }, "strip", z.ZodTypeAny, {
29770
+ $expr: string;
29771
+ }, {
29772
+ $expr: string;
29773
+ }>]>>;
28830
29774
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
28831
29775
  $ref: z.ZodString;
28832
29776
  }, "strip", z.ZodTypeAny, {
@@ -29140,6 +30084,16 @@ declare const textNodeSchema: z.ZodObject<{
29140
30084
  overflow?: "visible" | "hidden" | "auto" | undefined;
29141
30085
  top?: string | number | undefined;
29142
30086
  bottom?: string | number | undefined;
30087
+ objectFit?: "fill" | {
30088
+ $ref: string;
30089
+ } | {
30090
+ $expr: string;
30091
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
30092
+ objectPosition?: string | {
30093
+ $ref: string;
30094
+ } | {
30095
+ $expr: string;
30096
+ } | undefined;
29143
30097
  gridTemplateColumns?: string | {
29144
30098
  $ref: string;
29145
30099
  } | {
@@ -29432,6 +30386,16 @@ declare const textNodeSchema: z.ZodObject<{
29432
30386
  overflow?: "visible" | "hidden" | "auto" | undefined;
29433
30387
  top?: string | number | undefined;
29434
30388
  bottom?: string | number | undefined;
30389
+ objectFit?: "fill" | {
30390
+ $ref: string;
30391
+ } | {
30392
+ $expr: string;
30393
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
30394
+ objectPosition?: string | {
30395
+ $ref: string;
30396
+ } | {
30397
+ $expr: string;
30398
+ } | undefined;
29435
30399
  gridTemplateColumns?: string | {
29436
30400
  $ref: string;
29437
30401
  } | {
@@ -30179,6 +31143,32 @@ declare const textNodeSchema: z.ZodObject<{
30179
31143
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
30180
31144
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
30181
31145
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
31146
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
31147
+ $ref: z.ZodString;
31148
+ }, "strip", z.ZodTypeAny, {
31149
+ $ref: string;
31150
+ }, {
31151
+ $ref: string;
31152
+ }>, z.ZodObject<{
31153
+ $expr: z.ZodString;
31154
+ }, "strip", z.ZodTypeAny, {
31155
+ $expr: string;
31156
+ }, {
31157
+ $expr: string;
31158
+ }>]>>;
31159
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
31160
+ $ref: z.ZodString;
31161
+ }, "strip", z.ZodTypeAny, {
31162
+ $ref: string;
31163
+ }, {
31164
+ $ref: string;
31165
+ }>, z.ZodObject<{
31166
+ $expr: z.ZodString;
31167
+ }, "strip", z.ZodTypeAny, {
31168
+ $expr: string;
31169
+ }, {
31170
+ $expr: string;
31171
+ }>]>>;
30182
31172
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
30183
31173
  $ref: z.ZodString;
30184
31174
  }, "strip", z.ZodTypeAny, {
@@ -30494,6 +31484,16 @@ declare const textNodeSchema: z.ZodObject<{
30494
31484
  overflow?: "visible" | "hidden" | "auto" | undefined;
30495
31485
  top?: string | number | undefined;
30496
31486
  bottom?: string | number | undefined;
31487
+ objectFit?: "fill" | {
31488
+ $ref: string;
31489
+ } | {
31490
+ $expr: string;
31491
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
31492
+ objectPosition?: string | {
31493
+ $ref: string;
31494
+ } | {
31495
+ $expr: string;
31496
+ } | undefined;
30497
31497
  gridTemplateColumns?: string | {
30498
31498
  $ref: string;
30499
31499
  } | {
@@ -30786,6 +31786,16 @@ declare const textNodeSchema: z.ZodObject<{
30786
31786
  overflow?: "visible" | "hidden" | "auto" | undefined;
30787
31787
  top?: string | number | undefined;
30788
31788
  bottom?: string | number | undefined;
31789
+ objectFit?: "fill" | {
31790
+ $ref: string;
31791
+ } | {
31792
+ $expr: string;
31793
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
31794
+ objectPosition?: string | {
31795
+ $ref: string;
31796
+ } | {
31797
+ $expr: string;
31798
+ } | undefined;
30789
31799
  gridTemplateColumns?: string | {
30790
31800
  $ref: string;
30791
31801
  } | {
@@ -31080,6 +32090,16 @@ declare const textNodeSchema: z.ZodObject<{
31080
32090
  overflow?: "visible" | "hidden" | "auto" | undefined;
31081
32091
  top?: string | number | undefined;
31082
32092
  bottom?: string | number | undefined;
32093
+ objectFit?: "fill" | {
32094
+ $ref: string;
32095
+ } | {
32096
+ $expr: string;
32097
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
32098
+ objectPosition?: string | {
32099
+ $ref: string;
32100
+ } | {
32101
+ $expr: string;
32102
+ } | undefined;
31083
32103
  gridTemplateColumns?: string | {
31084
32104
  $ref: string;
31085
32105
  } | {
@@ -31372,6 +32392,16 @@ declare const textNodeSchema: z.ZodObject<{
31372
32392
  overflow?: "visible" | "hidden" | "auto" | undefined;
31373
32393
  top?: string | number | undefined;
31374
32394
  bottom?: string | number | undefined;
32395
+ objectFit?: "fill" | {
32396
+ $ref: string;
32397
+ } | {
32398
+ $expr: string;
32399
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
32400
+ objectPosition?: string | {
32401
+ $ref: string;
32402
+ } | {
32403
+ $expr: string;
32404
+ } | undefined;
31375
32405
  gridTemplateColumns?: string | {
31376
32406
  $ref: string;
31377
32407
  } | {
@@ -31695,6 +32725,16 @@ declare const textNodeSchema: z.ZodObject<{
31695
32725
  overflow?: "visible" | "hidden" | "auto" | undefined;
31696
32726
  top?: string | number | undefined;
31697
32727
  bottom?: string | number | undefined;
32728
+ objectFit?: "fill" | {
32729
+ $ref: string;
32730
+ } | {
32731
+ $expr: string;
32732
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
32733
+ objectPosition?: string | {
32734
+ $ref: string;
32735
+ } | {
32736
+ $expr: string;
32737
+ } | undefined;
31698
32738
  gridTemplateColumns?: string | {
31699
32739
  $ref: string;
31700
32740
  } | {
@@ -31987,6 +33027,16 @@ declare const textNodeSchema: z.ZodObject<{
31987
33027
  overflow?: "visible" | "hidden" | "auto" | undefined;
31988
33028
  top?: string | number | undefined;
31989
33029
  bottom?: string | number | undefined;
33030
+ objectFit?: "fill" | {
33031
+ $ref: string;
33032
+ } | {
33033
+ $expr: string;
33034
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
33035
+ objectPosition?: string | {
33036
+ $ref: string;
33037
+ } | {
33038
+ $expr: string;
33039
+ } | undefined;
31990
33040
  gridTemplateColumns?: string | {
31991
33041
  $ref: string;
31992
33042
  } | {
@@ -32292,6 +33342,16 @@ declare const textNodeSchema: z.ZodObject<{
32292
33342
  overflow?: "visible" | "hidden" | "auto" | undefined;
32293
33343
  top?: string | number | undefined;
32294
33344
  bottom?: string | number | undefined;
33345
+ objectFit?: "fill" | {
33346
+ $ref: string;
33347
+ } | {
33348
+ $expr: string;
33349
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
33350
+ objectPosition?: string | {
33351
+ $ref: string;
33352
+ } | {
33353
+ $expr: string;
33354
+ } | undefined;
32295
33355
  gridTemplateColumns?: string | {
32296
33356
  $ref: string;
32297
33357
  } | {
@@ -32584,6 +33644,16 @@ declare const textNodeSchema: z.ZodObject<{
32584
33644
  overflow?: "visible" | "hidden" | "auto" | undefined;
32585
33645
  top?: string | number | undefined;
32586
33646
  bottom?: string | number | undefined;
33647
+ objectFit?: "fill" | {
33648
+ $ref: string;
33649
+ } | {
33650
+ $expr: string;
33651
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
33652
+ objectPosition?: string | {
33653
+ $ref: string;
33654
+ } | {
33655
+ $expr: string;
33656
+ } | undefined;
32587
33657
  gridTemplateColumns?: string | {
32588
33658
  $ref: string;
32589
33659
  } | {
@@ -33345,6 +34415,32 @@ declare const imageNodeSchema: z.ZodObject<{
33345
34415
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
33346
34416
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
33347
34417
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
34418
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
34419
+ $ref: z.ZodString;
34420
+ }, "strip", z.ZodTypeAny, {
34421
+ $ref: string;
34422
+ }, {
34423
+ $ref: string;
34424
+ }>, z.ZodObject<{
34425
+ $expr: z.ZodString;
34426
+ }, "strip", z.ZodTypeAny, {
34427
+ $expr: string;
34428
+ }, {
34429
+ $expr: string;
34430
+ }>]>>;
34431
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
34432
+ $ref: z.ZodString;
34433
+ }, "strip", z.ZodTypeAny, {
34434
+ $ref: string;
34435
+ }, {
34436
+ $ref: string;
34437
+ }>, z.ZodObject<{
34438
+ $expr: z.ZodString;
34439
+ }, "strip", z.ZodTypeAny, {
34440
+ $expr: string;
34441
+ }, {
34442
+ $expr: string;
34443
+ }>]>>;
33348
34444
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
33349
34445
  $ref: z.ZodString;
33350
34446
  }, "strip", z.ZodTypeAny, {
@@ -33658,6 +34754,16 @@ declare const imageNodeSchema: z.ZodObject<{
33658
34754
  overflow?: "visible" | "hidden" | "auto" | undefined;
33659
34755
  top?: string | number | undefined;
33660
34756
  bottom?: string | number | undefined;
34757
+ objectFit?: "fill" | {
34758
+ $ref: string;
34759
+ } | {
34760
+ $expr: string;
34761
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
34762
+ objectPosition?: string | {
34763
+ $ref: string;
34764
+ } | {
34765
+ $expr: string;
34766
+ } | undefined;
33661
34767
  gridTemplateColumns?: string | {
33662
34768
  $ref: string;
33663
34769
  } | {
@@ -33950,6 +35056,16 @@ declare const imageNodeSchema: z.ZodObject<{
33950
35056
  overflow?: "visible" | "hidden" | "auto" | undefined;
33951
35057
  top?: string | number | undefined;
33952
35058
  bottom?: string | number | undefined;
35059
+ objectFit?: "fill" | {
35060
+ $ref: string;
35061
+ } | {
35062
+ $expr: string;
35063
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
35064
+ objectPosition?: string | {
35065
+ $ref: string;
35066
+ } | {
35067
+ $expr: string;
35068
+ } | undefined;
33953
35069
  gridTemplateColumns?: string | {
33954
35070
  $ref: string;
33955
35071
  } | {
@@ -34697,6 +35813,32 @@ declare const imageNodeSchema: z.ZodObject<{
34697
35813
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
34698
35814
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
34699
35815
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
35816
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
35817
+ $ref: z.ZodString;
35818
+ }, "strip", z.ZodTypeAny, {
35819
+ $ref: string;
35820
+ }, {
35821
+ $ref: string;
35822
+ }>, z.ZodObject<{
35823
+ $expr: z.ZodString;
35824
+ }, "strip", z.ZodTypeAny, {
35825
+ $expr: string;
35826
+ }, {
35827
+ $expr: string;
35828
+ }>]>>;
35829
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
35830
+ $ref: z.ZodString;
35831
+ }, "strip", z.ZodTypeAny, {
35832
+ $ref: string;
35833
+ }, {
35834
+ $ref: string;
35835
+ }>, z.ZodObject<{
35836
+ $expr: z.ZodString;
35837
+ }, "strip", z.ZodTypeAny, {
35838
+ $expr: string;
35839
+ }, {
35840
+ $expr: string;
35841
+ }>]>>;
34700
35842
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
34701
35843
  $ref: z.ZodString;
34702
35844
  }, "strip", z.ZodTypeAny, {
@@ -35012,6 +36154,16 @@ declare const imageNodeSchema: z.ZodObject<{
35012
36154
  overflow?: "visible" | "hidden" | "auto" | undefined;
35013
36155
  top?: string | number | undefined;
35014
36156
  bottom?: string | number | undefined;
36157
+ objectFit?: "fill" | {
36158
+ $ref: string;
36159
+ } | {
36160
+ $expr: string;
36161
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
36162
+ objectPosition?: string | {
36163
+ $ref: string;
36164
+ } | {
36165
+ $expr: string;
36166
+ } | undefined;
35015
36167
  gridTemplateColumns?: string | {
35016
36168
  $ref: string;
35017
36169
  } | {
@@ -35304,6 +36456,16 @@ declare const imageNodeSchema: z.ZodObject<{
35304
36456
  overflow?: "visible" | "hidden" | "auto" | undefined;
35305
36457
  top?: string | number | undefined;
35306
36458
  bottom?: string | number | undefined;
36459
+ objectFit?: "fill" | {
36460
+ $ref: string;
36461
+ } | {
36462
+ $expr: string;
36463
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
36464
+ objectPosition?: string | {
36465
+ $ref: string;
36466
+ } | {
36467
+ $expr: string;
36468
+ } | undefined;
35307
36469
  gridTemplateColumns?: string | {
35308
36470
  $ref: string;
35309
36471
  } | {
@@ -35598,6 +36760,16 @@ declare const imageNodeSchema: z.ZodObject<{
35598
36760
  overflow?: "visible" | "hidden" | "auto" | undefined;
35599
36761
  top?: string | number | undefined;
35600
36762
  bottom?: string | number | undefined;
36763
+ objectFit?: "fill" | {
36764
+ $ref: string;
36765
+ } | {
36766
+ $expr: string;
36767
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
36768
+ objectPosition?: string | {
36769
+ $ref: string;
36770
+ } | {
36771
+ $expr: string;
36772
+ } | undefined;
35601
36773
  gridTemplateColumns?: string | {
35602
36774
  $ref: string;
35603
36775
  } | {
@@ -35890,6 +37062,16 @@ declare const imageNodeSchema: z.ZodObject<{
35890
37062
  overflow?: "visible" | "hidden" | "auto" | undefined;
35891
37063
  top?: string | number | undefined;
35892
37064
  bottom?: string | number | undefined;
37065
+ objectFit?: "fill" | {
37066
+ $ref: string;
37067
+ } | {
37068
+ $expr: string;
37069
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
37070
+ objectPosition?: string | {
37071
+ $ref: string;
37072
+ } | {
37073
+ $expr: string;
37074
+ } | undefined;
35893
37075
  gridTemplateColumns?: string | {
35894
37076
  $ref: string;
35895
37077
  } | {
@@ -36218,6 +37400,16 @@ declare const imageNodeSchema: z.ZodObject<{
36218
37400
  overflow?: "visible" | "hidden" | "auto" | undefined;
36219
37401
  top?: string | number | undefined;
36220
37402
  bottom?: string | number | undefined;
37403
+ objectFit?: "fill" | {
37404
+ $ref: string;
37405
+ } | {
37406
+ $expr: string;
37407
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
37408
+ objectPosition?: string | {
37409
+ $ref: string;
37410
+ } | {
37411
+ $expr: string;
37412
+ } | undefined;
36221
37413
  gridTemplateColumns?: string | {
36222
37414
  $ref: string;
36223
37415
  } | {
@@ -36510,6 +37702,16 @@ declare const imageNodeSchema: z.ZodObject<{
36510
37702
  overflow?: "visible" | "hidden" | "auto" | undefined;
36511
37703
  top?: string | number | undefined;
36512
37704
  bottom?: string | number | undefined;
37705
+ objectFit?: "fill" | {
37706
+ $ref: string;
37707
+ } | {
37708
+ $expr: string;
37709
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
37710
+ objectPosition?: string | {
37711
+ $ref: string;
37712
+ } | {
37713
+ $expr: string;
37714
+ } | undefined;
36513
37715
  gridTemplateColumns?: string | {
36514
37716
  $ref: string;
36515
37717
  } | {
@@ -36818,6 +38020,16 @@ declare const imageNodeSchema: z.ZodObject<{
36818
38020
  overflow?: "visible" | "hidden" | "auto" | undefined;
36819
38021
  top?: string | number | undefined;
36820
38022
  bottom?: string | number | undefined;
38023
+ objectFit?: "fill" | {
38024
+ $ref: string;
38025
+ } | {
38026
+ $expr: string;
38027
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
38028
+ objectPosition?: string | {
38029
+ $ref: string;
38030
+ } | {
38031
+ $expr: string;
38032
+ } | undefined;
36821
38033
  gridTemplateColumns?: string | {
36822
38034
  $ref: string;
36823
38035
  } | {
@@ -37110,6 +38322,16 @@ declare const imageNodeSchema: z.ZodObject<{
37110
38322
  overflow?: "visible" | "hidden" | "auto" | undefined;
37111
38323
  top?: string | number | undefined;
37112
38324
  bottom?: string | number | undefined;
38325
+ objectFit?: "fill" | {
38326
+ $ref: string;
38327
+ } | {
38328
+ $expr: string;
38329
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
38330
+ objectPosition?: string | {
38331
+ $ref: string;
38332
+ } | {
38333
+ $expr: string;
38334
+ } | undefined;
37113
38335
  gridTemplateColumns?: string | {
37114
38336
  $ref: string;
37115
38337
  } | {
@@ -37876,6 +39098,32 @@ declare const progressBarNodeSchema: z.ZodObject<{
37876
39098
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
37877
39099
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
37878
39100
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
39101
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
39102
+ $ref: z.ZodString;
39103
+ }, "strip", z.ZodTypeAny, {
39104
+ $ref: string;
39105
+ }, {
39106
+ $ref: string;
39107
+ }>, z.ZodObject<{
39108
+ $expr: z.ZodString;
39109
+ }, "strip", z.ZodTypeAny, {
39110
+ $expr: string;
39111
+ }, {
39112
+ $expr: string;
39113
+ }>]>>;
39114
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
39115
+ $ref: z.ZodString;
39116
+ }, "strip", z.ZodTypeAny, {
39117
+ $ref: string;
39118
+ }, {
39119
+ $ref: string;
39120
+ }>, z.ZodObject<{
39121
+ $expr: z.ZodString;
39122
+ }, "strip", z.ZodTypeAny, {
39123
+ $expr: string;
39124
+ }, {
39125
+ $expr: string;
39126
+ }>]>>;
37879
39127
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
37880
39128
  $ref: z.ZodString;
37881
39129
  }, "strip", z.ZodTypeAny, {
@@ -38189,6 +39437,16 @@ declare const progressBarNodeSchema: z.ZodObject<{
38189
39437
  overflow?: "visible" | "hidden" | "auto" | undefined;
38190
39438
  top?: string | number | undefined;
38191
39439
  bottom?: string | number | undefined;
39440
+ objectFit?: "fill" | {
39441
+ $ref: string;
39442
+ } | {
39443
+ $expr: string;
39444
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
39445
+ objectPosition?: string | {
39446
+ $ref: string;
39447
+ } | {
39448
+ $expr: string;
39449
+ } | undefined;
38192
39450
  gridTemplateColumns?: string | {
38193
39451
  $ref: string;
38194
39452
  } | {
@@ -38481,6 +39739,16 @@ declare const progressBarNodeSchema: z.ZodObject<{
38481
39739
  overflow?: "visible" | "hidden" | "auto" | undefined;
38482
39740
  top?: string | number | undefined;
38483
39741
  bottom?: string | number | undefined;
39742
+ objectFit?: "fill" | {
39743
+ $ref: string;
39744
+ } | {
39745
+ $expr: string;
39746
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
39747
+ objectPosition?: string | {
39748
+ $ref: string;
39749
+ } | {
39750
+ $expr: string;
39751
+ } | undefined;
38484
39752
  gridTemplateColumns?: string | {
38485
39753
  $ref: string;
38486
39754
  } | {
@@ -39228,6 +40496,32 @@ declare const progressBarNodeSchema: z.ZodObject<{
39228
40496
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
39229
40497
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
39230
40498
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
40499
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
40500
+ $ref: z.ZodString;
40501
+ }, "strip", z.ZodTypeAny, {
40502
+ $ref: string;
40503
+ }, {
40504
+ $ref: string;
40505
+ }>, z.ZodObject<{
40506
+ $expr: z.ZodString;
40507
+ }, "strip", z.ZodTypeAny, {
40508
+ $expr: string;
40509
+ }, {
40510
+ $expr: string;
40511
+ }>]>>;
40512
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
40513
+ $ref: z.ZodString;
40514
+ }, "strip", z.ZodTypeAny, {
40515
+ $ref: string;
40516
+ }, {
40517
+ $ref: string;
40518
+ }>, z.ZodObject<{
40519
+ $expr: z.ZodString;
40520
+ }, "strip", z.ZodTypeAny, {
40521
+ $expr: string;
40522
+ }, {
40523
+ $expr: string;
40524
+ }>]>>;
39231
40525
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
39232
40526
  $ref: z.ZodString;
39233
40527
  }, "strip", z.ZodTypeAny, {
@@ -39543,6 +40837,16 @@ declare const progressBarNodeSchema: z.ZodObject<{
39543
40837
  overflow?: "visible" | "hidden" | "auto" | undefined;
39544
40838
  top?: string | number | undefined;
39545
40839
  bottom?: string | number | undefined;
40840
+ objectFit?: "fill" | {
40841
+ $ref: string;
40842
+ } | {
40843
+ $expr: string;
40844
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
40845
+ objectPosition?: string | {
40846
+ $ref: string;
40847
+ } | {
40848
+ $expr: string;
40849
+ } | undefined;
39546
40850
  gridTemplateColumns?: string | {
39547
40851
  $ref: string;
39548
40852
  } | {
@@ -39835,6 +41139,16 @@ declare const progressBarNodeSchema: z.ZodObject<{
39835
41139
  overflow?: "visible" | "hidden" | "auto" | undefined;
39836
41140
  top?: string | number | undefined;
39837
41141
  bottom?: string | number | undefined;
41142
+ objectFit?: "fill" | {
41143
+ $ref: string;
41144
+ } | {
41145
+ $expr: string;
41146
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
41147
+ objectPosition?: string | {
41148
+ $ref: string;
41149
+ } | {
41150
+ $expr: string;
41151
+ } | undefined;
39838
41152
  gridTemplateColumns?: string | {
39839
41153
  $ref: string;
39840
41154
  } | {
@@ -40129,6 +41443,16 @@ declare const progressBarNodeSchema: z.ZodObject<{
40129
41443
  overflow?: "visible" | "hidden" | "auto" | undefined;
40130
41444
  top?: string | number | undefined;
40131
41445
  bottom?: string | number | undefined;
41446
+ objectFit?: "fill" | {
41447
+ $ref: string;
41448
+ } | {
41449
+ $expr: string;
41450
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
41451
+ objectPosition?: string | {
41452
+ $ref: string;
41453
+ } | {
41454
+ $expr: string;
41455
+ } | undefined;
40132
41456
  gridTemplateColumns?: string | {
40133
41457
  $ref: string;
40134
41458
  } | {
@@ -40421,6 +41745,16 @@ declare const progressBarNodeSchema: z.ZodObject<{
40421
41745
  overflow?: "visible" | "hidden" | "auto" | undefined;
40422
41746
  top?: string | number | undefined;
40423
41747
  bottom?: string | number | undefined;
41748
+ objectFit?: "fill" | {
41749
+ $ref: string;
41750
+ } | {
41751
+ $expr: string;
41752
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
41753
+ objectPosition?: string | {
41754
+ $ref: string;
41755
+ } | {
41756
+ $expr: string;
41757
+ } | undefined;
40424
41758
  gridTemplateColumns?: string | {
40425
41759
  $ref: string;
40426
41760
  } | {
@@ -40780,6 +42114,16 @@ declare const progressBarNodeSchema: z.ZodObject<{
40780
42114
  overflow?: "visible" | "hidden" | "auto" | undefined;
40781
42115
  top?: string | number | undefined;
40782
42116
  bottom?: string | number | undefined;
42117
+ objectFit?: "fill" | {
42118
+ $ref: string;
42119
+ } | {
42120
+ $expr: string;
42121
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
42122
+ objectPosition?: string | {
42123
+ $ref: string;
42124
+ } | {
42125
+ $expr: string;
42126
+ } | undefined;
40783
42127
  gridTemplateColumns?: string | {
40784
42128
  $ref: string;
40785
42129
  } | {
@@ -41072,6 +42416,16 @@ declare const progressBarNodeSchema: z.ZodObject<{
41072
42416
  overflow?: "visible" | "hidden" | "auto" | undefined;
41073
42417
  top?: string | number | undefined;
41074
42418
  bottom?: string | number | undefined;
42419
+ objectFit?: "fill" | {
42420
+ $ref: string;
42421
+ } | {
42422
+ $expr: string;
42423
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
42424
+ objectPosition?: string | {
42425
+ $ref: string;
42426
+ } | {
42427
+ $expr: string;
42428
+ } | undefined;
41075
42429
  gridTemplateColumns?: string | {
41076
42430
  $ref: string;
41077
42431
  } | {
@@ -41387,6 +42741,16 @@ declare const progressBarNodeSchema: z.ZodObject<{
41387
42741
  overflow?: "visible" | "hidden" | "auto" | undefined;
41388
42742
  top?: string | number | undefined;
41389
42743
  bottom?: string | number | undefined;
42744
+ objectFit?: "fill" | {
42745
+ $ref: string;
42746
+ } | {
42747
+ $expr: string;
42748
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
42749
+ objectPosition?: string | {
42750
+ $ref: string;
42751
+ } | {
42752
+ $expr: string;
42753
+ } | undefined;
41390
42754
  gridTemplateColumns?: string | {
41391
42755
  $ref: string;
41392
42756
  } | {
@@ -41679,6 +43043,16 @@ declare const progressBarNodeSchema: z.ZodObject<{
41679
43043
  overflow?: "visible" | "hidden" | "auto" | undefined;
41680
43044
  top?: string | number | undefined;
41681
43045
  bottom?: string | number | undefined;
43046
+ objectFit?: "fill" | {
43047
+ $ref: string;
43048
+ } | {
43049
+ $expr: string;
43050
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
43051
+ objectPosition?: string | {
43052
+ $ref: string;
43053
+ } | {
43054
+ $expr: string;
43055
+ } | undefined;
41682
43056
  gridTemplateColumns?: string | {
41683
43057
  $ref: string;
41684
43058
  } | {
@@ -42440,6 +43814,32 @@ declare const avatarNodeSchema: z.ZodObject<{
42440
43814
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
42441
43815
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
42442
43816
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
43817
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
43818
+ $ref: z.ZodString;
43819
+ }, "strip", z.ZodTypeAny, {
43820
+ $ref: string;
43821
+ }, {
43822
+ $ref: string;
43823
+ }>, z.ZodObject<{
43824
+ $expr: z.ZodString;
43825
+ }, "strip", z.ZodTypeAny, {
43826
+ $expr: string;
43827
+ }, {
43828
+ $expr: string;
43829
+ }>]>>;
43830
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
43831
+ $ref: z.ZodString;
43832
+ }, "strip", z.ZodTypeAny, {
43833
+ $ref: string;
43834
+ }, {
43835
+ $ref: string;
43836
+ }>, z.ZodObject<{
43837
+ $expr: z.ZodString;
43838
+ }, "strip", z.ZodTypeAny, {
43839
+ $expr: string;
43840
+ }, {
43841
+ $expr: string;
43842
+ }>]>>;
42443
43843
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
42444
43844
  $ref: z.ZodString;
42445
43845
  }, "strip", z.ZodTypeAny, {
@@ -42753,6 +44153,16 @@ declare const avatarNodeSchema: z.ZodObject<{
42753
44153
  overflow?: "visible" | "hidden" | "auto" | undefined;
42754
44154
  top?: string | number | undefined;
42755
44155
  bottom?: string | number | undefined;
44156
+ objectFit?: "fill" | {
44157
+ $ref: string;
44158
+ } | {
44159
+ $expr: string;
44160
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
44161
+ objectPosition?: string | {
44162
+ $ref: string;
44163
+ } | {
44164
+ $expr: string;
44165
+ } | undefined;
42756
44166
  gridTemplateColumns?: string | {
42757
44167
  $ref: string;
42758
44168
  } | {
@@ -43045,6 +44455,16 @@ declare const avatarNodeSchema: z.ZodObject<{
43045
44455
  overflow?: "visible" | "hidden" | "auto" | undefined;
43046
44456
  top?: string | number | undefined;
43047
44457
  bottom?: string | number | undefined;
44458
+ objectFit?: "fill" | {
44459
+ $ref: string;
44460
+ } | {
44461
+ $expr: string;
44462
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
44463
+ objectPosition?: string | {
44464
+ $ref: string;
44465
+ } | {
44466
+ $expr: string;
44467
+ } | undefined;
43048
44468
  gridTemplateColumns?: string | {
43049
44469
  $ref: string;
43050
44470
  } | {
@@ -43792,6 +45212,32 @@ declare const avatarNodeSchema: z.ZodObject<{
43792
45212
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
43793
45213
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
43794
45214
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
45215
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
45216
+ $ref: z.ZodString;
45217
+ }, "strip", z.ZodTypeAny, {
45218
+ $ref: string;
45219
+ }, {
45220
+ $ref: string;
45221
+ }>, z.ZodObject<{
45222
+ $expr: z.ZodString;
45223
+ }, "strip", z.ZodTypeAny, {
45224
+ $expr: string;
45225
+ }, {
45226
+ $expr: string;
45227
+ }>]>>;
45228
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
45229
+ $ref: z.ZodString;
45230
+ }, "strip", z.ZodTypeAny, {
45231
+ $ref: string;
45232
+ }, {
45233
+ $ref: string;
45234
+ }>, z.ZodObject<{
45235
+ $expr: z.ZodString;
45236
+ }, "strip", z.ZodTypeAny, {
45237
+ $expr: string;
45238
+ }, {
45239
+ $expr: string;
45240
+ }>]>>;
43795
45241
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
43796
45242
  $ref: z.ZodString;
43797
45243
  }, "strip", z.ZodTypeAny, {
@@ -44107,6 +45553,16 @@ declare const avatarNodeSchema: z.ZodObject<{
44107
45553
  overflow?: "visible" | "hidden" | "auto" | undefined;
44108
45554
  top?: string | number | undefined;
44109
45555
  bottom?: string | number | undefined;
45556
+ objectFit?: "fill" | {
45557
+ $ref: string;
45558
+ } | {
45559
+ $expr: string;
45560
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
45561
+ objectPosition?: string | {
45562
+ $ref: string;
45563
+ } | {
45564
+ $expr: string;
45565
+ } | undefined;
44110
45566
  gridTemplateColumns?: string | {
44111
45567
  $ref: string;
44112
45568
  } | {
@@ -44399,6 +45855,16 @@ declare const avatarNodeSchema: z.ZodObject<{
44399
45855
  overflow?: "visible" | "hidden" | "auto" | undefined;
44400
45856
  top?: string | number | undefined;
44401
45857
  bottom?: string | number | undefined;
45858
+ objectFit?: "fill" | {
45859
+ $ref: string;
45860
+ } | {
45861
+ $expr: string;
45862
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
45863
+ objectPosition?: string | {
45864
+ $ref: string;
45865
+ } | {
45866
+ $expr: string;
45867
+ } | undefined;
44402
45868
  gridTemplateColumns?: string | {
44403
45869
  $ref: string;
44404
45870
  } | {
@@ -44693,6 +46159,16 @@ declare const avatarNodeSchema: z.ZodObject<{
44693
46159
  overflow?: "visible" | "hidden" | "auto" | undefined;
44694
46160
  top?: string | number | undefined;
44695
46161
  bottom?: string | number | undefined;
46162
+ objectFit?: "fill" | {
46163
+ $ref: string;
46164
+ } | {
46165
+ $expr: string;
46166
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
46167
+ objectPosition?: string | {
46168
+ $ref: string;
46169
+ } | {
46170
+ $expr: string;
46171
+ } | undefined;
44696
46172
  gridTemplateColumns?: string | {
44697
46173
  $ref: string;
44698
46174
  } | {
@@ -44985,6 +46461,16 @@ declare const avatarNodeSchema: z.ZodObject<{
44985
46461
  overflow?: "visible" | "hidden" | "auto" | undefined;
44986
46462
  top?: string | number | undefined;
44987
46463
  bottom?: string | number | undefined;
46464
+ objectFit?: "fill" | {
46465
+ $ref: string;
46466
+ } | {
46467
+ $expr: string;
46468
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
46469
+ objectPosition?: string | {
46470
+ $ref: string;
46471
+ } | {
46472
+ $expr: string;
46473
+ } | undefined;
44988
46474
  gridTemplateColumns?: string | {
44989
46475
  $ref: string;
44990
46476
  } | {
@@ -45313,6 +46799,16 @@ declare const avatarNodeSchema: z.ZodObject<{
45313
46799
  overflow?: "visible" | "hidden" | "auto" | undefined;
45314
46800
  top?: string | number | undefined;
45315
46801
  bottom?: string | number | undefined;
46802
+ objectFit?: "fill" | {
46803
+ $ref: string;
46804
+ } | {
46805
+ $expr: string;
46806
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
46807
+ objectPosition?: string | {
46808
+ $ref: string;
46809
+ } | {
46810
+ $expr: string;
46811
+ } | undefined;
45316
46812
  gridTemplateColumns?: string | {
45317
46813
  $ref: string;
45318
46814
  } | {
@@ -45605,6 +47101,16 @@ declare const avatarNodeSchema: z.ZodObject<{
45605
47101
  overflow?: "visible" | "hidden" | "auto" | undefined;
45606
47102
  top?: string | number | undefined;
45607
47103
  bottom?: string | number | undefined;
47104
+ objectFit?: "fill" | {
47105
+ $ref: string;
47106
+ } | {
47107
+ $expr: string;
47108
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
47109
+ objectPosition?: string | {
47110
+ $ref: string;
47111
+ } | {
47112
+ $expr: string;
47113
+ } | undefined;
45608
47114
  gridTemplateColumns?: string | {
45609
47115
  $ref: string;
45610
47116
  } | {
@@ -45913,6 +47419,16 @@ declare const avatarNodeSchema: z.ZodObject<{
45913
47419
  overflow?: "visible" | "hidden" | "auto" | undefined;
45914
47420
  top?: string | number | undefined;
45915
47421
  bottom?: string | number | undefined;
47422
+ objectFit?: "fill" | {
47423
+ $ref: string;
47424
+ } | {
47425
+ $expr: string;
47426
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
47427
+ objectPosition?: string | {
47428
+ $ref: string;
47429
+ } | {
47430
+ $expr: string;
47431
+ } | undefined;
45916
47432
  gridTemplateColumns?: string | {
45917
47433
  $ref: string;
45918
47434
  } | {
@@ -46205,6 +47721,16 @@ declare const avatarNodeSchema: z.ZodObject<{
46205
47721
  overflow?: "visible" | "hidden" | "auto" | undefined;
46206
47722
  top?: string | number | undefined;
46207
47723
  bottom?: string | number | undefined;
47724
+ objectFit?: "fill" | {
47725
+ $ref: string;
47726
+ } | {
47727
+ $expr: string;
47728
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
47729
+ objectPosition?: string | {
47730
+ $ref: string;
47731
+ } | {
47732
+ $expr: string;
47733
+ } | undefined;
46208
47734
  gridTemplateColumns?: string | {
46209
47735
  $ref: string;
46210
47736
  } | {
@@ -46971,6 +48497,32 @@ declare const iconNodeSchema: z.ZodObject<{
46971
48497
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
46972
48498
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
46973
48499
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
48500
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
48501
+ $ref: z.ZodString;
48502
+ }, "strip", z.ZodTypeAny, {
48503
+ $ref: string;
48504
+ }, {
48505
+ $ref: string;
48506
+ }>, z.ZodObject<{
48507
+ $expr: z.ZodString;
48508
+ }, "strip", z.ZodTypeAny, {
48509
+ $expr: string;
48510
+ }, {
48511
+ $expr: string;
48512
+ }>]>>;
48513
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
48514
+ $ref: z.ZodString;
48515
+ }, "strip", z.ZodTypeAny, {
48516
+ $ref: string;
48517
+ }, {
48518
+ $ref: string;
48519
+ }>, z.ZodObject<{
48520
+ $expr: z.ZodString;
48521
+ }, "strip", z.ZodTypeAny, {
48522
+ $expr: string;
48523
+ }, {
48524
+ $expr: string;
48525
+ }>]>>;
46974
48526
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
46975
48527
  $ref: z.ZodString;
46976
48528
  }, "strip", z.ZodTypeAny, {
@@ -47284,6 +48836,16 @@ declare const iconNodeSchema: z.ZodObject<{
47284
48836
  overflow?: "visible" | "hidden" | "auto" | undefined;
47285
48837
  top?: string | number | undefined;
47286
48838
  bottom?: string | number | undefined;
48839
+ objectFit?: "fill" | {
48840
+ $ref: string;
48841
+ } | {
48842
+ $expr: string;
48843
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
48844
+ objectPosition?: string | {
48845
+ $ref: string;
48846
+ } | {
48847
+ $expr: string;
48848
+ } | undefined;
47287
48849
  gridTemplateColumns?: string | {
47288
48850
  $ref: string;
47289
48851
  } | {
@@ -47576,6 +49138,16 @@ declare const iconNodeSchema: z.ZodObject<{
47576
49138
  overflow?: "visible" | "hidden" | "auto" | undefined;
47577
49139
  top?: string | number | undefined;
47578
49140
  bottom?: string | number | undefined;
49141
+ objectFit?: "fill" | {
49142
+ $ref: string;
49143
+ } | {
49144
+ $expr: string;
49145
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
49146
+ objectPosition?: string | {
49147
+ $ref: string;
49148
+ } | {
49149
+ $expr: string;
49150
+ } | undefined;
47579
49151
  gridTemplateColumns?: string | {
47580
49152
  $ref: string;
47581
49153
  } | {
@@ -48323,6 +49895,32 @@ declare const iconNodeSchema: z.ZodObject<{
48323
49895
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
48324
49896
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
48325
49897
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
49898
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
49899
+ $ref: z.ZodString;
49900
+ }, "strip", z.ZodTypeAny, {
49901
+ $ref: string;
49902
+ }, {
49903
+ $ref: string;
49904
+ }>, z.ZodObject<{
49905
+ $expr: z.ZodString;
49906
+ }, "strip", z.ZodTypeAny, {
49907
+ $expr: string;
49908
+ }, {
49909
+ $expr: string;
49910
+ }>]>>;
49911
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
49912
+ $ref: z.ZodString;
49913
+ }, "strip", z.ZodTypeAny, {
49914
+ $ref: string;
49915
+ }, {
49916
+ $ref: string;
49917
+ }>, z.ZodObject<{
49918
+ $expr: z.ZodString;
49919
+ }, "strip", z.ZodTypeAny, {
49920
+ $expr: string;
49921
+ }, {
49922
+ $expr: string;
49923
+ }>]>>;
48326
49924
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
48327
49925
  $ref: z.ZodString;
48328
49926
  }, "strip", z.ZodTypeAny, {
@@ -48638,6 +50236,16 @@ declare const iconNodeSchema: z.ZodObject<{
48638
50236
  overflow?: "visible" | "hidden" | "auto" | undefined;
48639
50237
  top?: string | number | undefined;
48640
50238
  bottom?: string | number | undefined;
50239
+ objectFit?: "fill" | {
50240
+ $ref: string;
50241
+ } | {
50242
+ $expr: string;
50243
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
50244
+ objectPosition?: string | {
50245
+ $ref: string;
50246
+ } | {
50247
+ $expr: string;
50248
+ } | undefined;
48641
50249
  gridTemplateColumns?: string | {
48642
50250
  $ref: string;
48643
50251
  } | {
@@ -48930,6 +50538,16 @@ declare const iconNodeSchema: z.ZodObject<{
48930
50538
  overflow?: "visible" | "hidden" | "auto" | undefined;
48931
50539
  top?: string | number | undefined;
48932
50540
  bottom?: string | number | undefined;
50541
+ objectFit?: "fill" | {
50542
+ $ref: string;
50543
+ } | {
50544
+ $expr: string;
50545
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
50546
+ objectPosition?: string | {
50547
+ $ref: string;
50548
+ } | {
50549
+ $expr: string;
50550
+ } | undefined;
48933
50551
  gridTemplateColumns?: string | {
48934
50552
  $ref: string;
48935
50553
  } | {
@@ -49224,6 +50842,16 @@ declare const iconNodeSchema: z.ZodObject<{
49224
50842
  overflow?: "visible" | "hidden" | "auto" | undefined;
49225
50843
  top?: string | number | undefined;
49226
50844
  bottom?: string | number | undefined;
50845
+ objectFit?: "fill" | {
50846
+ $ref: string;
50847
+ } | {
50848
+ $expr: string;
50849
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
50850
+ objectPosition?: string | {
50851
+ $ref: string;
50852
+ } | {
50853
+ $expr: string;
50854
+ } | undefined;
49227
50855
  gridTemplateColumns?: string | {
49228
50856
  $ref: string;
49229
50857
  } | {
@@ -49516,6 +51144,16 @@ declare const iconNodeSchema: z.ZodObject<{
49516
51144
  overflow?: "visible" | "hidden" | "auto" | undefined;
49517
51145
  top?: string | number | undefined;
49518
51146
  bottom?: string | number | undefined;
51147
+ objectFit?: "fill" | {
51148
+ $ref: string;
51149
+ } | {
51150
+ $expr: string;
51151
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
51152
+ objectPosition?: string | {
51153
+ $ref: string;
51154
+ } | {
51155
+ $expr: string;
51156
+ } | undefined;
49519
51157
  gridTemplateColumns?: string | {
49520
51158
  $ref: string;
49521
51159
  } | {
@@ -49854,6 +51492,16 @@ declare const iconNodeSchema: z.ZodObject<{
49854
51492
  overflow?: "visible" | "hidden" | "auto" | undefined;
49855
51493
  top?: string | number | undefined;
49856
51494
  bottom?: string | number | undefined;
51495
+ objectFit?: "fill" | {
51496
+ $ref: string;
51497
+ } | {
51498
+ $expr: string;
51499
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
51500
+ objectPosition?: string | {
51501
+ $ref: string;
51502
+ } | {
51503
+ $expr: string;
51504
+ } | undefined;
49857
51505
  gridTemplateColumns?: string | {
49858
51506
  $ref: string;
49859
51507
  } | {
@@ -50146,6 +51794,16 @@ declare const iconNodeSchema: z.ZodObject<{
50146
51794
  overflow?: "visible" | "hidden" | "auto" | undefined;
50147
51795
  top?: string | number | undefined;
50148
51796
  bottom?: string | number | undefined;
51797
+ objectFit?: "fill" | {
51798
+ $ref: string;
51799
+ } | {
51800
+ $expr: string;
51801
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
51802
+ objectPosition?: string | {
51803
+ $ref: string;
51804
+ } | {
51805
+ $expr: string;
51806
+ } | undefined;
50149
51807
  gridTemplateColumns?: string | {
50150
51808
  $ref: string;
50151
51809
  } | {
@@ -50457,6 +52115,16 @@ declare const iconNodeSchema: z.ZodObject<{
50457
52115
  overflow?: "visible" | "hidden" | "auto" | undefined;
50458
52116
  top?: string | number | undefined;
50459
52117
  bottom?: string | number | undefined;
52118
+ objectFit?: "fill" | {
52119
+ $ref: string;
52120
+ } | {
52121
+ $expr: string;
52122
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
52123
+ objectPosition?: string | {
52124
+ $ref: string;
52125
+ } | {
52126
+ $expr: string;
52127
+ } | undefined;
50460
52128
  gridTemplateColumns?: string | {
50461
52129
  $ref: string;
50462
52130
  } | {
@@ -50749,6 +52417,16 @@ declare const iconNodeSchema: z.ZodObject<{
50749
52417
  overflow?: "visible" | "hidden" | "auto" | undefined;
50750
52418
  top?: string | number | undefined;
50751
52419
  bottom?: string | number | undefined;
52420
+ objectFit?: "fill" | {
52421
+ $ref: string;
52422
+ } | {
52423
+ $expr: string;
52424
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
52425
+ objectPosition?: string | {
52426
+ $ref: string;
52427
+ } | {
52428
+ $expr: string;
52429
+ } | undefined;
50752
52430
  gridTemplateColumns?: string | {
50753
52431
  $ref: string;
50754
52432
  } | {
@@ -51515,6 +53193,32 @@ declare const badgeNodeSchema: z.ZodObject<{
51515
53193
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
51516
53194
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
51517
53195
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
53196
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
53197
+ $ref: z.ZodString;
53198
+ }, "strip", z.ZodTypeAny, {
53199
+ $ref: string;
53200
+ }, {
53201
+ $ref: string;
53202
+ }>, z.ZodObject<{
53203
+ $expr: z.ZodString;
53204
+ }, "strip", z.ZodTypeAny, {
53205
+ $expr: string;
53206
+ }, {
53207
+ $expr: string;
53208
+ }>]>>;
53209
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
53210
+ $ref: z.ZodString;
53211
+ }, "strip", z.ZodTypeAny, {
53212
+ $ref: string;
53213
+ }, {
53214
+ $ref: string;
53215
+ }>, z.ZodObject<{
53216
+ $expr: z.ZodString;
53217
+ }, "strip", z.ZodTypeAny, {
53218
+ $expr: string;
53219
+ }, {
53220
+ $expr: string;
53221
+ }>]>>;
51518
53222
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
51519
53223
  $ref: z.ZodString;
51520
53224
  }, "strip", z.ZodTypeAny, {
@@ -51828,6 +53532,16 @@ declare const badgeNodeSchema: z.ZodObject<{
51828
53532
  overflow?: "visible" | "hidden" | "auto" | undefined;
51829
53533
  top?: string | number | undefined;
51830
53534
  bottom?: string | number | undefined;
53535
+ objectFit?: "fill" | {
53536
+ $ref: string;
53537
+ } | {
53538
+ $expr: string;
53539
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
53540
+ objectPosition?: string | {
53541
+ $ref: string;
53542
+ } | {
53543
+ $expr: string;
53544
+ } | undefined;
51831
53545
  gridTemplateColumns?: string | {
51832
53546
  $ref: string;
51833
53547
  } | {
@@ -52120,6 +53834,16 @@ declare const badgeNodeSchema: z.ZodObject<{
52120
53834
  overflow?: "visible" | "hidden" | "auto" | undefined;
52121
53835
  top?: string | number | undefined;
52122
53836
  bottom?: string | number | undefined;
53837
+ objectFit?: "fill" | {
53838
+ $ref: string;
53839
+ } | {
53840
+ $expr: string;
53841
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
53842
+ objectPosition?: string | {
53843
+ $ref: string;
53844
+ } | {
53845
+ $expr: string;
53846
+ } | undefined;
52123
53847
  gridTemplateColumns?: string | {
52124
53848
  $ref: string;
52125
53849
  } | {
@@ -52867,6 +54591,32 @@ declare const badgeNodeSchema: z.ZodObject<{
52867
54591
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
52868
54592
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
52869
54593
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
54594
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
54595
+ $ref: z.ZodString;
54596
+ }, "strip", z.ZodTypeAny, {
54597
+ $ref: string;
54598
+ }, {
54599
+ $ref: string;
54600
+ }>, z.ZodObject<{
54601
+ $expr: z.ZodString;
54602
+ }, "strip", z.ZodTypeAny, {
54603
+ $expr: string;
54604
+ }, {
54605
+ $expr: string;
54606
+ }>]>>;
54607
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
54608
+ $ref: z.ZodString;
54609
+ }, "strip", z.ZodTypeAny, {
54610
+ $ref: string;
54611
+ }, {
54612
+ $ref: string;
54613
+ }>, z.ZodObject<{
54614
+ $expr: z.ZodString;
54615
+ }, "strip", z.ZodTypeAny, {
54616
+ $expr: string;
54617
+ }, {
54618
+ $expr: string;
54619
+ }>]>>;
52870
54620
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
52871
54621
  $ref: z.ZodString;
52872
54622
  }, "strip", z.ZodTypeAny, {
@@ -53182,6 +54932,16 @@ declare const badgeNodeSchema: z.ZodObject<{
53182
54932
  overflow?: "visible" | "hidden" | "auto" | undefined;
53183
54933
  top?: string | number | undefined;
53184
54934
  bottom?: string | number | undefined;
54935
+ objectFit?: "fill" | {
54936
+ $ref: string;
54937
+ } | {
54938
+ $expr: string;
54939
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
54940
+ objectPosition?: string | {
54941
+ $ref: string;
54942
+ } | {
54943
+ $expr: string;
54944
+ } | undefined;
53185
54945
  gridTemplateColumns?: string | {
53186
54946
  $ref: string;
53187
54947
  } | {
@@ -53474,6 +55234,16 @@ declare const badgeNodeSchema: z.ZodObject<{
53474
55234
  overflow?: "visible" | "hidden" | "auto" | undefined;
53475
55235
  top?: string | number | undefined;
53476
55236
  bottom?: string | number | undefined;
55237
+ objectFit?: "fill" | {
55238
+ $ref: string;
55239
+ } | {
55240
+ $expr: string;
55241
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
55242
+ objectPosition?: string | {
55243
+ $ref: string;
55244
+ } | {
55245
+ $expr: string;
55246
+ } | undefined;
53477
55247
  gridTemplateColumns?: string | {
53478
55248
  $ref: string;
53479
55249
  } | {
@@ -53768,6 +55538,16 @@ declare const badgeNodeSchema: z.ZodObject<{
53768
55538
  overflow?: "visible" | "hidden" | "auto" | undefined;
53769
55539
  top?: string | number | undefined;
53770
55540
  bottom?: string | number | undefined;
55541
+ objectFit?: "fill" | {
55542
+ $ref: string;
55543
+ } | {
55544
+ $expr: string;
55545
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
55546
+ objectPosition?: string | {
55547
+ $ref: string;
55548
+ } | {
55549
+ $expr: string;
55550
+ } | undefined;
53771
55551
  gridTemplateColumns?: string | {
53772
55552
  $ref: string;
53773
55553
  } | {
@@ -54060,6 +55840,16 @@ declare const badgeNodeSchema: z.ZodObject<{
54060
55840
  overflow?: "visible" | "hidden" | "auto" | undefined;
54061
55841
  top?: string | number | undefined;
54062
55842
  bottom?: string | number | undefined;
55843
+ objectFit?: "fill" | {
55844
+ $ref: string;
55845
+ } | {
55846
+ $expr: string;
55847
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
55848
+ objectPosition?: string | {
55849
+ $ref: string;
55850
+ } | {
55851
+ $expr: string;
55852
+ } | undefined;
54063
55853
  gridTemplateColumns?: string | {
54064
55854
  $ref: string;
54065
55855
  } | {
@@ -54401,6 +56191,16 @@ declare const badgeNodeSchema: z.ZodObject<{
54401
56191
  overflow?: "visible" | "hidden" | "auto" | undefined;
54402
56192
  top?: string | number | undefined;
54403
56193
  bottom?: string | number | undefined;
56194
+ objectFit?: "fill" | {
56195
+ $ref: string;
56196
+ } | {
56197
+ $expr: string;
56198
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
56199
+ objectPosition?: string | {
56200
+ $ref: string;
56201
+ } | {
56202
+ $expr: string;
56203
+ } | undefined;
54404
56204
  gridTemplateColumns?: string | {
54405
56205
  $ref: string;
54406
56206
  } | {
@@ -54693,6 +56493,16 @@ declare const badgeNodeSchema: z.ZodObject<{
54693
56493
  overflow?: "visible" | "hidden" | "auto" | undefined;
54694
56494
  top?: string | number | undefined;
54695
56495
  bottom?: string | number | undefined;
56496
+ objectFit?: "fill" | {
56497
+ $ref: string;
56498
+ } | {
56499
+ $expr: string;
56500
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
56501
+ objectPosition?: string | {
56502
+ $ref: string;
56503
+ } | {
56504
+ $expr: string;
56505
+ } | undefined;
54696
56506
  gridTemplateColumns?: string | {
54697
56507
  $ref: string;
54698
56508
  } | {
@@ -55003,6 +56813,16 @@ declare const badgeNodeSchema: z.ZodObject<{
55003
56813
  overflow?: "visible" | "hidden" | "auto" | undefined;
55004
56814
  top?: string | number | undefined;
55005
56815
  bottom?: string | number | undefined;
56816
+ objectFit?: "fill" | {
56817
+ $ref: string;
56818
+ } | {
56819
+ $expr: string;
56820
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
56821
+ objectPosition?: string | {
56822
+ $ref: string;
56823
+ } | {
56824
+ $expr: string;
56825
+ } | undefined;
55006
56826
  gridTemplateColumns?: string | {
55007
56827
  $ref: string;
55008
56828
  } | {
@@ -55295,6 +57115,16 @@ declare const badgeNodeSchema: z.ZodObject<{
55295
57115
  overflow?: "visible" | "hidden" | "auto" | undefined;
55296
57116
  top?: string | number | undefined;
55297
57117
  bottom?: string | number | undefined;
57118
+ objectFit?: "fill" | {
57119
+ $ref: string;
57120
+ } | {
57121
+ $expr: string;
57122
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
57123
+ objectPosition?: string | {
57124
+ $ref: string;
57125
+ } | {
57126
+ $expr: string;
57127
+ } | undefined;
55298
57128
  gridTemplateColumns?: string | {
55299
57129
  $ref: string;
55300
57130
  } | {
@@ -56056,6 +57886,32 @@ declare const chipNodeSchema: z.ZodObject<{
56056
57886
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
56057
57887
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
56058
57888
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
57889
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
57890
+ $ref: z.ZodString;
57891
+ }, "strip", z.ZodTypeAny, {
57892
+ $ref: string;
57893
+ }, {
57894
+ $ref: string;
57895
+ }>, z.ZodObject<{
57896
+ $expr: z.ZodString;
57897
+ }, "strip", z.ZodTypeAny, {
57898
+ $expr: string;
57899
+ }, {
57900
+ $expr: string;
57901
+ }>]>>;
57902
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
57903
+ $ref: z.ZodString;
57904
+ }, "strip", z.ZodTypeAny, {
57905
+ $ref: string;
57906
+ }, {
57907
+ $ref: string;
57908
+ }>, z.ZodObject<{
57909
+ $expr: z.ZodString;
57910
+ }, "strip", z.ZodTypeAny, {
57911
+ $expr: string;
57912
+ }, {
57913
+ $expr: string;
57914
+ }>]>>;
56059
57915
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
56060
57916
  $ref: z.ZodString;
56061
57917
  }, "strip", z.ZodTypeAny, {
@@ -56369,6 +58225,16 @@ declare const chipNodeSchema: z.ZodObject<{
56369
58225
  overflow?: "visible" | "hidden" | "auto" | undefined;
56370
58226
  top?: string | number | undefined;
56371
58227
  bottom?: string | number | undefined;
58228
+ objectFit?: "fill" | {
58229
+ $ref: string;
58230
+ } | {
58231
+ $expr: string;
58232
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
58233
+ objectPosition?: string | {
58234
+ $ref: string;
58235
+ } | {
58236
+ $expr: string;
58237
+ } | undefined;
56372
58238
  gridTemplateColumns?: string | {
56373
58239
  $ref: string;
56374
58240
  } | {
@@ -56661,6 +58527,16 @@ declare const chipNodeSchema: z.ZodObject<{
56661
58527
  overflow?: "visible" | "hidden" | "auto" | undefined;
56662
58528
  top?: string | number | undefined;
56663
58529
  bottom?: string | number | undefined;
58530
+ objectFit?: "fill" | {
58531
+ $ref: string;
58532
+ } | {
58533
+ $expr: string;
58534
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
58535
+ objectPosition?: string | {
58536
+ $ref: string;
58537
+ } | {
58538
+ $expr: string;
58539
+ } | undefined;
56664
58540
  gridTemplateColumns?: string | {
56665
58541
  $ref: string;
56666
58542
  } | {
@@ -57408,6 +59284,32 @@ declare const chipNodeSchema: z.ZodObject<{
57408
59284
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
57409
59285
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
57410
59286
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
59287
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
59288
+ $ref: z.ZodString;
59289
+ }, "strip", z.ZodTypeAny, {
59290
+ $ref: string;
59291
+ }, {
59292
+ $ref: string;
59293
+ }>, z.ZodObject<{
59294
+ $expr: z.ZodString;
59295
+ }, "strip", z.ZodTypeAny, {
59296
+ $expr: string;
59297
+ }, {
59298
+ $expr: string;
59299
+ }>]>>;
59300
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
59301
+ $ref: z.ZodString;
59302
+ }, "strip", z.ZodTypeAny, {
59303
+ $ref: string;
59304
+ }, {
59305
+ $ref: string;
59306
+ }>, z.ZodObject<{
59307
+ $expr: z.ZodString;
59308
+ }, "strip", z.ZodTypeAny, {
59309
+ $expr: string;
59310
+ }, {
59311
+ $expr: string;
59312
+ }>]>>;
57411
59313
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
57412
59314
  $ref: z.ZodString;
57413
59315
  }, "strip", z.ZodTypeAny, {
@@ -57723,6 +59625,16 @@ declare const chipNodeSchema: z.ZodObject<{
57723
59625
  overflow?: "visible" | "hidden" | "auto" | undefined;
57724
59626
  top?: string | number | undefined;
57725
59627
  bottom?: string | number | undefined;
59628
+ objectFit?: "fill" | {
59629
+ $ref: string;
59630
+ } | {
59631
+ $expr: string;
59632
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
59633
+ objectPosition?: string | {
59634
+ $ref: string;
59635
+ } | {
59636
+ $expr: string;
59637
+ } | undefined;
57726
59638
  gridTemplateColumns?: string | {
57727
59639
  $ref: string;
57728
59640
  } | {
@@ -58015,6 +59927,16 @@ declare const chipNodeSchema: z.ZodObject<{
58015
59927
  overflow?: "visible" | "hidden" | "auto" | undefined;
58016
59928
  top?: string | number | undefined;
58017
59929
  bottom?: string | number | undefined;
59930
+ objectFit?: "fill" | {
59931
+ $ref: string;
59932
+ } | {
59933
+ $expr: string;
59934
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
59935
+ objectPosition?: string | {
59936
+ $ref: string;
59937
+ } | {
59938
+ $expr: string;
59939
+ } | undefined;
58018
59940
  gridTemplateColumns?: string | {
58019
59941
  $ref: string;
58020
59942
  } | {
@@ -58309,6 +60231,16 @@ declare const chipNodeSchema: z.ZodObject<{
58309
60231
  overflow?: "visible" | "hidden" | "auto" | undefined;
58310
60232
  top?: string | number | undefined;
58311
60233
  bottom?: string | number | undefined;
60234
+ objectFit?: "fill" | {
60235
+ $ref: string;
60236
+ } | {
60237
+ $expr: string;
60238
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
60239
+ objectPosition?: string | {
60240
+ $ref: string;
60241
+ } | {
60242
+ $expr: string;
60243
+ } | undefined;
58312
60244
  gridTemplateColumns?: string | {
58313
60245
  $ref: string;
58314
60246
  } | {
@@ -58601,6 +60533,16 @@ declare const chipNodeSchema: z.ZodObject<{
58601
60533
  overflow?: "visible" | "hidden" | "auto" | undefined;
58602
60534
  top?: string | number | undefined;
58603
60535
  bottom?: string | number | undefined;
60536
+ objectFit?: "fill" | {
60537
+ $ref: string;
60538
+ } | {
60539
+ $expr: string;
60540
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
60541
+ objectPosition?: string | {
60542
+ $ref: string;
60543
+ } | {
60544
+ $expr: string;
60545
+ } | undefined;
58604
60546
  gridTemplateColumns?: string | {
58605
60547
  $ref: string;
58606
60548
  } | {
@@ -58942,6 +60884,16 @@ declare const chipNodeSchema: z.ZodObject<{
58942
60884
  overflow?: "visible" | "hidden" | "auto" | undefined;
58943
60885
  top?: string | number | undefined;
58944
60886
  bottom?: string | number | undefined;
60887
+ objectFit?: "fill" | {
60888
+ $ref: string;
60889
+ } | {
60890
+ $expr: string;
60891
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
60892
+ objectPosition?: string | {
60893
+ $ref: string;
60894
+ } | {
60895
+ $expr: string;
60896
+ } | undefined;
58945
60897
  gridTemplateColumns?: string | {
58946
60898
  $ref: string;
58947
60899
  } | {
@@ -59234,6 +61186,16 @@ declare const chipNodeSchema: z.ZodObject<{
59234
61186
  overflow?: "visible" | "hidden" | "auto" | undefined;
59235
61187
  top?: string | number | undefined;
59236
61188
  bottom?: string | number | undefined;
61189
+ objectFit?: "fill" | {
61190
+ $ref: string;
61191
+ } | {
61192
+ $expr: string;
61193
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
61194
+ objectPosition?: string | {
61195
+ $ref: string;
61196
+ } | {
61197
+ $expr: string;
61198
+ } | undefined;
59237
61199
  gridTemplateColumns?: string | {
59238
61200
  $ref: string;
59239
61201
  } | {
@@ -59544,6 +61506,16 @@ declare const chipNodeSchema: z.ZodObject<{
59544
61506
  overflow?: "visible" | "hidden" | "auto" | undefined;
59545
61507
  top?: string | number | undefined;
59546
61508
  bottom?: string | number | undefined;
61509
+ objectFit?: "fill" | {
61510
+ $ref: string;
61511
+ } | {
61512
+ $expr: string;
61513
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
61514
+ objectPosition?: string | {
61515
+ $ref: string;
61516
+ } | {
61517
+ $expr: string;
61518
+ } | undefined;
59547
61519
  gridTemplateColumns?: string | {
59548
61520
  $ref: string;
59549
61521
  } | {
@@ -59836,6 +61808,16 @@ declare const chipNodeSchema: z.ZodObject<{
59836
61808
  overflow?: "visible" | "hidden" | "auto" | undefined;
59837
61809
  top?: string | number | undefined;
59838
61810
  bottom?: string | number | undefined;
61811
+ objectFit?: "fill" | {
61812
+ $ref: string;
61813
+ } | {
61814
+ $expr: string;
61815
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
61816
+ objectPosition?: string | {
61817
+ $ref: string;
61818
+ } | {
61819
+ $expr: string;
61820
+ } | undefined;
59839
61821
  gridTemplateColumns?: string | {
59840
61822
  $ref: string;
59841
61823
  } | {
@@ -60597,6 +62579,32 @@ declare const dividerNodeSchema: z.ZodObject<{
60597
62579
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
60598
62580
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
60599
62581
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
62582
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
62583
+ $ref: z.ZodString;
62584
+ }, "strip", z.ZodTypeAny, {
62585
+ $ref: string;
62586
+ }, {
62587
+ $ref: string;
62588
+ }>, z.ZodObject<{
62589
+ $expr: z.ZodString;
62590
+ }, "strip", z.ZodTypeAny, {
62591
+ $expr: string;
62592
+ }, {
62593
+ $expr: string;
62594
+ }>]>>;
62595
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
62596
+ $ref: z.ZodString;
62597
+ }, "strip", z.ZodTypeAny, {
62598
+ $ref: string;
62599
+ }, {
62600
+ $ref: string;
62601
+ }>, z.ZodObject<{
62602
+ $expr: z.ZodString;
62603
+ }, "strip", z.ZodTypeAny, {
62604
+ $expr: string;
62605
+ }, {
62606
+ $expr: string;
62607
+ }>]>>;
60600
62608
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
60601
62609
  $ref: z.ZodString;
60602
62610
  }, "strip", z.ZodTypeAny, {
@@ -60910,6 +62918,16 @@ declare const dividerNodeSchema: z.ZodObject<{
60910
62918
  overflow?: "visible" | "hidden" | "auto" | undefined;
60911
62919
  top?: string | number | undefined;
60912
62920
  bottom?: string | number | undefined;
62921
+ objectFit?: "fill" | {
62922
+ $ref: string;
62923
+ } | {
62924
+ $expr: string;
62925
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
62926
+ objectPosition?: string | {
62927
+ $ref: string;
62928
+ } | {
62929
+ $expr: string;
62930
+ } | undefined;
60913
62931
  gridTemplateColumns?: string | {
60914
62932
  $ref: string;
60915
62933
  } | {
@@ -61202,6 +63220,16 @@ declare const dividerNodeSchema: z.ZodObject<{
61202
63220
  overflow?: "visible" | "hidden" | "auto" | undefined;
61203
63221
  top?: string | number | undefined;
61204
63222
  bottom?: string | number | undefined;
63223
+ objectFit?: "fill" | {
63224
+ $ref: string;
63225
+ } | {
63226
+ $expr: string;
63227
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
63228
+ objectPosition?: string | {
63229
+ $ref: string;
63230
+ } | {
63231
+ $expr: string;
63232
+ } | undefined;
61205
63233
  gridTemplateColumns?: string | {
61206
63234
  $ref: string;
61207
63235
  } | {
@@ -61949,6 +63977,32 @@ declare const dividerNodeSchema: z.ZodObject<{
61949
63977
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
61950
63978
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
61951
63979
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
63980
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
63981
+ $ref: z.ZodString;
63982
+ }, "strip", z.ZodTypeAny, {
63983
+ $ref: string;
63984
+ }, {
63985
+ $ref: string;
63986
+ }>, z.ZodObject<{
63987
+ $expr: z.ZodString;
63988
+ }, "strip", z.ZodTypeAny, {
63989
+ $expr: string;
63990
+ }, {
63991
+ $expr: string;
63992
+ }>]>>;
63993
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
63994
+ $ref: z.ZodString;
63995
+ }, "strip", z.ZodTypeAny, {
63996
+ $ref: string;
63997
+ }, {
63998
+ $ref: string;
63999
+ }>, z.ZodObject<{
64000
+ $expr: z.ZodString;
64001
+ }, "strip", z.ZodTypeAny, {
64002
+ $expr: string;
64003
+ }, {
64004
+ $expr: string;
64005
+ }>]>>;
61952
64006
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
61953
64007
  $ref: z.ZodString;
61954
64008
  }, "strip", z.ZodTypeAny, {
@@ -62264,6 +64318,16 @@ declare const dividerNodeSchema: z.ZodObject<{
62264
64318
  overflow?: "visible" | "hidden" | "auto" | undefined;
62265
64319
  top?: string | number | undefined;
62266
64320
  bottom?: string | number | undefined;
64321
+ objectFit?: "fill" | {
64322
+ $ref: string;
64323
+ } | {
64324
+ $expr: string;
64325
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
64326
+ objectPosition?: string | {
64327
+ $ref: string;
64328
+ } | {
64329
+ $expr: string;
64330
+ } | undefined;
62267
64331
  gridTemplateColumns?: string | {
62268
64332
  $ref: string;
62269
64333
  } | {
@@ -62556,6 +64620,16 @@ declare const dividerNodeSchema: z.ZodObject<{
62556
64620
  overflow?: "visible" | "hidden" | "auto" | undefined;
62557
64621
  top?: string | number | undefined;
62558
64622
  bottom?: string | number | undefined;
64623
+ objectFit?: "fill" | {
64624
+ $ref: string;
64625
+ } | {
64626
+ $expr: string;
64627
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
64628
+ objectPosition?: string | {
64629
+ $ref: string;
64630
+ } | {
64631
+ $expr: string;
64632
+ } | undefined;
62559
64633
  gridTemplateColumns?: string | {
62560
64634
  $ref: string;
62561
64635
  } | {
@@ -62850,6 +64924,16 @@ declare const dividerNodeSchema: z.ZodObject<{
62850
64924
  overflow?: "visible" | "hidden" | "auto" | undefined;
62851
64925
  top?: string | number | undefined;
62852
64926
  bottom?: string | number | undefined;
64927
+ objectFit?: "fill" | {
64928
+ $ref: string;
64929
+ } | {
64930
+ $expr: string;
64931
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
64932
+ objectPosition?: string | {
64933
+ $ref: string;
64934
+ } | {
64935
+ $expr: string;
64936
+ } | undefined;
62853
64937
  gridTemplateColumns?: string | {
62854
64938
  $ref: string;
62855
64939
  } | {
@@ -63142,6 +65226,16 @@ declare const dividerNodeSchema: z.ZodObject<{
63142
65226
  overflow?: "visible" | "hidden" | "auto" | undefined;
63143
65227
  top?: string | number | undefined;
63144
65228
  bottom?: string | number | undefined;
65229
+ objectFit?: "fill" | {
65230
+ $ref: string;
65231
+ } | {
65232
+ $expr: string;
65233
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
65234
+ objectPosition?: string | {
65235
+ $ref: string;
65236
+ } | {
65237
+ $expr: string;
65238
+ } | undefined;
63145
65239
  gridTemplateColumns?: string | {
63146
65240
  $ref: string;
63147
65241
  } | {
@@ -63478,6 +65572,16 @@ declare const dividerNodeSchema: z.ZodObject<{
63478
65572
  overflow?: "visible" | "hidden" | "auto" | undefined;
63479
65573
  top?: string | number | undefined;
63480
65574
  bottom?: string | number | undefined;
65575
+ objectFit?: "fill" | {
65576
+ $ref: string;
65577
+ } | {
65578
+ $expr: string;
65579
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
65580
+ objectPosition?: string | {
65581
+ $ref: string;
65582
+ } | {
65583
+ $expr: string;
65584
+ } | undefined;
63481
65585
  gridTemplateColumns?: string | {
63482
65586
  $ref: string;
63483
65587
  } | {
@@ -63770,6 +65874,16 @@ declare const dividerNodeSchema: z.ZodObject<{
63770
65874
  overflow?: "visible" | "hidden" | "auto" | undefined;
63771
65875
  top?: string | number | undefined;
63772
65876
  bottom?: string | number | undefined;
65877
+ objectFit?: "fill" | {
65878
+ $ref: string;
65879
+ } | {
65880
+ $expr: string;
65881
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
65882
+ objectPosition?: string | {
65883
+ $ref: string;
65884
+ } | {
65885
+ $expr: string;
65886
+ } | undefined;
63773
65887
  gridTemplateColumns?: string | {
63774
65888
  $ref: string;
63775
65889
  } | {
@@ -64080,6 +66194,16 @@ declare const dividerNodeSchema: z.ZodObject<{
64080
66194
  overflow?: "visible" | "hidden" | "auto" | undefined;
64081
66195
  top?: string | number | undefined;
64082
66196
  bottom?: string | number | undefined;
66197
+ objectFit?: "fill" | {
66198
+ $ref: string;
66199
+ } | {
66200
+ $expr: string;
66201
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
66202
+ objectPosition?: string | {
66203
+ $ref: string;
66204
+ } | {
66205
+ $expr: string;
66206
+ } | undefined;
64083
66207
  gridTemplateColumns?: string | {
64084
66208
  $ref: string;
64085
66209
  } | {
@@ -64372,6 +66496,16 @@ declare const dividerNodeSchema: z.ZodObject<{
64372
66496
  overflow?: "visible" | "hidden" | "auto" | undefined;
64373
66497
  top?: string | number | undefined;
64374
66498
  bottom?: string | number | undefined;
66499
+ objectFit?: "fill" | {
66500
+ $ref: string;
66501
+ } | {
66502
+ $expr: string;
66503
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
66504
+ objectPosition?: string | {
66505
+ $ref: string;
66506
+ } | {
66507
+ $expr: string;
66508
+ } | undefined;
64375
66509
  gridTemplateColumns?: string | {
64376
66510
  $ref: string;
64377
66511
  } | {
@@ -65138,6 +67272,32 @@ declare const spacerNodeSchema: z.ZodObject<{
65138
67272
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
65139
67273
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
65140
67274
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
67275
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
67276
+ $ref: z.ZodString;
67277
+ }, "strip", z.ZodTypeAny, {
67278
+ $ref: string;
67279
+ }, {
67280
+ $ref: string;
67281
+ }>, z.ZodObject<{
67282
+ $expr: z.ZodString;
67283
+ }, "strip", z.ZodTypeAny, {
67284
+ $expr: string;
67285
+ }, {
67286
+ $expr: string;
67287
+ }>]>>;
67288
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
67289
+ $ref: z.ZodString;
67290
+ }, "strip", z.ZodTypeAny, {
67291
+ $ref: string;
67292
+ }, {
67293
+ $ref: string;
67294
+ }>, z.ZodObject<{
67295
+ $expr: z.ZodString;
67296
+ }, "strip", z.ZodTypeAny, {
67297
+ $expr: string;
67298
+ }, {
67299
+ $expr: string;
67300
+ }>]>>;
65141
67301
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
65142
67302
  $ref: z.ZodString;
65143
67303
  }, "strip", z.ZodTypeAny, {
@@ -65451,6 +67611,16 @@ declare const spacerNodeSchema: z.ZodObject<{
65451
67611
  overflow?: "visible" | "hidden" | "auto" | undefined;
65452
67612
  top?: string | number | undefined;
65453
67613
  bottom?: string | number | undefined;
67614
+ objectFit?: "fill" | {
67615
+ $ref: string;
67616
+ } | {
67617
+ $expr: string;
67618
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
67619
+ objectPosition?: string | {
67620
+ $ref: string;
67621
+ } | {
67622
+ $expr: string;
67623
+ } | undefined;
65454
67624
  gridTemplateColumns?: string | {
65455
67625
  $ref: string;
65456
67626
  } | {
@@ -65743,6 +67913,16 @@ declare const spacerNodeSchema: z.ZodObject<{
65743
67913
  overflow?: "visible" | "hidden" | "auto" | undefined;
65744
67914
  top?: string | number | undefined;
65745
67915
  bottom?: string | number | undefined;
67916
+ objectFit?: "fill" | {
67917
+ $ref: string;
67918
+ } | {
67919
+ $expr: string;
67920
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
67921
+ objectPosition?: string | {
67922
+ $ref: string;
67923
+ } | {
67924
+ $expr: string;
67925
+ } | undefined;
65746
67926
  gridTemplateColumns?: string | {
65747
67927
  $ref: string;
65748
67928
  } | {
@@ -66490,6 +68670,32 @@ declare const spacerNodeSchema: z.ZodObject<{
66490
68670
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
66491
68671
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
66492
68672
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
68673
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
68674
+ $ref: z.ZodString;
68675
+ }, "strip", z.ZodTypeAny, {
68676
+ $ref: string;
68677
+ }, {
68678
+ $ref: string;
68679
+ }>, z.ZodObject<{
68680
+ $expr: z.ZodString;
68681
+ }, "strip", z.ZodTypeAny, {
68682
+ $expr: string;
68683
+ }, {
68684
+ $expr: string;
68685
+ }>]>>;
68686
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
68687
+ $ref: z.ZodString;
68688
+ }, "strip", z.ZodTypeAny, {
68689
+ $ref: string;
68690
+ }, {
68691
+ $ref: string;
68692
+ }>, z.ZodObject<{
68693
+ $expr: z.ZodString;
68694
+ }, "strip", z.ZodTypeAny, {
68695
+ $expr: string;
68696
+ }, {
68697
+ $expr: string;
68698
+ }>]>>;
66493
68699
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
66494
68700
  $ref: z.ZodString;
66495
68701
  }, "strip", z.ZodTypeAny, {
@@ -66805,6 +69011,16 @@ declare const spacerNodeSchema: z.ZodObject<{
66805
69011
  overflow?: "visible" | "hidden" | "auto" | undefined;
66806
69012
  top?: string | number | undefined;
66807
69013
  bottom?: string | number | undefined;
69014
+ objectFit?: "fill" | {
69015
+ $ref: string;
69016
+ } | {
69017
+ $expr: string;
69018
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
69019
+ objectPosition?: string | {
69020
+ $ref: string;
69021
+ } | {
69022
+ $expr: string;
69023
+ } | undefined;
66808
69024
  gridTemplateColumns?: string | {
66809
69025
  $ref: string;
66810
69026
  } | {
@@ -67097,6 +69313,16 @@ declare const spacerNodeSchema: z.ZodObject<{
67097
69313
  overflow?: "visible" | "hidden" | "auto" | undefined;
67098
69314
  top?: string | number | undefined;
67099
69315
  bottom?: string | number | undefined;
69316
+ objectFit?: "fill" | {
69317
+ $ref: string;
69318
+ } | {
69319
+ $expr: string;
69320
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
69321
+ objectPosition?: string | {
69322
+ $ref: string;
69323
+ } | {
69324
+ $expr: string;
69325
+ } | undefined;
67100
69326
  gridTemplateColumns?: string | {
67101
69327
  $ref: string;
67102
69328
  } | {
@@ -67391,6 +69617,16 @@ declare const spacerNodeSchema: z.ZodObject<{
67391
69617
  overflow?: "visible" | "hidden" | "auto" | undefined;
67392
69618
  top?: string | number | undefined;
67393
69619
  bottom?: string | number | undefined;
69620
+ objectFit?: "fill" | {
69621
+ $ref: string;
69622
+ } | {
69623
+ $expr: string;
69624
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
69625
+ objectPosition?: string | {
69626
+ $ref: string;
69627
+ } | {
69628
+ $expr: string;
69629
+ } | undefined;
67394
69630
  gridTemplateColumns?: string | {
67395
69631
  $ref: string;
67396
69632
  } | {
@@ -67683,6 +69919,16 @@ declare const spacerNodeSchema: z.ZodObject<{
67683
69919
  overflow?: "visible" | "hidden" | "auto" | undefined;
67684
69920
  top?: string | number | undefined;
67685
69921
  bottom?: string | number | undefined;
69922
+ objectFit?: "fill" | {
69923
+ $ref: string;
69924
+ } | {
69925
+ $expr: string;
69926
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
69927
+ objectPosition?: string | {
69928
+ $ref: string;
69929
+ } | {
69930
+ $expr: string;
69931
+ } | undefined;
67686
69932
  gridTemplateColumns?: string | {
67687
69933
  $ref: string;
67688
69934
  } | {
@@ -68001,6 +70247,16 @@ declare const spacerNodeSchema: z.ZodObject<{
68001
70247
  overflow?: "visible" | "hidden" | "auto" | undefined;
68002
70248
  top?: string | number | undefined;
68003
70249
  bottom?: string | number | undefined;
70250
+ objectFit?: "fill" | {
70251
+ $ref: string;
70252
+ } | {
70253
+ $expr: string;
70254
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
70255
+ objectPosition?: string | {
70256
+ $ref: string;
70257
+ } | {
70258
+ $expr: string;
70259
+ } | undefined;
68004
70260
  gridTemplateColumns?: string | {
68005
70261
  $ref: string;
68006
70262
  } | {
@@ -68293,6 +70549,16 @@ declare const spacerNodeSchema: z.ZodObject<{
68293
70549
  overflow?: "visible" | "hidden" | "auto" | undefined;
68294
70550
  top?: string | number | undefined;
68295
70551
  bottom?: string | number | undefined;
70552
+ objectFit?: "fill" | {
70553
+ $ref: string;
70554
+ } | {
70555
+ $expr: string;
70556
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
70557
+ objectPosition?: string | {
70558
+ $ref: string;
70559
+ } | {
70560
+ $expr: string;
70561
+ } | undefined;
68296
70562
  gridTemplateColumns?: string | {
68297
70563
  $ref: string;
68298
70564
  } | {
@@ -68598,6 +70864,16 @@ declare const spacerNodeSchema: z.ZodObject<{
68598
70864
  overflow?: "visible" | "hidden" | "auto" | undefined;
68599
70865
  top?: string | number | undefined;
68600
70866
  bottom?: string | number | undefined;
70867
+ objectFit?: "fill" | {
70868
+ $ref: string;
70869
+ } | {
70870
+ $expr: string;
70871
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
70872
+ objectPosition?: string | {
70873
+ $ref: string;
70874
+ } | {
70875
+ $expr: string;
70876
+ } | undefined;
68601
70877
  gridTemplateColumns?: string | {
68602
70878
  $ref: string;
68603
70879
  } | {
@@ -68890,6 +71166,16 @@ declare const spacerNodeSchema: z.ZodObject<{
68890
71166
  overflow?: "visible" | "hidden" | "auto" | undefined;
68891
71167
  top?: string | number | undefined;
68892
71168
  bottom?: string | number | undefined;
71169
+ objectFit?: "fill" | {
71170
+ $ref: string;
71171
+ } | {
71172
+ $expr: string;
71173
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
71174
+ objectPosition?: string | {
71175
+ $ref: string;
71176
+ } | {
71177
+ $expr: string;
71178
+ } | undefined;
68893
71179
  gridTemplateColumns?: string | {
68894
71180
  $ref: string;
68895
71181
  } | {
@@ -69656,6 +71942,32 @@ declare const buttonNodeSchema: z.ZodObject<{
69656
71942
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
69657
71943
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
69658
71944
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
71945
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
71946
+ $ref: z.ZodString;
71947
+ }, "strip", z.ZodTypeAny, {
71948
+ $ref: string;
71949
+ }, {
71950
+ $ref: string;
71951
+ }>, z.ZodObject<{
71952
+ $expr: z.ZodString;
71953
+ }, "strip", z.ZodTypeAny, {
71954
+ $expr: string;
71955
+ }, {
71956
+ $expr: string;
71957
+ }>]>>;
71958
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
71959
+ $ref: z.ZodString;
71960
+ }, "strip", z.ZodTypeAny, {
71961
+ $ref: string;
71962
+ }, {
71963
+ $ref: string;
71964
+ }>, z.ZodObject<{
71965
+ $expr: z.ZodString;
71966
+ }, "strip", z.ZodTypeAny, {
71967
+ $expr: string;
71968
+ }, {
71969
+ $expr: string;
71970
+ }>]>>;
69659
71971
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
69660
71972
  $ref: z.ZodString;
69661
71973
  }, "strip", z.ZodTypeAny, {
@@ -69969,6 +72281,16 @@ declare const buttonNodeSchema: z.ZodObject<{
69969
72281
  overflow?: "visible" | "hidden" | "auto" | undefined;
69970
72282
  top?: string | number | undefined;
69971
72283
  bottom?: string | number | undefined;
72284
+ objectFit?: "fill" | {
72285
+ $ref: string;
72286
+ } | {
72287
+ $expr: string;
72288
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
72289
+ objectPosition?: string | {
72290
+ $ref: string;
72291
+ } | {
72292
+ $expr: string;
72293
+ } | undefined;
69972
72294
  gridTemplateColumns?: string | {
69973
72295
  $ref: string;
69974
72296
  } | {
@@ -70261,6 +72583,16 @@ declare const buttonNodeSchema: z.ZodObject<{
70261
72583
  overflow?: "visible" | "hidden" | "auto" | undefined;
70262
72584
  top?: string | number | undefined;
70263
72585
  bottom?: string | number | undefined;
72586
+ objectFit?: "fill" | {
72587
+ $ref: string;
72588
+ } | {
72589
+ $expr: string;
72590
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
72591
+ objectPosition?: string | {
72592
+ $ref: string;
72593
+ } | {
72594
+ $expr: string;
72595
+ } | undefined;
70264
72596
  gridTemplateColumns?: string | {
70265
72597
  $ref: string;
70266
72598
  } | {
@@ -71008,6 +73340,32 @@ declare const buttonNodeSchema: z.ZodObject<{
71008
73340
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
71009
73341
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
71010
73342
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
73343
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
73344
+ $ref: z.ZodString;
73345
+ }, "strip", z.ZodTypeAny, {
73346
+ $ref: string;
73347
+ }, {
73348
+ $ref: string;
73349
+ }>, z.ZodObject<{
73350
+ $expr: z.ZodString;
73351
+ }, "strip", z.ZodTypeAny, {
73352
+ $expr: string;
73353
+ }, {
73354
+ $expr: string;
73355
+ }>]>>;
73356
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
73357
+ $ref: z.ZodString;
73358
+ }, "strip", z.ZodTypeAny, {
73359
+ $ref: string;
73360
+ }, {
73361
+ $ref: string;
73362
+ }>, z.ZodObject<{
73363
+ $expr: z.ZodString;
73364
+ }, "strip", z.ZodTypeAny, {
73365
+ $expr: string;
73366
+ }, {
73367
+ $expr: string;
73368
+ }>]>>;
71011
73369
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
71012
73370
  $ref: z.ZodString;
71013
73371
  }, "strip", z.ZodTypeAny, {
@@ -71323,6 +73681,16 @@ declare const buttonNodeSchema: z.ZodObject<{
71323
73681
  overflow?: "visible" | "hidden" | "auto" | undefined;
71324
73682
  top?: string | number | undefined;
71325
73683
  bottom?: string | number | undefined;
73684
+ objectFit?: "fill" | {
73685
+ $ref: string;
73686
+ } | {
73687
+ $expr: string;
73688
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
73689
+ objectPosition?: string | {
73690
+ $ref: string;
73691
+ } | {
73692
+ $expr: string;
73693
+ } | undefined;
71326
73694
  gridTemplateColumns?: string | {
71327
73695
  $ref: string;
71328
73696
  } | {
@@ -71615,6 +73983,16 @@ declare const buttonNodeSchema: z.ZodObject<{
71615
73983
  overflow?: "visible" | "hidden" | "auto" | undefined;
71616
73984
  top?: string | number | undefined;
71617
73985
  bottom?: string | number | undefined;
73986
+ objectFit?: "fill" | {
73987
+ $ref: string;
73988
+ } | {
73989
+ $expr: string;
73990
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
73991
+ objectPosition?: string | {
73992
+ $ref: string;
73993
+ } | {
73994
+ $expr: string;
73995
+ } | undefined;
71618
73996
  gridTemplateColumns?: string | {
71619
73997
  $ref: string;
71620
73998
  } | {
@@ -71909,6 +74287,16 @@ declare const buttonNodeSchema: z.ZodObject<{
71909
74287
  overflow?: "visible" | "hidden" | "auto" | undefined;
71910
74288
  top?: string | number | undefined;
71911
74289
  bottom?: string | number | undefined;
74290
+ objectFit?: "fill" | {
74291
+ $ref: string;
74292
+ } | {
74293
+ $expr: string;
74294
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
74295
+ objectPosition?: string | {
74296
+ $ref: string;
74297
+ } | {
74298
+ $expr: string;
74299
+ } | undefined;
71912
74300
  gridTemplateColumns?: string | {
71913
74301
  $ref: string;
71914
74302
  } | {
@@ -72201,6 +74589,16 @@ declare const buttonNodeSchema: z.ZodObject<{
72201
74589
  overflow?: "visible" | "hidden" | "auto" | undefined;
72202
74590
  top?: string | number | undefined;
72203
74591
  bottom?: string | number | undefined;
74592
+ objectFit?: "fill" | {
74593
+ $ref: string;
74594
+ } | {
74595
+ $expr: string;
74596
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
74597
+ objectPosition?: string | {
74598
+ $ref: string;
74599
+ } | {
74600
+ $expr: string;
74601
+ } | undefined;
72204
74602
  gridTemplateColumns?: string | {
72205
74603
  $ref: string;
72206
74604
  } | {
@@ -72526,6 +74924,16 @@ declare const buttonNodeSchema: z.ZodObject<{
72526
74924
  overflow?: "visible" | "hidden" | "auto" | undefined;
72527
74925
  top?: string | number | undefined;
72528
74926
  bottom?: string | number | undefined;
74927
+ objectFit?: "fill" | {
74928
+ $ref: string;
74929
+ } | {
74930
+ $expr: string;
74931
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
74932
+ objectPosition?: string | {
74933
+ $ref: string;
74934
+ } | {
74935
+ $expr: string;
74936
+ } | undefined;
72529
74937
  gridTemplateColumns?: string | {
72530
74938
  $ref: string;
72531
74939
  } | {
@@ -72818,6 +75226,16 @@ declare const buttonNodeSchema: z.ZodObject<{
72818
75226
  overflow?: "visible" | "hidden" | "auto" | undefined;
72819
75227
  top?: string | number | undefined;
72820
75228
  bottom?: string | number | undefined;
75229
+ objectFit?: "fill" | {
75230
+ $ref: string;
75231
+ } | {
75232
+ $expr: string;
75233
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
75234
+ objectPosition?: string | {
75235
+ $ref: string;
75236
+ } | {
75237
+ $expr: string;
75238
+ } | undefined;
72821
75239
  gridTemplateColumns?: string | {
72822
75240
  $ref: string;
72823
75241
  } | {
@@ -73124,6 +75542,16 @@ declare const buttonNodeSchema: z.ZodObject<{
73124
75542
  overflow?: "visible" | "hidden" | "auto" | undefined;
73125
75543
  top?: string | number | undefined;
73126
75544
  bottom?: string | number | undefined;
75545
+ objectFit?: "fill" | {
75546
+ $ref: string;
75547
+ } | {
75548
+ $expr: string;
75549
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
75550
+ objectPosition?: string | {
75551
+ $ref: string;
75552
+ } | {
75553
+ $expr: string;
75554
+ } | undefined;
73127
75555
  gridTemplateColumns?: string | {
73128
75556
  $ref: string;
73129
75557
  } | {
@@ -73416,6 +75844,16 @@ declare const buttonNodeSchema: z.ZodObject<{
73416
75844
  overflow?: "visible" | "hidden" | "auto" | undefined;
73417
75845
  top?: string | number | undefined;
73418
75846
  bottom?: string | number | undefined;
75847
+ objectFit?: "fill" | {
75848
+ $ref: string;
75849
+ } | {
75850
+ $expr: string;
75851
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
75852
+ objectPosition?: string | {
75853
+ $ref: string;
75854
+ } | {
75855
+ $expr: string;
75856
+ } | undefined;
73419
75857
  gridTemplateColumns?: string | {
73420
75858
  $ref: string;
73421
75859
  } | {
@@ -74177,6 +76615,32 @@ declare const toggleNodeSchema: z.ZodObject<{
74177
76615
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
74178
76616
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
74179
76617
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
76618
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
76619
+ $ref: z.ZodString;
76620
+ }, "strip", z.ZodTypeAny, {
76621
+ $ref: string;
76622
+ }, {
76623
+ $ref: string;
76624
+ }>, z.ZodObject<{
76625
+ $expr: z.ZodString;
76626
+ }, "strip", z.ZodTypeAny, {
76627
+ $expr: string;
76628
+ }, {
76629
+ $expr: string;
76630
+ }>]>>;
76631
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
76632
+ $ref: z.ZodString;
76633
+ }, "strip", z.ZodTypeAny, {
76634
+ $ref: string;
76635
+ }, {
76636
+ $ref: string;
76637
+ }>, z.ZodObject<{
76638
+ $expr: z.ZodString;
76639
+ }, "strip", z.ZodTypeAny, {
76640
+ $expr: string;
76641
+ }, {
76642
+ $expr: string;
76643
+ }>]>>;
74180
76644
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
74181
76645
  $ref: z.ZodString;
74182
76646
  }, "strip", z.ZodTypeAny, {
@@ -74490,6 +76954,16 @@ declare const toggleNodeSchema: z.ZodObject<{
74490
76954
  overflow?: "visible" | "hidden" | "auto" | undefined;
74491
76955
  top?: string | number | undefined;
74492
76956
  bottom?: string | number | undefined;
76957
+ objectFit?: "fill" | {
76958
+ $ref: string;
76959
+ } | {
76960
+ $expr: string;
76961
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
76962
+ objectPosition?: string | {
76963
+ $ref: string;
76964
+ } | {
76965
+ $expr: string;
76966
+ } | undefined;
74493
76967
  gridTemplateColumns?: string | {
74494
76968
  $ref: string;
74495
76969
  } | {
@@ -74782,6 +77256,16 @@ declare const toggleNodeSchema: z.ZodObject<{
74782
77256
  overflow?: "visible" | "hidden" | "auto" | undefined;
74783
77257
  top?: string | number | undefined;
74784
77258
  bottom?: string | number | undefined;
77259
+ objectFit?: "fill" | {
77260
+ $ref: string;
77261
+ } | {
77262
+ $expr: string;
77263
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
77264
+ objectPosition?: string | {
77265
+ $ref: string;
77266
+ } | {
77267
+ $expr: string;
77268
+ } | undefined;
74785
77269
  gridTemplateColumns?: string | {
74786
77270
  $ref: string;
74787
77271
  } | {
@@ -75529,6 +78013,32 @@ declare const toggleNodeSchema: z.ZodObject<{
75529
78013
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
75530
78014
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
75531
78015
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
78016
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
78017
+ $ref: z.ZodString;
78018
+ }, "strip", z.ZodTypeAny, {
78019
+ $ref: string;
78020
+ }, {
78021
+ $ref: string;
78022
+ }>, z.ZodObject<{
78023
+ $expr: z.ZodString;
78024
+ }, "strip", z.ZodTypeAny, {
78025
+ $expr: string;
78026
+ }, {
78027
+ $expr: string;
78028
+ }>]>>;
78029
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
78030
+ $ref: z.ZodString;
78031
+ }, "strip", z.ZodTypeAny, {
78032
+ $ref: string;
78033
+ }, {
78034
+ $ref: string;
78035
+ }>, z.ZodObject<{
78036
+ $expr: z.ZodString;
78037
+ }, "strip", z.ZodTypeAny, {
78038
+ $expr: string;
78039
+ }, {
78040
+ $expr: string;
78041
+ }>]>>;
75532
78042
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
75533
78043
  $ref: z.ZodString;
75534
78044
  }, "strip", z.ZodTypeAny, {
@@ -75844,6 +78354,16 @@ declare const toggleNodeSchema: z.ZodObject<{
75844
78354
  overflow?: "visible" | "hidden" | "auto" | undefined;
75845
78355
  top?: string | number | undefined;
75846
78356
  bottom?: string | number | undefined;
78357
+ objectFit?: "fill" | {
78358
+ $ref: string;
78359
+ } | {
78360
+ $expr: string;
78361
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
78362
+ objectPosition?: string | {
78363
+ $ref: string;
78364
+ } | {
78365
+ $expr: string;
78366
+ } | undefined;
75847
78367
  gridTemplateColumns?: string | {
75848
78368
  $ref: string;
75849
78369
  } | {
@@ -76136,6 +78656,16 @@ declare const toggleNodeSchema: z.ZodObject<{
76136
78656
  overflow?: "visible" | "hidden" | "auto" | undefined;
76137
78657
  top?: string | number | undefined;
76138
78658
  bottom?: string | number | undefined;
78659
+ objectFit?: "fill" | {
78660
+ $ref: string;
78661
+ } | {
78662
+ $expr: string;
78663
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
78664
+ objectPosition?: string | {
78665
+ $ref: string;
78666
+ } | {
78667
+ $expr: string;
78668
+ } | undefined;
76139
78669
  gridTemplateColumns?: string | {
76140
78670
  $ref: string;
76141
78671
  } | {
@@ -76430,6 +78960,16 @@ declare const toggleNodeSchema: z.ZodObject<{
76430
78960
  overflow?: "visible" | "hidden" | "auto" | undefined;
76431
78961
  top?: string | number | undefined;
76432
78962
  bottom?: string | number | undefined;
78963
+ objectFit?: "fill" | {
78964
+ $ref: string;
78965
+ } | {
78966
+ $expr: string;
78967
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
78968
+ objectPosition?: string | {
78969
+ $ref: string;
78970
+ } | {
78971
+ $expr: string;
78972
+ } | undefined;
76433
78973
  gridTemplateColumns?: string | {
76434
78974
  $ref: string;
76435
78975
  } | {
@@ -76722,6 +79262,16 @@ declare const toggleNodeSchema: z.ZodObject<{
76722
79262
  overflow?: "visible" | "hidden" | "auto" | undefined;
76723
79263
  top?: string | number | undefined;
76724
79264
  bottom?: string | number | undefined;
79265
+ objectFit?: "fill" | {
79266
+ $ref: string;
79267
+ } | {
79268
+ $expr: string;
79269
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
79270
+ objectPosition?: string | {
79271
+ $ref: string;
79272
+ } | {
79273
+ $expr: string;
79274
+ } | undefined;
76725
79275
  gridTemplateColumns?: string | {
76726
79276
  $ref: string;
76727
79277
  } | {
@@ -77047,6 +79597,16 @@ declare const toggleNodeSchema: z.ZodObject<{
77047
79597
  overflow?: "visible" | "hidden" | "auto" | undefined;
77048
79598
  top?: string | number | undefined;
77049
79599
  bottom?: string | number | undefined;
79600
+ objectFit?: "fill" | {
79601
+ $ref: string;
79602
+ } | {
79603
+ $expr: string;
79604
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
79605
+ objectPosition?: string | {
79606
+ $ref: string;
79607
+ } | {
79608
+ $expr: string;
79609
+ } | undefined;
77050
79610
  gridTemplateColumns?: string | {
77051
79611
  $ref: string;
77052
79612
  } | {
@@ -77339,6 +79899,16 @@ declare const toggleNodeSchema: z.ZodObject<{
77339
79899
  overflow?: "visible" | "hidden" | "auto" | undefined;
77340
79900
  top?: string | number | undefined;
77341
79901
  bottom?: string | number | undefined;
79902
+ objectFit?: "fill" | {
79903
+ $ref: string;
79904
+ } | {
79905
+ $expr: string;
79906
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
79907
+ objectPosition?: string | {
79908
+ $ref: string;
79909
+ } | {
79910
+ $expr: string;
79911
+ } | undefined;
77342
79912
  gridTemplateColumns?: string | {
77343
79913
  $ref: string;
77344
79914
  } | {
@@ -77645,6 +80215,16 @@ declare const toggleNodeSchema: z.ZodObject<{
77645
80215
  overflow?: "visible" | "hidden" | "auto" | undefined;
77646
80216
  top?: string | number | undefined;
77647
80217
  bottom?: string | number | undefined;
80218
+ objectFit?: "fill" | {
80219
+ $ref: string;
80220
+ } | {
80221
+ $expr: string;
80222
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
80223
+ objectPosition?: string | {
80224
+ $ref: string;
80225
+ } | {
80226
+ $expr: string;
80227
+ } | undefined;
77648
80228
  gridTemplateColumns?: string | {
77649
80229
  $ref: string;
77650
80230
  } | {
@@ -77937,6 +80517,16 @@ declare const toggleNodeSchema: z.ZodObject<{
77937
80517
  overflow?: "visible" | "hidden" | "auto" | undefined;
77938
80518
  top?: string | number | undefined;
77939
80519
  bottom?: string | number | undefined;
80520
+ objectFit?: "fill" | {
80521
+ $ref: string;
80522
+ } | {
80523
+ $expr: string;
80524
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
80525
+ objectPosition?: string | {
80526
+ $ref: string;
80527
+ } | {
80528
+ $expr: string;
80529
+ } | undefined;
77940
80530
  gridTemplateColumns?: string | {
77941
80531
  $ref: string;
77942
80532
  } | {
@@ -78733,6 +81323,32 @@ declare const ugcCardSchema: z.ZodObject<{
78733
81323
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
78734
81324
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
78735
81325
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
81326
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
81327
+ $ref: z.ZodString;
81328
+ }, "strip", z.ZodTypeAny, {
81329
+ $ref: string;
81330
+ }, {
81331
+ $ref: string;
81332
+ }>, z.ZodObject<{
81333
+ $expr: z.ZodString;
81334
+ }, "strip", z.ZodTypeAny, {
81335
+ $expr: string;
81336
+ }, {
81337
+ $expr: string;
81338
+ }>]>>;
81339
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
81340
+ $ref: z.ZodString;
81341
+ }, "strip", z.ZodTypeAny, {
81342
+ $ref: string;
81343
+ }, {
81344
+ $ref: string;
81345
+ }>, z.ZodObject<{
81346
+ $expr: z.ZodString;
81347
+ }, "strip", z.ZodTypeAny, {
81348
+ $expr: string;
81349
+ }, {
81350
+ $expr: string;
81351
+ }>]>>;
78736
81352
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
78737
81353
  $ref: z.ZodString;
78738
81354
  }, "strip", z.ZodTypeAny, {
@@ -79046,6 +81662,16 @@ declare const ugcCardSchema: z.ZodObject<{
79046
81662
  overflow?: "visible" | "hidden" | "auto" | undefined;
79047
81663
  top?: string | number | undefined;
79048
81664
  bottom?: string | number | undefined;
81665
+ objectFit?: "fill" | {
81666
+ $ref: string;
81667
+ } | {
81668
+ $expr: string;
81669
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
81670
+ objectPosition?: string | {
81671
+ $ref: string;
81672
+ } | {
81673
+ $expr: string;
81674
+ } | undefined;
79049
81675
  gridTemplateColumns?: string | {
79050
81676
  $ref: string;
79051
81677
  } | {
@@ -79338,6 +81964,16 @@ declare const ugcCardSchema: z.ZodObject<{
79338
81964
  overflow?: "visible" | "hidden" | "auto" | undefined;
79339
81965
  top?: string | number | undefined;
79340
81966
  bottom?: string | number | undefined;
81967
+ objectFit?: "fill" | {
81968
+ $ref: string;
81969
+ } | {
81970
+ $expr: string;
81971
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
81972
+ objectPosition?: string | {
81973
+ $ref: string;
81974
+ } | {
81975
+ $expr: string;
81976
+ } | undefined;
79341
81977
  gridTemplateColumns?: string | {
79342
81978
  $ref: string;
79343
81979
  } | {
@@ -80085,6 +82721,32 @@ declare const ugcCardSchema: z.ZodObject<{
80085
82721
  right: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
80086
82722
  bottom: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
80087
82723
  left: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
82724
+ objectFit: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["cover", "contain", "fill", "none", "scale-down"]>, z.ZodObject<{
82725
+ $ref: z.ZodString;
82726
+ }, "strip", z.ZodTypeAny, {
82727
+ $ref: string;
82728
+ }, {
82729
+ $ref: string;
82730
+ }>, z.ZodObject<{
82731
+ $expr: z.ZodString;
82732
+ }, "strip", z.ZodTypeAny, {
82733
+ $expr: string;
82734
+ }, {
82735
+ $expr: string;
82736
+ }>]>>;
82737
+ objectPosition: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
82738
+ $ref: z.ZodString;
82739
+ }, "strip", z.ZodTypeAny, {
82740
+ $ref: string;
82741
+ }, {
82742
+ $ref: string;
82743
+ }>, z.ZodObject<{
82744
+ $expr: z.ZodString;
82745
+ }, "strip", z.ZodTypeAny, {
82746
+ $expr: string;
82747
+ }, {
82748
+ $expr: string;
82749
+ }>]>>;
80088
82750
  gridTemplateColumns: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
80089
82751
  $ref: z.ZodString;
80090
82752
  }, "strip", z.ZodTypeAny, {
@@ -80400,6 +83062,16 @@ declare const ugcCardSchema: z.ZodObject<{
80400
83062
  overflow?: "visible" | "hidden" | "auto" | undefined;
80401
83063
  top?: string | number | undefined;
80402
83064
  bottom?: string | number | undefined;
83065
+ objectFit?: "fill" | {
83066
+ $ref: string;
83067
+ } | {
83068
+ $expr: string;
83069
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
83070
+ objectPosition?: string | {
83071
+ $ref: string;
83072
+ } | {
83073
+ $expr: string;
83074
+ } | undefined;
80403
83075
  gridTemplateColumns?: string | {
80404
83076
  $ref: string;
80405
83077
  } | {
@@ -80692,6 +83364,16 @@ declare const ugcCardSchema: z.ZodObject<{
80692
83364
  overflow?: "visible" | "hidden" | "auto" | undefined;
80693
83365
  top?: string | number | undefined;
80694
83366
  bottom?: string | number | undefined;
83367
+ objectFit?: "fill" | {
83368
+ $ref: string;
83369
+ } | {
83370
+ $expr: string;
83371
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
83372
+ objectPosition?: string | {
83373
+ $ref: string;
83374
+ } | {
83375
+ $expr: string;
83376
+ } | undefined;
80695
83377
  gridTemplateColumns?: string | {
80696
83378
  $ref: string;
80697
83379
  } | {
@@ -80986,6 +83668,16 @@ declare const ugcCardSchema: z.ZodObject<{
80986
83668
  overflow?: "visible" | "hidden" | "auto" | undefined;
80987
83669
  top?: string | number | undefined;
80988
83670
  bottom?: string | number | undefined;
83671
+ objectFit?: "fill" | {
83672
+ $ref: string;
83673
+ } | {
83674
+ $expr: string;
83675
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
83676
+ objectPosition?: string | {
83677
+ $ref: string;
83678
+ } | {
83679
+ $expr: string;
83680
+ } | undefined;
80989
83681
  gridTemplateColumns?: string | {
80990
83682
  $ref: string;
80991
83683
  } | {
@@ -81278,6 +83970,16 @@ declare const ugcCardSchema: z.ZodObject<{
81278
83970
  overflow?: "visible" | "hidden" | "auto" | undefined;
81279
83971
  top?: string | number | undefined;
81280
83972
  bottom?: string | number | undefined;
83973
+ objectFit?: "fill" | {
83974
+ $ref: string;
83975
+ } | {
83976
+ $expr: string;
83977
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
83978
+ objectPosition?: string | {
83979
+ $ref: string;
83980
+ } | {
83981
+ $expr: string;
83982
+ } | undefined;
81281
83983
  gridTemplateColumns?: string | {
81282
83984
  $ref: string;
81283
83985
  } | {
@@ -81582,6 +84284,16 @@ declare const ugcCardSchema: z.ZodObject<{
81582
84284
  overflow?: "visible" | "hidden" | "auto" | undefined;
81583
84285
  top?: string | number | undefined;
81584
84286
  bottom?: string | number | undefined;
84287
+ objectFit?: "fill" | {
84288
+ $ref: string;
84289
+ } | {
84290
+ $expr: string;
84291
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
84292
+ objectPosition?: string | {
84293
+ $ref: string;
84294
+ } | {
84295
+ $expr: string;
84296
+ } | undefined;
81585
84297
  gridTemplateColumns?: string | {
81586
84298
  $ref: string;
81587
84299
  } | {
@@ -81874,6 +84586,16 @@ declare const ugcCardSchema: z.ZodObject<{
81874
84586
  overflow?: "visible" | "hidden" | "auto" | undefined;
81875
84587
  top?: string | number | undefined;
81876
84588
  bottom?: string | number | undefined;
84589
+ objectFit?: "fill" | {
84590
+ $ref: string;
84591
+ } | {
84592
+ $expr: string;
84593
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
84594
+ objectPosition?: string | {
84595
+ $ref: string;
84596
+ } | {
84597
+ $expr: string;
84598
+ } | undefined;
81877
84599
  gridTemplateColumns?: string | {
81878
84600
  $ref: string;
81879
84601
  } | {
@@ -82177,6 +84899,16 @@ declare const ugcCardSchema: z.ZodObject<{
82177
84899
  overflow?: "visible" | "hidden" | "auto" | undefined;
82178
84900
  top?: string | number | undefined;
82179
84901
  bottom?: string | number | undefined;
84902
+ objectFit?: "fill" | {
84903
+ $ref: string;
84904
+ } | {
84905
+ $expr: string;
84906
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
84907
+ objectPosition?: string | {
84908
+ $ref: string;
84909
+ } | {
84910
+ $expr: string;
84911
+ } | undefined;
82180
84912
  gridTemplateColumns?: string | {
82181
84913
  $ref: string;
82182
84914
  } | {
@@ -82469,6 +85201,16 @@ declare const ugcCardSchema: z.ZodObject<{
82469
85201
  overflow?: "visible" | "hidden" | "auto" | undefined;
82470
85202
  top?: string | number | undefined;
82471
85203
  bottom?: string | number | undefined;
85204
+ objectFit?: "fill" | {
85205
+ $ref: string;
85206
+ } | {
85207
+ $expr: string;
85208
+ } | "none" | "cover" | "contain" | "scale-down" | undefined;
85209
+ objectPosition?: string | {
85210
+ $ref: string;
85211
+ } | {
85212
+ $expr: string;
85213
+ } | undefined;
82472
85214
  gridTemplateColumns?: string | {
82473
85215
  $ref: string;
82474
85216
  } | {
@@ -82593,7 +85335,7 @@ declare const TRANSITION_MAX_COUNT = 10;
82593
85335
  * CSS properties allowed in transition.property (spec 3.9).
82594
85336
  * Matches the DIRECT_MAP_PROPS whitelist from style-mapper.
82595
85337
  */
82596
- declare const ALLOWED_TRANSITION_PROPERTIES: readonly ["display", "flexDirection", "justifyContent", "alignItems", "alignSelf", "flexWrap", "flex", "gap", "width", "height", "minWidth", "maxWidth", "minHeight", "maxHeight", "padding", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "margin", "marginTop", "marginRight", "marginBottom", "marginLeft", "backgroundColor", "color", "borderRadius", "borderRadiusTopLeft", "borderRadiusTopRight", "borderRadiusBottomLeft", "borderRadiusBottomRight", "fontSize", "fontWeight", "fontStyle", "textAlign", "textDecoration", "lineHeight", "letterSpacing", "opacity", "overflow", "position", "top", "right", "bottom", "left", "zIndex", "gridTemplateColumns", "gridTemplateRows", "gridColumn", "gridRow"];
85338
+ declare const ALLOWED_TRANSITION_PROPERTIES: readonly ["display", "flexDirection", "justifyContent", "alignItems", "alignSelf", "flexWrap", "flex", "gap", "width", "height", "minWidth", "maxWidth", "minHeight", "maxHeight", "padding", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "margin", "marginTop", "marginRight", "marginBottom", "marginLeft", "backgroundColor", "color", "borderRadius", "borderRadiusTopLeft", "borderRadiusTopRight", "borderRadiusBottomLeft", "borderRadiusBottomRight", "fontSize", "fontWeight", "fontStyle", "textAlign", "textDecoration", "lineHeight", "letterSpacing", "opacity", "overflow", "position", "top", "right", "bottom", "left", "zIndex", "gridTemplateColumns", "gridTemplateRows", "gridColumn", "gridRow", "objectFit", "objectPosition"];
82597
85339
  /**
82598
85340
  * Phase 1 MVP component types (spec section 9, Phase 1).
82599
85341
  * Box, Row, Column, Text, Image.