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

@duetds/tokens

Package Overview
Dependencies
Maintainers
0
Versions
332
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@duetds/tokens - npm Package Compare versions

Comparing version 4.0.45 to 4.0.46

2

lib/tokens.common.js

@@ -20,2 +20,3 @@ module.exports = {

colorCategoryPet: "rgb(168, 1, 78)",
colorPrimaryDarker: "rgb(0, 98, 154)",
colorPrimaryLight: "rgb(205, 229, 241)",

@@ -41,2 +42,3 @@ colorCategoryTravel: "rgb(213, 66, 3)",

colorSecondaryTurva: "rgb(23, 28, 58)",
colorPrimaryDarkerTurva: "rgb(173, 11, 43)",
colorPrimaryLightTurva: "rgb(244, 207, 214)",

@@ -43,0 +45,0 @@ colorCategoryTravelTurva: "rgb(9, 129, 148)",

4

lib/tokens.d.ts

@@ -1,2 +0,2 @@

export type DuetColor = "brand-blue" | "brand-gray-turva" | "category-family" | "category-family-turva" | "category-finance" | "category-home" | "category-home-turva" | "category-pet" | "category-travel" | "category-travel-turva" | "category-union-turva" | "category-vehicle" | "category-vehicle-turva" | "danger" | "danger-turva" | "data-01" | "data-02" | "data-03" | "data-04" | "data-05" | "data-06" | "data-07" | "data-08" | "data-09" | "data-10" | "data-11" | "data-12" | "data-13" | "data-14" | "data-15" | "gray" | "gray-dark" | "gray-dark-turva" | "gray-darker" | "gray-darker-turva" | "gray-light" | "gray-light-turva" | "gray-lighter" | "gray-lighter-turva" | "gray-lightest" | "gray-lightest-turva" | "gray-turva" | "primary" | "primary-dark" | "primary-dark-turva" | "primary-light" | "primary-light-turva" | "primary-lighter" | "primary-lighter-turva" | "primary-lightest" | "primary-lightest-turva" | "primary-turva" | "secondary" | "secondary-turva" | "success" | "success-turva" | "warning" | "warning-turva";
export type DuetColor = "brand-blue" | "brand-gray-turva" | "category-family" | "category-family-turva" | "category-finance" | "category-home" | "category-home-turva" | "category-pet" | "category-travel" | "category-travel-turva" | "category-union-turva" | "category-vehicle" | "category-vehicle-turva" | "danger" | "danger-turva" | "data-01" | "data-02" | "data-03" | "data-04" | "data-05" | "data-06" | "data-07" | "data-08" | "data-09" | "data-10" | "data-11" | "data-12" | "data-13" | "data-14" | "data-15" | "gray" | "gray-dark" | "gray-dark-turva" | "gray-darker" | "gray-darker-turva" | "gray-light" | "gray-light-turva" | "gray-lighter" | "gray-lighter-turva" | "gray-lightest" | "gray-lightest-turva" | "gray-turva" | "primary" | "primary-dark" | "primary-dark-turva" | "primary-darker" | "primary-darker-turva" | "primary-light" | "primary-light-turva" | "primary-lighter" | "primary-lighter-turva" | "primary-lightest" | "primary-lightest-turva" | "primary-turva" | "secondary" | "secondary-turva" | "success" | "success-turva" | "warning" | "warning-turva";
export type DuetFontSize = "large" | "medium" | "small" | "x-large" | "x-small" | "xx-large" | "xxx-large" | "xxxx-large";

@@ -50,2 +50,4 @@ export type DuetFontWeight = "bold" | "extra-bold" | "normal" | "semi-bold";

export declare const colorPrimaryDarkTurva = "rgb(148, 9, 37)";
export declare const colorPrimaryDarker = "rgb(0, 98, 154)";
export declare const colorPrimaryDarkerTurva = "rgb(173, 11, 43)";
export declare const colorPrimaryLight = "rgb(205, 229, 241)";

@@ -52,0 +54,0 @@ export declare const colorPrimaryLightTurva = "rgb(244, 207, 214)";

@@ -461,2 +461,7 @@ {

},
"primary_darker": {
"value": "#ad0b2b",
"type": "color",
"description": "Primary digital red that is accessible with white. Used as link text color."
},
"primary_light": {

@@ -756,2 +761,7 @@ "value": "#f4cfd6",

},
"primary_darker": {
"value": "#00629a",
"type": "color",
"description": "Primary digital red that is accessible with white. Used as link text color."
},
"primary_light": {

@@ -758,0 +768,0 @@ "value": "#cde5f1",

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

"name": "colorWarning",
"order": "09",
"order": "10",
"value": "rgb(247, 178, 40)",

@@ -18,3 +18,3 @@ "status": "ready",

"name": "colorGrayDarker",
"order": "11",
"order": "12",
"value": "rgb(101, 119, 135)",

@@ -30,3 +30,3 @@ "status": "ready",

"name": "colorGrayLighter",
"order": "14",
"order": "16",
"value": "rgb(245, 248, 250)",

@@ -52,3 +52,3 @@ "status": "ready",

"name": "colorPrimary",
"order": "02",
"order": "03",
"value": "rgb(0, 119, 179)",

@@ -74,3 +74,3 @@ "status": "ready",

"name": "colorSuccess",
"order": "10",
"order": "11",
"value": "rgb(0, 135, 90)",

@@ -96,3 +96,3 @@ "status": "ready",

"name": "colorPrimaryLightest",
"order": "05",
"order": "06",
"value": "rgb(243, 249, 252)",

@@ -108,3 +108,3 @@ "status": "ready",

"name": "colorPrimaryLighter",
"order": "04",
"order": "05",
"value": "rgb(230, 242, 248)",

@@ -120,3 +120,3 @@ "status": "ready",

"name": "colorBrandBlue",
"order": "07",
"order": "08",
"value": "rgb(0, 161, 212)",

@@ -143,3 +143,3 @@ "status": "deprecated",

"name": "colorGrayLightest",
"order": "15",
"order": "17",
"value": "rgb(255, 255, 255)",

@@ -165,3 +165,3 @@ "status": "ready",

"name": "colorGrayDark",
"order": "11",
"order": "13",
"value": "rgb(144, 149, 153)",

@@ -177,3 +177,3 @@ "status": "ready",

"name": "colorGrayLight",
"order": "13",
"order": "15",
"value": "rgb(225, 227, 230)",

@@ -189,3 +189,3 @@ "status": "ready",

"name": "colorSecondary",
"order": "06",
"order": "07",
"value": "rgb(0, 41, 77)",

@@ -210,4 +210,15 @@ "status": "ready",

"theme": "lahitapiola",
"name": "colorPrimaryDarker",
"order": "02",
"value": "rgb(0, 98, 154)",
"status": "ready",
"title": "Primary Blue Darker",
"type": "color",
"description": "Primary digital red that is accessible with white. Used as link text color.",
"category": "color"
},
{
"theme": "lahitapiola",
"name": "colorPrimaryLight",
"order": "03",
"order": "04",
"value": "rgb(205, 229, 241)",

@@ -233,3 +244,3 @@ "status": "ready",

"name": "colorGray",
"order": "12",
"order": "14",
"value": "rgb(207, 210, 212)",

@@ -245,3 +256,3 @@ "status": "ready",

"name": "colorDanger",
"order": "08",
"order": "09",
"value": "rgb(222, 35, 98)",

@@ -257,3 +268,3 @@ "status": "ready",

"name": "colorGrayDarkerTurva",
"order": "11",
"order": "12",
"value": "rgb(68, 68, 69)",

@@ -269,3 +280,3 @@ "status": "ready",

"name": "colorGrayLighterTurva",
"order": "14",
"order": "15",
"value": "rgb(245, 245, 247)",

@@ -291,3 +302,3 @@ "status": "ready",

"name": "colorPrimaryTurva",
"order": "02",
"order": "03",
"value": "rgb(198, 12, 48)",

@@ -313,3 +324,3 @@ "status": "ready",

"name": "colorSuccessTurva",
"order": "10",
"order": "11",
"value": "rgb(8, 135, 78)",

@@ -325,3 +336,3 @@ "status": "ready",

"name": "colorPrimaryLightestTurva",
"order": "05",
"order": "06",
"value": "rgb(252, 243, 244)",

@@ -357,3 +368,3 @@ "status": "deprecated",

"name": "colorPrimaryLighterTurva",
"order": "04",
"order": "05",
"value": "rgb(249, 230, 234)",

@@ -380,3 +391,3 @@ "status": "deprecated",

"name": "colorGrayLightestTurva",
"order": "15",
"order": "16",
"value": "rgb(255, 255, 255)",

@@ -392,3 +403,3 @@ "status": "ready",

"name": "colorGrayDarkTurva",
"order": "12",
"order": "13",
"value": "rgb(116, 116, 117)",

@@ -415,3 +426,3 @@ "status": "ready",

"name": "colorBrandGrayTurva",
"order": "07",
"order": "08",
"value": "rgb(178, 180, 179)",

@@ -427,3 +438,3 @@ "status": "ready",

"name": "colorSecondaryTurva",
"order": "06",
"order": "07",
"value": "rgb(23, 28, 58)",

@@ -438,4 +449,15 @@ "status": "ready",

"theme": "turva",
"name": "colorPrimaryDarkerTurva",
"order": "02",
"value": "rgb(173, 11, 43)",
"status": "ready",
"title": "Primary Red Darker",
"type": "color",
"description": "Primary digital red that is accessible with white. Used as link text color.",
"category": "color"
},
{
"theme": "turva",
"name": "colorPrimaryLightTurva",
"order": "03",
"order": "04",
"value": "rgb(244, 207, 214)",

@@ -461,3 +483,3 @@ "status": "deprecated",

"name": "colorGrayTurva",
"order": "12",
"order": "14",
"value": "rgb(207, 207, 209)",

@@ -473,3 +495,3 @@ "status": "ready",

"name": "colorDangerTurva",
"order": "08",
"order": "09",
"value": "rgb(224, 42, 13)",

@@ -485,3 +507,3 @@ "status": "ready",

"name": "colorWarningTurva",
"order": "09",
"order": "10",
"value": "rgb(250, 164, 15)",

@@ -488,0 +510,0 @@ "status": "ready",

@@ -20,2 +20,3 @@ {

"color_category_pet": "rgb(168, 1, 78)",
"color_primary_darker": "rgb(0, 98, 154)",
"color_primary_light": "rgb(205, 229, 241)",

@@ -41,2 +42,3 @@ "color_category_travel": "rgb(213, 66, 3)",

"color_secondary_turva": "rgb(23, 28, 58)",
"color_primary_darker_turva": "rgb(173, 11, 43)",
"color_primary_light_turva": "rgb(244, 207, 214)",

@@ -43,0 +45,0 @@ "color_category_travel_turva": "rgb(9, 129, 148)",

@@ -19,2 +19,3 @@ export const colorWarning = "rgb(247, 178, 40)";

export const colorCategoryPet = "rgb(168, 1, 78)";
export const colorPrimaryDarker = "rgb(0, 98, 154)";
export const colorPrimaryLight = "rgb(205, 229, 241)";

@@ -40,2 +41,3 @@ export const colorCategoryTravel = "rgb(213, 66, 3)";

export const colorSecondaryTurva = "rgb(23, 28, 58)";
export const colorPrimaryDarkerTurva = "rgb(173, 11, 43)";
export const colorPrimaryLightTurva = "rgb(244, 207, 214)";

@@ -42,0 +44,0 @@ export const colorCategoryTravelTurva = "rgb(9, 129, 148)";

{
"name": "@duetds/tokens",
"version": "4.0.45",
"version": "4.0.46",
"description": "This package includes Duet Design Tokens and related utilities.",

@@ -43,3 +43,3 @@ "bugs": {

},
"gitHead": "e220602b673ae30c7453e35c3cc1128e022c9f45"
"gitHead": "7db3855a51496248f7f31fd0cf6cdee3620c18d6"
}

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