@loadsmart/miranda-react
Advanced tools
Comparing version 1.7.0 to 1.7.1
import React from 'react'; | ||
import type { HTMLAttributes, ReactNode } from 'react'; | ||
import { Button as WCButton, type ButtonProps as WCButtonProps } from '@loadsmart/miranda-wc'; | ||
import type { Button as WCButton, ButtonProps as WCButtonProps } from '@loadsmart/miranda-wc'; | ||
export interface ButtonProps extends Omit<HTMLAttributes<WCButton>, 'onClick'>, WCButtonProps { | ||
@@ -5,0 +5,0 @@ leading?: ReactNode; |
import React, { type HTMLAttributes } from 'react'; | ||
import { Text as WCText, type TextProps as WCTextProps } from '@loadsmart/miranda-wc'; | ||
import type { Text as WCText, TextProps as WCTextProps } from '@loadsmart/miranda-wc'; | ||
export declare type TextProps = React.HTMLAttributes<HTMLSpanElement> & WCTextProps; | ||
@@ -4,0 +4,0 @@ declare global { |
{ | ||
"name": "@loadsmart/miranda-react", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "React component library based on Miranda Web Components", | ||
@@ -16,3 +16,4 @@ "main": "dist", | ||
"build": "rollup -c --environment BUILD:prod", | ||
"release": "semantic-release" | ||
"release": "semantic-release", | ||
"typecheck": "tsc" | ||
}, | ||
@@ -19,0 +20,0 @@ "author": "Loadsmart", |
46897