@maggioli-design-system/styles
Advanced tools
Comparing version 11.2.1 to 11.3.0
{ | ||
"name": "@maggioli-design-system/styles", | ||
"version": "11.2.1", | ||
"version": "11.3.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.", | ||
@@ -48,3 +48,3 @@ "main": "./tailwind.config.js", | ||
"@fontsource/roboto-mono": "^4.5.10", | ||
"@maggioli-design-system/design-tokens": "^10.0.0", | ||
"@maggioli-design-system/design-tokens": "^10.2.0", | ||
"normalize.css": "^8.0.1" | ||
@@ -51,0 +51,0 @@ }, |
@@ -0,1 +1,2 @@ | ||
/* eslint-disable @typescript-eslint/no-var-requires */ | ||
const { palette } = require('@maggioli-design-system/design-tokens') | ||
@@ -5,2 +6,3 @@ const mediaQueries = require('@maggioli-design-system/design-tokens/dist/js/media').media | ||
const { ease } = require('@maggioli-design-system/design-tokens/dist/js/ease') | ||
const { gap } = require('@maggioli-design-system/design-tokens/dist/js/gap') | ||
@@ -75,2 +77,5 @@ const minSize = { | ||
}, | ||
gap: { | ||
...gap, | ||
}, | ||
gridAutoRows: { | ||
@@ -77,0 +82,0 @@ 1: '1fr', |
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
150651
4766