@maggioli-design-system/styles
Advanced tools
Comparing version 11.7.0 to 12.0.0
{ | ||
"name": "@maggioli-design-system/styles", | ||
"version": "11.7.0", | ||
"version": "12.0.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.", | ||
@@ -44,16 +44,16 @@ "main": "./tailwind.config.js", | ||
"dependencies": { | ||
"@fontsource/karla": "^5.0.11", | ||
"@fontsource/merriweather": "^5.0.8", | ||
"@fontsource/roboto": "^5.0.8", | ||
"@fontsource/roboto-mono": "^5.0.8", | ||
"@maggioli-design-system/design-tokens": "^10.7.0", | ||
"normalize.css": "^8.0.1" | ||
"@fontsource/karla": "5.0.16", | ||
"@fontsource/merriweather": "5.0.8", | ||
"@fontsource/roboto": "5.0.8", | ||
"@fontsource/roboto-mono": "5.0.14", | ||
"@maggioli-design-system/design-tokens": "11.0.0", | ||
"normalize.css": "8.0.1" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "^10.4.13", | ||
"postcss-cli": "^10.1.0", | ||
"postcss": "^8.4.19", | ||
"postcss-import": "^15.0.1", | ||
"tailwindcss": "^3.2.4" | ||
"autoprefixer": "10.4.16", | ||
"postcss-cli": "10.1.0", | ||
"postcss": "8.4.31", | ||
"postcss-import": "15.1.0", | ||
"tailwindcss": "3.3.3" | ||
} | ||
} | ||
} |
@@ -72,6 +72,6 @@ /* eslint-disable @typescript-eslint/no-var-requires */ | ||
boxShadow: { | ||
'sharp-lg': '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)', | ||
'sharp-md': '0 0 1px 1px rgba(0, 0, 0, 0.06), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)', | ||
sharp: '0 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 3px 0 rgba(0, 0, 0, 0.1)', | ||
'sharp-sm': '0 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.05)', | ||
'sharp-lg': '0 0 1px 1px rgb(0 0 0 / 0.06), 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -2px rgb(0 0 0 / 0.05)', | ||
'sharp-md': '0 0 1px 1px rgb(0 0 0 / 0.06), 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -1px rgb(0 0 0 / 0.06)', | ||
sharp: '0 0 1px 1px rgb(0 0 0 / 0.06), 0 1px 3px 0 rgb(0 0 0 / 0.1)', | ||
'sharp-sm': '0 0 1px 1px rgb(0 0 0 / 0.06), 0 1px 2px 0 rgb(0 0 0 / 0.05)', | ||
}, | ||
@@ -78,0 +78,0 @@ fontSize: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
307354
+ Added@fontsource/karla@5.0.16(transitive)
+ Added@fontsource/merriweather@5.0.8(transitive)
+ Added@fontsource/roboto@5.0.8(transitive)
+ Added@fontsource/roboto-mono@5.0.14(transitive)
+ Added@maggioli-design-system/design-tokens@11.0.0(transitive)
- Removed@fontsource/karla@5.1.0(transitive)
- Removed@fontsource/merriweather@5.1.0(transitive)
- Removed@fontsource/roboto@5.1.0(transitive)
- Removed@fontsource/roboto-mono@5.1.0(transitive)
- Removed@maggioli-design-system/design-tokens@10.7.0(transitive)
Updated@fontsource/karla@5.0.16
Updated@fontsource/roboto@5.0.8
Updatednormalize.css@8.0.1