@maggioli-design-system/styles
Advanced tools
Comparing version 3.5.0 to 3.7.0
{ | ||
"name": "@maggioli-design-system/styles", | ||
"version": "3.5.0", | ||
"version": "3.7.0", | ||
"description": "This module contains SCSS and CSS styles used by Maggioli Design System, it also makes available a Tailwind config based on Maggioli design tokens.", | ||
@@ -5,0 +5,0 @@ "main": "css/styles.min.css", |
@@ -24,2 +24,3 @@ const { palette } = require('@maggioli-design-system/design-tokens') | ||
current: 'currentColor', | ||
inherit: 'inherit', | ||
...palette, | ||
@@ -83,4 +84,5 @@ }, | ||
transitionProperty : { | ||
input: 'background-color, border-color, box-shadow, color, padding', | ||
size: 'width, height, padding, margin', | ||
cosmetic: 'background-color, border-color, box-shadow, color, height, margin, padding, width, opacity', | ||
input: 'padding, color, box-shadow, border-color, background-color', | ||
size: 'height, margin, padding, width', | ||
}, | ||
@@ -87,0 +89,0 @@ width: { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2816681
50786