@almadar/core 10.4.0 → 10.5.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/dist/builders.d.ts +3 -3
- package/dist/builders.js.map +1 -1
- package/dist/{compose-behaviors-C0O7EloG.d.ts → compose-behaviors-CDtaSzBE.d.ts} +1 -1
- package/dist/factory/index.d.ts +3 -3
- package/dist/index.d.ts +6 -6
- package/dist/index.js.map +1 -1
- package/dist/{schema-JNr7Yzww.d.ts → schema-CBlHwalB.d.ts} +614 -614
- package/dist/{trait-C7cTBoi5.d.ts → trait-FbHCWNhp.d.ts} +19 -20
- package/dist/types/index.d.ts +6 -6
- package/dist/types/index.js.map +1 -1
- package/dist/{types-CVzLocjv.d.ts → types--nPHnbUz.d.ts} +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { d as Expression, S as SExpr } from './expression-BVRFm0sV.js';
|
|
2
|
-
import { T as TraitConfig, bD as TraitConfigObject, bg as ServiceRef, d as Entity, f as EntityField, g as EntityPersistence, i as TraitRef, aa as EventPayloadField, H as ConfigFieldDeclaration, bc as ServiceDefinition, a as Trait } from './trait-
|
|
2
|
+
import { T as TraitConfig, bD as TraitConfigObject, bg as ServiceRef, d as Entity, f as EntityField, g as EntityPersistence, i as TraitRef, aa as EventPayloadField, H as ConfigFieldDeclaration, bc as ServiceDefinition, a as Trait } from './trait-FbHCWNhp.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -1849,10 +1849,6 @@ declare const MotionIntentMapSchema: z.ZodObject<{
|
|
|
1849
1849
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
1850
1850
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
1851
1851
|
} | undefined;
|
|
1852
|
-
transition?: {
|
|
1853
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
1854
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
1855
|
-
} | undefined;
|
|
1856
1852
|
enter?: {
|
|
1857
1853
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
1858
1854
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -1869,12 +1865,12 @@ declare const MotionIntentMapSchema: z.ZodObject<{
|
|
|
1869
1865
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
1870
1866
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
1871
1867
|
} | undefined;
|
|
1872
|
-
|
|
1873
|
-
hover?: {
|
|
1868
|
+
transition?: {
|
|
1874
1869
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
1875
1870
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
1876
1871
|
} | undefined;
|
|
1877
|
-
|
|
1872
|
+
}, {
|
|
1873
|
+
hover?: {
|
|
1878
1874
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
1879
1875
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
1880
1876
|
} | undefined;
|
|
@@ -1894,6 +1890,10 @@ declare const MotionIntentMapSchema: z.ZodObject<{
|
|
|
1894
1890
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
1895
1891
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
1896
1892
|
} | undefined;
|
|
1893
|
+
transition?: {
|
|
1894
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
1895
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
1896
|
+
} | undefined;
|
|
1897
1897
|
}>;
|
|
1898
1898
|
/**
|
|
1899
1899
|
* Motion axis — duration palette + easing palette + per-intent mapping.
|
|
@@ -2006,10 +2006,6 @@ declare const MotionTokensSchema: z.ZodObject<{
|
|
|
2006
2006
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
2007
2007
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
2008
2008
|
} | undefined;
|
|
2009
|
-
transition?: {
|
|
2010
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
2011
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
2012
|
-
} | undefined;
|
|
2013
2009
|
enter?: {
|
|
2014
2010
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
2015
2011
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -2026,12 +2022,12 @@ declare const MotionTokensSchema: z.ZodObject<{
|
|
|
2026
2022
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
2027
2023
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
2028
2024
|
} | undefined;
|
|
2029
|
-
|
|
2030
|
-
hover?: {
|
|
2025
|
+
transition?: {
|
|
2031
2026
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
2032
2027
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
2033
2028
|
} | undefined;
|
|
2034
|
-
|
|
2029
|
+
}, {
|
|
2030
|
+
hover?: {
|
|
2035
2031
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
2036
2032
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
2037
2033
|
} | undefined;
|
|
@@ -2051,6 +2047,10 @@ declare const MotionTokensSchema: z.ZodObject<{
|
|
|
2051
2047
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
2052
2048
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
2053
2049
|
} | undefined;
|
|
2050
|
+
transition?: {
|
|
2051
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
2052
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
2053
|
+
} | undefined;
|
|
2054
2054
|
}>>;
|
|
2055
2055
|
}, "strip", z.ZodTypeAny, {
|
|
2056
2056
|
intents?: {
|
|
@@ -2058,10 +2058,6 @@ declare const MotionTokensSchema: z.ZodObject<{
|
|
|
2058
2058
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
2059
2059
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
2060
2060
|
} | undefined;
|
|
2061
|
-
transition?: {
|
|
2062
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
2063
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
2064
|
-
} | undefined;
|
|
2065
2061
|
enter?: {
|
|
2066
2062
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
2067
2063
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -2078,6 +2074,10 @@ declare const MotionTokensSchema: z.ZodObject<{
|
|
|
2078
2074
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
2079
2075
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
2080
2076
|
} | undefined;
|
|
2077
|
+
transition?: {
|
|
2078
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
2079
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
2080
|
+
} | undefined;
|
|
2081
2081
|
} | undefined;
|
|
2082
2082
|
durations?: {
|
|
2083
2083
|
normal?: string | undefined;
|
|
@@ -2098,10 +2098,6 @@ declare const MotionTokensSchema: z.ZodObject<{
|
|
|
2098
2098
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
2099
2099
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
2100
2100
|
} | undefined;
|
|
2101
|
-
transition?: {
|
|
2102
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
2103
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
2104
|
-
} | undefined;
|
|
2105
2101
|
enter?: {
|
|
2106
2102
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
2107
2103
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -2118,6 +2114,10 @@ declare const MotionTokensSchema: z.ZodObject<{
|
|
|
2118
2114
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
2119
2115
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
2120
2116
|
} | undefined;
|
|
2117
|
+
transition?: {
|
|
2118
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
2119
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
2120
|
+
} | undefined;
|
|
2121
2121
|
} | undefined;
|
|
2122
2122
|
durations?: {
|
|
2123
2123
|
normal?: string | undefined;
|
|
@@ -3284,10 +3284,6 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3284
3284
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3285
3285
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
3286
3286
|
} | undefined;
|
|
3287
|
-
transition?: {
|
|
3288
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3289
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
3290
|
-
} | undefined;
|
|
3291
3287
|
enter?: {
|
|
3292
3288
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3293
3289
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -3304,12 +3300,12 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3304
3300
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3305
3301
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
3306
3302
|
} | undefined;
|
|
3307
|
-
|
|
3308
|
-
hover?: {
|
|
3303
|
+
transition?: {
|
|
3309
3304
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3310
3305
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
3311
3306
|
} | undefined;
|
|
3312
|
-
|
|
3307
|
+
}, {
|
|
3308
|
+
hover?: {
|
|
3313
3309
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3314
3310
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
3315
3311
|
} | undefined;
|
|
@@ -3329,6 +3325,10 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3329
3325
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3330
3326
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
3331
3327
|
} | undefined;
|
|
3328
|
+
transition?: {
|
|
3329
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3330
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
3331
|
+
} | undefined;
|
|
3332
3332
|
}>>;
|
|
3333
3333
|
}, "strip", z.ZodTypeAny, {
|
|
3334
3334
|
intents?: {
|
|
@@ -3336,10 +3336,6 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3336
3336
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3337
3337
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
3338
3338
|
} | undefined;
|
|
3339
|
-
transition?: {
|
|
3340
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3341
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
3342
|
-
} | undefined;
|
|
3343
3339
|
enter?: {
|
|
3344
3340
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3345
3341
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -3356,6 +3352,10 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3356
3352
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3357
3353
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
3358
3354
|
} | undefined;
|
|
3355
|
+
transition?: {
|
|
3356
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3357
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
3358
|
+
} | undefined;
|
|
3359
3359
|
} | undefined;
|
|
3360
3360
|
durations?: {
|
|
3361
3361
|
normal?: string | undefined;
|
|
@@ -3376,10 +3376,6 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3376
3376
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3377
3377
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
3378
3378
|
} | undefined;
|
|
3379
|
-
transition?: {
|
|
3380
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3381
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
3382
|
-
} | undefined;
|
|
3383
3379
|
enter?: {
|
|
3384
3380
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3385
3381
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -3396,6 +3392,10 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3396
3392
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3397
3393
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
3398
3394
|
} | undefined;
|
|
3395
|
+
transition?: {
|
|
3396
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3397
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
3398
|
+
} | undefined;
|
|
3399
3399
|
} | undefined;
|
|
3400
3400
|
durations?: {
|
|
3401
3401
|
normal?: string | undefined;
|
|
@@ -3650,10 +3650,6 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3650
3650
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3651
3651
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
3652
3652
|
} | undefined;
|
|
3653
|
-
transition?: {
|
|
3654
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3655
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
3656
|
-
} | undefined;
|
|
3657
3653
|
enter?: {
|
|
3658
3654
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3659
3655
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -3670,6 +3666,10 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3670
3666
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3671
3667
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
3672
3668
|
} | undefined;
|
|
3669
|
+
transition?: {
|
|
3670
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3671
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
3672
|
+
} | undefined;
|
|
3673
3673
|
} | undefined;
|
|
3674
3674
|
durations?: {
|
|
3675
3675
|
normal?: string | undefined;
|
|
@@ -3872,10 +3872,6 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3872
3872
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3873
3873
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
3874
3874
|
} | undefined;
|
|
3875
|
-
transition?: {
|
|
3876
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3877
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
3878
|
-
} | undefined;
|
|
3879
3875
|
enter?: {
|
|
3880
3876
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3881
3877
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -3892,6 +3888,10 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3892
3888
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3893
3889
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
3894
3890
|
} | undefined;
|
|
3891
|
+
transition?: {
|
|
3892
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
3893
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
3894
|
+
} | undefined;
|
|
3895
3895
|
} | undefined;
|
|
3896
3896
|
durations?: {
|
|
3897
3897
|
normal?: string | undefined;
|
|
@@ -4805,10 +4805,6 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
4805
4805
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
4806
4806
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
4807
4807
|
} | undefined;
|
|
4808
|
-
transition?: {
|
|
4809
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
4810
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
4811
|
-
} | undefined;
|
|
4812
4808
|
enter?: {
|
|
4813
4809
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
4814
4810
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -4825,12 +4821,12 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
4825
4821
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
4826
4822
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
4827
4823
|
} | undefined;
|
|
4828
|
-
|
|
4829
|
-
hover?: {
|
|
4824
|
+
transition?: {
|
|
4830
4825
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
4831
4826
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
4832
4827
|
} | undefined;
|
|
4833
|
-
|
|
4828
|
+
}, {
|
|
4829
|
+
hover?: {
|
|
4834
4830
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
4835
4831
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
4836
4832
|
} | undefined;
|
|
@@ -4850,6 +4846,10 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
4850
4846
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
4851
4847
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
4852
4848
|
} | undefined;
|
|
4849
|
+
transition?: {
|
|
4850
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
4851
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
4852
|
+
} | undefined;
|
|
4853
4853
|
}>>;
|
|
4854
4854
|
}, "strip", z.ZodTypeAny, {
|
|
4855
4855
|
intents?: {
|
|
@@ -4857,10 +4857,6 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
4857
4857
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
4858
4858
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
4859
4859
|
} | undefined;
|
|
4860
|
-
transition?: {
|
|
4861
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
4862
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
4863
|
-
} | undefined;
|
|
4864
4860
|
enter?: {
|
|
4865
4861
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
4866
4862
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -4877,6 +4873,10 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
4877
4873
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
4878
4874
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
4879
4875
|
} | undefined;
|
|
4876
|
+
transition?: {
|
|
4877
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
4878
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
4879
|
+
} | undefined;
|
|
4880
4880
|
} | undefined;
|
|
4881
4881
|
durations?: {
|
|
4882
4882
|
normal?: string | undefined;
|
|
@@ -4897,10 +4897,6 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
4897
4897
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
4898
4898
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
4899
4899
|
} | undefined;
|
|
4900
|
-
transition?: {
|
|
4901
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
4902
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
4903
|
-
} | undefined;
|
|
4904
4900
|
enter?: {
|
|
4905
4901
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
4906
4902
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -4917,6 +4913,10 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
4917
4913
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
4918
4914
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
4919
4915
|
} | undefined;
|
|
4916
|
+
transition?: {
|
|
4917
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
4918
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
4919
|
+
} | undefined;
|
|
4920
4920
|
} | undefined;
|
|
4921
4921
|
durations?: {
|
|
4922
4922
|
normal?: string | undefined;
|
|
@@ -5171,10 +5171,6 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
5171
5171
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
5172
5172
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
5173
5173
|
} | undefined;
|
|
5174
|
-
transition?: {
|
|
5175
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
5176
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
5177
|
-
} | undefined;
|
|
5178
5174
|
enter?: {
|
|
5179
5175
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
5180
5176
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -5191,6 +5187,10 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
5191
5187
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
5192
5188
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
5193
5189
|
} | undefined;
|
|
5190
|
+
transition?: {
|
|
5191
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
5192
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
5193
|
+
} | undefined;
|
|
5194
5194
|
} | undefined;
|
|
5195
5195
|
durations?: {
|
|
5196
5196
|
normal?: string | undefined;
|
|
@@ -5393,10 +5393,6 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
5393
5393
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
5394
5394
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
5395
5395
|
} | undefined;
|
|
5396
|
-
transition?: {
|
|
5397
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
5398
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
5399
|
-
} | undefined;
|
|
5400
5396
|
enter?: {
|
|
5401
5397
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
5402
5398
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -5413,6 +5409,10 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
5413
5409
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
5414
5410
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
5415
5411
|
} | undefined;
|
|
5412
|
+
transition?: {
|
|
5413
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
5414
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
5415
|
+
} | undefined;
|
|
5416
5416
|
} | undefined;
|
|
5417
5417
|
durations?: {
|
|
5418
5418
|
normal?: string | undefined;
|
|
@@ -6307,10 +6307,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6307
6307
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6308
6308
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
6309
6309
|
} | undefined;
|
|
6310
|
-
transition?: {
|
|
6311
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6312
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
6313
|
-
} | undefined;
|
|
6314
6310
|
enter?: {
|
|
6315
6311
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6316
6312
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -6327,12 +6323,12 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6327
6323
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6328
6324
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
6329
6325
|
} | undefined;
|
|
6330
|
-
|
|
6331
|
-
hover?: {
|
|
6326
|
+
transition?: {
|
|
6332
6327
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6333
6328
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
6334
6329
|
} | undefined;
|
|
6335
|
-
|
|
6330
|
+
}, {
|
|
6331
|
+
hover?: {
|
|
6336
6332
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6337
6333
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
6338
6334
|
} | undefined;
|
|
@@ -6352,6 +6348,10 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6352
6348
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6353
6349
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
6354
6350
|
} | undefined;
|
|
6351
|
+
transition?: {
|
|
6352
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6353
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
6354
|
+
} | undefined;
|
|
6355
6355
|
}>>;
|
|
6356
6356
|
}, "strip", z.ZodTypeAny, {
|
|
6357
6357
|
intents?: {
|
|
@@ -6359,10 +6359,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6359
6359
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6360
6360
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
6361
6361
|
} | undefined;
|
|
6362
|
-
transition?: {
|
|
6363
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6364
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
6365
|
-
} | undefined;
|
|
6366
6362
|
enter?: {
|
|
6367
6363
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6368
6364
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -6379,6 +6375,10 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6379
6375
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6380
6376
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
6381
6377
|
} | undefined;
|
|
6378
|
+
transition?: {
|
|
6379
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6380
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
6381
|
+
} | undefined;
|
|
6382
6382
|
} | undefined;
|
|
6383
6383
|
durations?: {
|
|
6384
6384
|
normal?: string | undefined;
|
|
@@ -6399,10 +6399,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6399
6399
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6400
6400
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
6401
6401
|
} | undefined;
|
|
6402
|
-
transition?: {
|
|
6403
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6404
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
6405
|
-
} | undefined;
|
|
6406
6402
|
enter?: {
|
|
6407
6403
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6408
6404
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -6419,6 +6415,10 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6419
6415
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6420
6416
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
6421
6417
|
} | undefined;
|
|
6418
|
+
transition?: {
|
|
6419
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6420
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
6421
|
+
} | undefined;
|
|
6422
6422
|
} | undefined;
|
|
6423
6423
|
durations?: {
|
|
6424
6424
|
normal?: string | undefined;
|
|
@@ -6673,10 +6673,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6673
6673
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6674
6674
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
6675
6675
|
} | undefined;
|
|
6676
|
-
transition?: {
|
|
6677
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6678
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
6679
|
-
} | undefined;
|
|
6680
6676
|
enter?: {
|
|
6681
6677
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6682
6678
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -6693,6 +6689,10 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6693
6689
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6694
6690
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
6695
6691
|
} | undefined;
|
|
6692
|
+
transition?: {
|
|
6693
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6694
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
6695
|
+
} | undefined;
|
|
6696
6696
|
} | undefined;
|
|
6697
6697
|
durations?: {
|
|
6698
6698
|
normal?: string | undefined;
|
|
@@ -6895,10 +6895,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6895
6895
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6896
6896
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
6897
6897
|
} | undefined;
|
|
6898
|
-
transition?: {
|
|
6899
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6900
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
6901
|
-
} | undefined;
|
|
6902
6898
|
enter?: {
|
|
6903
6899
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6904
6900
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -6915,6 +6911,10 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6915
6911
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6916
6912
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
6917
6913
|
} | undefined;
|
|
6914
|
+
transition?: {
|
|
6915
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
6916
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
6917
|
+
} | undefined;
|
|
6918
6918
|
} | undefined;
|
|
6919
6919
|
durations?: {
|
|
6920
6920
|
normal?: string | undefined;
|
|
@@ -7796,10 +7796,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
7796
7796
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
7797
7797
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
7798
7798
|
} | undefined;
|
|
7799
|
-
transition?: {
|
|
7800
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
7801
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
7802
|
-
} | undefined;
|
|
7803
7799
|
enter?: {
|
|
7804
7800
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
7805
7801
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -7816,12 +7812,12 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
7816
7812
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
7817
7813
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
7818
7814
|
} | undefined;
|
|
7819
|
-
|
|
7820
|
-
hover?: {
|
|
7815
|
+
transition?: {
|
|
7821
7816
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
7822
7817
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
7823
7818
|
} | undefined;
|
|
7824
|
-
|
|
7819
|
+
}, {
|
|
7820
|
+
hover?: {
|
|
7825
7821
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
7826
7822
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
7827
7823
|
} | undefined;
|
|
@@ -7841,6 +7837,10 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
7841
7837
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
7842
7838
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
7843
7839
|
} | undefined;
|
|
7840
|
+
transition?: {
|
|
7841
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
7842
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
7843
|
+
} | undefined;
|
|
7844
7844
|
}>>;
|
|
7845
7845
|
}, "strip", z.ZodTypeAny, {
|
|
7846
7846
|
intents?: {
|
|
@@ -7848,10 +7848,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
7848
7848
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
7849
7849
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
7850
7850
|
} | undefined;
|
|
7851
|
-
transition?: {
|
|
7852
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
7853
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
7854
|
-
} | undefined;
|
|
7855
7851
|
enter?: {
|
|
7856
7852
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
7857
7853
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -7868,6 +7864,10 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
7868
7864
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
7869
7865
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
7870
7866
|
} | undefined;
|
|
7867
|
+
transition?: {
|
|
7868
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
7869
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
7870
|
+
} | undefined;
|
|
7871
7871
|
} | undefined;
|
|
7872
7872
|
durations?: {
|
|
7873
7873
|
normal?: string | undefined;
|
|
@@ -7888,10 +7888,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
7888
7888
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
7889
7889
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
7890
7890
|
} | undefined;
|
|
7891
|
-
transition?: {
|
|
7892
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
7893
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
7894
|
-
} | undefined;
|
|
7895
7891
|
enter?: {
|
|
7896
7892
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
7897
7893
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -7908,6 +7904,10 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
7908
7904
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
7909
7905
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
7910
7906
|
} | undefined;
|
|
7907
|
+
transition?: {
|
|
7908
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
7909
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
7910
|
+
} | undefined;
|
|
7911
7911
|
} | undefined;
|
|
7912
7912
|
durations?: {
|
|
7913
7913
|
normal?: string | undefined;
|
|
@@ -8162,10 +8162,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8162
8162
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
8163
8163
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
8164
8164
|
} | undefined;
|
|
8165
|
-
transition?: {
|
|
8166
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
8167
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
8168
|
-
} | undefined;
|
|
8169
8165
|
enter?: {
|
|
8170
8166
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
8171
8167
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -8182,6 +8178,10 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8182
8178
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
8183
8179
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
8184
8180
|
} | undefined;
|
|
8181
|
+
transition?: {
|
|
8182
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
8183
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
8184
|
+
} | undefined;
|
|
8185
8185
|
} | undefined;
|
|
8186
8186
|
durations?: {
|
|
8187
8187
|
normal?: string | undefined;
|
|
@@ -8384,10 +8384,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8384
8384
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
8385
8385
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
8386
8386
|
} | undefined;
|
|
8387
|
-
transition?: {
|
|
8388
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
8389
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
8390
|
-
} | undefined;
|
|
8391
8387
|
enter?: {
|
|
8392
8388
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
8393
8389
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -8404,6 +8400,10 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8404
8400
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
8405
8401
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
8406
8402
|
} | undefined;
|
|
8403
|
+
transition?: {
|
|
8404
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
8405
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
8406
|
+
} | undefined;
|
|
8407
8407
|
} | undefined;
|
|
8408
8408
|
durations?: {
|
|
8409
8409
|
normal?: string | undefined;
|
|
@@ -8609,10 +8609,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8609
8609
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
8610
8610
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
8611
8611
|
} | undefined;
|
|
8612
|
-
transition?: {
|
|
8613
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
8614
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
8615
|
-
} | undefined;
|
|
8616
8612
|
enter?: {
|
|
8617
8613
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
8618
8614
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -8629,6 +8625,10 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8629
8625
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
8630
8626
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
8631
8627
|
} | undefined;
|
|
8628
|
+
transition?: {
|
|
8629
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
8630
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
8631
|
+
} | undefined;
|
|
8632
8632
|
} | undefined;
|
|
8633
8633
|
durations?: {
|
|
8634
8634
|
normal?: string | undefined;
|
|
@@ -8832,10 +8832,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8832
8832
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
8833
8833
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
8834
8834
|
} | undefined;
|
|
8835
|
-
transition?: {
|
|
8836
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
8837
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
8838
|
-
} | undefined;
|
|
8839
8835
|
enter?: {
|
|
8840
8836
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
8841
8837
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -8852,6 +8848,10 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8852
8848
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
8853
8849
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
8854
8850
|
} | undefined;
|
|
8851
|
+
transition?: {
|
|
8852
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
8853
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
8854
|
+
} | undefined;
|
|
8855
8855
|
} | undefined;
|
|
8856
8856
|
durations?: {
|
|
8857
8857
|
normal?: string | undefined;
|
|
@@ -9057,10 +9057,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
9057
9057
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
9058
9058
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
9059
9059
|
} | undefined;
|
|
9060
|
-
transition?: {
|
|
9061
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
9062
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
9063
|
-
} | undefined;
|
|
9064
9060
|
enter?: {
|
|
9065
9061
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
9066
9062
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -9077,6 +9073,10 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
9077
9073
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
9078
9074
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
9079
9075
|
} | undefined;
|
|
9076
|
+
transition?: {
|
|
9077
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
9078
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
9079
|
+
} | undefined;
|
|
9080
9080
|
} | undefined;
|
|
9081
9081
|
durations?: {
|
|
9082
9082
|
normal?: string | undefined;
|
|
@@ -9280,10 +9280,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
9280
9280
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
9281
9281
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
9282
9282
|
} | undefined;
|
|
9283
|
-
transition?: {
|
|
9284
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
9285
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
9286
|
-
} | undefined;
|
|
9287
9283
|
enter?: {
|
|
9288
9284
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
9289
9285
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -9300,6 +9296,10 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
9300
9296
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
9301
9297
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
9302
9298
|
} | undefined;
|
|
9299
|
+
transition?: {
|
|
9300
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
9301
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
9302
|
+
} | undefined;
|
|
9303
9303
|
} | undefined;
|
|
9304
9304
|
durations?: {
|
|
9305
9305
|
normal?: string | undefined;
|
|
@@ -10208,10 +10208,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10208
10208
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10209
10209
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
10210
10210
|
} | undefined;
|
|
10211
|
-
transition?: {
|
|
10212
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10213
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
10214
|
-
} | undefined;
|
|
10215
10211
|
enter?: {
|
|
10216
10212
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10217
10213
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -10228,12 +10224,12 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10228
10224
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10229
10225
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
10230
10226
|
} | undefined;
|
|
10231
|
-
|
|
10232
|
-
hover?: {
|
|
10227
|
+
transition?: {
|
|
10233
10228
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10234
10229
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
10235
10230
|
} | undefined;
|
|
10236
|
-
|
|
10231
|
+
}, {
|
|
10232
|
+
hover?: {
|
|
10237
10233
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10238
10234
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
10239
10235
|
} | undefined;
|
|
@@ -10253,6 +10249,10 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10253
10249
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10254
10250
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
10255
10251
|
} | undefined;
|
|
10252
|
+
transition?: {
|
|
10253
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10254
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
10255
|
+
} | undefined;
|
|
10256
10256
|
}>>;
|
|
10257
10257
|
}, "strip", z.ZodTypeAny, {
|
|
10258
10258
|
intents?: {
|
|
@@ -10260,10 +10260,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10260
10260
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10261
10261
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
10262
10262
|
} | undefined;
|
|
10263
|
-
transition?: {
|
|
10264
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10265
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
10266
|
-
} | undefined;
|
|
10267
10263
|
enter?: {
|
|
10268
10264
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10269
10265
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -10280,6 +10276,10 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10280
10276
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10281
10277
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
10282
10278
|
} | undefined;
|
|
10279
|
+
transition?: {
|
|
10280
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10281
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
10282
|
+
} | undefined;
|
|
10283
10283
|
} | undefined;
|
|
10284
10284
|
durations?: {
|
|
10285
10285
|
normal?: string | undefined;
|
|
@@ -10300,10 +10300,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10300
10300
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10301
10301
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
10302
10302
|
} | undefined;
|
|
10303
|
-
transition?: {
|
|
10304
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10305
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
10306
|
-
} | undefined;
|
|
10307
10303
|
enter?: {
|
|
10308
10304
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10309
10305
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -10320,6 +10316,10 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10320
10316
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10321
10317
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
10322
10318
|
} | undefined;
|
|
10319
|
+
transition?: {
|
|
10320
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10321
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
10322
|
+
} | undefined;
|
|
10323
10323
|
} | undefined;
|
|
10324
10324
|
durations?: {
|
|
10325
10325
|
normal?: string | undefined;
|
|
@@ -10574,10 +10574,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10574
10574
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10575
10575
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
10576
10576
|
} | undefined;
|
|
10577
|
-
transition?: {
|
|
10578
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10579
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
10580
|
-
} | undefined;
|
|
10581
10577
|
enter?: {
|
|
10582
10578
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10583
10579
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -10594,6 +10590,10 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10594
10590
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10595
10591
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
10596
10592
|
} | undefined;
|
|
10593
|
+
transition?: {
|
|
10594
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10595
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
10596
|
+
} | undefined;
|
|
10597
10597
|
} | undefined;
|
|
10598
10598
|
durations?: {
|
|
10599
10599
|
normal?: string | undefined;
|
|
@@ -10796,10 +10796,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10796
10796
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10797
10797
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
10798
10798
|
} | undefined;
|
|
10799
|
-
transition?: {
|
|
10800
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10801
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
10802
|
-
} | undefined;
|
|
10803
10799
|
enter?: {
|
|
10804
10800
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10805
10801
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -10816,6 +10812,10 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10816
10812
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10817
10813
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
10818
10814
|
} | undefined;
|
|
10815
|
+
transition?: {
|
|
10816
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
10817
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
10818
|
+
} | undefined;
|
|
10819
10819
|
} | undefined;
|
|
10820
10820
|
durations?: {
|
|
10821
10821
|
normal?: string | undefined;
|
|
@@ -11697,10 +11697,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11697
11697
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
11698
11698
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
11699
11699
|
} | undefined;
|
|
11700
|
-
transition?: {
|
|
11701
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
11702
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
11703
|
-
} | undefined;
|
|
11704
11700
|
enter?: {
|
|
11705
11701
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
11706
11702
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -11717,12 +11713,12 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11717
11713
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
11718
11714
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
11719
11715
|
} | undefined;
|
|
11720
|
-
|
|
11721
|
-
hover?: {
|
|
11716
|
+
transition?: {
|
|
11722
11717
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
11723
11718
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
11724
11719
|
} | undefined;
|
|
11725
|
-
|
|
11720
|
+
}, {
|
|
11721
|
+
hover?: {
|
|
11726
11722
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
11727
11723
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
11728
11724
|
} | undefined;
|
|
@@ -11742,6 +11738,10 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11742
11738
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
11743
11739
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
11744
11740
|
} | undefined;
|
|
11741
|
+
transition?: {
|
|
11742
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
11743
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
11744
|
+
} | undefined;
|
|
11745
11745
|
}>>;
|
|
11746
11746
|
}, "strip", z.ZodTypeAny, {
|
|
11747
11747
|
intents?: {
|
|
@@ -11749,10 +11749,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11749
11749
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
11750
11750
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
11751
11751
|
} | undefined;
|
|
11752
|
-
transition?: {
|
|
11753
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
11754
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
11755
|
-
} | undefined;
|
|
11756
11752
|
enter?: {
|
|
11757
11753
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
11758
11754
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -11769,6 +11765,10 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11769
11765
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
11770
11766
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
11771
11767
|
} | undefined;
|
|
11768
|
+
transition?: {
|
|
11769
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
11770
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
11771
|
+
} | undefined;
|
|
11772
11772
|
} | undefined;
|
|
11773
11773
|
durations?: {
|
|
11774
11774
|
normal?: string | undefined;
|
|
@@ -11789,10 +11789,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11789
11789
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
11790
11790
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
11791
11791
|
} | undefined;
|
|
11792
|
-
transition?: {
|
|
11793
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
11794
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
11795
|
-
} | undefined;
|
|
11796
11792
|
enter?: {
|
|
11797
11793
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
11798
11794
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -11809,6 +11805,10 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11809
11805
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
11810
11806
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
11811
11807
|
} | undefined;
|
|
11808
|
+
transition?: {
|
|
11809
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
11810
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
11811
|
+
} | undefined;
|
|
11812
11812
|
} | undefined;
|
|
11813
11813
|
durations?: {
|
|
11814
11814
|
normal?: string | undefined;
|
|
@@ -12063,10 +12063,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12063
12063
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12064
12064
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
12065
12065
|
} | undefined;
|
|
12066
|
-
transition?: {
|
|
12067
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12068
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
12069
|
-
} | undefined;
|
|
12070
12066
|
enter?: {
|
|
12071
12067
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12072
12068
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -12083,6 +12079,10 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12083
12079
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12084
12080
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
12085
12081
|
} | undefined;
|
|
12082
|
+
transition?: {
|
|
12083
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12084
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
12085
|
+
} | undefined;
|
|
12086
12086
|
} | undefined;
|
|
12087
12087
|
durations?: {
|
|
12088
12088
|
normal?: string | undefined;
|
|
@@ -12285,10 +12285,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12285
12285
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12286
12286
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
12287
12287
|
} | undefined;
|
|
12288
|
-
transition?: {
|
|
12289
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12290
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
12291
|
-
} | undefined;
|
|
12292
12288
|
enter?: {
|
|
12293
12289
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12294
12290
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -12305,6 +12301,10 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12305
12301
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12306
12302
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
12307
12303
|
} | undefined;
|
|
12304
|
+
transition?: {
|
|
12305
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12306
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
12307
|
+
} | undefined;
|
|
12308
12308
|
} | undefined;
|
|
12309
12309
|
durations?: {
|
|
12310
12310
|
normal?: string | undefined;
|
|
@@ -12510,10 +12510,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12510
12510
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12511
12511
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
12512
12512
|
} | undefined;
|
|
12513
|
-
transition?: {
|
|
12514
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12515
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
12516
|
-
} | undefined;
|
|
12517
12513
|
enter?: {
|
|
12518
12514
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12519
12515
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -12530,6 +12526,10 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12530
12526
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12531
12527
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
12532
12528
|
} | undefined;
|
|
12529
|
+
transition?: {
|
|
12530
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12531
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
12532
|
+
} | undefined;
|
|
12533
12533
|
} | undefined;
|
|
12534
12534
|
durations?: {
|
|
12535
12535
|
normal?: string | undefined;
|
|
@@ -12733,10 +12733,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12733
12733
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12734
12734
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
12735
12735
|
} | undefined;
|
|
12736
|
-
transition?: {
|
|
12737
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12738
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
12739
|
-
} | undefined;
|
|
12740
12736
|
enter?: {
|
|
12741
12737
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12742
12738
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -12753,6 +12749,10 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12753
12749
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12754
12750
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
12755
12751
|
} | undefined;
|
|
12752
|
+
transition?: {
|
|
12753
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12754
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
12755
|
+
} | undefined;
|
|
12756
12756
|
} | undefined;
|
|
12757
12757
|
durations?: {
|
|
12758
12758
|
normal?: string | undefined;
|
|
@@ -12958,10 +12958,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12958
12958
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12959
12959
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
12960
12960
|
} | undefined;
|
|
12961
|
-
transition?: {
|
|
12962
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12963
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
12964
|
-
} | undefined;
|
|
12965
12961
|
enter?: {
|
|
12966
12962
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12967
12963
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -12978,6 +12974,10 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12978
12974
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12979
12975
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
12980
12976
|
} | undefined;
|
|
12977
|
+
transition?: {
|
|
12978
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
12979
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
12980
|
+
} | undefined;
|
|
12981
12981
|
} | undefined;
|
|
12982
12982
|
durations?: {
|
|
12983
12983
|
normal?: string | undefined;
|
|
@@ -13181,10 +13181,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13181
13181
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
13182
13182
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
13183
13183
|
} | undefined;
|
|
13184
|
-
transition?: {
|
|
13185
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
13186
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
13187
|
-
} | undefined;
|
|
13188
13184
|
enter?: {
|
|
13189
13185
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
13190
13186
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -13201,6 +13197,10 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13201
13197
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
13202
13198
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
13203
13199
|
} | undefined;
|
|
13200
|
+
transition?: {
|
|
13201
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
13202
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
13203
|
+
} | undefined;
|
|
13204
13204
|
} | undefined;
|
|
13205
13205
|
durations?: {
|
|
13206
13206
|
normal?: string | undefined;
|
|
@@ -14096,10 +14096,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14096
14096
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14097
14097
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
14098
14098
|
} | undefined;
|
|
14099
|
-
transition?: {
|
|
14100
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14101
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
14102
|
-
} | undefined;
|
|
14103
14099
|
enter?: {
|
|
14104
14100
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14105
14101
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -14116,12 +14112,12 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14116
14112
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14117
14113
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
14118
14114
|
} | undefined;
|
|
14119
|
-
|
|
14120
|
-
hover?: {
|
|
14115
|
+
transition?: {
|
|
14121
14116
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14122
14117
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
14123
14118
|
} | undefined;
|
|
14124
|
-
|
|
14119
|
+
}, {
|
|
14120
|
+
hover?: {
|
|
14125
14121
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14126
14122
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
14127
14123
|
} | undefined;
|
|
@@ -14141,6 +14137,10 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14141
14137
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14142
14138
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
14143
14139
|
} | undefined;
|
|
14140
|
+
transition?: {
|
|
14141
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14142
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
14143
|
+
} | undefined;
|
|
14144
14144
|
}>>;
|
|
14145
14145
|
}, "strip", z.ZodTypeAny, {
|
|
14146
14146
|
intents?: {
|
|
@@ -14148,10 +14148,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14148
14148
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14149
14149
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
14150
14150
|
} | undefined;
|
|
14151
|
-
transition?: {
|
|
14152
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14153
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
14154
|
-
} | undefined;
|
|
14155
14151
|
enter?: {
|
|
14156
14152
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14157
14153
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -14168,6 +14164,10 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14168
14164
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14169
14165
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
14170
14166
|
} | undefined;
|
|
14167
|
+
transition?: {
|
|
14168
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14169
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
14170
|
+
} | undefined;
|
|
14171
14171
|
} | undefined;
|
|
14172
14172
|
durations?: {
|
|
14173
14173
|
normal?: string | undefined;
|
|
@@ -14188,10 +14188,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14188
14188
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14189
14189
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
14190
14190
|
} | undefined;
|
|
14191
|
-
transition?: {
|
|
14192
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14193
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
14194
|
-
} | undefined;
|
|
14195
14191
|
enter?: {
|
|
14196
14192
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14197
14193
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -14208,6 +14204,10 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14208
14204
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14209
14205
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
14210
14206
|
} | undefined;
|
|
14207
|
+
transition?: {
|
|
14208
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14209
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
14210
|
+
} | undefined;
|
|
14211
14211
|
} | undefined;
|
|
14212
14212
|
durations?: {
|
|
14213
14213
|
normal?: string | undefined;
|
|
@@ -14462,10 +14462,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14462
14462
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14463
14463
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
14464
14464
|
} | undefined;
|
|
14465
|
-
transition?: {
|
|
14466
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14467
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
14468
|
-
} | undefined;
|
|
14469
14465
|
enter?: {
|
|
14470
14466
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14471
14467
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -14482,6 +14478,10 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14482
14478
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14483
14479
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
14484
14480
|
} | undefined;
|
|
14481
|
+
transition?: {
|
|
14482
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14483
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
14484
|
+
} | undefined;
|
|
14485
14485
|
} | undefined;
|
|
14486
14486
|
durations?: {
|
|
14487
14487
|
normal?: string | undefined;
|
|
@@ -14684,10 +14684,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14684
14684
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14685
14685
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
14686
14686
|
} | undefined;
|
|
14687
|
-
transition?: {
|
|
14688
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14689
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
14690
|
-
} | undefined;
|
|
14691
14687
|
enter?: {
|
|
14692
14688
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14693
14689
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -14704,6 +14700,10 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14704
14700
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14705
14701
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
14706
14702
|
} | undefined;
|
|
14703
|
+
transition?: {
|
|
14704
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
14705
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
14706
|
+
} | undefined;
|
|
14707
14707
|
} | undefined;
|
|
14708
14708
|
durations?: {
|
|
14709
14709
|
normal?: string | undefined;
|
|
@@ -15585,10 +15585,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
15585
15585
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
15586
15586
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
15587
15587
|
} | undefined;
|
|
15588
|
-
transition?: {
|
|
15589
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
15590
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
15591
|
-
} | undefined;
|
|
15592
15588
|
enter?: {
|
|
15593
15589
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
15594
15590
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -15605,12 +15601,12 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
15605
15601
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
15606
15602
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
15607
15603
|
} | undefined;
|
|
15608
|
-
|
|
15609
|
-
hover?: {
|
|
15604
|
+
transition?: {
|
|
15610
15605
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
15611
15606
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
15612
15607
|
} | undefined;
|
|
15613
|
-
|
|
15608
|
+
}, {
|
|
15609
|
+
hover?: {
|
|
15614
15610
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
15615
15611
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
15616
15612
|
} | undefined;
|
|
@@ -15630,6 +15626,10 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
15630
15626
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
15631
15627
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
15632
15628
|
} | undefined;
|
|
15629
|
+
transition?: {
|
|
15630
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
15631
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
15632
|
+
} | undefined;
|
|
15633
15633
|
}>>;
|
|
15634
15634
|
}, "strip", z.ZodTypeAny, {
|
|
15635
15635
|
intents?: {
|
|
@@ -15637,10 +15637,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
15637
15637
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
15638
15638
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
15639
15639
|
} | undefined;
|
|
15640
|
-
transition?: {
|
|
15641
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
15642
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
15643
|
-
} | undefined;
|
|
15644
15640
|
enter?: {
|
|
15645
15641
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
15646
15642
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -15657,6 +15653,10 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
15657
15653
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
15658
15654
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
15659
15655
|
} | undefined;
|
|
15656
|
+
transition?: {
|
|
15657
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
15658
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
15659
|
+
} | undefined;
|
|
15660
15660
|
} | undefined;
|
|
15661
15661
|
durations?: {
|
|
15662
15662
|
normal?: string | undefined;
|
|
@@ -15677,10 +15677,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
15677
15677
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
15678
15678
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
15679
15679
|
} | undefined;
|
|
15680
|
-
transition?: {
|
|
15681
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
15682
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
15683
|
-
} | undefined;
|
|
15684
15680
|
enter?: {
|
|
15685
15681
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
15686
15682
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -15697,6 +15693,10 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
15697
15693
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
15698
15694
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
15699
15695
|
} | undefined;
|
|
15696
|
+
transition?: {
|
|
15697
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
15698
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
15699
|
+
} | undefined;
|
|
15700
15700
|
} | undefined;
|
|
15701
15701
|
durations?: {
|
|
15702
15702
|
normal?: string | undefined;
|
|
@@ -15951,10 +15951,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
15951
15951
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
15952
15952
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
15953
15953
|
} | undefined;
|
|
15954
|
-
transition?: {
|
|
15955
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
15956
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
15957
|
-
} | undefined;
|
|
15958
15954
|
enter?: {
|
|
15959
15955
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
15960
15956
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -15971,6 +15967,10 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
15971
15967
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
15972
15968
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
15973
15969
|
} | undefined;
|
|
15970
|
+
transition?: {
|
|
15971
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
15972
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
15973
|
+
} | undefined;
|
|
15974
15974
|
} | undefined;
|
|
15975
15975
|
durations?: {
|
|
15976
15976
|
normal?: string | undefined;
|
|
@@ -16173,10 +16173,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16173
16173
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
16174
16174
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
16175
16175
|
} | undefined;
|
|
16176
|
-
transition?: {
|
|
16177
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
16178
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
16179
|
-
} | undefined;
|
|
16180
16176
|
enter?: {
|
|
16181
16177
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
16182
16178
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -16193,6 +16189,10 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16193
16189
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
16194
16190
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
16195
16191
|
} | undefined;
|
|
16192
|
+
transition?: {
|
|
16193
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
16194
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
16195
|
+
} | undefined;
|
|
16196
16196
|
} | undefined;
|
|
16197
16197
|
durations?: {
|
|
16198
16198
|
normal?: string | undefined;
|
|
@@ -16398,10 +16398,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16398
16398
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
16399
16399
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
16400
16400
|
} | undefined;
|
|
16401
|
-
transition?: {
|
|
16402
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
16403
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
16404
|
-
} | undefined;
|
|
16405
16401
|
enter?: {
|
|
16406
16402
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
16407
16403
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -16418,6 +16414,10 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16418
16414
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
16419
16415
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
16420
16416
|
} | undefined;
|
|
16417
|
+
transition?: {
|
|
16418
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
16419
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
16420
|
+
} | undefined;
|
|
16421
16421
|
} | undefined;
|
|
16422
16422
|
durations?: {
|
|
16423
16423
|
normal?: string | undefined;
|
|
@@ -16621,10 +16621,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16621
16621
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
16622
16622
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
16623
16623
|
} | undefined;
|
|
16624
|
-
transition?: {
|
|
16625
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
16626
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
16627
|
-
} | undefined;
|
|
16628
16624
|
enter?: {
|
|
16629
16625
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
16630
16626
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -16641,6 +16637,10 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16641
16637
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
16642
16638
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
16643
16639
|
} | undefined;
|
|
16640
|
+
transition?: {
|
|
16641
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
16642
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
16643
|
+
} | undefined;
|
|
16644
16644
|
} | undefined;
|
|
16645
16645
|
durations?: {
|
|
16646
16646
|
normal?: string | undefined;
|
|
@@ -16846,10 +16846,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16846
16846
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
16847
16847
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
16848
16848
|
} | undefined;
|
|
16849
|
-
transition?: {
|
|
16850
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
16851
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
16852
|
-
} | undefined;
|
|
16853
16849
|
enter?: {
|
|
16854
16850
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
16855
16851
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -16866,6 +16862,10 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16866
16862
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
16867
16863
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
16868
16864
|
} | undefined;
|
|
16865
|
+
transition?: {
|
|
16866
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
16867
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
16868
|
+
} | undefined;
|
|
16869
16869
|
} | undefined;
|
|
16870
16870
|
durations?: {
|
|
16871
16871
|
normal?: string | undefined;
|
|
@@ -17069,10 +17069,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
17069
17069
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
17070
17070
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
17071
17071
|
} | undefined;
|
|
17072
|
-
transition?: {
|
|
17073
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
17074
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
17075
|
-
} | undefined;
|
|
17076
17072
|
enter?: {
|
|
17077
17073
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
17078
17074
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -17089,6 +17085,10 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
17089
17085
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
17090
17086
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
17091
17087
|
} | undefined;
|
|
17088
|
+
transition?: {
|
|
17089
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
17090
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
17091
|
+
} | undefined;
|
|
17092
17092
|
} | undefined;
|
|
17093
17093
|
durations?: {
|
|
17094
17094
|
normal?: string | undefined;
|
|
@@ -18022,10 +18022,6 @@ declare const MotionSliceSchema: z.ZodObject<{
|
|
|
18022
18022
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
18023
18023
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
18024
18024
|
} | undefined;
|
|
18025
|
-
transition?: {
|
|
18026
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
18027
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
18028
|
-
} | undefined;
|
|
18029
18025
|
enter?: {
|
|
18030
18026
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
18031
18027
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -18042,12 +18038,12 @@ declare const MotionSliceSchema: z.ZodObject<{
|
|
|
18042
18038
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
18043
18039
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
18044
18040
|
} | undefined;
|
|
18045
|
-
|
|
18046
|
-
hover?: {
|
|
18041
|
+
transition?: {
|
|
18047
18042
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
18048
18043
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
18049
18044
|
} | undefined;
|
|
18050
|
-
|
|
18045
|
+
}, {
|
|
18046
|
+
hover?: {
|
|
18051
18047
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
18052
18048
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
18053
18049
|
} | undefined;
|
|
@@ -18067,6 +18063,10 @@ declare const MotionSliceSchema: z.ZodObject<{
|
|
|
18067
18063
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
18068
18064
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
18069
18065
|
} | undefined;
|
|
18066
|
+
transition?: {
|
|
18067
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
18068
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
18069
|
+
} | undefined;
|
|
18070
18070
|
}>>;
|
|
18071
18071
|
}, "strip", z.ZodTypeAny, {
|
|
18072
18072
|
intents?: {
|
|
@@ -18074,10 +18074,6 @@ declare const MotionSliceSchema: z.ZodObject<{
|
|
|
18074
18074
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
18075
18075
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
18076
18076
|
} | undefined;
|
|
18077
|
-
transition?: {
|
|
18078
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
18079
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
18080
|
-
} | undefined;
|
|
18081
18077
|
enter?: {
|
|
18082
18078
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
18083
18079
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -18094,6 +18090,10 @@ declare const MotionSliceSchema: z.ZodObject<{
|
|
|
18094
18090
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
18095
18091
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
18096
18092
|
} | undefined;
|
|
18093
|
+
transition?: {
|
|
18094
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
18095
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
18096
|
+
} | undefined;
|
|
18097
18097
|
} | undefined;
|
|
18098
18098
|
durations?: {
|
|
18099
18099
|
normal?: string | undefined;
|
|
@@ -18114,10 +18114,6 @@ declare const MotionSliceSchema: z.ZodObject<{
|
|
|
18114
18114
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
18115
18115
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
18116
18116
|
} | undefined;
|
|
18117
|
-
transition?: {
|
|
18118
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
18119
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
18120
|
-
} | undefined;
|
|
18121
18117
|
enter?: {
|
|
18122
18118
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
18123
18119
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -18134,6 +18130,10 @@ declare const MotionSliceSchema: z.ZodObject<{
|
|
|
18134
18130
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
18135
18131
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
18136
18132
|
} | undefined;
|
|
18133
|
+
transition?: {
|
|
18134
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
18135
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
18136
|
+
} | undefined;
|
|
18137
18137
|
} | undefined;
|
|
18138
18138
|
durations?: {
|
|
18139
18139
|
normal?: string | undefined;
|
|
@@ -22248,10 +22248,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22248
22248
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22249
22249
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
22250
22250
|
} | undefined;
|
|
22251
|
-
transition?: {
|
|
22252
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22253
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
22254
|
-
} | undefined;
|
|
22255
22251
|
enter?: {
|
|
22256
22252
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22257
22253
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -22268,12 +22264,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22268
22264
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22269
22265
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
22270
22266
|
} | undefined;
|
|
22271
|
-
|
|
22272
|
-
hover?: {
|
|
22267
|
+
transition?: {
|
|
22273
22268
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22274
22269
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
22275
22270
|
} | undefined;
|
|
22276
|
-
|
|
22271
|
+
}, {
|
|
22272
|
+
hover?: {
|
|
22277
22273
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22278
22274
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
22279
22275
|
} | undefined;
|
|
@@ -22293,6 +22289,10 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22293
22289
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22294
22290
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
22295
22291
|
} | undefined;
|
|
22292
|
+
transition?: {
|
|
22293
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22294
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
22295
|
+
} | undefined;
|
|
22296
22296
|
}>>;
|
|
22297
22297
|
}, "strip", z.ZodTypeAny, {
|
|
22298
22298
|
intents?: {
|
|
@@ -22300,10 +22300,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22300
22300
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22301
22301
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
22302
22302
|
} | undefined;
|
|
22303
|
-
transition?: {
|
|
22304
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22305
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
22306
|
-
} | undefined;
|
|
22307
22303
|
enter?: {
|
|
22308
22304
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22309
22305
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -22320,6 +22316,10 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22320
22316
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22321
22317
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
22322
22318
|
} | undefined;
|
|
22319
|
+
transition?: {
|
|
22320
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22321
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
22322
|
+
} | undefined;
|
|
22323
22323
|
} | undefined;
|
|
22324
22324
|
durations?: {
|
|
22325
22325
|
normal?: string | undefined;
|
|
@@ -22340,10 +22340,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22340
22340
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22341
22341
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
22342
22342
|
} | undefined;
|
|
22343
|
-
transition?: {
|
|
22344
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22345
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
22346
|
-
} | undefined;
|
|
22347
22343
|
enter?: {
|
|
22348
22344
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22349
22345
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -22360,6 +22356,10 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22360
22356
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22361
22357
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
22362
22358
|
} | undefined;
|
|
22359
|
+
transition?: {
|
|
22360
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22361
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
22362
|
+
} | undefined;
|
|
22363
22363
|
} | undefined;
|
|
22364
22364
|
durations?: {
|
|
22365
22365
|
normal?: string | undefined;
|
|
@@ -22614,10 +22614,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22614
22614
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22615
22615
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
22616
22616
|
} | undefined;
|
|
22617
|
-
transition?: {
|
|
22618
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22619
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
22620
|
-
} | undefined;
|
|
22621
22617
|
enter?: {
|
|
22622
22618
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22623
22619
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -22634,6 +22630,10 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22634
22630
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22635
22631
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
22636
22632
|
} | undefined;
|
|
22633
|
+
transition?: {
|
|
22634
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22635
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
22636
|
+
} | undefined;
|
|
22637
22637
|
} | undefined;
|
|
22638
22638
|
durations?: {
|
|
22639
22639
|
normal?: string | undefined;
|
|
@@ -22836,10 +22836,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22836
22836
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22837
22837
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
22838
22838
|
} | undefined;
|
|
22839
|
-
transition?: {
|
|
22840
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22841
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
22842
|
-
} | undefined;
|
|
22843
22839
|
enter?: {
|
|
22844
22840
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22845
22841
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -22856,6 +22852,10 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22856
22852
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22857
22853
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
22858
22854
|
} | undefined;
|
|
22855
|
+
transition?: {
|
|
22856
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
22857
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
22858
|
+
} | undefined;
|
|
22859
22859
|
} | undefined;
|
|
22860
22860
|
durations?: {
|
|
22861
22861
|
normal?: string | undefined;
|
|
@@ -23737,10 +23737,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
23737
23737
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
23738
23738
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
23739
23739
|
} | undefined;
|
|
23740
|
-
transition?: {
|
|
23741
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
23742
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
23743
|
-
} | undefined;
|
|
23744
23740
|
enter?: {
|
|
23745
23741
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
23746
23742
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -23757,12 +23753,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
23757
23753
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
23758
23754
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
23759
23755
|
} | undefined;
|
|
23760
|
-
|
|
23761
|
-
hover?: {
|
|
23756
|
+
transition?: {
|
|
23762
23757
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
23763
23758
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
23764
23759
|
} | undefined;
|
|
23765
|
-
|
|
23760
|
+
}, {
|
|
23761
|
+
hover?: {
|
|
23766
23762
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
23767
23763
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
23768
23764
|
} | undefined;
|
|
@@ -23782,6 +23778,10 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
23782
23778
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
23783
23779
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
23784
23780
|
} | undefined;
|
|
23781
|
+
transition?: {
|
|
23782
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
23783
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
23784
|
+
} | undefined;
|
|
23785
23785
|
}>>;
|
|
23786
23786
|
}, "strip", z.ZodTypeAny, {
|
|
23787
23787
|
intents?: {
|
|
@@ -23789,10 +23789,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
23789
23789
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
23790
23790
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
23791
23791
|
} | undefined;
|
|
23792
|
-
transition?: {
|
|
23793
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
23794
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
23795
|
-
} | undefined;
|
|
23796
23792
|
enter?: {
|
|
23797
23793
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
23798
23794
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -23809,6 +23805,10 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
23809
23805
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
23810
23806
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
23811
23807
|
} | undefined;
|
|
23808
|
+
transition?: {
|
|
23809
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
23810
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
23811
|
+
} | undefined;
|
|
23812
23812
|
} | undefined;
|
|
23813
23813
|
durations?: {
|
|
23814
23814
|
normal?: string | undefined;
|
|
@@ -23829,10 +23829,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
23829
23829
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
23830
23830
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
23831
23831
|
} | undefined;
|
|
23832
|
-
transition?: {
|
|
23833
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
23834
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
23835
|
-
} | undefined;
|
|
23836
23832
|
enter?: {
|
|
23837
23833
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
23838
23834
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -23849,6 +23845,10 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
23849
23845
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
23850
23846
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
23851
23847
|
} | undefined;
|
|
23848
|
+
transition?: {
|
|
23849
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
23850
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
23851
|
+
} | undefined;
|
|
23852
23852
|
} | undefined;
|
|
23853
23853
|
durations?: {
|
|
23854
23854
|
normal?: string | undefined;
|
|
@@ -24103,10 +24103,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24103
24103
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
24104
24104
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
24105
24105
|
} | undefined;
|
|
24106
|
-
transition?: {
|
|
24107
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
24108
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
24109
|
-
} | undefined;
|
|
24110
24106
|
enter?: {
|
|
24111
24107
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
24112
24108
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -24123,6 +24119,10 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24123
24119
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
24124
24120
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
24125
24121
|
} | undefined;
|
|
24122
|
+
transition?: {
|
|
24123
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
24124
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
24125
|
+
} | undefined;
|
|
24126
24126
|
} | undefined;
|
|
24127
24127
|
durations?: {
|
|
24128
24128
|
normal?: string | undefined;
|
|
@@ -24325,10 +24325,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24325
24325
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
24326
24326
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
24327
24327
|
} | undefined;
|
|
24328
|
-
transition?: {
|
|
24329
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
24330
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
24331
|
-
} | undefined;
|
|
24332
24328
|
enter?: {
|
|
24333
24329
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
24334
24330
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -24345,6 +24341,10 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24345
24341
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
24346
24342
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
24347
24343
|
} | undefined;
|
|
24344
|
+
transition?: {
|
|
24345
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
24346
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
24347
|
+
} | undefined;
|
|
24348
24348
|
} | undefined;
|
|
24349
24349
|
durations?: {
|
|
24350
24350
|
normal?: string | undefined;
|
|
@@ -24550,10 +24550,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24550
24550
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
24551
24551
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
24552
24552
|
} | undefined;
|
|
24553
|
-
transition?: {
|
|
24554
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
24555
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
24556
|
-
} | undefined;
|
|
24557
24553
|
enter?: {
|
|
24558
24554
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
24559
24555
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -24570,6 +24566,10 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24570
24566
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
24571
24567
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
24572
24568
|
} | undefined;
|
|
24569
|
+
transition?: {
|
|
24570
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
24571
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
24572
|
+
} | undefined;
|
|
24573
24573
|
} | undefined;
|
|
24574
24574
|
durations?: {
|
|
24575
24575
|
normal?: string | undefined;
|
|
@@ -24773,10 +24773,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24773
24773
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
24774
24774
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
24775
24775
|
} | undefined;
|
|
24776
|
-
transition?: {
|
|
24777
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
24778
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
24779
|
-
} | undefined;
|
|
24780
24776
|
enter?: {
|
|
24781
24777
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
24782
24778
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -24793,6 +24789,10 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24793
24789
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
24794
24790
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
24795
24791
|
} | undefined;
|
|
24792
|
+
transition?: {
|
|
24793
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
24794
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
24795
|
+
} | undefined;
|
|
24796
24796
|
} | undefined;
|
|
24797
24797
|
durations?: {
|
|
24798
24798
|
normal?: string | undefined;
|
|
@@ -24998,10 +24998,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24998
24998
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
24999
24999
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
25000
25000
|
} | undefined;
|
|
25001
|
-
transition?: {
|
|
25002
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
25003
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
25004
|
-
} | undefined;
|
|
25005
25001
|
enter?: {
|
|
25006
25002
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
25007
25003
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -25018,6 +25014,10 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25018
25014
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
25019
25015
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
25020
25016
|
} | undefined;
|
|
25017
|
+
transition?: {
|
|
25018
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
25019
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
25020
|
+
} | undefined;
|
|
25021
25021
|
} | undefined;
|
|
25022
25022
|
durations?: {
|
|
25023
25023
|
normal?: string | undefined;
|
|
@@ -25221,10 +25221,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25221
25221
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
25222
25222
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
25223
25223
|
} | undefined;
|
|
25224
|
-
transition?: {
|
|
25225
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
25226
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
25227
|
-
} | undefined;
|
|
25228
25224
|
enter?: {
|
|
25229
25225
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
25230
25226
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -25241,6 +25237,10 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25241
25237
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
25242
25238
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
25243
25239
|
} | undefined;
|
|
25240
|
+
transition?: {
|
|
25241
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
25242
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
25243
|
+
} | undefined;
|
|
25244
25244
|
} | undefined;
|
|
25245
25245
|
durations?: {
|
|
25246
25246
|
normal?: string | undefined;
|
|
@@ -28292,10 +28292,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28292
28292
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
28293
28293
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
28294
28294
|
} | undefined;
|
|
28295
|
-
transition?: {
|
|
28296
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
28297
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
28298
|
-
} | undefined;
|
|
28299
28295
|
enter?: {
|
|
28300
28296
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
28301
28297
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -28312,6 +28308,10 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28312
28308
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
28313
28309
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
28314
28310
|
} | undefined;
|
|
28311
|
+
transition?: {
|
|
28312
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
28313
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
28314
|
+
} | undefined;
|
|
28315
28315
|
} | undefined;
|
|
28316
28316
|
durations?: {
|
|
28317
28317
|
normal?: string | undefined;
|
|
@@ -28515,10 +28515,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28515
28515
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
28516
28516
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
28517
28517
|
} | undefined;
|
|
28518
|
-
transition?: {
|
|
28519
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
28520
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
28521
|
-
} | undefined;
|
|
28522
28518
|
enter?: {
|
|
28523
28519
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
28524
28520
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -28535,6 +28531,10 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28535
28531
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
28536
28532
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
28537
28533
|
} | undefined;
|
|
28534
|
+
transition?: {
|
|
28535
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
28536
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
28537
|
+
} | undefined;
|
|
28538
28538
|
} | undefined;
|
|
28539
28539
|
durations?: {
|
|
28540
28540
|
normal?: string | undefined;
|
|
@@ -29200,10 +29200,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29200
29200
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
29201
29201
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
29202
29202
|
} | undefined;
|
|
29203
|
-
transition?: {
|
|
29204
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
29205
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
29206
|
-
} | undefined;
|
|
29207
29203
|
enter?: {
|
|
29208
29204
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
29209
29205
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -29220,6 +29216,10 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29220
29216
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
29221
29217
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
29222
29218
|
} | undefined;
|
|
29219
|
+
transition?: {
|
|
29220
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
29221
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
29222
|
+
} | undefined;
|
|
29223
29223
|
} | undefined;
|
|
29224
29224
|
durations?: {
|
|
29225
29225
|
normal?: string | undefined;
|
|
@@ -29423,10 +29423,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29423
29423
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
29424
29424
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
29425
29425
|
} | undefined;
|
|
29426
|
-
transition?: {
|
|
29427
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
29428
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
29429
|
-
} | undefined;
|
|
29430
29426
|
enter?: {
|
|
29431
29427
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
29432
29428
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -29443,6 +29439,10 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29443
29439
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
29444
29440
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
29445
29441
|
} | undefined;
|
|
29442
|
+
transition?: {
|
|
29443
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
29444
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
29445
|
+
} | undefined;
|
|
29446
29446
|
} | undefined;
|
|
29447
29447
|
durations?: {
|
|
29448
29448
|
normal?: string | undefined;
|
|
@@ -30451,10 +30451,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
30451
30451
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
30452
30452
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
30453
30453
|
} | undefined;
|
|
30454
|
-
transition?: {
|
|
30455
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
30456
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
30457
|
-
} | undefined;
|
|
30458
30454
|
enter?: {
|
|
30459
30455
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
30460
30456
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -30471,12 +30467,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
30471
30467
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
30472
30468
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
30473
30469
|
} | undefined;
|
|
30474
|
-
|
|
30475
|
-
hover?: {
|
|
30470
|
+
transition?: {
|
|
30476
30471
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
30477
30472
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
30478
30473
|
} | undefined;
|
|
30479
|
-
|
|
30474
|
+
}, {
|
|
30475
|
+
hover?: {
|
|
30480
30476
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
30481
30477
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
30482
30478
|
} | undefined;
|
|
@@ -30496,6 +30492,10 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
30496
30492
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
30497
30493
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
30498
30494
|
} | undefined;
|
|
30495
|
+
transition?: {
|
|
30496
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
30497
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
30498
|
+
} | undefined;
|
|
30499
30499
|
}>>;
|
|
30500
30500
|
}, "strip", z.ZodTypeAny, {
|
|
30501
30501
|
intents?: {
|
|
@@ -30503,10 +30503,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
30503
30503
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
30504
30504
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
30505
30505
|
} | undefined;
|
|
30506
|
-
transition?: {
|
|
30507
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
30508
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
30509
|
-
} | undefined;
|
|
30510
30506
|
enter?: {
|
|
30511
30507
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
30512
30508
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -30523,6 +30519,10 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
30523
30519
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
30524
30520
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
30525
30521
|
} | undefined;
|
|
30522
|
+
transition?: {
|
|
30523
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
30524
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
30525
|
+
} | undefined;
|
|
30526
30526
|
} | undefined;
|
|
30527
30527
|
durations?: {
|
|
30528
30528
|
normal?: string | undefined;
|
|
@@ -30543,10 +30543,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
30543
30543
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
30544
30544
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
30545
30545
|
} | undefined;
|
|
30546
|
-
transition?: {
|
|
30547
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
30548
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
30549
|
-
} | undefined;
|
|
30550
30546
|
enter?: {
|
|
30551
30547
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
30552
30548
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -30563,6 +30559,10 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
30563
30559
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
30564
30560
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
30565
30561
|
} | undefined;
|
|
30562
|
+
transition?: {
|
|
30563
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
30564
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
30565
|
+
} | undefined;
|
|
30566
30566
|
} | undefined;
|
|
30567
30567
|
durations?: {
|
|
30568
30568
|
normal?: string | undefined;
|
|
@@ -30817,10 +30817,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
30817
30817
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
30818
30818
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
30819
30819
|
} | undefined;
|
|
30820
|
-
transition?: {
|
|
30821
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
30822
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
30823
|
-
} | undefined;
|
|
30824
30820
|
enter?: {
|
|
30825
30821
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
30826
30822
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -30837,6 +30833,10 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
30837
30833
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
30838
30834
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
30839
30835
|
} | undefined;
|
|
30836
|
+
transition?: {
|
|
30837
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
30838
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
30839
|
+
} | undefined;
|
|
30840
30840
|
} | undefined;
|
|
30841
30841
|
durations?: {
|
|
30842
30842
|
normal?: string | undefined;
|
|
@@ -31039,10 +31039,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
31039
31039
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
31040
31040
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
31041
31041
|
} | undefined;
|
|
31042
|
-
transition?: {
|
|
31043
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
31044
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
31045
|
-
} | undefined;
|
|
31046
31042
|
enter?: {
|
|
31047
31043
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
31048
31044
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -31059,6 +31055,10 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
31059
31055
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
31060
31056
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
31061
31057
|
} | undefined;
|
|
31058
|
+
transition?: {
|
|
31059
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
31060
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
31061
|
+
} | undefined;
|
|
31062
31062
|
} | undefined;
|
|
31063
31063
|
durations?: {
|
|
31064
31064
|
normal?: string | undefined;
|
|
@@ -31940,10 +31940,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
31940
31940
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
31941
31941
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
31942
31942
|
} | undefined;
|
|
31943
|
-
transition?: {
|
|
31944
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
31945
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
31946
|
-
} | undefined;
|
|
31947
31943
|
enter?: {
|
|
31948
31944
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
31949
31945
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -31960,12 +31956,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
31960
31956
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
31961
31957
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
31962
31958
|
} | undefined;
|
|
31963
|
-
|
|
31964
|
-
hover?: {
|
|
31959
|
+
transition?: {
|
|
31965
31960
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
31966
31961
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
31967
31962
|
} | undefined;
|
|
31968
|
-
|
|
31963
|
+
}, {
|
|
31964
|
+
hover?: {
|
|
31969
31965
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
31970
31966
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
31971
31967
|
} | undefined;
|
|
@@ -31985,6 +31981,10 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
31985
31981
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
31986
31982
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
31987
31983
|
} | undefined;
|
|
31984
|
+
transition?: {
|
|
31985
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
31986
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
31987
|
+
} | undefined;
|
|
31988
31988
|
}>>;
|
|
31989
31989
|
}, "strip", z.ZodTypeAny, {
|
|
31990
31990
|
intents?: {
|
|
@@ -31992,10 +31992,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
31992
31992
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
31993
31993
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
31994
31994
|
} | undefined;
|
|
31995
|
-
transition?: {
|
|
31996
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
31997
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
31998
|
-
} | undefined;
|
|
31999
31995
|
enter?: {
|
|
32000
31996
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32001
31997
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -32012,6 +32008,10 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32012
32008
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32013
32009
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
32014
32010
|
} | undefined;
|
|
32011
|
+
transition?: {
|
|
32012
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32013
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
32014
|
+
} | undefined;
|
|
32015
32015
|
} | undefined;
|
|
32016
32016
|
durations?: {
|
|
32017
32017
|
normal?: string | undefined;
|
|
@@ -32032,10 +32032,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32032
32032
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32033
32033
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
32034
32034
|
} | undefined;
|
|
32035
|
-
transition?: {
|
|
32036
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32037
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
32038
|
-
} | undefined;
|
|
32039
32035
|
enter?: {
|
|
32040
32036
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32041
32037
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -32052,6 +32048,10 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32052
32048
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32053
32049
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
32054
32050
|
} | undefined;
|
|
32051
|
+
transition?: {
|
|
32052
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32053
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
32054
|
+
} | undefined;
|
|
32055
32055
|
} | undefined;
|
|
32056
32056
|
durations?: {
|
|
32057
32057
|
normal?: string | undefined;
|
|
@@ -32306,10 +32306,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32306
32306
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32307
32307
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
32308
32308
|
} | undefined;
|
|
32309
|
-
transition?: {
|
|
32310
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32311
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
32312
|
-
} | undefined;
|
|
32313
32309
|
enter?: {
|
|
32314
32310
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32315
32311
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -32326,6 +32322,10 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32326
32322
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32327
32323
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
32328
32324
|
} | undefined;
|
|
32325
|
+
transition?: {
|
|
32326
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32327
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
32328
|
+
} | undefined;
|
|
32329
32329
|
} | undefined;
|
|
32330
32330
|
durations?: {
|
|
32331
32331
|
normal?: string | undefined;
|
|
@@ -32528,10 +32528,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32528
32528
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32529
32529
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
32530
32530
|
} | undefined;
|
|
32531
|
-
transition?: {
|
|
32532
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32533
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
32534
|
-
} | undefined;
|
|
32535
32531
|
enter?: {
|
|
32536
32532
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32537
32533
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -32548,6 +32544,10 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32548
32544
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32549
32545
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
32550
32546
|
} | undefined;
|
|
32547
|
+
transition?: {
|
|
32548
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32549
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
32550
|
+
} | undefined;
|
|
32551
32551
|
} | undefined;
|
|
32552
32552
|
durations?: {
|
|
32553
32553
|
normal?: string | undefined;
|
|
@@ -32753,10 +32753,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32753
32753
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32754
32754
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
32755
32755
|
} | undefined;
|
|
32756
|
-
transition?: {
|
|
32757
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32758
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
32759
|
-
} | undefined;
|
|
32760
32756
|
enter?: {
|
|
32761
32757
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32762
32758
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -32773,6 +32769,10 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32773
32769
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32774
32770
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
32775
32771
|
} | undefined;
|
|
32772
|
+
transition?: {
|
|
32773
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32774
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
32775
|
+
} | undefined;
|
|
32776
32776
|
} | undefined;
|
|
32777
32777
|
durations?: {
|
|
32778
32778
|
normal?: string | undefined;
|
|
@@ -32976,10 +32976,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32976
32976
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32977
32977
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
32978
32978
|
} | undefined;
|
|
32979
|
-
transition?: {
|
|
32980
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32981
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
32982
|
-
} | undefined;
|
|
32983
32979
|
enter?: {
|
|
32984
32980
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32985
32981
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -32996,6 +32992,10 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32996
32992
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32997
32993
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
32998
32994
|
} | undefined;
|
|
32995
|
+
transition?: {
|
|
32996
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
32997
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
32998
|
+
} | undefined;
|
|
32999
32999
|
} | undefined;
|
|
33000
33000
|
durations?: {
|
|
33001
33001
|
normal?: string | undefined;
|
|
@@ -33201,10 +33201,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33201
33201
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
33202
33202
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
33203
33203
|
} | undefined;
|
|
33204
|
-
transition?: {
|
|
33205
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
33206
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
33207
|
-
} | undefined;
|
|
33208
33204
|
enter?: {
|
|
33209
33205
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
33210
33206
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -33221,6 +33217,10 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33221
33217
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
33222
33218
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
33223
33219
|
} | undefined;
|
|
33220
|
+
transition?: {
|
|
33221
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
33222
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
33223
|
+
} | undefined;
|
|
33224
33224
|
} | undefined;
|
|
33225
33225
|
durations?: {
|
|
33226
33226
|
normal?: string | undefined;
|
|
@@ -33424,10 +33424,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33424
33424
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
33425
33425
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
33426
33426
|
} | undefined;
|
|
33427
|
-
transition?: {
|
|
33428
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
33429
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
33430
|
-
} | undefined;
|
|
33431
33427
|
enter?: {
|
|
33432
33428
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
33433
33429
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -33444,6 +33440,10 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33444
33440
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
33445
33441
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
33446
33442
|
} | undefined;
|
|
33443
|
+
transition?: {
|
|
33444
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
33445
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
33446
|
+
} | undefined;
|
|
33447
33447
|
} | undefined;
|
|
33448
33448
|
durations?: {
|
|
33449
33449
|
normal?: string | undefined;
|
|
@@ -36495,10 +36495,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36495
36495
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
36496
36496
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
36497
36497
|
} | undefined;
|
|
36498
|
-
transition?: {
|
|
36499
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
36500
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
36501
|
-
} | undefined;
|
|
36502
36498
|
enter?: {
|
|
36503
36499
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
36504
36500
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -36515,6 +36511,10 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36515
36511
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
36516
36512
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
36517
36513
|
} | undefined;
|
|
36514
|
+
transition?: {
|
|
36515
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
36516
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
36517
|
+
} | undefined;
|
|
36518
36518
|
} | undefined;
|
|
36519
36519
|
durations?: {
|
|
36520
36520
|
normal?: string | undefined;
|
|
@@ -36718,10 +36718,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36718
36718
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
36719
36719
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
36720
36720
|
} | undefined;
|
|
36721
|
-
transition?: {
|
|
36722
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
36723
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
36724
|
-
} | undefined;
|
|
36725
36721
|
enter?: {
|
|
36726
36722
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
36727
36723
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -36738,6 +36734,10 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36738
36734
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
36739
36735
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
36740
36736
|
} | undefined;
|
|
36737
|
+
transition?: {
|
|
36738
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
36739
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
36740
|
+
} | undefined;
|
|
36741
36741
|
} | undefined;
|
|
36742
36742
|
durations?: {
|
|
36743
36743
|
normal?: string | undefined;
|
|
@@ -37403,10 +37403,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37403
37403
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
37404
37404
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
37405
37405
|
} | undefined;
|
|
37406
|
-
transition?: {
|
|
37407
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
37408
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
37409
|
-
} | undefined;
|
|
37410
37406
|
enter?: {
|
|
37411
37407
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
37412
37408
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -37423,6 +37419,10 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37423
37419
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
37424
37420
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
37425
37421
|
} | undefined;
|
|
37422
|
+
transition?: {
|
|
37423
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
37424
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
37425
|
+
} | undefined;
|
|
37426
37426
|
} | undefined;
|
|
37427
37427
|
durations?: {
|
|
37428
37428
|
normal?: string | undefined;
|
|
@@ -37626,10 +37626,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37626
37626
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
37627
37627
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
37628
37628
|
} | undefined;
|
|
37629
|
-
transition?: {
|
|
37630
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
37631
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
37632
|
-
} | undefined;
|
|
37633
37629
|
enter?: {
|
|
37634
37630
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
37635
37631
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -37646,6 +37642,10 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37646
37642
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
37647
37643
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
37648
37644
|
} | undefined;
|
|
37645
|
+
transition?: {
|
|
37646
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
37647
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
37648
|
+
} | undefined;
|
|
37649
37649
|
} | undefined;
|
|
37650
37650
|
durations?: {
|
|
37651
37651
|
normal?: string | undefined;
|
|
@@ -38661,10 +38661,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
38661
38661
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
38662
38662
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
38663
38663
|
} | undefined;
|
|
38664
|
-
transition?: {
|
|
38665
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
38666
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
38667
|
-
} | undefined;
|
|
38668
38664
|
enter?: {
|
|
38669
38665
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
38670
38666
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -38681,12 +38677,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
38681
38677
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
38682
38678
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
38683
38679
|
} | undefined;
|
|
38684
|
-
|
|
38685
|
-
hover?: {
|
|
38680
|
+
transition?: {
|
|
38686
38681
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
38687
38682
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
38688
38683
|
} | undefined;
|
|
38689
|
-
|
|
38684
|
+
}, {
|
|
38685
|
+
hover?: {
|
|
38690
38686
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
38691
38687
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
38692
38688
|
} | undefined;
|
|
@@ -38706,6 +38702,10 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
38706
38702
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
38707
38703
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
38708
38704
|
} | undefined;
|
|
38705
|
+
transition?: {
|
|
38706
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
38707
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
38708
|
+
} | undefined;
|
|
38709
38709
|
}>>;
|
|
38710
38710
|
}, "strip", z.ZodTypeAny, {
|
|
38711
38711
|
intents?: {
|
|
@@ -38713,10 +38713,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
38713
38713
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
38714
38714
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
38715
38715
|
} | undefined;
|
|
38716
|
-
transition?: {
|
|
38717
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
38718
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
38719
|
-
} | undefined;
|
|
38720
38716
|
enter?: {
|
|
38721
38717
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
38722
38718
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -38733,6 +38729,10 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
38733
38729
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
38734
38730
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
38735
38731
|
} | undefined;
|
|
38732
|
+
transition?: {
|
|
38733
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
38734
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
38735
|
+
} | undefined;
|
|
38736
38736
|
} | undefined;
|
|
38737
38737
|
durations?: {
|
|
38738
38738
|
normal?: string | undefined;
|
|
@@ -38753,10 +38753,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
38753
38753
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
38754
38754
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
38755
38755
|
} | undefined;
|
|
38756
|
-
transition?: {
|
|
38757
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
38758
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
38759
|
-
} | undefined;
|
|
38760
38756
|
enter?: {
|
|
38761
38757
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
38762
38758
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -38773,6 +38769,10 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
38773
38769
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
38774
38770
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
38775
38771
|
} | undefined;
|
|
38772
|
+
transition?: {
|
|
38773
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
38774
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
38775
|
+
} | undefined;
|
|
38776
38776
|
} | undefined;
|
|
38777
38777
|
durations?: {
|
|
38778
38778
|
normal?: string | undefined;
|
|
@@ -39027,10 +39027,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
39027
39027
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
39028
39028
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
39029
39029
|
} | undefined;
|
|
39030
|
-
transition?: {
|
|
39031
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
39032
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
39033
|
-
} | undefined;
|
|
39034
39030
|
enter?: {
|
|
39035
39031
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
39036
39032
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -39047,6 +39043,10 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
39047
39043
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
39048
39044
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
39049
39045
|
} | undefined;
|
|
39046
|
+
transition?: {
|
|
39047
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
39048
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
39049
|
+
} | undefined;
|
|
39050
39050
|
} | undefined;
|
|
39051
39051
|
durations?: {
|
|
39052
39052
|
normal?: string | undefined;
|
|
@@ -39249,10 +39249,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
39249
39249
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
39250
39250
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
39251
39251
|
} | undefined;
|
|
39252
|
-
transition?: {
|
|
39253
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
39254
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
39255
|
-
} | undefined;
|
|
39256
39252
|
enter?: {
|
|
39257
39253
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
39258
39254
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -39269,6 +39265,10 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
39269
39265
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
39270
39266
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
39271
39267
|
} | undefined;
|
|
39268
|
+
transition?: {
|
|
39269
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
39270
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
39271
|
+
} | undefined;
|
|
39272
39272
|
} | undefined;
|
|
39273
39273
|
durations?: {
|
|
39274
39274
|
normal?: string | undefined;
|
|
@@ -40150,10 +40150,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40150
40150
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40151
40151
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40152
40152
|
} | undefined;
|
|
40153
|
-
transition?: {
|
|
40154
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40155
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40156
|
-
} | undefined;
|
|
40157
40153
|
enter?: {
|
|
40158
40154
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40159
40155
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -40170,12 +40166,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40170
40166
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40171
40167
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40172
40168
|
} | undefined;
|
|
40173
|
-
|
|
40174
|
-
hover?: {
|
|
40169
|
+
transition?: {
|
|
40175
40170
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40176
40171
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40177
40172
|
} | undefined;
|
|
40178
|
-
|
|
40173
|
+
}, {
|
|
40174
|
+
hover?: {
|
|
40179
40175
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40180
40176
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40181
40177
|
} | undefined;
|
|
@@ -40195,6 +40191,10 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40195
40191
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40196
40192
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40197
40193
|
} | undefined;
|
|
40194
|
+
transition?: {
|
|
40195
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40196
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40197
|
+
} | undefined;
|
|
40198
40198
|
}>>;
|
|
40199
40199
|
}, "strip", z.ZodTypeAny, {
|
|
40200
40200
|
intents?: {
|
|
@@ -40202,10 +40202,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40202
40202
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40203
40203
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40204
40204
|
} | undefined;
|
|
40205
|
-
transition?: {
|
|
40206
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40207
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40208
|
-
} | undefined;
|
|
40209
40205
|
enter?: {
|
|
40210
40206
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40211
40207
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -40222,6 +40218,10 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40222
40218
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40223
40219
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40224
40220
|
} | undefined;
|
|
40221
|
+
transition?: {
|
|
40222
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40223
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40224
|
+
} | undefined;
|
|
40225
40225
|
} | undefined;
|
|
40226
40226
|
durations?: {
|
|
40227
40227
|
normal?: string | undefined;
|
|
@@ -40242,10 +40242,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40242
40242
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40243
40243
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40244
40244
|
} | undefined;
|
|
40245
|
-
transition?: {
|
|
40246
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40247
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40248
|
-
} | undefined;
|
|
40249
40245
|
enter?: {
|
|
40250
40246
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40251
40247
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -40262,6 +40258,10 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40262
40258
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40263
40259
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40264
40260
|
} | undefined;
|
|
40261
|
+
transition?: {
|
|
40262
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40263
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40264
|
+
} | undefined;
|
|
40265
40265
|
} | undefined;
|
|
40266
40266
|
durations?: {
|
|
40267
40267
|
normal?: string | undefined;
|
|
@@ -40516,10 +40516,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40516
40516
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40517
40517
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40518
40518
|
} | undefined;
|
|
40519
|
-
transition?: {
|
|
40520
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40521
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40522
|
-
} | undefined;
|
|
40523
40519
|
enter?: {
|
|
40524
40520
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40525
40521
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -40536,6 +40532,10 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40536
40532
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40537
40533
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40538
40534
|
} | undefined;
|
|
40535
|
+
transition?: {
|
|
40536
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40537
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40538
|
+
} | undefined;
|
|
40539
40539
|
} | undefined;
|
|
40540
40540
|
durations?: {
|
|
40541
40541
|
normal?: string | undefined;
|
|
@@ -40738,10 +40738,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40738
40738
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40739
40739
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40740
40740
|
} | undefined;
|
|
40741
|
-
transition?: {
|
|
40742
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40743
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40744
|
-
} | undefined;
|
|
40745
40741
|
enter?: {
|
|
40746
40742
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40747
40743
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -40758,6 +40754,10 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40758
40754
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40759
40755
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40760
40756
|
} | undefined;
|
|
40757
|
+
transition?: {
|
|
40758
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40759
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40760
|
+
} | undefined;
|
|
40761
40761
|
} | undefined;
|
|
40762
40762
|
durations?: {
|
|
40763
40763
|
normal?: string | undefined;
|
|
@@ -40963,10 +40963,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40963
40963
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40964
40964
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40965
40965
|
} | undefined;
|
|
40966
|
-
transition?: {
|
|
40967
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40968
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40969
|
-
} | undefined;
|
|
40970
40966
|
enter?: {
|
|
40971
40967
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40972
40968
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -40983,6 +40979,10 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40983
40979
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40984
40980
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40985
40981
|
} | undefined;
|
|
40982
|
+
transition?: {
|
|
40983
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
40984
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
40985
|
+
} | undefined;
|
|
40986
40986
|
} | undefined;
|
|
40987
40987
|
durations?: {
|
|
40988
40988
|
normal?: string | undefined;
|
|
@@ -41186,10 +41186,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41186
41186
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
41187
41187
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
41188
41188
|
} | undefined;
|
|
41189
|
-
transition?: {
|
|
41190
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
41191
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
41192
|
-
} | undefined;
|
|
41193
41189
|
enter?: {
|
|
41194
41190
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
41195
41191
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -41206,6 +41202,10 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41206
41202
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
41207
41203
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
41208
41204
|
} | undefined;
|
|
41205
|
+
transition?: {
|
|
41206
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
41207
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
41208
|
+
} | undefined;
|
|
41209
41209
|
} | undefined;
|
|
41210
41210
|
durations?: {
|
|
41211
41211
|
normal?: string | undefined;
|
|
@@ -41411,10 +41411,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41411
41411
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
41412
41412
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
41413
41413
|
} | undefined;
|
|
41414
|
-
transition?: {
|
|
41415
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
41416
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
41417
|
-
} | undefined;
|
|
41418
41414
|
enter?: {
|
|
41419
41415
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
41420
41416
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -41431,6 +41427,10 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41431
41427
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
41432
41428
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
41433
41429
|
} | undefined;
|
|
41430
|
+
transition?: {
|
|
41431
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
41432
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
41433
|
+
} | undefined;
|
|
41434
41434
|
} | undefined;
|
|
41435
41435
|
durations?: {
|
|
41436
41436
|
normal?: string | undefined;
|
|
@@ -41634,10 +41634,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41634
41634
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
41635
41635
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
41636
41636
|
} | undefined;
|
|
41637
|
-
transition?: {
|
|
41638
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
41639
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
41640
|
-
} | undefined;
|
|
41641
41637
|
enter?: {
|
|
41642
41638
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
41643
41639
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -41654,6 +41650,10 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41654
41650
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
41655
41651
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
41656
41652
|
} | undefined;
|
|
41653
|
+
transition?: {
|
|
41654
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
41655
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
41656
|
+
} | undefined;
|
|
41657
41657
|
} | undefined;
|
|
41658
41658
|
durations?: {
|
|
41659
41659
|
normal?: string | undefined;
|
|
@@ -44705,10 +44705,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44705
44705
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
44706
44706
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
44707
44707
|
} | undefined;
|
|
44708
|
-
transition?: {
|
|
44709
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
44710
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
44711
|
-
} | undefined;
|
|
44712
44708
|
enter?: {
|
|
44713
44709
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
44714
44710
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -44725,6 +44721,10 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44725
44721
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
44726
44722
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
44727
44723
|
} | undefined;
|
|
44724
|
+
transition?: {
|
|
44725
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
44726
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
44727
|
+
} | undefined;
|
|
44728
44728
|
} | undefined;
|
|
44729
44729
|
durations?: {
|
|
44730
44730
|
normal?: string | undefined;
|
|
@@ -44928,10 +44928,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44928
44928
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
44929
44929
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
44930
44930
|
} | undefined;
|
|
44931
|
-
transition?: {
|
|
44932
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
44933
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
44934
|
-
} | undefined;
|
|
44935
44931
|
enter?: {
|
|
44936
44932
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
44937
44933
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -44948,6 +44944,10 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44948
44944
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
44949
44945
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
44950
44946
|
} | undefined;
|
|
44947
|
+
transition?: {
|
|
44948
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
44949
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
44950
|
+
} | undefined;
|
|
44951
44951
|
} | undefined;
|
|
44952
44952
|
durations?: {
|
|
44953
44953
|
normal?: string | undefined;
|
|
@@ -45613,10 +45613,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45613
45613
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
45614
45614
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
45615
45615
|
} | undefined;
|
|
45616
|
-
transition?: {
|
|
45617
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
45618
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
45619
|
-
} | undefined;
|
|
45620
45616
|
enter?: {
|
|
45621
45617
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
45622
45618
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -45633,6 +45629,10 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45633
45629
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
45634
45630
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
45635
45631
|
} | undefined;
|
|
45632
|
+
transition?: {
|
|
45633
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
45634
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
45635
|
+
} | undefined;
|
|
45636
45636
|
} | undefined;
|
|
45637
45637
|
durations?: {
|
|
45638
45638
|
normal?: string | undefined;
|
|
@@ -45836,10 +45836,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45836
45836
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
45837
45837
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
45838
45838
|
} | undefined;
|
|
45839
|
-
transition?: {
|
|
45840
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
45841
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
45842
|
-
} | undefined;
|
|
45843
45839
|
enter?: {
|
|
45844
45840
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
45845
45841
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -45856,6 +45852,10 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45856
45852
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
45857
45853
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
45858
45854
|
} | undefined;
|
|
45855
|
+
transition?: {
|
|
45856
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
45857
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
45858
|
+
} | undefined;
|
|
45859
45859
|
} | undefined;
|
|
45860
45860
|
durations?: {
|
|
45861
45861
|
normal?: string | undefined;
|
|
@@ -47208,10 +47208,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47208
47208
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47209
47209
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
47210
47210
|
} | undefined;
|
|
47211
|
-
transition?: {
|
|
47212
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47213
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
47214
|
-
} | undefined;
|
|
47215
47211
|
enter?: {
|
|
47216
47212
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47217
47213
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -47228,12 +47224,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47228
47224
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47229
47225
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
47230
47226
|
} | undefined;
|
|
47231
|
-
|
|
47232
|
-
hover?: {
|
|
47227
|
+
transition?: {
|
|
47233
47228
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47234
47229
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
47235
47230
|
} | undefined;
|
|
47236
|
-
|
|
47231
|
+
}, {
|
|
47232
|
+
hover?: {
|
|
47237
47233
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47238
47234
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
47239
47235
|
} | undefined;
|
|
@@ -47253,6 +47249,10 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47253
47249
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47254
47250
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
47255
47251
|
} | undefined;
|
|
47252
|
+
transition?: {
|
|
47253
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47254
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
47255
|
+
} | undefined;
|
|
47256
47256
|
}>>;
|
|
47257
47257
|
}, "strip", z.ZodTypeAny, {
|
|
47258
47258
|
intents?: {
|
|
@@ -47260,10 +47260,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47260
47260
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47261
47261
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
47262
47262
|
} | undefined;
|
|
47263
|
-
transition?: {
|
|
47264
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47265
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
47266
|
-
} | undefined;
|
|
47267
47263
|
enter?: {
|
|
47268
47264
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47269
47265
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -47280,6 +47276,10 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47280
47276
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47281
47277
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
47282
47278
|
} | undefined;
|
|
47279
|
+
transition?: {
|
|
47280
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47281
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
47282
|
+
} | undefined;
|
|
47283
47283
|
} | undefined;
|
|
47284
47284
|
durations?: {
|
|
47285
47285
|
normal?: string | undefined;
|
|
@@ -47300,10 +47300,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47300
47300
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47301
47301
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
47302
47302
|
} | undefined;
|
|
47303
|
-
transition?: {
|
|
47304
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47305
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
47306
|
-
} | undefined;
|
|
47307
47303
|
enter?: {
|
|
47308
47304
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47309
47305
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -47320,6 +47316,10 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47320
47316
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47321
47317
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
47322
47318
|
} | undefined;
|
|
47319
|
+
transition?: {
|
|
47320
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47321
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
47322
|
+
} | undefined;
|
|
47323
47323
|
} | undefined;
|
|
47324
47324
|
durations?: {
|
|
47325
47325
|
normal?: string | undefined;
|
|
@@ -47574,10 +47574,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47574
47574
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47575
47575
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
47576
47576
|
} | undefined;
|
|
47577
|
-
transition?: {
|
|
47578
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47579
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
47580
|
-
} | undefined;
|
|
47581
47577
|
enter?: {
|
|
47582
47578
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47583
47579
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -47594,6 +47590,10 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47594
47590
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47595
47591
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
47596
47592
|
} | undefined;
|
|
47593
|
+
transition?: {
|
|
47594
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47595
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
47596
|
+
} | undefined;
|
|
47597
47597
|
} | undefined;
|
|
47598
47598
|
durations?: {
|
|
47599
47599
|
normal?: string | undefined;
|
|
@@ -47796,10 +47796,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47796
47796
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47797
47797
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
47798
47798
|
} | undefined;
|
|
47799
|
-
transition?: {
|
|
47800
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47801
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
47802
|
-
} | undefined;
|
|
47803
47799
|
enter?: {
|
|
47804
47800
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47805
47801
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -47816,6 +47812,10 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47816
47812
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47817
47813
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
47818
47814
|
} | undefined;
|
|
47815
|
+
transition?: {
|
|
47816
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
47817
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
47818
|
+
} | undefined;
|
|
47819
47819
|
} | undefined;
|
|
47820
47820
|
durations?: {
|
|
47821
47821
|
normal?: string | undefined;
|
|
@@ -48697,10 +48697,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
48697
48697
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
48698
48698
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
48699
48699
|
} | undefined;
|
|
48700
|
-
transition?: {
|
|
48701
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
48702
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
48703
|
-
} | undefined;
|
|
48704
48700
|
enter?: {
|
|
48705
48701
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
48706
48702
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -48717,12 +48713,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
48717
48713
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
48718
48714
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
48719
48715
|
} | undefined;
|
|
48720
|
-
|
|
48721
|
-
hover?: {
|
|
48716
|
+
transition?: {
|
|
48722
48717
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
48723
48718
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
48724
48719
|
} | undefined;
|
|
48725
|
-
|
|
48720
|
+
}, {
|
|
48721
|
+
hover?: {
|
|
48726
48722
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
48727
48723
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
48728
48724
|
} | undefined;
|
|
@@ -48742,6 +48738,10 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
48742
48738
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
48743
48739
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
48744
48740
|
} | undefined;
|
|
48741
|
+
transition?: {
|
|
48742
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
48743
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
48744
|
+
} | undefined;
|
|
48745
48745
|
}>>;
|
|
48746
48746
|
}, "strip", z.ZodTypeAny, {
|
|
48747
48747
|
intents?: {
|
|
@@ -48749,10 +48749,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
48749
48749
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
48750
48750
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
48751
48751
|
} | undefined;
|
|
48752
|
-
transition?: {
|
|
48753
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
48754
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
48755
|
-
} | undefined;
|
|
48756
48752
|
enter?: {
|
|
48757
48753
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
48758
48754
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -48769,6 +48765,10 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
48769
48765
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
48770
48766
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
48771
48767
|
} | undefined;
|
|
48768
|
+
transition?: {
|
|
48769
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
48770
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
48771
|
+
} | undefined;
|
|
48772
48772
|
} | undefined;
|
|
48773
48773
|
durations?: {
|
|
48774
48774
|
normal?: string | undefined;
|
|
@@ -48789,10 +48789,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
48789
48789
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
48790
48790
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
48791
48791
|
} | undefined;
|
|
48792
|
-
transition?: {
|
|
48793
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
48794
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
48795
|
-
} | undefined;
|
|
48796
48792
|
enter?: {
|
|
48797
48793
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
48798
48794
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -48809,6 +48805,10 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
48809
48805
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
48810
48806
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
48811
48807
|
} | undefined;
|
|
48808
|
+
transition?: {
|
|
48809
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
48810
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
48811
|
+
} | undefined;
|
|
48812
48812
|
} | undefined;
|
|
48813
48813
|
durations?: {
|
|
48814
48814
|
normal?: string | undefined;
|
|
@@ -49063,10 +49063,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49063
49063
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49064
49064
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
49065
49065
|
} | undefined;
|
|
49066
|
-
transition?: {
|
|
49067
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49068
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
49069
|
-
} | undefined;
|
|
49070
49066
|
enter?: {
|
|
49071
49067
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49072
49068
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -49083,6 +49079,10 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49083
49079
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49084
49080
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
49085
49081
|
} | undefined;
|
|
49082
|
+
transition?: {
|
|
49083
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49084
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
49085
|
+
} | undefined;
|
|
49086
49086
|
} | undefined;
|
|
49087
49087
|
durations?: {
|
|
49088
49088
|
normal?: string | undefined;
|
|
@@ -49285,10 +49285,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49285
49285
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49286
49286
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
49287
49287
|
} | undefined;
|
|
49288
|
-
transition?: {
|
|
49289
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49290
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
49291
|
-
} | undefined;
|
|
49292
49288
|
enter?: {
|
|
49293
49289
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49294
49290
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -49305,6 +49301,10 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49305
49301
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49306
49302
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
49307
49303
|
} | undefined;
|
|
49304
|
+
transition?: {
|
|
49305
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49306
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
49307
|
+
} | undefined;
|
|
49308
49308
|
} | undefined;
|
|
49309
49309
|
durations?: {
|
|
49310
49310
|
normal?: string | undefined;
|
|
@@ -49510,10 +49510,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49510
49510
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49511
49511
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
49512
49512
|
} | undefined;
|
|
49513
|
-
transition?: {
|
|
49514
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49515
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
49516
|
-
} | undefined;
|
|
49517
49513
|
enter?: {
|
|
49518
49514
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49519
49515
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -49530,6 +49526,10 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49530
49526
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49531
49527
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
49532
49528
|
} | undefined;
|
|
49529
|
+
transition?: {
|
|
49530
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49531
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
49532
|
+
} | undefined;
|
|
49533
49533
|
} | undefined;
|
|
49534
49534
|
durations?: {
|
|
49535
49535
|
normal?: string | undefined;
|
|
@@ -49733,10 +49733,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49733
49733
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49734
49734
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
49735
49735
|
} | undefined;
|
|
49736
|
-
transition?: {
|
|
49737
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49738
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
49739
|
-
} | undefined;
|
|
49740
49736
|
enter?: {
|
|
49741
49737
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49742
49738
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -49753,6 +49749,10 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49753
49749
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49754
49750
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
49755
49751
|
} | undefined;
|
|
49752
|
+
transition?: {
|
|
49753
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49754
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
49755
|
+
} | undefined;
|
|
49756
49756
|
} | undefined;
|
|
49757
49757
|
durations?: {
|
|
49758
49758
|
normal?: string | undefined;
|
|
@@ -49958,10 +49958,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49958
49958
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49959
49959
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
49960
49960
|
} | undefined;
|
|
49961
|
-
transition?: {
|
|
49962
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49963
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
49964
|
-
} | undefined;
|
|
49965
49961
|
enter?: {
|
|
49966
49962
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49967
49963
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -49978,6 +49974,10 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49978
49974
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49979
49975
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
49980
49976
|
} | undefined;
|
|
49977
|
+
transition?: {
|
|
49978
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
49979
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
49980
|
+
} | undefined;
|
|
49981
49981
|
} | undefined;
|
|
49982
49982
|
durations?: {
|
|
49983
49983
|
normal?: string | undefined;
|
|
@@ -50181,10 +50181,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50181
50181
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
50182
50182
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
50183
50183
|
} | undefined;
|
|
50184
|
-
transition?: {
|
|
50185
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
50186
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
50187
|
-
} | undefined;
|
|
50188
50184
|
enter?: {
|
|
50189
50185
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
50190
50186
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -50201,6 +50197,10 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50201
50197
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
50202
50198
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
50203
50199
|
} | undefined;
|
|
50200
|
+
transition?: {
|
|
50201
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
50202
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
50203
|
+
} | undefined;
|
|
50204
50204
|
} | undefined;
|
|
50205
50205
|
durations?: {
|
|
50206
50206
|
normal?: string | undefined;
|
|
@@ -53252,10 +53252,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53252
53252
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
53253
53253
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
53254
53254
|
} | undefined;
|
|
53255
|
-
transition?: {
|
|
53256
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
53257
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
53258
|
-
} | undefined;
|
|
53259
53255
|
enter?: {
|
|
53260
53256
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
53261
53257
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -53272,6 +53268,10 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53272
53268
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
53273
53269
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
53274
53270
|
} | undefined;
|
|
53271
|
+
transition?: {
|
|
53272
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
53273
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
53274
|
+
} | undefined;
|
|
53275
53275
|
} | undefined;
|
|
53276
53276
|
durations?: {
|
|
53277
53277
|
normal?: string | undefined;
|
|
@@ -53475,10 +53475,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53475
53475
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
53476
53476
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
53477
53477
|
} | undefined;
|
|
53478
|
-
transition?: {
|
|
53479
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
53480
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
53481
|
-
} | undefined;
|
|
53482
53478
|
enter?: {
|
|
53483
53479
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
53484
53480
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -53495,6 +53491,10 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53495
53491
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
53496
53492
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
53497
53493
|
} | undefined;
|
|
53494
|
+
transition?: {
|
|
53495
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
53496
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
53497
|
+
} | undefined;
|
|
53498
53498
|
} | undefined;
|
|
53499
53499
|
durations?: {
|
|
53500
53500
|
normal?: string | undefined;
|
|
@@ -54160,10 +54160,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54160
54160
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
54161
54161
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
54162
54162
|
} | undefined;
|
|
54163
|
-
transition?: {
|
|
54164
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
54165
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
54166
|
-
} | undefined;
|
|
54167
54163
|
enter?: {
|
|
54168
54164
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
54169
54165
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -54180,6 +54176,10 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54180
54176
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
54181
54177
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
54182
54178
|
} | undefined;
|
|
54179
|
+
transition?: {
|
|
54180
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
54181
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
54182
|
+
} | undefined;
|
|
54183
54183
|
} | undefined;
|
|
54184
54184
|
durations?: {
|
|
54185
54185
|
normal?: string | undefined;
|
|
@@ -54383,10 +54383,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54383
54383
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
54384
54384
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
54385
54385
|
} | undefined;
|
|
54386
|
-
transition?: {
|
|
54387
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
54388
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
54389
|
-
} | undefined;
|
|
54390
54386
|
enter?: {
|
|
54391
54387
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
54392
54388
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -54403,6 +54399,10 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54403
54399
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
54404
54400
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
54405
54401
|
} | undefined;
|
|
54402
|
+
transition?: {
|
|
54403
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
54404
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
54405
|
+
} | undefined;
|
|
54406
54406
|
} | undefined;
|
|
54407
54407
|
durations?: {
|
|
54408
54408
|
normal?: string | undefined;
|
|
@@ -55290,10 +55290,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55290
55290
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
55291
55291
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
55292
55292
|
} | undefined;
|
|
55293
|
-
transition?: {
|
|
55294
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
55295
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
55296
|
-
} | undefined;
|
|
55297
55293
|
enter?: {
|
|
55298
55294
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
55299
55295
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -55310,6 +55306,10 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55310
55306
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
55311
55307
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
55312
55308
|
} | undefined;
|
|
55309
|
+
transition?: {
|
|
55310
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
55311
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
55312
|
+
} | undefined;
|
|
55313
55313
|
} | undefined;
|
|
55314
55314
|
durations?: {
|
|
55315
55315
|
normal?: string | undefined;
|
|
@@ -55513,10 +55513,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55513
55513
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
55514
55514
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
55515
55515
|
} | undefined;
|
|
55516
|
-
transition?: {
|
|
55517
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
55518
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
55519
|
-
} | undefined;
|
|
55520
55516
|
enter?: {
|
|
55521
55517
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
55522
55518
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -55533,6 +55529,10 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55533
55529
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
55534
55530
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
55535
55531
|
} | undefined;
|
|
55532
|
+
transition?: {
|
|
55533
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
55534
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
55535
|
+
} | undefined;
|
|
55536
55536
|
} | undefined;
|
|
55537
55537
|
durations?: {
|
|
55538
55538
|
normal?: string | undefined;
|
|
@@ -56300,10 +56300,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56300
56300
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
56301
56301
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
56302
56302
|
} | undefined;
|
|
56303
|
-
transition?: {
|
|
56304
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
56305
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
56306
|
-
} | undefined;
|
|
56307
56303
|
enter?: {
|
|
56308
56304
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
56309
56305
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -56320,6 +56316,10 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56320
56316
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
56321
56317
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
56322
56318
|
} | undefined;
|
|
56319
|
+
transition?: {
|
|
56320
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
56321
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
56322
|
+
} | undefined;
|
|
56323
56323
|
} | undefined;
|
|
56324
56324
|
durations?: {
|
|
56325
56325
|
normal?: string | undefined;
|
|
@@ -56523,10 +56523,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56523
56523
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
56524
56524
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
56525
56525
|
} | undefined;
|
|
56526
|
-
transition?: {
|
|
56527
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
56528
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
56529
|
-
} | undefined;
|
|
56530
56526
|
enter?: {
|
|
56531
56527
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
56532
56528
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -56543,6 +56539,10 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56543
56539
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
56544
56540
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
56545
56541
|
} | undefined;
|
|
56542
|
+
transition?: {
|
|
56543
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
56544
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
56545
|
+
} | undefined;
|
|
56546
56546
|
} | undefined;
|
|
56547
56547
|
durations?: {
|
|
56548
56548
|
normal?: string | undefined;
|
|
@@ -57375,10 +57375,6 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57375
57375
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
57376
57376
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
57377
57377
|
} | undefined;
|
|
57378
|
-
transition?: {
|
|
57379
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
57380
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
57381
|
-
} | undefined;
|
|
57382
57378
|
enter?: {
|
|
57383
57379
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
57384
57380
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -57395,6 +57391,10 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57395
57391
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
57396
57392
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
57397
57393
|
} | undefined;
|
|
57394
|
+
transition?: {
|
|
57395
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
57396
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
57397
|
+
} | undefined;
|
|
57398
57398
|
} | undefined;
|
|
57399
57399
|
durations?: {
|
|
57400
57400
|
normal?: string | undefined;
|
|
@@ -57598,10 +57598,6 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57598
57598
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
57599
57599
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
57600
57600
|
} | undefined;
|
|
57601
|
-
transition?: {
|
|
57602
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
57603
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
57604
|
-
} | undefined;
|
|
57605
57601
|
enter?: {
|
|
57606
57602
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
57607
57603
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -57618,6 +57614,10 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57618
57614
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
57619
57615
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
57620
57616
|
} | undefined;
|
|
57617
|
+
transition?: {
|
|
57618
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
57619
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
57620
|
+
} | undefined;
|
|
57621
57621
|
} | undefined;
|
|
57622
57622
|
durations?: {
|
|
57623
57623
|
normal?: string | undefined;
|
|
@@ -58385,10 +58385,6 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58385
58385
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
58386
58386
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
58387
58387
|
} | undefined;
|
|
58388
|
-
transition?: {
|
|
58389
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
58390
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
58391
|
-
} | undefined;
|
|
58392
58388
|
enter?: {
|
|
58393
58389
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
58394
58390
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -58405,6 +58401,10 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58405
58401
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
58406
58402
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
58407
58403
|
} | undefined;
|
|
58404
|
+
transition?: {
|
|
58405
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
58406
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
58407
|
+
} | undefined;
|
|
58408
58408
|
} | undefined;
|
|
58409
58409
|
durations?: {
|
|
58410
58410
|
normal?: string | undefined;
|
|
@@ -58608,10 +58608,6 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58608
58608
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
58609
58609
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
58610
58610
|
} | undefined;
|
|
58611
|
-
transition?: {
|
|
58612
|
-
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
58613
|
-
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
58614
|
-
} | undefined;
|
|
58615
58611
|
enter?: {
|
|
58616
58612
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
58617
58613
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
@@ -58628,6 +58624,10 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58628
58624
|
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
58629
58625
|
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
58630
58626
|
} | undefined;
|
|
58627
|
+
transition?: {
|
|
58628
|
+
duration: "normal" | "instant" | "fast" | "slow" | "dramatic";
|
|
58629
|
+
easing: "linear" | "standard" | "emphasized" | "spring";
|
|
58630
|
+
} | undefined;
|
|
58631
58631
|
} | undefined;
|
|
58632
58632
|
durations?: {
|
|
58633
58633
|
normal?: string | undefined;
|