@nordhealth/tokens
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -14,4 +14,4 @@ module.exports = { | ||
nColorNavHover: "rgb(234, 240, 240)", | ||
nColorBorder: "rgb(227, 233, 235)", | ||
nColorBorderStrong: "rgb(197, 205, 211)", | ||
nColorBorder: "rgb(222, 229, 232)", | ||
nColorBorderStrong: "rgb(188, 197, 204)", | ||
nColorSurface: "rgb(255, 255, 255)", | ||
@@ -18,0 +18,0 @@ nColorBackground: "rgb(255, 255, 255)", |
@@ -126,3 +126,3 @@ { | ||
"name": "nColorBorder", | ||
"value": "rgb(227, 233, 235)", | ||
"value": "rgb(222, 229, 232)", | ||
"ui": "light", | ||
@@ -137,3 +137,3 @@ "title": "Color Border", | ||
"name": "nColorBorderStrong", | ||
"value": "rgb(197, 205, 211)", | ||
"value": "rgb(188, 197, 204)", | ||
"ui": "light", | ||
@@ -140,0 +140,0 @@ "title": "Color Border Strong", |
@@ -14,4 +14,4 @@ { | ||
"n_color_nav_hover": "rgb(234, 240, 240)", | ||
"n_color_border": "rgb(227, 233, 235)", | ||
"n_color_border_strong": "rgb(197, 205, 211)", | ||
"n_color_border": "rgb(222, 229, 232)", | ||
"n_color_border_strong": "rgb(188, 197, 204)", | ||
"n_color_surface": "rgb(255, 255, 255)", | ||
@@ -18,0 +18,0 @@ "n_color_background": "rgb(255, 255, 255)", |
@@ -159,6 +159,6 @@ { | ||
"n_color_border": { | ||
"originalValue": "#e3e9eb", | ||
"originalValue": "#dee5e8", | ||
"theme": "nord", | ||
"name": "n_color_border", | ||
"value": "rgb(227, 233, 235)", | ||
"value": "rgb(222, 229, 232)", | ||
"ui": "light", | ||
@@ -171,6 +171,6 @@ "title": "Color Border", | ||
"n_color_border_strong": { | ||
"originalValue": "#c5cdd3", | ||
"originalValue": "#bcc5cc", | ||
"theme": "nord", | ||
"name": "n_color_border_strong", | ||
"value": "rgb(197, 205, 211)", | ||
"value": "rgb(188, 197, 204)", | ||
"ui": "light", | ||
@@ -177,0 +177,0 @@ "title": "Color Border Strong", |
@@ -14,4 +14,4 @@ module.exports = { | ||
nColorNavHover: "rgb(234, 240, 240)", | ||
nColorBorder: "rgb(227, 233, 235)", | ||
nColorBorderStrong: "rgb(197, 205, 211)", | ||
nColorBorder: "rgb(222, 229, 232)", | ||
nColorBorderStrong: "rgb(188, 197, 204)", | ||
nColorSurface: "rgb(255, 255, 255)", | ||
@@ -35,5 +35,5 @@ nColorBackground: "rgb(255, 255, 255)", | ||
nColorActive: "rgb(246, 248, 248)", | ||
nBoxShadow: "0 1px 3px rgba(12, 12, 12, 0.1)", | ||
nBoxShadowHeader: "0 1px 8px rgba(12, 12, 12, 0.05)", | ||
nBoxShadowCard: "0 0 0 1px var(--n-color-border), 0 1px 8px rgba(12, 12, 12, 0.05)", | ||
nBoxShadow: "0 1px 3px rgba(12, 12, 12, 0.09)", | ||
nBoxShadowHeader: "0 1px 5px rgba(12, 12, 12, 0.04)", | ||
nBoxShadowCard: "0 0 0 1px var(--n-color-border), 0 1px 5px rgba(12, 12, 12, 0.04)", | ||
nBoxShadowNav: "0 0 0 1px var(--n-color-border), 0 5px 17px rgba(12, 12, 12, 0.14)", | ||
@@ -43,4 +43,4 @@ nBoxShadowPopout: "0 4px 12px rgba(12, 12, 12, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05)", | ||
nBoxShadowDark: "0 1px 3px rgba(0, 0, 0, 0.2)", | ||
nBoxShadowHeaderDark: "0 1px 8px rgba(0, 0, 0, 0.15)", | ||
nBoxShadowCardDark: "0 0 0 1px var(--n-color-border), 0 1px 8px rgba(0, 0, 0, 0.15)", | ||
nBoxShadowHeaderDark: "0 1px 5px rgba(0, 0, 0, 0.15)", | ||
nBoxShadowCardDark: "0 0 0 1px var(--n-color-border), 0 1px 5px rgba(0, 0, 0, 0.15)", | ||
nBoxShadowNavDark: "0 0 0 1px var(--n-color-border), 0 5px 17px rgba(0, 0, 0, 0.24)", | ||
@@ -47,0 +47,0 @@ nBoxShadowPopoutDark: "0 4px 12px rgba(0, 0, 0, 0.25), 0 0 0 1px var(--n-color-border)", |
@@ -126,3 +126,3 @@ { | ||
"name": "nColorBorder", | ||
"value": "rgb(227, 233, 235)", | ||
"value": "rgb(222, 229, 232)", | ||
"ui": "light", | ||
@@ -137,3 +137,3 @@ "title": "Color Border", | ||
"name": "nColorBorderStrong", | ||
"value": "rgb(197, 205, 211)", | ||
"value": "rgb(188, 197, 204)", | ||
"ui": "light", | ||
@@ -329,3 +329,3 @@ "title": "Color Border Strong", | ||
"name": "nBoxShadow", | ||
"value": "0 1px 3px rgba(12, 12, 12, 0.1)", | ||
"value": "0 1px 3px rgba(12, 12, 12, 0.09)", | ||
"title": "Box Shadow", | ||
@@ -339,3 +339,3 @@ "description": "Default box shadow. Used with buttons, active states, and such.", | ||
"name": "nBoxShadowHeader", | ||
"value": "0 1px 8px rgba(12, 12, 12, 0.05)", | ||
"value": "0 1px 5px rgba(12, 12, 12, 0.04)", | ||
"title": "Box Shadow Header", | ||
@@ -349,3 +349,3 @@ "description": "Default box shadow for header component.", | ||
"name": "nBoxShadowCard", | ||
"value": "0 0 0 1px var(--n-color-border), 0 1px 8px rgba(12, 12, 12, 0.05)", | ||
"value": "0 0 0 1px var(--n-color-border), 0 1px 5px rgba(12, 12, 12, 0.04)", | ||
"title": "Box Shadow Card", | ||
@@ -395,3 +395,3 @@ "description": "Default box shadow for card component that creates both shadow and border around the card.", | ||
"name": "nBoxShadowHeaderDark", | ||
"value": "0 1px 8px rgba(0, 0, 0, 0.15)", | ||
"value": "0 1px 5px rgba(0, 0, 0, 0.15)", | ||
"title": "Box Shadow Header", | ||
@@ -405,3 +405,3 @@ "description": "Default box shadow for header component.", | ||
"name": "nBoxShadowCardDark", | ||
"value": "0 0 0 1px var(--n-color-border), 0 1px 8px rgba(0, 0, 0, 0.15)", | ||
"value": "0 0 0 1px var(--n-color-border), 0 1px 5px rgba(0, 0, 0, 0.15)", | ||
"title": "Box Shadow Card", | ||
@@ -408,0 +408,0 @@ "description": "Default box shadow for card component that creates both shadow and border around the card.", |
@@ -14,4 +14,4 @@ { | ||
"n_color_nav_hover": "rgb(234, 240, 240)", | ||
"n_color_border": "rgb(227, 233, 235)", | ||
"n_color_border_strong": "rgb(197, 205, 211)", | ||
"n_color_border": "rgb(222, 229, 232)", | ||
"n_color_border_strong": "rgb(188, 197, 204)", | ||
"n_color_surface": "rgb(255, 255, 255)", | ||
@@ -35,5 +35,5 @@ "n_color_background": "rgb(255, 255, 255)", | ||
"n_color_active": "rgb(246, 248, 248)", | ||
"n_box_shadow": "0 1px 3px rgba(12, 12, 12, 0.1)", | ||
"n_box_shadow_header": "0 1px 8px rgba(12, 12, 12, 0.05)", | ||
"n_box_shadow_card": "0 0 0 1px var(--n-color-border), 0 1px 8px rgba(12, 12, 12, 0.05)", | ||
"n_box_shadow": "0 1px 3px rgba(12, 12, 12, 0.09)", | ||
"n_box_shadow_header": "0 1px 5px rgba(12, 12, 12, 0.04)", | ||
"n_box_shadow_card": "0 0 0 1px var(--n-color-border), 0 1px 5px rgba(12, 12, 12, 0.04)", | ||
"n_box_shadow_nav": "0 0 0 1px var(--n-color-border), 0 5px 17px rgba(12, 12, 12, 0.14)", | ||
@@ -43,4 +43,4 @@ "n_box_shadow_popout": "0 4px 12px rgba(12, 12, 12, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05)", | ||
"n_box_shadow_dark": "0 1px 3px rgba(0, 0, 0, 0.2)", | ||
"n_box_shadow_header_dark": "0 1px 8px rgba(0, 0, 0, 0.15)", | ||
"n_box_shadow_card_dark": "0 0 0 1px var(--n-color-border), 0 1px 8px rgba(0, 0, 0, 0.15)", | ||
"n_box_shadow_header_dark": "0 1px 5px rgba(0, 0, 0, 0.15)", | ||
"n_box_shadow_card_dark": "0 0 0 1px var(--n-color-border), 0 1px 5px rgba(0, 0, 0, 0.15)", | ||
"n_box_shadow_nav_dark": "0 0 0 1px var(--n-color-border), 0 5px 17px rgba(0, 0, 0, 0.24)", | ||
@@ -47,0 +47,0 @@ "n_box_shadow_popout_dark": "0 4px 12px rgba(0, 0, 0, 0.25), 0 0 0 1px var(--n-color-border)", |
@@ -159,6 +159,6 @@ { | ||
"n_color_border": { | ||
"originalValue": "#e3e9eb", | ||
"originalValue": "#dee5e8", | ||
"theme": "nord", | ||
"name": "n_color_border", | ||
"value": "rgb(227, 233, 235)", | ||
"value": "rgb(222, 229, 232)", | ||
"ui": "light", | ||
@@ -171,6 +171,6 @@ "title": "Color Border", | ||
"n_color_border_strong": { | ||
"originalValue": "#c5cdd3", | ||
"originalValue": "#bcc5cc", | ||
"theme": "nord", | ||
"name": "n_color_border_strong", | ||
"value": "rgb(197, 205, 211)", | ||
"value": "rgb(188, 197, 204)", | ||
"ui": "light", | ||
@@ -384,7 +384,7 @@ "title": "Color Border Strong", | ||
"name": "n_box_shadow", | ||
"value": "0 1px 3px rgba(12, 12, 12, 0.1)", | ||
"value": "0 1px 3px rgba(12, 12, 12, 0.09)", | ||
"title": "Box Shadow", | ||
"description": "Default box shadow. Used with buttons, active states, and such.", | ||
"ui": "light", | ||
"originalValue": "0 1px 3px rgba(12, 12, 12, 0.1)" | ||
"originalValue": "0 1px 3px rgba(12, 12, 12, 0.09)" | ||
}, | ||
@@ -395,7 +395,7 @@ "n_box_shadow_header": { | ||
"name": "n_box_shadow_header", | ||
"value": "0 1px 8px rgba(12, 12, 12, 0.05)", | ||
"value": "0 1px 5px rgba(12, 12, 12, 0.04)", | ||
"title": "Box Shadow Header", | ||
"description": "Default box shadow for header component.", | ||
"ui": "light", | ||
"originalValue": "0 1px 8px rgba(12, 12, 12, 0.05)" | ||
"originalValue": "0 1px 5px rgba(12, 12, 12, 0.04)" | ||
}, | ||
@@ -406,7 +406,7 @@ "n_box_shadow_card": { | ||
"name": "n_box_shadow_card", | ||
"value": "0 0 0 1px var(--n-color-border), 0 1px 8px rgba(12, 12, 12, 0.05)", | ||
"value": "0 0 0 1px var(--n-color-border), 0 1px 5px rgba(12, 12, 12, 0.04)", | ||
"title": "Box Shadow Card", | ||
"description": "Default box shadow for card component that creates both shadow and border around the card.", | ||
"ui": "light", | ||
"originalValue": "0 0 0 1px var(--n-color-border), 0 1px 8px rgba(12, 12, 12, 0.05)" | ||
"originalValue": "0 0 0 1px var(--n-color-border), 0 1px 5px rgba(12, 12, 12, 0.04)" | ||
}, | ||
@@ -457,7 +457,7 @@ "n_box_shadow_nav": { | ||
"name": "n_box_shadow_header_dark", | ||
"value": "0 1px 8px rgba(0, 0, 0, 0.15)", | ||
"value": "0 1px 5px rgba(0, 0, 0, 0.15)", | ||
"title": "Box Shadow Header", | ||
"description": "Default box shadow for header component.", | ||
"ui": "dark", | ||
"originalValue": "0 1px 8px rgba(0, 0, 0, 0.15)" | ||
"originalValue": "0 1px 5px rgba(0, 0, 0, 0.15)" | ||
}, | ||
@@ -468,7 +468,7 @@ "n_box_shadow_card_dark": { | ||
"name": "n_box_shadow_card_dark", | ||
"value": "0 0 0 1px var(--n-color-border), 0 1px 8px rgba(0, 0, 0, 0.15)", | ||
"value": "0 0 0 1px var(--n-color-border), 0 1px 5px rgba(0, 0, 0, 0.15)", | ||
"title": "Box Shadow Card", | ||
"description": "Default box shadow for card component that creates both shadow and border around the card.", | ||
"ui": "dark", | ||
"originalValue": "0 0 0 1px var(--n-color-border), 0 1px 8px rgba(0, 0, 0, 0.15)" | ||
"originalValue": "0 0 0 1px var(--n-color-border), 0 1px 5px rgba(0, 0, 0, 0.15)" | ||
}, | ||
@@ -475,0 +475,0 @@ "n_box_shadow_nav_dark": { |
{ | ||
"name": "@nordhealth/tokens", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "This package includes Nord Design System tokens", | ||
@@ -39,3 +39,3 @@ "author": "Nordhealth <support@nordhealth.design>", | ||
}, | ||
"gitHead": "65fcf33654dcd64f3720a293a44d56fc283c41e8" | ||
"gitHead": "7705baffdfb77a3e457d5ca3c0d80f30a6331cc7" | ||
} |
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 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 not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
334175