@mmb-digital/design-system-web 0.1.67 → 0.1.68
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.cjs.js +103 -112
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +131 -140
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/dist/jest.config.d.ts +0 -7
package/dist/index.d.ts
CHANGED
|
@@ -680,7 +680,7 @@ interface InputBaseProps extends RefAttributes<HTMLInputElement> {
|
|
|
680
680
|
weight?: InputWeight;
|
|
681
681
|
}
|
|
682
682
|
|
|
683
|
-
declare const InputBase:
|
|
683
|
+
declare const InputBase: React__default.ForwardRefExoticComponent<Omit<InputBaseProps, "ref"> & React__default.RefAttributes<HTMLInputElement>>;
|
|
684
684
|
|
|
685
685
|
interface InputLabelProps {
|
|
686
686
|
hasError?: boolean;
|