Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@palett/cards

Package Overview
Dependencies
Maintainers
1
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@palett/cards - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

114

dist/index.cjs.js

@@ -5,3 +5,3 @@ 'use strict';

const red = {
const Red = {
base: '#F44336',

@@ -23,3 +23,3 @@ lighten_5: '#FFEBEE',

const pink = {
const Pink = {
base: '#E91E63',

@@ -41,3 +41,3 @@ lighten_5: '#FCE4EC',

const purple = {
const Purple = {
base: '#9C27B0',

@@ -59,3 +59,3 @@ lighten_5: '#F3E5F5',

const deepPurple = {
const DeepPurple = {
base: '#673AB7',

@@ -77,3 +77,3 @@ lighten_5: '#EDE7F6',

const indigo = {
const Indigo = {
base: '#3F51B5',

@@ -95,3 +95,3 @@ lighten_5: '#E8EAF6',

const blue = {
const Blue = {
base: '#2196F3',

@@ -113,3 +113,3 @@ lighten_5: '#E3F2FD',

const lightBlue = {
const LightBlue = {
base: '#03A9F4',

@@ -131,3 +131,3 @@ lighten_5: '#E1F5FE',

const cyan = {
const Cyan = {
base: '#00BCD4',

@@ -149,3 +149,3 @@ lighten_5: '#E0F7FA',

const teal = {
const Teal = {
base: '#009688',

@@ -167,3 +167,3 @@ lighten_5: '#E0F2F1',

const green = {
const Green = {
base: '#4CAF50',

@@ -185,3 +185,3 @@ lighten_5: '#E8F5E9',

const lightGreen = {
const LightGreen = {
base: '#8BC34A',

@@ -203,3 +203,3 @@ lighten_5: '#F1F8E9',

const lime = {
const Lime = {
base: '#CDDC39',

@@ -221,3 +221,3 @@ lighten_5: '#F9FBE7',

const yellow = {
const Yellow = {
base: '#FFEB3B',

@@ -239,3 +239,3 @@ lighten_5: '#FFFDE7',

const amber = {
const Amber = {
base: '#FFC107',

@@ -257,3 +257,3 @@ lighten_5: '#FFF8E1',

const orange = {
const Orange = {
base: '#FF9800',

@@ -275,3 +275,3 @@ lighten_5: '#FFF3E0',

const deepOrange = {
const DeepOrange = {
base: '#FF5722',

@@ -293,3 +293,3 @@ lighten_5: '#FBE9E7',

const brown = {
const Brown = {
base: '#795548',

@@ -311,3 +311,3 @@ lighten_5: '#EFEBE9',

const blueGrey = {
const BlueGrey = {
base: '#607D8B',

@@ -329,3 +329,3 @@ lighten_5: '#ECEFF1',

const grey = {
const Grey = {
base: '#9E9E9E',

@@ -354,21 +354,21 @@ lighten_5: '#FAFAFA',

const Cards = {
red,
pink,
purple,
deepPurple,
indigo,
blue,
lightBlue,
cyan,
teal,
green,
lightGreen,
lime,
yellow,
amber,
orange,
deepOrange,
brown,
blueGrey,
grey
red: Red,
pink: Pink,
purple: Purple,
deepPurple: DeepPurple,
indigo: Indigo,
blue: Blue,
lightBlue: LightBlue,
cyan: Cyan,
teal: Teal,
green: Green,
lightGreen: LightGreen,
lime: Lime,
yellow: Yellow,
amber: Amber,
orange: Orange,
deepOrange: DeepOrange,
brown: Brown,
blueGrey: BlueGrey,
grey: Grey
};

@@ -395,23 +395,23 @@ Reflect.defineProperty(Cards, 'colors', {

exports.Amber = amber;
exports.Blue = blue;
exports.BlueGrey = blueGrey;
exports.Brown = brown;
exports.Amber = Amber;
exports.Blue = Blue;
exports.BlueGrey = BlueGrey;
exports.Brown = Brown;
exports.Cards = Cards;
exports.Cyan = cyan;
exports.DeepOrange = deepOrange;
exports.DeepPurple = deepPurple;
exports.Green = green;
exports.Grey = grey;
exports.Indigo = indigo;
exports.LightBlue = lightBlue;
exports.LightGreen = lightGreen;
exports.Lime = lime;
exports.Orange = orange;
exports.Cyan = Cyan;
exports.DeepOrange = DeepOrange;
exports.DeepPurple = DeepPurple;
exports.Green = Green;
exports.Grey = Grey;
exports.Indigo = Indigo;
exports.LightBlue = LightBlue;
exports.LightGreen = LightGreen;
exports.Lime = Lime;
exports.Orange = Orange;
exports.Palett = Cards;
exports.Pink = pink;
exports.Purple = purple;
exports.Red = red;
exports.Pink = Pink;
exports.Purple = Purple;
exports.Red = Red;
exports.Shades = Shades;
exports.Teal = teal;
exports.Yellow = yellow;
exports.Teal = Teal;
exports.Yellow = Yellow;

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

const red = {
const Red = {
base: '#F44336',

@@ -18,3 +18,3 @@ lighten_5: '#FFEBEE',

const pink = {
const Pink = {
base: '#E91E63',

@@ -36,3 +36,3 @@ lighten_5: '#FCE4EC',

const purple = {
const Purple = {
base: '#9C27B0',

@@ -54,3 +54,3 @@ lighten_5: '#F3E5F5',

const deepPurple = {
const DeepPurple = {
base: '#673AB7',

@@ -72,3 +72,3 @@ lighten_5: '#EDE7F6',

const indigo = {
const Indigo = {
base: '#3F51B5',

@@ -90,3 +90,3 @@ lighten_5: '#E8EAF6',

const blue = {
const Blue = {
base: '#2196F3',

@@ -108,3 +108,3 @@ lighten_5: '#E3F2FD',

const lightBlue = {
const LightBlue = {
base: '#03A9F4',

@@ -126,3 +126,3 @@ lighten_5: '#E1F5FE',

const cyan = {
const Cyan = {
base: '#00BCD4',

@@ -144,3 +144,3 @@ lighten_5: '#E0F7FA',

const teal = {
const Teal = {
base: '#009688',

@@ -162,3 +162,3 @@ lighten_5: '#E0F2F1',

const green = {
const Green = {
base: '#4CAF50',

@@ -180,3 +180,3 @@ lighten_5: '#E8F5E9',

const lightGreen = {
const LightGreen = {
base: '#8BC34A',

@@ -198,3 +198,3 @@ lighten_5: '#F1F8E9',

const lime = {
const Lime = {
base: '#CDDC39',

@@ -216,3 +216,3 @@ lighten_5: '#F9FBE7',

const yellow = {
const Yellow = {
base: '#FFEB3B',

@@ -234,3 +234,3 @@ lighten_5: '#FFFDE7',

const amber = {
const Amber = {
base: '#FFC107',

@@ -252,3 +252,3 @@ lighten_5: '#FFF8E1',

const orange = {
const Orange = {
base: '#FF9800',

@@ -270,3 +270,3 @@ lighten_5: '#FFF3E0',

const deepOrange = {
const DeepOrange = {
base: '#FF5722',

@@ -288,3 +288,3 @@ lighten_5: '#FBE9E7',

const brown = {
const Brown = {
base: '#795548',

@@ -306,3 +306,3 @@ lighten_5: '#EFEBE9',

const blueGrey = {
const BlueGrey = {
base: '#607D8B',

@@ -324,3 +324,3 @@ lighten_5: '#ECEFF1',

const grey = {
const Grey = {
base: '#9E9E9E',

@@ -349,21 +349,21 @@ lighten_5: '#FAFAFA',

const Cards = {
red,
pink,
purple,
deepPurple,
indigo,
blue,
lightBlue,
cyan,
teal,
green,
lightGreen,
lime,
yellow,
amber,
orange,
deepOrange,
brown,
blueGrey,
grey
red: Red,
pink: Pink,
purple: Purple,
deepPurple: DeepPurple,
indigo: Indigo,
blue: Blue,
lightBlue: LightBlue,
cyan: Cyan,
teal: Teal,
green: Green,
lightGreen: LightGreen,
lime: Lime,
yellow: Yellow,
amber: Amber,
orange: Orange,
deepOrange: DeepOrange,
brown: Brown,
blueGrey: BlueGrey,
grey: Grey
};

@@ -390,2 +390,2 @@ Reflect.defineProperty(Cards, 'colors', {

export { amber as Amber, blue as Blue, blueGrey as BlueGrey, brown as Brown, Cards, cyan as Cyan, deepOrange as DeepOrange, deepPurple as DeepPurple, green as Green, grey as Grey, indigo as Indigo, lightBlue as LightBlue, lightGreen as LightGreen, lime as Lime, orange as Orange, Cards as Palett, pink as Pink, purple as Purple, red as Red, Shades, teal as Teal, yellow as Yellow };
export { Amber, Blue, BlueGrey, Brown, Cards, Cyan, DeepOrange, DeepPurple, Green, Grey, Indigo, LightBlue, LightGreen, Lime, Orange, Cards as Palett, Pink, Purple, Red, Shades, Teal, Yellow };
{
"name": "@palett/cards",
"version": "0.0.13",
"version": "0.0.14",
"description": "A color converter",

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

"homepage": "https://github.com/hoyeungw/@palett#readme",
"gitHead": "aba557843c2e91d41a007be5f805b77329d11d6a",
"gitHead": "f25b2f3a2fd54f2d5c73860f409fac3ca4e00f52",
"dependencies": {

@@ -41,0 +41,0 @@ "palett-presets": "^0.0.23"

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