Socket
Socket
Sign inDemoInstall

@watermarkinsights/ripple-react

Package Overview
Dependencies
20
Maintainers
4
Versions
111
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.8.2 to 3.9.0

3

dist/components.d.ts

@@ -24,2 +24,5 @@ /// <reference types="react" />

export declare const WmPagination: import("react").ForwardRefExoticComponent<JSX.WmPagination & Omit<import("react").HTMLAttributes<HTMLWmPaginationElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLWmPaginationElement>>;
export declare const WmProgressIndicator: import("react").ForwardRefExoticComponent<JSX.WmProgressIndicator & Omit<import("react").HTMLAttributes<HTMLWmProgressIndicatorElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLWmProgressIndicatorElement>>;
export declare const WmProgressMonitor: import("react").ForwardRefExoticComponent<JSX.WmProgressMonitor & Omit<import("react").HTMLAttributes<HTMLWmProgressMonitorElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLWmProgressMonitorElement>>;
export declare const WmProgressSlice: import("react").ForwardRefExoticComponent<JSX.WmProgressSlice & Omit<import("react").HTMLAttributes<HTMLWmProgressSliceElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLWmProgressSliceElement>>;
export declare const WmSearch: import("react").ForwardRefExoticComponent<JSX.WmSearch & Omit<import("react").HTMLAttributes<HTMLWmSearchElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLWmSearchElement>>;

@@ -26,0 +29,0 @@ export declare const WmSelect: import("react").ForwardRefExoticComponent<JSX.WmSelect & Omit<import("react").HTMLAttributes<HTMLWmSelectElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLWmSelectElement>>;

@@ -26,2 +26,5 @@ /* eslint-disable */

export var WmPagination = /*@__PURE__*/ createReactComponent('wm-pagination');
export var WmProgressIndicator = /*@__PURE__*/ createReactComponent('wm-progress-indicator');
export var WmProgressMonitor = /*@__PURE__*/ createReactComponent('wm-progress-monitor');
export var WmProgressSlice = /*@__PURE__*/ createReactComponent('wm-progress-slice');
export var WmSearch = /*@__PURE__*/ createReactComponent('wm-search');

@@ -28,0 +31,0 @@ export var WmSelect = /*@__PURE__*/ createReactComponent('wm-select');

4

package.json
{
"name": "@watermarkinsights/ripple-react",
"sideEffects": false,
"version": "3.8.2",
"version": "3.9.0",
"description": "React specific wrappers for Ripple component library",

@@ -43,4 +43,4 @@ "scripts": {

"dependencies": {
"@watermarkinsights/ripple": "3.8.2"
"@watermarkinsights/ripple": "3.9.0"
}
}

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