Socket
Socket
Sign inDemoInstall

@rmwc/types

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/types - npm Package Compare versions

Comparing version 5.0.1-alpha.0 to 5.0.2-alpha.0

4

dist/index.d.ts

@@ -10,3 +10,3 @@ /// <reference types="react" />

export declare type ThemeOptionT = 'primary' | 'secondary' | 'background' | 'surface' | 'error' | 'primaryBg' | 'secondaryBg' | 'onPrimary' | 'onSecondary' | 'onSurface' | 'onError' | 'textPrimaryOnBackground' | 'textSecondaryOnBackground' | 'textHintOnBackground' | 'textDisabledOnBackground' | 'textIconOnBackground' | 'textPrimaryOnLight' | 'textSecondaryOnLight' | 'textHintOnLight' | 'textDisabledOnLight' | 'textIconOnLight' | 'textPrimaryOnDark' | 'textSecondaryOnDark' | 'textHintOnDark' | 'textDisabledOnDark' | 'textIconOnDark';
export declare type ThemeInputT = ThemeOptionT | ThemeOptionT[];
export declare type ThemePropT = ThemeOptionT | ThemeOptionT[];
/**

@@ -38,3 +38,3 @@ * Ripples

tag?: TagT;
theme?: ThemeInputT;
theme?: ThemePropT;
}

@@ -10,3 +10,3 @@ /// <reference types="react" />

export declare type ThemeOptionT = 'primary' | 'secondary' | 'background' | 'surface' | 'error' | 'primaryBg' | 'secondaryBg' | 'onPrimary' | 'onSecondary' | 'onSurface' | 'onError' | 'textPrimaryOnBackground' | 'textSecondaryOnBackground' | 'textHintOnBackground' | 'textDisabledOnBackground' | 'textIconOnBackground' | 'textPrimaryOnLight' | 'textSecondaryOnLight' | 'textHintOnLight' | 'textDisabledOnLight' | 'textIconOnLight' | 'textPrimaryOnDark' | 'textSecondaryOnDark' | 'textHintOnDark' | 'textDisabledOnDark' | 'textIconOnDark';
export declare type ThemeInputT = ThemeOptionT | ThemeOptionT[];
export declare type ThemePropT = ThemeOptionT | ThemeOptionT[];
/**

@@ -38,3 +38,3 @@ * Ripples

tag?: TagT;
theme?: ThemeInputT;
theme?: ThemePropT;
}
{
"name": "@rmwc/types",
"version": "5.0.1-alpha.0",
"version": "5.0.2-alpha.0",
"description": "RMWC Shared Typescript Types",

@@ -29,3 +29,3 @@ "main": "dist/index.js",

"homepage": "https://github.com/jamesmfriedman/rmwc/tree/master/src/types#readme",
"gitHead": "f6ed58730fd20695ec0ba79d29a5c5bbd36c0552"
"gitHead": "69fbf9ddbdad8cf2b014443c386e1c125a9cee79"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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