@milaboratories/miplots4 1.0.94 → 1.0.96

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.ts CHANGED
@@ -648,6 +648,7 @@ declare const HistogramSettingsSchema: z.ZodObject<{
648
648
  layers: z.ZodArray<z.ZodUnion<[z.ZodObject<{
649
649
  type: z.ZodLiteral<"bins">;
650
650
  aes: z.ZodOptional<z.ZodObject<{
651
+ lineColor: z.ZodOptional<z.ZodString>;
651
652
  fillColor: z.ZodOptional<z.ZodUnion<[z.ZodObject<{
652
653
  type: z.ZodLiteral<"grouping">;
653
654
  value: z.ZodString;
@@ -672,6 +673,7 @@ declare const HistogramSettingsSchema: z.ZodObject<{
672
673
  }>]>>;
673
674
  opacity: z.ZodOptional<z.ZodNumber>;
674
675
  }, "strip", z.ZodTypeAny, {
676
+ lineColor?: string | undefined;
675
677
  opacity?: number | undefined;
676
678
  fillColor?: string | {
677
679
  type: "grouping";
@@ -682,6 +684,7 @@ declare const HistogramSettingsSchema: z.ZodObject<{
682
684
  domain?: number[] | undefined;
683
685
  } | undefined;
684
686
  }, {
687
+ lineColor?: string | undefined;
685
688
  opacity?: number | undefined;
686
689
  fillColor?: string | {
687
690
  type: "grouping";
@@ -695,6 +698,7 @@ declare const HistogramSettingsSchema: z.ZodObject<{
695
698
  }, "strip", z.ZodTypeAny, {
696
699
  type: "bins";
697
700
  aes?: {
701
+ lineColor?: string | undefined;
698
702
  opacity?: number | undefined;
699
703
  fillColor?: string | {
700
704
  type: "grouping";
@@ -708,6 +712,7 @@ declare const HistogramSettingsSchema: z.ZodObject<{
708
712
  }, {
709
713
  type: "bins";
710
714
  aes?: {
715
+ lineColor?: string | undefined;
711
716
  opacity?: number | undefined;
712
717
  fillColor?: string | {
713
718
  type: "grouping";
@@ -738,6 +743,7 @@ declare const HistogramSettingsSchema: z.ZodObject<{
738
743
  layers: ({
739
744
  type: "bins";
740
745
  aes?: {
746
+ lineColor?: string | undefined;
741
747
  opacity?: number | undefined;
742
748
  fillColor?: string | {
743
749
  type: "grouping";
@@ -827,6 +833,7 @@ declare const HistogramSettingsSchema: z.ZodObject<{
827
833
  layers: ({
828
834
  type: "bins";
829
835
  aes?: {
836
+ lineColor?: string | undefined;
830
837
  opacity?: number | undefined;
831
838
  fillColor?: string | {
832
839
  type: "grouping";
@@ -3452,6 +3459,13 @@ declare const DiscreteSettingsSchema: z.ZodObject<{
3452
3459
  }, {
3453
3460
  show: boolean;
3454
3461
  }>>;
3462
+ logo: z.ZodOptional<z.ZodObject<{
3463
+ show: z.ZodBoolean;
3464
+ }, "strip", z.ZodTypeAny, {
3465
+ show: boolean;
3466
+ }, {
3467
+ show: boolean;
3468
+ }>>;
3455
3469
  }, "strip", z.ZodTypeAny, {
3456
3470
  box?: {
3457
3471
  show: boolean;
@@ -3474,6 +3488,9 @@ declare const DiscreteSettingsSchema: z.ZodObject<{
3474
3488
  pairedPoints?: {
3475
3489
  show: boolean;
3476
3490
  } | undefined;
3491
+ logo?: {
3492
+ show: boolean;
3493
+ } | undefined;
3477
3494
  boxOutliers?: {
3478
3495
  show: boolean;
3479
3496
  } | undefined;
@@ -3502,6 +3519,9 @@ declare const DiscreteSettingsSchema: z.ZodObject<{
3502
3519
  pairedPoints?: {
3503
3520
  show: boolean;
3504
3521
  } | undefined;
3522
+ logo?: {
3523
+ show: boolean;
3524
+ } | undefined;
3505
3525
  boxOutliers?: {
3506
3526
  show: boolean;
3507
3527
  } | undefined;
@@ -5210,6 +5230,9 @@ declare const DiscreteSettingsSchema: z.ZodObject<{
5210
5230
  pairedPoints?: {
5211
5231
  show: boolean;
5212
5232
  } | undefined;
5233
+ logo?: {
5234
+ show: boolean;
5235
+ } | undefined;
5213
5236
  boxOutliers?: {
5214
5237
  show: boolean;
5215
5238
  } | undefined;
@@ -5579,6 +5602,9 @@ declare const DiscreteSettingsSchema: z.ZodObject<{
5579
5602
  pairedPoints?: {
5580
5603
  show: boolean;
5581
5604
  } | undefined;
5605
+ logo?: {
5606
+ show: boolean;
5607
+ } | undefined;
5582
5608
  boxOutliers?: {
5583
5609
  show: boolean;
5584
5610
  } | undefined;