@yahoo/uds 1.7.1 → 1.7.2
Sign up to get free protection for your applications and to get access to all the features.
package/dist/client/index.d.cts
CHANGED
@@ -5,7 +5,7 @@ import react__default from 'react';
|
|
5
5
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
6
6
|
import '@yahoo/uds-icons/types';
|
7
7
|
|
8
|
-
type HtmlButtonProps$1 = Omit<
|
8
|
+
type HtmlButtonProps$1 = Omit<HTMLMotionProps<'button'>, 'color' | 'name'> & Omit<react__default.ButtonHTMLAttributes<HTMLButtonElement>, 'color'>;
|
9
9
|
interface ButtonProps extends HtmlButtonProps$1, UniversalButtonProps {
|
10
10
|
}
|
11
11
|
/**
|
package/dist/client/index.d.ts
CHANGED
@@ -5,7 +5,7 @@ import react__default from 'react';
|
|
5
5
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
6
6
|
import '@yahoo/uds-icons/types';
|
7
7
|
|
8
|
-
type HtmlButtonProps$1 = Omit<
|
8
|
+
type HtmlButtonProps$1 = Omit<HTMLMotionProps<'button'>, 'color' | 'name'> & Omit<react__default.ButtonHTMLAttributes<HTMLButtonElement>, 'color'>;
|
9
9
|
interface ButtonProps extends HtmlButtonProps$1, UniversalButtonProps {
|
10
10
|
}
|
11
11
|
/**
|