@rmwc/line-ripple
Advanced tools
Comparing version 6.0.13 to 6.0.14
@@ -1,8 +0,7 @@ | ||
/// <reference types="react" /> | ||
/// <reference types="@emotion/core" /> | ||
import React from 'react'; | ||
import { MDCLineRippleFoundation } from '@material/line-ripple'; | ||
import { LineRippleProps } from '.'; | ||
export declare const useLineRippleFoundation: (props: LineRippleProps & import("react").HTMLProps<any>) => { | ||
rootEl: import("@rmwc/base").FoundationElement<LineRippleProps & import("react").HTMLProps<any>, HTMLElement>; | ||
export declare const useLineRippleFoundation: (props: LineRippleProps & React.HTMLProps<any>) => { | ||
rootEl: import("@rmwc/base").FoundationElement<any, HTMLElement>; | ||
foundation: MDCLineRippleFoundation; | ||
}; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var tslib_1 = require("tslib"); | ||
var react_1 = require("react"); | ||
var base_1 = require("@rmwc/base"); | ||
var line_ripple_1 = require("@material/line-ripple"); | ||
var react_1 = require("react"); | ||
exports.useLineRippleFoundation = function (props) { | ||
@@ -8,0 +8,0 @@ var _a = base_1.useFoundation({ |
@@ -1,8 +0,7 @@ | ||
/// <reference types="react" /> | ||
/// <reference types="@emotion/core" /> | ||
import React from 'react'; | ||
import { MDCLineRippleFoundation } from '@material/line-ripple'; | ||
import { LineRippleProps } from '.'; | ||
export declare const useLineRippleFoundation: (props: LineRippleProps & import("react").HTMLProps<any>) => { | ||
rootEl: import("@rmwc/base").FoundationElement<LineRippleProps & import("react").HTMLProps<any>, HTMLElement>; | ||
export declare const useLineRippleFoundation: (props: LineRippleProps & React.HTMLProps<any>) => { | ||
rootEl: import("@rmwc/base").FoundationElement<any, HTMLElement>; | ||
foundation: MDCLineRippleFoundation; | ||
}; |
import { __assign, __rest } from "tslib"; | ||
import { useEffect } from 'react'; | ||
import { useFoundation } from '@rmwc/base'; | ||
import { MDCLineRippleFoundation } from '@material/line-ripple'; | ||
import { useEffect } from 'react'; | ||
export var useLineRippleFoundation = function (props) { | ||
@@ -6,0 +6,0 @@ var _a = useFoundation({ |
{ | ||
"name": "@rmwc/line-ripple", | ||
"version": "6.0.13", | ||
"version": "6.0.14", | ||
"description": "RMWC LineRipple component", | ||
@@ -40,6 +40,6 @@ "main": "dist/index.js", | ||
"@material/line-ripple": "^5.1.0", | ||
"@rmwc/base": "^6.0.13", | ||
"@rmwc/base": "^6.0.14", | ||
"@rmwc/types": "^6.0.5" | ||
}, | ||
"gitHead": "0d3b30c73eb07958144efef0fb0759fa014a546a" | ||
"gitHead": "4ee07fdccaec6eae22a6adf9c3232d809492bafd" | ||
} |
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
8890
142
Updated@rmwc/base@^6.0.14