Socket
Socket
Sign inDemoInstall

@rss-eng/design-tokens

Package Overview
Dependencies
Maintainers
1
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rss-eng/design-tokens - npm Package Compare versions

Comparing version 0.0.0-08a874 to 0.0.0-0c0075

6

build/js/tokens.common.js

@@ -328,3 +328,3 @@ module.exports = {

"default": {
"font-size": "500",
"font-size": "1.000rem",
"font-weight": "600",

@@ -340,3 +340,3 @@ "margin-bottom": "0.5rem",

"default": {
"font-size": "500",
"font-size": "1.000rem",
"font-weight": "400",

@@ -352,3 +352,3 @@ "margin-left": "0.5rem",

"default": {
"font-size": "500",
"font-size": "1.000rem",
"font-weight": "400",

@@ -355,0 +355,0 @@ "margin-left": "0.5rem",

@@ -7,3 +7,3 @@ /**

*
* NOTE: Do not edit directly. Generated on Tue, 23 Mar 2021 18:15:30 GMT
* NOTE: Do not edit directly. Generated on Tue, 06 Apr 2021 16:23:25 GMT
*/

@@ -211,3 +211,3 @@ export const fabricDesignSystemStyles = css`

--component-input-error-border-bottom-color: #d6251f;
--component-label-default-font-size: 500;
--component-label-default-font-size: 1.000rem;
--component-label-default-font-weight: 600;

@@ -217,3 +217,3 @@ --component-label-default-margin-bottom: 0.5rem;

--component-label-disabled-color: #9e9e9e;
--component-radio-label-default-font-size: 500;
--component-radio-label-default-font-size: 1.000rem;
--component-radio-label-default-font-weight: 400;

@@ -223,3 +223,3 @@ --component-radio-label-default-margin-left: 0.5rem;

--component-radio-label-disabled-color: #9e9e9e;
--component-checkbox-label-default-font-size: 500;
--component-checkbox-label-default-font-size: 1.000rem;
--component-checkbox-label-default-font-weight: 400;

@@ -226,0 +226,0 @@ --component-checkbox-label-default-margin-left: 0.5rem;

@@ -201,3 +201,3 @@ module.exports = {

"componentInputErrorBorderBottomColor": "#d6251f",
"componentLabelDefaultFontSize": "500",
"componentLabelDefaultFontSize": "1.000rem",
"componentLabelDefaultFontWeight": "600",

@@ -207,3 +207,3 @@ "componentLabelDefaultMarginBottom": "0.5rem",

"componentLabelDisabledColor": "#9e9e9e",
"componentRadioLabelDefaultFontSize": "500",
"componentRadioLabelDefaultFontSize": "1.000rem",
"componentRadioLabelDefaultFontWeight": "400",

@@ -213,3 +213,3 @@ "componentRadioLabelDefaultMarginLeft": "0.5rem",

"componentRadioLabelDisabledColor": "#9e9e9e",
"componentCheckboxLabelDefaultFontSize": "500",
"componentCheckboxLabelDefaultFontSize": "1.000rem",
"componentCheckboxLabelDefaultFontWeight": "400",

@@ -216,0 +216,0 @@ "componentCheckboxLabelDefaultMarginLeft": "0.5rem",

@@ -201,3 +201,3 @@ module.exports = {

"ComponentInputErrorBorderBottomColor": "#d6251f",
"ComponentLabelDefaultFontSize": "500",
"ComponentLabelDefaultFontSize": "1.000rem",
"ComponentLabelDefaultFontWeight": "600",

@@ -207,3 +207,3 @@ "ComponentLabelDefaultMarginBottom": "0.5rem",

"ComponentLabelDisabledColor": "#9e9e9e",
"ComponentRadioLabelDefaultFontSize": "500",
"ComponentRadioLabelDefaultFontSize": "1.000rem",
"ComponentRadioLabelDefaultFontWeight": "400",

@@ -213,3 +213,3 @@ "ComponentRadioLabelDefaultMarginLeft": "0.5rem",

"ComponentRadioLabelDisabledColor": "#9e9e9e",
"ComponentCheckboxLabelDefaultFontSize": "500",
"ComponentCheckboxLabelDefaultFontSize": "1.000rem",
"ComponentCheckboxLabelDefaultFontWeight": "400",

@@ -216,0 +216,0 @@ "ComponentCheckboxLabelDefaultMarginLeft": "0.5rem",

@@ -201,3 +201,3 @@ module.exports = {

"component.input.error.border-bottom-color": "#d6251f",
"component.label.default.font-size": "500",
"component.label.default.font-size": "1.000rem",
"component.label.default.font-weight": "600",

@@ -207,3 +207,3 @@ "component.label.default.margin-bottom": "0.5rem",

"component.label.disabled.color": "#9e9e9e",
"component.radio-label.default.font-size": "500",
"component.radio-label.default.font-size": "1.000rem",
"component.radio-label.default.font-weight": "400",

@@ -213,3 +213,3 @@ "component.radio-label.default.margin-left": "0.5rem",

"component.radio-label.disabled.color": "#9e9e9e",
"component.checkbox-label.default.font-size": "500",
"component.checkbox-label.default.font-size": "1.000rem",
"component.checkbox-label.default.font-weight": "400",

@@ -216,0 +216,0 @@ "component.checkbox-label.default.margin-left": "0.5rem",

/**
* Do not edit directly
* Generated on Tue, 23 Mar 2021 18:15:30 GMT
* Generated on Tue, 06 Apr 2021 16:23:25 GMT
*/

@@ -205,3 +205,3 @@

export const ComponentInputErrorBorderBottomColor = "#d6251f";
export const ComponentLabelDefaultFontSize = "500";
export const ComponentLabelDefaultFontSize = "1.000rem";
export const ComponentLabelDefaultFontWeight = "600";

@@ -211,3 +211,3 @@ export const ComponentLabelDefaultMarginBottom = "0.5rem";

export const ComponentLabelDisabledColor = "#9e9e9e";
export const ComponentRadioLabelDefaultFontSize = "500";
export const ComponentRadioLabelDefaultFontSize = "1.000rem";
export const ComponentRadioLabelDefaultFontWeight = "400";

@@ -217,3 +217,3 @@ export const ComponentRadioLabelDefaultMarginLeft = "0.5rem";

export const ComponentRadioLabelDisabledColor = "#9e9e9e";
export const ComponentCheckboxLabelDefaultFontSize = "500";
export const ComponentCheckboxLabelDefaultFontSize = "1.000rem";
export const ComponentCheckboxLabelDefaultFontWeight = "400";

@@ -220,0 +220,0 @@ export const ComponentCheckboxLabelDefaultMarginLeft = "0.5rem";

@@ -328,3 +328,3 @@ {

"default": {
"font-size": "500",
"font-size": "1.000rem",
"font-weight": "600",

@@ -340,3 +340,3 @@ "margin-bottom": "0.5rem",

"default": {
"font-size": "500",
"font-size": "1.000rem",
"font-weight": "400",

@@ -352,3 +352,3 @@ "margin-left": "0.5rem",

"default": {
"font-size": "500",
"font-size": "1.000rem",
"font-weight": "400",

@@ -355,0 +355,0 @@ "margin-left": "0.5rem",

{
"name": "@rss-eng/design-tokens",
"version": "0.0.0-08a874",
"version": "0.0.0-0c0075",
"main": "index.js",

@@ -23,7 +23,7 @@ "files": [

"devDependencies": {
"aws-sdk": "^2.868.0",
"aws-sdk": "^2.875.0",
"chokidar": "^3.5.1",
"chokidar-cli": "^2.1.0",
"json5": "^2.2.0",
"style-dictionary": "^3.0.0-rc.6",
"style-dictionary": "^3.0.0-rc.7",
"yaml": "^1.10.2",

@@ -30,0 +30,0 @@ "yargs": "^16.2.0"

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