Socket
Socket
Sign inDemoInstall

react-uicomp

Package Overview
Dependencies
84
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

1

dist/components/Button.d.ts

@@ -16,4 +16,5 @@ import * as React from "react";

rightIconClassName?: string;
onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
}
export declare const RippleButton: React.ForwardRefExoticComponent<RippleButtonProps & React.RefAttributes<HTMLButtonElement>>;
export {};

5

dist/index.js

@@ -845,3 +845,4 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

rightIconClassName = props.rightIconClassName,
rest = _objectWithoutPropertiesLoose(props, ["title", "style", "className", "textStyle", "textClassName", "rippleStyle", "rippleClassName", "leftIcon", "leftIconStyle", "leftIconClassName", "rightIcon", "rightIconStyle", "rightIconClassName"]);
_onClick = props.onClick,
rest = _objectWithoutPropertiesLoose(props, ["title", "style", "className", "textStyle", "textClassName", "rippleStyle", "rippleClassName", "leftIcon", "leftIconStyle", "leftIconClassName", "rightIcon", "rightIconStyle", "rightIconClassName", "onClick"]);

@@ -873,2 +874,4 @@ var containerRef = React.useRef();

}
!!_onClick && _onClick(e);
}

@@ -875,0 +878,0 @@ }, {

@@ -843,3 +843,4 @@ import { useRef, useState, useCallback, createElement, useEffect, Component, forwardRef } from 'react';

rightIconClassName = props.rightIconClassName,
rest = _objectWithoutPropertiesLoose(props, ["title", "style", "className", "textStyle", "textClassName", "rippleStyle", "rippleClassName", "leftIcon", "leftIconStyle", "leftIconClassName", "rightIcon", "rightIconStyle", "rightIconClassName"]);
_onClick = props.onClick,
rest = _objectWithoutPropertiesLoose(props, ["title", "style", "className", "textStyle", "textClassName", "rippleStyle", "rippleClassName", "leftIcon", "leftIconStyle", "leftIconClassName", "rightIcon", "rightIconStyle", "rightIconClassName", "onClick"]);

@@ -871,2 +872,4 @@ var containerRef = useRef();

}
!!_onClick && _onClick(e);
}

@@ -873,0 +876,0 @@ }, {

{
"name": "react-uicomp",
"version": "3.0.0",
"version": "3.0.1",
"description": "UI component library for react",

@@ -5,0 +5,0 @@ "author": "dipeshrai123",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc