@watermarkinsights/ripple-react
Advanced tools
Comparing version 3.13.0 to 3.14.0
@@ -0,0 +0,0 @@ /* eslint-disable */ |
export * from "./stencil-generated/index"; |
export * from "./stencil-generated/index"; | ||
//# sourceMappingURL=index.js.map |
export declare const object: {}; |
@@ -0,0 +0,0 @@ /* |
export * from './components'; |
@@ -0,0 +0,0 @@ import { defineCustomElements, applyPolyfills } from '@watermarkinsights/ripple/dist/loader'; |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -0,0 +0,0 @@ var __extends = (this && this.__extends) || (function () { |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -0,0 +0,0 @@ var __extends = (this && this.__extends) || (function () { |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -0,0 +0,0 @@ var __extends = (this && this.__extends) || (function () { |
export { createReactComponent } from './createComponent'; | ||
export { createOverlayComponent } from './createOverlayComponent'; |
export { createReactComponent } from './createComponent'; | ||
export { createOverlayComponent } from './createOverlayComponent'; | ||
//# sourceMappingURL=index.js.map |
@@ -0,0 +0,0 @@ export interface EventEmitter<T = any> { |
export interface ReactProps { | ||
className?: string; | ||
} |
@@ -0,0 +0,0 @@ export declare function attachEventProps(node: HTMLElement, newProps: any, oldProps?: any): void; |
@@ -0,0 +0,0 @@ export function attachEventProps(node, newProps, oldProps) { |
@@ -0,0 +0,0 @@ export declare const attachProps: (node: HTMLElement, newProps: any, oldProps?: any) => void; |
@@ -0,0 +0,0 @@ import { camelToDashCase } from './case'; |
export declare const dashToPascalCase: (str: string) => string; | ||
export declare const camelToDashCase: (str: string) => string; |
@@ -0,0 +0,0 @@ export var dashToPascalCase = function (str) { |
export declare const isDevMode: () => boolean; | ||
export declare const deprecationWarning: (key: string, message: string) => void; |
@@ -0,0 +0,0 @@ export var isDevMode = function () { |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -0,0 +0,0 @@ var __assign = (this && this.__assign) || function () { |
{ | ||
"name": "@watermarkinsights/ripple-react", | ||
"version": "3.13.0", | ||
"version": "3.14.0", | ||
"description": "React specific wrappers for Ripple component library", | ||
@@ -44,4 +44,4 @@ "scripts": { | ||
"dependencies": { | ||
"@watermarkinsights/ripple": "3.13.0" | ||
"@watermarkinsights/ripple": "3.14.0" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # React wrappers |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
237941
+ Added@watermarkinsights/ripple@3.14.0(transitive)
- Removed@watermarkinsights/ripple@3.13.0(transitive)