Socket
Socket
Sign inDemoInstall

@twilio-paste/theme

Package Overview
Dependencies
107
Maintainers
5
Versions
103
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 4.2.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [4.2.1](https://github.com/twilio-labs/paste/compare/@twilio-paste/theme@4.2.0...@twilio-paste/theme@4.2.1) (2021-01-25)
**Note:** Version bump only for package @twilio-paste/theme
# [4.2.0](https://github.com/twilio-labs/paste/compare/@twilio-paste/theme@4.1.2...@twilio-paste/theme@4.2.0) (2021-01-21)

@@ -8,0 +16,0 @@

2

dist/index.d.ts

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

Provider: import("react").FunctionComponent<ThemeProviderProps>;
Consumer: ({ children, ...props }: import("./themeConsumer").ThemeConsumerProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, string | any | (new (props: any) => import("react").Component<any, any, any>)>) | (new (props: any) => import("react").Component<any, any, any>)>;
Consumer: ({ children, ...props }: import("./themeConsumer").ThemeConsumerProps) => import("react").ReactElement<any, string | ((props: any) => import("react").ReactElement<any, string | any | (new (props: any) => import("react").Component<any, any, any>)> | null) | (new (props: any) => import("react").Component<any, any, any>)>;
};

@@ -9,0 +9,0 @@ export { pasteBaseStyles } from './styles/base';

@@ -1,2 +0,2 @@

export declare const pasteBaseStyles: (props?: {}) => import("@styled-system/css").CSSObject;
export declare const pasteBaseStyles: (props?: {} | undefined) => import("@styled-system/css").CSSObject;
//# sourceMappingURL=base.d.ts.map

@@ -1,2 +0,2 @@

export declare const pasteGlobalStyles: (props?: {}) => import("@styled-system/css").CSSObject;
export declare const pasteGlobalStyles: (props?: {} | undefined) => import("@styled-system/css").CSSObject;
//# sourceMappingURL=global.d.ts.map
import * as React from 'react';
import { ThemeVariants } from './constants';
export declare const StyledBase: import("@emotion/styled-base").StyledComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}, object>;
export declare const StyledBase: import("@emotion/styled-base").StyledComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, never>, object>;
export interface ThemeProviderProps {

@@ -5,0 +5,0 @@ customBreakpoints?: string[];

{
"name": "@twilio-paste/theme",
"version": "4.2.0",
"version": "4.2.1",
"description": "Paste Design System Theme Package which provides support for APIs to theme UIs and components.",

@@ -26,10 +26,2 @@ "author": "Twilio Inc.",

"peerDependencies": {
"@twilio-paste/animation-library": "^0.2.6",
"@twilio-paste/design-tokens": "^6.4.1",
"@twilio-paste/styling-library": "^0.2.2",
"@twilio-paste/types": "^3.0.31",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@twilio-paste/animation-library": "^0.3.0",

@@ -42,3 +34,11 @@ "@twilio-paste/design-tokens": "^6.5.0",

},
"gitHead": "1bc07961cc789a6631a75fb663d9d8f5935e3ae7"
"devDependencies": {
"@twilio-paste/animation-library": "^0.3.1",
"@twilio-paste/design-tokens": "^6.5.1",
"@twilio-paste/styling-library": "^0.3.1",
"@twilio-paste/types": "^3.1.1",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"gitHead": "fdba10a048fcf1197873da0a9bcdc4b656e0508c"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc