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

@adyen/bento-design-tokens

Package Overview
Dependencies
Maintainers
3
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adyen/bento-design-tokens - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

57

dist/js/bento/es6-legacy.js

@@ -403,2 +403,3 @@ export const BColorBackgroundPrimary = "#ffffff";

export const BInputFieldLabelMarginBottom = "8px";
export const BInputFieldInputBoxBackgroundColor = "#ffffff";
export const BInputFieldInputBoxColor = "#00112c";

@@ -415,2 +416,4 @@ export const BInputFieldInputBoxBorderColor = "#8d95a3";

export const BInputFieldInputColor = "#00112c";
export const BInputFieldInputPadding = "0px";
export const BInputFieldInputFontSize = "15px";
export const BInputFieldInputDisabledBackgroundColor = "#eeeff1";

@@ -432,29 +435,2 @@ export const BInputFieldInputDisabledColor = "#c0c5cc";

export const BInputFieldDescriptionErrorColor = "#e22d2d";
export const BInputRadioOffsetTop = "2px";
export const BInputRadioBorderRadius = "12px";
export const BInputRadioSpaceAroundIncrease = "4px";
export const BInputRadioUncheckedBackgroundColor = "#ffffff";
export const BInputRadioUncheckedBorderColor = "#dce0e5";
export const BInputRadioUncheckedHoverBackgroundColor = "#ffffff";
export const BInputRadioUncheckedHoverBorderColor = "#8390a3";
export const BInputRadioUncheckedActiveBackgroundColor = "#ffffff";
export const BInputRadioUncheckedDisabledBackgroundColor = "#dce0e5";
export const BInputRadioUncheckedDisabledBorderColor = "#dce0e5";
export const BInputRadioCheckedBackgroundColor = "#00337f";
export const BInputRadioCheckedBorderColor = "#69778c";
export const BInputRadioCheckedHoverBackgroundColor = "#00337f";
export const BInputRadioCheckedHoverBorderColor = "#00337f";
export const BInputRadioCheckedActiveBackgroundColor = "#00337f";
export const BInputRadioCheckedActiveBorderColor = "#00337f";
export const BInputRadioCheckedDisabledBackgroundColor = "#dce0e5";
export const BInputRadioCheckedDisabledBorderColor = "#dce0e5";
export const BInputRadioDescriptionPadding = "12px";
export const BInputRadioDescriptionRowGap = "4px";
export const BInputRadioLabelFontColor = "#00112c";
export const BInputRadioLabelDisabledFontColor = "#8390a3";
export const BInputRadioSubLabelFontColor = "#5c687c";
export const BInputRadioKnobColor = "#ffffff";
export const BInputRadioKnobOffset = "4px";
export const BInputRadioKnobSize = "6px";
export const BInputRadioKnobDisabledColor = "#8390a3";
export const BLinkBorderRadius = "2px";

@@ -520,2 +496,29 @@ export const BLinkColor = "#0066ff";

export const BPopoverFooterMargin = "0px 16px 12px 16px";
export const BRadioButtonOffsetTop = "2px";
export const BRadioButtonBorderRadius = "12px";
export const BRadioButtonSpaceAroundIncrease = "4px";
export const BRadioButtonUncheckedBackgroundColor = "#ffffff";
export const BRadioButtonUncheckedBorderColor = "#dce0e5";
export const BRadioButtonUncheckedHoverBackgroundColor = "#ffffff";
export const BRadioButtonUncheckedHoverBorderColor = "#8390a3";
export const BRadioButtonUncheckedActiveBackgroundColor = "#ffffff";
export const BRadioButtonUncheckedDisabledBackgroundColor = "#dce0e5";
export const BRadioButtonUncheckedDisabledBorderColor = "#dce0e5";
export const BRadioButtonCheckedBackgroundColor = "#00337f";
export const BRadioButtonCheckedBorderColor = "#69778c";
export const BRadioButtonCheckedHoverBackgroundColor = "#00337f";
export const BRadioButtonCheckedHoverBorderColor = "#00337f";
export const BRadioButtonCheckedActiveBackgroundColor = "#00337f";
export const BRadioButtonCheckedActiveBorderColor = "#00337f";
export const BRadioButtonCheckedDisabledBackgroundColor = "#dce0e5";
export const BRadioButtonCheckedDisabledBorderColor = "#dce0e5";
export const BRadioButtonDescriptionPadding = "12px";
export const BRadioButtonDescriptionRowGap = "4px";
export const BRadioButtonLabelFontColor = "#00112c";
export const BRadioButtonLabelDisabledFontColor = "#8390a3";
export const BRadioButtonSubLabelFontColor = "#5c687c";
export const BRadioButtonKnobColor = "#ffffff";
export const BRadioButtonKnobOffset = "4px";
export const BRadioButtonKnobSize = "6px";
export const BRadioButtonKnobDisabledColor = "#8390a3";
export const BStatusColumnGap = "8px";

@@ -522,0 +525,0 @@ export const BStatusIndicatorSize = "12px";

@@ -319,2 +319,3 @@ export const BColorBackgroundPrimary = "#ffffff";

export const BInputFieldLabelMarginBottom = "8px";
export const BInputFieldInputBoxBackgroundColor = "#ffffff";
export const BInputFieldInputBoxColor = "#00112c";

@@ -331,2 +332,4 @@ export const BInputFieldInputBoxBorderColor = "#8d95a3";

export const BInputFieldInputColor = "#00112c";
export const BInputFieldInputPadding = "0px";
export const BInputFieldInputFontSize = "14px";
export const BInputFieldInputDisabledBackgroundColor = "#eeeff1";

@@ -348,29 +351,2 @@ export const BInputFieldInputDisabledColor = "#c0c5cc";

export const BInputFieldDescriptionErrorColor = "#e22d2d";
export const BInputRadioOffsetTop = "3px";
export const BInputRadioBorderRadius = "12px";
export const BInputRadioSpaceAroundIncrease = "4px";
export const BInputRadioUncheckedBackgroundColor = "#ffffff";
export const BInputRadioUncheckedBorderColor = "#8d95a3";
export const BInputRadioUncheckedHoverBackgroundColor = "#f7f7f8";
export const BInputRadioUncheckedHoverBorderColor = "#8d95a3";
export const BInputRadioUncheckedActiveBackgroundColor = "#eeeff1";
export const BInputRadioUncheckedDisabledBackgroundColor = "#eeeff1";
export const BInputRadioUncheckedDisabledBorderColor = "#eeeff1";
export const BInputRadioCheckedBackgroundColor = "#00112c";
export const BInputRadioCheckedBorderColor = "#00112c";
export const BInputRadioCheckedHoverBackgroundColor = "#5c687c";
export const BInputRadioCheckedHoverBorderColor = "#5c687c";
export const BInputRadioCheckedActiveBackgroundColor = "#8d95a3";
export const BInputRadioCheckedActiveBorderColor = "#8d95a3";
export const BInputRadioCheckedDisabledBackgroundColor = "#eeeff1";
export const BInputRadioCheckedDisabledBorderColor = "#eeeff1";
export const BInputRadioDescriptionPadding = "12px";
export const BInputRadioDescriptionRowGap = "4px";
export const BInputRadioLabelFontColor = "#00112c";
export const BInputRadioLabelDisabledFontColor = "#c0c5cc";
export const BInputRadioSubLabelFontColor = "#5c687c";
export const BInputRadioKnobColor = "#ffffff";
export const BInputRadioKnobOffset = "3px";
export const BInputRadioKnobSize = "8px";
export const BInputRadioKnobDisabledColor = "#c0c5cc";
export const BLinkBorderRadius = "2px";

@@ -436,2 +412,29 @@ export const BLinkColor = "#0070f5";

export const BPopoverFooterMargin = "0px 16px 12px 16px";
export const BRadioButtonOffsetTop = "3px";
export const BRadioButtonBorderRadius = "12px";
export const BRadioButtonSpaceAroundIncrease = "4px";
export const BRadioButtonUncheckedBackgroundColor = "#ffffff";
export const BRadioButtonUncheckedBorderColor = "#8d95a3";
export const BRadioButtonUncheckedHoverBackgroundColor = "#f7f7f8";
export const BRadioButtonUncheckedHoverBorderColor = "#8d95a3";
export const BRadioButtonUncheckedActiveBackgroundColor = "#eeeff1";
export const BRadioButtonUncheckedDisabledBackgroundColor = "#eeeff1";
export const BRadioButtonUncheckedDisabledBorderColor = "#eeeff1";
export const BRadioButtonCheckedBackgroundColor = "#00112c";
export const BRadioButtonCheckedBorderColor = "#00112c";
export const BRadioButtonCheckedHoverBackgroundColor = "#5c687c";
export const BRadioButtonCheckedHoverBorderColor = "#5c687c";
export const BRadioButtonCheckedActiveBackgroundColor = "#8d95a3";
export const BRadioButtonCheckedActiveBorderColor = "#8d95a3";
export const BRadioButtonCheckedDisabledBackgroundColor = "#eeeff1";
export const BRadioButtonCheckedDisabledBorderColor = "#eeeff1";
export const BRadioButtonDescriptionPadding = "12px";
export const BRadioButtonDescriptionRowGap = "4px";
export const BRadioButtonLabelFontColor = "#00112c";
export const BRadioButtonLabelDisabledFontColor = "#c0c5cc";
export const BRadioButtonSubLabelFontColor = "#5c687c";
export const BRadioButtonKnobColor = "#ffffff";
export const BRadioButtonKnobOffset = "3px";
export const BRadioButtonKnobSize = "8px";
export const BRadioButtonKnobDisabledColor = "#c0c5cc";
export const BStatusColumnGap = "12px";

@@ -438,0 +441,0 @@ export const BStatusIndicatorSize = "10px";

{
"name": "@adyen/bento-design-tokens",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "files": [

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