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

@maggioli-design-system/styles

Package Overview
Dependencies
Maintainers
3
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maggioli-design-system/styles - npm Package Compare versions

Comparing version 3.4.0 to 3.5.0

2

package.json
{
"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 @@ },

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