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

@volue/design-spacing

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volue/design-spacing - npm Package Compare versions

Comparing version 1.2.1-next.3 to 1.3.0-next.0

dist/index.map.scss

19

dist/index.common.d.ts

@@ -1,7 +0,12 @@

export declare const spacingXs = "0.25rem";
export declare const spacingS = "0.5rem";
export declare const spacingM = "1rem";
export declare const spacingL = "1.5rem";
export declare const spacingXl = "2rem";
export declare const spacingXxl = "3rem";
export declare const spacingXxxl = "4.5rem";
/**
* Do not edit directly
* Generated on Wed, 15 Feb 2023 21:11:53 GMT
*/
export const spacingXs : "0.25rem";
export const spacingS : "0.5rem";
export const spacingM : "1rem";
export const spacingL : "1.5rem";
export const spacingXl : "2.25rem";
export const spacingXxl : "3rem";
export const spacingXxxl : "4.5rem";

@@ -0,9 +1,14 @@

/**
* Do not edit directly
* Generated on Wed, 15 Feb 2023 21:11:53 GMT
*/
module.exports = {
spacingXs: "0.25rem",
spacingS: "0.5rem",
spacingM: "1rem",
spacingL: "1.5rem",
spacingXl: "2rem",
spacingXxl: "3rem",
spacingXxxl: "4.5rem",
"spacingXs": "0.25rem",
"spacingS": "0.5rem",
"spacingM": "1rem",
"spacingL": "1.5rem",
"spacingXl": "2.25rem",
"spacingXxl": "3rem",
"spacingXxxl": "4.5rem"
};

@@ -6,5 +6,5 @@ {

"SPACING_L": "1.5rem",
"SPACING_XL": "2rem",
"SPACING_XL": "2.25rem",
"SPACING_XXL": "3rem",
"SPACING_XXXL": "4.5rem"
}

@@ -1,7 +0,12 @@

export declare const spacingXs = "0.25rem";
export declare const spacingS = "0.5rem";
export declare const spacingM = "1rem";
export declare const spacingL = "1.5rem";
export declare const spacingXl = "2rem";
export declare const spacingXxl = "3rem";
export declare const spacingXxxl = "4.5rem";
/**
* Do not edit directly
* Generated on Wed, 15 Feb 2023 21:11:53 GMT
*/
export const spacingXs : "0.25rem";
export const spacingS : "0.5rem";
export const spacingM : "1rem";
export const spacingL : "1.5rem";
export const spacingXl : "2.25rem";
export const spacingXxl : "3rem";
export const spacingXxxl : "4.5rem";

@@ -0,1 +1,6 @@

/**
* Do not edit directly
* Generated on Wed, 15 Feb 2023 21:11:53 GMT
*/
export const spacingXs = "0.25rem";

@@ -5,4 +10,4 @@ export const spacingS = "0.5rem";

export const spacingL = "1.5rem";
export const spacingXl = "2rem";
export const spacingXl = "2.25rem";
export const spacingXxl = "3rem";
export const spacingXxxl = "4.5rem";
{
"name": "@volue/design-spacing",
"version": "1.2.1-next.3",
"version": "1.3.0-next.0",
"description": "Spacing primitives for Volue design primitives",

@@ -29,19 +29,18 @@ "license": "UNLICENSED",

"clean": "rimraf dist",
"_theo": "theo --setup theo.setup.js --transform web --dest dist",
"build:tokens": "npm run _theo -s -- --format scss,json,common.js,common.d.ts,module.js,module.d.ts,custom-properties.css,cssmodules.css,html src/index.yml",
"build:tokensMap": "npm run _theo -s -- --format map.scss src/spacing.yml",
"build": "yarn run clean && run-p \"build:*\"",
"build:tokens": "style-dictionary build",
"build": "yarn run clean && yarn run build:tokens",
"prepack": "yarn run build"
},
"devDependencies": {
"eslint": "8.30.0",
"change-case": "4.1.2",
"eslint": "8.34.0",
"eslint-config-powel": "14.2.1",
"eslint-import-resolver-node": "0.3.6",
"eslint-plugin-import": "2.26.0",
"eslint-import-resolver-node": "0.3.7",
"eslint-plugin-import": "2.27.5",
"npm-run-all": "4.1.5",
"prettier": "2.8.1",
"prettier": "2.8.4",
"rimraf": "3.0.2",
"theo": "8.1.5",
"typescript": "4.8.4"
"style-dictionary": "3.7.3-rc.1",
"typescript": "4.9.5"
}
}

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

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