Socket
Socket
Sign inDemoInstall

@tedconf/monterey

Package Overview
Dependencies
Maintainers
9
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tedconf/monterey - npm Package Compare versions

Comparing version 1.1.2-beta.1 to 1.1.2-beta.2

dist/src/components/tokens/colors/index.d.ts

2

.cz-config.js
const features = ['tokens', 'button', 'text', 'view', 'branding'];
module.exports = {
scopes: [...features, 'automation', 'docs', 'tests'],
scopes: [...features, 'automation', 'docs', 'tests', ''],
allowBreakingChanges: features,

@@ -6,0 +6,0 @@ askForBreakingChangeFirst: false,

@@ -0,1 +1,8 @@

## [1.1.2-beta.2](https://github.com/tedconf/monterey/compare/v1.1.2-beta.1...v1.1.2-beta.2) (2019-10-02)
### Features
* export types for components and theme ([dc96f8b](https://github.com/tedconf/monterey/commit/dc96f8b))
## [1.1.2-beta.1](https://github.com/tedconf/monterey/compare/v1.1.2-beta.0...v1.1.2-beta.1) (2019-10-01)

@@ -2,0 +9,0 @@

import Button from './button';
import { ButtonProps } from './base';
import Ghost from './ghost';
import Link from './link';
export { Button as default, Link, Ghost };
export { Button as default, ButtonProps, Link, Ghost };

@@ -1,8 +0,8 @@

import Button, { Ghost, Link } from './components/button';
import View from './components/view';
import Text from './components/text';
import Button, { ButtonProps, Ghost, Link } from './components/button';
import View, { ViewProps } from './components/view';
import Text, { TextProps } from './components/text';
import sx from '@styled-system/css';
import { Logo, Lockup } from './components/branding';
import ThemeProvider, { useTheme, theme } from './components/theme';
import ThemeProvider, { Theme, useTheme, theme } from './components/theme';
import { jsx } from 'theme-ui';
export { Button, Logo, Lockup, Ghost as GhostButton, Link as LinkButton, View, Text, useTheme, theme, ThemeProvider, ThemeProvider as Monterey, jsx, sx, };
export { Button, Logo, Lockup, Ghost as GhostButton, Link as LinkButton, View, Text, useTheme, theme, ThemeProvider, ThemeProvider as Monterey, jsx, sx, ButtonProps, ViewProps, TextProps, Theme, };

@@ -1,3 +0,3 @@

export declare const DISABLED_COLOR = "grays.6";
export declare const DISABLED_TEXT = "grays.4";
export declare const DISABLED_COLOR = "gray.6";
export declare const DISABLED_TEXT = "gray.4";
export declare const STYLE: {

@@ -4,0 +4,0 @@ (disabled: any): {

@@ -1,24 +0,3 @@

export declare type ThemeColors = {
success: {
[x: string]: string;
};
warning: {
[x: string]: string;
};
error: {
[x: string]: string;
};
grays: {
[x: string]: string;
};
indigos: {
[x: string]: string;
};
gray?: string;
indigo?: string;
black: string;
white: string;
TEDRed: string;
};
export declare type Theme = {
import { ThemeColors } from './colors';
declare type Theme = {
colors: ThemeColors;

@@ -61,2 +40,2 @@ space: {

declare const tokens: Theme;
export default tokens;
export { Theme, ThemeColors, tokens as default };
{
"name": "@tedconf/monterey",
"version": "1.1.2-beta.1",
"version": "1.1.2-beta.2",
"main": "dist/index.min.js",

@@ -5,0 +5,0 @@ "module": "dist/index.esm.min.js",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc