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

@dfds-ui/theme

Package Overview
Dependencies
Maintainers
3
Versions
2480
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dfds-ui/theme - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

42

cjs/theme.d.ts

@@ -32,2 +32,44 @@ declare const theme: {

whiteHover: string;
surface: {
primary: string;
light: string;
dark: string;
};
action: {
primary: string;
light: string;
dark: string;
};
prime: {
primary: string;
light: string;
dark: string;
};
status: {
yesGreen: string;
cautionAmber: string;
noRed: string;
};
text: {
dark: {
high: string;
low: string;
disabled: string;
};
light: {
high: string;
low: string;
disabled: string;
};
action: {
high: string;
low: string;
disabled: string;
};
group: {
high: string;
low: string;
disabled: string;
};
};
};

@@ -34,0 +76,0 @@ spacing: {

6

package.json

@@ -6,3 +6,3 @@ {

"private": false,
"version": "0.0.21",
"version": "0.0.22",
"sideEffects": false,

@@ -13,3 +13,3 @@ "main": "./cjs/index.js",

"dependencies": {
"@dfds-ui/colors": "^0.0.55",
"@dfds-ui/colors": "^0.0.56",
"@dfds-ui/spacing": "^0.0.10",

@@ -19,3 +19,3 @@ "@types/lodash.throttle": "^4.1.6",

},
"gitHead": "b81e6d671fb3c73e50ff74a729355cf6a15bf886",
"gitHead": "41c1e4916941696b6b50394ab16340c662b6fd7d",
"esnext": "",

@@ -22,0 +22,0 @@ "publishConfig": {

@@ -32,2 +32,44 @@ declare const theme: {

whiteHover: string;
surface: {
primary: string;
light: string;
dark: string;
};
action: {
primary: string;
light: string;
dark: string;
};
prime: {
primary: string;
light: string;
dark: string;
};
status: {
yesGreen: string;
cautionAmber: string;
noRed: string;
};
text: {
dark: {
high: string;
low: string;
disabled: string;
};
light: {
high: string;
low: string;
disabled: string;
};
action: {
high: string;
low: string;
disabled: string;
};
group: {
high: string;
low: string;
disabled: string;
};
};
};

@@ -34,0 +76,0 @@ spacing: {

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