@invisionag/injixo-tokens
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -14,7 +14,7 @@ // @flow | ||
/** | ||
* injixo logo color, foreground, highlight injixo Classic in feature comparisons, pricing model exclusives, etc. | ||
* injixo logo color, logo foreground, highlight injixo Classic in feature comparisons, pricing model exclusives, etc. | ||
*/ | ||
brand100: '#059898', | ||
/** | ||
* injixo logo color, background, highlight injixo Enterprise in feature comparisons, pricing model exclusives, etc. | ||
* injixo logo color, logo background, highlight injixo Enterprise in feature comparisons, pricing model exclusives, etc. | ||
*/ | ||
@@ -124,7 +124,7 @@ brand200: '#00717f', | ||
/** | ||
* font-color, default card background | ||
* default card background, Container background | ||
*/ | ||
ui0: '#ffffff', | ||
/** | ||
* default app background color, default hover background for default buttons, cards, table row bg | ||
* default app background, default hover background for default buttons, default hover background for utility buttons, DataCard component background, table row bg | ||
*/ | ||
@@ -137,19 +137,19 @@ ui100: '#f5f6f7', | ||
/** | ||
* default border, default button border, secondary background, disabled button text | ||
* default border, default button border, disabled button text | ||
*/ | ||
ui300: '#b5c0c9', | ||
/** | ||
* tooltip background color, custom scroll bar | ||
* tooltip background, custom scrollbar | ||
*/ | ||
ui400: '#32485e', | ||
/** | ||
* primary font color on dark bg | ||
* inverted text color (on dark backgrounds) | ||
*/ | ||
typography0: '#ffffff', | ||
/** | ||
* secondary p color, disabled button text, icons | ||
* secondary text color, disabled button text, icons | ||
*/ | ||
typography100: '#5f7387', | ||
/** | ||
* default p color, default headline color, icons | ||
* default text color, default headline color, icons | ||
*/ | ||
@@ -162,23 +162,23 @@ typography200: '#15202b', | ||
/** | ||
* default hover color, when active radio & checkbox button hover | ||
* default hover color for interaction components, when active radio & checkbox button hover | ||
*/ | ||
primary200: '#0051a2', | ||
/** | ||
* default success button bg, default success color, success statuscard bar | ||
* success color, success button background | ||
*/ | ||
success100: '#0c8268', | ||
/** | ||
* default success button border, default success hover color, font color | ||
* success button border, success hover color, success text color | ||
*/ | ||
success200: '#0d6e58', | ||
/** | ||
* default error color, error inputfield border, error statuscard bar | ||
* error color, error input border, error DataCard border | ||
*/ | ||
error100: '#c32b2d', | ||
/** | ||
* default error, hover color, default success button border | ||
* error button border, error hover color, error text color | ||
*/ | ||
error200: '#ae1e20', | ||
/** | ||
* default warning color, don’t use as font color, don’t use as bg color for white font | ||
* warning color | ||
*/ | ||
@@ -189,3 +189,3 @@ warning100: '#da9a07', | ||
/** | ||
* Sticky Navigation Bars | ||
* Sticky and/or docked elements | ||
*/ | ||
@@ -202,7 +202,7 @@ shadow1: '0 1px 8px rgba(50, 72, 94, 0.16), 0 1px 4px rgba(50, 72, 94, 0.28)', | ||
/** | ||
* Flash Messages | ||
* Toast Messages | ||
*/ | ||
shadow4: '0 12px 32px rgba(50, 72, 94, 0.16), 0 8px 12px rgba(50, 72, 94, 0.4)', | ||
/** | ||
* Sticky Footers, Sticky Navigation Bars | ||
* Sticky and/or docked elements | ||
*/ | ||
@@ -209,0 +209,0 @@ zIndex1: '100', |
@@ -12,7 +12,7 @@ export declare const asset: { | ||
/** | ||
* injixo logo color, foreground, highlight injixo Classic in feature comparisons, pricing model exclusives, etc. | ||
* injixo logo color, logo foreground, highlight injixo Classic in feature comparisons, pricing model exclusives, etc. | ||
*/ | ||
readonly brand100: "#059898"; | ||
/** | ||
* injixo logo color, background, highlight injixo Enterprise in feature comparisons, pricing model exclusives, etc. | ||
* injixo logo color, logo background, highlight injixo Enterprise in feature comparisons, pricing model exclusives, etc. | ||
*/ | ||
@@ -122,7 +122,7 @@ readonly brand200: "#00717f"; | ||
/** | ||
* font-color, default card background | ||
* default card background, Container background | ||
*/ | ||
readonly ui0: "#ffffff"; | ||
/** | ||
* default app background color, default hover background for default buttons, cards, table row bg | ||
* default app background, default hover background for default buttons, default hover background for utility buttons, DataCard component background, table row bg | ||
*/ | ||
@@ -135,19 +135,19 @@ readonly ui100: "#f5f6f7"; | ||
/** | ||
* default border, default button border, secondary background, disabled button text | ||
* default border, default button border, disabled button text | ||
*/ | ||
readonly ui300: "#b5c0c9"; | ||
/** | ||
* tooltip background color, custom scroll bar | ||
* tooltip background, custom scrollbar | ||
*/ | ||
readonly ui400: "#32485e"; | ||
/** | ||
* primary font color on dark bg | ||
* inverted text color (on dark backgrounds) | ||
*/ | ||
readonly typography0: "#ffffff"; | ||
/** | ||
* secondary p color, disabled button text, icons | ||
* secondary text color, disabled button text, icons | ||
*/ | ||
readonly typography100: "#5f7387"; | ||
/** | ||
* default p color, default headline color, icons | ||
* default text color, default headline color, icons | ||
*/ | ||
@@ -160,23 +160,23 @@ readonly typography200: "#15202b"; | ||
/** | ||
* default hover color, when active radio & checkbox button hover | ||
* default hover color for interaction components, when active radio & checkbox button hover | ||
*/ | ||
readonly primary200: "#0051a2"; | ||
/** | ||
* default success button bg, default success color, success statuscard bar | ||
* success color, success button background | ||
*/ | ||
readonly success100: "#0c8268"; | ||
/** | ||
* default success button border, default success hover color, font color | ||
* success button border, success hover color, success text color | ||
*/ | ||
readonly success200: "#0d6e58"; | ||
/** | ||
* default error color, error inputfield border, error statuscard bar | ||
* error color, error input border, error DataCard border | ||
*/ | ||
readonly error100: "#c32b2d"; | ||
/** | ||
* default error, hover color, default success button border | ||
* error button border, error hover color, error text color | ||
*/ | ||
readonly error200: "#ae1e20"; | ||
/** | ||
* default warning color, don’t use as font color, don’t use as bg color for white font | ||
* warning color | ||
*/ | ||
@@ -187,3 +187,3 @@ readonly warning100: "#da9a07"; | ||
/** | ||
* Sticky Navigation Bars | ||
* Sticky and/or docked elements | ||
*/ | ||
@@ -200,7 +200,7 @@ readonly shadow1: "0 1px 8px rgba(50, 72, 94, 0.16), 0 1px 4px rgba(50, 72, 94, 0.28)"; | ||
/** | ||
* Flash Messages | ||
* Toast Messages | ||
*/ | ||
readonly shadow4: "0 12px 32px rgba(50, 72, 94, 0.16), 0 8px 12px rgba(50, 72, 94, 0.4)"; | ||
/** | ||
* Sticky Footers, Sticky Navigation Bars | ||
* Sticky and/or docked elements | ||
*/ | ||
@@ -207,0 +207,0 @@ readonly zIndex1: "100"; |
@@ -8,7 +8,7 @@ const asset = { | ||
/** | ||
* injixo logo color, foreground, highlight injixo Classic in feature comparisons, pricing model exclusives, etc. | ||
* injixo logo color, logo foreground, highlight injixo Classic in feature comparisons, pricing model exclusives, etc. | ||
*/ | ||
brand100: '#059898', | ||
/** | ||
* injixo logo color, background, highlight injixo Enterprise in feature comparisons, pricing model exclusives, etc. | ||
* injixo logo color, logo background, highlight injixo Enterprise in feature comparisons, pricing model exclusives, etc. | ||
*/ | ||
@@ -118,7 +118,7 @@ brand200: '#00717f', | ||
/** | ||
* font-color, default card background | ||
* default card background, Container background | ||
*/ | ||
ui0: '#ffffff', | ||
/** | ||
* default app background color, default hover background for default buttons, cards, table row bg | ||
* default app background, default hover background for default buttons, default hover background for utility buttons, DataCard component background, table row bg | ||
*/ | ||
@@ -131,19 +131,19 @@ ui100: '#f5f6f7', | ||
/** | ||
* default border, default button border, secondary background, disabled button text | ||
* default border, default button border, disabled button text | ||
*/ | ||
ui300: '#b5c0c9', | ||
/** | ||
* tooltip background color, custom scroll bar | ||
* tooltip background, custom scrollbar | ||
*/ | ||
ui400: '#32485e', | ||
/** | ||
* primary font color on dark bg | ||
* inverted text color (on dark backgrounds) | ||
*/ | ||
typography0: '#ffffff', | ||
/** | ||
* secondary p color, disabled button text, icons | ||
* secondary text color, disabled button text, icons | ||
*/ | ||
typography100: '#5f7387', | ||
/** | ||
* default p color, default headline color, icons | ||
* default text color, default headline color, icons | ||
*/ | ||
@@ -156,23 +156,23 @@ typography200: '#15202b', | ||
/** | ||
* default hover color, when active radio & checkbox button hover | ||
* default hover color for interaction components, when active radio & checkbox button hover | ||
*/ | ||
primary200: '#0051a2', | ||
/** | ||
* default success button bg, default success color, success statuscard bar | ||
* success color, success button background | ||
*/ | ||
success100: '#0c8268', | ||
/** | ||
* default success button border, default success hover color, font color | ||
* success button border, success hover color, success text color | ||
*/ | ||
success200: '#0d6e58', | ||
/** | ||
* default error color, error inputfield border, error statuscard bar | ||
* error color, error input border, error DataCard border | ||
*/ | ||
error100: '#c32b2d', | ||
/** | ||
* default error, hover color, default success button border | ||
* error button border, error hover color, error text color | ||
*/ | ||
error200: '#ae1e20', | ||
/** | ||
* default warning color, don’t use as font color, don’t use as bg color for white font | ||
* warning color | ||
*/ | ||
@@ -183,3 +183,3 @@ warning100: '#da9a07', | ||
/** | ||
* Sticky Navigation Bars | ||
* Sticky and/or docked elements | ||
*/ | ||
@@ -196,7 +196,7 @@ shadow1: '0 1px 8px rgba(50, 72, 94, 0.16), 0 1px 4px rgba(50, 72, 94, 0.28)', | ||
/** | ||
* Flash Messages | ||
* Toast Messages | ||
*/ | ||
shadow4: '0 12px 32px rgba(50, 72, 94, 0.16), 0 8px 12px rgba(50, 72, 94, 0.4)', | ||
/** | ||
* Sticky Footers, Sticky Navigation Bars | ||
* Sticky and/or docked elements | ||
*/ | ||
@@ -203,0 +203,0 @@ zIndex1: '100', |
{ | ||
"name": "@invisionag/injixo-tokens", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "injixo Design Tokens", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
182200
5195