@julseb-lib/react 0.1.69 → 0.1.70
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
|
};
|
|
@@ -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
|
};
|