@maggioli-design-system/styles
Advanced tools
Comparing version 3.4.0 to 3.5.0
{ | ||
"name": "@maggioli-design-system/styles", | ||
"version": "3.4.0", | ||
"version": "3.5.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", |
@@ -35,3 +35,4 @@ const { palette } = require('@maggioli-design-system/design-tokens') | ||
boxShadow: { | ||
'lg-sharp': '0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)', | ||
sharp: '0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.06)', | ||
'lg-sharp': '0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.06), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)', | ||
}, | ||
@@ -41,11 +42,2 @@ fontSize: { | ||
}, | ||
transitionProperty : { | ||
input: 'background-color, border-color, box-shadow, color, padding', | ||
size: 'width, height, padding, margin', | ||
}, | ||
width: { | ||
phrase: '50ch', | ||
text: '75ch', | ||
title: '30ch', | ||
}, | ||
maxWidth: { | ||
@@ -85,2 +77,17 @@ '1/4': '25%', | ||
}, | ||
overflow: { | ||
inherit: 'inherit', | ||
}, | ||
textOverflow: { | ||
inherit: 'inherit', | ||
}, | ||
transitionProperty : { | ||
input: 'background-color, border-color, box-shadow, color, padding', | ||
size: 'width, height, padding, margin', | ||
}, | ||
width: { | ||
phrase: '50ch', | ||
text: '75ch', | ||
title: '30ch', | ||
}, | ||
}, | ||
@@ -87,0 +94,0 @@ }, |
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
2816415
50781