@loadsmart/miranda-react 1.13.0 → 1.13.1

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.
@@ -1,6 +1,6 @@
1
1
  import type { HTMLAttributes } from 'react';
2
2
  import type { Text as WCText, TextProps as WCTextProps } from '@loadsmart/miranda-wc';
3
- export type TextProps = React.HTMLAttributes<HTMLSpanElement> & WCTextProps;
3
+ export type TextProps = React.HTMLAttributes<HTMLElement> & WCTextProps;
4
4
  declare global {
5
5
  namespace JSX {
6
6
  interface IntrinsicElements {
@@ -0,0 +1,5 @@
1
+ import type { Story, Meta } from '@storybook/react/types-6-0';
2
+ import { type TextProps } from './Text';
3
+ declare const meta: Meta;
4
+ export declare const Playground: Story<TextProps>;
5
+ export default meta;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-react",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
4
4
  "description": "React component library based on Miranda Web Components",
5
5
  "main": "dist",
6
6
  "files": [