@webstudio-is/react-sdk 0.141.0 → 0.143.0
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/lib/index.js +26 -502
- package/lib/types/components/component-meta.d.ts +80 -0
- package/lib/types/context.d.ts +5 -0
- package/lib/types/css/normalize.d.ts +392 -0
- package/lib/types/embed-template.d.ts +205 -1
- package/lib/types/index.d.ts +0 -4
- package/package.json +6 -9
- package/lib/types/expression.d.ts +0 -94
- package/lib/types/expression.test.d.ts +0 -1
- package/lib/types/generator.d.ts +0 -9
- package/lib/types/generator.test.d.ts +0 -1
- package/lib/types/page-meta-generator.d.ts +0 -52
- package/lib/types/page-meta-generator.test.d.ts +0 -1
- package/lib/types/resources-generator.d.ts +0 -49
- package/lib/types/resources-generator.test.d.ts +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
+
import type { Simplify } from "type-fest";
|
|
2
3
|
import type { Instance, Breakpoint, WebstudioFragment } from "@webstudio-is/sdk";
|
|
3
4
|
import { type StyleProperty } from "@webstudio-is/css-engine";
|
|
4
|
-
import type { Simplify } from "type-fest";
|
|
5
5
|
import type { WsComponentMeta } from "./components/component-meta";
|
|
6
6
|
declare const EmbedTemplateText: z.ZodObject<{
|
|
7
7
|
type: z.ZodLiteral<"text">;
|
|
@@ -437,6 +437,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
437
437
|
type: "invalid";
|
|
438
438
|
})[];
|
|
439
439
|
type: "layers";
|
|
440
|
+
} | {
|
|
441
|
+
type: "guaranteedInvalid";
|
|
440
442
|
} | {
|
|
441
443
|
value: "";
|
|
442
444
|
type: "unset";
|
|
@@ -542,6 +544,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
542
544
|
type: "invalid";
|
|
543
545
|
})[];
|
|
544
546
|
type: "layers";
|
|
547
|
+
} | {
|
|
548
|
+
type: "guaranteedInvalid";
|
|
545
549
|
})[];
|
|
546
550
|
};
|
|
547
551
|
}, z.ZodTypeDef, {
|
|
@@ -649,6 +653,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
649
653
|
type: "invalid";
|
|
650
654
|
})[];
|
|
651
655
|
type: "layers";
|
|
656
|
+
} | {
|
|
657
|
+
type: "guaranteedInvalid";
|
|
652
658
|
} | {
|
|
653
659
|
value: "";
|
|
654
660
|
type: "unset";
|
|
@@ -754,6 +760,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
754
760
|
type: "invalid";
|
|
755
761
|
})[];
|
|
756
762
|
type: "layers";
|
|
763
|
+
} | {
|
|
764
|
+
type: "guaranteedInvalid";
|
|
757
765
|
})[];
|
|
758
766
|
};
|
|
759
767
|
}>]>, "many">;
|
|
@@ -902,6 +910,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
902
910
|
type: "invalid";
|
|
903
911
|
})[];
|
|
904
912
|
type: "layers";
|
|
913
|
+
} | {
|
|
914
|
+
type: "guaranteedInvalid";
|
|
905
915
|
} | {
|
|
906
916
|
value: "";
|
|
907
917
|
type: "unset";
|
|
@@ -1007,6 +1017,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
1007
1017
|
type: "invalid";
|
|
1008
1018
|
})[];
|
|
1009
1019
|
type: "layers";
|
|
1020
|
+
} | {
|
|
1021
|
+
type: "guaranteedInvalid";
|
|
1010
1022
|
})[];
|
|
1011
1023
|
};
|
|
1012
1024
|
})[];
|
|
@@ -1126,6 +1138,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
1126
1138
|
type: "invalid";
|
|
1127
1139
|
})[];
|
|
1128
1140
|
type: "layers";
|
|
1141
|
+
} | {
|
|
1142
|
+
type: "guaranteedInvalid";
|
|
1129
1143
|
} | {
|
|
1130
1144
|
value: "";
|
|
1131
1145
|
type: "unset";
|
|
@@ -1231,6 +1245,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
1231
1245
|
type: "invalid";
|
|
1232
1246
|
})[];
|
|
1233
1247
|
type: "layers";
|
|
1248
|
+
} | {
|
|
1249
|
+
type: "guaranteedInvalid";
|
|
1234
1250
|
})[];
|
|
1235
1251
|
};
|
|
1236
1252
|
}, z.ZodTypeDef, {
|
|
@@ -1338,6 +1354,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
1338
1354
|
type: "invalid";
|
|
1339
1355
|
})[];
|
|
1340
1356
|
type: "layers";
|
|
1357
|
+
} | {
|
|
1358
|
+
type: "guaranteedInvalid";
|
|
1341
1359
|
} | {
|
|
1342
1360
|
value: "";
|
|
1343
1361
|
type: "unset";
|
|
@@ -1443,6 +1461,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
1443
1461
|
type: "invalid";
|
|
1444
1462
|
})[];
|
|
1445
1463
|
type: "layers";
|
|
1464
|
+
} | {
|
|
1465
|
+
type: "guaranteedInvalid";
|
|
1446
1466
|
})[];
|
|
1447
1467
|
};
|
|
1448
1468
|
}>]>, "many">;
|
|
@@ -1611,6 +1631,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
1611
1631
|
type: "invalid";
|
|
1612
1632
|
})[];
|
|
1613
1633
|
type: "layers";
|
|
1634
|
+
} | {
|
|
1635
|
+
type: "guaranteedInvalid";
|
|
1614
1636
|
} | {
|
|
1615
1637
|
value: "";
|
|
1616
1638
|
type: "unset";
|
|
@@ -1716,6 +1738,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
1716
1738
|
type: "invalid";
|
|
1717
1739
|
})[];
|
|
1718
1740
|
type: "layers";
|
|
1741
|
+
} | {
|
|
1742
|
+
type: "guaranteedInvalid";
|
|
1719
1743
|
})[];
|
|
1720
1744
|
};
|
|
1721
1745
|
} | {
|
|
@@ -1851,6 +1875,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
1851
1875
|
type: "invalid";
|
|
1852
1876
|
})[];
|
|
1853
1877
|
type: "layers";
|
|
1878
|
+
} | {
|
|
1879
|
+
type: "guaranteedInvalid";
|
|
1854
1880
|
} | {
|
|
1855
1881
|
value: "";
|
|
1856
1882
|
type: "unset";
|
|
@@ -1956,6 +1982,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
1956
1982
|
type: "invalid";
|
|
1957
1983
|
})[];
|
|
1958
1984
|
type: "layers";
|
|
1985
|
+
} | {
|
|
1986
|
+
type: "guaranteedInvalid";
|
|
1959
1987
|
})[];
|
|
1960
1988
|
};
|
|
1961
1989
|
})[];
|
|
@@ -2184,6 +2212,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
2184
2212
|
type: "invalid";
|
|
2185
2213
|
})[];
|
|
2186
2214
|
type: "layers";
|
|
2215
|
+
} | {
|
|
2216
|
+
type: "guaranteedInvalid";
|
|
2187
2217
|
} | {
|
|
2188
2218
|
value: "";
|
|
2189
2219
|
type: "unset";
|
|
@@ -2289,6 +2319,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
2289
2319
|
type: "invalid";
|
|
2290
2320
|
})[];
|
|
2291
2321
|
type: "layers";
|
|
2322
|
+
} | {
|
|
2323
|
+
type: "guaranteedInvalid";
|
|
2292
2324
|
})[];
|
|
2293
2325
|
};
|
|
2294
2326
|
}, z.ZodTypeDef, {
|
|
@@ -2396,6 +2428,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
2396
2428
|
type: "invalid";
|
|
2397
2429
|
})[];
|
|
2398
2430
|
type: "layers";
|
|
2431
|
+
} | {
|
|
2432
|
+
type: "guaranteedInvalid";
|
|
2399
2433
|
} | {
|
|
2400
2434
|
value: "";
|
|
2401
2435
|
type: "unset";
|
|
@@ -2501,6 +2535,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
2501
2535
|
type: "invalid";
|
|
2502
2536
|
})[];
|
|
2503
2537
|
type: "layers";
|
|
2538
|
+
} | {
|
|
2539
|
+
type: "guaranteedInvalid";
|
|
2504
2540
|
})[];
|
|
2505
2541
|
};
|
|
2506
2542
|
}>]>, "many">;
|
|
@@ -2649,6 +2685,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
2649
2685
|
type: "invalid";
|
|
2650
2686
|
})[];
|
|
2651
2687
|
type: "layers";
|
|
2688
|
+
} | {
|
|
2689
|
+
type: "guaranteedInvalid";
|
|
2652
2690
|
} | {
|
|
2653
2691
|
value: "";
|
|
2654
2692
|
type: "unset";
|
|
@@ -2754,6 +2792,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
2754
2792
|
type: "invalid";
|
|
2755
2793
|
})[];
|
|
2756
2794
|
type: "layers";
|
|
2795
|
+
} | {
|
|
2796
|
+
type: "guaranteedInvalid";
|
|
2757
2797
|
})[];
|
|
2758
2798
|
};
|
|
2759
2799
|
})[];
|
|
@@ -2864,6 +2904,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
2864
2904
|
type: "invalid";
|
|
2865
2905
|
})[];
|
|
2866
2906
|
type: "layers";
|
|
2907
|
+
} | {
|
|
2908
|
+
type: "guaranteedInvalid";
|
|
2867
2909
|
} | {
|
|
2868
2910
|
value: "";
|
|
2869
2911
|
type: "unset";
|
|
@@ -2969,6 +3011,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
2969
3011
|
type: "invalid";
|
|
2970
3012
|
})[];
|
|
2971
3013
|
type: "layers";
|
|
3014
|
+
} | {
|
|
3015
|
+
type: "guaranteedInvalid";
|
|
2972
3016
|
})[];
|
|
2973
3017
|
};
|
|
2974
3018
|
}, z.ZodTypeDef, {
|
|
@@ -3076,6 +3120,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
3076
3120
|
type: "invalid";
|
|
3077
3121
|
})[];
|
|
3078
3122
|
type: "layers";
|
|
3123
|
+
} | {
|
|
3124
|
+
type: "guaranteedInvalid";
|
|
3079
3125
|
} | {
|
|
3080
3126
|
value: "";
|
|
3081
3127
|
type: "unset";
|
|
@@ -3181,8 +3227,16 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
3181
3227
|
type: "invalid";
|
|
3182
3228
|
})[];
|
|
3183
3229
|
type: "layers";
|
|
3230
|
+
} | {
|
|
3231
|
+
type: "guaranteedInvalid";
|
|
3184
3232
|
})[];
|
|
3185
3233
|
};
|
|
3234
|
+
}>, z.ZodObject<{
|
|
3235
|
+
type: z.ZodLiteral<"guaranteedInvalid">;
|
|
3236
|
+
}, "strip", z.ZodTypeAny, {
|
|
3237
|
+
type: "guaranteedInvalid";
|
|
3238
|
+
}, {
|
|
3239
|
+
type: "guaranteedInvalid";
|
|
3186
3240
|
}>]>, z.ZodObject<{
|
|
3187
3241
|
type: z.ZodLiteral<"invalid">;
|
|
3188
3242
|
value: z.ZodString;
|
|
@@ -3481,6 +3535,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
3481
3535
|
type: "invalid";
|
|
3482
3536
|
})[];
|
|
3483
3537
|
type: "layers";
|
|
3538
|
+
} | {
|
|
3539
|
+
type: "guaranteedInvalid";
|
|
3484
3540
|
} | {
|
|
3485
3541
|
value: "";
|
|
3486
3542
|
type: "unset";
|
|
@@ -3586,6 +3642,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
3586
3642
|
type: "invalid";
|
|
3587
3643
|
})[];
|
|
3588
3644
|
type: "layers";
|
|
3645
|
+
} | {
|
|
3646
|
+
type: "guaranteedInvalid";
|
|
3589
3647
|
})[];
|
|
3590
3648
|
};
|
|
3591
3649
|
}, z.ZodTypeDef, {
|
|
@@ -3693,6 +3751,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
3693
3751
|
type: "invalid";
|
|
3694
3752
|
})[];
|
|
3695
3753
|
type: "layers";
|
|
3754
|
+
} | {
|
|
3755
|
+
type: "guaranteedInvalid";
|
|
3696
3756
|
} | {
|
|
3697
3757
|
value: "";
|
|
3698
3758
|
type: "unset";
|
|
@@ -3798,6 +3858,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
3798
3858
|
type: "invalid";
|
|
3799
3859
|
})[];
|
|
3800
3860
|
type: "layers";
|
|
3861
|
+
} | {
|
|
3862
|
+
type: "guaranteedInvalid";
|
|
3801
3863
|
})[];
|
|
3802
3864
|
};
|
|
3803
3865
|
}>]>, "many">;
|
|
@@ -3946,6 +4008,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
3946
4008
|
type: "invalid";
|
|
3947
4009
|
})[];
|
|
3948
4010
|
type: "layers";
|
|
4011
|
+
} | {
|
|
4012
|
+
type: "guaranteedInvalid";
|
|
3949
4013
|
} | {
|
|
3950
4014
|
value: "";
|
|
3951
4015
|
type: "unset";
|
|
@@ -4051,6 +4115,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
4051
4115
|
type: "invalid";
|
|
4052
4116
|
})[];
|
|
4053
4117
|
type: "layers";
|
|
4118
|
+
} | {
|
|
4119
|
+
type: "guaranteedInvalid";
|
|
4054
4120
|
})[];
|
|
4055
4121
|
};
|
|
4056
4122
|
})[];
|
|
@@ -4170,6 +4236,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
4170
4236
|
type: "invalid";
|
|
4171
4237
|
})[];
|
|
4172
4238
|
type: "layers";
|
|
4239
|
+
} | {
|
|
4240
|
+
type: "guaranteedInvalid";
|
|
4173
4241
|
} | {
|
|
4174
4242
|
value: "";
|
|
4175
4243
|
type: "unset";
|
|
@@ -4275,6 +4343,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
4275
4343
|
type: "invalid";
|
|
4276
4344
|
})[];
|
|
4277
4345
|
type: "layers";
|
|
4346
|
+
} | {
|
|
4347
|
+
type: "guaranteedInvalid";
|
|
4278
4348
|
})[];
|
|
4279
4349
|
};
|
|
4280
4350
|
}, z.ZodTypeDef, {
|
|
@@ -4382,6 +4452,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
4382
4452
|
type: "invalid";
|
|
4383
4453
|
})[];
|
|
4384
4454
|
type: "layers";
|
|
4455
|
+
} | {
|
|
4456
|
+
type: "guaranteedInvalid";
|
|
4385
4457
|
} | {
|
|
4386
4458
|
value: "";
|
|
4387
4459
|
type: "unset";
|
|
@@ -4487,6 +4559,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
4487
4559
|
type: "invalid";
|
|
4488
4560
|
})[];
|
|
4489
4561
|
type: "layers";
|
|
4562
|
+
} | {
|
|
4563
|
+
type: "guaranteedInvalid";
|
|
4490
4564
|
})[];
|
|
4491
4565
|
};
|
|
4492
4566
|
}>]>, "many">;
|
|
@@ -4655,6 +4729,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
4655
4729
|
type: "invalid";
|
|
4656
4730
|
})[];
|
|
4657
4731
|
type: "layers";
|
|
4732
|
+
} | {
|
|
4733
|
+
type: "guaranteedInvalid";
|
|
4658
4734
|
} | {
|
|
4659
4735
|
value: "";
|
|
4660
4736
|
type: "unset";
|
|
@@ -4760,6 +4836,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
4760
4836
|
type: "invalid";
|
|
4761
4837
|
})[];
|
|
4762
4838
|
type: "layers";
|
|
4839
|
+
} | {
|
|
4840
|
+
type: "guaranteedInvalid";
|
|
4763
4841
|
})[];
|
|
4764
4842
|
};
|
|
4765
4843
|
} | {
|
|
@@ -4895,6 +4973,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
4895
4973
|
type: "invalid";
|
|
4896
4974
|
})[];
|
|
4897
4975
|
type: "layers";
|
|
4976
|
+
} | {
|
|
4977
|
+
type: "guaranteedInvalid";
|
|
4898
4978
|
} | {
|
|
4899
4979
|
value: "";
|
|
4900
4980
|
type: "unset";
|
|
@@ -5000,6 +5080,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
5000
5080
|
type: "invalid";
|
|
5001
5081
|
})[];
|
|
5002
5082
|
type: "layers";
|
|
5083
|
+
} | {
|
|
5084
|
+
type: "guaranteedInvalid";
|
|
5003
5085
|
})[];
|
|
5004
5086
|
};
|
|
5005
5087
|
})[];
|
|
@@ -5228,6 +5310,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
5228
5310
|
type: "invalid";
|
|
5229
5311
|
})[];
|
|
5230
5312
|
type: "layers";
|
|
5313
|
+
} | {
|
|
5314
|
+
type: "guaranteedInvalid";
|
|
5231
5315
|
} | {
|
|
5232
5316
|
value: "";
|
|
5233
5317
|
type: "unset";
|
|
@@ -5333,6 +5417,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
5333
5417
|
type: "invalid";
|
|
5334
5418
|
})[];
|
|
5335
5419
|
type: "layers";
|
|
5420
|
+
} | {
|
|
5421
|
+
type: "guaranteedInvalid";
|
|
5336
5422
|
})[];
|
|
5337
5423
|
};
|
|
5338
5424
|
}, z.ZodTypeDef, {
|
|
@@ -5440,6 +5526,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
5440
5526
|
type: "invalid";
|
|
5441
5527
|
})[];
|
|
5442
5528
|
type: "layers";
|
|
5529
|
+
} | {
|
|
5530
|
+
type: "guaranteedInvalid";
|
|
5443
5531
|
} | {
|
|
5444
5532
|
value: "";
|
|
5445
5533
|
type: "unset";
|
|
@@ -5545,6 +5633,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
5545
5633
|
type: "invalid";
|
|
5546
5634
|
})[];
|
|
5547
5635
|
type: "layers";
|
|
5636
|
+
} | {
|
|
5637
|
+
type: "guaranteedInvalid";
|
|
5548
5638
|
})[];
|
|
5549
5639
|
};
|
|
5550
5640
|
}>]>, "many">;
|
|
@@ -5693,6 +5783,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
5693
5783
|
type: "invalid";
|
|
5694
5784
|
})[];
|
|
5695
5785
|
type: "layers";
|
|
5786
|
+
} | {
|
|
5787
|
+
type: "guaranteedInvalid";
|
|
5696
5788
|
} | {
|
|
5697
5789
|
value: "";
|
|
5698
5790
|
type: "unset";
|
|
@@ -5798,6 +5890,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
5798
5890
|
type: "invalid";
|
|
5799
5891
|
})[];
|
|
5800
5892
|
type: "layers";
|
|
5893
|
+
} | {
|
|
5894
|
+
type: "guaranteedInvalid";
|
|
5801
5895
|
})[];
|
|
5802
5896
|
};
|
|
5803
5897
|
})[];
|
|
@@ -5908,6 +6002,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
5908
6002
|
type: "invalid";
|
|
5909
6003
|
})[];
|
|
5910
6004
|
type: "layers";
|
|
6005
|
+
} | {
|
|
6006
|
+
type: "guaranteedInvalid";
|
|
5911
6007
|
} | {
|
|
5912
6008
|
value: "";
|
|
5913
6009
|
type: "unset";
|
|
@@ -6013,6 +6109,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
6013
6109
|
type: "invalid";
|
|
6014
6110
|
})[];
|
|
6015
6111
|
type: "layers";
|
|
6112
|
+
} | {
|
|
6113
|
+
type: "guaranteedInvalid";
|
|
6016
6114
|
})[];
|
|
6017
6115
|
};
|
|
6018
6116
|
}, z.ZodTypeDef, {
|
|
@@ -6120,6 +6218,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
6120
6218
|
type: "invalid";
|
|
6121
6219
|
})[];
|
|
6122
6220
|
type: "layers";
|
|
6221
|
+
} | {
|
|
6222
|
+
type: "guaranteedInvalid";
|
|
6123
6223
|
} | {
|
|
6124
6224
|
value: "";
|
|
6125
6225
|
type: "unset";
|
|
@@ -6225,8 +6325,16 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
6225
6325
|
type: "invalid";
|
|
6226
6326
|
})[];
|
|
6227
6327
|
type: "layers";
|
|
6328
|
+
} | {
|
|
6329
|
+
type: "guaranteedInvalid";
|
|
6228
6330
|
})[];
|
|
6229
6331
|
};
|
|
6332
|
+
}>, z.ZodObject<{
|
|
6333
|
+
type: z.ZodLiteral<"guaranteedInvalid">;
|
|
6334
|
+
}, "strip", z.ZodTypeAny, {
|
|
6335
|
+
type: "guaranteedInvalid";
|
|
6336
|
+
}, {
|
|
6337
|
+
type: "guaranteedInvalid";
|
|
6230
6338
|
}>]>, "many">;
|
|
6231
6339
|
}, "strip", z.ZodTypeAny, {
|
|
6232
6340
|
value: string;
|
|
@@ -6330,6 +6438,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
6330
6438
|
type: "invalid";
|
|
6331
6439
|
})[];
|
|
6332
6440
|
type: "layers";
|
|
6441
|
+
} | {
|
|
6442
|
+
type: "guaranteedInvalid";
|
|
6333
6443
|
})[];
|
|
6334
6444
|
}, {
|
|
6335
6445
|
value: string;
|
|
@@ -6459,6 +6569,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
6459
6569
|
type: "invalid";
|
|
6460
6570
|
})[];
|
|
6461
6571
|
type: "layers";
|
|
6572
|
+
} | {
|
|
6573
|
+
type: "guaranteedInvalid";
|
|
6462
6574
|
} | {
|
|
6463
6575
|
value: "";
|
|
6464
6576
|
type: "unset";
|
|
@@ -6564,6 +6676,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
6564
6676
|
type: "invalid";
|
|
6565
6677
|
})[];
|
|
6566
6678
|
type: "layers";
|
|
6679
|
+
} | {
|
|
6680
|
+
type: "guaranteedInvalid";
|
|
6567
6681
|
})[];
|
|
6568
6682
|
};
|
|
6569
6683
|
} | {
|
|
@@ -6699,6 +6813,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
6699
6813
|
type: "invalid";
|
|
6700
6814
|
})[];
|
|
6701
6815
|
type: "layers";
|
|
6816
|
+
} | {
|
|
6817
|
+
type: "guaranteedInvalid";
|
|
6702
6818
|
} | {
|
|
6703
6819
|
value: "";
|
|
6704
6820
|
type: "unset";
|
|
@@ -6804,6 +6920,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
6804
6920
|
type: "invalid";
|
|
6805
6921
|
})[];
|
|
6806
6922
|
type: "layers";
|
|
6923
|
+
} | {
|
|
6924
|
+
type: "guaranteedInvalid";
|
|
6807
6925
|
})[];
|
|
6808
6926
|
};
|
|
6809
6927
|
})[];
|
|
@@ -6926,6 +7044,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
6926
7044
|
type: "invalid";
|
|
6927
7045
|
})[];
|
|
6928
7046
|
type: "layers";
|
|
7047
|
+
} | {
|
|
7048
|
+
type: "guaranteedInvalid";
|
|
6929
7049
|
} | {
|
|
6930
7050
|
value: "";
|
|
6931
7051
|
type: "unset";
|
|
@@ -7031,6 +7151,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
7031
7151
|
type: "invalid";
|
|
7032
7152
|
})[];
|
|
7033
7153
|
type: "layers";
|
|
7154
|
+
} | {
|
|
7155
|
+
type: "guaranteedInvalid";
|
|
7034
7156
|
})[];
|
|
7035
7157
|
};
|
|
7036
7158
|
} | {
|
|
@@ -7166,6 +7288,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
7166
7288
|
type: "invalid";
|
|
7167
7289
|
})[];
|
|
7168
7290
|
type: "layers";
|
|
7291
|
+
} | {
|
|
7292
|
+
type: "guaranteedInvalid";
|
|
7169
7293
|
} | {
|
|
7170
7294
|
value: "";
|
|
7171
7295
|
type: "unset";
|
|
@@ -7271,6 +7395,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
7271
7395
|
type: "invalid";
|
|
7272
7396
|
})[];
|
|
7273
7397
|
type: "layers";
|
|
7398
|
+
} | {
|
|
7399
|
+
type: "guaranteedInvalid";
|
|
7274
7400
|
})[];
|
|
7275
7401
|
};
|
|
7276
7402
|
})[];
|
|
@@ -7281,6 +7407,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
7281
7407
|
type: "invalid";
|
|
7282
7408
|
})[];
|
|
7283
7409
|
type: "layers";
|
|
7410
|
+
} | {
|
|
7411
|
+
type: "guaranteedInvalid";
|
|
7284
7412
|
})[];
|
|
7285
7413
|
}>]>;
|
|
7286
7414
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7409,6 +7537,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
7409
7537
|
type: "invalid";
|
|
7410
7538
|
})[];
|
|
7411
7539
|
type: "layers";
|
|
7540
|
+
} | {
|
|
7541
|
+
type: "guaranteedInvalid";
|
|
7412
7542
|
} | {
|
|
7413
7543
|
value: "";
|
|
7414
7544
|
type: "unset";
|
|
@@ -7514,6 +7644,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
7514
7644
|
type: "invalid";
|
|
7515
7645
|
})[];
|
|
7516
7646
|
type: "layers";
|
|
7647
|
+
} | {
|
|
7648
|
+
type: "guaranteedInvalid";
|
|
7517
7649
|
})[];
|
|
7518
7650
|
};
|
|
7519
7651
|
} | {
|
|
@@ -7598,6 +7730,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
7598
7730
|
type: "invalid";
|
|
7599
7731
|
})[];
|
|
7600
7732
|
type: "layers";
|
|
7733
|
+
} | {
|
|
7734
|
+
type: "guaranteedInvalid";
|
|
7601
7735
|
} | {
|
|
7602
7736
|
value: "";
|
|
7603
7737
|
type: "unset";
|
|
@@ -7703,6 +7837,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
7703
7837
|
type: "invalid";
|
|
7704
7838
|
})[];
|
|
7705
7839
|
type: "layers";
|
|
7840
|
+
} | {
|
|
7841
|
+
type: "guaranteedInvalid";
|
|
7706
7842
|
})[];
|
|
7707
7843
|
};
|
|
7708
7844
|
property: string;
|
|
@@ -7833,6 +7969,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
7833
7969
|
type: "invalid";
|
|
7834
7970
|
})[];
|
|
7835
7971
|
type: "layers";
|
|
7972
|
+
} | {
|
|
7973
|
+
type: "guaranteedInvalid";
|
|
7836
7974
|
} | {
|
|
7837
7975
|
value: "";
|
|
7838
7976
|
type: "unset";
|
|
@@ -7938,6 +8076,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
7938
8076
|
type: "invalid";
|
|
7939
8077
|
})[];
|
|
7940
8078
|
type: "layers";
|
|
8079
|
+
} | {
|
|
8080
|
+
type: "guaranteedInvalid";
|
|
7941
8081
|
})[];
|
|
7942
8082
|
};
|
|
7943
8083
|
} | {
|
|
@@ -8073,6 +8213,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
8073
8213
|
type: "invalid";
|
|
8074
8214
|
})[];
|
|
8075
8215
|
type: "layers";
|
|
8216
|
+
} | {
|
|
8217
|
+
type: "guaranteedInvalid";
|
|
8076
8218
|
} | {
|
|
8077
8219
|
value: "";
|
|
8078
8220
|
type: "unset";
|
|
@@ -8178,6 +8320,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
8178
8320
|
type: "invalid";
|
|
8179
8321
|
})[];
|
|
8180
8322
|
type: "layers";
|
|
8323
|
+
} | {
|
|
8324
|
+
type: "guaranteedInvalid";
|
|
8181
8325
|
})[];
|
|
8182
8326
|
};
|
|
8183
8327
|
})[];
|
|
@@ -8303,6 +8447,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
8303
8447
|
type: "invalid";
|
|
8304
8448
|
})[];
|
|
8305
8449
|
type: "layers";
|
|
8450
|
+
} | {
|
|
8451
|
+
type: "guaranteedInvalid";
|
|
8306
8452
|
} | {
|
|
8307
8453
|
value: "";
|
|
8308
8454
|
type: "unset";
|
|
@@ -8408,6 +8554,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
8408
8554
|
type: "invalid";
|
|
8409
8555
|
})[];
|
|
8410
8556
|
type: "layers";
|
|
8557
|
+
} | {
|
|
8558
|
+
type: "guaranteedInvalid";
|
|
8411
8559
|
})[];
|
|
8412
8560
|
};
|
|
8413
8561
|
} | {
|
|
@@ -8543,6 +8691,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
8543
8691
|
type: "invalid";
|
|
8544
8692
|
})[];
|
|
8545
8693
|
type: "layers";
|
|
8694
|
+
} | {
|
|
8695
|
+
type: "guaranteedInvalid";
|
|
8546
8696
|
} | {
|
|
8547
8697
|
value: "";
|
|
8548
8698
|
type: "unset";
|
|
@@ -8648,6 +8798,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
8648
8798
|
type: "invalid";
|
|
8649
8799
|
})[];
|
|
8650
8800
|
type: "layers";
|
|
8801
|
+
} | {
|
|
8802
|
+
type: "guaranteedInvalid";
|
|
8651
8803
|
})[];
|
|
8652
8804
|
};
|
|
8653
8805
|
})[];
|
|
@@ -8658,6 +8810,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
8658
8810
|
type: "invalid";
|
|
8659
8811
|
})[];
|
|
8660
8812
|
type: "layers";
|
|
8813
|
+
} | {
|
|
8814
|
+
type: "guaranteedInvalid";
|
|
8661
8815
|
} | {
|
|
8662
8816
|
value: "";
|
|
8663
8817
|
type: "unset";
|
|
@@ -8789,6 +8943,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
8789
8943
|
type: "invalid";
|
|
8790
8944
|
})[];
|
|
8791
8945
|
type: "layers";
|
|
8946
|
+
} | {
|
|
8947
|
+
type: "guaranteedInvalid";
|
|
8792
8948
|
} | {
|
|
8793
8949
|
value: "";
|
|
8794
8950
|
type: "unset";
|
|
@@ -8894,6 +9050,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
8894
9050
|
type: "invalid";
|
|
8895
9051
|
})[];
|
|
8896
9052
|
type: "layers";
|
|
9053
|
+
} | {
|
|
9054
|
+
type: "guaranteedInvalid";
|
|
8897
9055
|
})[];
|
|
8898
9056
|
};
|
|
8899
9057
|
} | {
|
|
@@ -9029,6 +9187,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
9029
9187
|
type: "invalid";
|
|
9030
9188
|
})[];
|
|
9031
9189
|
type: "layers";
|
|
9190
|
+
} | {
|
|
9191
|
+
type: "guaranteedInvalid";
|
|
9032
9192
|
} | {
|
|
9033
9193
|
value: "";
|
|
9034
9194
|
type: "unset";
|
|
@@ -9134,6 +9294,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
9134
9294
|
type: "invalid";
|
|
9135
9295
|
})[];
|
|
9136
9296
|
type: "layers";
|
|
9297
|
+
} | {
|
|
9298
|
+
type: "guaranteedInvalid";
|
|
9137
9299
|
})[];
|
|
9138
9300
|
};
|
|
9139
9301
|
})[];
|
|
@@ -9256,6 +9418,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
9256
9418
|
type: "invalid";
|
|
9257
9419
|
})[];
|
|
9258
9420
|
type: "layers";
|
|
9421
|
+
} | {
|
|
9422
|
+
type: "guaranteedInvalid";
|
|
9259
9423
|
} | {
|
|
9260
9424
|
value: "";
|
|
9261
9425
|
type: "unset";
|
|
@@ -9361,6 +9525,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
9361
9525
|
type: "invalid";
|
|
9362
9526
|
})[];
|
|
9363
9527
|
type: "layers";
|
|
9528
|
+
} | {
|
|
9529
|
+
type: "guaranteedInvalid";
|
|
9364
9530
|
})[];
|
|
9365
9531
|
};
|
|
9366
9532
|
} | {
|
|
@@ -9496,6 +9662,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
9496
9662
|
type: "invalid";
|
|
9497
9663
|
})[];
|
|
9498
9664
|
type: "layers";
|
|
9665
|
+
} | {
|
|
9666
|
+
type: "guaranteedInvalid";
|
|
9499
9667
|
} | {
|
|
9500
9668
|
value: "";
|
|
9501
9669
|
type: "unset";
|
|
@@ -9601,6 +9769,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
9601
9769
|
type: "invalid";
|
|
9602
9770
|
})[];
|
|
9603
9771
|
type: "layers";
|
|
9772
|
+
} | {
|
|
9773
|
+
type: "guaranteedInvalid";
|
|
9604
9774
|
})[];
|
|
9605
9775
|
};
|
|
9606
9776
|
})[];
|
|
@@ -9611,6 +9781,8 @@ declare const EmbedTemplateStyleDeclRaw: z.ZodObject<{
|
|
|
9611
9781
|
type: "invalid";
|
|
9612
9782
|
})[];
|
|
9613
9783
|
type: "layers";
|
|
9784
|
+
} | {
|
|
9785
|
+
type: "guaranteedInvalid";
|
|
9614
9786
|
})[];
|
|
9615
9787
|
};
|
|
9616
9788
|
property: string;
|
|
@@ -9745,6 +9917,8 @@ export declare const EmbedTemplateStyleDecl: z.ZodType<{
|
|
|
9745
9917
|
type: "invalid";
|
|
9746
9918
|
})[];
|
|
9747
9919
|
type: "layers";
|
|
9920
|
+
} | {
|
|
9921
|
+
type: "guaranteedInvalid";
|
|
9748
9922
|
} | {
|
|
9749
9923
|
value: "";
|
|
9750
9924
|
type: "unset";
|
|
@@ -9850,6 +10024,8 @@ export declare const EmbedTemplateStyleDecl: z.ZodType<{
|
|
|
9850
10024
|
type: "invalid";
|
|
9851
10025
|
})[];
|
|
9852
10026
|
type: "layers";
|
|
10027
|
+
} | {
|
|
10028
|
+
type: "guaranteedInvalid";
|
|
9853
10029
|
})[];
|
|
9854
10030
|
};
|
|
9855
10031
|
} | {
|
|
@@ -9934,6 +10110,8 @@ export declare const EmbedTemplateStyleDecl: z.ZodType<{
|
|
|
9934
10110
|
type: "invalid";
|
|
9935
10111
|
})[];
|
|
9936
10112
|
type: "layers";
|
|
10113
|
+
} | {
|
|
10114
|
+
type: "guaranteedInvalid";
|
|
9937
10115
|
} | {
|
|
9938
10116
|
value: "";
|
|
9939
10117
|
type: "unset";
|
|
@@ -10039,6 +10217,8 @@ export declare const EmbedTemplateStyleDecl: z.ZodType<{
|
|
|
10039
10217
|
type: "invalid";
|
|
10040
10218
|
})[];
|
|
10041
10219
|
type: "layers";
|
|
10220
|
+
} | {
|
|
10221
|
+
type: "guaranteedInvalid";
|
|
10042
10222
|
})[];
|
|
10043
10223
|
};
|
|
10044
10224
|
state?: string | undefined;
|
|
@@ -10169,6 +10349,8 @@ export declare const EmbedTemplateStyleDecl: z.ZodType<{
|
|
|
10169
10349
|
type: "invalid";
|
|
10170
10350
|
})[];
|
|
10171
10351
|
type: "layers";
|
|
10352
|
+
} | {
|
|
10353
|
+
type: "guaranteedInvalid";
|
|
10172
10354
|
} | {
|
|
10173
10355
|
value: "";
|
|
10174
10356
|
type: "unset";
|
|
@@ -10274,6 +10456,8 @@ export declare const EmbedTemplateStyleDecl: z.ZodType<{
|
|
|
10274
10456
|
type: "invalid";
|
|
10275
10457
|
})[];
|
|
10276
10458
|
type: "layers";
|
|
10459
|
+
} | {
|
|
10460
|
+
type: "guaranteedInvalid";
|
|
10277
10461
|
})[];
|
|
10278
10462
|
};
|
|
10279
10463
|
} | {
|
|
@@ -10358,6 +10542,8 @@ export declare const EmbedTemplateStyleDecl: z.ZodType<{
|
|
|
10358
10542
|
type: "invalid";
|
|
10359
10543
|
})[];
|
|
10360
10544
|
type: "layers";
|
|
10545
|
+
} | {
|
|
10546
|
+
type: "guaranteedInvalid";
|
|
10361
10547
|
} | {
|
|
10362
10548
|
value: "";
|
|
10363
10549
|
type: "unset";
|
|
@@ -10463,6 +10649,8 @@ export declare const EmbedTemplateStyleDecl: z.ZodType<{
|
|
|
10463
10649
|
type: "invalid";
|
|
10464
10650
|
})[];
|
|
10465
10651
|
type: "layers";
|
|
10652
|
+
} | {
|
|
10653
|
+
type: "guaranteedInvalid";
|
|
10466
10654
|
})[];
|
|
10467
10655
|
};
|
|
10468
10656
|
state?: string | undefined;
|
|
@@ -10652,6 +10840,8 @@ export declare const namespaceMeta: (meta: WsComponentMeta, namespace: string, c
|
|
|
10652
10840
|
type: "invalid";
|
|
10653
10841
|
})[];
|
|
10654
10842
|
type: "layers";
|
|
10843
|
+
} | {
|
|
10844
|
+
type: "guaranteedInvalid";
|
|
10655
10845
|
} | {
|
|
10656
10846
|
value: "";
|
|
10657
10847
|
type: "unset";
|
|
@@ -10757,6 +10947,8 @@ export declare const namespaceMeta: (meta: WsComponentMeta, namespace: string, c
|
|
|
10757
10947
|
type: "invalid";
|
|
10758
10948
|
})[];
|
|
10759
10949
|
type: "layers";
|
|
10950
|
+
} | {
|
|
10951
|
+
type: "guaranteedInvalid";
|
|
10760
10952
|
})[];
|
|
10761
10953
|
};
|
|
10762
10954
|
} | {
|
|
@@ -10841,6 +11033,8 @@ export declare const namespaceMeta: (meta: WsComponentMeta, namespace: string, c
|
|
|
10841
11033
|
type: "invalid";
|
|
10842
11034
|
})[];
|
|
10843
11035
|
type: "layers";
|
|
11036
|
+
} | {
|
|
11037
|
+
type: "guaranteedInvalid";
|
|
10844
11038
|
} | {
|
|
10845
11039
|
value: "";
|
|
10846
11040
|
type: "unset";
|
|
@@ -10946,6 +11140,8 @@ export declare const namespaceMeta: (meta: WsComponentMeta, namespace: string, c
|
|
|
10946
11140
|
type: "invalid";
|
|
10947
11141
|
})[];
|
|
10948
11142
|
type: "layers";
|
|
11143
|
+
} | {
|
|
11144
|
+
type: "guaranteedInvalid";
|
|
10949
11145
|
})[];
|
|
10950
11146
|
};
|
|
10951
11147
|
state?: string | undefined;
|
|
@@ -11084,6 +11280,8 @@ export declare const namespaceMeta: (meta: WsComponentMeta, namespace: string, c
|
|
|
11084
11280
|
type: "invalid";
|
|
11085
11281
|
})[];
|
|
11086
11282
|
type: "layers";
|
|
11283
|
+
} | {
|
|
11284
|
+
type: "guaranteedInvalid";
|
|
11087
11285
|
} | {
|
|
11088
11286
|
value: "";
|
|
11089
11287
|
type: "unset";
|
|
@@ -11189,6 +11387,8 @@ export declare const namespaceMeta: (meta: WsComponentMeta, namespace: string, c
|
|
|
11189
11387
|
type: "invalid";
|
|
11190
11388
|
})[];
|
|
11191
11389
|
type: "layers";
|
|
11390
|
+
} | {
|
|
11391
|
+
type: "guaranteedInvalid";
|
|
11192
11392
|
})[];
|
|
11193
11393
|
};
|
|
11194
11394
|
} | {
|
|
@@ -11273,6 +11473,8 @@ export declare const namespaceMeta: (meta: WsComponentMeta, namespace: string, c
|
|
|
11273
11473
|
type: "invalid";
|
|
11274
11474
|
})[];
|
|
11275
11475
|
type: "layers";
|
|
11476
|
+
} | {
|
|
11477
|
+
type: "guaranteedInvalid";
|
|
11276
11478
|
} | {
|
|
11277
11479
|
value: "";
|
|
11278
11480
|
type: "unset";
|
|
@@ -11378,6 +11580,8 @@ export declare const namespaceMeta: (meta: WsComponentMeta, namespace: string, c
|
|
|
11378
11580
|
type: "invalid";
|
|
11379
11581
|
})[];
|
|
11380
11582
|
type: "layers";
|
|
11583
|
+
} | {
|
|
11584
|
+
type: "guaranteedInvalid";
|
|
11381
11585
|
})[];
|
|
11382
11586
|
};
|
|
11383
11587
|
state?: string | undefined;
|