@supernova-studio/model 0.13.0 → 0.14.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/index.d.mts CHANGED
@@ -2429,6 +2429,7 @@ declare const ExporterDetails: z.ZodObject<{
2429
2429
  isMultiline?: boolean | null | undefined;
2430
2430
  }[] | null | undefined>>;
2431
2431
  customBlocks: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
2432
+ key: string;
2432
2433
  properties: {
2433
2434
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2434
2435
  key: string;
@@ -2440,12 +2441,12 @@ declare const ExporterDetails: z.ZodObject<{
2440
2441
  isMultiline?: boolean | null | undefined;
2441
2442
  }[];
2442
2443
  title: string;
2443
- key: string;
2444
2444
  category: string;
2445
2445
  iconURL: string;
2446
2446
  mode: "array" | "block";
2447
2447
  description?: string | undefined;
2448
2448
  }[], z.ZodTypeDef, {
2449
+ key: string;
2449
2450
  properties: {
2450
2451
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2451
2452
  key: string;
@@ -2457,12 +2458,12 @@ declare const ExporterDetails: z.ZodObject<{
2457
2458
  isMultiline?: boolean | null | undefined;
2458
2459
  }[];
2459
2460
  title: string;
2460
- key: string;
2461
2461
  category: string;
2462
2462
  iconURL: string;
2463
2463
  mode: "array" | "block";
2464
2464
  description?: string | null | undefined;
2465
2465
  }[]>>>, {
2466
+ key: string;
2466
2467
  properties: {
2467
2468
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2468
2469
  key: string;
@@ -2474,12 +2475,12 @@ declare const ExporterDetails: z.ZodObject<{
2474
2475
  isMultiline?: boolean | null | undefined;
2475
2476
  }[];
2476
2477
  title: string;
2477
- key: string;
2478
2478
  category: string;
2479
2479
  iconURL: string;
2480
2480
  mode: "array" | "block";
2481
2481
  description?: string | undefined;
2482
2482
  }[] | undefined, {
2483
+ key: string;
2483
2484
  properties: {
2484
2485
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2485
2486
  key: string;
@@ -2491,7 +2492,6 @@ declare const ExporterDetails: z.ZodObject<{
2491
2492
  isMultiline?: boolean | null | undefined;
2492
2493
  }[];
2493
2494
  title: string;
2494
- key: string;
2495
2495
  category: string;
2496
2496
  iconURL: string;
2497
2497
  mode: "array" | "block";
@@ -2546,6 +2546,7 @@ declare const ExporterDetails: z.ZodObject<{
2546
2546
  isMultiline?: boolean | null | undefined;
2547
2547
  }[];
2548
2548
  customBlocks: {
2549
+ key: string;
2549
2550
  properties: {
2550
2551
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2551
2552
  key: string;
@@ -2557,7 +2558,6 @@ declare const ExporterDetails: z.ZodObject<{
2557
2558
  isMultiline?: boolean | null | undefined;
2558
2559
  }[];
2559
2560
  title: string;
2560
- key: string;
2561
2561
  category: string;
2562
2562
  iconURL: string;
2563
2563
  mode: "array" | "block";
@@ -2607,6 +2607,7 @@ declare const ExporterDetails: z.ZodObject<{
2607
2607
  isMultiline?: boolean | null | undefined;
2608
2608
  }[] | null | undefined;
2609
2609
  customBlocks?: {
2610
+ key: string;
2610
2611
  properties: {
2611
2612
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2612
2613
  key: string;
@@ -2618,7 +2619,6 @@ declare const ExporterDetails: z.ZodObject<{
2618
2619
  isMultiline?: boolean | null | undefined;
2619
2620
  }[];
2620
2621
  title: string;
2621
- key: string;
2622
2622
  category: string;
2623
2623
  iconURL: string;
2624
2624
  mode: "array" | "block";
@@ -2697,6 +2697,7 @@ declare const Exporter: z.ZodObject<{
2697
2697
  isMultiline?: boolean | null | undefined;
2698
2698
  }[] | null | undefined>>;
2699
2699
  customBlocks: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
2700
+ key: string;
2700
2701
  properties: {
2701
2702
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2702
2703
  key: string;
@@ -2708,12 +2709,12 @@ declare const Exporter: z.ZodObject<{
2708
2709
  isMultiline?: boolean | null | undefined;
2709
2710
  }[];
2710
2711
  title: string;
2711
- key: string;
2712
2712
  category: string;
2713
2713
  iconURL: string;
2714
2714
  mode: "array" | "block";
2715
2715
  description?: string | undefined;
2716
2716
  }[], z.ZodTypeDef, {
2717
+ key: string;
2717
2718
  properties: {
2718
2719
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2719
2720
  key: string;
@@ -2725,12 +2726,12 @@ declare const Exporter: z.ZodObject<{
2725
2726
  isMultiline?: boolean | null | undefined;
2726
2727
  }[];
2727
2728
  title: string;
2728
- key: string;
2729
2729
  category: string;
2730
2730
  iconURL: string;
2731
2731
  mode: "array" | "block";
2732
2732
  description?: string | null | undefined;
2733
2733
  }[]>>>, {
2734
+ key: string;
2734
2735
  properties: {
2735
2736
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2736
2737
  key: string;
@@ -2742,12 +2743,12 @@ declare const Exporter: z.ZodObject<{
2742
2743
  isMultiline?: boolean | null | undefined;
2743
2744
  }[];
2744
2745
  title: string;
2745
- key: string;
2746
2746
  category: string;
2747
2747
  iconURL: string;
2748
2748
  mode: "array" | "block";
2749
2749
  description?: string | undefined;
2750
2750
  }[] | undefined, {
2751
+ key: string;
2751
2752
  properties: {
2752
2753
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2753
2754
  key: string;
@@ -2759,7 +2760,6 @@ declare const Exporter: z.ZodObject<{
2759
2760
  isMultiline?: boolean | null | undefined;
2760
2761
  }[];
2761
2762
  title: string;
2762
- key: string;
2763
2763
  category: string;
2764
2764
  iconURL: string;
2765
2765
  mode: "array" | "block";
@@ -2814,6 +2814,7 @@ declare const Exporter: z.ZodObject<{
2814
2814
  isMultiline?: boolean | null | undefined;
2815
2815
  }[];
2816
2816
  customBlocks: {
2817
+ key: string;
2817
2818
  properties: {
2818
2819
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2819
2820
  key: string;
@@ -2825,7 +2826,6 @@ declare const Exporter: z.ZodObject<{
2825
2826
  isMultiline?: boolean | null | undefined;
2826
2827
  }[];
2827
2828
  title: string;
2828
- key: string;
2829
2829
  category: string;
2830
2830
  iconURL: string;
2831
2831
  mode: "array" | "block";
@@ -2875,6 +2875,7 @@ declare const Exporter: z.ZodObject<{
2875
2875
  isMultiline?: boolean | null | undefined;
2876
2876
  }[] | null | undefined;
2877
2877
  customBlocks?: {
2878
+ key: string;
2878
2879
  properties: {
2879
2880
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2880
2881
  key: string;
@@ -2886,7 +2887,6 @@ declare const Exporter: z.ZodObject<{
2886
2887
  isMultiline?: boolean | null | undefined;
2887
2888
  }[];
2888
2889
  title: string;
2889
- key: string;
2890
2890
  category: string;
2891
2891
  iconURL: string;
2892
2892
  mode: "array" | "block";
@@ -2931,6 +2931,7 @@ declare const Exporter: z.ZodObject<{
2931
2931
  isMultiline?: boolean | null | undefined;
2932
2932
  }[];
2933
2933
  customBlocks: {
2934
+ key: string;
2934
2935
  properties: {
2935
2936
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2936
2937
  key: string;
@@ -2942,7 +2943,6 @@ declare const Exporter: z.ZodObject<{
2942
2943
  isMultiline?: boolean | null | undefined;
2943
2944
  }[];
2944
2945
  title: string;
2945
- key: string;
2946
2946
  category: string;
2947
2947
  iconURL: string;
2948
2948
  mode: "array" | "block";
@@ -2999,6 +2999,7 @@ declare const Exporter: z.ZodObject<{
2999
2999
  isMultiline?: boolean | null | undefined;
3000
3000
  }[] | null | undefined;
3001
3001
  customBlocks?: {
3002
+ key: string;
3002
3003
  properties: {
3003
3004
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
3004
3005
  key: string;
@@ -3010,7 +3011,6 @@ declare const Exporter: z.ZodObject<{
3010
3011
  isMultiline?: boolean | null | undefined;
3011
3012
  }[];
3012
3013
  title: string;
3013
- key: string;
3014
3014
  category: string;
3015
3015
  iconURL: string;
3016
3016
  mode: "array" | "block";
@@ -3122,6 +3122,7 @@ declare const PulsarCustomBlock: z.ZodObject<{
3122
3122
  isMultiline?: boolean | null | undefined;
3123
3123
  }>, "many">;
3124
3124
  }, "strip", z.ZodTypeAny, {
3125
+ key: string;
3125
3126
  properties: {
3126
3127
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
3127
3128
  key: string;
@@ -3133,12 +3134,12 @@ declare const PulsarCustomBlock: z.ZodObject<{
3133
3134
  isMultiline?: boolean | null | undefined;
3134
3135
  }[];
3135
3136
  title: string;
3136
- key: string;
3137
3137
  category: string;
3138
3138
  iconURL: string;
3139
3139
  mode: "array" | "block";
3140
3140
  description?: string | undefined;
3141
3141
  }, {
3142
+ key: string;
3142
3143
  properties: {
3143
3144
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
3144
3145
  key: string;
@@ -3150,7 +3151,6 @@ declare const PulsarCustomBlock: z.ZodObject<{
3150
3151
  isMultiline?: boolean | null | undefined;
3151
3152
  }[];
3152
3153
  title: string;
3153
- key: string;
3154
3154
  category: string;
3155
3155
  iconURL: string;
3156
3156
  mode: "array" | "block";
@@ -3161,9 +3161,9 @@ declare const PulsarContributionConfigurationProperty: z.ZodObject<{
3161
3161
  values: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3162
3162
  type: z.ZodEnum<["string", "number", "boolean", "image", "enum", "color", "typography", "component", "componentProperties", "tokenProperties", "tokenType"]>;
3163
3163
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3164
+ default: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber]>>>;
3164
3165
  key: z.ZodString;
3165
3166
  label: z.ZodString;
3166
- default: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber]>>>;
3167
3167
  inputType: z.ZodOptional<z.ZodEnum<["code", "plain"]>>;
3168
3168
  isMultiline: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3169
3169
  category: z.ZodString;
package/dist/index.d.ts CHANGED
@@ -2429,6 +2429,7 @@ declare const ExporterDetails: z.ZodObject<{
2429
2429
  isMultiline?: boolean | null | undefined;
2430
2430
  }[] | null | undefined>>;
2431
2431
  customBlocks: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
2432
+ key: string;
2432
2433
  properties: {
2433
2434
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2434
2435
  key: string;
@@ -2440,12 +2441,12 @@ declare const ExporterDetails: z.ZodObject<{
2440
2441
  isMultiline?: boolean | null | undefined;
2441
2442
  }[];
2442
2443
  title: string;
2443
- key: string;
2444
2444
  category: string;
2445
2445
  iconURL: string;
2446
2446
  mode: "array" | "block";
2447
2447
  description?: string | undefined;
2448
2448
  }[], z.ZodTypeDef, {
2449
+ key: string;
2449
2450
  properties: {
2450
2451
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2451
2452
  key: string;
@@ -2457,12 +2458,12 @@ declare const ExporterDetails: z.ZodObject<{
2457
2458
  isMultiline?: boolean | null | undefined;
2458
2459
  }[];
2459
2460
  title: string;
2460
- key: string;
2461
2461
  category: string;
2462
2462
  iconURL: string;
2463
2463
  mode: "array" | "block";
2464
2464
  description?: string | null | undefined;
2465
2465
  }[]>>>, {
2466
+ key: string;
2466
2467
  properties: {
2467
2468
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2468
2469
  key: string;
@@ -2474,12 +2475,12 @@ declare const ExporterDetails: z.ZodObject<{
2474
2475
  isMultiline?: boolean | null | undefined;
2475
2476
  }[];
2476
2477
  title: string;
2477
- key: string;
2478
2478
  category: string;
2479
2479
  iconURL: string;
2480
2480
  mode: "array" | "block";
2481
2481
  description?: string | undefined;
2482
2482
  }[] | undefined, {
2483
+ key: string;
2483
2484
  properties: {
2484
2485
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2485
2486
  key: string;
@@ -2491,7 +2492,6 @@ declare const ExporterDetails: z.ZodObject<{
2491
2492
  isMultiline?: boolean | null | undefined;
2492
2493
  }[];
2493
2494
  title: string;
2494
- key: string;
2495
2495
  category: string;
2496
2496
  iconURL: string;
2497
2497
  mode: "array" | "block";
@@ -2546,6 +2546,7 @@ declare const ExporterDetails: z.ZodObject<{
2546
2546
  isMultiline?: boolean | null | undefined;
2547
2547
  }[];
2548
2548
  customBlocks: {
2549
+ key: string;
2549
2550
  properties: {
2550
2551
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2551
2552
  key: string;
@@ -2557,7 +2558,6 @@ declare const ExporterDetails: z.ZodObject<{
2557
2558
  isMultiline?: boolean | null | undefined;
2558
2559
  }[];
2559
2560
  title: string;
2560
- key: string;
2561
2561
  category: string;
2562
2562
  iconURL: string;
2563
2563
  mode: "array" | "block";
@@ -2607,6 +2607,7 @@ declare const ExporterDetails: z.ZodObject<{
2607
2607
  isMultiline?: boolean | null | undefined;
2608
2608
  }[] | null | undefined;
2609
2609
  customBlocks?: {
2610
+ key: string;
2610
2611
  properties: {
2611
2612
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2612
2613
  key: string;
@@ -2618,7 +2619,6 @@ declare const ExporterDetails: z.ZodObject<{
2618
2619
  isMultiline?: boolean | null | undefined;
2619
2620
  }[];
2620
2621
  title: string;
2621
- key: string;
2622
2622
  category: string;
2623
2623
  iconURL: string;
2624
2624
  mode: "array" | "block";
@@ -2697,6 +2697,7 @@ declare const Exporter: z.ZodObject<{
2697
2697
  isMultiline?: boolean | null | undefined;
2698
2698
  }[] | null | undefined>>;
2699
2699
  customBlocks: z.ZodDefault<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
2700
+ key: string;
2700
2701
  properties: {
2701
2702
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2702
2703
  key: string;
@@ -2708,12 +2709,12 @@ declare const Exporter: z.ZodObject<{
2708
2709
  isMultiline?: boolean | null | undefined;
2709
2710
  }[];
2710
2711
  title: string;
2711
- key: string;
2712
2712
  category: string;
2713
2713
  iconURL: string;
2714
2714
  mode: "array" | "block";
2715
2715
  description?: string | undefined;
2716
2716
  }[], z.ZodTypeDef, {
2717
+ key: string;
2717
2718
  properties: {
2718
2719
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2719
2720
  key: string;
@@ -2725,12 +2726,12 @@ declare const Exporter: z.ZodObject<{
2725
2726
  isMultiline?: boolean | null | undefined;
2726
2727
  }[];
2727
2728
  title: string;
2728
- key: string;
2729
2729
  category: string;
2730
2730
  iconURL: string;
2731
2731
  mode: "array" | "block";
2732
2732
  description?: string | null | undefined;
2733
2733
  }[]>>>, {
2734
+ key: string;
2734
2735
  properties: {
2735
2736
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2736
2737
  key: string;
@@ -2742,12 +2743,12 @@ declare const Exporter: z.ZodObject<{
2742
2743
  isMultiline?: boolean | null | undefined;
2743
2744
  }[];
2744
2745
  title: string;
2745
- key: string;
2746
2746
  category: string;
2747
2747
  iconURL: string;
2748
2748
  mode: "array" | "block";
2749
2749
  description?: string | undefined;
2750
2750
  }[] | undefined, {
2751
+ key: string;
2751
2752
  properties: {
2752
2753
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2753
2754
  key: string;
@@ -2759,7 +2760,6 @@ declare const Exporter: z.ZodObject<{
2759
2760
  isMultiline?: boolean | null | undefined;
2760
2761
  }[];
2761
2762
  title: string;
2762
- key: string;
2763
2763
  category: string;
2764
2764
  iconURL: string;
2765
2765
  mode: "array" | "block";
@@ -2814,6 +2814,7 @@ declare const Exporter: z.ZodObject<{
2814
2814
  isMultiline?: boolean | null | undefined;
2815
2815
  }[];
2816
2816
  customBlocks: {
2817
+ key: string;
2817
2818
  properties: {
2818
2819
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2819
2820
  key: string;
@@ -2825,7 +2826,6 @@ declare const Exporter: z.ZodObject<{
2825
2826
  isMultiline?: boolean | null | undefined;
2826
2827
  }[];
2827
2828
  title: string;
2828
- key: string;
2829
2829
  category: string;
2830
2830
  iconURL: string;
2831
2831
  mode: "array" | "block";
@@ -2875,6 +2875,7 @@ declare const Exporter: z.ZodObject<{
2875
2875
  isMultiline?: boolean | null | undefined;
2876
2876
  }[] | null | undefined;
2877
2877
  customBlocks?: {
2878
+ key: string;
2878
2879
  properties: {
2879
2880
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2880
2881
  key: string;
@@ -2886,7 +2887,6 @@ declare const Exporter: z.ZodObject<{
2886
2887
  isMultiline?: boolean | null | undefined;
2887
2888
  }[];
2888
2889
  title: string;
2889
- key: string;
2890
2890
  category: string;
2891
2891
  iconURL: string;
2892
2892
  mode: "array" | "block";
@@ -2931,6 +2931,7 @@ declare const Exporter: z.ZodObject<{
2931
2931
  isMultiline?: boolean | null | undefined;
2932
2932
  }[];
2933
2933
  customBlocks: {
2934
+ key: string;
2934
2935
  properties: {
2935
2936
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
2936
2937
  key: string;
@@ -2942,7 +2943,6 @@ declare const Exporter: z.ZodObject<{
2942
2943
  isMultiline?: boolean | null | undefined;
2943
2944
  }[];
2944
2945
  title: string;
2945
- key: string;
2946
2946
  category: string;
2947
2947
  iconURL: string;
2948
2948
  mode: "array" | "block";
@@ -2999,6 +2999,7 @@ declare const Exporter: z.ZodObject<{
2999
2999
  isMultiline?: boolean | null | undefined;
3000
3000
  }[] | null | undefined;
3001
3001
  customBlocks?: {
3002
+ key: string;
3002
3003
  properties: {
3003
3004
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
3004
3005
  key: string;
@@ -3010,7 +3011,6 @@ declare const Exporter: z.ZodObject<{
3010
3011
  isMultiline?: boolean | null | undefined;
3011
3012
  }[];
3012
3013
  title: string;
3013
- key: string;
3014
3014
  category: string;
3015
3015
  iconURL: string;
3016
3016
  mode: "array" | "block";
@@ -3122,6 +3122,7 @@ declare const PulsarCustomBlock: z.ZodObject<{
3122
3122
  isMultiline?: boolean | null | undefined;
3123
3123
  }>, "many">;
3124
3124
  }, "strip", z.ZodTypeAny, {
3125
+ key: string;
3125
3126
  properties: {
3126
3127
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
3127
3128
  key: string;
@@ -3133,12 +3134,12 @@ declare const PulsarCustomBlock: z.ZodObject<{
3133
3134
  isMultiline?: boolean | null | undefined;
3134
3135
  }[];
3135
3136
  title: string;
3136
- key: string;
3137
3137
  category: string;
3138
3138
  iconURL: string;
3139
3139
  mode: "array" | "block";
3140
3140
  description?: string | undefined;
3141
3141
  }, {
3142
+ key: string;
3142
3143
  properties: {
3143
3144
  type: "string" | "number" | "boolean" | "color" | "image" | "tokenType" | "enum" | "typography" | "component" | "componentProperties" | "tokenProperties";
3144
3145
  key: string;
@@ -3150,7 +3151,6 @@ declare const PulsarCustomBlock: z.ZodObject<{
3150
3151
  isMultiline?: boolean | null | undefined;
3151
3152
  }[];
3152
3153
  title: string;
3153
- key: string;
3154
3154
  category: string;
3155
3155
  iconURL: string;
3156
3156
  mode: "array" | "block";
@@ -3161,9 +3161,9 @@ declare const PulsarContributionConfigurationProperty: z.ZodObject<{
3161
3161
  values: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3162
3162
  type: z.ZodEnum<["string", "number", "boolean", "image", "enum", "color", "typography", "component", "componentProperties", "tokenProperties", "tokenType"]>;
3163
3163
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3164
+ default: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber]>>>;
3164
3165
  key: z.ZodString;
3165
3166
  label: z.ZodString;
3166
- default: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodBoolean, z.ZodNumber]>>>;
3167
3167
  inputType: z.ZodOptional<z.ZodEnum<["code", "plain"]>>;
3168
3168
  isMultiline: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3169
3169
  category: z.ZodString;
package/dist/index.js CHANGED
@@ -611,6 +611,9 @@ var SizeOrUndefined = Size.optional().transform((v) => {
611
611
  });
612
612
 
613
613
  // src/helpers/db.ts
614
+
615
+
616
+
614
617
  function zodCreateInputOmit() {
615
618
  return {
616
619
  id: true,