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

@boostxyz/config-tailwind

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boostxyz/config-tailwind - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

15

base.ts

@@ -132,7 +132,15 @@ import type { Config } from 'tailwindcss';

},
'animate-in': {
'0%': { opacity: '0' },
'100%': { opacity: '1' },
},
'animate-out': {
'0%': { opacity: '1' },
'100%': { opacity: '0' },
},
},
boxShadow: {
...boxShadow,
button:
'0px 1px 3px 0px var(--color-button-shadow), 0px 1px 2px -1px var(--color-button-shadow)',
button: '0px 1px 2px 0px var(--shadow-color)',
select: '0px 1px 2px 0px var(--shadow-color)',
},

@@ -143,5 +151,8 @@ animation: {

'accordion-up': 'accordion-up 0.2s ease-out',
'animate-in': 'animate-in 0.2s ease-out',
'animate-out': 'animate-out 0.2s ease-out',
},
},
plugins: [require('tailwindcss-animate')],
},
} satisfies Config;
# @boostxyz/config-tailwind
## 0.2.5
### Patch Changes
- f2509f5: updates to Table, Accordion, Select, and Button
## 0.2.4

@@ -4,0 +10,0 @@

8

package.json
{
"name": "@boostxyz/config-tailwind",
"version": "0.2.4",
"version": "0.2.5",
"type": "module",

@@ -13,8 +13,8 @@ "exports": {

"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7"
"tailwindcss-animate": "^1.0.7",
"tailwind-config-viewer": "2.0.4"
},
"devDependencies": {
"tailwind-config-viewer": "2.0.4",
"typescript": "5.5.4",
"@boostxyz/config-typescript": "^0.2.4"
"@boostxyz/config-typescript": "^0.2.5"
},

@@ -21,0 +21,0 @@ "scripts": {

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