@mmb-digital/design-system-web 0.1.328 → 0.1.329
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 +10 -10
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2260,6 +2260,7 @@ interface TypographyProps extends DesignSystemBaseProps, SsrProps, AriaAttribute
|
|
|
2260
2260
|
id?: string;
|
|
2261
2261
|
onClick?: ((event: MouseEvent<HTMLElement>) => void) | undefined;
|
|
2262
2262
|
role?: AriaRole;
|
|
2263
|
+
tabIndex?: number;
|
|
2263
2264
|
textAlign?: TypographyTextAlign;
|
|
2264
2265
|
variant?: TypographyVariant;
|
|
2265
2266
|
weight?: FontWeight;
|