@almadar/core 10.2.0 → 10.4.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 +1 -2
- package/dist/builders.js.map +1 -1
- package/dist/{compose-behaviors-DM0gUoSO.d.ts → compose-behaviors-C0O7EloG.d.ts} +1 -1
- package/dist/factory/index.d.ts +3 -3
- package/dist/index.d.ts +6 -6
- package/dist/index.js +9 -3
- package/dist/index.js.map +1 -1
- package/dist/{schema-lxLUgVSb.d.ts → schema-JNr7Yzww.d.ts} +505 -505
- package/dist/{trait-Bhssodu6.d.ts → trait-C7cTBoi5.d.ts} +14 -4
- package/dist/types/index.d.ts +6 -6
- package/dist/types/index.js +1 -2
- package/dist/types/index.js.map +1 -1
- package/dist/{types-Bz0Zxvd_.d.ts → types-CVzLocjv.d.ts} +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { d as Expression, S as SExpr } from './expression-BVRFm0sV.js';
|
|
2
|
-
import { T as TraitConfig,
|
|
2
|
+
import { T as TraitConfig, bD as TraitConfigObject, bg as ServiceRef, d as Entity, f as EntityField, g as EntityPersistence, i as TraitRef, aa as EventPayloadField, H as ConfigFieldDeclaration, bc as ServiceDefinition, a as Trait } from './trait-C7cTBoi5.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -3522,6 +3522,12 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3522
3522
|
borderHover?: string | undefined;
|
|
3523
3523
|
placeholder?: string | undefined;
|
|
3524
3524
|
} | undefined;
|
|
3525
|
+
elevation?: {
|
|
3526
|
+
cardElevation?: string | undefined;
|
|
3527
|
+
popoverElevation?: string | undefined;
|
|
3528
|
+
dialogElevation?: string | undefined;
|
|
3529
|
+
toastElevation?: string | undefined;
|
|
3530
|
+
} | undefined;
|
|
3525
3531
|
spacing?: Record<string, string> | undefined;
|
|
3526
3532
|
density?: {
|
|
3527
3533
|
spacing?: {
|
|
@@ -3684,12 +3690,6 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3684
3690
|
strokeWidth?: string | undefined;
|
|
3685
3691
|
defaultSize?: string | undefined;
|
|
3686
3692
|
} | undefined;
|
|
3687
|
-
elevation?: {
|
|
3688
|
-
cardElevation?: string | undefined;
|
|
3689
|
-
popoverElevation?: string | undefined;
|
|
3690
|
-
dialogElevation?: string | undefined;
|
|
3691
|
-
toastElevation?: string | undefined;
|
|
3692
|
-
} | undefined;
|
|
3693
3693
|
geometry?: {
|
|
3694
3694
|
radiusContainer?: string | undefined;
|
|
3695
3695
|
radiusInteractive?: string | undefined;
|
|
@@ -3744,6 +3744,12 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3744
3744
|
borderHover?: string | undefined;
|
|
3745
3745
|
placeholder?: string | undefined;
|
|
3746
3746
|
} | undefined;
|
|
3747
|
+
elevation?: {
|
|
3748
|
+
cardElevation?: string | undefined;
|
|
3749
|
+
popoverElevation?: string | undefined;
|
|
3750
|
+
dialogElevation?: string | undefined;
|
|
3751
|
+
toastElevation?: string | undefined;
|
|
3752
|
+
} | undefined;
|
|
3747
3753
|
spacing?: Record<string, string> | undefined;
|
|
3748
3754
|
density?: {
|
|
3749
3755
|
spacing?: {
|
|
@@ -3906,12 +3912,6 @@ declare const ThemeTokensSchema: z.ZodObject<{
|
|
|
3906
3912
|
strokeWidth?: string | undefined;
|
|
3907
3913
|
defaultSize?: string | undefined;
|
|
3908
3914
|
} | undefined;
|
|
3909
|
-
elevation?: {
|
|
3910
|
-
cardElevation?: string | undefined;
|
|
3911
|
-
popoverElevation?: string | undefined;
|
|
3912
|
-
dialogElevation?: string | undefined;
|
|
3913
|
-
toastElevation?: string | undefined;
|
|
3914
|
-
} | undefined;
|
|
3915
3915
|
geometry?: {
|
|
3916
3916
|
radiusContainer?: string | undefined;
|
|
3917
3917
|
radiusInteractive?: string | undefined;
|
|
@@ -5043,6 +5043,12 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
5043
5043
|
borderHover?: string | undefined;
|
|
5044
5044
|
placeholder?: string | undefined;
|
|
5045
5045
|
} | undefined;
|
|
5046
|
+
elevation?: {
|
|
5047
|
+
cardElevation?: string | undefined;
|
|
5048
|
+
popoverElevation?: string | undefined;
|
|
5049
|
+
dialogElevation?: string | undefined;
|
|
5050
|
+
toastElevation?: string | undefined;
|
|
5051
|
+
} | undefined;
|
|
5046
5052
|
spacing?: Record<string, string> | undefined;
|
|
5047
5053
|
density?: {
|
|
5048
5054
|
spacing?: {
|
|
@@ -5205,12 +5211,6 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
5205
5211
|
strokeWidth?: string | undefined;
|
|
5206
5212
|
defaultSize?: string | undefined;
|
|
5207
5213
|
} | undefined;
|
|
5208
|
-
elevation?: {
|
|
5209
|
-
cardElevation?: string | undefined;
|
|
5210
|
-
popoverElevation?: string | undefined;
|
|
5211
|
-
dialogElevation?: string | undefined;
|
|
5212
|
-
toastElevation?: string | undefined;
|
|
5213
|
-
} | undefined;
|
|
5214
5214
|
geometry?: {
|
|
5215
5215
|
radiusContainer?: string | undefined;
|
|
5216
5216
|
radiusInteractive?: string | undefined;
|
|
@@ -5265,6 +5265,12 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
5265
5265
|
borderHover?: string | undefined;
|
|
5266
5266
|
placeholder?: string | undefined;
|
|
5267
5267
|
} | undefined;
|
|
5268
|
+
elevation?: {
|
|
5269
|
+
cardElevation?: string | undefined;
|
|
5270
|
+
popoverElevation?: string | undefined;
|
|
5271
|
+
dialogElevation?: string | undefined;
|
|
5272
|
+
toastElevation?: string | undefined;
|
|
5273
|
+
} | undefined;
|
|
5268
5274
|
spacing?: Record<string, string> | undefined;
|
|
5269
5275
|
density?: {
|
|
5270
5276
|
spacing?: {
|
|
@@ -5427,12 +5433,6 @@ declare const ThemeVariantSchema: z.ZodObject<{
|
|
|
5427
5433
|
strokeWidth?: string | undefined;
|
|
5428
5434
|
defaultSize?: string | undefined;
|
|
5429
5435
|
} | undefined;
|
|
5430
|
-
elevation?: {
|
|
5431
|
-
cardElevation?: string | undefined;
|
|
5432
|
-
popoverElevation?: string | undefined;
|
|
5433
|
-
dialogElevation?: string | undefined;
|
|
5434
|
-
toastElevation?: string | undefined;
|
|
5435
|
-
} | undefined;
|
|
5436
5436
|
geometry?: {
|
|
5437
5437
|
radiusContainer?: string | undefined;
|
|
5438
5438
|
radiusInteractive?: string | undefined;
|
|
@@ -6545,6 +6545,12 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6545
6545
|
borderHover?: string | undefined;
|
|
6546
6546
|
placeholder?: string | undefined;
|
|
6547
6547
|
} | undefined;
|
|
6548
|
+
elevation?: {
|
|
6549
|
+
cardElevation?: string | undefined;
|
|
6550
|
+
popoverElevation?: string | undefined;
|
|
6551
|
+
dialogElevation?: string | undefined;
|
|
6552
|
+
toastElevation?: string | undefined;
|
|
6553
|
+
} | undefined;
|
|
6548
6554
|
spacing?: Record<string, string> | undefined;
|
|
6549
6555
|
density?: {
|
|
6550
6556
|
spacing?: {
|
|
@@ -6707,12 +6713,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6707
6713
|
strokeWidth?: string | undefined;
|
|
6708
6714
|
defaultSize?: string | undefined;
|
|
6709
6715
|
} | undefined;
|
|
6710
|
-
elevation?: {
|
|
6711
|
-
cardElevation?: string | undefined;
|
|
6712
|
-
popoverElevation?: string | undefined;
|
|
6713
|
-
dialogElevation?: string | undefined;
|
|
6714
|
-
toastElevation?: string | undefined;
|
|
6715
|
-
} | undefined;
|
|
6716
6716
|
geometry?: {
|
|
6717
6717
|
radiusContainer?: string | undefined;
|
|
6718
6718
|
radiusInteractive?: string | undefined;
|
|
@@ -6767,6 +6767,12 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6767
6767
|
borderHover?: string | undefined;
|
|
6768
6768
|
placeholder?: string | undefined;
|
|
6769
6769
|
} | undefined;
|
|
6770
|
+
elevation?: {
|
|
6771
|
+
cardElevation?: string | undefined;
|
|
6772
|
+
popoverElevation?: string | undefined;
|
|
6773
|
+
dialogElevation?: string | undefined;
|
|
6774
|
+
toastElevation?: string | undefined;
|
|
6775
|
+
} | undefined;
|
|
6770
6776
|
spacing?: Record<string, string> | undefined;
|
|
6771
6777
|
density?: {
|
|
6772
6778
|
spacing?: {
|
|
@@ -6929,12 +6935,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
6929
6935
|
strokeWidth?: string | undefined;
|
|
6930
6936
|
defaultSize?: string | undefined;
|
|
6931
6937
|
} | undefined;
|
|
6932
|
-
elevation?: {
|
|
6933
|
-
cardElevation?: string | undefined;
|
|
6934
|
-
popoverElevation?: string | undefined;
|
|
6935
|
-
dialogElevation?: string | undefined;
|
|
6936
|
-
toastElevation?: string | undefined;
|
|
6937
|
-
} | undefined;
|
|
6938
6938
|
geometry?: {
|
|
6939
6939
|
radiusContainer?: string | undefined;
|
|
6940
6940
|
radiusInteractive?: string | undefined;
|
|
@@ -8034,6 +8034,12 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8034
8034
|
borderHover?: string | undefined;
|
|
8035
8035
|
placeholder?: string | undefined;
|
|
8036
8036
|
} | undefined;
|
|
8037
|
+
elevation?: {
|
|
8038
|
+
cardElevation?: string | undefined;
|
|
8039
|
+
popoverElevation?: string | undefined;
|
|
8040
|
+
dialogElevation?: string | undefined;
|
|
8041
|
+
toastElevation?: string | undefined;
|
|
8042
|
+
} | undefined;
|
|
8037
8043
|
spacing?: Record<string, string> | undefined;
|
|
8038
8044
|
density?: {
|
|
8039
8045
|
spacing?: {
|
|
@@ -8196,12 +8202,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8196
8202
|
strokeWidth?: string | undefined;
|
|
8197
8203
|
defaultSize?: string | undefined;
|
|
8198
8204
|
} | undefined;
|
|
8199
|
-
elevation?: {
|
|
8200
|
-
cardElevation?: string | undefined;
|
|
8201
|
-
popoverElevation?: string | undefined;
|
|
8202
|
-
dialogElevation?: string | undefined;
|
|
8203
|
-
toastElevation?: string | undefined;
|
|
8204
|
-
} | undefined;
|
|
8205
8205
|
geometry?: {
|
|
8206
8206
|
radiusContainer?: string | undefined;
|
|
8207
8207
|
radiusInteractive?: string | undefined;
|
|
@@ -8256,6 +8256,12 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8256
8256
|
borderHover?: string | undefined;
|
|
8257
8257
|
placeholder?: string | undefined;
|
|
8258
8258
|
} | undefined;
|
|
8259
|
+
elevation?: {
|
|
8260
|
+
cardElevation?: string | undefined;
|
|
8261
|
+
popoverElevation?: string | undefined;
|
|
8262
|
+
dialogElevation?: string | undefined;
|
|
8263
|
+
toastElevation?: string | undefined;
|
|
8264
|
+
} | undefined;
|
|
8259
8265
|
spacing?: Record<string, string> | undefined;
|
|
8260
8266
|
density?: {
|
|
8261
8267
|
spacing?: {
|
|
@@ -8418,12 +8424,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8418
8424
|
strokeWidth?: string | undefined;
|
|
8419
8425
|
defaultSize?: string | undefined;
|
|
8420
8426
|
} | undefined;
|
|
8421
|
-
elevation?: {
|
|
8422
|
-
cardElevation?: string | undefined;
|
|
8423
|
-
popoverElevation?: string | undefined;
|
|
8424
|
-
dialogElevation?: string | undefined;
|
|
8425
|
-
toastElevation?: string | undefined;
|
|
8426
|
-
} | undefined;
|
|
8427
8427
|
geometry?: {
|
|
8428
8428
|
radiusContainer?: string | undefined;
|
|
8429
8429
|
radiusInteractive?: string | undefined;
|
|
@@ -8481,6 +8481,12 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8481
8481
|
borderHover?: string | undefined;
|
|
8482
8482
|
placeholder?: string | undefined;
|
|
8483
8483
|
} | undefined;
|
|
8484
|
+
elevation?: {
|
|
8485
|
+
cardElevation?: string | undefined;
|
|
8486
|
+
popoverElevation?: string | undefined;
|
|
8487
|
+
dialogElevation?: string | undefined;
|
|
8488
|
+
toastElevation?: string | undefined;
|
|
8489
|
+
} | undefined;
|
|
8484
8490
|
spacing?: Record<string, string> | undefined;
|
|
8485
8491
|
density?: {
|
|
8486
8492
|
spacing?: {
|
|
@@ -8643,12 +8649,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8643
8649
|
strokeWidth?: string | undefined;
|
|
8644
8650
|
defaultSize?: string | undefined;
|
|
8645
8651
|
} | undefined;
|
|
8646
|
-
elevation?: {
|
|
8647
|
-
cardElevation?: string | undefined;
|
|
8648
|
-
popoverElevation?: string | undefined;
|
|
8649
|
-
dialogElevation?: string | undefined;
|
|
8650
|
-
toastElevation?: string | undefined;
|
|
8651
|
-
} | undefined;
|
|
8652
8652
|
geometry?: {
|
|
8653
8653
|
radiusContainer?: string | undefined;
|
|
8654
8654
|
radiusInteractive?: string | undefined;
|
|
@@ -8704,6 +8704,12 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8704
8704
|
borderHover?: string | undefined;
|
|
8705
8705
|
placeholder?: string | undefined;
|
|
8706
8706
|
} | undefined;
|
|
8707
|
+
elevation?: {
|
|
8708
|
+
cardElevation?: string | undefined;
|
|
8709
|
+
popoverElevation?: string | undefined;
|
|
8710
|
+
dialogElevation?: string | undefined;
|
|
8711
|
+
toastElevation?: string | undefined;
|
|
8712
|
+
} | undefined;
|
|
8707
8713
|
spacing?: Record<string, string> | undefined;
|
|
8708
8714
|
density?: {
|
|
8709
8715
|
spacing?: {
|
|
@@ -8866,12 +8872,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8866
8872
|
strokeWidth?: string | undefined;
|
|
8867
8873
|
defaultSize?: string | undefined;
|
|
8868
8874
|
} | undefined;
|
|
8869
|
-
elevation?: {
|
|
8870
|
-
cardElevation?: string | undefined;
|
|
8871
|
-
popoverElevation?: string | undefined;
|
|
8872
|
-
dialogElevation?: string | undefined;
|
|
8873
|
-
toastElevation?: string | undefined;
|
|
8874
|
-
} | undefined;
|
|
8875
8875
|
geometry?: {
|
|
8876
8876
|
radiusContainer?: string | undefined;
|
|
8877
8877
|
radiusInteractive?: string | undefined;
|
|
@@ -8929,6 +8929,12 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
8929
8929
|
borderHover?: string | undefined;
|
|
8930
8930
|
placeholder?: string | undefined;
|
|
8931
8931
|
} | undefined;
|
|
8932
|
+
elevation?: {
|
|
8933
|
+
cardElevation?: string | undefined;
|
|
8934
|
+
popoverElevation?: string | undefined;
|
|
8935
|
+
dialogElevation?: string | undefined;
|
|
8936
|
+
toastElevation?: string | undefined;
|
|
8937
|
+
} | undefined;
|
|
8932
8938
|
spacing?: Record<string, string> | undefined;
|
|
8933
8939
|
density?: {
|
|
8934
8940
|
spacing?: {
|
|
@@ -9091,12 +9097,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
9091
9097
|
strokeWidth?: string | undefined;
|
|
9092
9098
|
defaultSize?: string | undefined;
|
|
9093
9099
|
} | undefined;
|
|
9094
|
-
elevation?: {
|
|
9095
|
-
cardElevation?: string | undefined;
|
|
9096
|
-
popoverElevation?: string | undefined;
|
|
9097
|
-
dialogElevation?: string | undefined;
|
|
9098
|
-
toastElevation?: string | undefined;
|
|
9099
|
-
} | undefined;
|
|
9100
9100
|
geometry?: {
|
|
9101
9101
|
radiusContainer?: string | undefined;
|
|
9102
9102
|
radiusInteractive?: string | undefined;
|
|
@@ -9152,6 +9152,12 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
9152
9152
|
borderHover?: string | undefined;
|
|
9153
9153
|
placeholder?: string | undefined;
|
|
9154
9154
|
} | undefined;
|
|
9155
|
+
elevation?: {
|
|
9156
|
+
cardElevation?: string | undefined;
|
|
9157
|
+
popoverElevation?: string | undefined;
|
|
9158
|
+
dialogElevation?: string | undefined;
|
|
9159
|
+
toastElevation?: string | undefined;
|
|
9160
|
+
} | undefined;
|
|
9155
9161
|
spacing?: Record<string, string> | undefined;
|
|
9156
9162
|
density?: {
|
|
9157
9163
|
spacing?: {
|
|
@@ -9314,12 +9320,6 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
|
|
|
9314
9320
|
strokeWidth?: string | undefined;
|
|
9315
9321
|
defaultSize?: string | undefined;
|
|
9316
9322
|
} | undefined;
|
|
9317
|
-
elevation?: {
|
|
9318
|
-
cardElevation?: string | undefined;
|
|
9319
|
-
popoverElevation?: string | undefined;
|
|
9320
|
-
dialogElevation?: string | undefined;
|
|
9321
|
-
toastElevation?: string | undefined;
|
|
9322
|
-
} | undefined;
|
|
9323
9323
|
geometry?: {
|
|
9324
9324
|
radiusContainer?: string | undefined;
|
|
9325
9325
|
radiusInteractive?: string | undefined;
|
|
@@ -10446,6 +10446,12 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10446
10446
|
borderHover?: string | undefined;
|
|
10447
10447
|
placeholder?: string | undefined;
|
|
10448
10448
|
} | undefined;
|
|
10449
|
+
elevation?: {
|
|
10450
|
+
cardElevation?: string | undefined;
|
|
10451
|
+
popoverElevation?: string | undefined;
|
|
10452
|
+
dialogElevation?: string | undefined;
|
|
10453
|
+
toastElevation?: string | undefined;
|
|
10454
|
+
} | undefined;
|
|
10449
10455
|
spacing?: Record<string, string> | undefined;
|
|
10450
10456
|
density?: {
|
|
10451
10457
|
spacing?: {
|
|
@@ -10608,12 +10614,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10608
10614
|
strokeWidth?: string | undefined;
|
|
10609
10615
|
defaultSize?: string | undefined;
|
|
10610
10616
|
} | undefined;
|
|
10611
|
-
elevation?: {
|
|
10612
|
-
cardElevation?: string | undefined;
|
|
10613
|
-
popoverElevation?: string | undefined;
|
|
10614
|
-
dialogElevation?: string | undefined;
|
|
10615
|
-
toastElevation?: string | undefined;
|
|
10616
|
-
} | undefined;
|
|
10617
10617
|
geometry?: {
|
|
10618
10618
|
radiusContainer?: string | undefined;
|
|
10619
10619
|
radiusInteractive?: string | undefined;
|
|
@@ -10668,6 +10668,12 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10668
10668
|
borderHover?: string | undefined;
|
|
10669
10669
|
placeholder?: string | undefined;
|
|
10670
10670
|
} | undefined;
|
|
10671
|
+
elevation?: {
|
|
10672
|
+
cardElevation?: string | undefined;
|
|
10673
|
+
popoverElevation?: string | undefined;
|
|
10674
|
+
dialogElevation?: string | undefined;
|
|
10675
|
+
toastElevation?: string | undefined;
|
|
10676
|
+
} | undefined;
|
|
10671
10677
|
spacing?: Record<string, string> | undefined;
|
|
10672
10678
|
density?: {
|
|
10673
10679
|
spacing?: {
|
|
@@ -10830,12 +10836,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
10830
10836
|
strokeWidth?: string | undefined;
|
|
10831
10837
|
defaultSize?: string | undefined;
|
|
10832
10838
|
} | undefined;
|
|
10833
|
-
elevation?: {
|
|
10834
|
-
cardElevation?: string | undefined;
|
|
10835
|
-
popoverElevation?: string | undefined;
|
|
10836
|
-
dialogElevation?: string | undefined;
|
|
10837
|
-
toastElevation?: string | undefined;
|
|
10838
|
-
} | undefined;
|
|
10839
10839
|
geometry?: {
|
|
10840
10840
|
radiusContainer?: string | undefined;
|
|
10841
10841
|
radiusInteractive?: string | undefined;
|
|
@@ -11935,6 +11935,12 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
11935
11935
|
borderHover?: string | undefined;
|
|
11936
11936
|
placeholder?: string | undefined;
|
|
11937
11937
|
} | undefined;
|
|
11938
|
+
elevation?: {
|
|
11939
|
+
cardElevation?: string | undefined;
|
|
11940
|
+
popoverElevation?: string | undefined;
|
|
11941
|
+
dialogElevation?: string | undefined;
|
|
11942
|
+
toastElevation?: string | undefined;
|
|
11943
|
+
} | undefined;
|
|
11938
11944
|
spacing?: Record<string, string> | undefined;
|
|
11939
11945
|
density?: {
|
|
11940
11946
|
spacing?: {
|
|
@@ -12097,12 +12103,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12097
12103
|
strokeWidth?: string | undefined;
|
|
12098
12104
|
defaultSize?: string | undefined;
|
|
12099
12105
|
} | undefined;
|
|
12100
|
-
elevation?: {
|
|
12101
|
-
cardElevation?: string | undefined;
|
|
12102
|
-
popoverElevation?: string | undefined;
|
|
12103
|
-
dialogElevation?: string | undefined;
|
|
12104
|
-
toastElevation?: string | undefined;
|
|
12105
|
-
} | undefined;
|
|
12106
12106
|
geometry?: {
|
|
12107
12107
|
radiusContainer?: string | undefined;
|
|
12108
12108
|
radiusInteractive?: string | undefined;
|
|
@@ -12157,6 +12157,12 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12157
12157
|
borderHover?: string | undefined;
|
|
12158
12158
|
placeholder?: string | undefined;
|
|
12159
12159
|
} | undefined;
|
|
12160
|
+
elevation?: {
|
|
12161
|
+
cardElevation?: string | undefined;
|
|
12162
|
+
popoverElevation?: string | undefined;
|
|
12163
|
+
dialogElevation?: string | undefined;
|
|
12164
|
+
toastElevation?: string | undefined;
|
|
12165
|
+
} | undefined;
|
|
12160
12166
|
spacing?: Record<string, string> | undefined;
|
|
12161
12167
|
density?: {
|
|
12162
12168
|
spacing?: {
|
|
@@ -12319,12 +12325,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12319
12325
|
strokeWidth?: string | undefined;
|
|
12320
12326
|
defaultSize?: string | undefined;
|
|
12321
12327
|
} | undefined;
|
|
12322
|
-
elevation?: {
|
|
12323
|
-
cardElevation?: string | undefined;
|
|
12324
|
-
popoverElevation?: string | undefined;
|
|
12325
|
-
dialogElevation?: string | undefined;
|
|
12326
|
-
toastElevation?: string | undefined;
|
|
12327
|
-
} | undefined;
|
|
12328
12328
|
geometry?: {
|
|
12329
12329
|
radiusContainer?: string | undefined;
|
|
12330
12330
|
radiusInteractive?: string | undefined;
|
|
@@ -12382,6 +12382,12 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12382
12382
|
borderHover?: string | undefined;
|
|
12383
12383
|
placeholder?: string | undefined;
|
|
12384
12384
|
} | undefined;
|
|
12385
|
+
elevation?: {
|
|
12386
|
+
cardElevation?: string | undefined;
|
|
12387
|
+
popoverElevation?: string | undefined;
|
|
12388
|
+
dialogElevation?: string | undefined;
|
|
12389
|
+
toastElevation?: string | undefined;
|
|
12390
|
+
} | undefined;
|
|
12385
12391
|
spacing?: Record<string, string> | undefined;
|
|
12386
12392
|
density?: {
|
|
12387
12393
|
spacing?: {
|
|
@@ -12544,12 +12550,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12544
12550
|
strokeWidth?: string | undefined;
|
|
12545
12551
|
defaultSize?: string | undefined;
|
|
12546
12552
|
} | undefined;
|
|
12547
|
-
elevation?: {
|
|
12548
|
-
cardElevation?: string | undefined;
|
|
12549
|
-
popoverElevation?: string | undefined;
|
|
12550
|
-
dialogElevation?: string | undefined;
|
|
12551
|
-
toastElevation?: string | undefined;
|
|
12552
|
-
} | undefined;
|
|
12553
12553
|
geometry?: {
|
|
12554
12554
|
radiusContainer?: string | undefined;
|
|
12555
12555
|
radiusInteractive?: string | undefined;
|
|
@@ -12605,6 +12605,12 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12605
12605
|
borderHover?: string | undefined;
|
|
12606
12606
|
placeholder?: string | undefined;
|
|
12607
12607
|
} | undefined;
|
|
12608
|
+
elevation?: {
|
|
12609
|
+
cardElevation?: string | undefined;
|
|
12610
|
+
popoverElevation?: string | undefined;
|
|
12611
|
+
dialogElevation?: string | undefined;
|
|
12612
|
+
toastElevation?: string | undefined;
|
|
12613
|
+
} | undefined;
|
|
12608
12614
|
spacing?: Record<string, string> | undefined;
|
|
12609
12615
|
density?: {
|
|
12610
12616
|
spacing?: {
|
|
@@ -12767,12 +12773,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12767
12773
|
strokeWidth?: string | undefined;
|
|
12768
12774
|
defaultSize?: string | undefined;
|
|
12769
12775
|
} | undefined;
|
|
12770
|
-
elevation?: {
|
|
12771
|
-
cardElevation?: string | undefined;
|
|
12772
|
-
popoverElevation?: string | undefined;
|
|
12773
|
-
dialogElevation?: string | undefined;
|
|
12774
|
-
toastElevation?: string | undefined;
|
|
12775
|
-
} | undefined;
|
|
12776
12776
|
geometry?: {
|
|
12777
12777
|
radiusContainer?: string | undefined;
|
|
12778
12778
|
radiusInteractive?: string | undefined;
|
|
@@ -12830,6 +12830,12 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12830
12830
|
borderHover?: string | undefined;
|
|
12831
12831
|
placeholder?: string | undefined;
|
|
12832
12832
|
} | undefined;
|
|
12833
|
+
elevation?: {
|
|
12834
|
+
cardElevation?: string | undefined;
|
|
12835
|
+
popoverElevation?: string | undefined;
|
|
12836
|
+
dialogElevation?: string | undefined;
|
|
12837
|
+
toastElevation?: string | undefined;
|
|
12838
|
+
} | undefined;
|
|
12833
12839
|
spacing?: Record<string, string> | undefined;
|
|
12834
12840
|
density?: {
|
|
12835
12841
|
spacing?: {
|
|
@@ -12992,12 +12998,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12992
12998
|
strokeWidth?: string | undefined;
|
|
12993
12999
|
defaultSize?: string | undefined;
|
|
12994
13000
|
} | undefined;
|
|
12995
|
-
elevation?: {
|
|
12996
|
-
cardElevation?: string | undefined;
|
|
12997
|
-
popoverElevation?: string | undefined;
|
|
12998
|
-
dialogElevation?: string | undefined;
|
|
12999
|
-
toastElevation?: string | undefined;
|
|
13000
|
-
} | undefined;
|
|
13001
13001
|
geometry?: {
|
|
13002
13002
|
radiusContainer?: string | undefined;
|
|
13003
13003
|
radiusInteractive?: string | undefined;
|
|
@@ -13053,6 +13053,12 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13053
13053
|
borderHover?: string | undefined;
|
|
13054
13054
|
placeholder?: string | undefined;
|
|
13055
13055
|
} | undefined;
|
|
13056
|
+
elevation?: {
|
|
13057
|
+
cardElevation?: string | undefined;
|
|
13058
|
+
popoverElevation?: string | undefined;
|
|
13059
|
+
dialogElevation?: string | undefined;
|
|
13060
|
+
toastElevation?: string | undefined;
|
|
13061
|
+
} | undefined;
|
|
13056
13062
|
spacing?: Record<string, string> | undefined;
|
|
13057
13063
|
density?: {
|
|
13058
13064
|
spacing?: {
|
|
@@ -13215,12 +13221,6 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
13215
13221
|
strokeWidth?: string | undefined;
|
|
13216
13222
|
defaultSize?: string | undefined;
|
|
13217
13223
|
} | undefined;
|
|
13218
|
-
elevation?: {
|
|
13219
|
-
cardElevation?: string | undefined;
|
|
13220
|
-
popoverElevation?: string | undefined;
|
|
13221
|
-
dialogElevation?: string | undefined;
|
|
13222
|
-
toastElevation?: string | undefined;
|
|
13223
|
-
} | undefined;
|
|
13224
13224
|
geometry?: {
|
|
13225
13225
|
radiusContainer?: string | undefined;
|
|
13226
13226
|
radiusInteractive?: string | undefined;
|
|
@@ -14334,6 +14334,12 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14334
14334
|
borderHover?: string | undefined;
|
|
14335
14335
|
placeholder?: string | undefined;
|
|
14336
14336
|
} | undefined;
|
|
14337
|
+
elevation?: {
|
|
14338
|
+
cardElevation?: string | undefined;
|
|
14339
|
+
popoverElevation?: string | undefined;
|
|
14340
|
+
dialogElevation?: string | undefined;
|
|
14341
|
+
toastElevation?: string | undefined;
|
|
14342
|
+
} | undefined;
|
|
14337
14343
|
spacing?: Record<string, string> | undefined;
|
|
14338
14344
|
density?: {
|
|
14339
14345
|
spacing?: {
|
|
@@ -14496,12 +14502,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14496
14502
|
strokeWidth?: string | undefined;
|
|
14497
14503
|
defaultSize?: string | undefined;
|
|
14498
14504
|
} | undefined;
|
|
14499
|
-
elevation?: {
|
|
14500
|
-
cardElevation?: string | undefined;
|
|
14501
|
-
popoverElevation?: string | undefined;
|
|
14502
|
-
dialogElevation?: string | undefined;
|
|
14503
|
-
toastElevation?: string | undefined;
|
|
14504
|
-
} | undefined;
|
|
14505
14505
|
geometry?: {
|
|
14506
14506
|
radiusContainer?: string | undefined;
|
|
14507
14507
|
radiusInteractive?: string | undefined;
|
|
@@ -14556,6 +14556,12 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14556
14556
|
borderHover?: string | undefined;
|
|
14557
14557
|
placeholder?: string | undefined;
|
|
14558
14558
|
} | undefined;
|
|
14559
|
+
elevation?: {
|
|
14560
|
+
cardElevation?: string | undefined;
|
|
14561
|
+
popoverElevation?: string | undefined;
|
|
14562
|
+
dialogElevation?: string | undefined;
|
|
14563
|
+
toastElevation?: string | undefined;
|
|
14564
|
+
} | undefined;
|
|
14559
14565
|
spacing?: Record<string, string> | undefined;
|
|
14560
14566
|
density?: {
|
|
14561
14567
|
spacing?: {
|
|
@@ -14718,12 +14724,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
14718
14724
|
strokeWidth?: string | undefined;
|
|
14719
14725
|
defaultSize?: string | undefined;
|
|
14720
14726
|
} | undefined;
|
|
14721
|
-
elevation?: {
|
|
14722
|
-
cardElevation?: string | undefined;
|
|
14723
|
-
popoverElevation?: string | undefined;
|
|
14724
|
-
dialogElevation?: string | undefined;
|
|
14725
|
-
toastElevation?: string | undefined;
|
|
14726
|
-
} | undefined;
|
|
14727
14727
|
geometry?: {
|
|
14728
14728
|
radiusContainer?: string | undefined;
|
|
14729
14729
|
radiusInteractive?: string | undefined;
|
|
@@ -15823,6 +15823,12 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
15823
15823
|
borderHover?: string | undefined;
|
|
15824
15824
|
placeholder?: string | undefined;
|
|
15825
15825
|
} | undefined;
|
|
15826
|
+
elevation?: {
|
|
15827
|
+
cardElevation?: string | undefined;
|
|
15828
|
+
popoverElevation?: string | undefined;
|
|
15829
|
+
dialogElevation?: string | undefined;
|
|
15830
|
+
toastElevation?: string | undefined;
|
|
15831
|
+
} | undefined;
|
|
15826
15832
|
spacing?: Record<string, string> | undefined;
|
|
15827
15833
|
density?: {
|
|
15828
15834
|
spacing?: {
|
|
@@ -15985,12 +15991,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
15985
15991
|
strokeWidth?: string | undefined;
|
|
15986
15992
|
defaultSize?: string | undefined;
|
|
15987
15993
|
} | undefined;
|
|
15988
|
-
elevation?: {
|
|
15989
|
-
cardElevation?: string | undefined;
|
|
15990
|
-
popoverElevation?: string | undefined;
|
|
15991
|
-
dialogElevation?: string | undefined;
|
|
15992
|
-
toastElevation?: string | undefined;
|
|
15993
|
-
} | undefined;
|
|
15994
15994
|
geometry?: {
|
|
15995
15995
|
radiusContainer?: string | undefined;
|
|
15996
15996
|
radiusInteractive?: string | undefined;
|
|
@@ -16045,6 +16045,12 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16045
16045
|
borderHover?: string | undefined;
|
|
16046
16046
|
placeholder?: string | undefined;
|
|
16047
16047
|
} | undefined;
|
|
16048
|
+
elevation?: {
|
|
16049
|
+
cardElevation?: string | undefined;
|
|
16050
|
+
popoverElevation?: string | undefined;
|
|
16051
|
+
dialogElevation?: string | undefined;
|
|
16052
|
+
toastElevation?: string | undefined;
|
|
16053
|
+
} | undefined;
|
|
16048
16054
|
spacing?: Record<string, string> | undefined;
|
|
16049
16055
|
density?: {
|
|
16050
16056
|
spacing?: {
|
|
@@ -16207,12 +16213,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16207
16213
|
strokeWidth?: string | undefined;
|
|
16208
16214
|
defaultSize?: string | undefined;
|
|
16209
16215
|
} | undefined;
|
|
16210
|
-
elevation?: {
|
|
16211
|
-
cardElevation?: string | undefined;
|
|
16212
|
-
popoverElevation?: string | undefined;
|
|
16213
|
-
dialogElevation?: string | undefined;
|
|
16214
|
-
toastElevation?: string | undefined;
|
|
16215
|
-
} | undefined;
|
|
16216
16216
|
geometry?: {
|
|
16217
16217
|
radiusContainer?: string | undefined;
|
|
16218
16218
|
radiusInteractive?: string | undefined;
|
|
@@ -16270,6 +16270,12 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16270
16270
|
borderHover?: string | undefined;
|
|
16271
16271
|
placeholder?: string | undefined;
|
|
16272
16272
|
} | undefined;
|
|
16273
|
+
elevation?: {
|
|
16274
|
+
cardElevation?: string | undefined;
|
|
16275
|
+
popoverElevation?: string | undefined;
|
|
16276
|
+
dialogElevation?: string | undefined;
|
|
16277
|
+
toastElevation?: string | undefined;
|
|
16278
|
+
} | undefined;
|
|
16273
16279
|
spacing?: Record<string, string> | undefined;
|
|
16274
16280
|
density?: {
|
|
16275
16281
|
spacing?: {
|
|
@@ -16432,12 +16438,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16432
16438
|
strokeWidth?: string | undefined;
|
|
16433
16439
|
defaultSize?: string | undefined;
|
|
16434
16440
|
} | undefined;
|
|
16435
|
-
elevation?: {
|
|
16436
|
-
cardElevation?: string | undefined;
|
|
16437
|
-
popoverElevation?: string | undefined;
|
|
16438
|
-
dialogElevation?: string | undefined;
|
|
16439
|
-
toastElevation?: string | undefined;
|
|
16440
|
-
} | undefined;
|
|
16441
16441
|
geometry?: {
|
|
16442
16442
|
radiusContainer?: string | undefined;
|
|
16443
16443
|
radiusInteractive?: string | undefined;
|
|
@@ -16493,6 +16493,12 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16493
16493
|
borderHover?: string | undefined;
|
|
16494
16494
|
placeholder?: string | undefined;
|
|
16495
16495
|
} | undefined;
|
|
16496
|
+
elevation?: {
|
|
16497
|
+
cardElevation?: string | undefined;
|
|
16498
|
+
popoverElevation?: string | undefined;
|
|
16499
|
+
dialogElevation?: string | undefined;
|
|
16500
|
+
toastElevation?: string | undefined;
|
|
16501
|
+
} | undefined;
|
|
16496
16502
|
spacing?: Record<string, string> | undefined;
|
|
16497
16503
|
density?: {
|
|
16498
16504
|
spacing?: {
|
|
@@ -16655,12 +16661,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16655
16661
|
strokeWidth?: string | undefined;
|
|
16656
16662
|
defaultSize?: string | undefined;
|
|
16657
16663
|
} | undefined;
|
|
16658
|
-
elevation?: {
|
|
16659
|
-
cardElevation?: string | undefined;
|
|
16660
|
-
popoverElevation?: string | undefined;
|
|
16661
|
-
dialogElevation?: string | undefined;
|
|
16662
|
-
toastElevation?: string | undefined;
|
|
16663
|
-
} | undefined;
|
|
16664
16664
|
geometry?: {
|
|
16665
16665
|
radiusContainer?: string | undefined;
|
|
16666
16666
|
radiusInteractive?: string | undefined;
|
|
@@ -16718,6 +16718,12 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16718
16718
|
borderHover?: string | undefined;
|
|
16719
16719
|
placeholder?: string | undefined;
|
|
16720
16720
|
} | undefined;
|
|
16721
|
+
elevation?: {
|
|
16722
|
+
cardElevation?: string | undefined;
|
|
16723
|
+
popoverElevation?: string | undefined;
|
|
16724
|
+
dialogElevation?: string | undefined;
|
|
16725
|
+
toastElevation?: string | undefined;
|
|
16726
|
+
} | undefined;
|
|
16721
16727
|
spacing?: Record<string, string> | undefined;
|
|
16722
16728
|
density?: {
|
|
16723
16729
|
spacing?: {
|
|
@@ -16880,12 +16886,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16880
16886
|
strokeWidth?: string | undefined;
|
|
16881
16887
|
defaultSize?: string | undefined;
|
|
16882
16888
|
} | undefined;
|
|
16883
|
-
elevation?: {
|
|
16884
|
-
cardElevation?: string | undefined;
|
|
16885
|
-
popoverElevation?: string | undefined;
|
|
16886
|
-
dialogElevation?: string | undefined;
|
|
16887
|
-
toastElevation?: string | undefined;
|
|
16888
|
-
} | undefined;
|
|
16889
16889
|
geometry?: {
|
|
16890
16890
|
radiusContainer?: string | undefined;
|
|
16891
16891
|
radiusInteractive?: string | undefined;
|
|
@@ -16941,6 +16941,12 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
16941
16941
|
borderHover?: string | undefined;
|
|
16942
16942
|
placeholder?: string | undefined;
|
|
16943
16943
|
} | undefined;
|
|
16944
|
+
elevation?: {
|
|
16945
|
+
cardElevation?: string | undefined;
|
|
16946
|
+
popoverElevation?: string | undefined;
|
|
16947
|
+
dialogElevation?: string | undefined;
|
|
16948
|
+
toastElevation?: string | undefined;
|
|
16949
|
+
} | undefined;
|
|
16944
16950
|
spacing?: Record<string, string> | undefined;
|
|
16945
16951
|
density?: {
|
|
16946
16952
|
spacing?: {
|
|
@@ -17103,12 +17109,6 @@ declare const SkinSpecSchema: z.ZodObject<{
|
|
|
17103
17109
|
strokeWidth?: string | undefined;
|
|
17104
17110
|
defaultSize?: string | undefined;
|
|
17105
17111
|
} | undefined;
|
|
17106
|
-
elevation?: {
|
|
17107
|
-
cardElevation?: string | undefined;
|
|
17108
|
-
popoverElevation?: string | undefined;
|
|
17109
|
-
dialogElevation?: string | undefined;
|
|
17110
|
-
toastElevation?: string | undefined;
|
|
17111
|
-
} | undefined;
|
|
17112
17112
|
geometry?: {
|
|
17113
17113
|
radiusContainer?: string | undefined;
|
|
17114
17114
|
radiusInteractive?: string | undefined;
|
|
@@ -22486,6 +22486,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22486
22486
|
borderHover?: string | undefined;
|
|
22487
22487
|
placeholder?: string | undefined;
|
|
22488
22488
|
} | undefined;
|
|
22489
|
+
elevation?: {
|
|
22490
|
+
cardElevation?: string | undefined;
|
|
22491
|
+
popoverElevation?: string | undefined;
|
|
22492
|
+
dialogElevation?: string | undefined;
|
|
22493
|
+
toastElevation?: string | undefined;
|
|
22494
|
+
} | undefined;
|
|
22489
22495
|
spacing?: Record<string, string> | undefined;
|
|
22490
22496
|
density?: {
|
|
22491
22497
|
spacing?: {
|
|
@@ -22648,12 +22654,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22648
22654
|
strokeWidth?: string | undefined;
|
|
22649
22655
|
defaultSize?: string | undefined;
|
|
22650
22656
|
} | undefined;
|
|
22651
|
-
elevation?: {
|
|
22652
|
-
cardElevation?: string | undefined;
|
|
22653
|
-
popoverElevation?: string | undefined;
|
|
22654
|
-
dialogElevation?: string | undefined;
|
|
22655
|
-
toastElevation?: string | undefined;
|
|
22656
|
-
} | undefined;
|
|
22657
22657
|
geometry?: {
|
|
22658
22658
|
radiusContainer?: string | undefined;
|
|
22659
22659
|
radiusInteractive?: string | undefined;
|
|
@@ -22708,6 +22708,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22708
22708
|
borderHover?: string | undefined;
|
|
22709
22709
|
placeholder?: string | undefined;
|
|
22710
22710
|
} | undefined;
|
|
22711
|
+
elevation?: {
|
|
22712
|
+
cardElevation?: string | undefined;
|
|
22713
|
+
popoverElevation?: string | undefined;
|
|
22714
|
+
dialogElevation?: string | undefined;
|
|
22715
|
+
toastElevation?: string | undefined;
|
|
22716
|
+
} | undefined;
|
|
22711
22717
|
spacing?: Record<string, string> | undefined;
|
|
22712
22718
|
density?: {
|
|
22713
22719
|
spacing?: {
|
|
@@ -22870,12 +22876,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
22870
22876
|
strokeWidth?: string | undefined;
|
|
22871
22877
|
defaultSize?: string | undefined;
|
|
22872
22878
|
} | undefined;
|
|
22873
|
-
elevation?: {
|
|
22874
|
-
cardElevation?: string | undefined;
|
|
22875
|
-
popoverElevation?: string | undefined;
|
|
22876
|
-
dialogElevation?: string | undefined;
|
|
22877
|
-
toastElevation?: string | undefined;
|
|
22878
|
-
} | undefined;
|
|
22879
22879
|
geometry?: {
|
|
22880
22880
|
radiusContainer?: string | undefined;
|
|
22881
22881
|
radiusInteractive?: string | undefined;
|
|
@@ -23975,6 +23975,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
23975
23975
|
borderHover?: string | undefined;
|
|
23976
23976
|
placeholder?: string | undefined;
|
|
23977
23977
|
} | undefined;
|
|
23978
|
+
elevation?: {
|
|
23979
|
+
cardElevation?: string | undefined;
|
|
23980
|
+
popoverElevation?: string | undefined;
|
|
23981
|
+
dialogElevation?: string | undefined;
|
|
23982
|
+
toastElevation?: string | undefined;
|
|
23983
|
+
} | undefined;
|
|
23978
23984
|
spacing?: Record<string, string> | undefined;
|
|
23979
23985
|
density?: {
|
|
23980
23986
|
spacing?: {
|
|
@@ -24137,12 +24143,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24137
24143
|
strokeWidth?: string | undefined;
|
|
24138
24144
|
defaultSize?: string | undefined;
|
|
24139
24145
|
} | undefined;
|
|
24140
|
-
elevation?: {
|
|
24141
|
-
cardElevation?: string | undefined;
|
|
24142
|
-
popoverElevation?: string | undefined;
|
|
24143
|
-
dialogElevation?: string | undefined;
|
|
24144
|
-
toastElevation?: string | undefined;
|
|
24145
|
-
} | undefined;
|
|
24146
24146
|
geometry?: {
|
|
24147
24147
|
radiusContainer?: string | undefined;
|
|
24148
24148
|
radiusInteractive?: string | undefined;
|
|
@@ -24197,6 +24197,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24197
24197
|
borderHover?: string | undefined;
|
|
24198
24198
|
placeholder?: string | undefined;
|
|
24199
24199
|
} | undefined;
|
|
24200
|
+
elevation?: {
|
|
24201
|
+
cardElevation?: string | undefined;
|
|
24202
|
+
popoverElevation?: string | undefined;
|
|
24203
|
+
dialogElevation?: string | undefined;
|
|
24204
|
+
toastElevation?: string | undefined;
|
|
24205
|
+
} | undefined;
|
|
24200
24206
|
spacing?: Record<string, string> | undefined;
|
|
24201
24207
|
density?: {
|
|
24202
24208
|
spacing?: {
|
|
@@ -24359,12 +24365,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24359
24365
|
strokeWidth?: string | undefined;
|
|
24360
24366
|
defaultSize?: string | undefined;
|
|
24361
24367
|
} | undefined;
|
|
24362
|
-
elevation?: {
|
|
24363
|
-
cardElevation?: string | undefined;
|
|
24364
|
-
popoverElevation?: string | undefined;
|
|
24365
|
-
dialogElevation?: string | undefined;
|
|
24366
|
-
toastElevation?: string | undefined;
|
|
24367
|
-
} | undefined;
|
|
24368
24368
|
geometry?: {
|
|
24369
24369
|
radiusContainer?: string | undefined;
|
|
24370
24370
|
radiusInteractive?: string | undefined;
|
|
@@ -24422,6 +24422,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24422
24422
|
borderHover?: string | undefined;
|
|
24423
24423
|
placeholder?: string | undefined;
|
|
24424
24424
|
} | undefined;
|
|
24425
|
+
elevation?: {
|
|
24426
|
+
cardElevation?: string | undefined;
|
|
24427
|
+
popoverElevation?: string | undefined;
|
|
24428
|
+
dialogElevation?: string | undefined;
|
|
24429
|
+
toastElevation?: string | undefined;
|
|
24430
|
+
} | undefined;
|
|
24425
24431
|
spacing?: Record<string, string> | undefined;
|
|
24426
24432
|
density?: {
|
|
24427
24433
|
spacing?: {
|
|
@@ -24584,12 +24590,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24584
24590
|
strokeWidth?: string | undefined;
|
|
24585
24591
|
defaultSize?: string | undefined;
|
|
24586
24592
|
} | undefined;
|
|
24587
|
-
elevation?: {
|
|
24588
|
-
cardElevation?: string | undefined;
|
|
24589
|
-
popoverElevation?: string | undefined;
|
|
24590
|
-
dialogElevation?: string | undefined;
|
|
24591
|
-
toastElevation?: string | undefined;
|
|
24592
|
-
} | undefined;
|
|
24593
24593
|
geometry?: {
|
|
24594
24594
|
radiusContainer?: string | undefined;
|
|
24595
24595
|
radiusInteractive?: string | undefined;
|
|
@@ -24645,6 +24645,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24645
24645
|
borderHover?: string | undefined;
|
|
24646
24646
|
placeholder?: string | undefined;
|
|
24647
24647
|
} | undefined;
|
|
24648
|
+
elevation?: {
|
|
24649
|
+
cardElevation?: string | undefined;
|
|
24650
|
+
popoverElevation?: string | undefined;
|
|
24651
|
+
dialogElevation?: string | undefined;
|
|
24652
|
+
toastElevation?: string | undefined;
|
|
24653
|
+
} | undefined;
|
|
24648
24654
|
spacing?: Record<string, string> | undefined;
|
|
24649
24655
|
density?: {
|
|
24650
24656
|
spacing?: {
|
|
@@ -24807,12 +24813,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24807
24813
|
strokeWidth?: string | undefined;
|
|
24808
24814
|
defaultSize?: string | undefined;
|
|
24809
24815
|
} | undefined;
|
|
24810
|
-
elevation?: {
|
|
24811
|
-
cardElevation?: string | undefined;
|
|
24812
|
-
popoverElevation?: string | undefined;
|
|
24813
|
-
dialogElevation?: string | undefined;
|
|
24814
|
-
toastElevation?: string | undefined;
|
|
24815
|
-
} | undefined;
|
|
24816
24816
|
geometry?: {
|
|
24817
24817
|
radiusContainer?: string | undefined;
|
|
24818
24818
|
radiusInteractive?: string | undefined;
|
|
@@ -24870,6 +24870,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
24870
24870
|
borderHover?: string | undefined;
|
|
24871
24871
|
placeholder?: string | undefined;
|
|
24872
24872
|
} | undefined;
|
|
24873
|
+
elevation?: {
|
|
24874
|
+
cardElevation?: string | undefined;
|
|
24875
|
+
popoverElevation?: string | undefined;
|
|
24876
|
+
dialogElevation?: string | undefined;
|
|
24877
|
+
toastElevation?: string | undefined;
|
|
24878
|
+
} | undefined;
|
|
24873
24879
|
spacing?: Record<string, string> | undefined;
|
|
24874
24880
|
density?: {
|
|
24875
24881
|
spacing?: {
|
|
@@ -25032,12 +25038,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25032
25038
|
strokeWidth?: string | undefined;
|
|
25033
25039
|
defaultSize?: string | undefined;
|
|
25034
25040
|
} | undefined;
|
|
25035
|
-
elevation?: {
|
|
25036
|
-
cardElevation?: string | undefined;
|
|
25037
|
-
popoverElevation?: string | undefined;
|
|
25038
|
-
dialogElevation?: string | undefined;
|
|
25039
|
-
toastElevation?: string | undefined;
|
|
25040
|
-
} | undefined;
|
|
25041
25041
|
geometry?: {
|
|
25042
25042
|
radiusContainer?: string | undefined;
|
|
25043
25043
|
radiusInteractive?: string | undefined;
|
|
@@ -25093,6 +25093,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25093
25093
|
borderHover?: string | undefined;
|
|
25094
25094
|
placeholder?: string | undefined;
|
|
25095
25095
|
} | undefined;
|
|
25096
|
+
elevation?: {
|
|
25097
|
+
cardElevation?: string | undefined;
|
|
25098
|
+
popoverElevation?: string | undefined;
|
|
25099
|
+
dialogElevation?: string | undefined;
|
|
25100
|
+
toastElevation?: string | undefined;
|
|
25101
|
+
} | undefined;
|
|
25096
25102
|
spacing?: Record<string, string> | undefined;
|
|
25097
25103
|
density?: {
|
|
25098
25104
|
spacing?: {
|
|
@@ -25255,12 +25261,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
25255
25261
|
strokeWidth?: string | undefined;
|
|
25256
25262
|
defaultSize?: string | undefined;
|
|
25257
25263
|
} | undefined;
|
|
25258
|
-
elevation?: {
|
|
25259
|
-
cardElevation?: string | undefined;
|
|
25260
|
-
popoverElevation?: string | undefined;
|
|
25261
|
-
dialogElevation?: string | undefined;
|
|
25262
|
-
toastElevation?: string | undefined;
|
|
25263
|
-
} | undefined;
|
|
25264
25264
|
geometry?: {
|
|
25265
25265
|
radiusContainer?: string | undefined;
|
|
25266
25266
|
radiusInteractive?: string | undefined;
|
|
@@ -28164,6 +28164,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28164
28164
|
borderHover?: string | undefined;
|
|
28165
28165
|
placeholder?: string | undefined;
|
|
28166
28166
|
} | undefined;
|
|
28167
|
+
elevation?: {
|
|
28168
|
+
cardElevation?: string | undefined;
|
|
28169
|
+
popoverElevation?: string | undefined;
|
|
28170
|
+
dialogElevation?: string | undefined;
|
|
28171
|
+
toastElevation?: string | undefined;
|
|
28172
|
+
} | undefined;
|
|
28167
28173
|
spacing?: Record<string, string> | undefined;
|
|
28168
28174
|
density?: {
|
|
28169
28175
|
spacing?: {
|
|
@@ -28326,12 +28332,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28326
28332
|
strokeWidth?: string | undefined;
|
|
28327
28333
|
defaultSize?: string | undefined;
|
|
28328
28334
|
} | undefined;
|
|
28329
|
-
elevation?: {
|
|
28330
|
-
cardElevation?: string | undefined;
|
|
28331
|
-
popoverElevation?: string | undefined;
|
|
28332
|
-
dialogElevation?: string | undefined;
|
|
28333
|
-
toastElevation?: string | undefined;
|
|
28334
|
-
} | undefined;
|
|
28335
28335
|
geometry?: {
|
|
28336
28336
|
radiusContainer?: string | undefined;
|
|
28337
28337
|
radiusInteractive?: string | undefined;
|
|
@@ -28387,6 +28387,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28387
28387
|
borderHover?: string | undefined;
|
|
28388
28388
|
placeholder?: string | undefined;
|
|
28389
28389
|
} | undefined;
|
|
28390
|
+
elevation?: {
|
|
28391
|
+
cardElevation?: string | undefined;
|
|
28392
|
+
popoverElevation?: string | undefined;
|
|
28393
|
+
dialogElevation?: string | undefined;
|
|
28394
|
+
toastElevation?: string | undefined;
|
|
28395
|
+
} | undefined;
|
|
28390
28396
|
spacing?: Record<string, string> | undefined;
|
|
28391
28397
|
density?: {
|
|
28392
28398
|
spacing?: {
|
|
@@ -28549,12 +28555,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
28549
28555
|
strokeWidth?: string | undefined;
|
|
28550
28556
|
defaultSize?: string | undefined;
|
|
28551
28557
|
} | undefined;
|
|
28552
|
-
elevation?: {
|
|
28553
|
-
cardElevation?: string | undefined;
|
|
28554
|
-
popoverElevation?: string | undefined;
|
|
28555
|
-
dialogElevation?: string | undefined;
|
|
28556
|
-
toastElevation?: string | undefined;
|
|
28557
|
-
} | undefined;
|
|
28558
28558
|
geometry?: {
|
|
28559
28559
|
radiusContainer?: string | undefined;
|
|
28560
28560
|
radiusInteractive?: string | undefined;
|
|
@@ -29072,6 +29072,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29072
29072
|
borderHover?: string | undefined;
|
|
29073
29073
|
placeholder?: string | undefined;
|
|
29074
29074
|
} | undefined;
|
|
29075
|
+
elevation?: {
|
|
29076
|
+
cardElevation?: string | undefined;
|
|
29077
|
+
popoverElevation?: string | undefined;
|
|
29078
|
+
dialogElevation?: string | undefined;
|
|
29079
|
+
toastElevation?: string | undefined;
|
|
29080
|
+
} | undefined;
|
|
29075
29081
|
spacing?: Record<string, string> | undefined;
|
|
29076
29082
|
density?: {
|
|
29077
29083
|
spacing?: {
|
|
@@ -29234,12 +29240,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29234
29240
|
strokeWidth?: string | undefined;
|
|
29235
29241
|
defaultSize?: string | undefined;
|
|
29236
29242
|
} | undefined;
|
|
29237
|
-
elevation?: {
|
|
29238
|
-
cardElevation?: string | undefined;
|
|
29239
|
-
popoverElevation?: string | undefined;
|
|
29240
|
-
dialogElevation?: string | undefined;
|
|
29241
|
-
toastElevation?: string | undefined;
|
|
29242
|
-
} | undefined;
|
|
29243
29243
|
geometry?: {
|
|
29244
29244
|
radiusContainer?: string | undefined;
|
|
29245
29245
|
radiusInteractive?: string | undefined;
|
|
@@ -29295,6 +29295,12 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29295
29295
|
borderHover?: string | undefined;
|
|
29296
29296
|
placeholder?: string | undefined;
|
|
29297
29297
|
} | undefined;
|
|
29298
|
+
elevation?: {
|
|
29299
|
+
cardElevation?: string | undefined;
|
|
29300
|
+
popoverElevation?: string | undefined;
|
|
29301
|
+
dialogElevation?: string | undefined;
|
|
29302
|
+
toastElevation?: string | undefined;
|
|
29303
|
+
} | undefined;
|
|
29298
29304
|
spacing?: Record<string, string> | undefined;
|
|
29299
29305
|
density?: {
|
|
29300
29306
|
spacing?: {
|
|
@@ -29457,12 +29463,6 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
|
|
|
29457
29463
|
strokeWidth?: string | undefined;
|
|
29458
29464
|
defaultSize?: string | undefined;
|
|
29459
29465
|
} | undefined;
|
|
29460
|
-
elevation?: {
|
|
29461
|
-
cardElevation?: string | undefined;
|
|
29462
|
-
popoverElevation?: string | undefined;
|
|
29463
|
-
dialogElevation?: string | undefined;
|
|
29464
|
-
toastElevation?: string | undefined;
|
|
29465
|
-
} | undefined;
|
|
29466
29466
|
geometry?: {
|
|
29467
29467
|
radiusContainer?: string | undefined;
|
|
29468
29468
|
radiusInteractive?: string | undefined;
|
|
@@ -30689,6 +30689,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
30689
30689
|
borderHover?: string | undefined;
|
|
30690
30690
|
placeholder?: string | undefined;
|
|
30691
30691
|
} | undefined;
|
|
30692
|
+
elevation?: {
|
|
30693
|
+
cardElevation?: string | undefined;
|
|
30694
|
+
popoverElevation?: string | undefined;
|
|
30695
|
+
dialogElevation?: string | undefined;
|
|
30696
|
+
toastElevation?: string | undefined;
|
|
30697
|
+
} | undefined;
|
|
30692
30698
|
spacing?: Record<string, string> | undefined;
|
|
30693
30699
|
density?: {
|
|
30694
30700
|
spacing?: {
|
|
@@ -30851,12 +30857,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
30851
30857
|
strokeWidth?: string | undefined;
|
|
30852
30858
|
defaultSize?: string | undefined;
|
|
30853
30859
|
} | undefined;
|
|
30854
|
-
elevation?: {
|
|
30855
|
-
cardElevation?: string | undefined;
|
|
30856
|
-
popoverElevation?: string | undefined;
|
|
30857
|
-
dialogElevation?: string | undefined;
|
|
30858
|
-
toastElevation?: string | undefined;
|
|
30859
|
-
} | undefined;
|
|
30860
30860
|
geometry?: {
|
|
30861
30861
|
radiusContainer?: string | undefined;
|
|
30862
30862
|
radiusInteractive?: string | undefined;
|
|
@@ -30911,6 +30911,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
30911
30911
|
borderHover?: string | undefined;
|
|
30912
30912
|
placeholder?: string | undefined;
|
|
30913
30913
|
} | undefined;
|
|
30914
|
+
elevation?: {
|
|
30915
|
+
cardElevation?: string | undefined;
|
|
30916
|
+
popoverElevation?: string | undefined;
|
|
30917
|
+
dialogElevation?: string | undefined;
|
|
30918
|
+
toastElevation?: string | undefined;
|
|
30919
|
+
} | undefined;
|
|
30914
30920
|
spacing?: Record<string, string> | undefined;
|
|
30915
30921
|
density?: {
|
|
30916
30922
|
spacing?: {
|
|
@@ -31073,12 +31079,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
31073
31079
|
strokeWidth?: string | undefined;
|
|
31074
31080
|
defaultSize?: string | undefined;
|
|
31075
31081
|
} | undefined;
|
|
31076
|
-
elevation?: {
|
|
31077
|
-
cardElevation?: string | undefined;
|
|
31078
|
-
popoverElevation?: string | undefined;
|
|
31079
|
-
dialogElevation?: string | undefined;
|
|
31080
|
-
toastElevation?: string | undefined;
|
|
31081
|
-
} | undefined;
|
|
31082
31082
|
geometry?: {
|
|
31083
31083
|
radiusContainer?: string | undefined;
|
|
31084
31084
|
radiusInteractive?: string | undefined;
|
|
@@ -32178,6 +32178,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32178
32178
|
borderHover?: string | undefined;
|
|
32179
32179
|
placeholder?: string | undefined;
|
|
32180
32180
|
} | undefined;
|
|
32181
|
+
elevation?: {
|
|
32182
|
+
cardElevation?: string | undefined;
|
|
32183
|
+
popoverElevation?: string | undefined;
|
|
32184
|
+
dialogElevation?: string | undefined;
|
|
32185
|
+
toastElevation?: string | undefined;
|
|
32186
|
+
} | undefined;
|
|
32181
32187
|
spacing?: Record<string, string> | undefined;
|
|
32182
32188
|
density?: {
|
|
32183
32189
|
spacing?: {
|
|
@@ -32340,12 +32346,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32340
32346
|
strokeWidth?: string | undefined;
|
|
32341
32347
|
defaultSize?: string | undefined;
|
|
32342
32348
|
} | undefined;
|
|
32343
|
-
elevation?: {
|
|
32344
|
-
cardElevation?: string | undefined;
|
|
32345
|
-
popoverElevation?: string | undefined;
|
|
32346
|
-
dialogElevation?: string | undefined;
|
|
32347
|
-
toastElevation?: string | undefined;
|
|
32348
|
-
} | undefined;
|
|
32349
32349
|
geometry?: {
|
|
32350
32350
|
radiusContainer?: string | undefined;
|
|
32351
32351
|
radiusInteractive?: string | undefined;
|
|
@@ -32400,6 +32400,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32400
32400
|
borderHover?: string | undefined;
|
|
32401
32401
|
placeholder?: string | undefined;
|
|
32402
32402
|
} | undefined;
|
|
32403
|
+
elevation?: {
|
|
32404
|
+
cardElevation?: string | undefined;
|
|
32405
|
+
popoverElevation?: string | undefined;
|
|
32406
|
+
dialogElevation?: string | undefined;
|
|
32407
|
+
toastElevation?: string | undefined;
|
|
32408
|
+
} | undefined;
|
|
32403
32409
|
spacing?: Record<string, string> | undefined;
|
|
32404
32410
|
density?: {
|
|
32405
32411
|
spacing?: {
|
|
@@ -32562,12 +32568,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32562
32568
|
strokeWidth?: string | undefined;
|
|
32563
32569
|
defaultSize?: string | undefined;
|
|
32564
32570
|
} | undefined;
|
|
32565
|
-
elevation?: {
|
|
32566
|
-
cardElevation?: string | undefined;
|
|
32567
|
-
popoverElevation?: string | undefined;
|
|
32568
|
-
dialogElevation?: string | undefined;
|
|
32569
|
-
toastElevation?: string | undefined;
|
|
32570
|
-
} | undefined;
|
|
32571
32571
|
geometry?: {
|
|
32572
32572
|
radiusContainer?: string | undefined;
|
|
32573
32573
|
radiusInteractive?: string | undefined;
|
|
@@ -32625,6 +32625,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32625
32625
|
borderHover?: string | undefined;
|
|
32626
32626
|
placeholder?: string | undefined;
|
|
32627
32627
|
} | undefined;
|
|
32628
|
+
elevation?: {
|
|
32629
|
+
cardElevation?: string | undefined;
|
|
32630
|
+
popoverElevation?: string | undefined;
|
|
32631
|
+
dialogElevation?: string | undefined;
|
|
32632
|
+
toastElevation?: string | undefined;
|
|
32633
|
+
} | undefined;
|
|
32628
32634
|
spacing?: Record<string, string> | undefined;
|
|
32629
32635
|
density?: {
|
|
32630
32636
|
spacing?: {
|
|
@@ -32787,12 +32793,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32787
32793
|
strokeWidth?: string | undefined;
|
|
32788
32794
|
defaultSize?: string | undefined;
|
|
32789
32795
|
} | undefined;
|
|
32790
|
-
elevation?: {
|
|
32791
|
-
cardElevation?: string | undefined;
|
|
32792
|
-
popoverElevation?: string | undefined;
|
|
32793
|
-
dialogElevation?: string | undefined;
|
|
32794
|
-
toastElevation?: string | undefined;
|
|
32795
|
-
} | undefined;
|
|
32796
32796
|
geometry?: {
|
|
32797
32797
|
radiusContainer?: string | undefined;
|
|
32798
32798
|
radiusInteractive?: string | undefined;
|
|
@@ -32848,6 +32848,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
32848
32848
|
borderHover?: string | undefined;
|
|
32849
32849
|
placeholder?: string | undefined;
|
|
32850
32850
|
} | undefined;
|
|
32851
|
+
elevation?: {
|
|
32852
|
+
cardElevation?: string | undefined;
|
|
32853
|
+
popoverElevation?: string | undefined;
|
|
32854
|
+
dialogElevation?: string | undefined;
|
|
32855
|
+
toastElevation?: string | undefined;
|
|
32856
|
+
} | undefined;
|
|
32851
32857
|
spacing?: Record<string, string> | undefined;
|
|
32852
32858
|
density?: {
|
|
32853
32859
|
spacing?: {
|
|
@@ -33010,12 +33016,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33010
33016
|
strokeWidth?: string | undefined;
|
|
33011
33017
|
defaultSize?: string | undefined;
|
|
33012
33018
|
} | undefined;
|
|
33013
|
-
elevation?: {
|
|
33014
|
-
cardElevation?: string | undefined;
|
|
33015
|
-
popoverElevation?: string | undefined;
|
|
33016
|
-
dialogElevation?: string | undefined;
|
|
33017
|
-
toastElevation?: string | undefined;
|
|
33018
|
-
} | undefined;
|
|
33019
33019
|
geometry?: {
|
|
33020
33020
|
radiusContainer?: string | undefined;
|
|
33021
33021
|
radiusInteractive?: string | undefined;
|
|
@@ -33073,6 +33073,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33073
33073
|
borderHover?: string | undefined;
|
|
33074
33074
|
placeholder?: string | undefined;
|
|
33075
33075
|
} | undefined;
|
|
33076
|
+
elevation?: {
|
|
33077
|
+
cardElevation?: string | undefined;
|
|
33078
|
+
popoverElevation?: string | undefined;
|
|
33079
|
+
dialogElevation?: string | undefined;
|
|
33080
|
+
toastElevation?: string | undefined;
|
|
33081
|
+
} | undefined;
|
|
33076
33082
|
spacing?: Record<string, string> | undefined;
|
|
33077
33083
|
density?: {
|
|
33078
33084
|
spacing?: {
|
|
@@ -33235,12 +33241,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33235
33241
|
strokeWidth?: string | undefined;
|
|
33236
33242
|
defaultSize?: string | undefined;
|
|
33237
33243
|
} | undefined;
|
|
33238
|
-
elevation?: {
|
|
33239
|
-
cardElevation?: string | undefined;
|
|
33240
|
-
popoverElevation?: string | undefined;
|
|
33241
|
-
dialogElevation?: string | undefined;
|
|
33242
|
-
toastElevation?: string | undefined;
|
|
33243
|
-
} | undefined;
|
|
33244
33244
|
geometry?: {
|
|
33245
33245
|
radiusContainer?: string | undefined;
|
|
33246
33246
|
radiusInteractive?: string | undefined;
|
|
@@ -33296,6 +33296,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33296
33296
|
borderHover?: string | undefined;
|
|
33297
33297
|
placeholder?: string | undefined;
|
|
33298
33298
|
} | undefined;
|
|
33299
|
+
elevation?: {
|
|
33300
|
+
cardElevation?: string | undefined;
|
|
33301
|
+
popoverElevation?: string | undefined;
|
|
33302
|
+
dialogElevation?: string | undefined;
|
|
33303
|
+
toastElevation?: string | undefined;
|
|
33304
|
+
} | undefined;
|
|
33299
33305
|
spacing?: Record<string, string> | undefined;
|
|
33300
33306
|
density?: {
|
|
33301
33307
|
spacing?: {
|
|
@@ -33458,12 +33464,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
33458
33464
|
strokeWidth?: string | undefined;
|
|
33459
33465
|
defaultSize?: string | undefined;
|
|
33460
33466
|
} | undefined;
|
|
33461
|
-
elevation?: {
|
|
33462
|
-
cardElevation?: string | undefined;
|
|
33463
|
-
popoverElevation?: string | undefined;
|
|
33464
|
-
dialogElevation?: string | undefined;
|
|
33465
|
-
toastElevation?: string | undefined;
|
|
33466
|
-
} | undefined;
|
|
33467
33467
|
geometry?: {
|
|
33468
33468
|
radiusContainer?: string | undefined;
|
|
33469
33469
|
radiusInteractive?: string | undefined;
|
|
@@ -36367,6 +36367,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36367
36367
|
borderHover?: string | undefined;
|
|
36368
36368
|
placeholder?: string | undefined;
|
|
36369
36369
|
} | undefined;
|
|
36370
|
+
elevation?: {
|
|
36371
|
+
cardElevation?: string | undefined;
|
|
36372
|
+
popoverElevation?: string | undefined;
|
|
36373
|
+
dialogElevation?: string | undefined;
|
|
36374
|
+
toastElevation?: string | undefined;
|
|
36375
|
+
} | undefined;
|
|
36370
36376
|
spacing?: Record<string, string> | undefined;
|
|
36371
36377
|
density?: {
|
|
36372
36378
|
spacing?: {
|
|
@@ -36529,12 +36535,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36529
36535
|
strokeWidth?: string | undefined;
|
|
36530
36536
|
defaultSize?: string | undefined;
|
|
36531
36537
|
} | undefined;
|
|
36532
|
-
elevation?: {
|
|
36533
|
-
cardElevation?: string | undefined;
|
|
36534
|
-
popoverElevation?: string | undefined;
|
|
36535
|
-
dialogElevation?: string | undefined;
|
|
36536
|
-
toastElevation?: string | undefined;
|
|
36537
|
-
} | undefined;
|
|
36538
36538
|
geometry?: {
|
|
36539
36539
|
radiusContainer?: string | undefined;
|
|
36540
36540
|
radiusInteractive?: string | undefined;
|
|
@@ -36590,6 +36590,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36590
36590
|
borderHover?: string | undefined;
|
|
36591
36591
|
placeholder?: string | undefined;
|
|
36592
36592
|
} | undefined;
|
|
36593
|
+
elevation?: {
|
|
36594
|
+
cardElevation?: string | undefined;
|
|
36595
|
+
popoverElevation?: string | undefined;
|
|
36596
|
+
dialogElevation?: string | undefined;
|
|
36597
|
+
toastElevation?: string | undefined;
|
|
36598
|
+
} | undefined;
|
|
36593
36599
|
spacing?: Record<string, string> | undefined;
|
|
36594
36600
|
density?: {
|
|
36595
36601
|
spacing?: {
|
|
@@ -36752,12 +36758,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
36752
36758
|
strokeWidth?: string | undefined;
|
|
36753
36759
|
defaultSize?: string | undefined;
|
|
36754
36760
|
} | undefined;
|
|
36755
|
-
elevation?: {
|
|
36756
|
-
cardElevation?: string | undefined;
|
|
36757
|
-
popoverElevation?: string | undefined;
|
|
36758
|
-
dialogElevation?: string | undefined;
|
|
36759
|
-
toastElevation?: string | undefined;
|
|
36760
|
-
} | undefined;
|
|
36761
36761
|
geometry?: {
|
|
36762
36762
|
radiusContainer?: string | undefined;
|
|
36763
36763
|
radiusInteractive?: string | undefined;
|
|
@@ -37275,6 +37275,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37275
37275
|
borderHover?: string | undefined;
|
|
37276
37276
|
placeholder?: string | undefined;
|
|
37277
37277
|
} | undefined;
|
|
37278
|
+
elevation?: {
|
|
37279
|
+
cardElevation?: string | undefined;
|
|
37280
|
+
popoverElevation?: string | undefined;
|
|
37281
|
+
dialogElevation?: string | undefined;
|
|
37282
|
+
toastElevation?: string | undefined;
|
|
37283
|
+
} | undefined;
|
|
37278
37284
|
spacing?: Record<string, string> | undefined;
|
|
37279
37285
|
density?: {
|
|
37280
37286
|
spacing?: {
|
|
@@ -37437,12 +37443,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37437
37443
|
strokeWidth?: string | undefined;
|
|
37438
37444
|
defaultSize?: string | undefined;
|
|
37439
37445
|
} | undefined;
|
|
37440
|
-
elevation?: {
|
|
37441
|
-
cardElevation?: string | undefined;
|
|
37442
|
-
popoverElevation?: string | undefined;
|
|
37443
|
-
dialogElevation?: string | undefined;
|
|
37444
|
-
toastElevation?: string | undefined;
|
|
37445
|
-
} | undefined;
|
|
37446
37446
|
geometry?: {
|
|
37447
37447
|
radiusContainer?: string | undefined;
|
|
37448
37448
|
radiusInteractive?: string | undefined;
|
|
@@ -37498,6 +37498,12 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37498
37498
|
borderHover?: string | undefined;
|
|
37499
37499
|
placeholder?: string | undefined;
|
|
37500
37500
|
} | undefined;
|
|
37501
|
+
elevation?: {
|
|
37502
|
+
cardElevation?: string | undefined;
|
|
37503
|
+
popoverElevation?: string | undefined;
|
|
37504
|
+
dialogElevation?: string | undefined;
|
|
37505
|
+
toastElevation?: string | undefined;
|
|
37506
|
+
} | undefined;
|
|
37501
37507
|
spacing?: Record<string, string> | undefined;
|
|
37502
37508
|
density?: {
|
|
37503
37509
|
spacing?: {
|
|
@@ -37660,12 +37666,6 @@ declare const OrbitalSchema$1: z.ZodObject<{
|
|
|
37660
37666
|
strokeWidth?: string | undefined;
|
|
37661
37667
|
defaultSize?: string | undefined;
|
|
37662
37668
|
} | undefined;
|
|
37663
|
-
elevation?: {
|
|
37664
|
-
cardElevation?: string | undefined;
|
|
37665
|
-
popoverElevation?: string | undefined;
|
|
37666
|
-
dialogElevation?: string | undefined;
|
|
37667
|
-
toastElevation?: string | undefined;
|
|
37668
|
-
} | undefined;
|
|
37669
37669
|
geometry?: {
|
|
37670
37670
|
radiusContainer?: string | undefined;
|
|
37671
37671
|
radiusInteractive?: string | undefined;
|
|
@@ -38899,6 +38899,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
38899
38899
|
borderHover?: string | undefined;
|
|
38900
38900
|
placeholder?: string | undefined;
|
|
38901
38901
|
} | undefined;
|
|
38902
|
+
elevation?: {
|
|
38903
|
+
cardElevation?: string | undefined;
|
|
38904
|
+
popoverElevation?: string | undefined;
|
|
38905
|
+
dialogElevation?: string | undefined;
|
|
38906
|
+
toastElevation?: string | undefined;
|
|
38907
|
+
} | undefined;
|
|
38902
38908
|
spacing?: Record<string, string> | undefined;
|
|
38903
38909
|
density?: {
|
|
38904
38910
|
spacing?: {
|
|
@@ -39061,12 +39067,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
39061
39067
|
strokeWidth?: string | undefined;
|
|
39062
39068
|
defaultSize?: string | undefined;
|
|
39063
39069
|
} | undefined;
|
|
39064
|
-
elevation?: {
|
|
39065
|
-
cardElevation?: string | undefined;
|
|
39066
|
-
popoverElevation?: string | undefined;
|
|
39067
|
-
dialogElevation?: string | undefined;
|
|
39068
|
-
toastElevation?: string | undefined;
|
|
39069
|
-
} | undefined;
|
|
39070
39070
|
geometry?: {
|
|
39071
39071
|
radiusContainer?: string | undefined;
|
|
39072
39072
|
radiusInteractive?: string | undefined;
|
|
@@ -39121,6 +39121,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
39121
39121
|
borderHover?: string | undefined;
|
|
39122
39122
|
placeholder?: string | undefined;
|
|
39123
39123
|
} | undefined;
|
|
39124
|
+
elevation?: {
|
|
39125
|
+
cardElevation?: string | undefined;
|
|
39126
|
+
popoverElevation?: string | undefined;
|
|
39127
|
+
dialogElevation?: string | undefined;
|
|
39128
|
+
toastElevation?: string | undefined;
|
|
39129
|
+
} | undefined;
|
|
39124
39130
|
spacing?: Record<string, string> | undefined;
|
|
39125
39131
|
density?: {
|
|
39126
39132
|
spacing?: {
|
|
@@ -39283,12 +39289,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
39283
39289
|
strokeWidth?: string | undefined;
|
|
39284
39290
|
defaultSize?: string | undefined;
|
|
39285
39291
|
} | undefined;
|
|
39286
|
-
elevation?: {
|
|
39287
|
-
cardElevation?: string | undefined;
|
|
39288
|
-
popoverElevation?: string | undefined;
|
|
39289
|
-
dialogElevation?: string | undefined;
|
|
39290
|
-
toastElevation?: string | undefined;
|
|
39291
|
-
} | undefined;
|
|
39292
39292
|
geometry?: {
|
|
39293
39293
|
radiusContainer?: string | undefined;
|
|
39294
39294
|
radiusInteractive?: string | undefined;
|
|
@@ -40388,6 +40388,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40388
40388
|
borderHover?: string | undefined;
|
|
40389
40389
|
placeholder?: string | undefined;
|
|
40390
40390
|
} | undefined;
|
|
40391
|
+
elevation?: {
|
|
40392
|
+
cardElevation?: string | undefined;
|
|
40393
|
+
popoverElevation?: string | undefined;
|
|
40394
|
+
dialogElevation?: string | undefined;
|
|
40395
|
+
toastElevation?: string | undefined;
|
|
40396
|
+
} | undefined;
|
|
40391
40397
|
spacing?: Record<string, string> | undefined;
|
|
40392
40398
|
density?: {
|
|
40393
40399
|
spacing?: {
|
|
@@ -40550,12 +40556,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40550
40556
|
strokeWidth?: string | undefined;
|
|
40551
40557
|
defaultSize?: string | undefined;
|
|
40552
40558
|
} | undefined;
|
|
40553
|
-
elevation?: {
|
|
40554
|
-
cardElevation?: string | undefined;
|
|
40555
|
-
popoverElevation?: string | undefined;
|
|
40556
|
-
dialogElevation?: string | undefined;
|
|
40557
|
-
toastElevation?: string | undefined;
|
|
40558
|
-
} | undefined;
|
|
40559
40559
|
geometry?: {
|
|
40560
40560
|
radiusContainer?: string | undefined;
|
|
40561
40561
|
radiusInteractive?: string | undefined;
|
|
@@ -40610,6 +40610,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40610
40610
|
borderHover?: string | undefined;
|
|
40611
40611
|
placeholder?: string | undefined;
|
|
40612
40612
|
} | undefined;
|
|
40613
|
+
elevation?: {
|
|
40614
|
+
cardElevation?: string | undefined;
|
|
40615
|
+
popoverElevation?: string | undefined;
|
|
40616
|
+
dialogElevation?: string | undefined;
|
|
40617
|
+
toastElevation?: string | undefined;
|
|
40618
|
+
} | undefined;
|
|
40613
40619
|
spacing?: Record<string, string> | undefined;
|
|
40614
40620
|
density?: {
|
|
40615
40621
|
spacing?: {
|
|
@@ -40772,12 +40778,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40772
40778
|
strokeWidth?: string | undefined;
|
|
40773
40779
|
defaultSize?: string | undefined;
|
|
40774
40780
|
} | undefined;
|
|
40775
|
-
elevation?: {
|
|
40776
|
-
cardElevation?: string | undefined;
|
|
40777
|
-
popoverElevation?: string | undefined;
|
|
40778
|
-
dialogElevation?: string | undefined;
|
|
40779
|
-
toastElevation?: string | undefined;
|
|
40780
|
-
} | undefined;
|
|
40781
40781
|
geometry?: {
|
|
40782
40782
|
radiusContainer?: string | undefined;
|
|
40783
40783
|
radiusInteractive?: string | undefined;
|
|
@@ -40835,6 +40835,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40835
40835
|
borderHover?: string | undefined;
|
|
40836
40836
|
placeholder?: string | undefined;
|
|
40837
40837
|
} | undefined;
|
|
40838
|
+
elevation?: {
|
|
40839
|
+
cardElevation?: string | undefined;
|
|
40840
|
+
popoverElevation?: string | undefined;
|
|
40841
|
+
dialogElevation?: string | undefined;
|
|
40842
|
+
toastElevation?: string | undefined;
|
|
40843
|
+
} | undefined;
|
|
40838
40844
|
spacing?: Record<string, string> | undefined;
|
|
40839
40845
|
density?: {
|
|
40840
40846
|
spacing?: {
|
|
@@ -40997,12 +41003,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
40997
41003
|
strokeWidth?: string | undefined;
|
|
40998
41004
|
defaultSize?: string | undefined;
|
|
40999
41005
|
} | undefined;
|
|
41000
|
-
elevation?: {
|
|
41001
|
-
cardElevation?: string | undefined;
|
|
41002
|
-
popoverElevation?: string | undefined;
|
|
41003
|
-
dialogElevation?: string | undefined;
|
|
41004
|
-
toastElevation?: string | undefined;
|
|
41005
|
-
} | undefined;
|
|
41006
41006
|
geometry?: {
|
|
41007
41007
|
radiusContainer?: string | undefined;
|
|
41008
41008
|
radiusInteractive?: string | undefined;
|
|
@@ -41058,6 +41058,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41058
41058
|
borderHover?: string | undefined;
|
|
41059
41059
|
placeholder?: string | undefined;
|
|
41060
41060
|
} | undefined;
|
|
41061
|
+
elevation?: {
|
|
41062
|
+
cardElevation?: string | undefined;
|
|
41063
|
+
popoverElevation?: string | undefined;
|
|
41064
|
+
dialogElevation?: string | undefined;
|
|
41065
|
+
toastElevation?: string | undefined;
|
|
41066
|
+
} | undefined;
|
|
41061
41067
|
spacing?: Record<string, string> | undefined;
|
|
41062
41068
|
density?: {
|
|
41063
41069
|
spacing?: {
|
|
@@ -41220,12 +41226,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41220
41226
|
strokeWidth?: string | undefined;
|
|
41221
41227
|
defaultSize?: string | undefined;
|
|
41222
41228
|
} | undefined;
|
|
41223
|
-
elevation?: {
|
|
41224
|
-
cardElevation?: string | undefined;
|
|
41225
|
-
popoverElevation?: string | undefined;
|
|
41226
|
-
dialogElevation?: string | undefined;
|
|
41227
|
-
toastElevation?: string | undefined;
|
|
41228
|
-
} | undefined;
|
|
41229
41229
|
geometry?: {
|
|
41230
41230
|
radiusContainer?: string | undefined;
|
|
41231
41231
|
radiusInteractive?: string | undefined;
|
|
@@ -41283,6 +41283,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41283
41283
|
borderHover?: string | undefined;
|
|
41284
41284
|
placeholder?: string | undefined;
|
|
41285
41285
|
} | undefined;
|
|
41286
|
+
elevation?: {
|
|
41287
|
+
cardElevation?: string | undefined;
|
|
41288
|
+
popoverElevation?: string | undefined;
|
|
41289
|
+
dialogElevation?: string | undefined;
|
|
41290
|
+
toastElevation?: string | undefined;
|
|
41291
|
+
} | undefined;
|
|
41286
41292
|
spacing?: Record<string, string> | undefined;
|
|
41287
41293
|
density?: {
|
|
41288
41294
|
spacing?: {
|
|
@@ -41445,12 +41451,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41445
41451
|
strokeWidth?: string | undefined;
|
|
41446
41452
|
defaultSize?: string | undefined;
|
|
41447
41453
|
} | undefined;
|
|
41448
|
-
elevation?: {
|
|
41449
|
-
cardElevation?: string | undefined;
|
|
41450
|
-
popoverElevation?: string | undefined;
|
|
41451
|
-
dialogElevation?: string | undefined;
|
|
41452
|
-
toastElevation?: string | undefined;
|
|
41453
|
-
} | undefined;
|
|
41454
41454
|
geometry?: {
|
|
41455
41455
|
radiusContainer?: string | undefined;
|
|
41456
41456
|
radiusInteractive?: string | undefined;
|
|
@@ -41506,6 +41506,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41506
41506
|
borderHover?: string | undefined;
|
|
41507
41507
|
placeholder?: string | undefined;
|
|
41508
41508
|
} | undefined;
|
|
41509
|
+
elevation?: {
|
|
41510
|
+
cardElevation?: string | undefined;
|
|
41511
|
+
popoverElevation?: string | undefined;
|
|
41512
|
+
dialogElevation?: string | undefined;
|
|
41513
|
+
toastElevation?: string | undefined;
|
|
41514
|
+
} | undefined;
|
|
41509
41515
|
spacing?: Record<string, string> | undefined;
|
|
41510
41516
|
density?: {
|
|
41511
41517
|
spacing?: {
|
|
@@ -41668,12 +41674,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
41668
41674
|
strokeWidth?: string | undefined;
|
|
41669
41675
|
defaultSize?: string | undefined;
|
|
41670
41676
|
} | undefined;
|
|
41671
|
-
elevation?: {
|
|
41672
|
-
cardElevation?: string | undefined;
|
|
41673
|
-
popoverElevation?: string | undefined;
|
|
41674
|
-
dialogElevation?: string | undefined;
|
|
41675
|
-
toastElevation?: string | undefined;
|
|
41676
|
-
} | undefined;
|
|
41677
41677
|
geometry?: {
|
|
41678
41678
|
radiusContainer?: string | undefined;
|
|
41679
41679
|
radiusInteractive?: string | undefined;
|
|
@@ -44577,6 +44577,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44577
44577
|
borderHover?: string | undefined;
|
|
44578
44578
|
placeholder?: string | undefined;
|
|
44579
44579
|
} | undefined;
|
|
44580
|
+
elevation?: {
|
|
44581
|
+
cardElevation?: string | undefined;
|
|
44582
|
+
popoverElevation?: string | undefined;
|
|
44583
|
+
dialogElevation?: string | undefined;
|
|
44584
|
+
toastElevation?: string | undefined;
|
|
44585
|
+
} | undefined;
|
|
44580
44586
|
spacing?: Record<string, string> | undefined;
|
|
44581
44587
|
density?: {
|
|
44582
44588
|
spacing?: {
|
|
@@ -44739,12 +44745,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44739
44745
|
strokeWidth?: string | undefined;
|
|
44740
44746
|
defaultSize?: string | undefined;
|
|
44741
44747
|
} | undefined;
|
|
44742
|
-
elevation?: {
|
|
44743
|
-
cardElevation?: string | undefined;
|
|
44744
|
-
popoverElevation?: string | undefined;
|
|
44745
|
-
dialogElevation?: string | undefined;
|
|
44746
|
-
toastElevation?: string | undefined;
|
|
44747
|
-
} | undefined;
|
|
44748
44748
|
geometry?: {
|
|
44749
44749
|
radiusContainer?: string | undefined;
|
|
44750
44750
|
radiusInteractive?: string | undefined;
|
|
@@ -44800,6 +44800,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44800
44800
|
borderHover?: string | undefined;
|
|
44801
44801
|
placeholder?: string | undefined;
|
|
44802
44802
|
} | undefined;
|
|
44803
|
+
elevation?: {
|
|
44804
|
+
cardElevation?: string | undefined;
|
|
44805
|
+
popoverElevation?: string | undefined;
|
|
44806
|
+
dialogElevation?: string | undefined;
|
|
44807
|
+
toastElevation?: string | undefined;
|
|
44808
|
+
} | undefined;
|
|
44803
44809
|
spacing?: Record<string, string> | undefined;
|
|
44804
44810
|
density?: {
|
|
44805
44811
|
spacing?: {
|
|
@@ -44962,12 +44968,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
44962
44968
|
strokeWidth?: string | undefined;
|
|
44963
44969
|
defaultSize?: string | undefined;
|
|
44964
44970
|
} | undefined;
|
|
44965
|
-
elevation?: {
|
|
44966
|
-
cardElevation?: string | undefined;
|
|
44967
|
-
popoverElevation?: string | undefined;
|
|
44968
|
-
dialogElevation?: string | undefined;
|
|
44969
|
-
toastElevation?: string | undefined;
|
|
44970
|
-
} | undefined;
|
|
44971
44971
|
geometry?: {
|
|
44972
44972
|
radiusContainer?: string | undefined;
|
|
44973
44973
|
radiusInteractive?: string | undefined;
|
|
@@ -45485,6 +45485,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45485
45485
|
borderHover?: string | undefined;
|
|
45486
45486
|
placeholder?: string | undefined;
|
|
45487
45487
|
} | undefined;
|
|
45488
|
+
elevation?: {
|
|
45489
|
+
cardElevation?: string | undefined;
|
|
45490
|
+
popoverElevation?: string | undefined;
|
|
45491
|
+
dialogElevation?: string | undefined;
|
|
45492
|
+
toastElevation?: string | undefined;
|
|
45493
|
+
} | undefined;
|
|
45488
45494
|
spacing?: Record<string, string> | undefined;
|
|
45489
45495
|
density?: {
|
|
45490
45496
|
spacing?: {
|
|
@@ -45647,12 +45653,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45647
45653
|
strokeWidth?: string | undefined;
|
|
45648
45654
|
defaultSize?: string | undefined;
|
|
45649
45655
|
} | undefined;
|
|
45650
|
-
elevation?: {
|
|
45651
|
-
cardElevation?: string | undefined;
|
|
45652
|
-
popoverElevation?: string | undefined;
|
|
45653
|
-
dialogElevation?: string | undefined;
|
|
45654
|
-
toastElevation?: string | undefined;
|
|
45655
|
-
} | undefined;
|
|
45656
45656
|
geometry?: {
|
|
45657
45657
|
radiusContainer?: string | undefined;
|
|
45658
45658
|
radiusInteractive?: string | undefined;
|
|
@@ -45708,6 +45708,12 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45708
45708
|
borderHover?: string | undefined;
|
|
45709
45709
|
placeholder?: string | undefined;
|
|
45710
45710
|
} | undefined;
|
|
45711
|
+
elevation?: {
|
|
45712
|
+
cardElevation?: string | undefined;
|
|
45713
|
+
popoverElevation?: string | undefined;
|
|
45714
|
+
dialogElevation?: string | undefined;
|
|
45715
|
+
toastElevation?: string | undefined;
|
|
45716
|
+
} | undefined;
|
|
45711
45717
|
spacing?: Record<string, string> | undefined;
|
|
45712
45718
|
density?: {
|
|
45713
45719
|
spacing?: {
|
|
@@ -45870,12 +45876,6 @@ declare const OrbitalUnitSchema: z.ZodObject<{
|
|
|
45870
45876
|
strokeWidth?: string | undefined;
|
|
45871
45877
|
defaultSize?: string | undefined;
|
|
45872
45878
|
} | undefined;
|
|
45873
|
-
elevation?: {
|
|
45874
|
-
cardElevation?: string | undefined;
|
|
45875
|
-
popoverElevation?: string | undefined;
|
|
45876
|
-
dialogElevation?: string | undefined;
|
|
45877
|
-
toastElevation?: string | undefined;
|
|
45878
|
-
} | undefined;
|
|
45879
45879
|
geometry?: {
|
|
45880
45880
|
radiusContainer?: string | undefined;
|
|
45881
45881
|
radiusInteractive?: string | undefined;
|
|
@@ -47446,6 +47446,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47446
47446
|
borderHover?: string | undefined;
|
|
47447
47447
|
placeholder?: string | undefined;
|
|
47448
47448
|
} | undefined;
|
|
47449
|
+
elevation?: {
|
|
47450
|
+
cardElevation?: string | undefined;
|
|
47451
|
+
popoverElevation?: string | undefined;
|
|
47452
|
+
dialogElevation?: string | undefined;
|
|
47453
|
+
toastElevation?: string | undefined;
|
|
47454
|
+
} | undefined;
|
|
47449
47455
|
spacing?: Record<string, string> | undefined;
|
|
47450
47456
|
density?: {
|
|
47451
47457
|
spacing?: {
|
|
@@ -47608,12 +47614,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47608
47614
|
strokeWidth?: string | undefined;
|
|
47609
47615
|
defaultSize?: string | undefined;
|
|
47610
47616
|
} | undefined;
|
|
47611
|
-
elevation?: {
|
|
47612
|
-
cardElevation?: string | undefined;
|
|
47613
|
-
popoverElevation?: string | undefined;
|
|
47614
|
-
dialogElevation?: string | undefined;
|
|
47615
|
-
toastElevation?: string | undefined;
|
|
47616
|
-
} | undefined;
|
|
47617
47617
|
geometry?: {
|
|
47618
47618
|
radiusContainer?: string | undefined;
|
|
47619
47619
|
radiusInteractive?: string | undefined;
|
|
@@ -47668,6 +47668,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47668
47668
|
borderHover?: string | undefined;
|
|
47669
47669
|
placeholder?: string | undefined;
|
|
47670
47670
|
} | undefined;
|
|
47671
|
+
elevation?: {
|
|
47672
|
+
cardElevation?: string | undefined;
|
|
47673
|
+
popoverElevation?: string | undefined;
|
|
47674
|
+
dialogElevation?: string | undefined;
|
|
47675
|
+
toastElevation?: string | undefined;
|
|
47676
|
+
} | undefined;
|
|
47671
47677
|
spacing?: Record<string, string> | undefined;
|
|
47672
47678
|
density?: {
|
|
47673
47679
|
spacing?: {
|
|
@@ -47830,12 +47836,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
47830
47836
|
strokeWidth?: string | undefined;
|
|
47831
47837
|
defaultSize?: string | undefined;
|
|
47832
47838
|
} | undefined;
|
|
47833
|
-
elevation?: {
|
|
47834
|
-
cardElevation?: string | undefined;
|
|
47835
|
-
popoverElevation?: string | undefined;
|
|
47836
|
-
dialogElevation?: string | undefined;
|
|
47837
|
-
toastElevation?: string | undefined;
|
|
47838
|
-
} | undefined;
|
|
47839
47839
|
geometry?: {
|
|
47840
47840
|
radiusContainer?: string | undefined;
|
|
47841
47841
|
radiusInteractive?: string | undefined;
|
|
@@ -48935,6 +48935,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
48935
48935
|
borderHover?: string | undefined;
|
|
48936
48936
|
placeholder?: string | undefined;
|
|
48937
48937
|
} | undefined;
|
|
48938
|
+
elevation?: {
|
|
48939
|
+
cardElevation?: string | undefined;
|
|
48940
|
+
popoverElevation?: string | undefined;
|
|
48941
|
+
dialogElevation?: string | undefined;
|
|
48942
|
+
toastElevation?: string | undefined;
|
|
48943
|
+
} | undefined;
|
|
48938
48944
|
spacing?: Record<string, string> | undefined;
|
|
48939
48945
|
density?: {
|
|
48940
48946
|
spacing?: {
|
|
@@ -49097,12 +49103,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49097
49103
|
strokeWidth?: string | undefined;
|
|
49098
49104
|
defaultSize?: string | undefined;
|
|
49099
49105
|
} | undefined;
|
|
49100
|
-
elevation?: {
|
|
49101
|
-
cardElevation?: string | undefined;
|
|
49102
|
-
popoverElevation?: string | undefined;
|
|
49103
|
-
dialogElevation?: string | undefined;
|
|
49104
|
-
toastElevation?: string | undefined;
|
|
49105
|
-
} | undefined;
|
|
49106
49106
|
geometry?: {
|
|
49107
49107
|
radiusContainer?: string | undefined;
|
|
49108
49108
|
radiusInteractive?: string | undefined;
|
|
@@ -49157,6 +49157,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49157
49157
|
borderHover?: string | undefined;
|
|
49158
49158
|
placeholder?: string | undefined;
|
|
49159
49159
|
} | undefined;
|
|
49160
|
+
elevation?: {
|
|
49161
|
+
cardElevation?: string | undefined;
|
|
49162
|
+
popoverElevation?: string | undefined;
|
|
49163
|
+
dialogElevation?: string | undefined;
|
|
49164
|
+
toastElevation?: string | undefined;
|
|
49165
|
+
} | undefined;
|
|
49160
49166
|
spacing?: Record<string, string> | undefined;
|
|
49161
49167
|
density?: {
|
|
49162
49168
|
spacing?: {
|
|
@@ -49319,12 +49325,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49319
49325
|
strokeWidth?: string | undefined;
|
|
49320
49326
|
defaultSize?: string | undefined;
|
|
49321
49327
|
} | undefined;
|
|
49322
|
-
elevation?: {
|
|
49323
|
-
cardElevation?: string | undefined;
|
|
49324
|
-
popoverElevation?: string | undefined;
|
|
49325
|
-
dialogElevation?: string | undefined;
|
|
49326
|
-
toastElevation?: string | undefined;
|
|
49327
|
-
} | undefined;
|
|
49328
49328
|
geometry?: {
|
|
49329
49329
|
radiusContainer?: string | undefined;
|
|
49330
49330
|
radiusInteractive?: string | undefined;
|
|
@@ -49382,6 +49382,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49382
49382
|
borderHover?: string | undefined;
|
|
49383
49383
|
placeholder?: string | undefined;
|
|
49384
49384
|
} | undefined;
|
|
49385
|
+
elevation?: {
|
|
49386
|
+
cardElevation?: string | undefined;
|
|
49387
|
+
popoverElevation?: string | undefined;
|
|
49388
|
+
dialogElevation?: string | undefined;
|
|
49389
|
+
toastElevation?: string | undefined;
|
|
49390
|
+
} | undefined;
|
|
49385
49391
|
spacing?: Record<string, string> | undefined;
|
|
49386
49392
|
density?: {
|
|
49387
49393
|
spacing?: {
|
|
@@ -49544,12 +49550,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49544
49550
|
strokeWidth?: string | undefined;
|
|
49545
49551
|
defaultSize?: string | undefined;
|
|
49546
49552
|
} | undefined;
|
|
49547
|
-
elevation?: {
|
|
49548
|
-
cardElevation?: string | undefined;
|
|
49549
|
-
popoverElevation?: string | undefined;
|
|
49550
|
-
dialogElevation?: string | undefined;
|
|
49551
|
-
toastElevation?: string | undefined;
|
|
49552
|
-
} | undefined;
|
|
49553
49553
|
geometry?: {
|
|
49554
49554
|
radiusContainer?: string | undefined;
|
|
49555
49555
|
radiusInteractive?: string | undefined;
|
|
@@ -49605,6 +49605,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49605
49605
|
borderHover?: string | undefined;
|
|
49606
49606
|
placeholder?: string | undefined;
|
|
49607
49607
|
} | undefined;
|
|
49608
|
+
elevation?: {
|
|
49609
|
+
cardElevation?: string | undefined;
|
|
49610
|
+
popoverElevation?: string | undefined;
|
|
49611
|
+
dialogElevation?: string | undefined;
|
|
49612
|
+
toastElevation?: string | undefined;
|
|
49613
|
+
} | undefined;
|
|
49608
49614
|
spacing?: Record<string, string> | undefined;
|
|
49609
49615
|
density?: {
|
|
49610
49616
|
spacing?: {
|
|
@@ -49767,12 +49773,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49767
49773
|
strokeWidth?: string | undefined;
|
|
49768
49774
|
defaultSize?: string | undefined;
|
|
49769
49775
|
} | undefined;
|
|
49770
|
-
elevation?: {
|
|
49771
|
-
cardElevation?: string | undefined;
|
|
49772
|
-
popoverElevation?: string | undefined;
|
|
49773
|
-
dialogElevation?: string | undefined;
|
|
49774
|
-
toastElevation?: string | undefined;
|
|
49775
|
-
} | undefined;
|
|
49776
49776
|
geometry?: {
|
|
49777
49777
|
radiusContainer?: string | undefined;
|
|
49778
49778
|
radiusInteractive?: string | undefined;
|
|
@@ -49830,6 +49830,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49830
49830
|
borderHover?: string | undefined;
|
|
49831
49831
|
placeholder?: string | undefined;
|
|
49832
49832
|
} | undefined;
|
|
49833
|
+
elevation?: {
|
|
49834
|
+
cardElevation?: string | undefined;
|
|
49835
|
+
popoverElevation?: string | undefined;
|
|
49836
|
+
dialogElevation?: string | undefined;
|
|
49837
|
+
toastElevation?: string | undefined;
|
|
49838
|
+
} | undefined;
|
|
49833
49839
|
spacing?: Record<string, string> | undefined;
|
|
49834
49840
|
density?: {
|
|
49835
49841
|
spacing?: {
|
|
@@ -49992,12 +49998,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
49992
49998
|
strokeWidth?: string | undefined;
|
|
49993
49999
|
defaultSize?: string | undefined;
|
|
49994
50000
|
} | undefined;
|
|
49995
|
-
elevation?: {
|
|
49996
|
-
cardElevation?: string | undefined;
|
|
49997
|
-
popoverElevation?: string | undefined;
|
|
49998
|
-
dialogElevation?: string | undefined;
|
|
49999
|
-
toastElevation?: string | undefined;
|
|
50000
|
-
} | undefined;
|
|
50001
50001
|
geometry?: {
|
|
50002
50002
|
radiusContainer?: string | undefined;
|
|
50003
50003
|
radiusInteractive?: string | undefined;
|
|
@@ -50053,6 +50053,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50053
50053
|
borderHover?: string | undefined;
|
|
50054
50054
|
placeholder?: string | undefined;
|
|
50055
50055
|
} | undefined;
|
|
50056
|
+
elevation?: {
|
|
50057
|
+
cardElevation?: string | undefined;
|
|
50058
|
+
popoverElevation?: string | undefined;
|
|
50059
|
+
dialogElevation?: string | undefined;
|
|
50060
|
+
toastElevation?: string | undefined;
|
|
50061
|
+
} | undefined;
|
|
50056
50062
|
spacing?: Record<string, string> | undefined;
|
|
50057
50063
|
density?: {
|
|
50058
50064
|
spacing?: {
|
|
@@ -50215,12 +50221,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
50215
50221
|
strokeWidth?: string | undefined;
|
|
50216
50222
|
defaultSize?: string | undefined;
|
|
50217
50223
|
} | undefined;
|
|
50218
|
-
elevation?: {
|
|
50219
|
-
cardElevation?: string | undefined;
|
|
50220
|
-
popoverElevation?: string | undefined;
|
|
50221
|
-
dialogElevation?: string | undefined;
|
|
50222
|
-
toastElevation?: string | undefined;
|
|
50223
|
-
} | undefined;
|
|
50224
50224
|
geometry?: {
|
|
50225
50225
|
radiusContainer?: string | undefined;
|
|
50226
50226
|
radiusInteractive?: string | undefined;
|
|
@@ -53124,6 +53124,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53124
53124
|
borderHover?: string | undefined;
|
|
53125
53125
|
placeholder?: string | undefined;
|
|
53126
53126
|
} | undefined;
|
|
53127
|
+
elevation?: {
|
|
53128
|
+
cardElevation?: string | undefined;
|
|
53129
|
+
popoverElevation?: string | undefined;
|
|
53130
|
+
dialogElevation?: string | undefined;
|
|
53131
|
+
toastElevation?: string | undefined;
|
|
53132
|
+
} | undefined;
|
|
53127
53133
|
spacing?: Record<string, string> | undefined;
|
|
53128
53134
|
density?: {
|
|
53129
53135
|
spacing?: {
|
|
@@ -53286,12 +53292,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53286
53292
|
strokeWidth?: string | undefined;
|
|
53287
53293
|
defaultSize?: string | undefined;
|
|
53288
53294
|
} | undefined;
|
|
53289
|
-
elevation?: {
|
|
53290
|
-
cardElevation?: string | undefined;
|
|
53291
|
-
popoverElevation?: string | undefined;
|
|
53292
|
-
dialogElevation?: string | undefined;
|
|
53293
|
-
toastElevation?: string | undefined;
|
|
53294
|
-
} | undefined;
|
|
53295
53295
|
geometry?: {
|
|
53296
53296
|
radiusContainer?: string | undefined;
|
|
53297
53297
|
radiusInteractive?: string | undefined;
|
|
@@ -53347,6 +53347,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53347
53347
|
borderHover?: string | undefined;
|
|
53348
53348
|
placeholder?: string | undefined;
|
|
53349
53349
|
} | undefined;
|
|
53350
|
+
elevation?: {
|
|
53351
|
+
cardElevation?: string | undefined;
|
|
53352
|
+
popoverElevation?: string | undefined;
|
|
53353
|
+
dialogElevation?: string | undefined;
|
|
53354
|
+
toastElevation?: string | undefined;
|
|
53355
|
+
} | undefined;
|
|
53350
53356
|
spacing?: Record<string, string> | undefined;
|
|
53351
53357
|
density?: {
|
|
53352
53358
|
spacing?: {
|
|
@@ -53509,12 +53515,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
53509
53515
|
strokeWidth?: string | undefined;
|
|
53510
53516
|
defaultSize?: string | undefined;
|
|
53511
53517
|
} | undefined;
|
|
53512
|
-
elevation?: {
|
|
53513
|
-
cardElevation?: string | undefined;
|
|
53514
|
-
popoverElevation?: string | undefined;
|
|
53515
|
-
dialogElevation?: string | undefined;
|
|
53516
|
-
toastElevation?: string | undefined;
|
|
53517
|
-
} | undefined;
|
|
53518
53518
|
geometry?: {
|
|
53519
53519
|
radiusContainer?: string | undefined;
|
|
53520
53520
|
radiusInteractive?: string | undefined;
|
|
@@ -54032,6 +54032,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54032
54032
|
borderHover?: string | undefined;
|
|
54033
54033
|
placeholder?: string | undefined;
|
|
54034
54034
|
} | undefined;
|
|
54035
|
+
elevation?: {
|
|
54036
|
+
cardElevation?: string | undefined;
|
|
54037
|
+
popoverElevation?: string | undefined;
|
|
54038
|
+
dialogElevation?: string | undefined;
|
|
54039
|
+
toastElevation?: string | undefined;
|
|
54040
|
+
} | undefined;
|
|
54035
54041
|
spacing?: Record<string, string> | undefined;
|
|
54036
54042
|
density?: {
|
|
54037
54043
|
spacing?: {
|
|
@@ -54194,12 +54200,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54194
54200
|
strokeWidth?: string | undefined;
|
|
54195
54201
|
defaultSize?: string | undefined;
|
|
54196
54202
|
} | undefined;
|
|
54197
|
-
elevation?: {
|
|
54198
|
-
cardElevation?: string | undefined;
|
|
54199
|
-
popoverElevation?: string | undefined;
|
|
54200
|
-
dialogElevation?: string | undefined;
|
|
54201
|
-
toastElevation?: string | undefined;
|
|
54202
|
-
} | undefined;
|
|
54203
54203
|
geometry?: {
|
|
54204
54204
|
radiusContainer?: string | undefined;
|
|
54205
54205
|
radiusInteractive?: string | undefined;
|
|
@@ -54255,6 +54255,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54255
54255
|
borderHover?: string | undefined;
|
|
54256
54256
|
placeholder?: string | undefined;
|
|
54257
54257
|
} | undefined;
|
|
54258
|
+
elevation?: {
|
|
54259
|
+
cardElevation?: string | undefined;
|
|
54260
|
+
popoverElevation?: string | undefined;
|
|
54261
|
+
dialogElevation?: string | undefined;
|
|
54262
|
+
toastElevation?: string | undefined;
|
|
54263
|
+
} | undefined;
|
|
54258
54264
|
spacing?: Record<string, string> | undefined;
|
|
54259
54265
|
density?: {
|
|
54260
54266
|
spacing?: {
|
|
@@ -54417,12 +54423,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
54417
54423
|
strokeWidth?: string | undefined;
|
|
54418
54424
|
defaultSize?: string | undefined;
|
|
54419
54425
|
} | undefined;
|
|
54420
|
-
elevation?: {
|
|
54421
|
-
cardElevation?: string | undefined;
|
|
54422
|
-
popoverElevation?: string | undefined;
|
|
54423
|
-
dialogElevation?: string | undefined;
|
|
54424
|
-
toastElevation?: string | undefined;
|
|
54425
|
-
} | undefined;
|
|
54426
54426
|
geometry?: {
|
|
54427
54427
|
radiusContainer?: string | undefined;
|
|
54428
54428
|
radiusInteractive?: string | undefined;
|
|
@@ -55162,6 +55162,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55162
55162
|
borderHover?: string | undefined;
|
|
55163
55163
|
placeholder?: string | undefined;
|
|
55164
55164
|
} | undefined;
|
|
55165
|
+
elevation?: {
|
|
55166
|
+
cardElevation?: string | undefined;
|
|
55167
|
+
popoverElevation?: string | undefined;
|
|
55168
|
+
dialogElevation?: string | undefined;
|
|
55169
|
+
toastElevation?: string | undefined;
|
|
55170
|
+
} | undefined;
|
|
55165
55171
|
spacing?: Record<string, string> | undefined;
|
|
55166
55172
|
density?: {
|
|
55167
55173
|
spacing?: {
|
|
@@ -55324,12 +55330,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55324
55330
|
strokeWidth?: string | undefined;
|
|
55325
55331
|
defaultSize?: string | undefined;
|
|
55326
55332
|
} | undefined;
|
|
55327
|
-
elevation?: {
|
|
55328
|
-
cardElevation?: string | undefined;
|
|
55329
|
-
popoverElevation?: string | undefined;
|
|
55330
|
-
dialogElevation?: string | undefined;
|
|
55331
|
-
toastElevation?: string | undefined;
|
|
55332
|
-
} | undefined;
|
|
55333
55333
|
geometry?: {
|
|
55334
55334
|
radiusContainer?: string | undefined;
|
|
55335
55335
|
radiusInteractive?: string | undefined;
|
|
@@ -55385,6 +55385,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55385
55385
|
borderHover?: string | undefined;
|
|
55386
55386
|
placeholder?: string | undefined;
|
|
55387
55387
|
} | undefined;
|
|
55388
|
+
elevation?: {
|
|
55389
|
+
cardElevation?: string | undefined;
|
|
55390
|
+
popoverElevation?: string | undefined;
|
|
55391
|
+
dialogElevation?: string | undefined;
|
|
55392
|
+
toastElevation?: string | undefined;
|
|
55393
|
+
} | undefined;
|
|
55388
55394
|
spacing?: Record<string, string> | undefined;
|
|
55389
55395
|
density?: {
|
|
55390
55396
|
spacing?: {
|
|
@@ -55547,12 +55553,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
55547
55553
|
strokeWidth?: string | undefined;
|
|
55548
55554
|
defaultSize?: string | undefined;
|
|
55549
55555
|
} | undefined;
|
|
55550
|
-
elevation?: {
|
|
55551
|
-
cardElevation?: string | undefined;
|
|
55552
|
-
popoverElevation?: string | undefined;
|
|
55553
|
-
dialogElevation?: string | undefined;
|
|
55554
|
-
toastElevation?: string | undefined;
|
|
55555
|
-
} | undefined;
|
|
55556
55556
|
geometry?: {
|
|
55557
55557
|
radiusContainer?: string | undefined;
|
|
55558
55558
|
radiusInteractive?: string | undefined;
|
|
@@ -56172,6 +56172,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56172
56172
|
borderHover?: string | undefined;
|
|
56173
56173
|
placeholder?: string | undefined;
|
|
56174
56174
|
} | undefined;
|
|
56175
|
+
elevation?: {
|
|
56176
|
+
cardElevation?: string | undefined;
|
|
56177
|
+
popoverElevation?: string | undefined;
|
|
56178
|
+
dialogElevation?: string | undefined;
|
|
56179
|
+
toastElevation?: string | undefined;
|
|
56180
|
+
} | undefined;
|
|
56175
56181
|
spacing?: Record<string, string> | undefined;
|
|
56176
56182
|
density?: {
|
|
56177
56183
|
spacing?: {
|
|
@@ -56334,12 +56340,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56334
56340
|
strokeWidth?: string | undefined;
|
|
56335
56341
|
defaultSize?: string | undefined;
|
|
56336
56342
|
} | undefined;
|
|
56337
|
-
elevation?: {
|
|
56338
|
-
cardElevation?: string | undefined;
|
|
56339
|
-
popoverElevation?: string | undefined;
|
|
56340
|
-
dialogElevation?: string | undefined;
|
|
56341
|
-
toastElevation?: string | undefined;
|
|
56342
|
-
} | undefined;
|
|
56343
56343
|
geometry?: {
|
|
56344
56344
|
radiusContainer?: string | undefined;
|
|
56345
56345
|
radiusInteractive?: string | undefined;
|
|
@@ -56395,6 +56395,12 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56395
56395
|
borderHover?: string | undefined;
|
|
56396
56396
|
placeholder?: string | undefined;
|
|
56397
56397
|
} | undefined;
|
|
56398
|
+
elevation?: {
|
|
56399
|
+
cardElevation?: string | undefined;
|
|
56400
|
+
popoverElevation?: string | undefined;
|
|
56401
|
+
dialogElevation?: string | undefined;
|
|
56402
|
+
toastElevation?: string | undefined;
|
|
56403
|
+
} | undefined;
|
|
56398
56404
|
spacing?: Record<string, string> | undefined;
|
|
56399
56405
|
density?: {
|
|
56400
56406
|
spacing?: {
|
|
@@ -56557,12 +56563,6 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
|
|
|
56557
56563
|
strokeWidth?: string | undefined;
|
|
56558
56564
|
defaultSize?: string | undefined;
|
|
56559
56565
|
} | undefined;
|
|
56560
|
-
elevation?: {
|
|
56561
|
-
cardElevation?: string | undefined;
|
|
56562
|
-
popoverElevation?: string | undefined;
|
|
56563
|
-
dialogElevation?: string | undefined;
|
|
56564
|
-
toastElevation?: string | undefined;
|
|
56565
|
-
} | undefined;
|
|
56566
56566
|
geometry?: {
|
|
56567
56567
|
radiusContainer?: string | undefined;
|
|
56568
56568
|
radiusInteractive?: string | undefined;
|
|
@@ -57247,6 +57247,12 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57247
57247
|
borderHover?: string | undefined;
|
|
57248
57248
|
placeholder?: string | undefined;
|
|
57249
57249
|
} | undefined;
|
|
57250
|
+
elevation?: {
|
|
57251
|
+
cardElevation?: string | undefined;
|
|
57252
|
+
popoverElevation?: string | undefined;
|
|
57253
|
+
dialogElevation?: string | undefined;
|
|
57254
|
+
toastElevation?: string | undefined;
|
|
57255
|
+
} | undefined;
|
|
57250
57256
|
spacing?: Record<string, string> | undefined;
|
|
57251
57257
|
density?: {
|
|
57252
57258
|
spacing?: {
|
|
@@ -57409,12 +57415,6 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57409
57415
|
strokeWidth?: string | undefined;
|
|
57410
57416
|
defaultSize?: string | undefined;
|
|
57411
57417
|
} | undefined;
|
|
57412
|
-
elevation?: {
|
|
57413
|
-
cardElevation?: string | undefined;
|
|
57414
|
-
popoverElevation?: string | undefined;
|
|
57415
|
-
dialogElevation?: string | undefined;
|
|
57416
|
-
toastElevation?: string | undefined;
|
|
57417
|
-
} | undefined;
|
|
57418
57418
|
geometry?: {
|
|
57419
57419
|
radiusContainer?: string | undefined;
|
|
57420
57420
|
radiusInteractive?: string | undefined;
|
|
@@ -57470,6 +57470,12 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57470
57470
|
borderHover?: string | undefined;
|
|
57471
57471
|
placeholder?: string | undefined;
|
|
57472
57472
|
} | undefined;
|
|
57473
|
+
elevation?: {
|
|
57474
|
+
cardElevation?: string | undefined;
|
|
57475
|
+
popoverElevation?: string | undefined;
|
|
57476
|
+
dialogElevation?: string | undefined;
|
|
57477
|
+
toastElevation?: string | undefined;
|
|
57478
|
+
} | undefined;
|
|
57473
57479
|
spacing?: Record<string, string> | undefined;
|
|
57474
57480
|
density?: {
|
|
57475
57481
|
spacing?: {
|
|
@@ -57632,12 +57638,6 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
57632
57638
|
strokeWidth?: string | undefined;
|
|
57633
57639
|
defaultSize?: string | undefined;
|
|
57634
57640
|
} | undefined;
|
|
57635
|
-
elevation?: {
|
|
57636
|
-
cardElevation?: string | undefined;
|
|
57637
|
-
popoverElevation?: string | undefined;
|
|
57638
|
-
dialogElevation?: string | undefined;
|
|
57639
|
-
toastElevation?: string | undefined;
|
|
57640
|
-
} | undefined;
|
|
57641
57641
|
geometry?: {
|
|
57642
57642
|
radiusContainer?: string | undefined;
|
|
57643
57643
|
radiusInteractive?: string | undefined;
|
|
@@ -58257,6 +58257,12 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58257
58257
|
borderHover?: string | undefined;
|
|
58258
58258
|
placeholder?: string | undefined;
|
|
58259
58259
|
} | undefined;
|
|
58260
|
+
elevation?: {
|
|
58261
|
+
cardElevation?: string | undefined;
|
|
58262
|
+
popoverElevation?: string | undefined;
|
|
58263
|
+
dialogElevation?: string | undefined;
|
|
58264
|
+
toastElevation?: string | undefined;
|
|
58265
|
+
} | undefined;
|
|
58260
58266
|
spacing?: Record<string, string> | undefined;
|
|
58261
58267
|
density?: {
|
|
58262
58268
|
spacing?: {
|
|
@@ -58419,12 +58425,6 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58419
58425
|
strokeWidth?: string | undefined;
|
|
58420
58426
|
defaultSize?: string | undefined;
|
|
58421
58427
|
} | undefined;
|
|
58422
|
-
elevation?: {
|
|
58423
|
-
cardElevation?: string | undefined;
|
|
58424
|
-
popoverElevation?: string | undefined;
|
|
58425
|
-
dialogElevation?: string | undefined;
|
|
58426
|
-
toastElevation?: string | undefined;
|
|
58427
|
-
} | undefined;
|
|
58428
58428
|
geometry?: {
|
|
58429
58429
|
radiusContainer?: string | undefined;
|
|
58430
58430
|
radiusInteractive?: string | undefined;
|
|
@@ -58480,6 +58480,12 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58480
58480
|
borderHover?: string | undefined;
|
|
58481
58481
|
placeholder?: string | undefined;
|
|
58482
58482
|
} | undefined;
|
|
58483
|
+
elevation?: {
|
|
58484
|
+
cardElevation?: string | undefined;
|
|
58485
|
+
popoverElevation?: string | undefined;
|
|
58486
|
+
dialogElevation?: string | undefined;
|
|
58487
|
+
toastElevation?: string | undefined;
|
|
58488
|
+
} | undefined;
|
|
58483
58489
|
spacing?: Record<string, string> | undefined;
|
|
58484
58490
|
density?: {
|
|
58485
58491
|
spacing?: {
|
|
@@ -58642,12 +58648,6 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
|
|
|
58642
58648
|
strokeWidth?: string | undefined;
|
|
58643
58649
|
defaultSize?: string | undefined;
|
|
58644
58650
|
} | undefined;
|
|
58645
|
-
elevation?: {
|
|
58646
|
-
cardElevation?: string | undefined;
|
|
58647
|
-
popoverElevation?: string | undefined;
|
|
58648
|
-
dialogElevation?: string | undefined;
|
|
58649
|
-
toastElevation?: string | undefined;
|
|
58650
|
-
} | undefined;
|
|
58651
58651
|
geometry?: {
|
|
58652
58652
|
radiusContainer?: string | undefined;
|
|
58653
58653
|
radiusInteractive?: string | undefined;
|