@uniformdev/design-system 16.1.1-alpha.281 → 16.1.1-alpha.321
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/esm/index.js +232 -163
- package/dist/index.d.ts +1 -1
- package/dist/index.js +232 -163
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -542,7 +542,7 @@ declare type ButtonWithMenuProps = ActionButtonsProps & React$1.ButtonHTMLAttrib
|
|
|
542
542
|
*/
|
|
543
543
|
declare const ButtonWithMenu: ({ onButtonClick, buttonType, buttonText, disabled, children, placement, ...buttonProps }: ButtonWithMenuProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element;
|
|
544
544
|
|
|
545
|
-
declare type AddButtonProps = Omit<React$1.
|
|
545
|
+
declare type AddButtonProps = Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement>, 'onChange'> & {
|
|
546
546
|
/** sets the aria-label for accessibility
|
|
547
547
|
* @default "Add"
|
|
548
548
|
*/
|