@bluepic/embed 0.4.0-next.210 → 0.4.0-next.212

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.
@@ -713,6 +713,7 @@ export declare function useFieldHitboxes(options: {
713
713
  stops: {
714
714
  color: string;
715
715
  position: number;
716
+ midpoint?: number | undefined;
716
717
  }[];
717
718
  } | {
718
719
  type: "radial";
@@ -725,6 +726,7 @@ export declare function useFieldHitboxes(options: {
725
726
  stops: {
726
727
  color: string;
727
728
  position: number;
729
+ midpoint?: number | undefined;
728
730
  }[];
729
731
  } | {
730
732
  type: "conic";
@@ -734,6 +736,7 @@ export declare function useFieldHitboxes(options: {
734
736
  stops: {
735
737
  color: string;
736
738
  position: number;
739
+ midpoint?: number | undefined;
737
740
  }[];
738
741
  };
739
742
  image?: string | undefined;
@@ -1105,6 +1108,7 @@ export declare function useFieldHitboxes(options: {
1105
1108
  stops: {
1106
1109
  color: string;
1107
1110
  position: number;
1111
+ midpoint?: number | undefined;
1108
1112
  }[];
1109
1113
  } | {
1110
1114
  type: "radial";
@@ -1117,6 +1121,7 @@ export declare function useFieldHitboxes(options: {
1117
1121
  stops: {
1118
1122
  color: string;
1119
1123
  position: number;
1124
+ midpoint?: number | undefined;
1120
1125
  }[];
1121
1126
  } | {
1122
1127
  type: "conic";
@@ -1126,6 +1131,7 @@ export declare function useFieldHitboxes(options: {
1126
1131
  stops: {
1127
1132
  color: string;
1128
1133
  position: number;
1134
+ midpoint?: number | undefined;
1129
1135
  }[];
1130
1136
  };
1131
1137
  image?: string | undefined;
@@ -1805,6 +1811,7 @@ export declare function useFieldHitboxes(options: {
1805
1811
  stops: {
1806
1812
  color: string;
1807
1813
  position: number;
1814
+ midpoint?: number | undefined;
1808
1815
  }[];
1809
1816
  } | {
1810
1817
  type: "radial";
@@ -1817,6 +1824,7 @@ export declare function useFieldHitboxes(options: {
1817
1824
  stops: {
1818
1825
  color: string;
1819
1826
  position: number;
1827
+ midpoint?: number | undefined;
1820
1828
  }[];
1821
1829
  } | {
1822
1830
  type: "conic";
@@ -1826,6 +1834,7 @@ export declare function useFieldHitboxes(options: {
1826
1834
  stops: {
1827
1835
  color: string;
1828
1836
  position: number;
1837
+ midpoint?: number | undefined;
1829
1838
  }[];
1830
1839
  };
1831
1840
  image?: string | undefined;
@@ -2189,6 +2198,7 @@ export declare function useFieldHitboxes(options: {
2189
2198
  stops: {
2190
2199
  color: string;
2191
2200
  position: number;
2201
+ midpoint?: number | undefined;
2192
2202
  }[];
2193
2203
  } | {
2194
2204
  type: "radial";
@@ -2201,6 +2211,7 @@ export declare function useFieldHitboxes(options: {
2201
2211
  stops: {
2202
2212
  color: string;
2203
2213
  position: number;
2214
+ midpoint?: number | undefined;
2204
2215
  }[];
2205
2216
  } | {
2206
2217
  type: "conic";
@@ -2210,6 +2221,7 @@ export declare function useFieldHitboxes(options: {
2210
2221
  stops: {
2211
2222
  color: string;
2212
2223
  position: number;
2224
+ midpoint?: number | undefined;
2213
2225
  }[];
2214
2226
  };
2215
2227
  image?: string | undefined;
@@ -2581,6 +2593,7 @@ export declare function useFieldHitboxes(options: {
2581
2593
  stops: {
2582
2594
  color: string;
2583
2595
  position: number;
2596
+ midpoint?: number | undefined;
2584
2597
  }[];
2585
2598
  } | {
2586
2599
  type: "radial";
@@ -2593,6 +2606,7 @@ export declare function useFieldHitboxes(options: {
2593
2606
  stops: {
2594
2607
  color: string;
2595
2608
  position: number;
2609
+ midpoint?: number | undefined;
2596
2610
  }[];
2597
2611
  } | {
2598
2612
  type: "conic";
@@ -2602,6 +2616,7 @@ export declare function useFieldHitboxes(options: {
2602
2616
  stops: {
2603
2617
  color: string;
2604
2618
  position: number;
2619
+ midpoint?: number | undefined;
2605
2620
  }[];
2606
2621
  };
2607
2622
  image?: string | undefined;
@@ -3469,6 +3484,7 @@ export declare function useFieldHitboxes(options: {
3469
3484
  stops: {
3470
3485
  color: string;
3471
3486
  position: number;
3487
+ midpoint?: number | undefined;
3472
3488
  }[];
3473
3489
  } | {
3474
3490
  type: "radial";
@@ -3481,6 +3497,7 @@ export declare function useFieldHitboxes(options: {
3481
3497
  stops: {
3482
3498
  color: string;
3483
3499
  position: number;
3500
+ midpoint?: number | undefined;
3484
3501
  }[];
3485
3502
  } | {
3486
3503
  type: "conic";
@@ -3490,6 +3507,7 @@ export declare function useFieldHitboxes(options: {
3490
3507
  stops: {
3491
3508
  color: string;
3492
3509
  position: number;
3510
+ midpoint?: number | undefined;
3493
3511
  }[];
3494
3512
  };
3495
3513
  image?: string | undefined;
@@ -3861,6 +3879,7 @@ export declare function useFieldHitboxes(options: {
3861
3879
  stops: {
3862
3880
  color: string;
3863
3881
  position: number;
3882
+ midpoint?: number | undefined;
3864
3883
  }[];
3865
3884
  } | {
3866
3885
  type: "radial";
@@ -3873,6 +3892,7 @@ export declare function useFieldHitboxes(options: {
3873
3892
  stops: {
3874
3893
  color: string;
3875
3894
  position: number;
3895
+ midpoint?: number | undefined;
3876
3896
  }[];
3877
3897
  } | {
3878
3898
  type: "conic";
@@ -3882,6 +3902,7 @@ export declare function useFieldHitboxes(options: {
3882
3902
  stops: {
3883
3903
  color: string;
3884
3904
  position: number;
3905
+ midpoint?: number | undefined;
3885
3906
  }[];
3886
3907
  };
3887
3908
  image?: string | undefined;
@@ -4561,6 +4582,7 @@ export declare function useFieldHitboxes(options: {
4561
4582
  stops: {
4562
4583
  color: string;
4563
4584
  position: number;
4585
+ midpoint?: number | undefined;
4564
4586
  }[];
4565
4587
  } | {
4566
4588
  type: "radial";
@@ -4573,6 +4595,7 @@ export declare function useFieldHitboxes(options: {
4573
4595
  stops: {
4574
4596
  color: string;
4575
4597
  position: number;
4598
+ midpoint?: number | undefined;
4576
4599
  }[];
4577
4600
  } | {
4578
4601
  type: "conic";
@@ -4582,6 +4605,7 @@ export declare function useFieldHitboxes(options: {
4582
4605
  stops: {
4583
4606
  color: string;
4584
4607
  position: number;
4608
+ midpoint?: number | undefined;
4585
4609
  }[];
4586
4610
  };
4587
4611
  image?: string | undefined;
@@ -4945,6 +4969,7 @@ export declare function useFieldHitboxes(options: {
4945
4969
  stops: {
4946
4970
  color: string;
4947
4971
  position: number;
4972
+ midpoint?: number | undefined;
4948
4973
  }[];
4949
4974
  } | {
4950
4975
  type: "radial";
@@ -4957,6 +4982,7 @@ export declare function useFieldHitboxes(options: {
4957
4982
  stops: {
4958
4983
  color: string;
4959
4984
  position: number;
4985
+ midpoint?: number | undefined;
4960
4986
  }[];
4961
4987
  } | {
4962
4988
  type: "conic";
@@ -4966,6 +4992,7 @@ export declare function useFieldHitboxes(options: {
4966
4992
  stops: {
4967
4993
  color: string;
4968
4994
  position: number;
4995
+ midpoint?: number | undefined;
4969
4996
  }[];
4970
4997
  };
4971
4998
  image?: string | undefined;
@@ -5337,6 +5364,7 @@ export declare function useFieldHitboxes(options: {
5337
5364
  stops: {
5338
5365
  color: string;
5339
5366
  position: number;
5367
+ midpoint?: number | undefined;
5340
5368
  }[];
5341
5369
  } | {
5342
5370
  type: "radial";
@@ -5349,6 +5377,7 @@ export declare function useFieldHitboxes(options: {
5349
5377
  stops: {
5350
5378
  color: string;
5351
5379
  position: number;
5380
+ midpoint?: number | undefined;
5352
5381
  }[];
5353
5382
  } | {
5354
5383
  type: "conic";
@@ -5358,6 +5387,7 @@ export declare function useFieldHitboxes(options: {
5358
5387
  stops: {
5359
5388
  color: string;
5360
5389
  position: number;
5390
+ midpoint?: number | undefined;
5361
5391
  }[];
5362
5392
  };
5363
5393
  image?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluepic/embed",
3
- "version": "0.4.0-next.210",
3
+ "version": "0.4.0-next.212",
4
4
  "description": "Bluepic embed sdk",
5
5
  "type": "module",
6
6
  "sideEffects": false,