Socket
Socket
Sign inDemoInstall

@toptal/picasso-tailwind

Package Overview
Dependencies
Maintainers
0
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toptal/picasso-tailwind - npm Package Compare versions

Comparing version 2.6.2-alpha-fx-5525-container-968fa808d.36 to 2.7.0

5

dist-package/package.json
{
"name": "@toptal/picasso-tailwind",
"version": "2.6.2-alpha-fx-5525-container-968fa808d.36+968fa808d",
"version": "2.7.0",
"description": "Picasso Tailwind configuration",

@@ -37,4 +37,3 @@ "author": "Toptal",

"src"
],
"gitHead": "968fa808df499448786949e11d58be225c4795ce"
]
}

@@ -125,2 +125,3 @@ const plugin = require('tailwindcss/plugin')

100: '#EDF1FD',
150: '#D5DEFA',
400: '#25A9EF',

@@ -133,2 +134,3 @@ 500: '#204ECF',

100: '#EAFBF5',
150: '#D7F3E9',
500: '#00CC83',

@@ -154,2 +156,3 @@ 600: '#03B080',

100: '#FBEDF1',
150: '#F5D8E0',
500: '#D42551',

@@ -159,2 +162,3 @@ },

100: '#FFF5E3',
150: '#F8E7C8',
500: '#E59C01',

@@ -165,2 +169,3 @@ },

},
inheritColor: 'inherit',
},

@@ -211,4 +216,23 @@ extend: {

}),
animation: {
'circle-spin': 'stroke-dash 1.4s ease-in-out infinite',
},
keyframes: {
'stroke-dash': {
'0%': {
strokeDasharray: '1px, 200px',
strokeDashoffset: '0px',
},
'50%': {
strokeDasharray: '100px, 200px',
strokeDashoffset: '-15px',
},
'100%': {
strokeDasharray: '100px, 200px',
strokeDashoffset: '-125px',
},
},
},
},
},
}
{
"name": "@toptal/picasso-tailwind",
"version": "2.6.2-alpha-fx-5525-container-968fa808d.36+968fa808d",
"version": "2.7.0",
"description": "Picasso Tailwind configuration",

@@ -37,4 +37,3 @@ "author": "Toptal",

"src"
],
"gitHead": "968fa808df499448786949e11d58be225c4795ce"
]
}

@@ -125,2 +125,3 @@ const plugin = require('tailwindcss/plugin')

100: '#EDF1FD',
150: '#D5DEFA',
400: '#25A9EF',

@@ -133,2 +134,3 @@ 500: '#204ECF',

100: '#EAFBF5',
150: '#D7F3E9',
500: '#00CC83',

@@ -154,2 +156,3 @@ 600: '#03B080',

100: '#FBEDF1',
150: '#F5D8E0',
500: '#D42551',

@@ -159,2 +162,3 @@ },

100: '#FFF5E3',
150: '#F8E7C8',
500: '#E59C01',

@@ -165,2 +169,3 @@ },

},
inheritColor: 'inherit',
},

@@ -211,4 +216,23 @@ extend: {

}),
animation: {
'circle-spin': 'stroke-dash 1.4s ease-in-out infinite',
},
keyframes: {
'stroke-dash': {
'0%': {
strokeDasharray: '1px, 200px',
strokeDashoffset: '0px',
},
'50%': {
strokeDasharray: '100px, 200px',
strokeDashoffset: '-15px',
},
'100%': {
strokeDasharray: '100px, 200px',
strokeDashoffset: '-125px',
},
},
},
},
},
}
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