@almadar/core 1.0.13 → 1.0.14

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.
@@ -4098,16 +4098,16 @@ declare const ThemeTokensSchema: z.ZodObject<{
4098
4098
  typography: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
4099
4099
  shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
4100
4100
  }, "strip", z.ZodTypeAny, {
4101
+ typography?: Record<string, string> | undefined;
4101
4102
  colors?: Record<string, string> | undefined;
4102
4103
  radii?: Record<string, string> | undefined;
4103
4104
  spacing?: Record<string, string> | undefined;
4104
- typography?: Record<string, string> | undefined;
4105
4105
  shadows?: Record<string, string> | undefined;
4106
4106
  }, {
4107
+ typography?: Record<string, string> | undefined;
4107
4108
  colors?: Record<string, string> | undefined;
4108
4109
  radii?: Record<string, string> | undefined;
4109
4110
  spacing?: Record<string, string> | undefined;
4110
- typography?: Record<string, string> | undefined;
4111
4111
  shadows?: Record<string, string> | undefined;
4112
4112
  }>;
4113
4113
  /**
@@ -4132,16 +4132,16 @@ declare const ThemeVariantSchema: z.ZodObject<{
4132
4132
  typography: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
4133
4133
  shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
4134
4134
  }, "strip", z.ZodTypeAny, {
4135
+ typography?: Record<string, string> | undefined;
4135
4136
  colors?: Record<string, string> | undefined;
4136
4137
  radii?: Record<string, string> | undefined;
4137
4138
  spacing?: Record<string, string> | undefined;
4138
- typography?: Record<string, string> | undefined;
4139
4139
  shadows?: Record<string, string> | undefined;
4140
4140
  }, {
4141
+ typography?: Record<string, string> | undefined;
4141
4142
  colors?: Record<string, string> | undefined;
4142
4143
  radii?: Record<string, string> | undefined;
4143
4144
  spacing?: Record<string, string> | undefined;
4144
- typography?: Record<string, string> | undefined;
4145
4145
  shadows?: Record<string, string> | undefined;
4146
4146
  }>;
4147
4147
  /**
@@ -4164,16 +4164,16 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
4164
4164
  typography: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
4165
4165
  shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
4166
4166
  }, "strip", z.ZodTypeAny, {
4167
+ typography?: Record<string, string> | undefined;
4167
4168
  colors?: Record<string, string> | undefined;
4168
4169
  radii?: Record<string, string> | undefined;
4169
4170
  spacing?: Record<string, string> | undefined;
4170
- typography?: Record<string, string> | undefined;
4171
4171
  shadows?: Record<string, string> | undefined;
4172
4172
  }, {
4173
+ typography?: Record<string, string> | undefined;
4173
4174
  colors?: Record<string, string> | undefined;
4174
4175
  radii?: Record<string, string> | undefined;
4175
4176
  spacing?: Record<string, string> | undefined;
4176
- typography?: Record<string, string> | undefined;
4177
4177
  shadows?: Record<string, string> | undefined;
4178
4178
  }>;
4179
4179
  variants: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
@@ -4183,48 +4183,48 @@ declare const ThemeDefinitionSchema: z.ZodObject<{
4183
4183
  typography: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
4184
4184
  shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
4185
4185
  }, "strip", z.ZodTypeAny, {
4186
+ typography?: Record<string, string> | undefined;
4186
4187
  colors?: Record<string, string> | undefined;
4187
4188
  radii?: Record<string, string> | undefined;
4188
4189
  spacing?: Record<string, string> | undefined;
4189
- typography?: Record<string, string> | undefined;
4190
4190
  shadows?: Record<string, string> | undefined;
4191
4191
  }, {
4192
+ typography?: Record<string, string> | undefined;
4192
4193
  colors?: Record<string, string> | undefined;
4193
4194
  radii?: Record<string, string> | undefined;
4194
4195
  spacing?: Record<string, string> | undefined;
4195
- typography?: Record<string, string> | undefined;
4196
4196
  shadows?: Record<string, string> | undefined;
4197
4197
  }>>>;
4198
4198
  }, "strip", z.ZodTypeAny, {
4199
4199
  name: string;
4200
4200
  tokens: {
4201
+ typography?: Record<string, string> | undefined;
4201
4202
  colors?: Record<string, string> | undefined;
4202
4203
  radii?: Record<string, string> | undefined;
4203
4204
  spacing?: Record<string, string> | undefined;
4204
- typography?: Record<string, string> | undefined;
4205
4205
  shadows?: Record<string, string> | undefined;
4206
4206
  };
4207
4207
  variants?: Record<string, {
4208
+ typography?: Record<string, string> | undefined;
4208
4209
  colors?: Record<string, string> | undefined;
4209
4210
  radii?: Record<string, string> | undefined;
4210
4211
  spacing?: Record<string, string> | undefined;
4211
- typography?: Record<string, string> | undefined;
4212
4212
  shadows?: Record<string, string> | undefined;
4213
4213
  }> | undefined;
4214
4214
  }, {
4215
4215
  name: string;
4216
4216
  tokens: {
4217
+ typography?: Record<string, string> | undefined;
4217
4218
  colors?: Record<string, string> | undefined;
4218
4219
  radii?: Record<string, string> | undefined;
4219
4220
  spacing?: Record<string, string> | undefined;
4220
- typography?: Record<string, string> | undefined;
4221
4221
  shadows?: Record<string, string> | undefined;
4222
4222
  };
4223
4223
  variants?: Record<string, {
4224
+ typography?: Record<string, string> | undefined;
4224
4225
  colors?: Record<string, string> | undefined;
4225
4226
  radii?: Record<string, string> | undefined;
4226
4227
  spacing?: Record<string, string> | undefined;
4227
- typography?: Record<string, string> | undefined;
4228
4228
  shadows?: Record<string, string> | undefined;
4229
4229
  }> | undefined;
4230
4230
  }>;
@@ -4251,16 +4251,16 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
4251
4251
  typography: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
4252
4252
  shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
4253
4253
  }, "strip", z.ZodTypeAny, {
4254
+ typography?: Record<string, string> | undefined;
4254
4255
  colors?: Record<string, string> | undefined;
4255
4256
  radii?: Record<string, string> | undefined;
4256
4257
  spacing?: Record<string, string> | undefined;
4257
- typography?: Record<string, string> | undefined;
4258
4258
  shadows?: Record<string, string> | undefined;
4259
4259
  }, {
4260
+ typography?: Record<string, string> | undefined;
4260
4261
  colors?: Record<string, string> | undefined;
4261
4262
  radii?: Record<string, string> | undefined;
4262
4263
  spacing?: Record<string, string> | undefined;
4263
- typography?: Record<string, string> | undefined;
4264
4264
  shadows?: Record<string, string> | undefined;
4265
4265
  }>;
4266
4266
  variants: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
@@ -4270,48 +4270,48 @@ declare const ThemeRefSchema: z.ZodUnion<[z.ZodObject<{
4270
4270
  typography: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
4271
4271
  shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
4272
4272
  }, "strip", z.ZodTypeAny, {
4273
+ typography?: Record<string, string> | undefined;
4273
4274
  colors?: Record<string, string> | undefined;
4274
4275
  radii?: Record<string, string> | undefined;
4275
4276
  spacing?: Record<string, string> | undefined;
4276
- typography?: Record<string, string> | undefined;
4277
4277
  shadows?: Record<string, string> | undefined;
4278
4278
  }, {
4279
+ typography?: Record<string, string> | undefined;
4279
4280
  colors?: Record<string, string> | undefined;
4280
4281
  radii?: Record<string, string> | undefined;
4281
4282
  spacing?: Record<string, string> | undefined;
4282
- typography?: Record<string, string> | undefined;
4283
4283
  shadows?: Record<string, string> | undefined;
4284
4284
  }>>>;
4285
4285
  }, "strip", z.ZodTypeAny, {
4286
4286
  name: string;
4287
4287
  tokens: {
4288
+ typography?: Record<string, string> | undefined;
4288
4289
  colors?: Record<string, string> | undefined;
4289
4290
  radii?: Record<string, string> | undefined;
4290
4291
  spacing?: Record<string, string> | undefined;
4291
- typography?: Record<string, string> | undefined;
4292
4292
  shadows?: Record<string, string> | undefined;
4293
4293
  };
4294
4294
  variants?: Record<string, {
4295
+ typography?: Record<string, string> | undefined;
4295
4296
  colors?: Record<string, string> | undefined;
4296
4297
  radii?: Record<string, string> | undefined;
4297
4298
  spacing?: Record<string, string> | undefined;
4298
- typography?: Record<string, string> | undefined;
4299
4299
  shadows?: Record<string, string> | undefined;
4300
4300
  }> | undefined;
4301
4301
  }, {
4302
4302
  name: string;
4303
4303
  tokens: {
4304
+ typography?: Record<string, string> | undefined;
4304
4305
  colors?: Record<string, string> | undefined;
4305
4306
  radii?: Record<string, string> | undefined;
4306
4307
  spacing?: Record<string, string> | undefined;
4307
- typography?: Record<string, string> | undefined;
4308
4308
  shadows?: Record<string, string> | undefined;
4309
4309
  };
4310
4310
  variants?: Record<string, {
4311
+ typography?: Record<string, string> | undefined;
4311
4312
  colors?: Record<string, string> | undefined;
4312
4313
  radii?: Record<string, string> | undefined;
4313
4314
  spacing?: Record<string, string> | undefined;
4314
- typography?: Record<string, string> | undefined;
4315
4315
  shadows?: Record<string, string> | undefined;
4316
4316
  }> | undefined;
4317
4317
  }>, z.ZodString]>;
@@ -4366,13 +4366,13 @@ declare const CustomPatternDefinitionSchema: z.ZodObject<{
4366
4366
  props: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4367
4367
  }, "strip", z.ZodTypeAny, {
4368
4368
  type: "custom";
4369
- component: "main" | "button" | "form" | "input" | "label" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "footer" | "section" | "article" | "nav" | "aside" | "ul" | "ol" | "li" | "img";
4369
+ component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "footer" | "article" | "nav" | "aside" | "ul" | "ol" | "li" | "img";
4370
4370
  className: string;
4371
4371
  slots?: string[] | undefined;
4372
4372
  props?: string[] | undefined;
4373
4373
  }, {
4374
4374
  type: "custom";
4375
- component: "main" | "button" | "form" | "input" | "label" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "footer" | "section" | "article" | "nav" | "aside" | "ul" | "ol" | "li" | "img";
4375
+ component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "footer" | "article" | "nav" | "aside" | "ul" | "ol" | "li" | "img";
4376
4376
  className: string;
4377
4377
  slots?: string[] | undefined;
4378
4378
  props?: string[] | undefined;
@@ -4389,13 +4389,13 @@ declare const CustomPatternMapSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.Z
4389
4389
  props: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4390
4390
  }, "strip", z.ZodTypeAny, {
4391
4391
  type: "custom";
4392
- component: "main" | "button" | "form" | "input" | "label" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "footer" | "section" | "article" | "nav" | "aside" | "ul" | "ol" | "li" | "img";
4392
+ component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "footer" | "article" | "nav" | "aside" | "ul" | "ol" | "li" | "img";
4393
4393
  className: string;
4394
4394
  slots?: string[] | undefined;
4395
4395
  props?: string[] | undefined;
4396
4396
  }, {
4397
4397
  type: "custom";
4398
- component: "main" | "button" | "form" | "input" | "label" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "footer" | "section" | "article" | "nav" | "aside" | "ul" | "ol" | "li" | "img";
4398
+ component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "footer" | "article" | "nav" | "aside" | "ul" | "ol" | "li" | "img";
4399
4399
  className: string;
4400
4400
  slots?: string[] | undefined;
4401
4401
  props?: string[] | undefined;
@@ -5613,16 +5613,16 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
5613
5613
  typography: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
5614
5614
  shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
5615
5615
  }, "strip", z.ZodTypeAny, {
5616
+ typography?: Record<string, string> | undefined;
5616
5617
  colors?: Record<string, string> | undefined;
5617
5618
  radii?: Record<string, string> | undefined;
5618
5619
  spacing?: Record<string, string> | undefined;
5619
- typography?: Record<string, string> | undefined;
5620
5620
  shadows?: Record<string, string> | undefined;
5621
5621
  }, {
5622
+ typography?: Record<string, string> | undefined;
5622
5623
  colors?: Record<string, string> | undefined;
5623
5624
  radii?: Record<string, string> | undefined;
5624
5625
  spacing?: Record<string, string> | undefined;
5625
- typography?: Record<string, string> | undefined;
5626
5626
  shadows?: Record<string, string> | undefined;
5627
5627
  }>;
5628
5628
  variants: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
@@ -5632,48 +5632,48 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
5632
5632
  typography: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
5633
5633
  shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
5634
5634
  }, "strip", z.ZodTypeAny, {
5635
+ typography?: Record<string, string> | undefined;
5635
5636
  colors?: Record<string, string> | undefined;
5636
5637
  radii?: Record<string, string> | undefined;
5637
5638
  spacing?: Record<string, string> | undefined;
5638
- typography?: Record<string, string> | undefined;
5639
5639
  shadows?: Record<string, string> | undefined;
5640
5640
  }, {
5641
+ typography?: Record<string, string> | undefined;
5641
5642
  colors?: Record<string, string> | undefined;
5642
5643
  radii?: Record<string, string> | undefined;
5643
5644
  spacing?: Record<string, string> | undefined;
5644
- typography?: Record<string, string> | undefined;
5645
5645
  shadows?: Record<string, string> | undefined;
5646
5646
  }>>>;
5647
5647
  }, "strip", z.ZodTypeAny, {
5648
5648
  name: string;
5649
5649
  tokens: {
5650
+ typography?: Record<string, string> | undefined;
5650
5651
  colors?: Record<string, string> | undefined;
5651
5652
  radii?: Record<string, string> | undefined;
5652
5653
  spacing?: Record<string, string> | undefined;
5653
- typography?: Record<string, string> | undefined;
5654
5654
  shadows?: Record<string, string> | undefined;
5655
5655
  };
5656
5656
  variants?: Record<string, {
5657
+ typography?: Record<string, string> | undefined;
5657
5658
  colors?: Record<string, string> | undefined;
5658
5659
  radii?: Record<string, string> | undefined;
5659
5660
  spacing?: Record<string, string> | undefined;
5660
- typography?: Record<string, string> | undefined;
5661
5661
  shadows?: Record<string, string> | undefined;
5662
5662
  }> | undefined;
5663
5663
  }, {
5664
5664
  name: string;
5665
5665
  tokens: {
5666
+ typography?: Record<string, string> | undefined;
5666
5667
  colors?: Record<string, string> | undefined;
5667
5668
  radii?: Record<string, string> | undefined;
5668
5669
  spacing?: Record<string, string> | undefined;
5669
- typography?: Record<string, string> | undefined;
5670
5670
  shadows?: Record<string, string> | undefined;
5671
5671
  };
5672
5672
  variants?: Record<string, {
5673
+ typography?: Record<string, string> | undefined;
5673
5674
  colors?: Record<string, string> | undefined;
5674
5675
  radii?: Record<string, string> | undefined;
5675
5676
  spacing?: Record<string, string> | undefined;
5676
- typography?: Record<string, string> | undefined;
5677
5677
  shadows?: Record<string, string> | undefined;
5678
5678
  }> | undefined;
5679
5679
  }>, z.ZodString]>>;
@@ -6888,17 +6888,17 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
6888
6888
  theme?: string | {
6889
6889
  name: string;
6890
6890
  tokens: {
6891
+ typography?: Record<string, string> | undefined;
6891
6892
  colors?: Record<string, string> | undefined;
6892
6893
  radii?: Record<string, string> | undefined;
6893
6894
  spacing?: Record<string, string> | undefined;
6894
- typography?: Record<string, string> | undefined;
6895
6895
  shadows?: Record<string, string> | undefined;
6896
6896
  };
6897
6897
  variants?: Record<string, {
6898
+ typography?: Record<string, string> | undefined;
6898
6899
  colors?: Record<string, string> | undefined;
6899
6900
  radii?: Record<string, string> | undefined;
6900
6901
  spacing?: Record<string, string> | undefined;
6901
- typography?: Record<string, string> | undefined;
6902
6902
  shadows?: Record<string, string> | undefined;
6903
6903
  }> | undefined;
6904
6904
  } | undefined;
@@ -7145,17 +7145,17 @@ declare const OrbitalDefinitionSchema: z.ZodObject<{
7145
7145
  theme?: string | {
7146
7146
  name: string;
7147
7147
  tokens: {
7148
+ typography?: Record<string, string> | undefined;
7148
7149
  colors?: Record<string, string> | undefined;
7149
7150
  radii?: Record<string, string> | undefined;
7150
7151
  spacing?: Record<string, string> | undefined;
7151
- typography?: Record<string, string> | undefined;
7152
7152
  shadows?: Record<string, string> | undefined;
7153
7153
  };
7154
7154
  variants?: Record<string, {
7155
+ typography?: Record<string, string> | undefined;
7155
7156
  colors?: Record<string, string> | undefined;
7156
7157
  radii?: Record<string, string> | undefined;
7157
7158
  spacing?: Record<string, string> | undefined;
7158
- typography?: Record<string, string> | undefined;
7159
7159
  shadows?: Record<string, string> | undefined;
7160
7160
  }> | undefined;
7161
7161
  } | undefined;
@@ -7253,16 +7253,16 @@ declare const OrbitalSchema$1: z.ZodObject<{
7253
7253
  typography: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
7254
7254
  shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
7255
7255
  }, "strip", z.ZodTypeAny, {
7256
+ typography?: Record<string, string> | undefined;
7256
7257
  colors?: Record<string, string> | undefined;
7257
7258
  radii?: Record<string, string> | undefined;
7258
7259
  spacing?: Record<string, string> | undefined;
7259
- typography?: Record<string, string> | undefined;
7260
7260
  shadows?: Record<string, string> | undefined;
7261
7261
  }, {
7262
+ typography?: Record<string, string> | undefined;
7262
7263
  colors?: Record<string, string> | undefined;
7263
7264
  radii?: Record<string, string> | undefined;
7264
7265
  spacing?: Record<string, string> | undefined;
7265
- typography?: Record<string, string> | undefined;
7266
7266
  shadows?: Record<string, string> | undefined;
7267
7267
  }>;
7268
7268
  variants: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
@@ -7272,48 +7272,48 @@ declare const OrbitalSchema$1: z.ZodObject<{
7272
7272
  typography: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
7273
7273
  shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
7274
7274
  }, "strip", z.ZodTypeAny, {
7275
+ typography?: Record<string, string> | undefined;
7275
7276
  colors?: Record<string, string> | undefined;
7276
7277
  radii?: Record<string, string> | undefined;
7277
7278
  spacing?: Record<string, string> | undefined;
7278
- typography?: Record<string, string> | undefined;
7279
7279
  shadows?: Record<string, string> | undefined;
7280
7280
  }, {
7281
+ typography?: Record<string, string> | undefined;
7281
7282
  colors?: Record<string, string> | undefined;
7282
7283
  radii?: Record<string, string> | undefined;
7283
7284
  spacing?: Record<string, string> | undefined;
7284
- typography?: Record<string, string> | undefined;
7285
7285
  shadows?: Record<string, string> | undefined;
7286
7286
  }>>>;
7287
7287
  }, "strip", z.ZodTypeAny, {
7288
7288
  name: string;
7289
7289
  tokens: {
7290
+ typography?: Record<string, string> | undefined;
7290
7291
  colors?: Record<string, string> | undefined;
7291
7292
  radii?: Record<string, string> | undefined;
7292
7293
  spacing?: Record<string, string> | undefined;
7293
- typography?: Record<string, string> | undefined;
7294
7294
  shadows?: Record<string, string> | undefined;
7295
7295
  };
7296
7296
  variants?: Record<string, {
7297
+ typography?: Record<string, string> | undefined;
7297
7298
  colors?: Record<string, string> | undefined;
7298
7299
  radii?: Record<string, string> | undefined;
7299
7300
  spacing?: Record<string, string> | undefined;
7300
- typography?: Record<string, string> | undefined;
7301
7301
  shadows?: Record<string, string> | undefined;
7302
7302
  }> | undefined;
7303
7303
  }, {
7304
7304
  name: string;
7305
7305
  tokens: {
7306
+ typography?: Record<string, string> | undefined;
7306
7307
  colors?: Record<string, string> | undefined;
7307
7308
  radii?: Record<string, string> | undefined;
7308
7309
  spacing?: Record<string, string> | undefined;
7309
- typography?: Record<string, string> | undefined;
7310
7310
  shadows?: Record<string, string> | undefined;
7311
7311
  };
7312
7312
  variants?: Record<string, {
7313
+ typography?: Record<string, string> | undefined;
7313
7314
  colors?: Record<string, string> | undefined;
7314
7315
  radii?: Record<string, string> | undefined;
7315
7316
  spacing?: Record<string, string> | undefined;
7316
- typography?: Record<string, string> | undefined;
7317
7317
  shadows?: Record<string, string> | undefined;
7318
7318
  }> | undefined;
7319
7319
  }>, z.ZodString]>>;
@@ -8528,17 +8528,17 @@ declare const OrbitalSchema$1: z.ZodObject<{
8528
8528
  theme?: string | {
8529
8529
  name: string;
8530
8530
  tokens: {
8531
+ typography?: Record<string, string> | undefined;
8531
8532
  colors?: Record<string, string> | undefined;
8532
8533
  radii?: Record<string, string> | undefined;
8533
8534
  spacing?: Record<string, string> | undefined;
8534
- typography?: Record<string, string> | undefined;
8535
8535
  shadows?: Record<string, string> | undefined;
8536
8536
  };
8537
8537
  variants?: Record<string, {
8538
+ typography?: Record<string, string> | undefined;
8538
8539
  colors?: Record<string, string> | undefined;
8539
8540
  radii?: Record<string, string> | undefined;
8540
8541
  spacing?: Record<string, string> | undefined;
8541
- typography?: Record<string, string> | undefined;
8542
8542
  shadows?: Record<string, string> | undefined;
8543
8543
  }> | undefined;
8544
8544
  } | undefined;
@@ -8785,17 +8785,17 @@ declare const OrbitalSchema$1: z.ZodObject<{
8785
8785
  theme?: string | {
8786
8786
  name: string;
8787
8787
  tokens: {
8788
+ typography?: Record<string, string> | undefined;
8788
8789
  colors?: Record<string, string> | undefined;
8789
8790
  radii?: Record<string, string> | undefined;
8790
8791
  spacing?: Record<string, string> | undefined;
8791
- typography?: Record<string, string> | undefined;
8792
8792
  shadows?: Record<string, string> | undefined;
8793
8793
  };
8794
8794
  variants?: Record<string, {
8795
+ typography?: Record<string, string> | undefined;
8795
8796
  colors?: Record<string, string> | undefined;
8796
8797
  radii?: Record<string, string> | undefined;
8797
8798
  spacing?: Record<string, string> | undefined;
8798
- typography?: Record<string, string> | undefined;
8799
8799
  shadows?: Record<string, string> | undefined;
8800
8800
  }> | undefined;
8801
8801
  } | undefined;
@@ -8900,16 +8900,16 @@ declare const OrbitalUnitSchema: z.ZodObject<{
8900
8900
  typography: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
8901
8901
  shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
8902
8902
  }, "strip", z.ZodTypeAny, {
8903
+ typography?: Record<string, string> | undefined;
8903
8904
  colors?: Record<string, string> | undefined;
8904
8905
  radii?: Record<string, string> | undefined;
8905
8906
  spacing?: Record<string, string> | undefined;
8906
- typography?: Record<string, string> | undefined;
8907
8907
  shadows?: Record<string, string> | undefined;
8908
8908
  }, {
8909
+ typography?: Record<string, string> | undefined;
8909
8910
  colors?: Record<string, string> | undefined;
8910
8911
  radii?: Record<string, string> | undefined;
8911
8912
  spacing?: Record<string, string> | undefined;
8912
- typography?: Record<string, string> | undefined;
8913
8913
  shadows?: Record<string, string> | undefined;
8914
8914
  }>;
8915
8915
  variants: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
@@ -8919,48 +8919,48 @@ declare const OrbitalUnitSchema: z.ZodObject<{
8919
8919
  typography: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
8920
8920
  shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
8921
8921
  }, "strip", z.ZodTypeAny, {
8922
+ typography?: Record<string, string> | undefined;
8922
8923
  colors?: Record<string, string> | undefined;
8923
8924
  radii?: Record<string, string> | undefined;
8924
8925
  spacing?: Record<string, string> | undefined;
8925
- typography?: Record<string, string> | undefined;
8926
8926
  shadows?: Record<string, string> | undefined;
8927
8927
  }, {
8928
+ typography?: Record<string, string> | undefined;
8928
8929
  colors?: Record<string, string> | undefined;
8929
8930
  radii?: Record<string, string> | undefined;
8930
8931
  spacing?: Record<string, string> | undefined;
8931
- typography?: Record<string, string> | undefined;
8932
8932
  shadows?: Record<string, string> | undefined;
8933
8933
  }>>>;
8934
8934
  }, "strip", z.ZodTypeAny, {
8935
8935
  name: string;
8936
8936
  tokens: {
8937
+ typography?: Record<string, string> | undefined;
8937
8938
  colors?: Record<string, string> | undefined;
8938
8939
  radii?: Record<string, string> | undefined;
8939
8940
  spacing?: Record<string, string> | undefined;
8940
- typography?: Record<string, string> | undefined;
8941
8941
  shadows?: Record<string, string> | undefined;
8942
8942
  };
8943
8943
  variants?: Record<string, {
8944
+ typography?: Record<string, string> | undefined;
8944
8945
  colors?: Record<string, string> | undefined;
8945
8946
  radii?: Record<string, string> | undefined;
8946
8947
  spacing?: Record<string, string> | undefined;
8947
- typography?: Record<string, string> | undefined;
8948
8948
  shadows?: Record<string, string> | undefined;
8949
8949
  }> | undefined;
8950
8950
  }, {
8951
8951
  name: string;
8952
8952
  tokens: {
8953
+ typography?: Record<string, string> | undefined;
8953
8954
  colors?: Record<string, string> | undefined;
8954
8955
  radii?: Record<string, string> | undefined;
8955
8956
  spacing?: Record<string, string> | undefined;
8956
- typography?: Record<string, string> | undefined;
8957
8957
  shadows?: Record<string, string> | undefined;
8958
8958
  };
8959
8959
  variants?: Record<string, {
8960
+ typography?: Record<string, string> | undefined;
8960
8961
  colors?: Record<string, string> | undefined;
8961
8962
  radii?: Record<string, string> | undefined;
8962
8963
  spacing?: Record<string, string> | undefined;
8963
- typography?: Record<string, string> | undefined;
8964
8964
  shadows?: Record<string, string> | undefined;
8965
8965
  }> | undefined;
8966
8966
  }>, z.ZodString]>>;
@@ -10175,17 +10175,17 @@ declare const OrbitalUnitSchema: z.ZodObject<{
10175
10175
  theme?: string | {
10176
10176
  name: string;
10177
10177
  tokens: {
10178
+ typography?: Record<string, string> | undefined;
10178
10179
  colors?: Record<string, string> | undefined;
10179
10180
  radii?: Record<string, string> | undefined;
10180
10181
  spacing?: Record<string, string> | undefined;
10181
- typography?: Record<string, string> | undefined;
10182
10182
  shadows?: Record<string, string> | undefined;
10183
10183
  };
10184
10184
  variants?: Record<string, {
10185
+ typography?: Record<string, string> | undefined;
10185
10186
  colors?: Record<string, string> | undefined;
10186
10187
  radii?: Record<string, string> | undefined;
10187
10188
  spacing?: Record<string, string> | undefined;
10188
- typography?: Record<string, string> | undefined;
10189
10189
  shadows?: Record<string, string> | undefined;
10190
10190
  }> | undefined;
10191
10191
  } | undefined;
@@ -10432,17 +10432,17 @@ declare const OrbitalUnitSchema: z.ZodObject<{
10432
10432
  theme?: string | {
10433
10433
  name: string;
10434
10434
  tokens: {
10435
+ typography?: Record<string, string> | undefined;
10435
10436
  colors?: Record<string, string> | undefined;
10436
10437
  radii?: Record<string, string> | undefined;
10437
10438
  spacing?: Record<string, string> | undefined;
10438
- typography?: Record<string, string> | undefined;
10439
10439
  shadows?: Record<string, string> | undefined;
10440
10440
  };
10441
10441
  variants?: Record<string, {
10442
+ typography?: Record<string, string> | undefined;
10442
10443
  colors?: Record<string, string> | undefined;
10443
10444
  radii?: Record<string, string> | undefined;
10444
10445
  spacing?: Record<string, string> | undefined;
10445
- typography?: Record<string, string> | undefined;
10446
10446
  shadows?: Record<string, string> | undefined;
10447
10447
  }> | undefined;
10448
10448
  } | undefined;
@@ -10754,13 +10754,13 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
10754
10754
  props: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
10755
10755
  }, "strip", z.ZodTypeAny, {
10756
10756
  type: "custom";
10757
- component: "main" | "button" | "form" | "input" | "label" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "footer" | "section" | "article" | "nav" | "aside" | "ul" | "ol" | "li" | "img";
10757
+ component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "footer" | "article" | "nav" | "aside" | "ul" | "ol" | "li" | "img";
10758
10758
  className: string;
10759
10759
  slots?: string[] | undefined;
10760
10760
  props?: string[] | undefined;
10761
10761
  }, {
10762
10762
  type: "custom";
10763
- component: "main" | "button" | "form" | "input" | "label" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "footer" | "section" | "article" | "nav" | "aside" | "ul" | "ol" | "li" | "img";
10763
+ component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "footer" | "article" | "nav" | "aside" | "ul" | "ol" | "li" | "img";
10764
10764
  className: string;
10765
10765
  slots?: string[] | undefined;
10766
10766
  props?: string[] | undefined;
@@ -10788,16 +10788,16 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
10788
10788
  typography: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
10789
10789
  shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
10790
10790
  }, "strip", z.ZodTypeAny, {
10791
+ typography?: Record<string, string> | undefined;
10791
10792
  colors?: Record<string, string> | undefined;
10792
10793
  radii?: Record<string, string> | undefined;
10793
10794
  spacing?: Record<string, string> | undefined;
10794
- typography?: Record<string, string> | undefined;
10795
10795
  shadows?: Record<string, string> | undefined;
10796
10796
  }, {
10797
+ typography?: Record<string, string> | undefined;
10797
10798
  colors?: Record<string, string> | undefined;
10798
10799
  radii?: Record<string, string> | undefined;
10799
10800
  spacing?: Record<string, string> | undefined;
10800
- typography?: Record<string, string> | undefined;
10801
10801
  shadows?: Record<string, string> | undefined;
10802
10802
  }>;
10803
10803
  variants: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
@@ -10807,48 +10807,48 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
10807
10807
  typography: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
10808
10808
  shadows: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
10809
10809
  }, "strip", z.ZodTypeAny, {
10810
+ typography?: Record<string, string> | undefined;
10810
10811
  colors?: Record<string, string> | undefined;
10811
10812
  radii?: Record<string, string> | undefined;
10812
10813
  spacing?: Record<string, string> | undefined;
10813
- typography?: Record<string, string> | undefined;
10814
10814
  shadows?: Record<string, string> | undefined;
10815
10815
  }, {
10816
+ typography?: Record<string, string> | undefined;
10816
10817
  colors?: Record<string, string> | undefined;
10817
10818
  radii?: Record<string, string> | undefined;
10818
10819
  spacing?: Record<string, string> | undefined;
10819
- typography?: Record<string, string> | undefined;
10820
10820
  shadows?: Record<string, string> | undefined;
10821
10821
  }>>>;
10822
10822
  }, "strip", z.ZodTypeAny, {
10823
10823
  name: string;
10824
10824
  tokens: {
10825
+ typography?: Record<string, string> | undefined;
10825
10826
  colors?: Record<string, string> | undefined;
10826
10827
  radii?: Record<string, string> | undefined;
10827
10828
  spacing?: Record<string, string> | undefined;
10828
- typography?: Record<string, string> | undefined;
10829
10829
  shadows?: Record<string, string> | undefined;
10830
10830
  };
10831
10831
  variants?: Record<string, {
10832
+ typography?: Record<string, string> | undefined;
10832
10833
  colors?: Record<string, string> | undefined;
10833
10834
  radii?: Record<string, string> | undefined;
10834
10835
  spacing?: Record<string, string> | undefined;
10835
- typography?: Record<string, string> | undefined;
10836
10836
  shadows?: Record<string, string> | undefined;
10837
10837
  }> | undefined;
10838
10838
  }, {
10839
10839
  name: string;
10840
10840
  tokens: {
10841
+ typography?: Record<string, string> | undefined;
10841
10842
  colors?: Record<string, string> | undefined;
10842
10843
  radii?: Record<string, string> | undefined;
10843
10844
  spacing?: Record<string, string> | undefined;
10844
- typography?: Record<string, string> | undefined;
10845
10845
  shadows?: Record<string, string> | undefined;
10846
10846
  };
10847
10847
  variants?: Record<string, {
10848
+ typography?: Record<string, string> | undefined;
10848
10849
  colors?: Record<string, string> | undefined;
10849
10850
  radii?: Record<string, string> | undefined;
10850
10851
  spacing?: Record<string, string> | undefined;
10851
- typography?: Record<string, string> | undefined;
10852
10852
  shadows?: Record<string, string> | undefined;
10853
10853
  }> | undefined;
10854
10854
  }>, z.ZodString]>>;
@@ -12063,17 +12063,17 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
12063
12063
  theme?: string | {
12064
12064
  name: string;
12065
12065
  tokens: {
12066
+ typography?: Record<string, string> | undefined;
12066
12067
  colors?: Record<string, string> | undefined;
12067
12068
  radii?: Record<string, string> | undefined;
12068
12069
  spacing?: Record<string, string> | undefined;
12069
- typography?: Record<string, string> | undefined;
12070
12070
  shadows?: Record<string, string> | undefined;
12071
12071
  };
12072
12072
  variants?: Record<string, {
12073
+ typography?: Record<string, string> | undefined;
12073
12074
  colors?: Record<string, string> | undefined;
12074
12075
  radii?: Record<string, string> | undefined;
12075
12076
  spacing?: Record<string, string> | undefined;
12076
- typography?: Record<string, string> | undefined;
12077
12077
  shadows?: Record<string, string> | undefined;
12078
12078
  }> | undefined;
12079
12079
  } | undefined;
@@ -12320,17 +12320,17 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
12320
12320
  theme?: string | {
12321
12321
  name: string;
12322
12322
  tokens: {
12323
+ typography?: Record<string, string> | undefined;
12323
12324
  colors?: Record<string, string> | undefined;
12324
12325
  radii?: Record<string, string> | undefined;
12325
12326
  spacing?: Record<string, string> | undefined;
12326
- typography?: Record<string, string> | undefined;
12327
12327
  shadows?: Record<string, string> | undefined;
12328
12328
  };
12329
12329
  variants?: Record<string, {
12330
+ typography?: Record<string, string> | undefined;
12330
12331
  colors?: Record<string, string> | undefined;
12331
12332
  radii?: Record<string, string> | undefined;
12332
12333
  spacing?: Record<string, string> | undefined;
12333
- typography?: Record<string, string> | undefined;
12334
12334
  shadows?: Record<string, string> | undefined;
12335
12335
  }> | undefined;
12336
12336
  } | undefined;
@@ -12755,17 +12755,17 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
12755
12755
  theme?: string | {
12756
12756
  name: string;
12757
12757
  tokens: {
12758
+ typography?: Record<string, string> | undefined;
12758
12759
  colors?: Record<string, string> | undefined;
12759
12760
  radii?: Record<string, string> | undefined;
12760
12761
  spacing?: Record<string, string> | undefined;
12761
- typography?: Record<string, string> | undefined;
12762
12762
  shadows?: Record<string, string> | undefined;
12763
12763
  };
12764
12764
  variants?: Record<string, {
12765
+ typography?: Record<string, string> | undefined;
12765
12766
  colors?: Record<string, string> | undefined;
12766
12767
  radii?: Record<string, string> | undefined;
12767
12768
  spacing?: Record<string, string> | undefined;
12768
- typography?: Record<string, string> | undefined;
12769
12769
  shadows?: Record<string, string> | undefined;
12770
12770
  }> | undefined;
12771
12771
  } | undefined;
@@ -12921,7 +12921,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
12921
12921
  designTokens?: Record<string, Record<string, string>> | undefined;
12922
12922
  customPatterns?: Record<string, {
12923
12923
  type: "custom";
12924
- component: "main" | "button" | "form" | "input" | "label" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "footer" | "section" | "article" | "nav" | "aside" | "ul" | "ol" | "li" | "img";
12924
+ component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "footer" | "article" | "nav" | "aside" | "ul" | "ol" | "li" | "img";
12925
12925
  className: string;
12926
12926
  slots?: string[] | undefined;
12927
12927
  props?: string[] | undefined;
@@ -13101,17 +13101,17 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
13101
13101
  theme?: string | {
13102
13102
  name: string;
13103
13103
  tokens: {
13104
+ typography?: Record<string, string> | undefined;
13104
13105
  colors?: Record<string, string> | undefined;
13105
13106
  radii?: Record<string, string> | undefined;
13106
13107
  spacing?: Record<string, string> | undefined;
13107
- typography?: Record<string, string> | undefined;
13108
13108
  shadows?: Record<string, string> | undefined;
13109
13109
  };
13110
13110
  variants?: Record<string, {
13111
+ typography?: Record<string, string> | undefined;
13111
13112
  colors?: Record<string, string> | undefined;
13112
13113
  radii?: Record<string, string> | undefined;
13113
13114
  spacing?: Record<string, string> | undefined;
13114
- typography?: Record<string, string> | undefined;
13115
13115
  shadows?: Record<string, string> | undefined;
13116
13116
  }> | undefined;
13117
13117
  } | undefined;
@@ -13267,7 +13267,7 @@ declare const OrbitalSchemaSchema: z.ZodObject<{
13267
13267
  designTokens?: Record<string, Record<string, string>> | undefined;
13268
13268
  customPatterns?: Record<string, {
13269
13269
  type: "custom";
13270
- component: "main" | "button" | "form" | "input" | "label" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "footer" | "section" | "article" | "nav" | "aside" | "ul" | "ol" | "li" | "img";
13270
+ component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "footer" | "article" | "nav" | "aside" | "ul" | "ol" | "li" | "img";
13271
13271
  className: string;
13272
13272
  slots?: string[] | undefined;
13273
13273
  props?: string[] | undefined;
@@ -13455,17 +13455,17 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
13455
13455
  theme?: string | {
13456
13456
  name: string;
13457
13457
  tokens: {
13458
+ typography?: Record<string, string> | undefined;
13458
13459
  colors?: Record<string, string> | undefined;
13459
13460
  radii?: Record<string, string> | undefined;
13460
13461
  spacing?: Record<string, string> | undefined;
13461
- typography?: Record<string, string> | undefined;
13462
13462
  shadows?: Record<string, string> | undefined;
13463
13463
  };
13464
13464
  variants?: Record<string, {
13465
+ typography?: Record<string, string> | undefined;
13465
13466
  colors?: Record<string, string> | undefined;
13466
13467
  radii?: Record<string, string> | undefined;
13467
13468
  spacing?: Record<string, string> | undefined;
13468
- typography?: Record<string, string> | undefined;
13469
13469
  shadows?: Record<string, string> | undefined;
13470
13470
  }> | undefined;
13471
13471
  } | undefined;
@@ -13621,7 +13621,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
13621
13621
  designTokens?: Record<string, Record<string, string>> | undefined;
13622
13622
  customPatterns?: Record<string, {
13623
13623
  type: "custom";
13624
- component: "main" | "button" | "form" | "input" | "label" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "footer" | "section" | "article" | "nav" | "aside" | "ul" | "ol" | "li" | "img";
13624
+ component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "footer" | "article" | "nav" | "aside" | "ul" | "ol" | "li" | "img";
13625
13625
  className: string;
13626
13626
  slots?: string[] | undefined;
13627
13627
  props?: string[] | undefined;
@@ -13801,17 +13801,17 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
13801
13801
  theme?: string | {
13802
13802
  name: string;
13803
13803
  tokens: {
13804
+ typography?: Record<string, string> | undefined;
13804
13805
  colors?: Record<string, string> | undefined;
13805
13806
  radii?: Record<string, string> | undefined;
13806
13807
  spacing?: Record<string, string> | undefined;
13807
- typography?: Record<string, string> | undefined;
13808
13808
  shadows?: Record<string, string> | undefined;
13809
13809
  };
13810
13810
  variants?: Record<string, {
13811
+ typography?: Record<string, string> | undefined;
13811
13812
  colors?: Record<string, string> | undefined;
13812
13813
  radii?: Record<string, string> | undefined;
13813
13814
  spacing?: Record<string, string> | undefined;
13814
- typography?: Record<string, string> | undefined;
13815
13815
  shadows?: Record<string, string> | undefined;
13816
13816
  }> | undefined;
13817
13817
  } | undefined;
@@ -13967,7 +13967,7 @@ declare function safeParseOrbitalSchema(data: unknown): z.SafeParseReturnType<{
13967
13967
  designTokens?: Record<string, Record<string, string>> | undefined;
13968
13968
  customPatterns?: Record<string, {
13969
13969
  type: "custom";
13970
- component: "main" | "button" | "form" | "input" | "label" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "footer" | "section" | "article" | "nav" | "aside" | "ul" | "ol" | "li" | "img";
13970
+ component: "main" | "button" | "form" | "header" | "input" | "label" | "section" | "div" | "span" | "a" | "p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "footer" | "article" | "nav" | "aside" | "ul" | "ol" | "li" | "img";
13971
13971
  className: string;
13972
13972
  slots?: string[] | undefined;
13973
13973
  props?: string[] | undefined;
@@ -14181,6 +14181,200 @@ declare const PatternTypeSchema: z.ZodString;
14181
14181
  */
14182
14182
  declare function getAllPatternTypes(): string[];
14183
14183
 
14184
+ /**
14185
+ * Changeset & Snapshot Types
14186
+ *
14187
+ * Unified types for schema change tracking, snapshots, and removal categorization.
14188
+ * Used by @almadar/server for Firestore storage and by consumers for type safety.
14189
+ */
14190
+ /**
14191
+ * A single change within a changeset.
14192
+ */
14193
+ interface SchemaChange {
14194
+ id: string;
14195
+ operation: 'add' | 'modify' | 'remove' | 'rename';
14196
+ target: string;
14197
+ path: (string | number)[];
14198
+ before?: unknown;
14199
+ after?: unknown;
14200
+ description: string;
14201
+ reason?: string;
14202
+ dependsOn?: string[];
14203
+ }
14204
+ /**
14205
+ * Author of a changeset.
14206
+ */
14207
+ interface ChangeAuthor {
14208
+ type: 'agent' | 'user';
14209
+ id?: string;
14210
+ name?: string;
14211
+ }
14212
+ /**
14213
+ * Summary statistics for a changeset.
14214
+ */
14215
+ interface ChangeSummary {
14216
+ added: number;
14217
+ modified: number;
14218
+ removed: number;
14219
+ description: string;
14220
+ }
14221
+ /**
14222
+ * Complete changeset document.
14223
+ * Stored at: users/{uid}/apps/{appId}/changesets/{changeSetId}
14224
+ */
14225
+ interface ChangeSetDocument {
14226
+ id: string;
14227
+ version: number;
14228
+ timestamp: number;
14229
+ source: 'requirements-agent' | 'builder-agent' | 'user' | 'auto-fix';
14230
+ author: ChangeAuthor;
14231
+ trigger?: string;
14232
+ changes: SchemaChange[];
14233
+ summary: ChangeSummary;
14234
+ status: 'applied' | 'reverted' | 'pending';
14235
+ description: string;
14236
+ }
14237
+ /**
14238
+ * Schema snapshot document.
14239
+ * Stored at: users/{uid}/apps/{appId}/snapshots/{snapshotId}
14240
+ */
14241
+ interface SnapshotDocument {
14242
+ id: string;
14243
+ timestamp: number;
14244
+ schema: Record<string, unknown>;
14245
+ reason: string;
14246
+ version?: number;
14247
+ }
14248
+ /**
14249
+ * Removals categorized by severity.
14250
+ */
14251
+ interface CategorizedRemovals {
14252
+ /** States, pages, entities — always require confirmation */
14253
+ critical: SchemaChange[];
14254
+ /** Fields, actions — auto-snapshotted */
14255
+ standard: SchemaChange[];
14256
+ /** Transitions, guards — tracked */
14257
+ minor: SchemaChange[];
14258
+ /** Implicit content removal within pages */
14259
+ pageContentReductions: PageContentReduction[];
14260
+ }
14261
+ /**
14262
+ * Detected reduction in page content (components, actions, displays removed).
14263
+ */
14264
+ interface PageContentReduction {
14265
+ pageName: string;
14266
+ componentsRemoved: number;
14267
+ actionsRemoved: number;
14268
+ displaysRemoved: number;
14269
+ before: {
14270
+ sections: number;
14271
+ actions: number;
14272
+ };
14273
+ after: {
14274
+ sections: number;
14275
+ actions: number;
14276
+ };
14277
+ isSignificant: boolean;
14278
+ }
14279
+ /**
14280
+ * History metadata stored in main app document for quick access.
14281
+ */
14282
+ interface HistoryMeta {
14283
+ latestSnapshotId?: string;
14284
+ latestChangeSetId?: string;
14285
+ snapshotCount: number;
14286
+ changeSetCount: number;
14287
+ }
14288
+ /**
14289
+ * Validation metadata stored in main app document for quick access.
14290
+ */
14291
+ interface ValidationMeta {
14292
+ errorCount: number;
14293
+ warningCount: number;
14294
+ validatedAt: number;
14295
+ }
14296
+
14297
+ /**
14298
+ * App-Level Types
14299
+ *
14300
+ * Types for app summaries, stats, and save operations.
14301
+ */
14302
+
14303
+ /**
14304
+ * Dashboard stats derived from schema.
14305
+ */
14306
+ interface StatsView {
14307
+ states: number;
14308
+ events: number;
14309
+ pages: number;
14310
+ entities: number;
14311
+ transitions: number;
14312
+ }
14313
+ /**
14314
+ * App summary for list views.
14315
+ */
14316
+ interface AppSummary {
14317
+ id: string;
14318
+ name: string;
14319
+ description?: string;
14320
+ updatedAt: number;
14321
+ createdAt: number;
14322
+ stats: StatsView;
14323
+ domain?: {
14324
+ category: string;
14325
+ subDomain?: string;
14326
+ };
14327
+ domainContext?: unknown;
14328
+ hasValidationErrors: boolean;
14329
+ }
14330
+ /**
14331
+ * Options for saving a schema.
14332
+ */
14333
+ interface SaveOptions {
14334
+ confirmRemovals?: boolean;
14335
+ snapshotReason?: string;
14336
+ skipProtection?: boolean;
14337
+ expectedVersion?: number;
14338
+ source?: 'requirements-agent' | 'builder-agent' | 'manual';
14339
+ }
14340
+ /**
14341
+ * Result of saving a schema.
14342
+ */
14343
+ interface SaveResult {
14344
+ success: boolean;
14345
+ requiresConfirmation?: boolean;
14346
+ removals?: CategorizedRemovals;
14347
+ error?: string;
14348
+ snapshotId?: string;
14349
+ }
14350
+ /**
14351
+ * Validation issue with optional LLM context.
14352
+ */
14353
+ interface ValidationIssue {
14354
+ code: string;
14355
+ message: string;
14356
+ path: (string | number)[];
14357
+ severity: 'error' | 'warning' | 'info';
14358
+ suggestion?: string;
14359
+ llmContext?: unknown;
14360
+ }
14361
+ /**
14362
+ * Validation results.
14363
+ */
14364
+ interface ValidationResults {
14365
+ errors: ValidationIssue[];
14366
+ warnings: ValidationIssue[];
14367
+ validatedAt: number;
14368
+ }
14369
+ /**
14370
+ * Validation document stored in subcollection.
14371
+ */
14372
+ interface ValidationDocument {
14373
+ errors: ValidationIssue[];
14374
+ warnings: ValidationIssue[];
14375
+ validatedAt: number;
14376
+ }
14377
+
14184
14378
  /**
14185
14379
  * Shared Intermediate Representation Types
14186
14380
  *
@@ -14449,4 +14643,4 @@ declare function createResolvedField(field: {
14449
14643
  }): ResolvedField;
14450
14644
  declare function isResolvedIR(ir: unknown): ir is ResolvedIR;
14451
14645
 
14452
- export { ALLOWED_CUSTOM_COMPONENTS, type AllowedCustomComponent, type AnimationDef, type AnimationDefInput, AnimationDefSchema, type OrbitalSchema as AppSchema, type AssetMap, type AssetMapInput, AssetMapSchema, type AssetMapping, type AssetMappingInput, AssetMappingSchema, BINDING_CONTEXT_RULES, BINDING_DOCS, type BindingContext, BindingSchema, CORE_BINDINGS, type CallServiceConfig, type ComputedEventContract, ComputedEventContractSchema, type ComputedEventListener, ComputedEventListenerSchema, type CoreBinding, type CreateFlow, type CustomPatternDefinition, type CustomPatternDefinitionInput, CustomPatternDefinitionSchema, type CustomPatternMap, type CustomPatternMapInput, CustomPatternMapSchema, DEFAULT_INTERACTION_MODELS, type DeleteFlow, type DesignPreferences, type DesignPreferencesInput, DesignPreferencesSchema, type DesignTokens, type DesignTokensInput, DesignTokensSchema, type DomainCategory, DomainCategorySchema, type DomainContext, type DomainContextInput, DomainContextSchema, type DomainVocabulary, DomainVocabularySchema, ENTITY_ROLES, type EditFlow, type Effect, type EffectInput, EffectSchema, type Entity, type EntityField, type EntityFieldInput, EntityFieldSchema, type EntityPersistence, EntityPersistenceSchema, type EntityRef, EntityRefSchema, EntityRefStringSchema, type EntityRole, EntityRoleSchema, EntitySchema, type EntitySemanticRole, EntitySemanticRoleSchema, type Event, type EventInput, type EventListener, EventListenerSchema, type EventPayloadField, EventPayloadFieldSchema, EventSchema, type EventScope, EventScopeSchema, type EventSemanticRole, EventSemanticRoleSchema, type EventSource, EventSourceSchema, type Expression, type ExpressionInput, ExpressionSchema, type Field, type FieldFormat, FieldFormatSchema, FieldSchema, type FieldType, FieldTypeSchema, type Orbital as FullOrbitalUnit, GAME_TYPES, type GameSubCategory, GameSubCategorySchema, type GameType, GameTypeSchema, type Guard, type GuardInput, GuardSchema, type InteractionModel, type InteractionModelInput, InteractionModelSchema, type ListInteraction, type McpServiceDef, McpServiceDefSchema, type NodeClassification, NodeClassificationSchema, type OperatorName, type Orbital, type OrbitalConfig, type OrbitalConfigInput, OrbitalConfigSchema, type OrbitalDefinition, OrbitalDefinitionSchema, type OrbitalEntity, type OrbitalEntityInput, OrbitalEntitySchema, type OrbitalInput, type OrbitalPage, type OrbitalPageInput, OrbitalPageSchema, type OrbitalPageStrictInput, OrbitalPageStrictSchema, type OrbitalSchema, type OrbitalSchemaInput, OrbitalSchemaSchema, type OrbitalTraitRef, OrbitalTraitRefSchema, type OrbitalUnit, OrbitalUnitSchema, OrbitalSchema$1 as OrbitalZodSchema, type Page, type PageRef, type PageRefObject, PageRefObjectSchema, PageRefSchema, PageRefStringSchema, PageSchema, type PageTraitRef, PageTraitRefSchema, type ParsedBinding, PatternTypeSchema, type PayloadField, PayloadFieldSchema, type PresentationType, type RelatedLink, RelatedLinkSchema, type RelationConfig, RelationConfigSchema, type RenderUIConfig, type RequiredField, RequiredFieldSchema, type ResolvedAsset, type ResolvedAssetInput, ResolvedAssetSchema, type ResolvedEntity, type ResolvedEntityBinding, type ResolvedField, type ResolvedIR, type ResolvedNavigation, type ResolvedPage, type ResolvedPattern, type ResolvedSection, type ResolvedSectionEvent, type ResolvedTrait, type ResolvedTraitBinding, type ResolvedTraitDataEntity, type ResolvedTraitEvent, type ResolvedTraitGuard, type ResolvedTraitListener, type ResolvedTraitState, type ResolvedTraitTick, type ResolvedTraitTransition, type ResolvedTraitUIBinding, type RestAuthConfig, RestAuthConfigSchema, type RestServiceDef, RestServiceDefSchema, SERVICE_TYPES, type SExpr, type SExprAtom, SExprAtomSchema, type SExprInput, SExprSchema, type SemanticAssetRef, type SemanticAssetRefInput, SemanticAssetRefSchema, type ServiceDefinition, ServiceDefinitionSchema, type ServiceRef, ServiceRefSchema, ServiceRefStringSchema, type ServiceType, ServiceTypeSchema, type SocketEvents, SocketEventsSchema, type SocketServiceDef, SocketServiceDefSchema, type State, type StateInput, type StateMachine, type StateMachineInput, StateMachineSchema, StateSchema, type StateSemanticRole, StateSemanticRoleSchema, type SuggestedGuard, SuggestedGuardSchema, type ThemeDefinition, ThemeDefinitionSchema, type ThemeRef, ThemeRefSchema, ThemeRefStringSchema, type ThemeTokens, ThemeTokensSchema, type ThemeVariant, ThemeVariantSchema, type Trait, type TraitCategory, TraitCategorySchema, type TraitDataEntity, TraitDataEntitySchema, type TraitEntityField, TraitEntityFieldSchema, type TraitEventContract, TraitEventContractSchema, type TraitEventListener, TraitEventListenerSchema, type TraitInput, type TraitRef, TraitRefSchema, type TraitReference, type TraitReferenceInput, TraitReferenceSchema, TraitSchema, type TraitTick, TraitTickSchema, type TraitUIBinding, type Transition, type TransitionFrom, type TransitionInput, TransitionSchema, type UISlot, UISlotSchema, UI_SLOTS, type UXHints, UXHintsSchema, type UseDeclaration, UseDeclarationSchema, type UserPersona, type UserPersonaInput, UserPersonaSchema, VISUAL_STYLES, type ViewFlow, type ViewType, ViewTypeSchema, type VisualStyle, VisualStyleSchema, callService, collectBindings, createAssetKey, createEmptyResolvedPage, createEmptyResolvedTrait, createResolvedField, deriveCollection, despawn, doEffects, emit, findService, getAllOperators, getAllPatternTypes, getArgs, getBindingExamples, getDefaultAnimationsForRole, getInteractionModelForDomain, getOperator, getServiceNames, getTraitConfig, getTraitName, hasService, inferTsType, isBinding, isCircuitEvent, isEffect, isEntityReference, isImportedTraitRef, isInlineTrait, isMcpService, isOrbitalDefinition, isPageReference, isPageReferenceObject, isPageReferenceString, isResolvedIR, isRestService, isRuntimeEntity, isSExpr, isSExprAtom, isSExprCall, isSExprEffect, isServiceReference, isSingletonEntity, isSocketService, isThemeReference, isValidBinding, navigate, normalizeTraitRef, notify, parseAssetKey, parseBinding, parseEntityRef, parseImportedTraitRef, parseOrbitalSchema, parsePageRef, parseServiceRef, persist, renderUI, safeParseOrbitalSchema, set, sexpr, spawn, validateAssetAnimations, validateBindingInContext, walkSExpr };
14646
+ export { ALLOWED_CUSTOM_COMPONENTS, type AllowedCustomComponent, type AnimationDef, type AnimationDefInput, AnimationDefSchema, type OrbitalSchema as AppSchema, type AppSummary, type AssetMap, type AssetMapInput, AssetMapSchema, type AssetMapping, type AssetMappingInput, AssetMappingSchema, BINDING_CONTEXT_RULES, BINDING_DOCS, type BindingContext, BindingSchema, CORE_BINDINGS, type CallServiceConfig, type CategorizedRemovals, type ChangeAuthor, type ChangeSetDocument, type ChangeSummary, type ComputedEventContract, ComputedEventContractSchema, type ComputedEventListener, ComputedEventListenerSchema, type CoreBinding, type CreateFlow, type CustomPatternDefinition, type CustomPatternDefinitionInput, CustomPatternDefinitionSchema, type CustomPatternMap, type CustomPatternMapInput, CustomPatternMapSchema, DEFAULT_INTERACTION_MODELS, type DeleteFlow, type DesignPreferences, type DesignPreferencesInput, DesignPreferencesSchema, type DesignTokens, type DesignTokensInput, DesignTokensSchema, type DomainCategory, DomainCategorySchema, type DomainContext, type DomainContextInput, DomainContextSchema, type DomainVocabulary, DomainVocabularySchema, ENTITY_ROLES, type EditFlow, type Effect, type EffectInput, EffectSchema, type Entity, type EntityField, type EntityFieldInput, EntityFieldSchema, type EntityPersistence, EntityPersistenceSchema, type EntityRef, EntityRefSchema, EntityRefStringSchema, type EntityRole, EntityRoleSchema, EntitySchema, type EntitySemanticRole, EntitySemanticRoleSchema, type Event, type EventInput, type EventListener, EventListenerSchema, type EventPayloadField, EventPayloadFieldSchema, EventSchema, type EventScope, EventScopeSchema, type EventSemanticRole, EventSemanticRoleSchema, type EventSource, EventSourceSchema, type Expression, type ExpressionInput, ExpressionSchema, type Field, type FieldFormat, FieldFormatSchema, FieldSchema, type FieldType, FieldTypeSchema, type Orbital as FullOrbitalUnit, GAME_TYPES, type GameSubCategory, GameSubCategorySchema, type GameType, GameTypeSchema, type Guard, type GuardInput, GuardSchema, type HistoryMeta, type InteractionModel, type InteractionModelInput, InteractionModelSchema, type ListInteraction, type McpServiceDef, McpServiceDefSchema, type NodeClassification, NodeClassificationSchema, type OperatorName, type Orbital, type OrbitalConfig, type OrbitalConfigInput, OrbitalConfigSchema, type OrbitalDefinition, OrbitalDefinitionSchema, type OrbitalEntity, type OrbitalEntityInput, OrbitalEntitySchema, type OrbitalInput, type OrbitalPage, type OrbitalPageInput, OrbitalPageSchema, type OrbitalPageStrictInput, OrbitalPageStrictSchema, type OrbitalSchema, type OrbitalSchemaInput, OrbitalSchemaSchema, type OrbitalTraitRef, OrbitalTraitRefSchema, type OrbitalUnit, OrbitalUnitSchema, OrbitalSchema$1 as OrbitalZodSchema, type Page, type PageContentReduction, type PageRef, type PageRefObject, PageRefObjectSchema, PageRefSchema, PageRefStringSchema, PageSchema, type PageTraitRef, PageTraitRefSchema, type ParsedBinding, PatternTypeSchema, type PayloadField, PayloadFieldSchema, type PresentationType, type RelatedLink, RelatedLinkSchema, type RelationConfig, RelationConfigSchema, type RenderUIConfig, type RequiredField, RequiredFieldSchema, type ResolvedAsset, type ResolvedAssetInput, ResolvedAssetSchema, type ResolvedEntity, type ResolvedEntityBinding, type ResolvedField, type ResolvedIR, type ResolvedNavigation, type ResolvedPage, type ResolvedPattern, type ResolvedSection, type ResolvedSectionEvent, type ResolvedTrait, type ResolvedTraitBinding, type ResolvedTraitDataEntity, type ResolvedTraitEvent, type ResolvedTraitGuard, type ResolvedTraitListener, type ResolvedTraitState, type ResolvedTraitTick, type ResolvedTraitTransition, type ResolvedTraitUIBinding, type RestAuthConfig, RestAuthConfigSchema, type RestServiceDef, RestServiceDefSchema, SERVICE_TYPES, type SExpr, type SExprAtom, SExprAtomSchema, type SExprInput, SExprSchema, type SaveOptions, type SaveResult, type SchemaChange, type SemanticAssetRef, type SemanticAssetRefInput, SemanticAssetRefSchema, type ServiceDefinition, ServiceDefinitionSchema, type ServiceRef, ServiceRefSchema, ServiceRefStringSchema, type ServiceType, ServiceTypeSchema, type SnapshotDocument, type SocketEvents, SocketEventsSchema, type SocketServiceDef, SocketServiceDefSchema, type State, type StateInput, type StateMachine, type StateMachineInput, StateMachineSchema, StateSchema, type StateSemanticRole, StateSemanticRoleSchema, type StatsView, type SuggestedGuard, SuggestedGuardSchema, type ThemeDefinition, ThemeDefinitionSchema, type ThemeRef, ThemeRefSchema, ThemeRefStringSchema, type ThemeTokens, ThemeTokensSchema, type ThemeVariant, ThemeVariantSchema, type Trait, type TraitCategory, TraitCategorySchema, type TraitDataEntity, TraitDataEntitySchema, type TraitEntityField, TraitEntityFieldSchema, type TraitEventContract, TraitEventContractSchema, type TraitEventListener, TraitEventListenerSchema, type TraitInput, type TraitRef, TraitRefSchema, type TraitReference, type TraitReferenceInput, TraitReferenceSchema, TraitSchema, type TraitTick, TraitTickSchema, type TraitUIBinding, type Transition, type TransitionFrom, type TransitionInput, TransitionSchema, type UISlot, UISlotSchema, UI_SLOTS, type UXHints, UXHintsSchema, type UseDeclaration, UseDeclarationSchema, type UserPersona, type UserPersonaInput, UserPersonaSchema, VISUAL_STYLES, type ValidationDocument, type ValidationIssue, type ValidationMeta, type ValidationResults, type ViewFlow, type ViewType, ViewTypeSchema, type VisualStyle, VisualStyleSchema, callService, collectBindings, createAssetKey, createEmptyResolvedPage, createEmptyResolvedTrait, createResolvedField, deriveCollection, despawn, doEffects, emit, findService, getAllOperators, getAllPatternTypes, getArgs, getBindingExamples, getDefaultAnimationsForRole, getInteractionModelForDomain, getOperator, getServiceNames, getTraitConfig, getTraitName, hasService, inferTsType, isBinding, isCircuitEvent, isEffect, isEntityReference, isImportedTraitRef, isInlineTrait, isMcpService, isOrbitalDefinition, isPageReference, isPageReferenceObject, isPageReferenceString, isResolvedIR, isRestService, isRuntimeEntity, isSExpr, isSExprAtom, isSExprCall, isSExprEffect, isServiceReference, isSingletonEntity, isSocketService, isThemeReference, isValidBinding, navigate, normalizeTraitRef, notify, parseAssetKey, parseBinding, parseEntityRef, parseImportedTraitRef, parseOrbitalSchema, parsePageRef, parseServiceRef, persist, renderUI, safeParseOrbitalSchema, set, sexpr, spawn, validateAssetAnimations, validateBindingInContext, walkSExpr };