@julseb-lib/react 0.1.69 → 0.1.71

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.
@@ -519,7 +519,7 @@ type ILibInputPin = Omit<LibComponentBase<HTMLDivElement>, "element"> & Omit<ILi
519
519
  onChange?: never;
520
520
  };
521
521
 
522
- type ILibFieldset = Omit<LibComponentBase<HTMLFieldSetElement>, "element"> & Omit<ILibInputCommon, "inputBackground" | "inputVariant"> & ILibInputWithValidation & {
522
+ type ILibFieldset = Omit<LibComponentBase<HTMLFieldSetElement>, "element"> & Omit<ILibInputCommon, "inputBackground" | "inputVariant" | "label" | "labelComment" | "helper"> & ILibInputWithValidation & {
523
523
  legend: string;
524
524
  borderRadius?: LibRadiuses;
525
525
  };
@@ -588,6 +588,8 @@ interface ILibListGroupItem extends Omit<LibComponentBase<HTMLDivElement>, "titl
588
588
 
589
589
  interface ILibBreadcrumbs extends LibComponentBase<HTMLDivElement> {
590
590
  separator?: ReactChildren;
591
+ accentColor?: LibColorsHover;
592
+ textColor?: LibAllColors;
591
593
  }
592
594
 
593
595
  interface ILibAccordionBase extends LibComponentBase<HTMLDivElement> {
@@ -519,7 +519,7 @@ type ILibInputPin = Omit<LibComponentBase<HTMLDivElement>, "element"> & Omit<ILi
519
519
  onChange?: never;
520
520
  };
521
521
 
522
- type ILibFieldset = Omit<LibComponentBase<HTMLFieldSetElement>, "element"> & Omit<ILibInputCommon, "inputBackground" | "inputVariant"> & ILibInputWithValidation & {
522
+ type ILibFieldset = Omit<LibComponentBase<HTMLFieldSetElement>, "element"> & Omit<ILibInputCommon, "inputBackground" | "inputVariant" | "label" | "labelComment" | "helper"> & ILibInputWithValidation & {
523
523
  legend: string;
524
524
  borderRadius?: LibRadiuses;
525
525
  };
@@ -588,6 +588,8 @@ interface ILibListGroupItem extends Omit<LibComponentBase<HTMLDivElement>, "titl
588
588
 
589
589
  interface ILibBreadcrumbs extends LibComponentBase<HTMLDivElement> {
590
590
  separator?: ReactChildren;
591
+ accentColor?: LibColorsHover;
592
+ textColor?: LibAllColors;
591
593
  }
592
594
 
593
595
  interface ILibAccordionBase extends LibComponentBase<HTMLDivElement> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@julseb-lib/react",
3
- "version": "0.1.69",
3
+ "version": "0.1.71",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "files": [