Socket
Socket
Sign inDemoInstall

@rmwc/provider

Package Overview
Dependencies
Maintainers
1
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/provider - npm Package Compare versions

Comparing version 14.0.2-alpha.7 to 14.0.2

README.md

15

lib/provider.d.ts
import React from 'react';
import * as RMWC from '@rmwc/types';
type TooltipActivationT = 'hover' | 'click' | 'focus';
type TooltipAlignT = 'left' | 'right' | 'top' | 'bottom' | 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight';
export type TooltipOptions = {
/** How to align the tooltip. Defaults to `top`. */
align?: TooltipAlignT;
export declare type TooltipActivationT = 'hover' | 'click' | 'focus';
export declare type RCTooltipAlignT = 'left' | 'right' | 'top' | 'bottom' | 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight';
export declare type TooltipAlignT = 'start' | 'center' | 'end' | 'above' | 'below' | 'startAbove' | 'startBelow' | 'centerAbove' | 'centerBelow' | 'endAbove' | 'endBelow';
export declare type TooltipOptions = {
/** How to align the tooltip. This affects both RCTooltip and Tooltip, but only if the given alignment is supported by the component. Defaults to `top`. */
align?: RCTooltipAlignT | TooltipAlignT;
/** Activate the tooltip through one or more interactions. Defaults to `['hover', 'focus']`. */
activateOn?: TooltipActivationT | TooltipActivationT[];
/** Whether or not to show an arrow on the Tooltip. Defaults to `false`. */
/** Whether or not to show an arrow on the Tooltip. Only supported by RCTooltip. Defaults to `false`. */
showArrow?: boolean;

@@ -17,3 +18,3 @@ /** Delay in milliseconds before showing the tooltip when interacting via touch or mouse. */

};
type TypographyOptions = {
declare type TypographyOptions = {
defaultTag?: string | React.ComponentType<any>;

@@ -20,0 +21,0 @@ headline1?: string | React.ComponentType<any>;

{
"name": "@rmwc/provider",
"version": "14.0.2-alpha.7",
"version": "14.0.2",
"description": "RMWC Provider component",

@@ -10,2 +10,3 @@ "main": "./index.js",

"import": "./index.mjs",
"types": "./index.d.ts",
"require": "./index.js"

@@ -30,3 +31,3 @@ }

},
"homepage": "https://github.com/rmwc/rmwc/tree/master/packages/readme/provider",
"homepage": "https://github.com/rmwc/rmwc/tree/master/packages/provider",
"peerDependencies": {

@@ -37,5 +38,5 @@ "react": ">=16.8.x",

"dependencies": {
"@rmwc/base": "14.0.2-alpha.7",
"@rmwc/types": "14.0.2-alpha.7"
"@rmwc/base": "14.0.2",
"@rmwc/types": "14.0.2"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc