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

@sage/design-tokens

Package Overview
Dependencies
Maintainers
6
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sage/design-tokens - npm Package Compare versions

Comparing version 1.24.0 to 1.25.0

sage-design-tokens-1.25.0.tgz

44

js/base/common.d.ts

@@ -235,3 +235,3 @@ /*

export const borderRadiusCircle: string;
export namespace formFieldLabelTest {
export namespace pillLabelSSize {
const fontFamily: string;

@@ -244,1 +244,43 @@ const fontWeight: string;

}
export namespace pillLabelMSize {
const fontFamily_1: string;
export { fontFamily_1 as fontFamily };
const fontWeight_1: string;
export { fontWeight_1 as fontWeight };
const lineHeight_1: string;
export { lineHeight_1 as lineHeight };
const fontSize_1: string;
export { fontSize_1 as fontSize };
const letterSpacing_1: string;
export { letterSpacing_1 as letterSpacing };
const paragraphSpacing_1: string;
export { paragraphSpacing_1 as paragraphSpacing };
}
export namespace pillLabelLSize {
const fontFamily_2: string;
export { fontFamily_2 as fontFamily };
const fontWeight_2: string;
export { fontWeight_2 as fontWeight };
const lineHeight_2: string;
export { lineHeight_2 as lineHeight };
const fontSize_2: string;
export { fontSize_2 as fontSize };
const letterSpacing_2: string;
export { letterSpacing_2 as letterSpacing };
const paragraphSpacing_2: string;
export { paragraphSpacing_2 as paragraphSpacing };
}
export namespace pillLabelXlSize {
const fontFamily_3: string;
export { fontFamily_3 as fontFamily };
const fontWeight_3: string;
export { fontWeight_3 as fontWeight };
const lineHeight_3: string;
export { lineHeight_3 as lineHeight };
const fontSize_3: string;
export { fontSize_3 as fontSize };
const letterSpacing_3: string;
export { letterSpacing_3 as letterSpacing };
const paragraphSpacing_3: string;
export { paragraphSpacing_3 as paragraphSpacing };
}

7

js/base/common.js

@@ -6,3 +6,3 @@ /*

* Do not edit directly
* Generated on Thu, 19 Aug 2021 11:47:25 GMT
* Generated on Thu, 19 Aug 2021 12:46:43 GMT
*/

@@ -192,3 +192,6 @@

borderRadiusCircle: '50%',
formFieldLabelTest: { fontFamily: '$fontFamilies.default', fontWeight: '$fontWeights.500', lineHeight: '$lineHeights.500', fontSize: '$fontSizes.100', letterSpacing: '0', paragraphSpacing: '0' }
pillLabelSSize: { fontFamily: '$fontFamilies.default', fontWeight: '$fontWeights.500', lineHeight: '$lineHeights.500', fontSize: '$fontSizes.010', letterSpacing: '0%', paragraphSpacing: '0px' },
pillLabelMSize: { fontFamily: '$fontFamilies.default', fontWeight: '$fontWeights.500', lineHeight: '$lineHeights.500', fontSize: '$fontSizes.025', letterSpacing: '0%', paragraphSpacing: '0px' },
pillLabelLSize: { fontFamily: '$fontFamilies.default', fontWeight: '$fontWeights.500', lineHeight: '$lineHeights.500', fontSize: '$fontSizes.100', letterSpacing: '0%', paragraphSpacing: '0px' },
pillLabelXlSize: { fontFamily: '$fontFamilies.default', fontWeight: '$fontWeights.500', lineHeight: '$lineHeights.500', fontSize: '$fontSizes.200', letterSpacing: '0%', paragraphSpacing: '0px' }
}

@@ -236,3 +236,3 @@ /*

const borderRadiusCircle: string;
namespace formFieldLabelTest {
namespace pillLabelSSize {
const fontFamily: string;

@@ -245,3 +245,45 @@ const fontWeight: string;

}
namespace pillLabelMSize {
const fontFamily_1: string;
export { fontFamily_1 as fontFamily };
const fontWeight_1: string;
export { fontWeight_1 as fontWeight };
const lineHeight_1: string;
export { lineHeight_1 as lineHeight };
const fontSize_1: string;
export { fontSize_1 as fontSize };
const letterSpacing_1: string;
export { letterSpacing_1 as letterSpacing };
const paragraphSpacing_1: string;
export { paragraphSpacing_1 as paragraphSpacing };
}
namespace pillLabelLSize {
const fontFamily_2: string;
export { fontFamily_2 as fontFamily };
const fontWeight_2: string;
export { fontWeight_2 as fontWeight };
const lineHeight_2: string;
export { lineHeight_2 as lineHeight };
const fontSize_2: string;
export { fontSize_2 as fontSize };
const letterSpacing_2: string;
export { letterSpacing_2 as letterSpacing };
const paragraphSpacing_2: string;
export { paragraphSpacing_2 as paragraphSpacing };
}
namespace pillLabelXlSize {
const fontFamily_3: string;
export { fontFamily_3 as fontFamily };
const fontWeight_3: string;
export { fontWeight_3 as fontWeight };
const lineHeight_3: string;
export { lineHeight_3 as lineHeight };
const fontSize_3: string;
export { fontSize_3 as fontSize };
const letterSpacing_3: string;
export { letterSpacing_3 as letterSpacing };
const paragraphSpacing_3: string;
export { paragraphSpacing_3 as paragraphSpacing };
}
}
export default _default;

@@ -216,10 +216,34 @@ /*

borderRadiusCircle: '50%',
formFieldLabelTest: {
pillLabelSSize: {
fontFamily: '$fontFamilies.default',
fontWeight: '$fontWeights.500',
lineHeight: '$lineHeights.500',
fontSize: '$fontSizes.010',
letterSpacing: '0%',
paragraphSpacing: '0px'
},
pillLabelMSize: {
fontFamily: '$fontFamilies.default',
fontWeight: '$fontWeights.500',
lineHeight: '$lineHeights.500',
fontSize: '$fontSizes.025',
letterSpacing: '0%',
paragraphSpacing: '0px'
},
pillLabelLSize: {
fontFamily: '$fontFamilies.default',
fontWeight: '$fontWeights.500',
lineHeight: '$lineHeights.500',
fontSize: '$fontSizes.100',
letterSpacing: '0',
paragraphSpacing: '0'
letterSpacing: '0%',
paragraphSpacing: '0px'
},
pillLabelXlSize: {
fontFamily: '$fontFamilies.default',
fontWeight: '$fontWeights.500',
lineHeight: '$lineHeights.500',
fontSize: '$fontSizes.200',
letterSpacing: '0%',
paragraphSpacing: '0px'
}
}

@@ -6,3 +6,3 @@ /*

* Do not edit directly
* Generated on Thu, 19 Aug 2021 11:47:25 GMT
* Generated on Thu, 19 Aug 2021 12:46:43 GMT
*/

@@ -9,0 +9,0 @@

@@ -6,3 +6,3 @@ /*

* Do not edit directly
* Generated on Thu, 19 Aug 2021 11:47:26 GMT
* Generated on Thu, 19 Aug 2021 12:46:44 GMT
*/

@@ -9,0 +9,0 @@

@@ -6,3 +6,3 @@ /*

* Do not edit directly
* Generated on Thu, 19 Aug 2021 11:47:25 GMT
* Generated on Thu, 19 Aug 2021 12:46:43 GMT
*/

@@ -9,0 +9,0 @@

@@ -6,3 +6,3 @@ /*

* Do not edit directly
* Generated on Thu, 19 Aug 2021 11:47:26 GMT
* Generated on Thu, 19 Aug 2021 12:46:43 GMT
*/

@@ -9,0 +9,0 @@

@@ -6,3 +6,3 @@ /*

* Do not edit directly
* Generated on Thu, 19 Aug 2021 11:47:26 GMT
* Generated on Thu, 19 Aug 2021 12:46:44 GMT
*/

@@ -9,0 +9,0 @@

@@ -6,3 +6,3 @@ /*

* Do not edit directly
* Generated on Thu, 19 Aug 2021 11:47:26 GMT
* Generated on Thu, 19 Aug 2021 12:46:44 GMT
*/

@@ -9,0 +9,0 @@

@@ -6,3 +6,3 @@ /*

* Do not edit directly
* Generated on Thu, 19 Aug 2021 11:47:26 GMT
* Generated on Thu, 19 Aug 2021 12:46:44 GMT
*/

@@ -9,0 +9,0 @@

@@ -6,3 +6,3 @@ /*

* Do not edit directly
* Generated on Thu, 19 Aug 2021 11:47:26 GMT
* Generated on Thu, 19 Aug 2021 12:46:44 GMT
*/

@@ -9,0 +9,0 @@

@@ -6,3 +6,3 @@ /*

* Do not edit directly
* Generated on Thu, 19 Aug 2021 11:47:26 GMT
* Generated on Thu, 19 Aug 2021 12:46:43 GMT
*/

@@ -9,0 +9,0 @@

@@ -6,3 +6,3 @@ /*

* Do not edit directly
* Generated on Thu, 19 Aug 2021 11:47:26 GMT
* Generated on Thu, 19 Aug 2021 12:46:44 GMT
*/

@@ -9,0 +9,0 @@

@@ -6,3 +6,3 @@ /*

* Do not edit directly
* Generated on Thu, 19 Aug 2021 11:47:26 GMT
* Generated on Thu, 19 Aug 2021 12:46:44 GMT
*/

@@ -9,0 +9,0 @@

@@ -6,3 +6,3 @@ /*

* Do not edit directly
* Generated on Thu, 19 Aug 2021 11:47:25 GMT
* Generated on Thu, 19 Aug 2021 12:46:43 GMT
*/

@@ -9,0 +9,0 @@

@@ -6,3 +6,3 @@ /*

* Do not edit directly
* Generated on Thu, 19 Aug 2021 11:47:26 GMT
* Generated on Thu, 19 Aug 2021 12:46:44 GMT
*/

@@ -9,0 +9,0 @@

@@ -6,3 +6,3 @@ /*

* Do not edit directly
* Generated on Thu, 19 Aug 2021 11:47:25 GMT
* Generated on Thu, 19 Aug 2021 12:46:43 GMT
*/

@@ -9,0 +9,0 @@

@@ -6,3 +6,3 @@ /*

* Do not edit directly
* Generated on Thu, 19 Aug 2021 11:47:25 GMT
* Generated on Thu, 19 Aug 2021 12:46:43 GMT
*/

@@ -9,0 +9,0 @@

@@ -6,3 +6,3 @@ /*

* Do not edit directly
* Generated on Thu, 19 Aug 2021 11:47:25 GMT
* Generated on Thu, 19 Aug 2021 12:46:43 GMT
*/

@@ -9,0 +9,0 @@

@@ -6,3 +6,3 @@ /*

* Do not edit directly
* Generated on Thu, 19 Aug 2021 11:47:26 GMT
* Generated on Thu, 19 Aug 2021 12:46:44 GMT
*/

@@ -9,0 +9,0 @@

@@ -6,3 +6,3 @@ /*

* Do not edit directly
* Generated on Thu, 19 Aug 2021 11:47:26 GMT
* Generated on Thu, 19 Aug 2021 12:46:44 GMT
*/

@@ -9,0 +9,0 @@

@@ -9,3 +9,3 @@ {

"author": "The Sage Group plc",
"version": "1.24.0",
"version": "1.25.0",
"license": "SEE LICENSE IN https://github.com/Sage/design-tokens/blob/master/license",

@@ -12,0 +12,0 @@ "tags": [

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

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 too big to display

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

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