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

@shopify/polaris-tokens

Package Overview
Dependencies
Maintainers
24
Versions
853
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/polaris-tokens - npm Package Compare versions

Comparing version 0.0.0-snapshot-20240725212805 to 0.0.0-snapshot-20240729150322

24

dist/cjs/src/themes/dark.js

@@ -26,2 +26,5 @@ 'use strict';

},
'color-icon-disabled': {
value: colors.gray[14]
},
'color-text': {

@@ -33,2 +36,5 @@ value: colors.gray[8]

},
'color-text-disabled': {
value: colors.gray[14]
},
'color-bg-surface-secondary-active': {

@@ -85,2 +91,5 @@ value: colors.whiteAlpha[9]

},
'color-bg-fill-secondary': {
value: colors.whiteAlpha[7]
},
'color-bg-fill-secondary-hover': {

@@ -101,2 +110,17 @@ value: colors.whiteAlpha[8]

},
'color-icon-brand': {
value: colors.gray[14]
},
'color-bg-fill-disabled': {
value: colors.whiteAlpha[5]
},
'color-text-brand-on-bg-fill-disabled': {
value: colors.gray[12]
},
'color-bg-fill-brand-disabled': {
value: colors.whiteAlpha[11]
},
'color-bg-fill-tertiary': {
value: colors.gray[15]
},
'color-tooltip-tail-down-border': {

@@ -103,0 +127,0 @@ value: 'rgba(60, 60, 60, 1)'

@@ -21,2 +21,5 @@ export declare const metaThemeDarkPartial: {

};
'color-icon-disabled': {
value: `rgba(${number}, ${number}, ${number}, 1)`;
};
'color-text': {

@@ -28,2 +31,5 @@ value: `rgba(${number}, ${number}, ${number}, 1)`;

};
'color-text-disabled': {
value: `rgba(${number}, ${number}, ${number}, 1)`;
};
'color-bg-surface-secondary-active': {

@@ -80,2 +86,5 @@ value: `rgba(${number}, ${number}, ${number}, ${number})`;

};
'color-bg-fill-secondary': {
value: `rgba(${number}, ${number}, ${number}, ${number})`;
};
'color-bg-fill-secondary-hover': {

@@ -96,2 +105,17 @@ value: `rgba(${number}, ${number}, ${number}, ${number})`;

};
'color-icon-brand': {
value: `rgba(${number}, ${number}, ${number}, 1)`;
};
'color-bg-fill-disabled': {
value: `rgba(${number}, ${number}, ${number}, ${number})`;
};
'color-text-brand-on-bg-fill-disabled': {
value: `rgba(${number}, ${number}, ${number}, 1)`;
};
'color-bg-fill-brand-disabled': {
value: `rgba(${number}, ${number}, ${number}, ${number})`;
};
'color-bg-fill-tertiary': {
value: `rgba(${number}, ${number}, ${number}, 1)`;
};
'color-tooltip-tail-down-border': {

@@ -98,0 +122,0 @@ value: string;

2

package.json
{
"name": "@shopify/polaris-tokens",
"version": "0.0.0-snapshot-20240725212805",
"version": "0.0.0-snapshot-20240729150322",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/cjs/build/index.js",

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

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