@almadar/core 10.57.0 → 10.59.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 +5 -2
- package/dist/builders.js.map +1 -1
- package/dist/{effect-D-_fm4No.d.ts → effect-CK9fn56C.d.ts} +40 -14
- package/dist/{entityAccess-kTNoti84.d.ts → entityAccess-pgfWacod.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory/index.js +2 -0
- package/dist/factory/index.js.map +1 -1
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js +5 -2
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/index-DMUBu17o.d.ts +3178 -0
- package/dist/index.d.ts +11 -98
- package/dist/index.js +925 -67
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +4 -4
- package/dist/mock/index.js +8 -2
- package/dist/mock/index.js.map +1 -1
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +1860 -80
- package/dist/patterns/index.js +913 -64
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/integrators-registry.json +42 -0
- package/dist/patterns/patterns-registry.json +869 -62
- package/dist/patterns/registry.json +869 -62
- package/dist/patterns/services-registry.json +141 -253
- package/dist/{schema-CrUFqWXN.d.ts → schema-CVTOy4at.d.ts} +506 -506
- package/dist/{trait-A4_OlY_l.d.ts → trait-BjPraUgs.d.ts} +2 -2
- package/dist/types/index.d.ts +8 -3095
- package/dist/types/index.js +10 -3
- package/dist/types/index.js.map +1 -1
- package/dist/{types-AHD31Gn-.d.ts → types-Dopw3s2O.d.ts} +3 -3
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { b as TraitConfig, c as TraitConfigObject, d as TraitRef, E as EventPayloadField, C as ConfigFieldDeclaration, e as TraitConfigValue, f as TraitEntityField, P as PayloadField, g as Trait } from './trait-
|
|
1
|
+
import { b as TraitConfig, c as TraitConfigObject, d as TraitRef, E as EventPayloadField, C as ConfigFieldDeclaration, e as TraitConfigValue, f as TraitEntityField, P as PayloadField, g as Trait } from './trait-BjPraUgs.js';
|
|
2
2
|
import { J as JsonValue, E as Expression, S as SExpr, R as RuntimeValue } from './expression-Fk8bQWef.js';
|
|
3
|
-
import { T as TraitId, d as EntityId, P as PageId, O as OrbitalId, E as EntityField, S as ServiceRef, e as Entity, a as EntityPersistence, b as EventId, g as ServiceDefinition, I as IdentityLedger } from './effect-
|
|
3
|
+
import { T as TraitId, d as EntityId, P as PageId, O as OrbitalId, E as EntityField, S as ServiceRef, e as Entity, a as EntityPersistence, b as EventId, g as ServiceDefinition, I as IdentityLedger } from './effect-CK9fn56C.js';
|
|
4
4
|
import { z } from 'zod';
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -3563,6 +3563,12 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3563
3563
|
shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3564
3564
|
}, "strip", z.ZodTypeAny, {
|
|
3565
3565
|
spacing?: Record<string, string> | undefined;
|
|
3566
|
+
elevation?: {
|
|
3567
|
+
cardElevation?: string | undefined;
|
|
3568
|
+
popoverElevation?: string | undefined;
|
|
3569
|
+
dialogElevation?: string | undefined;
|
|
3570
|
+
toastElevation?: string | undefined;
|
|
3571
|
+
} | undefined;
|
|
3566
3572
|
typography?: Record<string, string> | undefined;
|
|
3567
3573
|
color?: {
|
|
3568
3574
|
primary?: string | undefined;
|
|
@@ -3598,12 +3604,6 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3598
3604
|
surfaceHover?: string | undefined;
|
|
3599
3605
|
borderHover?: string | undefined;
|
|
3600
3606
|
} | undefined;
|
|
3601
|
-
elevation?: {
|
|
3602
|
-
cardElevation?: string | undefined;
|
|
3603
|
-
popoverElevation?: string | undefined;
|
|
3604
|
-
dialogElevation?: string | undefined;
|
|
3605
|
-
toastElevation?: string | undefined;
|
|
3606
|
-
} | undefined;
|
|
3607
3607
|
shadows?: Record<string, string> | undefined;
|
|
3608
3608
|
density?: {
|
|
3609
3609
|
spacing?: {
|
|
@@ -3785,6 +3785,12 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3785
3785
|
radii?: Record<string, string> | undefined;
|
|
3786
3786
|
}, {
|
|
3787
3787
|
spacing?: Record<string, string> | undefined;
|
|
3788
|
+
elevation?: {
|
|
3789
|
+
cardElevation?: string | undefined;
|
|
3790
|
+
popoverElevation?: string | undefined;
|
|
3791
|
+
dialogElevation?: string | undefined;
|
|
3792
|
+
toastElevation?: string | undefined;
|
|
3793
|
+
} | undefined;
|
|
3788
3794
|
typography?: Record<string, string> | undefined;
|
|
3789
3795
|
color?: {
|
|
3790
3796
|
primary?: string | undefined;
|
|
@@ -3820,12 +3826,6 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3820
3826
|
surfaceHover?: string | undefined;
|
|
3821
3827
|
borderHover?: string | undefined;
|
|
3822
3828
|
} | undefined;
|
|
3823
|
-
elevation?: {
|
|
3824
|
-
cardElevation?: string | undefined;
|
|
3825
|
-
popoverElevation?: string | undefined;
|
|
3826
|
-
dialogElevation?: string | undefined;
|
|
3827
|
-
toastElevation?: string | undefined;
|
|
3828
|
-
} | undefined;
|
|
3829
3829
|
shadows?: Record<string, string> | undefined;
|
|
3830
3830
|
density?: {
|
|
3831
3831
|
spacing?: {
|
|
@@ -5084,6 +5084,12 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
5084
5084
|
shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5085
5085
|
}, "strip", z.ZodTypeAny, {
|
|
5086
5086
|
spacing?: Record<string, string> | undefined;
|
|
5087
|
+
elevation?: {
|
|
5088
|
+
cardElevation?: string | undefined;
|
|
5089
|
+
popoverElevation?: string | undefined;
|
|
5090
|
+
dialogElevation?: string | undefined;
|
|
5091
|
+
toastElevation?: string | undefined;
|
|
5092
|
+
} | undefined;
|
|
5087
5093
|
typography?: Record<string, string> | undefined;
|
|
5088
5094
|
color?: {
|
|
5089
5095
|
primary?: string | undefined;
|
|
@@ -5119,12 +5125,6 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
5119
5125
|
surfaceHover?: string | undefined;
|
|
5120
5126
|
borderHover?: string | undefined;
|
|
5121
5127
|
} | undefined;
|
|
5122
|
-
elevation?: {
|
|
5123
|
-
cardElevation?: string | undefined;
|
|
5124
|
-
popoverElevation?: string | undefined;
|
|
5125
|
-
dialogElevation?: string | undefined;
|
|
5126
|
-
toastElevation?: string | undefined;
|
|
5127
|
-
} | undefined;
|
|
5128
5128
|
shadows?: Record<string, string> | undefined;
|
|
5129
5129
|
density?: {
|
|
5130
5130
|
spacing?: {
|
|
@@ -5306,6 +5306,12 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
5306
5306
|
radii?: Record<string, string> | undefined;
|
|
5307
5307
|
}, {
|
|
5308
5308
|
spacing?: Record<string, string> | undefined;
|
|
5309
|
+
elevation?: {
|
|
5310
|
+
cardElevation?: string | undefined;
|
|
5311
|
+
popoverElevation?: string | undefined;
|
|
5312
|
+
dialogElevation?: string | undefined;
|
|
5313
|
+
toastElevation?: string | undefined;
|
|
5314
|
+
} | undefined;
|
|
5309
5315
|
typography?: Record<string, string> | undefined;
|
|
5310
5316
|
color?: {
|
|
5311
5317
|
primary?: string | undefined;
|
|
@@ -5341,12 +5347,6 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
5341
5347
|
surfaceHover?: string | undefined;
|
|
5342
5348
|
borderHover?: string | undefined;
|
|
5343
5349
|
} | undefined;
|
|
5344
|
-
elevation?: {
|
|
5345
|
-
cardElevation?: string | undefined;
|
|
5346
|
-
popoverElevation?: string | undefined;
|
|
5347
|
-
dialogElevation?: string | undefined;
|
|
5348
|
-
toastElevation?: string | undefined;
|
|
5349
|
-
} | undefined;
|
|
5350
5350
|
shadows?: Record<string, string> | undefined;
|
|
5351
5351
|
density?: {
|
|
5352
5352
|
spacing?: {
|
|
@@ -6586,6 +6586,12 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6586
6586
|
shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
6587
6587
|
}, "strip", z.ZodTypeAny, {
|
|
6588
6588
|
spacing?: Record<string, string> | undefined;
|
|
6589
|
+
elevation?: {
|
|
6590
|
+
cardElevation?: string | undefined;
|
|
6591
|
+
popoverElevation?: string | undefined;
|
|
6592
|
+
dialogElevation?: string | undefined;
|
|
6593
|
+
toastElevation?: string | undefined;
|
|
6594
|
+
} | undefined;
|
|
6589
6595
|
typography?: Record<string, string> | undefined;
|
|
6590
6596
|
color?: {
|
|
6591
6597
|
primary?: string | undefined;
|
|
@@ -6621,12 +6627,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6621
6627
|
surfaceHover?: string | undefined;
|
|
6622
6628
|
borderHover?: string | undefined;
|
|
6623
6629
|
} | undefined;
|
|
6624
|
-
elevation?: {
|
|
6625
|
-
cardElevation?: string | undefined;
|
|
6626
|
-
popoverElevation?: string | undefined;
|
|
6627
|
-
dialogElevation?: string | undefined;
|
|
6628
|
-
toastElevation?: string | undefined;
|
|
6629
|
-
} | undefined;
|
|
6630
6630
|
shadows?: Record<string, string> | undefined;
|
|
6631
6631
|
density?: {
|
|
6632
6632
|
spacing?: {
|
|
@@ -6808,6 +6808,12 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6808
6808
|
radii?: Record<string, string> | undefined;
|
|
6809
6809
|
}, {
|
|
6810
6810
|
spacing?: Record<string, string> | undefined;
|
|
6811
|
+
elevation?: {
|
|
6812
|
+
cardElevation?: string | undefined;
|
|
6813
|
+
popoverElevation?: string | undefined;
|
|
6814
|
+
dialogElevation?: string | undefined;
|
|
6815
|
+
toastElevation?: string | undefined;
|
|
6816
|
+
} | undefined;
|
|
6811
6817
|
typography?: Record<string, string> | undefined;
|
|
6812
6818
|
color?: {
|
|
6813
6819
|
primary?: string | undefined;
|
|
@@ -6843,12 +6849,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6843
6849
|
surfaceHover?: string | undefined;
|
|
6844
6850
|
borderHover?: string | undefined;
|
|
6845
6851
|
} | undefined;
|
|
6846
|
-
elevation?: {
|
|
6847
|
-
cardElevation?: string | undefined;
|
|
6848
|
-
popoverElevation?: string | undefined;
|
|
6849
|
-
dialogElevation?: string | undefined;
|
|
6850
|
-
toastElevation?: string | undefined;
|
|
6851
|
-
} | undefined;
|
|
6852
6852
|
shadows?: Record<string, string> | undefined;
|
|
6853
6853
|
density?: {
|
|
6854
6854
|
spacing?: {
|
|
@@ -8075,6 +8075,12 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8075
8075
|
shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
8076
8076
|
}, "strip", z.ZodTypeAny, {
|
|
8077
8077
|
spacing?: Record<string, string> | undefined;
|
|
8078
|
+
elevation?: {
|
|
8079
|
+
cardElevation?: string | undefined;
|
|
8080
|
+
popoverElevation?: string | undefined;
|
|
8081
|
+
dialogElevation?: string | undefined;
|
|
8082
|
+
toastElevation?: string | undefined;
|
|
8083
|
+
} | undefined;
|
|
8078
8084
|
typography?: Record<string, string> | undefined;
|
|
8079
8085
|
color?: {
|
|
8080
8086
|
primary?: string | undefined;
|
|
@@ -8110,12 +8116,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8110
8116
|
surfaceHover?: string | undefined;
|
|
8111
8117
|
borderHover?: string | undefined;
|
|
8112
8118
|
} | undefined;
|
|
8113
|
-
elevation?: {
|
|
8114
|
-
cardElevation?: string | undefined;
|
|
8115
|
-
popoverElevation?: string | undefined;
|
|
8116
|
-
dialogElevation?: string | undefined;
|
|
8117
|
-
toastElevation?: string | undefined;
|
|
8118
|
-
} | undefined;
|
|
8119
8119
|
shadows?: Record<string, string> | undefined;
|
|
8120
8120
|
density?: {
|
|
8121
8121
|
spacing?: {
|
|
@@ -8297,6 +8297,12 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8297
8297
|
radii?: Record<string, string> | undefined;
|
|
8298
8298
|
}, {
|
|
8299
8299
|
spacing?: Record<string, string> | undefined;
|
|
8300
|
+
elevation?: {
|
|
8301
|
+
cardElevation?: string | undefined;
|
|
8302
|
+
popoverElevation?: string | undefined;
|
|
8303
|
+
dialogElevation?: string | undefined;
|
|
8304
|
+
toastElevation?: string | undefined;
|
|
8305
|
+
} | undefined;
|
|
8300
8306
|
typography?: Record<string, string> | undefined;
|
|
8301
8307
|
color?: {
|
|
8302
8308
|
primary?: string | undefined;
|
|
@@ -8332,12 +8338,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8332
8338
|
surfaceHover?: string | undefined;
|
|
8333
8339
|
borderHover?: string | undefined;
|
|
8334
8340
|
} | undefined;
|
|
8335
|
-
elevation?: {
|
|
8336
|
-
cardElevation?: string | undefined;
|
|
8337
|
-
popoverElevation?: string | undefined;
|
|
8338
|
-
dialogElevation?: string | undefined;
|
|
8339
|
-
toastElevation?: string | undefined;
|
|
8340
|
-
} | undefined;
|
|
8341
8341
|
shadows?: Record<string, string> | undefined;
|
|
8342
8342
|
density?: {
|
|
8343
8343
|
spacing?: {
|
|
@@ -8522,6 +8522,12 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8522
8522
|
name: string;
|
|
8523
8523
|
tokens: {
|
|
8524
8524
|
spacing?: Record<string, string> | undefined;
|
|
8525
|
+
elevation?: {
|
|
8526
|
+
cardElevation?: string | undefined;
|
|
8527
|
+
popoverElevation?: string | undefined;
|
|
8528
|
+
dialogElevation?: string | undefined;
|
|
8529
|
+
toastElevation?: string | undefined;
|
|
8530
|
+
} | undefined;
|
|
8525
8531
|
typography?: Record<string, string> | undefined;
|
|
8526
8532
|
color?: {
|
|
8527
8533
|
primary?: string | undefined;
|
|
@@ -8557,12 +8563,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8557
8563
|
surfaceHover?: string | undefined;
|
|
8558
8564
|
borderHover?: string | undefined;
|
|
8559
8565
|
} | undefined;
|
|
8560
|
-
elevation?: {
|
|
8561
|
-
cardElevation?: string | undefined;
|
|
8562
|
-
popoverElevation?: string | undefined;
|
|
8563
|
-
dialogElevation?: string | undefined;
|
|
8564
|
-
toastElevation?: string | undefined;
|
|
8565
|
-
} | undefined;
|
|
8566
8566
|
shadows?: Record<string, string> | undefined;
|
|
8567
8567
|
density?: {
|
|
8568
8568
|
spacing?: {
|
|
@@ -8745,6 +8745,12 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8745
8745
|
};
|
|
8746
8746
|
variants?: Record<string, {
|
|
8747
8747
|
spacing?: Record<string, string> | undefined;
|
|
8748
|
+
elevation?: {
|
|
8749
|
+
cardElevation?: string | undefined;
|
|
8750
|
+
popoverElevation?: string | undefined;
|
|
8751
|
+
dialogElevation?: string | undefined;
|
|
8752
|
+
toastElevation?: string | undefined;
|
|
8753
|
+
} | undefined;
|
|
8748
8754
|
typography?: Record<string, string> | undefined;
|
|
8749
8755
|
color?: {
|
|
8750
8756
|
primary?: string | undefined;
|
|
@@ -8780,12 +8786,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8780
8786
|
surfaceHover?: string | undefined;
|
|
8781
8787
|
borderHover?: string | undefined;
|
|
8782
8788
|
} | undefined;
|
|
8783
|
-
elevation?: {
|
|
8784
|
-
cardElevation?: string | undefined;
|
|
8785
|
-
popoverElevation?: string | undefined;
|
|
8786
|
-
dialogElevation?: string | undefined;
|
|
8787
|
-
toastElevation?: string | undefined;
|
|
8788
|
-
} | undefined;
|
|
8789
8789
|
shadows?: Record<string, string> | undefined;
|
|
8790
8790
|
density?: {
|
|
8791
8791
|
spacing?: {
|
|
@@ -8970,6 +8970,12 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8970
8970
|
name: string;
|
|
8971
8971
|
tokens: {
|
|
8972
8972
|
spacing?: Record<string, string> | undefined;
|
|
8973
|
+
elevation?: {
|
|
8974
|
+
cardElevation?: string | undefined;
|
|
8975
|
+
popoverElevation?: string | undefined;
|
|
8976
|
+
dialogElevation?: string | undefined;
|
|
8977
|
+
toastElevation?: string | undefined;
|
|
8978
|
+
} | undefined;
|
|
8973
8979
|
typography?: Record<string, string> | undefined;
|
|
8974
8980
|
color?: {
|
|
8975
8981
|
primary?: string | undefined;
|
|
@@ -9005,12 +9011,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
9005
9011
|
surfaceHover?: string | undefined;
|
|
9006
9012
|
borderHover?: string | undefined;
|
|
9007
9013
|
} | undefined;
|
|
9008
|
-
elevation?: {
|
|
9009
|
-
cardElevation?: string | undefined;
|
|
9010
|
-
popoverElevation?: string | undefined;
|
|
9011
|
-
dialogElevation?: string | undefined;
|
|
9012
|
-
toastElevation?: string | undefined;
|
|
9013
|
-
} | undefined;
|
|
9014
9014
|
shadows?: Record<string, string> | undefined;
|
|
9015
9015
|
density?: {
|
|
9016
9016
|
spacing?: {
|
|
@@ -9193,6 +9193,12 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
9193
9193
|
};
|
|
9194
9194
|
variants?: Record<string, {
|
|
9195
9195
|
spacing?: Record<string, string> | undefined;
|
|
9196
|
+
elevation?: {
|
|
9197
|
+
cardElevation?: string | undefined;
|
|
9198
|
+
popoverElevation?: string | undefined;
|
|
9199
|
+
dialogElevation?: string | undefined;
|
|
9200
|
+
toastElevation?: string | undefined;
|
|
9201
|
+
} | undefined;
|
|
9196
9202
|
typography?: Record<string, string> | undefined;
|
|
9197
9203
|
color?: {
|
|
9198
9204
|
primary?: string | undefined;
|
|
@@ -9228,12 +9234,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
9228
9234
|
surfaceHover?: string | undefined;
|
|
9229
9235
|
borderHover?: string | undefined;
|
|
9230
9236
|
} | undefined;
|
|
9231
|
-
elevation?: {
|
|
9232
|
-
cardElevation?: string | undefined;
|
|
9233
|
-
popoverElevation?: string | undefined;
|
|
9234
|
-
dialogElevation?: string | undefined;
|
|
9235
|
-
toastElevation?: string | undefined;
|
|
9236
|
-
} | undefined;
|
|
9237
9237
|
shadows?: Record<string, string> | undefined;
|
|
9238
9238
|
density?: {
|
|
9239
9239
|
spacing?: {
|
|
@@ -10502,6 +10502,12 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10502
10502
|
shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
10503
10503
|
}, "strip", z.ZodTypeAny, {
|
|
10504
10504
|
spacing?: Record<string, string> | undefined;
|
|
10505
|
+
elevation?: {
|
|
10506
|
+
cardElevation?: string | undefined;
|
|
10507
|
+
popoverElevation?: string | undefined;
|
|
10508
|
+
dialogElevation?: string | undefined;
|
|
10509
|
+
toastElevation?: string | undefined;
|
|
10510
|
+
} | undefined;
|
|
10505
10511
|
typography?: Record<string, string> | undefined;
|
|
10506
10512
|
color?: {
|
|
10507
10513
|
primary?: string | undefined;
|
|
@@ -10537,12 +10543,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10537
10543
|
surfaceHover?: string | undefined;
|
|
10538
10544
|
borderHover?: string | undefined;
|
|
10539
10545
|
} | undefined;
|
|
10540
|
-
elevation?: {
|
|
10541
|
-
cardElevation?: string | undefined;
|
|
10542
|
-
popoverElevation?: string | undefined;
|
|
10543
|
-
dialogElevation?: string | undefined;
|
|
10544
|
-
toastElevation?: string | undefined;
|
|
10545
|
-
} | undefined;
|
|
10546
10546
|
shadows?: Record<string, string> | undefined;
|
|
10547
10547
|
density?: {
|
|
10548
10548
|
spacing?: {
|
|
@@ -10724,6 +10724,12 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10724
10724
|
radii?: Record<string, string> | undefined;
|
|
10725
10725
|
}, {
|
|
10726
10726
|
spacing?: Record<string, string> | undefined;
|
|
10727
|
+
elevation?: {
|
|
10728
|
+
cardElevation?: string | undefined;
|
|
10729
|
+
popoverElevation?: string | undefined;
|
|
10730
|
+
dialogElevation?: string | undefined;
|
|
10731
|
+
toastElevation?: string | undefined;
|
|
10732
|
+
} | undefined;
|
|
10727
10733
|
typography?: Record<string, string> | undefined;
|
|
10728
10734
|
color?: {
|
|
10729
10735
|
primary?: string | undefined;
|
|
@@ -10759,12 +10765,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10759
10765
|
surfaceHover?: string | undefined;
|
|
10760
10766
|
borderHover?: string | undefined;
|
|
10761
10767
|
} | undefined;
|
|
10762
|
-
elevation?: {
|
|
10763
|
-
cardElevation?: string | undefined;
|
|
10764
|
-
popoverElevation?: string | undefined;
|
|
10765
|
-
dialogElevation?: string | undefined;
|
|
10766
|
-
toastElevation?: string | undefined;
|
|
10767
|
-
} | undefined;
|
|
10768
10768
|
shadows?: Record<string, string> | undefined;
|
|
10769
10769
|
density?: {
|
|
10770
10770
|
spacing?: {
|
|
@@ -11991,6 +11991,12 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11991
11991
|
shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
11992
11992
|
}, "strip", z.ZodTypeAny, {
|
|
11993
11993
|
spacing?: Record<string, string> | undefined;
|
|
11994
|
+
elevation?: {
|
|
11995
|
+
cardElevation?: string | undefined;
|
|
11996
|
+
popoverElevation?: string | undefined;
|
|
11997
|
+
dialogElevation?: string | undefined;
|
|
11998
|
+
toastElevation?: string | undefined;
|
|
11999
|
+
} | undefined;
|
|
11994
12000
|
typography?: Record<string, string> | undefined;
|
|
11995
12001
|
color?: {
|
|
11996
12002
|
primary?: string | undefined;
|
|
@@ -12026,12 +12032,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12026
12032
|
surfaceHover?: string | undefined;
|
|
12027
12033
|
borderHover?: string | undefined;
|
|
12028
12034
|
} | undefined;
|
|
12029
|
-
elevation?: {
|
|
12030
|
-
cardElevation?: string | undefined;
|
|
12031
|
-
popoverElevation?: string | undefined;
|
|
12032
|
-
dialogElevation?: string | undefined;
|
|
12033
|
-
toastElevation?: string | undefined;
|
|
12034
|
-
} | undefined;
|
|
12035
12035
|
shadows?: Record<string, string> | undefined;
|
|
12036
12036
|
density?: {
|
|
12037
12037
|
spacing?: {
|
|
@@ -12213,6 +12213,12 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12213
12213
|
radii?: Record<string, string> | undefined;
|
|
12214
12214
|
}, {
|
|
12215
12215
|
spacing?: Record<string, string> | undefined;
|
|
12216
|
+
elevation?: {
|
|
12217
|
+
cardElevation?: string | undefined;
|
|
12218
|
+
popoverElevation?: string | undefined;
|
|
12219
|
+
dialogElevation?: string | undefined;
|
|
12220
|
+
toastElevation?: string | undefined;
|
|
12221
|
+
} | undefined;
|
|
12216
12222
|
typography?: Record<string, string> | undefined;
|
|
12217
12223
|
color?: {
|
|
12218
12224
|
primary?: string | undefined;
|
|
@@ -12248,12 +12254,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12248
12254
|
surfaceHover?: string | undefined;
|
|
12249
12255
|
borderHover?: string | undefined;
|
|
12250
12256
|
} | undefined;
|
|
12251
|
-
elevation?: {
|
|
12252
|
-
cardElevation?: string | undefined;
|
|
12253
|
-
popoverElevation?: string | undefined;
|
|
12254
|
-
dialogElevation?: string | undefined;
|
|
12255
|
-
toastElevation?: string | undefined;
|
|
12256
|
-
} | undefined;
|
|
12257
12257
|
shadows?: Record<string, string> | undefined;
|
|
12258
12258
|
density?: {
|
|
12259
12259
|
spacing?: {
|
|
@@ -12438,6 +12438,12 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12438
12438
|
name: string;
|
|
12439
12439
|
tokens: {
|
|
12440
12440
|
spacing?: Record<string, string> | undefined;
|
|
12441
|
+
elevation?: {
|
|
12442
|
+
cardElevation?: string | undefined;
|
|
12443
|
+
popoverElevation?: string | undefined;
|
|
12444
|
+
dialogElevation?: string | undefined;
|
|
12445
|
+
toastElevation?: string | undefined;
|
|
12446
|
+
} | undefined;
|
|
12441
12447
|
typography?: Record<string, string> | undefined;
|
|
12442
12448
|
color?: {
|
|
12443
12449
|
primary?: string | undefined;
|
|
@@ -12473,12 +12479,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12473
12479
|
surfaceHover?: string | undefined;
|
|
12474
12480
|
borderHover?: string | undefined;
|
|
12475
12481
|
} | undefined;
|
|
12476
|
-
elevation?: {
|
|
12477
|
-
cardElevation?: string | undefined;
|
|
12478
|
-
popoverElevation?: string | undefined;
|
|
12479
|
-
dialogElevation?: string | undefined;
|
|
12480
|
-
toastElevation?: string | undefined;
|
|
12481
|
-
} | undefined;
|
|
12482
12482
|
shadows?: Record<string, string> | undefined;
|
|
12483
12483
|
density?: {
|
|
12484
12484
|
spacing?: {
|
|
@@ -12661,6 +12661,12 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12661
12661
|
};
|
|
12662
12662
|
variants?: Record<string, {
|
|
12663
12663
|
spacing?: Record<string, string> | undefined;
|
|
12664
|
+
elevation?: {
|
|
12665
|
+
cardElevation?: string | undefined;
|
|
12666
|
+
popoverElevation?: string | undefined;
|
|
12667
|
+
dialogElevation?: string | undefined;
|
|
12668
|
+
toastElevation?: string | undefined;
|
|
12669
|
+
} | undefined;
|
|
12664
12670
|
typography?: Record<string, string> | undefined;
|
|
12665
12671
|
color?: {
|
|
12666
12672
|
primary?: string | undefined;
|
|
@@ -12696,12 +12702,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12696
12702
|
surfaceHover?: string | undefined;
|
|
12697
12703
|
borderHover?: string | undefined;
|
|
12698
12704
|
} | undefined;
|
|
12699
|
-
elevation?: {
|
|
12700
|
-
cardElevation?: string | undefined;
|
|
12701
|
-
popoverElevation?: string | undefined;
|
|
12702
|
-
dialogElevation?: string | undefined;
|
|
12703
|
-
toastElevation?: string | undefined;
|
|
12704
|
-
} | undefined;
|
|
12705
12705
|
shadows?: Record<string, string> | undefined;
|
|
12706
12706
|
density?: {
|
|
12707
12707
|
spacing?: {
|
|
@@ -12886,6 +12886,12 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12886
12886
|
name: string;
|
|
12887
12887
|
tokens: {
|
|
12888
12888
|
spacing?: Record<string, string> | undefined;
|
|
12889
|
+
elevation?: {
|
|
12890
|
+
cardElevation?: string | undefined;
|
|
12891
|
+
popoverElevation?: string | undefined;
|
|
12892
|
+
dialogElevation?: string | undefined;
|
|
12893
|
+
toastElevation?: string | undefined;
|
|
12894
|
+
} | undefined;
|
|
12889
12895
|
typography?: Record<string, string> | undefined;
|
|
12890
12896
|
color?: {
|
|
12891
12897
|
primary?: string | undefined;
|
|
@@ -12921,12 +12927,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12921
12927
|
surfaceHover?: string | undefined;
|
|
12922
12928
|
borderHover?: string | undefined;
|
|
12923
12929
|
} | undefined;
|
|
12924
|
-
elevation?: {
|
|
12925
|
-
cardElevation?: string | undefined;
|
|
12926
|
-
popoverElevation?: string | undefined;
|
|
12927
|
-
dialogElevation?: string | undefined;
|
|
12928
|
-
toastElevation?: string | undefined;
|
|
12929
|
-
} | undefined;
|
|
12930
12930
|
shadows?: Record<string, string> | undefined;
|
|
12931
12931
|
density?: {
|
|
12932
12932
|
spacing?: {
|
|
@@ -13109,6 +13109,12 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13109
13109
|
};
|
|
13110
13110
|
variants?: Record<string, {
|
|
13111
13111
|
spacing?: Record<string, string> | undefined;
|
|
13112
|
+
elevation?: {
|
|
13113
|
+
cardElevation?: string | undefined;
|
|
13114
|
+
popoverElevation?: string | undefined;
|
|
13115
|
+
dialogElevation?: string | undefined;
|
|
13116
|
+
toastElevation?: string | undefined;
|
|
13117
|
+
} | undefined;
|
|
13112
13118
|
typography?: Record<string, string> | undefined;
|
|
13113
13119
|
color?: {
|
|
13114
13120
|
primary?: string | undefined;
|
|
@@ -13144,12 +13150,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13144
13150
|
surfaceHover?: string | undefined;
|
|
13145
13151
|
borderHover?: string | undefined;
|
|
13146
13152
|
} | undefined;
|
|
13147
|
-
elevation?: {
|
|
13148
|
-
cardElevation?: string | undefined;
|
|
13149
|
-
popoverElevation?: string | undefined;
|
|
13150
|
-
dialogElevation?: string | undefined;
|
|
13151
|
-
toastElevation?: string | undefined;
|
|
13152
|
-
} | undefined;
|
|
13153
13153
|
shadows?: Record<string, string> | undefined;
|
|
13154
13154
|
density?: {
|
|
13155
13155
|
spacing?: {
|
|
@@ -14390,6 +14390,12 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14390
14390
|
shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
14391
14391
|
}, "strip", z.ZodTypeAny, {
|
|
14392
14392
|
spacing?: Record<string, string> | undefined;
|
|
14393
|
+
elevation?: {
|
|
14394
|
+
cardElevation?: string | undefined;
|
|
14395
|
+
popoverElevation?: string | undefined;
|
|
14396
|
+
dialogElevation?: string | undefined;
|
|
14397
|
+
toastElevation?: string | undefined;
|
|
14398
|
+
} | undefined;
|
|
14393
14399
|
typography?: Record<string, string> | undefined;
|
|
14394
14400
|
color?: {
|
|
14395
14401
|
primary?: string | undefined;
|
|
@@ -14425,12 +14431,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14425
14431
|
surfaceHover?: string | undefined;
|
|
14426
14432
|
borderHover?: string | undefined;
|
|
14427
14433
|
} | undefined;
|
|
14428
|
-
elevation?: {
|
|
14429
|
-
cardElevation?: string | undefined;
|
|
14430
|
-
popoverElevation?: string | undefined;
|
|
14431
|
-
dialogElevation?: string | undefined;
|
|
14432
|
-
toastElevation?: string | undefined;
|
|
14433
|
-
} | undefined;
|
|
14434
14434
|
shadows?: Record<string, string> | undefined;
|
|
14435
14435
|
density?: {
|
|
14436
14436
|
spacing?: {
|
|
@@ -14612,6 +14612,12 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14612
14612
|
radii?: Record<string, string> | undefined;
|
|
14613
14613
|
}, {
|
|
14614
14614
|
spacing?: Record<string, string> | undefined;
|
|
14615
|
+
elevation?: {
|
|
14616
|
+
cardElevation?: string | undefined;
|
|
14617
|
+
popoverElevation?: string | undefined;
|
|
14618
|
+
dialogElevation?: string | undefined;
|
|
14619
|
+
toastElevation?: string | undefined;
|
|
14620
|
+
} | undefined;
|
|
14615
14621
|
typography?: Record<string, string> | undefined;
|
|
14616
14622
|
color?: {
|
|
14617
14623
|
primary?: string | undefined;
|
|
@@ -14647,12 +14653,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14647
14653
|
surfaceHover?: string | undefined;
|
|
14648
14654
|
borderHover?: string | undefined;
|
|
14649
14655
|
} | undefined;
|
|
14650
|
-
elevation?: {
|
|
14651
|
-
cardElevation?: string | undefined;
|
|
14652
|
-
popoverElevation?: string | undefined;
|
|
14653
|
-
dialogElevation?: string | undefined;
|
|
14654
|
-
toastElevation?: string | undefined;
|
|
14655
|
-
} | undefined;
|
|
14656
14656
|
shadows?: Record<string, string> | undefined;
|
|
14657
14657
|
density?: {
|
|
14658
14658
|
spacing?: {
|
|
@@ -15879,6 +15879,12 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
15879
15879
|
shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
15880
15880
|
}, "strip", z.ZodTypeAny, {
|
|
15881
15881
|
spacing?: Record<string, string> | undefined;
|
|
15882
|
+
elevation?: {
|
|
15883
|
+
cardElevation?: string | undefined;
|
|
15884
|
+
popoverElevation?: string | undefined;
|
|
15885
|
+
dialogElevation?: string | undefined;
|
|
15886
|
+
toastElevation?: string | undefined;
|
|
15887
|
+
} | undefined;
|
|
15882
15888
|
typography?: Record<string, string> | undefined;
|
|
15883
15889
|
color?: {
|
|
15884
15890
|
primary?: string | undefined;
|
|
@@ -15914,12 +15920,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
15914
15920
|
surfaceHover?: string | undefined;
|
|
15915
15921
|
borderHover?: string | undefined;
|
|
15916
15922
|
} | undefined;
|
|
15917
|
-
elevation?: {
|
|
15918
|
-
cardElevation?: string | undefined;
|
|
15919
|
-
popoverElevation?: string | undefined;
|
|
15920
|
-
dialogElevation?: string | undefined;
|
|
15921
|
-
toastElevation?: string | undefined;
|
|
15922
|
-
} | undefined;
|
|
15923
15923
|
shadows?: Record<string, string> | undefined;
|
|
15924
15924
|
density?: {
|
|
15925
15925
|
spacing?: {
|
|
@@ -16101,6 +16101,12 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16101
16101
|
radii?: Record<string, string> | undefined;
|
|
16102
16102
|
}, {
|
|
16103
16103
|
spacing?: Record<string, string> | undefined;
|
|
16104
|
+
elevation?: {
|
|
16105
|
+
cardElevation?: string | undefined;
|
|
16106
|
+
popoverElevation?: string | undefined;
|
|
16107
|
+
dialogElevation?: string | undefined;
|
|
16108
|
+
toastElevation?: string | undefined;
|
|
16109
|
+
} | undefined;
|
|
16104
16110
|
typography?: Record<string, string> | undefined;
|
|
16105
16111
|
color?: {
|
|
16106
16112
|
primary?: string | undefined;
|
|
@@ -16136,12 +16142,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16136
16142
|
surfaceHover?: string | undefined;
|
|
16137
16143
|
borderHover?: string | undefined;
|
|
16138
16144
|
} | undefined;
|
|
16139
|
-
elevation?: {
|
|
16140
|
-
cardElevation?: string | undefined;
|
|
16141
|
-
popoverElevation?: string | undefined;
|
|
16142
|
-
dialogElevation?: string | undefined;
|
|
16143
|
-
toastElevation?: string | undefined;
|
|
16144
|
-
} | undefined;
|
|
16145
16145
|
shadows?: Record<string, string> | undefined;
|
|
16146
16146
|
density?: {
|
|
16147
16147
|
spacing?: {
|
|
@@ -16326,6 +16326,12 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16326
16326
|
name: string;
|
|
16327
16327
|
tokens: {
|
|
16328
16328
|
spacing?: Record<string, string> | undefined;
|
|
16329
|
+
elevation?: {
|
|
16330
|
+
cardElevation?: string | undefined;
|
|
16331
|
+
popoverElevation?: string | undefined;
|
|
16332
|
+
dialogElevation?: string | undefined;
|
|
16333
|
+
toastElevation?: string | undefined;
|
|
16334
|
+
} | undefined;
|
|
16329
16335
|
typography?: Record<string, string> | undefined;
|
|
16330
16336
|
color?: {
|
|
16331
16337
|
primary?: string | undefined;
|
|
@@ -16361,12 +16367,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16361
16367
|
surfaceHover?: string | undefined;
|
|
16362
16368
|
borderHover?: string | undefined;
|
|
16363
16369
|
} | undefined;
|
|
16364
|
-
elevation?: {
|
|
16365
|
-
cardElevation?: string | undefined;
|
|
16366
|
-
popoverElevation?: string | undefined;
|
|
16367
|
-
dialogElevation?: string | undefined;
|
|
16368
|
-
toastElevation?: string | undefined;
|
|
16369
|
-
} | undefined;
|
|
16370
16370
|
shadows?: Record<string, string> | undefined;
|
|
16371
16371
|
density?: {
|
|
16372
16372
|
spacing?: {
|
|
@@ -16549,6 +16549,12 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16549
16549
|
};
|
|
16550
16550
|
variants?: Record<string, {
|
|
16551
16551
|
spacing?: Record<string, string> | undefined;
|
|
16552
|
+
elevation?: {
|
|
16553
|
+
cardElevation?: string | undefined;
|
|
16554
|
+
popoverElevation?: string | undefined;
|
|
16555
|
+
dialogElevation?: string | undefined;
|
|
16556
|
+
toastElevation?: string | undefined;
|
|
16557
|
+
} | undefined;
|
|
16552
16558
|
typography?: Record<string, string> | undefined;
|
|
16553
16559
|
color?: {
|
|
16554
16560
|
primary?: string | undefined;
|
|
@@ -16584,12 +16590,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16584
16590
|
surfaceHover?: string | undefined;
|
|
16585
16591
|
borderHover?: string | undefined;
|
|
16586
16592
|
} | undefined;
|
|
16587
|
-
elevation?: {
|
|
16588
|
-
cardElevation?: string | undefined;
|
|
16589
|
-
popoverElevation?: string | undefined;
|
|
16590
|
-
dialogElevation?: string | undefined;
|
|
16591
|
-
toastElevation?: string | undefined;
|
|
16592
|
-
} | undefined;
|
|
16593
16593
|
shadows?: Record<string, string> | undefined;
|
|
16594
16594
|
density?: {
|
|
16595
16595
|
spacing?: {
|
|
@@ -16774,6 +16774,12 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16774
16774
|
name: string;
|
|
16775
16775
|
tokens: {
|
|
16776
16776
|
spacing?: Record<string, string> | undefined;
|
|
16777
|
+
elevation?: {
|
|
16778
|
+
cardElevation?: string | undefined;
|
|
16779
|
+
popoverElevation?: string | undefined;
|
|
16780
|
+
dialogElevation?: string | undefined;
|
|
16781
|
+
toastElevation?: string | undefined;
|
|
16782
|
+
} | undefined;
|
|
16777
16783
|
typography?: Record<string, string> | undefined;
|
|
16778
16784
|
color?: {
|
|
16779
16785
|
primary?: string | undefined;
|
|
@@ -16809,12 +16815,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16809
16815
|
surfaceHover?: string | undefined;
|
|
16810
16816
|
borderHover?: string | undefined;
|
|
16811
16817
|
} | undefined;
|
|
16812
|
-
elevation?: {
|
|
16813
|
-
cardElevation?: string | undefined;
|
|
16814
|
-
popoverElevation?: string | undefined;
|
|
16815
|
-
dialogElevation?: string | undefined;
|
|
16816
|
-
toastElevation?: string | undefined;
|
|
16817
|
-
} | undefined;
|
|
16818
16818
|
shadows?: Record<string, string> | undefined;
|
|
16819
16819
|
density?: {
|
|
16820
16820
|
spacing?: {
|
|
@@ -16997,6 +16997,12 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16997
16997
|
};
|
|
16998
16998
|
variants?: Record<string, {
|
|
16999
16999
|
spacing?: Record<string, string> | undefined;
|
|
17000
|
+
elevation?: {
|
|
17001
|
+
cardElevation?: string | undefined;
|
|
17002
|
+
popoverElevation?: string | undefined;
|
|
17003
|
+
dialogElevation?: string | undefined;
|
|
17004
|
+
toastElevation?: string | undefined;
|
|
17005
|
+
} | undefined;
|
|
17000
17006
|
typography?: Record<string, string> | undefined;
|
|
17001
17007
|
color?: {
|
|
17002
17008
|
primary?: string | undefined;
|
|
@@ -17032,12 +17038,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
17032
17038
|
surfaceHover?: string | undefined;
|
|
17033
17039
|
borderHover?: string | undefined;
|
|
17034
17040
|
} | undefined;
|
|
17035
|
-
elevation?: {
|
|
17036
|
-
cardElevation?: string | undefined;
|
|
17037
|
-
popoverElevation?: string | undefined;
|
|
17038
|
-
dialogElevation?: string | undefined;
|
|
17039
|
-
toastElevation?: string | undefined;
|
|
17040
|
-
} | undefined;
|
|
17041
17041
|
shadows?: Record<string, string> | undefined;
|
|
17042
17042
|
density?: {
|
|
17043
17043
|
spacing?: {
|
|
@@ -23709,6 +23709,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
23709
23709
|
shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
23710
23710
|
}, "strip", z.ZodTypeAny, {
|
|
23711
23711
|
spacing?: Record<string, string> | undefined;
|
|
23712
|
+
elevation?: {
|
|
23713
|
+
cardElevation?: string | undefined;
|
|
23714
|
+
popoverElevation?: string | undefined;
|
|
23715
|
+
dialogElevation?: string | undefined;
|
|
23716
|
+
toastElevation?: string | undefined;
|
|
23717
|
+
} | undefined;
|
|
23712
23718
|
typography?: Record<string, string> | undefined;
|
|
23713
23719
|
color?: {
|
|
23714
23720
|
primary?: string | undefined;
|
|
@@ -23744,12 +23750,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
23744
23750
|
surfaceHover?: string | undefined;
|
|
23745
23751
|
borderHover?: string | undefined;
|
|
23746
23752
|
} | undefined;
|
|
23747
|
-
elevation?: {
|
|
23748
|
-
cardElevation?: string | undefined;
|
|
23749
|
-
popoverElevation?: string | undefined;
|
|
23750
|
-
dialogElevation?: string | undefined;
|
|
23751
|
-
toastElevation?: string | undefined;
|
|
23752
|
-
} | undefined;
|
|
23753
23753
|
shadows?: Record<string, string> | undefined;
|
|
23754
23754
|
density?: {
|
|
23755
23755
|
spacing?: {
|
|
@@ -23931,6 +23931,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
23931
23931
|
radii?: Record<string, string> | undefined;
|
|
23932
23932
|
}, {
|
|
23933
23933
|
spacing?: Record<string, string> | undefined;
|
|
23934
|
+
elevation?: {
|
|
23935
|
+
cardElevation?: string | undefined;
|
|
23936
|
+
popoverElevation?: string | undefined;
|
|
23937
|
+
dialogElevation?: string | undefined;
|
|
23938
|
+
toastElevation?: string | undefined;
|
|
23939
|
+
} | undefined;
|
|
23934
23940
|
typography?: Record<string, string> | undefined;
|
|
23935
23941
|
color?: {
|
|
23936
23942
|
primary?: string | undefined;
|
|
@@ -23966,12 +23972,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
23966
23972
|
surfaceHover?: string | undefined;
|
|
23967
23973
|
borderHover?: string | undefined;
|
|
23968
23974
|
} | undefined;
|
|
23969
|
-
elevation?: {
|
|
23970
|
-
cardElevation?: string | undefined;
|
|
23971
|
-
popoverElevation?: string | undefined;
|
|
23972
|
-
dialogElevation?: string | undefined;
|
|
23973
|
-
toastElevation?: string | undefined;
|
|
23974
|
-
} | undefined;
|
|
23975
23975
|
shadows?: Record<string, string> | undefined;
|
|
23976
23976
|
density?: {
|
|
23977
23977
|
spacing?: {
|
|
@@ -25198,6 +25198,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25198
25198
|
shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
25199
25199
|
}, "strip", z.ZodTypeAny, {
|
|
25200
25200
|
spacing?: Record<string, string> | undefined;
|
|
25201
|
+
elevation?: {
|
|
25202
|
+
cardElevation?: string | undefined;
|
|
25203
|
+
popoverElevation?: string | undefined;
|
|
25204
|
+
dialogElevation?: string | undefined;
|
|
25205
|
+
toastElevation?: string | undefined;
|
|
25206
|
+
} | undefined;
|
|
25201
25207
|
typography?: Record<string, string> | undefined;
|
|
25202
25208
|
color?: {
|
|
25203
25209
|
primary?: string | undefined;
|
|
@@ -25233,12 +25239,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25233
25239
|
surfaceHover?: string | undefined;
|
|
25234
25240
|
borderHover?: string | undefined;
|
|
25235
25241
|
} | undefined;
|
|
25236
|
-
elevation?: {
|
|
25237
|
-
cardElevation?: string | undefined;
|
|
25238
|
-
popoverElevation?: string | undefined;
|
|
25239
|
-
dialogElevation?: string | undefined;
|
|
25240
|
-
toastElevation?: string | undefined;
|
|
25241
|
-
} | undefined;
|
|
25242
25242
|
shadows?: Record<string, string> | undefined;
|
|
25243
25243
|
density?: {
|
|
25244
25244
|
spacing?: {
|
|
@@ -25420,6 +25420,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25420
25420
|
radii?: Record<string, string> | undefined;
|
|
25421
25421
|
}, {
|
|
25422
25422
|
spacing?: Record<string, string> | undefined;
|
|
25423
|
+
elevation?: {
|
|
25424
|
+
cardElevation?: string | undefined;
|
|
25425
|
+
popoverElevation?: string | undefined;
|
|
25426
|
+
dialogElevation?: string | undefined;
|
|
25427
|
+
toastElevation?: string | undefined;
|
|
25428
|
+
} | undefined;
|
|
25423
25429
|
typography?: Record<string, string> | undefined;
|
|
25424
25430
|
color?: {
|
|
25425
25431
|
primary?: string | undefined;
|
|
@@ -25455,12 +25461,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25455
25461
|
surfaceHover?: string | undefined;
|
|
25456
25462
|
borderHover?: string | undefined;
|
|
25457
25463
|
} | undefined;
|
|
25458
|
-
elevation?: {
|
|
25459
|
-
cardElevation?: string | undefined;
|
|
25460
|
-
popoverElevation?: string | undefined;
|
|
25461
|
-
dialogElevation?: string | undefined;
|
|
25462
|
-
toastElevation?: string | undefined;
|
|
25463
|
-
} | undefined;
|
|
25464
25464
|
shadows?: Record<string, string> | undefined;
|
|
25465
25465
|
density?: {
|
|
25466
25466
|
spacing?: {
|
|
@@ -25645,6 +25645,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25645
25645
|
name: string;
|
|
25646
25646
|
tokens: {
|
|
25647
25647
|
spacing?: Record<string, string> | undefined;
|
|
25648
|
+
elevation?: {
|
|
25649
|
+
cardElevation?: string | undefined;
|
|
25650
|
+
popoverElevation?: string | undefined;
|
|
25651
|
+
dialogElevation?: string | undefined;
|
|
25652
|
+
toastElevation?: string | undefined;
|
|
25653
|
+
} | undefined;
|
|
25648
25654
|
typography?: Record<string, string> | undefined;
|
|
25649
25655
|
color?: {
|
|
25650
25656
|
primary?: string | undefined;
|
|
@@ -25680,12 +25686,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25680
25686
|
surfaceHover?: string | undefined;
|
|
25681
25687
|
borderHover?: string | undefined;
|
|
25682
25688
|
} | undefined;
|
|
25683
|
-
elevation?: {
|
|
25684
|
-
cardElevation?: string | undefined;
|
|
25685
|
-
popoverElevation?: string | undefined;
|
|
25686
|
-
dialogElevation?: string | undefined;
|
|
25687
|
-
toastElevation?: string | undefined;
|
|
25688
|
-
} | undefined;
|
|
25689
25689
|
shadows?: Record<string, string> | undefined;
|
|
25690
25690
|
density?: {
|
|
25691
25691
|
spacing?: {
|
|
@@ -25868,6 +25868,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25868
25868
|
};
|
|
25869
25869
|
variants?: Record<string, {
|
|
25870
25870
|
spacing?: Record<string, string> | undefined;
|
|
25871
|
+
elevation?: {
|
|
25872
|
+
cardElevation?: string | undefined;
|
|
25873
|
+
popoverElevation?: string | undefined;
|
|
25874
|
+
dialogElevation?: string | undefined;
|
|
25875
|
+
toastElevation?: string | undefined;
|
|
25876
|
+
} | undefined;
|
|
25871
25877
|
typography?: Record<string, string> | undefined;
|
|
25872
25878
|
color?: {
|
|
25873
25879
|
primary?: string | undefined;
|
|
@@ -25903,12 +25909,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25903
25909
|
surfaceHover?: string | undefined;
|
|
25904
25910
|
borderHover?: string | undefined;
|
|
25905
25911
|
} | undefined;
|
|
25906
|
-
elevation?: {
|
|
25907
|
-
cardElevation?: string | undefined;
|
|
25908
|
-
popoverElevation?: string | undefined;
|
|
25909
|
-
dialogElevation?: string | undefined;
|
|
25910
|
-
toastElevation?: string | undefined;
|
|
25911
|
-
} | undefined;
|
|
25912
25912
|
shadows?: Record<string, string> | undefined;
|
|
25913
25913
|
density?: {
|
|
25914
25914
|
spacing?: {
|
|
@@ -26093,6 +26093,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26093
26093
|
name: string;
|
|
26094
26094
|
tokens: {
|
|
26095
26095
|
spacing?: Record<string, string> | undefined;
|
|
26096
|
+
elevation?: {
|
|
26097
|
+
cardElevation?: string | undefined;
|
|
26098
|
+
popoverElevation?: string | undefined;
|
|
26099
|
+
dialogElevation?: string | undefined;
|
|
26100
|
+
toastElevation?: string | undefined;
|
|
26101
|
+
} | undefined;
|
|
26096
26102
|
typography?: Record<string, string> | undefined;
|
|
26097
26103
|
color?: {
|
|
26098
26104
|
primary?: string | undefined;
|
|
@@ -26128,12 +26134,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26128
26134
|
surfaceHover?: string | undefined;
|
|
26129
26135
|
borderHover?: string | undefined;
|
|
26130
26136
|
} | undefined;
|
|
26131
|
-
elevation?: {
|
|
26132
|
-
cardElevation?: string | undefined;
|
|
26133
|
-
popoverElevation?: string | undefined;
|
|
26134
|
-
dialogElevation?: string | undefined;
|
|
26135
|
-
toastElevation?: string | undefined;
|
|
26136
|
-
} | undefined;
|
|
26137
26137
|
shadows?: Record<string, string> | undefined;
|
|
26138
26138
|
density?: {
|
|
26139
26139
|
spacing?: {
|
|
@@ -26316,6 +26316,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26316
26316
|
};
|
|
26317
26317
|
variants?: Record<string, {
|
|
26318
26318
|
spacing?: Record<string, string> | undefined;
|
|
26319
|
+
elevation?: {
|
|
26320
|
+
cardElevation?: string | undefined;
|
|
26321
|
+
popoverElevation?: string | undefined;
|
|
26322
|
+
dialogElevation?: string | undefined;
|
|
26323
|
+
toastElevation?: string | undefined;
|
|
26324
|
+
} | undefined;
|
|
26319
26325
|
typography?: Record<string, string> | undefined;
|
|
26320
26326
|
color?: {
|
|
26321
26327
|
primary?: string | undefined;
|
|
@@ -26351,12 +26357,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
26351
26357
|
surfaceHover?: string | undefined;
|
|
26352
26358
|
borderHover?: string | undefined;
|
|
26353
26359
|
} | undefined;
|
|
26354
|
-
elevation?: {
|
|
26355
|
-
cardElevation?: string | undefined;
|
|
26356
|
-
popoverElevation?: string | undefined;
|
|
26357
|
-
dialogElevation?: string | undefined;
|
|
26358
|
-
toastElevation?: string | undefined;
|
|
26359
|
-
} | undefined;
|
|
26360
26360
|
shadows?: Record<string, string> | undefined;
|
|
26361
26361
|
density?: {
|
|
26362
26362
|
spacing?: {
|
|
@@ -30443,6 +30443,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
30443
30443
|
name: string;
|
|
30444
30444
|
tokens: {
|
|
30445
30445
|
spacing?: Record<string, string> | undefined;
|
|
30446
|
+
elevation?: {
|
|
30447
|
+
cardElevation?: string | undefined;
|
|
30448
|
+
popoverElevation?: string | undefined;
|
|
30449
|
+
dialogElevation?: string | undefined;
|
|
30450
|
+
toastElevation?: string | undefined;
|
|
30451
|
+
} | undefined;
|
|
30446
30452
|
typography?: Record<string, string> | undefined;
|
|
30447
30453
|
color?: {
|
|
30448
30454
|
primary?: string | undefined;
|
|
@@ -30478,12 +30484,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
30478
30484
|
surfaceHover?: string | undefined;
|
|
30479
30485
|
borderHover?: string | undefined;
|
|
30480
30486
|
} | undefined;
|
|
30481
|
-
elevation?: {
|
|
30482
|
-
cardElevation?: string | undefined;
|
|
30483
|
-
popoverElevation?: string | undefined;
|
|
30484
|
-
dialogElevation?: string | undefined;
|
|
30485
|
-
toastElevation?: string | undefined;
|
|
30486
|
-
} | undefined;
|
|
30487
30487
|
shadows?: Record<string, string> | undefined;
|
|
30488
30488
|
density?: {
|
|
30489
30489
|
spacing?: {
|
|
@@ -30666,6 +30666,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
30666
30666
|
};
|
|
30667
30667
|
variants?: Record<string, {
|
|
30668
30668
|
spacing?: Record<string, string> | undefined;
|
|
30669
|
+
elevation?: {
|
|
30670
|
+
cardElevation?: string | undefined;
|
|
30671
|
+
popoverElevation?: string | undefined;
|
|
30672
|
+
dialogElevation?: string | undefined;
|
|
30673
|
+
toastElevation?: string | undefined;
|
|
30674
|
+
} | undefined;
|
|
30669
30675
|
typography?: Record<string, string> | undefined;
|
|
30670
30676
|
color?: {
|
|
30671
30677
|
primary?: string | undefined;
|
|
@@ -30701,12 +30707,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
30701
30707
|
surfaceHover?: string | undefined;
|
|
30702
30708
|
borderHover?: string | undefined;
|
|
30703
30709
|
} | undefined;
|
|
30704
|
-
elevation?: {
|
|
30705
|
-
cardElevation?: string | undefined;
|
|
30706
|
-
popoverElevation?: string | undefined;
|
|
30707
|
-
dialogElevation?: string | undefined;
|
|
30708
|
-
toastElevation?: string | undefined;
|
|
30709
|
-
} | undefined;
|
|
30710
30710
|
shadows?: Record<string, string> | undefined;
|
|
30711
30711
|
density?: {
|
|
30712
30712
|
spacing?: {
|
|
@@ -31499,6 +31499,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31499
31499
|
name: string;
|
|
31500
31500
|
tokens: {
|
|
31501
31501
|
spacing?: Record<string, string> | undefined;
|
|
31502
|
+
elevation?: {
|
|
31503
|
+
cardElevation?: string | undefined;
|
|
31504
|
+
popoverElevation?: string | undefined;
|
|
31505
|
+
dialogElevation?: string | undefined;
|
|
31506
|
+
toastElevation?: string | undefined;
|
|
31507
|
+
} | undefined;
|
|
31502
31508
|
typography?: Record<string, string> | undefined;
|
|
31503
31509
|
color?: {
|
|
31504
31510
|
primary?: string | undefined;
|
|
@@ -31534,12 +31540,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31534
31540
|
surfaceHover?: string | undefined;
|
|
31535
31541
|
borderHover?: string | undefined;
|
|
31536
31542
|
} | undefined;
|
|
31537
|
-
elevation?: {
|
|
31538
|
-
cardElevation?: string | undefined;
|
|
31539
|
-
popoverElevation?: string | undefined;
|
|
31540
|
-
dialogElevation?: string | undefined;
|
|
31541
|
-
toastElevation?: string | undefined;
|
|
31542
|
-
} | undefined;
|
|
31543
31543
|
shadows?: Record<string, string> | undefined;
|
|
31544
31544
|
density?: {
|
|
31545
31545
|
spacing?: {
|
|
@@ -31722,6 +31722,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31722
31722
|
};
|
|
31723
31723
|
variants?: Record<string, {
|
|
31724
31724
|
spacing?: Record<string, string> | undefined;
|
|
31725
|
+
elevation?: {
|
|
31726
|
+
cardElevation?: string | undefined;
|
|
31727
|
+
popoverElevation?: string | undefined;
|
|
31728
|
+
dialogElevation?: string | undefined;
|
|
31729
|
+
toastElevation?: string | undefined;
|
|
31730
|
+
} | undefined;
|
|
31725
31731
|
typography?: Record<string, string> | undefined;
|
|
31726
31732
|
color?: {
|
|
31727
31733
|
primary?: string | undefined;
|
|
@@ -31757,12 +31763,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
31757
31763
|
surfaceHover?: string | undefined;
|
|
31758
31764
|
borderHover?: string | undefined;
|
|
31759
31765
|
} | undefined;
|
|
31760
|
-
elevation?: {
|
|
31761
|
-
cardElevation?: string | undefined;
|
|
31762
|
-
popoverElevation?: string | undefined;
|
|
31763
|
-
dialogElevation?: string | undefined;
|
|
31764
|
-
toastElevation?: string | undefined;
|
|
31765
|
-
} | undefined;
|
|
31766
31766
|
shadows?: Record<string, string> | undefined;
|
|
31767
31767
|
density?: {
|
|
31768
31768
|
spacing?: {
|
|
@@ -33164,6 +33164,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33164
33164
|
shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
33165
33165
|
}, "strip", z.ZodTypeAny, {
|
|
33166
33166
|
spacing?: Record<string, string> | undefined;
|
|
33167
|
+
elevation?: {
|
|
33168
|
+
cardElevation?: string | undefined;
|
|
33169
|
+
popoverElevation?: string | undefined;
|
|
33170
|
+
dialogElevation?: string | undefined;
|
|
33171
|
+
toastElevation?: string | undefined;
|
|
33172
|
+
} | undefined;
|
|
33167
33173
|
typography?: Record<string, string> | undefined;
|
|
33168
33174
|
color?: {
|
|
33169
33175
|
primary?: string | undefined;
|
|
@@ -33199,12 +33205,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33199
33205
|
surfaceHover?: string | undefined;
|
|
33200
33206
|
borderHover?: string | undefined;
|
|
33201
33207
|
} | undefined;
|
|
33202
|
-
elevation?: {
|
|
33203
|
-
cardElevation?: string | undefined;
|
|
33204
|
-
popoverElevation?: string | undefined;
|
|
33205
|
-
dialogElevation?: string | undefined;
|
|
33206
|
-
toastElevation?: string | undefined;
|
|
33207
|
-
} | undefined;
|
|
33208
33208
|
shadows?: Record<string, string> | undefined;
|
|
33209
33209
|
density?: {
|
|
33210
33210
|
spacing?: {
|
|
@@ -33386,6 +33386,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33386
33386
|
radii?: Record<string, string> | undefined;
|
|
33387
33387
|
}, {
|
|
33388
33388
|
spacing?: Record<string, string> | undefined;
|
|
33389
|
+
elevation?: {
|
|
33390
|
+
cardElevation?: string | undefined;
|
|
33391
|
+
popoverElevation?: string | undefined;
|
|
33392
|
+
dialogElevation?: string | undefined;
|
|
33393
|
+
toastElevation?: string | undefined;
|
|
33394
|
+
} | undefined;
|
|
33389
33395
|
typography?: Record<string, string> | undefined;
|
|
33390
33396
|
color?: {
|
|
33391
33397
|
primary?: string | undefined;
|
|
@@ -33421,12 +33427,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33421
33427
|
surfaceHover?: string | undefined;
|
|
33422
33428
|
borderHover?: string | undefined;
|
|
33423
33429
|
} | undefined;
|
|
33424
|
-
elevation?: {
|
|
33425
|
-
cardElevation?: string | undefined;
|
|
33426
|
-
popoverElevation?: string | undefined;
|
|
33427
|
-
dialogElevation?: string | undefined;
|
|
33428
|
-
toastElevation?: string | undefined;
|
|
33429
|
-
} | undefined;
|
|
33430
33430
|
shadows?: Record<string, string> | undefined;
|
|
33431
33431
|
density?: {
|
|
33432
33432
|
spacing?: {
|
|
@@ -34653,6 +34653,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34653
34653
|
shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
34654
34654
|
}, "strip", z.ZodTypeAny, {
|
|
34655
34655
|
spacing?: Record<string, string> | undefined;
|
|
34656
|
+
elevation?: {
|
|
34657
|
+
cardElevation?: string | undefined;
|
|
34658
|
+
popoverElevation?: string | undefined;
|
|
34659
|
+
dialogElevation?: string | undefined;
|
|
34660
|
+
toastElevation?: string | undefined;
|
|
34661
|
+
} | undefined;
|
|
34656
34662
|
typography?: Record<string, string> | undefined;
|
|
34657
34663
|
color?: {
|
|
34658
34664
|
primary?: string | undefined;
|
|
@@ -34688,12 +34694,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34688
34694
|
surfaceHover?: string | undefined;
|
|
34689
34695
|
borderHover?: string | undefined;
|
|
34690
34696
|
} | undefined;
|
|
34691
|
-
elevation?: {
|
|
34692
|
-
cardElevation?: string | undefined;
|
|
34693
|
-
popoverElevation?: string | undefined;
|
|
34694
|
-
dialogElevation?: string | undefined;
|
|
34695
|
-
toastElevation?: string | undefined;
|
|
34696
|
-
} | undefined;
|
|
34697
34697
|
shadows?: Record<string, string> | undefined;
|
|
34698
34698
|
density?: {
|
|
34699
34699
|
spacing?: {
|
|
@@ -34875,6 +34875,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34875
34875
|
radii?: Record<string, string> | undefined;
|
|
34876
34876
|
}, {
|
|
34877
34877
|
spacing?: Record<string, string> | undefined;
|
|
34878
|
+
elevation?: {
|
|
34879
|
+
cardElevation?: string | undefined;
|
|
34880
|
+
popoverElevation?: string | undefined;
|
|
34881
|
+
dialogElevation?: string | undefined;
|
|
34882
|
+
toastElevation?: string | undefined;
|
|
34883
|
+
} | undefined;
|
|
34878
34884
|
typography?: Record<string, string> | undefined;
|
|
34879
34885
|
color?: {
|
|
34880
34886
|
primary?: string | undefined;
|
|
@@ -34910,12 +34916,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
34910
34916
|
surfaceHover?: string | undefined;
|
|
34911
34917
|
borderHover?: string | undefined;
|
|
34912
34918
|
} | undefined;
|
|
34913
|
-
elevation?: {
|
|
34914
|
-
cardElevation?: string | undefined;
|
|
34915
|
-
popoverElevation?: string | undefined;
|
|
34916
|
-
dialogElevation?: string | undefined;
|
|
34917
|
-
toastElevation?: string | undefined;
|
|
34918
|
-
} | undefined;
|
|
34919
34919
|
shadows?: Record<string, string> | undefined;
|
|
34920
34920
|
density?: {
|
|
34921
34921
|
spacing?: {
|
|
@@ -35100,6 +35100,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35100
35100
|
name: string;
|
|
35101
35101
|
tokens: {
|
|
35102
35102
|
spacing?: Record<string, string> | undefined;
|
|
35103
|
+
elevation?: {
|
|
35104
|
+
cardElevation?: string | undefined;
|
|
35105
|
+
popoverElevation?: string | undefined;
|
|
35106
|
+
dialogElevation?: string | undefined;
|
|
35107
|
+
toastElevation?: string | undefined;
|
|
35108
|
+
} | undefined;
|
|
35103
35109
|
typography?: Record<string, string> | undefined;
|
|
35104
35110
|
color?: {
|
|
35105
35111
|
primary?: string | undefined;
|
|
@@ -35135,12 +35141,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35135
35141
|
surfaceHover?: string | undefined;
|
|
35136
35142
|
borderHover?: string | undefined;
|
|
35137
35143
|
} | undefined;
|
|
35138
|
-
elevation?: {
|
|
35139
|
-
cardElevation?: string | undefined;
|
|
35140
|
-
popoverElevation?: string | undefined;
|
|
35141
|
-
dialogElevation?: string | undefined;
|
|
35142
|
-
toastElevation?: string | undefined;
|
|
35143
|
-
} | undefined;
|
|
35144
35144
|
shadows?: Record<string, string> | undefined;
|
|
35145
35145
|
density?: {
|
|
35146
35146
|
spacing?: {
|
|
@@ -35323,6 +35323,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35323
35323
|
};
|
|
35324
35324
|
variants?: Record<string, {
|
|
35325
35325
|
spacing?: Record<string, string> | undefined;
|
|
35326
|
+
elevation?: {
|
|
35327
|
+
cardElevation?: string | undefined;
|
|
35328
|
+
popoverElevation?: string | undefined;
|
|
35329
|
+
dialogElevation?: string | undefined;
|
|
35330
|
+
toastElevation?: string | undefined;
|
|
35331
|
+
} | undefined;
|
|
35326
35332
|
typography?: Record<string, string> | undefined;
|
|
35327
35333
|
color?: {
|
|
35328
35334
|
primary?: string | undefined;
|
|
@@ -35358,12 +35364,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35358
35364
|
surfaceHover?: string | undefined;
|
|
35359
35365
|
borderHover?: string | undefined;
|
|
35360
35366
|
} | undefined;
|
|
35361
|
-
elevation?: {
|
|
35362
|
-
cardElevation?: string | undefined;
|
|
35363
|
-
popoverElevation?: string | undefined;
|
|
35364
|
-
dialogElevation?: string | undefined;
|
|
35365
|
-
toastElevation?: string | undefined;
|
|
35366
|
-
} | undefined;
|
|
35367
35367
|
shadows?: Record<string, string> | undefined;
|
|
35368
35368
|
density?: {
|
|
35369
35369
|
spacing?: {
|
|
@@ -35548,6 +35548,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35548
35548
|
name: string;
|
|
35549
35549
|
tokens: {
|
|
35550
35550
|
spacing?: Record<string, string> | undefined;
|
|
35551
|
+
elevation?: {
|
|
35552
|
+
cardElevation?: string | undefined;
|
|
35553
|
+
popoverElevation?: string | undefined;
|
|
35554
|
+
dialogElevation?: string | undefined;
|
|
35555
|
+
toastElevation?: string | undefined;
|
|
35556
|
+
} | undefined;
|
|
35551
35557
|
typography?: Record<string, string> | undefined;
|
|
35552
35558
|
color?: {
|
|
35553
35559
|
primary?: string | undefined;
|
|
@@ -35583,12 +35589,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35583
35589
|
surfaceHover?: string | undefined;
|
|
35584
35590
|
borderHover?: string | undefined;
|
|
35585
35591
|
} | undefined;
|
|
35586
|
-
elevation?: {
|
|
35587
|
-
cardElevation?: string | undefined;
|
|
35588
|
-
popoverElevation?: string | undefined;
|
|
35589
|
-
dialogElevation?: string | undefined;
|
|
35590
|
-
toastElevation?: string | undefined;
|
|
35591
|
-
} | undefined;
|
|
35592
35592
|
shadows?: Record<string, string> | undefined;
|
|
35593
35593
|
density?: {
|
|
35594
35594
|
spacing?: {
|
|
@@ -35771,6 +35771,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35771
35771
|
};
|
|
35772
35772
|
variants?: Record<string, {
|
|
35773
35773
|
spacing?: Record<string, string> | undefined;
|
|
35774
|
+
elevation?: {
|
|
35775
|
+
cardElevation?: string | undefined;
|
|
35776
|
+
popoverElevation?: string | undefined;
|
|
35777
|
+
dialogElevation?: string | undefined;
|
|
35778
|
+
toastElevation?: string | undefined;
|
|
35779
|
+
} | undefined;
|
|
35774
35780
|
typography?: Record<string, string> | undefined;
|
|
35775
35781
|
color?: {
|
|
35776
35782
|
primary?: string | undefined;
|
|
@@ -35806,12 +35812,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
35806
35812
|
surfaceHover?: string | undefined;
|
|
35807
35813
|
borderHover?: string | undefined;
|
|
35808
35814
|
} | undefined;
|
|
35809
|
-
elevation?: {
|
|
35810
|
-
cardElevation?: string | undefined;
|
|
35811
|
-
popoverElevation?: string | undefined;
|
|
35812
|
-
dialogElevation?: string | undefined;
|
|
35813
|
-
toastElevation?: string | undefined;
|
|
35814
|
-
} | undefined;
|
|
35815
35815
|
shadows?: Record<string, string> | undefined;
|
|
35816
35816
|
density?: {
|
|
35817
35817
|
spacing?: {
|
|
@@ -39898,6 +39898,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
39898
39898
|
name: string;
|
|
39899
39899
|
tokens: {
|
|
39900
39900
|
spacing?: Record<string, string> | undefined;
|
|
39901
|
+
elevation?: {
|
|
39902
|
+
cardElevation?: string | undefined;
|
|
39903
|
+
popoverElevation?: string | undefined;
|
|
39904
|
+
dialogElevation?: string | undefined;
|
|
39905
|
+
toastElevation?: string | undefined;
|
|
39906
|
+
} | undefined;
|
|
39901
39907
|
typography?: Record<string, string> | undefined;
|
|
39902
39908
|
color?: {
|
|
39903
39909
|
primary?: string | undefined;
|
|
@@ -39933,12 +39939,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
39933
39939
|
surfaceHover?: string | undefined;
|
|
39934
39940
|
borderHover?: string | undefined;
|
|
39935
39941
|
} | undefined;
|
|
39936
|
-
elevation?: {
|
|
39937
|
-
cardElevation?: string | undefined;
|
|
39938
|
-
popoverElevation?: string | undefined;
|
|
39939
|
-
dialogElevation?: string | undefined;
|
|
39940
|
-
toastElevation?: string | undefined;
|
|
39941
|
-
} | undefined;
|
|
39942
39942
|
shadows?: Record<string, string> | undefined;
|
|
39943
39943
|
density?: {
|
|
39944
39944
|
spacing?: {
|
|
@@ -40121,6 +40121,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
40121
40121
|
};
|
|
40122
40122
|
variants?: Record<string, {
|
|
40123
40123
|
spacing?: Record<string, string> | undefined;
|
|
40124
|
+
elevation?: {
|
|
40125
|
+
cardElevation?: string | undefined;
|
|
40126
|
+
popoverElevation?: string | undefined;
|
|
40127
|
+
dialogElevation?: string | undefined;
|
|
40128
|
+
toastElevation?: string | undefined;
|
|
40129
|
+
} | undefined;
|
|
40124
40130
|
typography?: Record<string, string> | undefined;
|
|
40125
40131
|
color?: {
|
|
40126
40132
|
primary?: string | undefined;
|
|
@@ -40156,12 +40162,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
40156
40162
|
surfaceHover?: string | undefined;
|
|
40157
40163
|
borderHover?: string | undefined;
|
|
40158
40164
|
} | undefined;
|
|
40159
|
-
elevation?: {
|
|
40160
|
-
cardElevation?: string | undefined;
|
|
40161
|
-
popoverElevation?: string | undefined;
|
|
40162
|
-
dialogElevation?: string | undefined;
|
|
40163
|
-
toastElevation?: string | undefined;
|
|
40164
|
-
} | undefined;
|
|
40165
40165
|
shadows?: Record<string, string> | undefined;
|
|
40166
40166
|
density?: {
|
|
40167
40167
|
spacing?: {
|
|
@@ -40954,6 +40954,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
40954
40954
|
name: string;
|
|
40955
40955
|
tokens: {
|
|
40956
40956
|
spacing?: Record<string, string> | undefined;
|
|
40957
|
+
elevation?: {
|
|
40958
|
+
cardElevation?: string | undefined;
|
|
40959
|
+
popoverElevation?: string | undefined;
|
|
40960
|
+
dialogElevation?: string | undefined;
|
|
40961
|
+
toastElevation?: string | undefined;
|
|
40962
|
+
} | undefined;
|
|
40957
40963
|
typography?: Record<string, string> | undefined;
|
|
40958
40964
|
color?: {
|
|
40959
40965
|
primary?: string | undefined;
|
|
@@ -40989,12 +40995,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
40989
40995
|
surfaceHover?: string | undefined;
|
|
40990
40996
|
borderHover?: string | undefined;
|
|
40991
40997
|
} | undefined;
|
|
40992
|
-
elevation?: {
|
|
40993
|
-
cardElevation?: string | undefined;
|
|
40994
|
-
popoverElevation?: string | undefined;
|
|
40995
|
-
dialogElevation?: string | undefined;
|
|
40996
|
-
toastElevation?: string | undefined;
|
|
40997
|
-
} | undefined;
|
|
40998
40998
|
shadows?: Record<string, string> | undefined;
|
|
40999
40999
|
density?: {
|
|
41000
41000
|
spacing?: {
|
|
@@ -41177,6 +41177,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
41177
41177
|
};
|
|
41178
41178
|
variants?: Record<string, {
|
|
41179
41179
|
spacing?: Record<string, string> | undefined;
|
|
41180
|
+
elevation?: {
|
|
41181
|
+
cardElevation?: string | undefined;
|
|
41182
|
+
popoverElevation?: string | undefined;
|
|
41183
|
+
dialogElevation?: string | undefined;
|
|
41184
|
+
toastElevation?: string | undefined;
|
|
41185
|
+
} | undefined;
|
|
41180
41186
|
typography?: Record<string, string> | undefined;
|
|
41181
41187
|
color?: {
|
|
41182
41188
|
primary?: string | undefined;
|
|
@@ -41212,12 +41218,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
41212
41218
|
surfaceHover?: string | undefined;
|
|
41213
41219
|
borderHover?: string | undefined;
|
|
41214
41220
|
} | undefined;
|
|
41215
|
-
elevation?: {
|
|
41216
|
-
cardElevation?: string | undefined;
|
|
41217
|
-
popoverElevation?: string | undefined;
|
|
41218
|
-
dialogElevation?: string | undefined;
|
|
41219
|
-
toastElevation?: string | undefined;
|
|
41220
|
-
} | undefined;
|
|
41221
41221
|
shadows?: Record<string, string> | undefined;
|
|
41222
41222
|
density?: {
|
|
41223
41223
|
spacing?: {
|
|
@@ -42626,6 +42626,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42626
42626
|
shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
42627
42627
|
}, "strip", z.ZodTypeAny, {
|
|
42628
42628
|
spacing?: Record<string, string> | undefined;
|
|
42629
|
+
elevation?: {
|
|
42630
|
+
cardElevation?: string | undefined;
|
|
42631
|
+
popoverElevation?: string | undefined;
|
|
42632
|
+
dialogElevation?: string | undefined;
|
|
42633
|
+
toastElevation?: string | undefined;
|
|
42634
|
+
} | undefined;
|
|
42629
42635
|
typography?: Record<string, string> | undefined;
|
|
42630
42636
|
color?: {
|
|
42631
42637
|
primary?: string | undefined;
|
|
@@ -42661,12 +42667,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42661
42667
|
surfaceHover?: string | undefined;
|
|
42662
42668
|
borderHover?: string | undefined;
|
|
42663
42669
|
} | undefined;
|
|
42664
|
-
elevation?: {
|
|
42665
|
-
cardElevation?: string | undefined;
|
|
42666
|
-
popoverElevation?: string | undefined;
|
|
42667
|
-
dialogElevation?: string | undefined;
|
|
42668
|
-
toastElevation?: string | undefined;
|
|
42669
|
-
} | undefined;
|
|
42670
42670
|
shadows?: Record<string, string> | undefined;
|
|
42671
42671
|
density?: {
|
|
42672
42672
|
spacing?: {
|
|
@@ -42848,6 +42848,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42848
42848
|
radii?: Record<string, string> | undefined;
|
|
42849
42849
|
}, {
|
|
42850
42850
|
spacing?: Record<string, string> | undefined;
|
|
42851
|
+
elevation?: {
|
|
42852
|
+
cardElevation?: string | undefined;
|
|
42853
|
+
popoverElevation?: string | undefined;
|
|
42854
|
+
dialogElevation?: string | undefined;
|
|
42855
|
+
toastElevation?: string | undefined;
|
|
42856
|
+
} | undefined;
|
|
42851
42857
|
typography?: Record<string, string> | undefined;
|
|
42852
42858
|
color?: {
|
|
42853
42859
|
primary?: string | undefined;
|
|
@@ -42883,12 +42889,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
42883
42889
|
surfaceHover?: string | undefined;
|
|
42884
42890
|
borderHover?: string | undefined;
|
|
42885
42891
|
} | undefined;
|
|
42886
|
-
elevation?: {
|
|
42887
|
-
cardElevation?: string | undefined;
|
|
42888
|
-
popoverElevation?: string | undefined;
|
|
42889
|
-
dialogElevation?: string | undefined;
|
|
42890
|
-
toastElevation?: string | undefined;
|
|
42891
|
-
} | undefined;
|
|
42892
42892
|
shadows?: Record<string, string> | undefined;
|
|
42893
42893
|
density?: {
|
|
42894
42894
|
spacing?: {
|
|
@@ -44115,6 +44115,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44115
44115
|
shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
44116
44116
|
}, "strip", z.ZodTypeAny, {
|
|
44117
44117
|
spacing?: Record<string, string> | undefined;
|
|
44118
|
+
elevation?: {
|
|
44119
|
+
cardElevation?: string | undefined;
|
|
44120
|
+
popoverElevation?: string | undefined;
|
|
44121
|
+
dialogElevation?: string | undefined;
|
|
44122
|
+
toastElevation?: string | undefined;
|
|
44123
|
+
} | undefined;
|
|
44118
44124
|
typography?: Record<string, string> | undefined;
|
|
44119
44125
|
color?: {
|
|
44120
44126
|
primary?: string | undefined;
|
|
@@ -44150,12 +44156,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44150
44156
|
surfaceHover?: string | undefined;
|
|
44151
44157
|
borderHover?: string | undefined;
|
|
44152
44158
|
} | undefined;
|
|
44153
|
-
elevation?: {
|
|
44154
|
-
cardElevation?: string | undefined;
|
|
44155
|
-
popoverElevation?: string | undefined;
|
|
44156
|
-
dialogElevation?: string | undefined;
|
|
44157
|
-
toastElevation?: string | undefined;
|
|
44158
|
-
} | undefined;
|
|
44159
44159
|
shadows?: Record<string, string> | undefined;
|
|
44160
44160
|
density?: {
|
|
44161
44161
|
spacing?: {
|
|
@@ -44337,6 +44337,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44337
44337
|
radii?: Record<string, string> | undefined;
|
|
44338
44338
|
}, {
|
|
44339
44339
|
spacing?: Record<string, string> | undefined;
|
|
44340
|
+
elevation?: {
|
|
44341
|
+
cardElevation?: string | undefined;
|
|
44342
|
+
popoverElevation?: string | undefined;
|
|
44343
|
+
dialogElevation?: string | undefined;
|
|
44344
|
+
toastElevation?: string | undefined;
|
|
44345
|
+
} | undefined;
|
|
44340
44346
|
typography?: Record<string, string> | undefined;
|
|
44341
44347
|
color?: {
|
|
44342
44348
|
primary?: string | undefined;
|
|
@@ -44372,12 +44378,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44372
44378
|
surfaceHover?: string | undefined;
|
|
44373
44379
|
borderHover?: string | undefined;
|
|
44374
44380
|
} | undefined;
|
|
44375
|
-
elevation?: {
|
|
44376
|
-
cardElevation?: string | undefined;
|
|
44377
|
-
popoverElevation?: string | undefined;
|
|
44378
|
-
dialogElevation?: string | undefined;
|
|
44379
|
-
toastElevation?: string | undefined;
|
|
44380
|
-
} | undefined;
|
|
44381
44381
|
shadows?: Record<string, string> | undefined;
|
|
44382
44382
|
density?: {
|
|
44383
44383
|
spacing?: {
|
|
@@ -44562,6 +44562,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44562
44562
|
name: string;
|
|
44563
44563
|
tokens: {
|
|
44564
44564
|
spacing?: Record<string, string> | undefined;
|
|
44565
|
+
elevation?: {
|
|
44566
|
+
cardElevation?: string | undefined;
|
|
44567
|
+
popoverElevation?: string | undefined;
|
|
44568
|
+
dialogElevation?: string | undefined;
|
|
44569
|
+
toastElevation?: string | undefined;
|
|
44570
|
+
} | undefined;
|
|
44565
44571
|
typography?: Record<string, string> | undefined;
|
|
44566
44572
|
color?: {
|
|
44567
44573
|
primary?: string | undefined;
|
|
@@ -44597,12 +44603,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44597
44603
|
surfaceHover?: string | undefined;
|
|
44598
44604
|
borderHover?: string | undefined;
|
|
44599
44605
|
} | undefined;
|
|
44600
|
-
elevation?: {
|
|
44601
|
-
cardElevation?: string | undefined;
|
|
44602
|
-
popoverElevation?: string | undefined;
|
|
44603
|
-
dialogElevation?: string | undefined;
|
|
44604
|
-
toastElevation?: string | undefined;
|
|
44605
|
-
} | undefined;
|
|
44606
44606
|
shadows?: Record<string, string> | undefined;
|
|
44607
44607
|
density?: {
|
|
44608
44608
|
spacing?: {
|
|
@@ -44785,6 +44785,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44785
44785
|
};
|
|
44786
44786
|
variants?: Record<string, {
|
|
44787
44787
|
spacing?: Record<string, string> | undefined;
|
|
44788
|
+
elevation?: {
|
|
44789
|
+
cardElevation?: string | undefined;
|
|
44790
|
+
popoverElevation?: string | undefined;
|
|
44791
|
+
dialogElevation?: string | undefined;
|
|
44792
|
+
toastElevation?: string | undefined;
|
|
44793
|
+
} | undefined;
|
|
44788
44794
|
typography?: Record<string, string> | undefined;
|
|
44789
44795
|
color?: {
|
|
44790
44796
|
primary?: string | undefined;
|
|
@@ -44820,12 +44826,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44820
44826
|
surfaceHover?: string | undefined;
|
|
44821
44827
|
borderHover?: string | undefined;
|
|
44822
44828
|
} | undefined;
|
|
44823
|
-
elevation?: {
|
|
44824
|
-
cardElevation?: string | undefined;
|
|
44825
|
-
popoverElevation?: string | undefined;
|
|
44826
|
-
dialogElevation?: string | undefined;
|
|
44827
|
-
toastElevation?: string | undefined;
|
|
44828
|
-
} | undefined;
|
|
44829
44829
|
shadows?: Record<string, string> | undefined;
|
|
44830
44830
|
density?: {
|
|
44831
44831
|
spacing?: {
|
|
@@ -45010,6 +45010,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45010
45010
|
name: string;
|
|
45011
45011
|
tokens: {
|
|
45012
45012
|
spacing?: Record<string, string> | undefined;
|
|
45013
|
+
elevation?: {
|
|
45014
|
+
cardElevation?: string | undefined;
|
|
45015
|
+
popoverElevation?: string | undefined;
|
|
45016
|
+
dialogElevation?: string | undefined;
|
|
45017
|
+
toastElevation?: string | undefined;
|
|
45018
|
+
} | undefined;
|
|
45013
45019
|
typography?: Record<string, string> | undefined;
|
|
45014
45020
|
color?: {
|
|
45015
45021
|
primary?: string | undefined;
|
|
@@ -45045,12 +45051,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45045
45051
|
surfaceHover?: string | undefined;
|
|
45046
45052
|
borderHover?: string | undefined;
|
|
45047
45053
|
} | undefined;
|
|
45048
|
-
elevation?: {
|
|
45049
|
-
cardElevation?: string | undefined;
|
|
45050
|
-
popoverElevation?: string | undefined;
|
|
45051
|
-
dialogElevation?: string | undefined;
|
|
45052
|
-
toastElevation?: string | undefined;
|
|
45053
|
-
} | undefined;
|
|
45054
45054
|
shadows?: Record<string, string> | undefined;
|
|
45055
45055
|
density?: {
|
|
45056
45056
|
spacing?: {
|
|
@@ -45233,6 +45233,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45233
45233
|
};
|
|
45234
45234
|
variants?: Record<string, {
|
|
45235
45235
|
spacing?: Record<string, string> | undefined;
|
|
45236
|
+
elevation?: {
|
|
45237
|
+
cardElevation?: string | undefined;
|
|
45238
|
+
popoverElevation?: string | undefined;
|
|
45239
|
+
dialogElevation?: string | undefined;
|
|
45240
|
+
toastElevation?: string | undefined;
|
|
45241
|
+
} | undefined;
|
|
45236
45242
|
typography?: Record<string, string> | undefined;
|
|
45237
45243
|
color?: {
|
|
45238
45244
|
primary?: string | undefined;
|
|
@@ -45268,12 +45274,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45268
45274
|
surfaceHover?: string | undefined;
|
|
45269
45275
|
borderHover?: string | undefined;
|
|
45270
45276
|
} | undefined;
|
|
45271
|
-
elevation?: {
|
|
45272
|
-
cardElevation?: string | undefined;
|
|
45273
|
-
popoverElevation?: string | undefined;
|
|
45274
|
-
dialogElevation?: string | undefined;
|
|
45275
|
-
toastElevation?: string | undefined;
|
|
45276
|
-
} | undefined;
|
|
45277
45277
|
shadows?: Record<string, string> | undefined;
|
|
45278
45278
|
density?: {
|
|
45279
45279
|
spacing?: {
|
|
@@ -49360,6 +49360,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
49360
49360
|
name: string;
|
|
49361
49361
|
tokens: {
|
|
49362
49362
|
spacing?: Record<string, string> | undefined;
|
|
49363
|
+
elevation?: {
|
|
49364
|
+
cardElevation?: string | undefined;
|
|
49365
|
+
popoverElevation?: string | undefined;
|
|
49366
|
+
dialogElevation?: string | undefined;
|
|
49367
|
+
toastElevation?: string | undefined;
|
|
49368
|
+
} | undefined;
|
|
49363
49369
|
typography?: Record<string, string> | undefined;
|
|
49364
49370
|
color?: {
|
|
49365
49371
|
primary?: string | undefined;
|
|
@@ -49395,12 +49401,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
49395
49401
|
surfaceHover?: string | undefined;
|
|
49396
49402
|
borderHover?: string | undefined;
|
|
49397
49403
|
} | undefined;
|
|
49398
|
-
elevation?: {
|
|
49399
|
-
cardElevation?: string | undefined;
|
|
49400
|
-
popoverElevation?: string | undefined;
|
|
49401
|
-
dialogElevation?: string | undefined;
|
|
49402
|
-
toastElevation?: string | undefined;
|
|
49403
|
-
} | undefined;
|
|
49404
49404
|
shadows?: Record<string, string> | undefined;
|
|
49405
49405
|
density?: {
|
|
49406
49406
|
spacing?: {
|
|
@@ -49583,6 +49583,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
49583
49583
|
};
|
|
49584
49584
|
variants?: Record<string, {
|
|
49585
49585
|
spacing?: Record<string, string> | undefined;
|
|
49586
|
+
elevation?: {
|
|
49587
|
+
cardElevation?: string | undefined;
|
|
49588
|
+
popoverElevation?: string | undefined;
|
|
49589
|
+
dialogElevation?: string | undefined;
|
|
49590
|
+
toastElevation?: string | undefined;
|
|
49591
|
+
} | undefined;
|
|
49586
49592
|
typography?: Record<string, string> | undefined;
|
|
49587
49593
|
color?: {
|
|
49588
49594
|
primary?: string | undefined;
|
|
@@ -49618,12 +49624,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
49618
49624
|
surfaceHover?: string | undefined;
|
|
49619
49625
|
borderHover?: string | undefined;
|
|
49620
49626
|
} | undefined;
|
|
49621
|
-
elevation?: {
|
|
49622
|
-
cardElevation?: string | undefined;
|
|
49623
|
-
popoverElevation?: string | undefined;
|
|
49624
|
-
dialogElevation?: string | undefined;
|
|
49625
|
-
toastElevation?: string | undefined;
|
|
49626
|
-
} | undefined;
|
|
49627
49627
|
shadows?: Record<string, string> | undefined;
|
|
49628
49628
|
density?: {
|
|
49629
49629
|
spacing?: {
|
|
@@ -50416,6 +50416,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
50416
50416
|
name: string;
|
|
50417
50417
|
tokens: {
|
|
50418
50418
|
spacing?: Record<string, string> | undefined;
|
|
50419
|
+
elevation?: {
|
|
50420
|
+
cardElevation?: string | undefined;
|
|
50421
|
+
popoverElevation?: string | undefined;
|
|
50422
|
+
dialogElevation?: string | undefined;
|
|
50423
|
+
toastElevation?: string | undefined;
|
|
50424
|
+
} | undefined;
|
|
50419
50425
|
typography?: Record<string, string> | undefined;
|
|
50420
50426
|
color?: {
|
|
50421
50427
|
primary?: string | undefined;
|
|
@@ -50451,12 +50457,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
50451
50457
|
surfaceHover?: string | undefined;
|
|
50452
50458
|
borderHover?: string | undefined;
|
|
50453
50459
|
} | undefined;
|
|
50454
|
-
elevation?: {
|
|
50455
|
-
cardElevation?: string | undefined;
|
|
50456
|
-
popoverElevation?: string | undefined;
|
|
50457
|
-
dialogElevation?: string | undefined;
|
|
50458
|
-
toastElevation?: string | undefined;
|
|
50459
|
-
} | undefined;
|
|
50460
50460
|
shadows?: Record<string, string> | undefined;
|
|
50461
50461
|
density?: {
|
|
50462
50462
|
spacing?: {
|
|
@@ -50639,6 +50639,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
50639
50639
|
};
|
|
50640
50640
|
variants?: Record<string, {
|
|
50641
50641
|
spacing?: Record<string, string> | undefined;
|
|
50642
|
+
elevation?: {
|
|
50643
|
+
cardElevation?: string | undefined;
|
|
50644
|
+
popoverElevation?: string | undefined;
|
|
50645
|
+
dialogElevation?: string | undefined;
|
|
50646
|
+
toastElevation?: string | undefined;
|
|
50647
|
+
} | undefined;
|
|
50642
50648
|
typography?: Record<string, string> | undefined;
|
|
50643
50649
|
color?: {
|
|
50644
50650
|
primary?: string | undefined;
|
|
@@ -50674,12 +50680,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
50674
50680
|
surfaceHover?: string | undefined;
|
|
50675
50681
|
borderHover?: string | undefined;
|
|
50676
50682
|
} | undefined;
|
|
50677
|
-
elevation?: {
|
|
50678
|
-
cardElevation?: string | undefined;
|
|
50679
|
-
popoverElevation?: string | undefined;
|
|
50680
|
-
dialogElevation?: string | undefined;
|
|
50681
|
-
toastElevation?: string | undefined;
|
|
50682
|
-
} | undefined;
|
|
50683
50683
|
shadows?: Record<string, string> | undefined;
|
|
50684
50684
|
density?: {
|
|
50685
50685
|
spacing?: {
|
|
@@ -52435,6 +52435,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52435
52435
|
shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
52436
52436
|
}, "strip", z.ZodTypeAny, {
|
|
52437
52437
|
spacing?: Record<string, string> | undefined;
|
|
52438
|
+
elevation?: {
|
|
52439
|
+
cardElevation?: string | undefined;
|
|
52440
|
+
popoverElevation?: string | undefined;
|
|
52441
|
+
dialogElevation?: string | undefined;
|
|
52442
|
+
toastElevation?: string | undefined;
|
|
52443
|
+
} | undefined;
|
|
52438
52444
|
typography?: Record<string, string> | undefined;
|
|
52439
52445
|
color?: {
|
|
52440
52446
|
primary?: string | undefined;
|
|
@@ -52470,12 +52476,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52470
52476
|
surfaceHover?: string | undefined;
|
|
52471
52477
|
borderHover?: string | undefined;
|
|
52472
52478
|
} | undefined;
|
|
52473
|
-
elevation?: {
|
|
52474
|
-
cardElevation?: string | undefined;
|
|
52475
|
-
popoverElevation?: string | undefined;
|
|
52476
|
-
dialogElevation?: string | undefined;
|
|
52477
|
-
toastElevation?: string | undefined;
|
|
52478
|
-
} | undefined;
|
|
52479
52479
|
shadows?: Record<string, string> | undefined;
|
|
52480
52480
|
density?: {
|
|
52481
52481
|
spacing?: {
|
|
@@ -52657,6 +52657,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52657
52657
|
radii?: Record<string, string> | undefined;
|
|
52658
52658
|
}, {
|
|
52659
52659
|
spacing?: Record<string, string> | undefined;
|
|
52660
|
+
elevation?: {
|
|
52661
|
+
cardElevation?: string | undefined;
|
|
52662
|
+
popoverElevation?: string | undefined;
|
|
52663
|
+
dialogElevation?: string | undefined;
|
|
52664
|
+
toastElevation?: string | undefined;
|
|
52665
|
+
} | undefined;
|
|
52660
52666
|
typography?: Record<string, string> | undefined;
|
|
52661
52667
|
color?: {
|
|
52662
52668
|
primary?: string | undefined;
|
|
@@ -52692,12 +52698,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
52692
52698
|
surfaceHover?: string | undefined;
|
|
52693
52699
|
borderHover?: string | undefined;
|
|
52694
52700
|
} | undefined;
|
|
52695
|
-
elevation?: {
|
|
52696
|
-
cardElevation?: string | undefined;
|
|
52697
|
-
popoverElevation?: string | undefined;
|
|
52698
|
-
dialogElevation?: string | undefined;
|
|
52699
|
-
toastElevation?: string | undefined;
|
|
52700
|
-
} | undefined;
|
|
52701
52701
|
shadows?: Record<string, string> | undefined;
|
|
52702
52702
|
density?: {
|
|
52703
52703
|
spacing?: {
|
|
@@ -53924,6 +53924,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53924
53924
|
shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
53925
53925
|
}, "strip", z.ZodTypeAny, {
|
|
53926
53926
|
spacing?: Record<string, string> | undefined;
|
|
53927
|
+
elevation?: {
|
|
53928
|
+
cardElevation?: string | undefined;
|
|
53929
|
+
popoverElevation?: string | undefined;
|
|
53930
|
+
dialogElevation?: string | undefined;
|
|
53931
|
+
toastElevation?: string | undefined;
|
|
53932
|
+
} | undefined;
|
|
53927
53933
|
typography?: Record<string, string> | undefined;
|
|
53928
53934
|
color?: {
|
|
53929
53935
|
primary?: string | undefined;
|
|
@@ -53959,12 +53965,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53959
53965
|
surfaceHover?: string | undefined;
|
|
53960
53966
|
borderHover?: string | undefined;
|
|
53961
53967
|
} | undefined;
|
|
53962
|
-
elevation?: {
|
|
53963
|
-
cardElevation?: string | undefined;
|
|
53964
|
-
popoverElevation?: string | undefined;
|
|
53965
|
-
dialogElevation?: string | undefined;
|
|
53966
|
-
toastElevation?: string | undefined;
|
|
53967
|
-
} | undefined;
|
|
53968
53968
|
shadows?: Record<string, string> | undefined;
|
|
53969
53969
|
density?: {
|
|
53970
53970
|
spacing?: {
|
|
@@ -54146,6 +54146,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54146
54146
|
radii?: Record<string, string> | undefined;
|
|
54147
54147
|
}, {
|
|
54148
54148
|
spacing?: Record<string, string> | undefined;
|
|
54149
|
+
elevation?: {
|
|
54150
|
+
cardElevation?: string | undefined;
|
|
54151
|
+
popoverElevation?: string | undefined;
|
|
54152
|
+
dialogElevation?: string | undefined;
|
|
54153
|
+
toastElevation?: string | undefined;
|
|
54154
|
+
} | undefined;
|
|
54149
54155
|
typography?: Record<string, string> | undefined;
|
|
54150
54156
|
color?: {
|
|
54151
54157
|
primary?: string | undefined;
|
|
@@ -54181,12 +54187,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54181
54187
|
surfaceHover?: string | undefined;
|
|
54182
54188
|
borderHover?: string | undefined;
|
|
54183
54189
|
} | undefined;
|
|
54184
|
-
elevation?: {
|
|
54185
|
-
cardElevation?: string | undefined;
|
|
54186
|
-
popoverElevation?: string | undefined;
|
|
54187
|
-
dialogElevation?: string | undefined;
|
|
54188
|
-
toastElevation?: string | undefined;
|
|
54189
|
-
} | undefined;
|
|
54190
54190
|
shadows?: Record<string, string> | undefined;
|
|
54191
54191
|
density?: {
|
|
54192
54192
|
spacing?: {
|
|
@@ -54371,6 +54371,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54371
54371
|
name: string;
|
|
54372
54372
|
tokens: {
|
|
54373
54373
|
spacing?: Record<string, string> | undefined;
|
|
54374
|
+
elevation?: {
|
|
54375
|
+
cardElevation?: string | undefined;
|
|
54376
|
+
popoverElevation?: string | undefined;
|
|
54377
|
+
dialogElevation?: string | undefined;
|
|
54378
|
+
toastElevation?: string | undefined;
|
|
54379
|
+
} | undefined;
|
|
54374
54380
|
typography?: Record<string, string> | undefined;
|
|
54375
54381
|
color?: {
|
|
54376
54382
|
primary?: string | undefined;
|
|
@@ -54406,12 +54412,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54406
54412
|
surfaceHover?: string | undefined;
|
|
54407
54413
|
borderHover?: string | undefined;
|
|
54408
54414
|
} | undefined;
|
|
54409
|
-
elevation?: {
|
|
54410
|
-
cardElevation?: string | undefined;
|
|
54411
|
-
popoverElevation?: string | undefined;
|
|
54412
|
-
dialogElevation?: string | undefined;
|
|
54413
|
-
toastElevation?: string | undefined;
|
|
54414
|
-
} | undefined;
|
|
54415
54415
|
shadows?: Record<string, string> | undefined;
|
|
54416
54416
|
density?: {
|
|
54417
54417
|
spacing?: {
|
|
@@ -54594,6 +54594,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54594
54594
|
};
|
|
54595
54595
|
variants?: Record<string, {
|
|
54596
54596
|
spacing?: Record<string, string> | undefined;
|
|
54597
|
+
elevation?: {
|
|
54598
|
+
cardElevation?: string | undefined;
|
|
54599
|
+
popoverElevation?: string | undefined;
|
|
54600
|
+
dialogElevation?: string | undefined;
|
|
54601
|
+
toastElevation?: string | undefined;
|
|
54602
|
+
} | undefined;
|
|
54597
54603
|
typography?: Record<string, string> | undefined;
|
|
54598
54604
|
color?: {
|
|
54599
54605
|
primary?: string | undefined;
|
|
@@ -54629,12 +54635,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54629
54635
|
surfaceHover?: string | undefined;
|
|
54630
54636
|
borderHover?: string | undefined;
|
|
54631
54637
|
} | undefined;
|
|
54632
|
-
elevation?: {
|
|
54633
|
-
cardElevation?: string | undefined;
|
|
54634
|
-
popoverElevation?: string | undefined;
|
|
54635
|
-
dialogElevation?: string | undefined;
|
|
54636
|
-
toastElevation?: string | undefined;
|
|
54637
|
-
} | undefined;
|
|
54638
54638
|
shadows?: Record<string, string> | undefined;
|
|
54639
54639
|
density?: {
|
|
54640
54640
|
spacing?: {
|
|
@@ -54819,6 +54819,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54819
54819
|
name: string;
|
|
54820
54820
|
tokens: {
|
|
54821
54821
|
spacing?: Record<string, string> | undefined;
|
|
54822
|
+
elevation?: {
|
|
54823
|
+
cardElevation?: string | undefined;
|
|
54824
|
+
popoverElevation?: string | undefined;
|
|
54825
|
+
dialogElevation?: string | undefined;
|
|
54826
|
+
toastElevation?: string | undefined;
|
|
54827
|
+
} | undefined;
|
|
54822
54828
|
typography?: Record<string, string> | undefined;
|
|
54823
54829
|
color?: {
|
|
54824
54830
|
primary?: string | undefined;
|
|
@@ -54854,12 +54860,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54854
54860
|
surfaceHover?: string | undefined;
|
|
54855
54861
|
borderHover?: string | undefined;
|
|
54856
54862
|
} | undefined;
|
|
54857
|
-
elevation?: {
|
|
54858
|
-
cardElevation?: string | undefined;
|
|
54859
|
-
popoverElevation?: string | undefined;
|
|
54860
|
-
dialogElevation?: string | undefined;
|
|
54861
|
-
toastElevation?: string | undefined;
|
|
54862
|
-
} | undefined;
|
|
54863
54863
|
shadows?: Record<string, string> | undefined;
|
|
54864
54864
|
density?: {
|
|
54865
54865
|
spacing?: {
|
|
@@ -55042,6 +55042,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55042
55042
|
};
|
|
55043
55043
|
variants?: Record<string, {
|
|
55044
55044
|
spacing?: Record<string, string> | undefined;
|
|
55045
|
+
elevation?: {
|
|
55046
|
+
cardElevation?: string | undefined;
|
|
55047
|
+
popoverElevation?: string | undefined;
|
|
55048
|
+
dialogElevation?: string | undefined;
|
|
55049
|
+
toastElevation?: string | undefined;
|
|
55050
|
+
} | undefined;
|
|
55045
55051
|
typography?: Record<string, string> | undefined;
|
|
55046
55052
|
color?: {
|
|
55047
55053
|
primary?: string | undefined;
|
|
@@ -55077,12 +55083,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55077
55083
|
surfaceHover?: string | undefined;
|
|
55078
55084
|
borderHover?: string | undefined;
|
|
55079
55085
|
} | undefined;
|
|
55080
|
-
elevation?: {
|
|
55081
|
-
cardElevation?: string | undefined;
|
|
55082
|
-
popoverElevation?: string | undefined;
|
|
55083
|
-
dialogElevation?: string | undefined;
|
|
55084
|
-
toastElevation?: string | undefined;
|
|
55085
|
-
} | undefined;
|
|
55086
55086
|
shadows?: Record<string, string> | undefined;
|
|
55087
55087
|
density?: {
|
|
55088
55088
|
spacing?: {
|
|
@@ -59169,6 +59169,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
59169
59169
|
name: string;
|
|
59170
59170
|
tokens: {
|
|
59171
59171
|
spacing?: Record<string, string> | undefined;
|
|
59172
|
+
elevation?: {
|
|
59173
|
+
cardElevation?: string | undefined;
|
|
59174
|
+
popoverElevation?: string | undefined;
|
|
59175
|
+
dialogElevation?: string | undefined;
|
|
59176
|
+
toastElevation?: string | undefined;
|
|
59177
|
+
} | undefined;
|
|
59172
59178
|
typography?: Record<string, string> | undefined;
|
|
59173
59179
|
color?: {
|
|
59174
59180
|
primary?: string | undefined;
|
|
@@ -59204,12 +59210,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
59204
59210
|
surfaceHover?: string | undefined;
|
|
59205
59211
|
borderHover?: string | undefined;
|
|
59206
59212
|
} | undefined;
|
|
59207
|
-
elevation?: {
|
|
59208
|
-
cardElevation?: string | undefined;
|
|
59209
|
-
popoverElevation?: string | undefined;
|
|
59210
|
-
dialogElevation?: string | undefined;
|
|
59211
|
-
toastElevation?: string | undefined;
|
|
59212
|
-
} | undefined;
|
|
59213
59213
|
shadows?: Record<string, string> | undefined;
|
|
59214
59214
|
density?: {
|
|
59215
59215
|
spacing?: {
|
|
@@ -59392,6 +59392,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
59392
59392
|
};
|
|
59393
59393
|
variants?: Record<string, {
|
|
59394
59394
|
spacing?: Record<string, string> | undefined;
|
|
59395
|
+
elevation?: {
|
|
59396
|
+
cardElevation?: string | undefined;
|
|
59397
|
+
popoverElevation?: string | undefined;
|
|
59398
|
+
dialogElevation?: string | undefined;
|
|
59399
|
+
toastElevation?: string | undefined;
|
|
59400
|
+
} | undefined;
|
|
59395
59401
|
typography?: Record<string, string> | undefined;
|
|
59396
59402
|
color?: {
|
|
59397
59403
|
primary?: string | undefined;
|
|
@@ -59427,12 +59433,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
59427
59433
|
surfaceHover?: string | undefined;
|
|
59428
59434
|
borderHover?: string | undefined;
|
|
59429
59435
|
} | undefined;
|
|
59430
|
-
elevation?: {
|
|
59431
|
-
cardElevation?: string | undefined;
|
|
59432
|
-
popoverElevation?: string | undefined;
|
|
59433
|
-
dialogElevation?: string | undefined;
|
|
59434
|
-
toastElevation?: string | undefined;
|
|
59435
|
-
} | undefined;
|
|
59436
59436
|
shadows?: Record<string, string> | undefined;
|
|
59437
59437
|
density?: {
|
|
59438
59438
|
spacing?: {
|
|
@@ -60225,6 +60225,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
60225
60225
|
name: string;
|
|
60226
60226
|
tokens: {
|
|
60227
60227
|
spacing?: Record<string, string> | undefined;
|
|
60228
|
+
elevation?: {
|
|
60229
|
+
cardElevation?: string | undefined;
|
|
60230
|
+
popoverElevation?: string | undefined;
|
|
60231
|
+
dialogElevation?: string | undefined;
|
|
60232
|
+
toastElevation?: string | undefined;
|
|
60233
|
+
} | undefined;
|
|
60228
60234
|
typography?: Record<string, string> | undefined;
|
|
60229
60235
|
color?: {
|
|
60230
60236
|
primary?: string | undefined;
|
|
@@ -60260,12 +60266,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
60260
60266
|
surfaceHover?: string | undefined;
|
|
60261
60267
|
borderHover?: string | undefined;
|
|
60262
60268
|
} | undefined;
|
|
60263
|
-
elevation?: {
|
|
60264
|
-
cardElevation?: string | undefined;
|
|
60265
|
-
popoverElevation?: string | undefined;
|
|
60266
|
-
dialogElevation?: string | undefined;
|
|
60267
|
-
toastElevation?: string | undefined;
|
|
60268
|
-
} | undefined;
|
|
60269
60269
|
shadows?: Record<string, string> | undefined;
|
|
60270
60270
|
density?: {
|
|
60271
60271
|
spacing?: {
|
|
@@ -60448,6 +60448,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
60448
60448
|
};
|
|
60449
60449
|
variants?: Record<string, {
|
|
60450
60450
|
spacing?: Record<string, string> | undefined;
|
|
60451
|
+
elevation?: {
|
|
60452
|
+
cardElevation?: string | undefined;
|
|
60453
|
+
popoverElevation?: string | undefined;
|
|
60454
|
+
dialogElevation?: string | undefined;
|
|
60455
|
+
toastElevation?: string | undefined;
|
|
60456
|
+
} | undefined;
|
|
60451
60457
|
typography?: Record<string, string> | undefined;
|
|
60452
60458
|
color?: {
|
|
60453
60459
|
primary?: string | undefined;
|
|
@@ -60483,12 +60489,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
60483
60489
|
surfaceHover?: string | undefined;
|
|
60484
60490
|
borderHover?: string | undefined;
|
|
60485
60491
|
} | undefined;
|
|
60486
|
-
elevation?: {
|
|
60487
|
-
cardElevation?: string | undefined;
|
|
60488
|
-
popoverElevation?: string | undefined;
|
|
60489
|
-
dialogElevation?: string | undefined;
|
|
60490
|
-
toastElevation?: string | undefined;
|
|
60491
|
-
} | undefined;
|
|
60492
60492
|
shadows?: Record<string, string> | undefined;
|
|
60493
60493
|
density?: {
|
|
60494
60494
|
spacing?: {
|
|
@@ -61582,6 +61582,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
61582
61582
|
name: string;
|
|
61583
61583
|
tokens: {
|
|
61584
61584
|
spacing?: Record<string, string> | undefined;
|
|
61585
|
+
elevation?: {
|
|
61586
|
+
cardElevation?: string | undefined;
|
|
61587
|
+
popoverElevation?: string | undefined;
|
|
61588
|
+
dialogElevation?: string | undefined;
|
|
61589
|
+
toastElevation?: string | undefined;
|
|
61590
|
+
} | undefined;
|
|
61585
61591
|
typography?: Record<string, string> | undefined;
|
|
61586
61592
|
color?: {
|
|
61587
61593
|
primary?: string | undefined;
|
|
@@ -61617,12 +61623,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
61617
61623
|
surfaceHover?: string | undefined;
|
|
61618
61624
|
borderHover?: string | undefined;
|
|
61619
61625
|
} | undefined;
|
|
61620
|
-
elevation?: {
|
|
61621
|
-
cardElevation?: string | undefined;
|
|
61622
|
-
popoverElevation?: string | undefined;
|
|
61623
|
-
dialogElevation?: string | undefined;
|
|
61624
|
-
toastElevation?: string | undefined;
|
|
61625
|
-
} | undefined;
|
|
61626
61626
|
shadows?: Record<string, string> | undefined;
|
|
61627
61627
|
density?: {
|
|
61628
61628
|
spacing?: {
|
|
@@ -61805,6 +61805,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
61805
61805
|
};
|
|
61806
61806
|
variants?: Record<string, {
|
|
61807
61807
|
spacing?: Record<string, string> | undefined;
|
|
61808
|
+
elevation?: {
|
|
61809
|
+
cardElevation?: string | undefined;
|
|
61810
|
+
popoverElevation?: string | undefined;
|
|
61811
|
+
dialogElevation?: string | undefined;
|
|
61812
|
+
toastElevation?: string | undefined;
|
|
61813
|
+
} | undefined;
|
|
61808
61814
|
typography?: Record<string, string> | undefined;
|
|
61809
61815
|
color?: {
|
|
61810
61816
|
primary?: string | undefined;
|
|
@@ -61840,12 +61846,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
61840
61846
|
surfaceHover?: string | undefined;
|
|
61841
61847
|
borderHover?: string | undefined;
|
|
61842
61848
|
} | undefined;
|
|
61843
|
-
elevation?: {
|
|
61844
|
-
cardElevation?: string | undefined;
|
|
61845
|
-
popoverElevation?: string | undefined;
|
|
61846
|
-
dialogElevation?: string | undefined;
|
|
61847
|
-
toastElevation?: string | undefined;
|
|
61848
|
-
} | undefined;
|
|
61849
61849
|
shadows?: Record<string, string> | undefined;
|
|
61850
61850
|
density?: {
|
|
61851
61851
|
spacing?: {
|
|
@@ -62757,6 +62757,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
62757
62757
|
name: string;
|
|
62758
62758
|
tokens: {
|
|
62759
62759
|
spacing?: Record<string, string> | undefined;
|
|
62760
|
+
elevation?: {
|
|
62761
|
+
cardElevation?: string | undefined;
|
|
62762
|
+
popoverElevation?: string | undefined;
|
|
62763
|
+
dialogElevation?: string | undefined;
|
|
62764
|
+
toastElevation?: string | undefined;
|
|
62765
|
+
} | undefined;
|
|
62760
62766
|
typography?: Record<string, string> | undefined;
|
|
62761
62767
|
color?: {
|
|
62762
62768
|
primary?: string | undefined;
|
|
@@ -62792,12 +62798,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
62792
62798
|
surfaceHover?: string | undefined;
|
|
62793
62799
|
borderHover?: string | undefined;
|
|
62794
62800
|
} | undefined;
|
|
62795
|
-
elevation?: {
|
|
62796
|
-
cardElevation?: string | undefined;
|
|
62797
|
-
popoverElevation?: string | undefined;
|
|
62798
|
-
dialogElevation?: string | undefined;
|
|
62799
|
-
toastElevation?: string | undefined;
|
|
62800
|
-
} | undefined;
|
|
62801
62801
|
shadows?: Record<string, string> | undefined;
|
|
62802
62802
|
density?: {
|
|
62803
62803
|
spacing?: {
|
|
@@ -62980,6 +62980,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
62980
62980
|
};
|
|
62981
62981
|
variants?: Record<string, {
|
|
62982
62982
|
spacing?: Record<string, string> | undefined;
|
|
62983
|
+
elevation?: {
|
|
62984
|
+
cardElevation?: string | undefined;
|
|
62985
|
+
popoverElevation?: string | undefined;
|
|
62986
|
+
dialogElevation?: string | undefined;
|
|
62987
|
+
toastElevation?: string | undefined;
|
|
62988
|
+
} | undefined;
|
|
62983
62989
|
typography?: Record<string, string> | undefined;
|
|
62984
62990
|
color?: {
|
|
62985
62991
|
primary?: string | undefined;
|
|
@@ -63015,12 +63021,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
63015
63021
|
surfaceHover?: string | undefined;
|
|
63016
63022
|
borderHover?: string | undefined;
|
|
63017
63023
|
} | undefined;
|
|
63018
|
-
elevation?: {
|
|
63019
|
-
cardElevation?: string | undefined;
|
|
63020
|
-
popoverElevation?: string | undefined;
|
|
63021
|
-
dialogElevation?: string | undefined;
|
|
63022
|
-
toastElevation?: string | undefined;
|
|
63023
|
-
} | undefined;
|
|
63024
63024
|
shadows?: Record<string, string> | undefined;
|
|
63025
63025
|
density?: {
|
|
63026
63026
|
spacing?: {
|
|
@@ -63997,6 +63997,12 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
63997
63997
|
name: string;
|
|
63998
63998
|
tokens: {
|
|
63999
63999
|
spacing?: Record<string, string> | undefined;
|
|
64000
|
+
elevation?: {
|
|
64001
|
+
cardElevation?: string | undefined;
|
|
64002
|
+
popoverElevation?: string | undefined;
|
|
64003
|
+
dialogElevation?: string | undefined;
|
|
64004
|
+
toastElevation?: string | undefined;
|
|
64005
|
+
} | undefined;
|
|
64000
64006
|
typography?: Record<string, string> | undefined;
|
|
64001
64007
|
color?: {
|
|
64002
64008
|
primary?: string | undefined;
|
|
@@ -64032,12 +64038,6 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
64032
64038
|
surfaceHover?: string | undefined;
|
|
64033
64039
|
borderHover?: string | undefined;
|
|
64034
64040
|
} | undefined;
|
|
64035
|
-
elevation?: {
|
|
64036
|
-
cardElevation?: string | undefined;
|
|
64037
|
-
popoverElevation?: string | undefined;
|
|
64038
|
-
dialogElevation?: string | undefined;
|
|
64039
|
-
toastElevation?: string | undefined;
|
|
64040
|
-
} | undefined;
|
|
64041
64041
|
shadows?: Record<string, string> | undefined;
|
|
64042
64042
|
density?: {
|
|
64043
64043
|
spacing?: {
|
|
@@ -64220,6 +64220,12 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
64220
64220
|
};
|
|
64221
64221
|
variants?: Record<string, {
|
|
64222
64222
|
spacing?: Record<string, string> | undefined;
|
|
64223
|
+
elevation?: {
|
|
64224
|
+
cardElevation?: string | undefined;
|
|
64225
|
+
popoverElevation?: string | undefined;
|
|
64226
|
+
dialogElevation?: string | undefined;
|
|
64227
|
+
toastElevation?: string | undefined;
|
|
64228
|
+
} | undefined;
|
|
64223
64229
|
typography?: Record<string, string> | undefined;
|
|
64224
64230
|
color?: {
|
|
64225
64231
|
primary?: string | undefined;
|
|
@@ -64255,12 +64261,6 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
64255
64261
|
surfaceHover?: string | undefined;
|
|
64256
64262
|
borderHover?: string | undefined;
|
|
64257
64263
|
} | undefined;
|
|
64258
|
-
elevation?: {
|
|
64259
|
-
cardElevation?: string | undefined;
|
|
64260
|
-
popoverElevation?: string | undefined;
|
|
64261
|
-
dialogElevation?: string | undefined;
|
|
64262
|
-
toastElevation?: string | undefined;
|
|
64263
|
-
} | undefined;
|
|
64264
64264
|
shadows?: Record<string, string> | undefined;
|
|
64265
64265
|
density?: {
|
|
64266
64266
|
spacing?: {
|
|
@@ -65172,6 +65172,12 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
65172
65172
|
name: string;
|
|
65173
65173
|
tokens: {
|
|
65174
65174
|
spacing?: Record<string, string> | undefined;
|
|
65175
|
+
elevation?: {
|
|
65176
|
+
cardElevation?: string | undefined;
|
|
65177
|
+
popoverElevation?: string | undefined;
|
|
65178
|
+
dialogElevation?: string | undefined;
|
|
65179
|
+
toastElevation?: string | undefined;
|
|
65180
|
+
} | undefined;
|
|
65175
65181
|
typography?: Record<string, string> | undefined;
|
|
65176
65182
|
color?: {
|
|
65177
65183
|
primary?: string | undefined;
|
|
@@ -65207,12 +65213,6 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
65207
65213
|
surfaceHover?: string | undefined;
|
|
65208
65214
|
borderHover?: string | undefined;
|
|
65209
65215
|
} | undefined;
|
|
65210
|
-
elevation?: {
|
|
65211
|
-
cardElevation?: string | undefined;
|
|
65212
|
-
popoverElevation?: string | undefined;
|
|
65213
|
-
dialogElevation?: string | undefined;
|
|
65214
|
-
toastElevation?: string | undefined;
|
|
65215
|
-
} | undefined;
|
|
65216
65216
|
shadows?: Record<string, string> | undefined;
|
|
65217
65217
|
density?: {
|
|
65218
65218
|
spacing?: {
|
|
@@ -65395,6 +65395,12 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
65395
65395
|
};
|
|
65396
65396
|
variants?: Record<string, {
|
|
65397
65397
|
spacing?: Record<string, string> | undefined;
|
|
65398
|
+
elevation?: {
|
|
65399
|
+
cardElevation?: string | undefined;
|
|
65400
|
+
popoverElevation?: string | undefined;
|
|
65401
|
+
dialogElevation?: string | undefined;
|
|
65402
|
+
toastElevation?: string | undefined;
|
|
65403
|
+
} | undefined;
|
|
65398
65404
|
typography?: Record<string, string> | undefined;
|
|
65399
65405
|
color?: {
|
|
65400
65406
|
primary?: string | undefined;
|
|
@@ -65430,12 +65436,6 @@ declare function safeParseOrbitalSchema(data: RuntimeValue): z.SafeParseReturnTy
|
|
|
65430
65436
|
surfaceHover?: string | undefined;
|
|
65431
65437
|
borderHover?: string | undefined;
|
|
65432
65438
|
} | undefined;
|
|
65433
|
-
elevation?: {
|
|
65434
|
-
cardElevation?: string | undefined;
|
|
65435
|
-
popoverElevation?: string | undefined;
|
|
65436
|
-
dialogElevation?: string | undefined;
|
|
65437
|
-
toastElevation?: string | undefined;
|
|
65438
|
-
} | undefined;
|
|
65439
65439
|
shadows?: Record<string, string> | undefined;
|
|
65440
65440
|
density?: {
|
|
65441
65441
|
spacing?: {
|