@mmb-digital/design-system-web 0.1.230 → 0.1.232
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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +8 -8
- package/dist/index.esm.js.map +1 -1
- package/dist/jest.config.d.ts +7 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2111,7 +2111,7 @@ interface TypographyProps extends DesignSystemBaseProps, SsrProps, AriaAttribute
|
|
|
2111
2111
|
variant?: TypographyVariant;
|
|
2112
2112
|
weight?: FontWeight;
|
|
2113
2113
|
}
|
|
2114
|
-
declare const Typography:
|
|
2114
|
+
declare const Typography: React__default.ForwardRefExoticComponent<TypographyProps & React__default.RefAttributes<HTMLElement>>;
|
|
2115
2115
|
|
|
2116
2116
|
declare enum TagType {
|
|
2117
2117
|
alert = "alert",
|