New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@monster_property_services/monster-global-styles

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@monster_property_services/monster-global-styles - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

globalStyles.css

27

index.js

@@ -1,25 +0,4 @@

import { css } from 'lit';
import { unsafeCSS } from 'lit';
import styles from './globalStyles.css?inline';
export const globalStyles = css`
:host {
--mp-wc-small-spacing: 10px;
--mp-wc-default-spacing: 20px;
--mp-wc-small-padding: 30px;
--mp-wc-medium-padding: 40px;
--mp-wc-default-radius: 12px;
--mp-wc-x-large-title-size: 82px;
--mp-wc-x-large-title-height: 56px;
--mp-wc-large-title-size: 62px;
--mp-wc-large-title-height: 74px;
--mp-wc-medium-title-size: 48px;
--mp-wc-medium-title-height: 56px;
--mp-wc-small-title-size: 32px;
--mp-wc-small-title-height: 40px;
}
`;
export const globalStyles = unsafeCSS(styles);
{
"name": "@monster_property_services/monster-global-styles",
"version": "1.0.0",
"version": "1.0.1",
"description": "This is a package to store the global css variables for the monster web components",

@@ -5,0 +5,0 @@ "main": "index.js",

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