diff --git a/dist/docsite/android/colors.xml b/dist/docsite/android/colors.xml index 1bc05a8e..110132ea 100644 --- a/dist/docsite/android/colors.xml +++ b/dist/docsite/android/colors.xml @@ -18,11 +18,11 @@ #ffc7370f #ffffffff #ffffffff - #bf2e2e2b + #ff4b4a48 #ffd5cfc3 #e62e2e2b - #bf2e2e2b - #e62e2e2b + #ff4b4a48 + #ff2e2e2b #ff1f513f #ffc7370f #fffafbf9 @@ -33,31 +33,31 @@ #ff1b437e #ffbb4045 #ff2e2e2b - #bf2e2e2b + #ff4b4a48 #ffb2ab9f - #bf4b4a48 - #bf2e2e2b - #bf4b4a48 + #ff736e65 + #ff4b4a48 + #ff736e65 #ffd5cfc3 #ff2e2e2b - #bf4b4a48 + #ff736e65 #ffb33322 #e62e2e2b #e62e2e2b - #bf2e2e2b + #ff4b4a48 #ffd5cfc3 #ff406eb5 - #bf2e2e2b + #ff4b4a48 #ff406eb5 #ffb2ab9f - #bf4b4a48 - #bf2e2e2b + #ff736e65 + #ff4b4a48 #ff406eb5 #ffd5cfc3 #ff4b4a48 #fffafbf9 #e62e2e2b - #bf2e2e2b + #ff4b4a48 #ff3b8349 #ffbb4045 #ffb68b37 diff --git a/dist/docsite/css/cdr-tokens.css b/dist/docsite/css/cdr-tokens.css index 7284e6fe..723a4bba 100644 --- a/dist/docsite/css/cdr-tokens.css +++ b/dist/docsite/css/cdr-tokens.css @@ -15,11 +15,11 @@ --cdr-color-text-button-sale-hover: #c7370f; --cdr-color-text-button-sale-active: #ffffff; --cdr-color-text-button-sale-disabled: #ffffff; - --cdr-color-text-chip-default: rgba(46, 46, 43, 0.75); + --cdr-color-text-chip-default: #4b4a48; --cdr-color-text-chip-disabled: #d5cfc3; --cdr-color-text-primary: rgba(46, 46, 43, 0.9); - --cdr-color-text-secondary: rgba(46, 46, 43, 0.75); - --cdr-color-text-emphasis: rgba(46, 46, 43, 0.9); + --cdr-color-text-secondary: #4b4a48; + --cdr-color-text-emphasis: #2e2e2b; --cdr-color-text-brand: #1f513f; --cdr-color-text-sale: #c7370f; --cdr-color-text-inverse: #fafbf9; @@ -30,31 +30,31 @@ --cdr-color-text-info: #1b437e; --cdr-color-text-message-error: #bb4045; --cdr-color-text-input-default: #2e2e2b; - --cdr-color-text-input-label: rgba(46, 46, 43, 0.75); + --cdr-color-text-input-label: #4b4a48; --cdr-color-text-input-label-disabled: #b2ab9f; - --cdr-color-text-input-placeholder: rgba(75, 74, 72, 0.75); - --cdr-color-text-input-required: rgba(46, 46, 43, 0.75); - --cdr-color-text-input-optional: rgba(75, 74, 72, 0.75); + --cdr-color-text-input-placeholder: #736e65; + --cdr-color-text-input-required: #4b4a48; + --cdr-color-text-input-optional: #736e65; --cdr-color-text-input-disabled: #d5cfc3; --cdr-color-text-input-filled: #2e2e2b; - --cdr-color-text-input-help: rgba(75, 74, 72, 0.75); + --cdr-color-text-input-help: #736e65; --cdr-color-text-input-error: #b33322; --cdr-color-text-link-rest: rgba(46, 46, 43, 0.9); --cdr-color-text-link-hover: rgba(46, 46, 43, 0.9); - --cdr-color-text-link-active: rgba(46, 46, 43, 0.75); + --cdr-color-text-link-active: #4b4a48; --cdr-color-text-link-disabled: #d5cfc3; --cdr-color-text-link-visited: #406eb5; - --cdr-color-text-rating-default: rgba(46, 46, 43, 0.75); + --cdr-color-text-rating-default: #4b4a48; --cdr-color-text-rating-hover: #406eb5; --cdr-color-text-rating-separator: #b2ab9f; - --cdr-color-text-tab-rest: rgba(75, 74, 72, 0.75); - --cdr-color-text-tab-active: rgba(46, 46, 43, 0.75); + --cdr-color-text-tab-rest: #736e65; + --cdr-color-text-tab-active: #4b4a48; --cdr-color-text-tab-hover: #406eb5; --cdr-color-text-tab-disabled: #d5cfc3; --cdr-color-text-toggle-button-default-rest: #4b4a48; --cdr-color-text-tooltip-default: #fafbf9; --cdr-color-text-table-primary: rgba(46, 46, 43, 0.9); - --cdr-color-text-table-secondary: rgba(46, 46, 43, 0.75); + --cdr-color-text-table-secondary: #4b4a48; --cdr-color-text-usage-affirmative: #3b8349; --cdr-color-text-usage-negative: #bb4045; --cdr-color-text-usage-caution: #b68b37; diff --git a/dist/docsite/figma/figma.json b/dist/docsite/figma/figma.json index cb757b49..83065cd7 100644 --- a/dist/docsite/figma/figma.json +++ b/dist/docsite/figma/figma.json @@ -1397,11 +1397,11 @@ }, "chip": { "default": { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "filePath": "tokens/global/chip.json5", "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color" } }, @@ -1425,20 +1425,20 @@ } }, "secondary": { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "filePath": "tokens/themes/docsite/color.json5", "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color" } }, "emphasis": { - "$value": "rgba(46, 46, 43, 0.9)", + "$value": "#2e2e2b", "$type": "color", "filePath": "tokens/global/color.json5", "original": { - "$value": "{options.color.warm-grey-1000-90}", + "$value": "{options.color.warm-grey-1000}", "$type": "color" } }, @@ -1536,11 +1536,11 @@ } }, "label": { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "filePath": "tokens/global/input.json5", "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color" } }, @@ -1554,29 +1554,29 @@ } }, "placeholder": { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "filePath": "tokens/global/input.json5", "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color" } }, "required": { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "filePath": "tokens/global/input.json5", "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color" } }, "optional": { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "filePath": "tokens/global/input.json5", "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color" } }, @@ -1599,11 +1599,11 @@ } }, "help": { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "filePath": "tokens/global/input.json5", "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color" } }, @@ -1637,11 +1637,11 @@ } }, "active": { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "filePath": "tokens/themes/docsite/link.json5", "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color" } }, @@ -1666,11 +1666,11 @@ }, "rating": { "default": { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "filePath": "tokens/global/rating.json5", "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color" } }, @@ -1695,20 +1695,20 @@ }, "tab": { "rest": { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "filePath": "tokens/global/tab.json5", "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color" } }, "active": { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "filePath": "tokens/global/tab.json5", "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color" } }, @@ -1764,11 +1764,11 @@ } }, "secondary": { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "filePath": "tokens/themes/docsite/table.json5", "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color" } } diff --git a/dist/docsite/ios/CdrColor.m b/dist/docsite/ios/CdrColor.m index dd9ac7c2..c9e61c62 100644 --- a/dist/docsite/ios/CdrColor.m +++ b/dist/docsite/ios/CdrColor.m @@ -33,11 +33,11 @@ + (NSArray *)values { [UIColor colorWithRed:0.780f green:0.216f blue:0.059f alpha:1.000f], [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f], [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f], -[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f], +[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f], [UIColor colorWithRed:0.835f green:0.812f blue:0.765f alpha:1.000f], [UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.900f], -[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f], -[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.900f], +[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f], +[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:1.000f], [UIColor colorWithRed:0.122f green:0.318f blue:0.247f alpha:1.000f], [UIColor colorWithRed:0.780f green:0.216f blue:0.059f alpha:1.000f], [UIColor colorWithRed:0.980f green:0.984f blue:0.976f alpha:1.000f], @@ -48,31 +48,31 @@ + (NSArray *)values { [UIColor colorWithRed:0.106f green:0.263f blue:0.494f alpha:1.000f], [UIColor colorWithRed:0.733f green:0.251f blue:0.271f alpha:1.000f], [UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:1.000f], -[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f], +[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f], [UIColor colorWithRed:0.698f green:0.671f blue:0.624f alpha:1.000f], -[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:0.750f], -[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f], -[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:0.750f], +[UIColor colorWithRed:0.451f green:0.431f blue:0.396f alpha:1.000f], +[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f], +[UIColor colorWithRed:0.451f green:0.431f blue:0.396f alpha:1.000f], [UIColor colorWithRed:0.835f green:0.812f blue:0.765f alpha:1.000f], [UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:1.000f], -[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:0.750f], +[UIColor colorWithRed:0.451f green:0.431f blue:0.396f alpha:1.000f], [UIColor colorWithRed:0.702f green:0.200f blue:0.133f alpha:1.000f], [UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.900f], [UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.900f], -[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f], +[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f], [UIColor colorWithRed:0.835f green:0.812f blue:0.765f alpha:1.000f], [UIColor colorWithRed:0.251f green:0.431f blue:0.710f alpha:1.000f], -[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f], +[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f], [UIColor colorWithRed:0.251f green:0.431f blue:0.710f alpha:1.000f], [UIColor colorWithRed:0.698f green:0.671f blue:0.624f alpha:1.000f], -[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:0.750f], -[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f], +[UIColor colorWithRed:0.451f green:0.431f blue:0.396f alpha:1.000f], +[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f], [UIColor colorWithRed:0.251f green:0.431f blue:0.710f alpha:1.000f], [UIColor colorWithRed:0.835f green:0.812f blue:0.765f alpha:1.000f], [UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f], [UIColor colorWithRed:0.980f green:0.984f blue:0.976f alpha:1.000f], [UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.900f], -[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f], +[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f], [UIColor colorWithRed:0.231f green:0.514f blue:0.286f alpha:1.000f], [UIColor colorWithRed:0.733f green:0.251f blue:0.271f alpha:1.000f], [UIColor colorWithRed:0.714f green:0.545f blue:0.216f alpha:1.000f], diff --git a/dist/docsite/js/cdr-tokens.cjs b/dist/docsite/js/cdr-tokens.cjs index fe7ca098..eb152de3 100644 --- a/dist/docsite/js/cdr-tokens.cjs +++ b/dist/docsite/js/cdr-tokens.cjs @@ -15,11 +15,11 @@ module.exports = { "CdrColorTextButtonSaleHover": "#c7370f", "CdrColorTextButtonSaleActive": "#ffffff", "CdrColorTextButtonSaleDisabled": "#ffffff", - "CdrColorTextChipDefault": "rgba(46, 46, 43, 0.75)", + "CdrColorTextChipDefault": "#4b4a48", "CdrColorTextChipDisabled": "#d5cfc3", "CdrColorTextPrimary": "rgba(46, 46, 43, 0.9)", - "CdrColorTextSecondary": "rgba(46, 46, 43, 0.75)", - "CdrColorTextEmphasis": "rgba(46, 46, 43, 0.9)", + "CdrColorTextSecondary": "#4b4a48", + "CdrColorTextEmphasis": "#2e2e2b", "CdrColorTextBrand": "#1f513f", "CdrColorTextSale": "#c7370f", "CdrColorTextInverse": "#fafbf9", @@ -30,31 +30,31 @@ module.exports = { "CdrColorTextInfo": "#1b437e", "CdrColorTextMessageError": "#bb4045", "CdrColorTextInputDefault": "#2e2e2b", - "CdrColorTextInputLabel": "rgba(46, 46, 43, 0.75)", + "CdrColorTextInputLabel": "#4b4a48", "CdrColorTextInputLabelDisabled": "#b2ab9f", - "CdrColorTextInputPlaceholder": "rgba(75, 74, 72, 0.75)", - "CdrColorTextInputRequired": "rgba(46, 46, 43, 0.75)", - "CdrColorTextInputOptional": "rgba(75, 74, 72, 0.75)", + "CdrColorTextInputPlaceholder": "#736e65", + "CdrColorTextInputRequired": "#4b4a48", + "CdrColorTextInputOptional": "#736e65", "CdrColorTextInputDisabled": "#d5cfc3", "CdrColorTextInputFilled": "#2e2e2b", - "CdrColorTextInputHelp": "rgba(75, 74, 72, 0.75)", + "CdrColorTextInputHelp": "#736e65", "CdrColorTextInputError": "#b33322", "CdrColorTextLinkRest": "rgba(46, 46, 43, 0.9)", "CdrColorTextLinkHover": "rgba(46, 46, 43, 0.9)", - "CdrColorTextLinkActive": "rgba(46, 46, 43, 0.75)", + "CdrColorTextLinkActive": "#4b4a48", "CdrColorTextLinkDisabled": "#d5cfc3", "CdrColorTextLinkVisited": "#406eb5", - "CdrColorTextRatingDefault": "rgba(46, 46, 43, 0.75)", + "CdrColorTextRatingDefault": "#4b4a48", "CdrColorTextRatingHover": "#406eb5", "CdrColorTextRatingSeparator": "#b2ab9f", - "CdrColorTextTabRest": "rgba(75, 74, 72, 0.75)", - "CdrColorTextTabActive": "rgba(46, 46, 43, 0.75)", + "CdrColorTextTabRest": "#736e65", + "CdrColorTextTabActive": "#4b4a48", "CdrColorTextTabHover": "#406eb5", "CdrColorTextTabDisabled": "#d5cfc3", "CdrColorTextToggleButtonDefaultRest": "#4b4a48", "CdrColorTextTooltipDefault": "#fafbf9", "CdrColorTextTablePrimary": "rgba(46, 46, 43, 0.9)", - "CdrColorTextTableSecondary": "rgba(46, 46, 43, 0.75)", + "CdrColorTextTableSecondary": "#4b4a48", "CdrColorTextUsageAffirmative": "#3b8349", "CdrColorTextUsageNegative": "#bb4045", "CdrColorTextUsageCaution": "#b68b37", diff --git a/dist/docsite/js/cdr-tokens.mjs b/dist/docsite/js/cdr-tokens.mjs index 7f6e80d3..8f6e869f 100644 --- a/dist/docsite/js/cdr-tokens.mjs +++ b/dist/docsite/js/cdr-tokens.mjs @@ -14,11 +14,11 @@ export const CdrColorTextButtonSale = "#ffffff"; export const CdrColorTextButtonSaleHover = "#c7370f"; export const CdrColorTextButtonSaleActive = "#ffffff"; export const CdrColorTextButtonSaleDisabled = "#ffffff"; -export const CdrColorTextChipDefault = "rgba(46, 46, 43, 0.75)"; +export const CdrColorTextChipDefault = "#4b4a48"; export const CdrColorTextChipDisabled = "#d5cfc3"; export const CdrColorTextPrimary = "rgba(46, 46, 43, 0.9)"; -export const CdrColorTextSecondary = "rgba(46, 46, 43, 0.75)"; -export const CdrColorTextEmphasis = "rgba(46, 46, 43, 0.9)"; +export const CdrColorTextSecondary = "#4b4a48"; +export const CdrColorTextEmphasis = "#2e2e2b"; export const CdrColorTextBrand = "#1f513f"; export const CdrColorTextSale = "#c7370f"; export const CdrColorTextInverse = "#fafbf9"; @@ -29,31 +29,31 @@ export const CdrColorTextError = "#811823"; export const CdrColorTextInfo = "#1b437e"; export const CdrColorTextMessageError = "#bb4045"; export const CdrColorTextInputDefault = "#2e2e2b"; -export const CdrColorTextInputLabel = "rgba(46, 46, 43, 0.75)"; +export const CdrColorTextInputLabel = "#4b4a48"; export const CdrColorTextInputLabelDisabled = "#b2ab9f"; -export const CdrColorTextInputPlaceholder = "rgba(75, 74, 72, 0.75)"; -export const CdrColorTextInputRequired = "rgba(46, 46, 43, 0.75)"; -export const CdrColorTextInputOptional = "rgba(75, 74, 72, 0.75)"; +export const CdrColorTextInputPlaceholder = "#736e65"; +export const CdrColorTextInputRequired = "#4b4a48"; +export const CdrColorTextInputOptional = "#736e65"; export const CdrColorTextInputDisabled = "#d5cfc3"; export const CdrColorTextInputFilled = "#2e2e2b"; -export const CdrColorTextInputHelp = "rgba(75, 74, 72, 0.75)"; +export const CdrColorTextInputHelp = "#736e65"; export const CdrColorTextInputError = "#b33322"; export const CdrColorTextLinkRest = "rgba(46, 46, 43, 0.9)"; export const CdrColorTextLinkHover = "rgba(46, 46, 43, 0.9)"; -export const CdrColorTextLinkActive = "rgba(46, 46, 43, 0.75)"; +export const CdrColorTextLinkActive = "#4b4a48"; export const CdrColorTextLinkDisabled = "#d5cfc3"; export const CdrColorTextLinkVisited = "#406eb5"; -export const CdrColorTextRatingDefault = "rgba(46, 46, 43, 0.75)"; +export const CdrColorTextRatingDefault = "#4b4a48"; export const CdrColorTextRatingHover = "#406eb5"; export const CdrColorTextRatingSeparator = "#b2ab9f"; -export const CdrColorTextTabRest = "rgba(75, 74, 72, 0.75)"; -export const CdrColorTextTabActive = "rgba(46, 46, 43, 0.75)"; +export const CdrColorTextTabRest = "#736e65"; +export const CdrColorTextTabActive = "#4b4a48"; export const CdrColorTextTabHover = "#406eb5"; export const CdrColorTextTabDisabled = "#d5cfc3"; export const CdrColorTextToggleButtonDefaultRest = "#4b4a48"; export const CdrColorTextTooltipDefault = "#fafbf9"; export const CdrColorTextTablePrimary = "rgba(46, 46, 43, 0.9)"; -export const CdrColorTextTableSecondary = "rgba(46, 46, 43, 0.75)"; +export const CdrColorTextTableSecondary = "#4b4a48"; export const CdrColorTextUsageAffirmative = "#3b8349"; export const CdrColorTextUsageNegative = "#bb4045"; export const CdrColorTextUsageCaution = "#b68b37"; diff --git a/dist/docsite/json/android.json b/dist/docsite/json/android.json index f2b99c24..dd111b55 100644 --- a/dist/docsite/json/android.json +++ b/dist/docsite/json/android.json @@ -433,7 +433,7 @@ } }, { - "$value": "#bf2e2e2b", + "$value": "#ff4b4a48", "$type": "color", "docs": { "category": "colors", @@ -444,7 +444,7 @@ "filePath": "tokens/global/chip.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -511,7 +511,7 @@ } }, { - "$value": "#bf2e2e2b", + "$value": "#ff4b4a48", "$type": "color", "docs": { "category": "colors", @@ -522,7 +522,7 @@ "filePath": "tokens/themes/docsite/color.json5", "isSource": true, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -537,7 +537,7 @@ } }, { - "$value": "#e62e2e2b", + "$value": "#ff2e2e2b", "$type": "color", "docs": { "category": "colors", @@ -548,7 +548,7 @@ "filePath": "tokens/global/color.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-90}", + "$value": "{options.color.warm-grey-1000}", "$type": "color", "docs": { "category": "colors", @@ -823,7 +823,7 @@ } }, { - "$value": "#bf2e2e2b", + "$value": "#ff4b4a48", "$type": "color", "docs": { "category": "colors", @@ -834,7 +834,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -875,7 +875,7 @@ } }, { - "$value": "#bf4b4a48", + "$value": "#ff736e65", "$type": "color", "docs": { "category": "colors", @@ -886,7 +886,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -901,7 +901,7 @@ } }, { - "$value": "#bf2e2e2b", + "$value": "#ff4b4a48", "$type": "color", "docs": { "category": "colors", @@ -912,7 +912,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -927,7 +927,7 @@ } }, { - "$value": "#bf4b4a48", + "$value": "#ff736e65", "$type": "color", "docs": { "category": "colors", @@ -938,7 +938,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1005,7 +1005,7 @@ } }, { - "$value": "#bf4b4a48", + "$value": "#ff736e65", "$type": "color", "docs": { "category": "colors", @@ -1016,7 +1016,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1109,7 +1109,7 @@ } }, { - "$value": "#bf2e2e2b", + "$value": "#ff4b4a48", "$type": "color", "docs": { "category": "colors", @@ -1120,7 +1120,7 @@ "filePath": "tokens/themes/docsite/link.json5", "isSource": true, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -1187,7 +1187,7 @@ } }, { - "$value": "#bf2e2e2b", + "$value": "#ff4b4a48", "$type": "color", "docs": { "category": "colors", @@ -1198,7 +1198,7 @@ "filePath": "tokens/global/rating.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -1265,7 +1265,7 @@ } }, { - "$value": "#bf4b4a48", + "$value": "#ff736e65", "$type": "color", "docs": { "category": "colors", @@ -1276,7 +1276,7 @@ "filePath": "tokens/global/tab.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1291,7 +1291,7 @@ } }, { - "$value": "#bf2e2e2b", + "$value": "#ff4b4a48", "$type": "color", "docs": { "category": "colors", @@ -1302,7 +1302,7 @@ "filePath": "tokens/global/tab.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -6695,7 +6695,7 @@ } }, { - "$value": "#bf2e2e2b", + "$value": "#ff4b4a48", "$type": "color", "docs": { "type": "table" @@ -6703,7 +6703,7 @@ "filePath": "tokens/themes/docsite/table.json5", "isSource": true, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "type": "table" diff --git a/dist/docsite/json/global.json b/dist/docsite/json/global.json index a33039b1..0b61a41b 100644 --- a/dist/docsite/json/global.json +++ b/dist/docsite/json/global.json @@ -433,7 +433,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -444,7 +444,7 @@ "filePath": "tokens/global/chip.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -511,7 +511,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -522,7 +522,7 @@ "filePath": "tokens/themes/docsite/color.json5", "isSource": true, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -537,7 +537,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.9)", + "$value": "#2e2e2b", "$type": "color", "docs": { "category": "colors", @@ -548,7 +548,7 @@ "filePath": "tokens/global/color.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-90}", + "$value": "{options.color.warm-grey-1000}", "$type": "color", "docs": { "category": "colors", @@ -823,7 +823,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -834,7 +834,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -875,7 +875,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -886,7 +886,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -901,7 +901,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -912,7 +912,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -927,7 +927,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -938,7 +938,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1005,7 +1005,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -1016,7 +1016,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1109,7 +1109,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -1120,7 +1120,7 @@ "filePath": "tokens/themes/docsite/link.json5", "isSource": true, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -1187,7 +1187,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -1198,7 +1198,7 @@ "filePath": "tokens/global/rating.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -1265,7 +1265,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -1276,7 +1276,7 @@ "filePath": "tokens/global/tab.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1291,7 +1291,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -1302,7 +1302,7 @@ "filePath": "tokens/global/tab.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -6695,7 +6695,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "type": "table" @@ -6703,7 +6703,7 @@ "filePath": "tokens/themes/docsite/table.json5", "isSource": true, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "type": "table" diff --git a/dist/docsite/json/ios.json b/dist/docsite/json/ios.json index c30adbd6..0e54ef66 100644 --- a/dist/docsite/json/ios.json +++ b/dist/docsite/json/ios.json @@ -433,7 +433,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f]", + "$value": "[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f]", "$type": "color", "docs": { "category": "colors", @@ -444,7 +444,7 @@ "filePath": "tokens/global/chip.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -511,7 +511,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f]", + "$value": "[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f]", "$type": "color", "docs": { "category": "colors", @@ -522,7 +522,7 @@ "filePath": "tokens/themes/docsite/color.json5", "isSource": true, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -537,7 +537,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.900f]", + "$value": "[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:1.000f]", "$type": "color", "docs": { "category": "colors", @@ -548,7 +548,7 @@ "filePath": "tokens/global/color.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-90}", + "$value": "{options.color.warm-grey-1000}", "$type": "color", "docs": { "category": "colors", @@ -823,7 +823,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f]", + "$value": "[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f]", "$type": "color", "docs": { "category": "colors", @@ -834,7 +834,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -875,7 +875,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:0.750f]", + "$value": "[UIColor colorWithRed:0.451f green:0.431f blue:0.396f alpha:1.000f]", "$type": "color", "docs": { "category": "colors", @@ -886,7 +886,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -901,7 +901,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f]", + "$value": "[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f]", "$type": "color", "docs": { "category": "colors", @@ -912,7 +912,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -927,7 +927,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:0.750f]", + "$value": "[UIColor colorWithRed:0.451f green:0.431f blue:0.396f alpha:1.000f]", "$type": "color", "docs": { "category": "colors", @@ -938,7 +938,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1005,7 +1005,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:0.750f]", + "$value": "[UIColor colorWithRed:0.451f green:0.431f blue:0.396f alpha:1.000f]", "$type": "color", "docs": { "category": "colors", @@ -1016,7 +1016,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1109,7 +1109,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f]", + "$value": "[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f]", "$type": "color", "docs": { "category": "colors", @@ -1120,7 +1120,7 @@ "filePath": "tokens/themes/docsite/link.json5", "isSource": true, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -1187,7 +1187,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f]", + "$value": "[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f]", "$type": "color", "docs": { "category": "colors", @@ -1198,7 +1198,7 @@ "filePath": "tokens/global/rating.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -1265,7 +1265,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:0.750f]", + "$value": "[UIColor colorWithRed:0.451f green:0.431f blue:0.396f alpha:1.000f]", "$type": "color", "docs": { "category": "colors", @@ -1276,7 +1276,7 @@ "filePath": "tokens/global/tab.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1291,7 +1291,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f]", + "$value": "[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f]", "$type": "color", "docs": { "category": "colors", @@ -1302,7 +1302,7 @@ "filePath": "tokens/global/tab.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -6695,7 +6695,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f]", + "$value": "[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f]", "$type": "color", "docs": { "type": "table" @@ -6703,7 +6703,7 @@ "filePath": "tokens/themes/docsite/table.json5", "isSource": true, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "type": "table" diff --git a/dist/docsite/json/platform-tokens.json b/dist/docsite/json/platform-tokens.json index 534febf7..f7410c7a 100644 --- a/dist/docsite/json/platform-tokens.json +++ b/dist/docsite/json/platform-tokens.json @@ -434,7 +434,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -445,7 +445,7 @@ "filePath": "tokens/global/chip.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -512,7 +512,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -523,7 +523,7 @@ "filePath": "tokens/themes/docsite/color.json5", "isSource": true, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -538,7 +538,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.9)", + "$value": "#2e2e2b", "$type": "color", "docs": { "category": "colors", @@ -549,7 +549,7 @@ "filePath": "tokens/global/color.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-90}", + "$value": "{options.color.warm-grey-1000}", "$type": "color", "docs": { "category": "colors", @@ -824,7 +824,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -835,7 +835,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -876,7 +876,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -887,7 +887,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -902,7 +902,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -913,7 +913,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -928,7 +928,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -939,7 +939,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1006,7 +1006,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -1017,7 +1017,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1110,7 +1110,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -1121,7 +1121,7 @@ "filePath": "tokens/themes/docsite/link.json5", "isSource": true, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -1188,7 +1188,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -1199,7 +1199,7 @@ "filePath": "tokens/global/rating.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -1266,7 +1266,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -1277,7 +1277,7 @@ "filePath": "tokens/global/tab.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1292,7 +1292,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -1303,7 +1303,7 @@ "filePath": "tokens/global/tab.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -6696,7 +6696,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "type": "table" @@ -6704,7 +6704,7 @@ "filePath": "tokens/themes/docsite/table.json5", "isSource": true, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "type": "table" diff --git a/dist/docsite/json/web.json b/dist/docsite/json/web.json index d2d76753..039ccc0c 100644 --- a/dist/docsite/json/web.json +++ b/dist/docsite/json/web.json @@ -497,7 +497,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -508,7 +508,7 @@ "filePath": "tokens/global/chip.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -586,7 +586,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -597,7 +597,7 @@ "filePath": "tokens/themes/docsite/color.json5", "isSource": true, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -615,7 +615,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.9)", + "$value": "#2e2e2b", "$type": "color", "docs": { "category": "colors", @@ -626,7 +626,7 @@ "filePath": "tokens/global/color.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-90}", + "$value": "{options.color.warm-grey-1000}", "$type": "color", "docs": { "category": "colors", @@ -936,7 +936,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -947,7 +947,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -996,7 +996,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -1007,7 +1007,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1026,7 +1026,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -1037,7 +1037,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -1056,7 +1056,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -1067,7 +1067,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1146,7 +1146,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -1157,7 +1157,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1266,7 +1266,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -1277,7 +1277,7 @@ "filePath": "tokens/themes/docsite/link.json5", "isSource": true, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -1356,7 +1356,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -1367,7 +1367,7 @@ "filePath": "tokens/global/rating.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -1446,7 +1446,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -1457,7 +1457,7 @@ "filePath": "tokens/global/tab.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1476,7 +1476,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -1487,7 +1487,7 @@ "filePath": "tokens/global/tab.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -7756,7 +7756,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "type": "table" @@ -7764,7 +7764,7 @@ "filePath": "tokens/themes/docsite/table.json5", "isSource": true, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "type": "table" diff --git a/dist/docsite/less/cdr-tokens.less b/dist/docsite/less/cdr-tokens.less index f9e24529..c98b2b18 100644 --- a/dist/docsite/less/cdr-tokens.less +++ b/dist/docsite/less/cdr-tokens.less @@ -690,11 +690,11 @@ @cdr-color-text-button-sale-hover: #c7370f; @cdr-color-text-button-sale-active: #ffffff; @cdr-color-text-button-sale-disabled: #ffffff; -@cdr-color-text-chip-default: rgba(46, 46, 43, 0.75); +@cdr-color-text-chip-default: #4b4a48; @cdr-color-text-chip-disabled: #d5cfc3; @cdr-color-text-primary: rgba(46, 46, 43, 0.9); -@cdr-color-text-secondary: rgba(46, 46, 43, 0.75); -@cdr-color-text-emphasis: rgba(46, 46, 43, 0.9); +@cdr-color-text-secondary: #4b4a48; +@cdr-color-text-emphasis: #2e2e2b; @cdr-color-text-brand: #1f513f; @cdr-color-text-sale: #c7370f; @cdr-color-text-inverse: #fafbf9; @@ -705,31 +705,31 @@ @cdr-color-text-info: #1b437e; @cdr-color-text-message-error: #bb4045; @cdr-color-text-input-default: #2e2e2b; -@cdr-color-text-input-label: rgba(46, 46, 43, 0.75); +@cdr-color-text-input-label: #4b4a48; @cdr-color-text-input-label-disabled: #b2ab9f; -@cdr-color-text-input-placeholder: rgba(75, 74, 72, 0.75); -@cdr-color-text-input-required: rgba(46, 46, 43, 0.75); -@cdr-color-text-input-optional: rgba(75, 74, 72, 0.75); +@cdr-color-text-input-placeholder: #736e65; +@cdr-color-text-input-required: #4b4a48; +@cdr-color-text-input-optional: #736e65; @cdr-color-text-input-disabled: #d5cfc3; @cdr-color-text-input-filled: #2e2e2b; -@cdr-color-text-input-help: rgba(75, 74, 72, 0.75); +@cdr-color-text-input-help: #736e65; @cdr-color-text-input-error: #b33322; @cdr-color-text-link-rest: rgba(46, 46, 43, 0.9); @cdr-color-text-link-hover: rgba(46, 46, 43, 0.9); -@cdr-color-text-link-active: rgba(46, 46, 43, 0.75); +@cdr-color-text-link-active: #4b4a48; @cdr-color-text-link-disabled: #d5cfc3; @cdr-color-text-link-visited: #406eb5; -@cdr-color-text-rating-default: rgba(46, 46, 43, 0.75); +@cdr-color-text-rating-default: #4b4a48; @cdr-color-text-rating-hover: #406eb5; @cdr-color-text-rating-separator: #b2ab9f; -@cdr-color-text-tab-rest: rgba(75, 74, 72, 0.75); -@cdr-color-text-tab-active: rgba(46, 46, 43, 0.75); +@cdr-color-text-tab-rest: #736e65; +@cdr-color-text-tab-active: #4b4a48; @cdr-color-text-tab-hover: #406eb5; @cdr-color-text-tab-disabled: #d5cfc3; @cdr-color-text-toggle-button-default-rest: #4b4a48; @cdr-color-text-tooltip-default: #fafbf9; @cdr-color-text-table-primary: rgba(46, 46, 43, 0.9); -@cdr-color-text-table-secondary: rgba(46, 46, 43, 0.75); +@cdr-color-text-table-secondary: #4b4a48; @cdr-color-text-usage-affirmative: #3b8349; @cdr-color-text-usage-negative: #bb4045; @cdr-color-text-usage-caution: #b68b37; diff --git a/dist/docsite/scss/cdr-tokens.scss b/dist/docsite/scss/cdr-tokens.scss index f47f29c2..679bdf50 100644 --- a/dist/docsite/scss/cdr-tokens.scss +++ b/dist/docsite/scss/cdr-tokens.scss @@ -1369,11 +1369,11 @@ $cdr-color-text-button-sale: #ffffff; $cdr-color-text-button-sale-hover: #c7370f; $cdr-color-text-button-sale-active: #ffffff; $cdr-color-text-button-sale-disabled: #ffffff; -$cdr-color-text-chip-default: rgba(46, 46, 43, 0.75); +$cdr-color-text-chip-default: #4b4a48; $cdr-color-text-chip-disabled: #d5cfc3; $cdr-color-text-primary: rgba(46, 46, 43, 0.9); -$cdr-color-text-secondary: rgba(46, 46, 43, 0.75); -$cdr-color-text-emphasis: rgba(46, 46, 43, 0.9); +$cdr-color-text-secondary: #4b4a48; +$cdr-color-text-emphasis: #2e2e2b; $cdr-color-text-brand: #1f513f; $cdr-color-text-sale: #c7370f; $cdr-color-text-inverse: #fafbf9; @@ -1384,31 +1384,31 @@ $cdr-color-text-error: #811823; $cdr-color-text-info: #1b437e; $cdr-color-text-message-error: #bb4045; $cdr-color-text-input-default: #2e2e2b; -$cdr-color-text-input-label: rgba(46, 46, 43, 0.75); +$cdr-color-text-input-label: #4b4a48; $cdr-color-text-input-label-disabled: #b2ab9f; -$cdr-color-text-input-placeholder: rgba(75, 74, 72, 0.75); -$cdr-color-text-input-required: rgba(46, 46, 43, 0.75); -$cdr-color-text-input-optional: rgba(75, 74, 72, 0.75); +$cdr-color-text-input-placeholder: #736e65; +$cdr-color-text-input-required: #4b4a48; +$cdr-color-text-input-optional: #736e65; $cdr-color-text-input-disabled: #d5cfc3; $cdr-color-text-input-filled: #2e2e2b; -$cdr-color-text-input-help: rgba(75, 74, 72, 0.75); +$cdr-color-text-input-help: #736e65; $cdr-color-text-input-error: #b33322; $cdr-color-text-link-rest: rgba(46, 46, 43, 0.9); $cdr-color-text-link-hover: rgba(46, 46, 43, 0.9); -$cdr-color-text-link-active: rgba(46, 46, 43, 0.75); +$cdr-color-text-link-active: #4b4a48; $cdr-color-text-link-disabled: #d5cfc3; $cdr-color-text-link-visited: #406eb5; -$cdr-color-text-rating-default: rgba(46, 46, 43, 0.75); +$cdr-color-text-rating-default: #4b4a48; $cdr-color-text-rating-hover: #406eb5; $cdr-color-text-rating-separator: #b2ab9f; -$cdr-color-text-tab-rest: rgba(75, 74, 72, 0.75); -$cdr-color-text-tab-active: rgba(46, 46, 43, 0.75); +$cdr-color-text-tab-rest: #736e65; +$cdr-color-text-tab-active: #4b4a48; $cdr-color-text-tab-hover: #406eb5; $cdr-color-text-tab-disabled: #d5cfc3; $cdr-color-text-toggle-button-default-rest: #4b4a48; $cdr-color-text-tooltip-default: #fafbf9; $cdr-color-text-table-primary: rgba(46, 46, 43, 0.9); -$cdr-color-text-table-secondary: rgba(46, 46, 43, 0.75); +$cdr-color-text-table-secondary: #4b4a48; $cdr-color-text-usage-affirmative: #3b8349; $cdr-color-text-usage-negative: #bb4045; $cdr-color-text-usage-caution: #b68b37; diff --git a/dist/rei-dot-com/android/colors.xml b/dist/rei-dot-com/android/colors.xml index 15935a7e..feb9f1f7 100644 --- a/dist/rei-dot-com/android/colors.xml +++ b/dist/rei-dot-com/android/colors.xml @@ -18,11 +18,11 @@ #ffc7370f #ffffffff #ffffffff - #bf2e2e2b + #ff4b4a48 #ffd5cfc3 - #bf2e2e2b - #bf4b4a48 - #e62e2e2b + #ff4b4a48 + #ff736e65 + #ff2e2e2b #ff1f513f #ffc7370f #fffafbf9 @@ -33,25 +33,25 @@ #ff1b437e #ffbb4045 #ff2e2e2b - #bf2e2e2b + #ff4b4a48 #ffb2ab9f - #bf4b4a48 - #bf2e2e2b - #bf4b4a48 + #ff736e65 + #ff4b4a48 + #ff736e65 #ffd5cfc3 #ff2e2e2b - #bf4b4a48 + #ff736e65 #ffb33322 #ff406eb5 #ff406eb5 #ff0b2d60 #ffd5cfc3 #ff406eb5 - #bf2e2e2b + #ff4b4a48 #ff406eb5 #ffb2ab9f - #bf4b4a48 - #bf2e2e2b + #ff736e65 + #ff4b4a48 #ff406eb5 #ffd5cfc3 #ff4b4a48 diff --git a/dist/rei-dot-com/css/cdr-tokens.css b/dist/rei-dot-com/css/cdr-tokens.css index e7951f5e..cb6b73ab 100644 --- a/dist/rei-dot-com/css/cdr-tokens.css +++ b/dist/rei-dot-com/css/cdr-tokens.css @@ -15,11 +15,11 @@ --cdr-color-text-button-sale-hover: #c7370f; --cdr-color-text-button-sale-active: #ffffff; --cdr-color-text-button-sale-disabled: #ffffff; - --cdr-color-text-chip-default: rgba(46, 46, 43, 0.75); + --cdr-color-text-chip-default: #4b4a48; --cdr-color-text-chip-disabled: #d5cfc3; - --cdr-color-text-primary: rgba(46, 46, 43, 0.75); - --cdr-color-text-secondary: rgba(75, 74, 72, 0.75); - --cdr-color-text-emphasis: rgba(46, 46, 43, 0.9); + --cdr-color-text-primary: #4b4a48; + --cdr-color-text-secondary: #736e65; + --cdr-color-text-emphasis: #2e2e2b; --cdr-color-text-brand: #1f513f; --cdr-color-text-sale: #c7370f; --cdr-color-text-inverse: #fafbf9; @@ -30,25 +30,25 @@ --cdr-color-text-info: #1b437e; --cdr-color-text-message-error: #bb4045; --cdr-color-text-input-default: #2e2e2b; - --cdr-color-text-input-label: rgba(46, 46, 43, 0.75); + --cdr-color-text-input-label: #4b4a48; --cdr-color-text-input-label-disabled: #b2ab9f; - --cdr-color-text-input-placeholder: rgba(75, 74, 72, 0.75); - --cdr-color-text-input-required: rgba(46, 46, 43, 0.75); - --cdr-color-text-input-optional: rgba(75, 74, 72, 0.75); + --cdr-color-text-input-placeholder: #736e65; + --cdr-color-text-input-required: #4b4a48; + --cdr-color-text-input-optional: #736e65; --cdr-color-text-input-disabled: #d5cfc3; --cdr-color-text-input-filled: #2e2e2b; - --cdr-color-text-input-help: rgba(75, 74, 72, 0.75); + --cdr-color-text-input-help: #736e65; --cdr-color-text-input-error: #b33322; --cdr-color-text-link-rest: #406eb5; --cdr-color-text-link-hover: #406eb5; --cdr-color-text-link-active: #0b2d60; --cdr-color-text-link-disabled: #d5cfc3; --cdr-color-text-link-visited: #406eb5; - --cdr-color-text-rating-default: rgba(46, 46, 43, 0.75); + --cdr-color-text-rating-default: #4b4a48; --cdr-color-text-rating-hover: #406eb5; --cdr-color-text-rating-separator: #b2ab9f; - --cdr-color-text-tab-rest: rgba(75, 74, 72, 0.75); - --cdr-color-text-tab-active: rgba(46, 46, 43, 0.75); + --cdr-color-text-tab-rest: #736e65; + --cdr-color-text-tab-active: #4b4a48; --cdr-color-text-tab-hover: #406eb5; --cdr-color-text-tab-disabled: #d5cfc3; --cdr-color-text-toggle-button-default-rest: #4b4a48; diff --git a/dist/rei-dot-com/figma/figma.json b/dist/rei-dot-com/figma/figma.json index 0c9e6f97..ec97c7b5 100644 --- a/dist/rei-dot-com/figma/figma.json +++ b/dist/rei-dot-com/figma/figma.json @@ -1397,11 +1397,11 @@ }, "chip": { "default": { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "filePath": "tokens/global/chip.json5", "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color" } }, @@ -1416,29 +1416,29 @@ } }, "primary": { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "filePath": "tokens/global/color.json5", "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color" } }, "secondary": { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "filePath": "tokens/global/color.json5", "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color" } }, "emphasis": { - "$value": "rgba(46, 46, 43, 0.9)", + "$value": "#2e2e2b", "$type": "color", "filePath": "tokens/global/color.json5", "original": { - "$value": "{options.color.warm-grey-1000-90}", + "$value": "{options.color.warm-grey-1000}", "$type": "color" } }, @@ -1536,11 +1536,11 @@ } }, "label": { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "filePath": "tokens/global/input.json5", "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color" } }, @@ -1554,29 +1554,29 @@ } }, "placeholder": { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "filePath": "tokens/global/input.json5", "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color" } }, "required": { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "filePath": "tokens/global/input.json5", "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color" } }, "optional": { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "filePath": "tokens/global/input.json5", "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color" } }, @@ -1599,11 +1599,11 @@ } }, "help": { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "filePath": "tokens/global/input.json5", "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color" } }, @@ -1666,11 +1666,11 @@ }, "rating": { "default": { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "filePath": "tokens/global/rating.json5", "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color" } }, @@ -1695,20 +1695,20 @@ }, "tab": { "rest": { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "filePath": "tokens/global/tab.json5", "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color" } }, "active": { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "filePath": "tokens/global/tab.json5", "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color" } }, diff --git a/dist/rei-dot-com/ios/CdrColor.m b/dist/rei-dot-com/ios/CdrColor.m index d17adb7d..0a649a8f 100644 --- a/dist/rei-dot-com/ios/CdrColor.m +++ b/dist/rei-dot-com/ios/CdrColor.m @@ -33,11 +33,11 @@ + (NSArray *)values { [UIColor colorWithRed:0.780f green:0.216f blue:0.059f alpha:1.000f], [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f], [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f], -[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f], +[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f], [UIColor colorWithRed:0.835f green:0.812f blue:0.765f alpha:1.000f], -[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f], -[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:0.750f], -[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.900f], +[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f], +[UIColor colorWithRed:0.451f green:0.431f blue:0.396f alpha:1.000f], +[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:1.000f], [UIColor colorWithRed:0.122f green:0.318f blue:0.247f alpha:1.000f], [UIColor colorWithRed:0.780f green:0.216f blue:0.059f alpha:1.000f], [UIColor colorWithRed:0.980f green:0.984f blue:0.976f alpha:1.000f], @@ -48,25 +48,25 @@ + (NSArray *)values { [UIColor colorWithRed:0.106f green:0.263f blue:0.494f alpha:1.000f], [UIColor colorWithRed:0.733f green:0.251f blue:0.271f alpha:1.000f], [UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:1.000f], -[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f], +[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f], [UIColor colorWithRed:0.698f green:0.671f blue:0.624f alpha:1.000f], -[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:0.750f], -[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f], -[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:0.750f], +[UIColor colorWithRed:0.451f green:0.431f blue:0.396f alpha:1.000f], +[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f], +[UIColor colorWithRed:0.451f green:0.431f blue:0.396f alpha:1.000f], [UIColor colorWithRed:0.835f green:0.812f blue:0.765f alpha:1.000f], [UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:1.000f], -[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:0.750f], +[UIColor colorWithRed:0.451f green:0.431f blue:0.396f alpha:1.000f], [UIColor colorWithRed:0.702f green:0.200f blue:0.133f alpha:1.000f], [UIColor colorWithRed:0.251f green:0.431f blue:0.710f alpha:1.000f], [UIColor colorWithRed:0.251f green:0.431f blue:0.710f alpha:1.000f], [UIColor colorWithRed:0.043f green:0.176f blue:0.376f alpha:1.000f], [UIColor colorWithRed:0.835f green:0.812f blue:0.765f alpha:1.000f], [UIColor colorWithRed:0.251f green:0.431f blue:0.710f alpha:1.000f], -[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f], +[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f], [UIColor colorWithRed:0.251f green:0.431f blue:0.710f alpha:1.000f], [UIColor colorWithRed:0.698f green:0.671f blue:0.624f alpha:1.000f], -[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:0.750f], -[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f], +[UIColor colorWithRed:0.451f green:0.431f blue:0.396f alpha:1.000f], +[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f], [UIColor colorWithRed:0.251f green:0.431f blue:0.710f alpha:1.000f], [UIColor colorWithRed:0.835f green:0.812f blue:0.765f alpha:1.000f], [UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f], diff --git a/dist/rei-dot-com/js/cdr-tokens.cjs b/dist/rei-dot-com/js/cdr-tokens.cjs index f0b5e445..516cb247 100644 --- a/dist/rei-dot-com/js/cdr-tokens.cjs +++ b/dist/rei-dot-com/js/cdr-tokens.cjs @@ -15,11 +15,11 @@ module.exports = { "CdrColorTextButtonSaleHover": "#c7370f", "CdrColorTextButtonSaleActive": "#ffffff", "CdrColorTextButtonSaleDisabled": "#ffffff", - "CdrColorTextChipDefault": "rgba(46, 46, 43, 0.75)", + "CdrColorTextChipDefault": "#4b4a48", "CdrColorTextChipDisabled": "#d5cfc3", - "CdrColorTextPrimary": "rgba(46, 46, 43, 0.75)", - "CdrColorTextSecondary": "rgba(75, 74, 72, 0.75)", - "CdrColorTextEmphasis": "rgba(46, 46, 43, 0.9)", + "CdrColorTextPrimary": "#4b4a48", + "CdrColorTextSecondary": "#736e65", + "CdrColorTextEmphasis": "#2e2e2b", "CdrColorTextBrand": "#1f513f", "CdrColorTextSale": "#c7370f", "CdrColorTextInverse": "#fafbf9", @@ -30,25 +30,25 @@ module.exports = { "CdrColorTextInfo": "#1b437e", "CdrColorTextMessageError": "#bb4045", "CdrColorTextInputDefault": "#2e2e2b", - "CdrColorTextInputLabel": "rgba(46, 46, 43, 0.75)", + "CdrColorTextInputLabel": "#4b4a48", "CdrColorTextInputLabelDisabled": "#b2ab9f", - "CdrColorTextInputPlaceholder": "rgba(75, 74, 72, 0.75)", - "CdrColorTextInputRequired": "rgba(46, 46, 43, 0.75)", - "CdrColorTextInputOptional": "rgba(75, 74, 72, 0.75)", + "CdrColorTextInputPlaceholder": "#736e65", + "CdrColorTextInputRequired": "#4b4a48", + "CdrColorTextInputOptional": "#736e65", "CdrColorTextInputDisabled": "#d5cfc3", "CdrColorTextInputFilled": "#2e2e2b", - "CdrColorTextInputHelp": "rgba(75, 74, 72, 0.75)", + "CdrColorTextInputHelp": "#736e65", "CdrColorTextInputError": "#b33322", "CdrColorTextLinkRest": "#406eb5", "CdrColorTextLinkHover": "#406eb5", "CdrColorTextLinkActive": "#0b2d60", "CdrColorTextLinkDisabled": "#d5cfc3", "CdrColorTextLinkVisited": "#406eb5", - "CdrColorTextRatingDefault": "rgba(46, 46, 43, 0.75)", + "CdrColorTextRatingDefault": "#4b4a48", "CdrColorTextRatingHover": "#406eb5", "CdrColorTextRatingSeparator": "#b2ab9f", - "CdrColorTextTabRest": "rgba(75, 74, 72, 0.75)", - "CdrColorTextTabActive": "rgba(46, 46, 43, 0.75)", + "CdrColorTextTabRest": "#736e65", + "CdrColorTextTabActive": "#4b4a48", "CdrColorTextTabHover": "#406eb5", "CdrColorTextTabDisabled": "#d5cfc3", "CdrColorTextToggleButtonDefaultRest": "#4b4a48", diff --git a/dist/rei-dot-com/js/cdr-tokens.mjs b/dist/rei-dot-com/js/cdr-tokens.mjs index 6788334e..9edb6e88 100644 --- a/dist/rei-dot-com/js/cdr-tokens.mjs +++ b/dist/rei-dot-com/js/cdr-tokens.mjs @@ -14,11 +14,11 @@ export const CdrColorTextButtonSale = "#ffffff"; export const CdrColorTextButtonSaleHover = "#c7370f"; export const CdrColorTextButtonSaleActive = "#ffffff"; export const CdrColorTextButtonSaleDisabled = "#ffffff"; -export const CdrColorTextChipDefault = "rgba(46, 46, 43, 0.75)"; +export const CdrColorTextChipDefault = "#4b4a48"; export const CdrColorTextChipDisabled = "#d5cfc3"; -export const CdrColorTextPrimary = "rgba(46, 46, 43, 0.75)"; -export const CdrColorTextSecondary = "rgba(75, 74, 72, 0.75)"; -export const CdrColorTextEmphasis = "rgba(46, 46, 43, 0.9)"; +export const CdrColorTextPrimary = "#4b4a48"; +export const CdrColorTextSecondary = "#736e65"; +export const CdrColorTextEmphasis = "#2e2e2b"; export const CdrColorTextBrand = "#1f513f"; export const CdrColorTextSale = "#c7370f"; export const CdrColorTextInverse = "#fafbf9"; @@ -29,25 +29,25 @@ export const CdrColorTextError = "#811823"; export const CdrColorTextInfo = "#1b437e"; export const CdrColorTextMessageError = "#bb4045"; export const CdrColorTextInputDefault = "#2e2e2b"; -export const CdrColorTextInputLabel = "rgba(46, 46, 43, 0.75)"; +export const CdrColorTextInputLabel = "#4b4a48"; export const CdrColorTextInputLabelDisabled = "#b2ab9f"; -export const CdrColorTextInputPlaceholder = "rgba(75, 74, 72, 0.75)"; -export const CdrColorTextInputRequired = "rgba(46, 46, 43, 0.75)"; -export const CdrColorTextInputOptional = "rgba(75, 74, 72, 0.75)"; +export const CdrColorTextInputPlaceholder = "#736e65"; +export const CdrColorTextInputRequired = "#4b4a48"; +export const CdrColorTextInputOptional = "#736e65"; export const CdrColorTextInputDisabled = "#d5cfc3"; export const CdrColorTextInputFilled = "#2e2e2b"; -export const CdrColorTextInputHelp = "rgba(75, 74, 72, 0.75)"; +export const CdrColorTextInputHelp = "#736e65"; export const CdrColorTextInputError = "#b33322"; export const CdrColorTextLinkRest = "#406eb5"; export const CdrColorTextLinkHover = "#406eb5"; export const CdrColorTextLinkActive = "#0b2d60"; export const CdrColorTextLinkDisabled = "#d5cfc3"; export const CdrColorTextLinkVisited = "#406eb5"; -export const CdrColorTextRatingDefault = "rgba(46, 46, 43, 0.75)"; +export const CdrColorTextRatingDefault = "#4b4a48"; export const CdrColorTextRatingHover = "#406eb5"; export const CdrColorTextRatingSeparator = "#b2ab9f"; -export const CdrColorTextTabRest = "rgba(75, 74, 72, 0.75)"; -export const CdrColorTextTabActive = "rgba(46, 46, 43, 0.75)"; +export const CdrColorTextTabRest = "#736e65"; +export const CdrColorTextTabActive = "#4b4a48"; export const CdrColorTextTabHover = "#406eb5"; export const CdrColorTextTabDisabled = "#d5cfc3"; export const CdrColorTextToggleButtonDefaultRest = "#4b4a48"; diff --git a/dist/rei-dot-com/json/android.json b/dist/rei-dot-com/json/android.json index af96fa54..ec9ce60a 100644 --- a/dist/rei-dot-com/json/android.json +++ b/dist/rei-dot-com/json/android.json @@ -433,7 +433,7 @@ } }, { - "$value": "#bf2e2e2b", + "$value": "#ff4b4a48", "$type": "color", "docs": { "category": "colors", @@ -444,7 +444,7 @@ "filePath": "tokens/global/chip.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -485,7 +485,7 @@ } }, { - "$value": "#bf2e2e2b", + "$value": "#ff4b4a48", "$type": "color", "docs": { "category": "colors", @@ -496,7 +496,7 @@ "filePath": "tokens/global/color.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -511,7 +511,7 @@ } }, { - "$value": "#bf4b4a48", + "$value": "#ff736e65", "$type": "color", "docs": { "category": "colors", @@ -522,7 +522,7 @@ "filePath": "tokens/global/color.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -537,7 +537,7 @@ } }, { - "$value": "#e62e2e2b", + "$value": "#ff2e2e2b", "$type": "color", "docs": { "category": "colors", @@ -548,7 +548,7 @@ "filePath": "tokens/global/color.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-90}", + "$value": "{options.color.warm-grey-1000}", "$type": "color", "docs": { "category": "colors", @@ -823,7 +823,7 @@ } }, { - "$value": "#bf2e2e2b", + "$value": "#ff4b4a48", "$type": "color", "docs": { "category": "colors", @@ -834,7 +834,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -875,7 +875,7 @@ } }, { - "$value": "#bf4b4a48", + "$value": "#ff736e65", "$type": "color", "docs": { "category": "colors", @@ -886,7 +886,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -901,7 +901,7 @@ } }, { - "$value": "#bf2e2e2b", + "$value": "#ff4b4a48", "$type": "color", "docs": { "category": "colors", @@ -912,7 +912,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -927,7 +927,7 @@ } }, { - "$value": "#bf4b4a48", + "$value": "#ff736e65", "$type": "color", "docs": { "category": "colors", @@ -938,7 +938,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1005,7 +1005,7 @@ } }, { - "$value": "#bf4b4a48", + "$value": "#ff736e65", "$type": "color", "docs": { "category": "colors", @@ -1016,7 +1016,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1187,7 +1187,7 @@ } }, { - "$value": "#bf2e2e2b", + "$value": "#ff4b4a48", "$type": "color", "docs": { "category": "colors", @@ -1198,7 +1198,7 @@ "filePath": "tokens/global/rating.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -1265,7 +1265,7 @@ } }, { - "$value": "#bf4b4a48", + "$value": "#ff736e65", "$type": "color", "docs": { "category": "colors", @@ -1276,7 +1276,7 @@ "filePath": "tokens/global/tab.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1291,7 +1291,7 @@ } }, { - "$value": "#bf2e2e2b", + "$value": "#ff4b4a48", "$type": "color", "docs": { "category": "colors", @@ -1302,7 +1302,7 @@ "filePath": "tokens/global/tab.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", diff --git a/dist/rei-dot-com/json/global.json b/dist/rei-dot-com/json/global.json index 0a40a948..e0845fde 100644 --- a/dist/rei-dot-com/json/global.json +++ b/dist/rei-dot-com/json/global.json @@ -433,7 +433,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -444,7 +444,7 @@ "filePath": "tokens/global/chip.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -485,7 +485,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -496,7 +496,7 @@ "filePath": "tokens/global/color.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -511,7 +511,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -522,7 +522,7 @@ "filePath": "tokens/global/color.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -537,7 +537,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.9)", + "$value": "#2e2e2b", "$type": "color", "docs": { "category": "colors", @@ -548,7 +548,7 @@ "filePath": "tokens/global/color.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-90}", + "$value": "{options.color.warm-grey-1000}", "$type": "color", "docs": { "category": "colors", @@ -823,7 +823,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -834,7 +834,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -875,7 +875,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -886,7 +886,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -901,7 +901,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -912,7 +912,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -927,7 +927,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -938,7 +938,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1005,7 +1005,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -1016,7 +1016,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1187,7 +1187,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -1198,7 +1198,7 @@ "filePath": "tokens/global/rating.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -1265,7 +1265,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -1276,7 +1276,7 @@ "filePath": "tokens/global/tab.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1291,7 +1291,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -1302,7 +1302,7 @@ "filePath": "tokens/global/tab.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", diff --git a/dist/rei-dot-com/json/ios.json b/dist/rei-dot-com/json/ios.json index 8ccc3459..b3f5a60a 100644 --- a/dist/rei-dot-com/json/ios.json +++ b/dist/rei-dot-com/json/ios.json @@ -433,7 +433,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f]", + "$value": "[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f]", "$type": "color", "docs": { "category": "colors", @@ -444,7 +444,7 @@ "filePath": "tokens/global/chip.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -485,7 +485,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f]", + "$value": "[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f]", "$type": "color", "docs": { "category": "colors", @@ -496,7 +496,7 @@ "filePath": "tokens/global/color.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -511,7 +511,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:0.750f]", + "$value": "[UIColor colorWithRed:0.451f green:0.431f blue:0.396f alpha:1.000f]", "$type": "color", "docs": { "category": "colors", @@ -522,7 +522,7 @@ "filePath": "tokens/global/color.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -537,7 +537,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.900f]", + "$value": "[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:1.000f]", "$type": "color", "docs": { "category": "colors", @@ -548,7 +548,7 @@ "filePath": "tokens/global/color.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-90}", + "$value": "{options.color.warm-grey-1000}", "$type": "color", "docs": { "category": "colors", @@ -823,7 +823,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f]", + "$value": "[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f]", "$type": "color", "docs": { "category": "colors", @@ -834,7 +834,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -875,7 +875,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:0.750f]", + "$value": "[UIColor colorWithRed:0.451f green:0.431f blue:0.396f alpha:1.000f]", "$type": "color", "docs": { "category": "colors", @@ -886,7 +886,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -901,7 +901,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f]", + "$value": "[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f]", "$type": "color", "docs": { "category": "colors", @@ -912,7 +912,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -927,7 +927,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:0.750f]", + "$value": "[UIColor colorWithRed:0.451f green:0.431f blue:0.396f alpha:1.000f]", "$type": "color", "docs": { "category": "colors", @@ -938,7 +938,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1005,7 +1005,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:0.750f]", + "$value": "[UIColor colorWithRed:0.451f green:0.431f blue:0.396f alpha:1.000f]", "$type": "color", "docs": { "category": "colors", @@ -1016,7 +1016,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1187,7 +1187,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f]", + "$value": "[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f]", "$type": "color", "docs": { "category": "colors", @@ -1198,7 +1198,7 @@ "filePath": "tokens/global/rating.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -1265,7 +1265,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:0.750f]", + "$value": "[UIColor colorWithRed:0.451f green:0.431f blue:0.396f alpha:1.000f]", "$type": "color", "docs": { "category": "colors", @@ -1276,7 +1276,7 @@ "filePath": "tokens/global/tab.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1291,7 +1291,7 @@ } }, { - "$value": "[UIColor colorWithRed:0.180f green:0.180f blue:0.169f alpha:0.750f]", + "$value": "[UIColor colorWithRed:0.294f green:0.290f blue:0.282f alpha:1.000f]", "$type": "color", "docs": { "category": "colors", @@ -1302,7 +1302,7 @@ "filePath": "tokens/global/tab.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", diff --git a/dist/rei-dot-com/json/platform-tokens.json b/dist/rei-dot-com/json/platform-tokens.json index 9f330083..932c88aa 100644 --- a/dist/rei-dot-com/json/platform-tokens.json +++ b/dist/rei-dot-com/json/platform-tokens.json @@ -434,7 +434,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -445,7 +445,7 @@ "filePath": "tokens/global/chip.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -486,7 +486,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -497,7 +497,7 @@ "filePath": "tokens/global/color.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -512,7 +512,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -523,7 +523,7 @@ "filePath": "tokens/global/color.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -538,7 +538,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.9)", + "$value": "#2e2e2b", "$type": "color", "docs": { "category": "colors", @@ -549,7 +549,7 @@ "filePath": "tokens/global/color.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-90}", + "$value": "{options.color.warm-grey-1000}", "$type": "color", "docs": { "category": "colors", @@ -824,7 +824,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -835,7 +835,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -876,7 +876,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -887,7 +887,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -902,7 +902,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -913,7 +913,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -928,7 +928,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -939,7 +939,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1006,7 +1006,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -1017,7 +1017,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1188,7 +1188,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -1199,7 +1199,7 @@ "filePath": "tokens/global/rating.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -1266,7 +1266,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -1277,7 +1277,7 @@ "filePath": "tokens/global/tab.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1292,7 +1292,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -1303,7 +1303,7 @@ "filePath": "tokens/global/tab.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", diff --git a/dist/rei-dot-com/json/web.json b/dist/rei-dot-com/json/web.json index bcd19344..8181e02a 100644 --- a/dist/rei-dot-com/json/web.json +++ b/dist/rei-dot-com/json/web.json @@ -497,7 +497,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -508,7 +508,7 @@ "filePath": "tokens/global/chip.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -557,7 +557,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -568,7 +568,7 @@ "filePath": "tokens/global/color.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -586,7 +586,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -597,7 +597,7 @@ "filePath": "tokens/global/color.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -615,7 +615,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.9)", + "$value": "#2e2e2b", "$type": "color", "docs": { "category": "colors", @@ -626,7 +626,7 @@ "filePath": "tokens/global/color.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-90}", + "$value": "{options.color.warm-grey-1000}", "$type": "color", "docs": { "category": "colors", @@ -936,7 +936,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -947,7 +947,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -996,7 +996,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -1007,7 +1007,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1026,7 +1026,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -1037,7 +1037,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -1056,7 +1056,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -1067,7 +1067,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1146,7 +1146,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -1157,7 +1157,7 @@ "filePath": "tokens/global/input.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1356,7 +1356,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -1367,7 +1367,7 @@ "filePath": "tokens/global/rating.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -1446,7 +1446,7 @@ } }, { - "$value": "rgba(75, 74, 72, 0.75)", + "$value": "#736e65", "$type": "color", "docs": { "category": "colors", @@ -1457,7 +1457,7 @@ "filePath": "tokens/global/tab.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -1476,7 +1476,7 @@ } }, { - "$value": "rgba(46, 46, 43, 0.75)", + "$value": "#4b4a48", "$type": "color", "docs": { "category": "colors", @@ -1487,7 +1487,7 @@ "filePath": "tokens/global/tab.json5", "isSource": false, "original": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", diff --git a/dist/rei-dot-com/less/cdr-tokens.less b/dist/rei-dot-com/less/cdr-tokens.less index ffd31eba..d03d7019 100644 --- a/dist/rei-dot-com/less/cdr-tokens.less +++ b/dist/rei-dot-com/less/cdr-tokens.less @@ -690,11 +690,11 @@ @cdr-color-text-button-sale-hover: #c7370f; @cdr-color-text-button-sale-active: #ffffff; @cdr-color-text-button-sale-disabled: #ffffff; -@cdr-color-text-chip-default: rgba(46, 46, 43, 0.75); +@cdr-color-text-chip-default: #4b4a48; @cdr-color-text-chip-disabled: #d5cfc3; -@cdr-color-text-primary: rgba(46, 46, 43, 0.75); -@cdr-color-text-secondary: rgba(75, 74, 72, 0.75); -@cdr-color-text-emphasis: rgba(46, 46, 43, 0.9); +@cdr-color-text-primary: #4b4a48; +@cdr-color-text-secondary: #736e65; +@cdr-color-text-emphasis: #2e2e2b; @cdr-color-text-brand: #1f513f; @cdr-color-text-sale: #c7370f; @cdr-color-text-inverse: #fafbf9; @@ -705,25 +705,25 @@ @cdr-color-text-info: #1b437e; @cdr-color-text-message-error: #bb4045; @cdr-color-text-input-default: #2e2e2b; -@cdr-color-text-input-label: rgba(46, 46, 43, 0.75); +@cdr-color-text-input-label: #4b4a48; @cdr-color-text-input-label-disabled: #b2ab9f; -@cdr-color-text-input-placeholder: rgba(75, 74, 72, 0.75); -@cdr-color-text-input-required: rgba(46, 46, 43, 0.75); -@cdr-color-text-input-optional: rgba(75, 74, 72, 0.75); +@cdr-color-text-input-placeholder: #736e65; +@cdr-color-text-input-required: #4b4a48; +@cdr-color-text-input-optional: #736e65; @cdr-color-text-input-disabled: #d5cfc3; @cdr-color-text-input-filled: #2e2e2b; -@cdr-color-text-input-help: rgba(75, 74, 72, 0.75); +@cdr-color-text-input-help: #736e65; @cdr-color-text-input-error: #b33322; @cdr-color-text-link-rest: #406eb5; @cdr-color-text-link-hover: #406eb5; @cdr-color-text-link-active: #0b2d60; @cdr-color-text-link-disabled: #d5cfc3; @cdr-color-text-link-visited: #406eb5; -@cdr-color-text-rating-default: rgba(46, 46, 43, 0.75); +@cdr-color-text-rating-default: #4b4a48; @cdr-color-text-rating-hover: #406eb5; @cdr-color-text-rating-separator: #b2ab9f; -@cdr-color-text-tab-rest: rgba(75, 74, 72, 0.75); -@cdr-color-text-tab-active: rgba(46, 46, 43, 0.75); +@cdr-color-text-tab-rest: #736e65; +@cdr-color-text-tab-active: #4b4a48; @cdr-color-text-tab-hover: #406eb5; @cdr-color-text-tab-disabled: #d5cfc3; @cdr-color-text-toggle-button-default-rest: #4b4a48; diff --git a/dist/rei-dot-com/scss/cdr-tokens.scss b/dist/rei-dot-com/scss/cdr-tokens.scss index dc65e96a..681617c4 100644 --- a/dist/rei-dot-com/scss/cdr-tokens.scss +++ b/dist/rei-dot-com/scss/cdr-tokens.scss @@ -1369,11 +1369,11 @@ $cdr-color-text-button-sale: #ffffff; $cdr-color-text-button-sale-hover: #c7370f; $cdr-color-text-button-sale-active: #ffffff; $cdr-color-text-button-sale-disabled: #ffffff; -$cdr-color-text-chip-default: rgba(46, 46, 43, 0.75); +$cdr-color-text-chip-default: #4b4a48; $cdr-color-text-chip-disabled: #d5cfc3; -$cdr-color-text-primary: rgba(46, 46, 43, 0.75); -$cdr-color-text-secondary: rgba(75, 74, 72, 0.75); -$cdr-color-text-emphasis: rgba(46, 46, 43, 0.9); +$cdr-color-text-primary: #4b4a48; +$cdr-color-text-secondary: #736e65; +$cdr-color-text-emphasis: #2e2e2b; $cdr-color-text-brand: #1f513f; $cdr-color-text-sale: #c7370f; $cdr-color-text-inverse: #fafbf9; @@ -1384,25 +1384,25 @@ $cdr-color-text-error: #811823; $cdr-color-text-info: #1b437e; $cdr-color-text-message-error: #bb4045; $cdr-color-text-input-default: #2e2e2b; -$cdr-color-text-input-label: rgba(46, 46, 43, 0.75); +$cdr-color-text-input-label: #4b4a48; $cdr-color-text-input-label-disabled: #b2ab9f; -$cdr-color-text-input-placeholder: rgba(75, 74, 72, 0.75); -$cdr-color-text-input-required: rgba(46, 46, 43, 0.75); -$cdr-color-text-input-optional: rgba(75, 74, 72, 0.75); +$cdr-color-text-input-placeholder: #736e65; +$cdr-color-text-input-required: #4b4a48; +$cdr-color-text-input-optional: #736e65; $cdr-color-text-input-disabled: #d5cfc3; $cdr-color-text-input-filled: #2e2e2b; -$cdr-color-text-input-help: rgba(75, 74, 72, 0.75); +$cdr-color-text-input-help: #736e65; $cdr-color-text-input-error: #b33322; $cdr-color-text-link-rest: #406eb5; $cdr-color-text-link-hover: #406eb5; $cdr-color-text-link-active: #0b2d60; $cdr-color-text-link-disabled: #d5cfc3; $cdr-color-text-link-visited: #406eb5; -$cdr-color-text-rating-default: rgba(46, 46, 43, 0.75); +$cdr-color-text-rating-default: #4b4a48; $cdr-color-text-rating-hover: #406eb5; $cdr-color-text-rating-separator: #b2ab9f; -$cdr-color-text-tab-rest: rgba(75, 74, 72, 0.75); -$cdr-color-text-tab-active: rgba(46, 46, 43, 0.75); +$cdr-color-text-tab-rest: #736e65; +$cdr-color-text-tab-active: #4b4a48; $cdr-color-text-tab-hover: #406eb5; $cdr-color-text-tab-disabled: #d5cfc3; $cdr-color-text-toggle-button-default-rest: #4b4a48; diff --git a/tokens/global/chip.json5 b/tokens/global/chip.json5 index d61e5e2b..b218b746 100644 --- a/tokens/global/chip.json5 +++ b/tokens/global/chip.json5 @@ -3,7 +3,7 @@ "text": { "chip": { "default": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", diff --git a/tokens/global/color.json5 b/tokens/global/color.json5 index 88728fa7..81298c8c 100644 --- a/tokens/global/color.json5 +++ b/tokens/global/color.json5 @@ -4,7 +4,7 @@ "docexample": "color", "text": { "primary": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -14,7 +14,7 @@ } }, "secondary": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -24,7 +24,7 @@ } }, "emphasis": { - "$value": "{options.color.warm-grey-1000-90}", + "$value": "{options.color.warm-grey-1000}", "$type": "color", "docs": { "category": "colors", diff --git a/tokens/global/input.json5 b/tokens/global/input.json5 index 2820de30..20bbc3f5 100644 --- a/tokens/global/input.json5 +++ b/tokens/global/input.json5 @@ -13,7 +13,7 @@ } }, "label": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -33,7 +33,7 @@ } }, "placeholder": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -43,7 +43,7 @@ } }, "required": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", @@ -53,7 +53,7 @@ } }, "optional": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -83,7 +83,7 @@ } }, "help": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", diff --git a/tokens/global/rating.json5 b/tokens/global/rating.json5 index 0e38ea8a..661da74c 100644 --- a/tokens/global/rating.json5 +++ b/tokens/global/rating.json5 @@ -3,7 +3,7 @@ "text": { "rating": { "default": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", diff --git a/tokens/global/tab.json5 b/tokens/global/tab.json5 index 93e10a9b..0ee41193 100644 --- a/tokens/global/tab.json5 +++ b/tokens/global/tab.json5 @@ -3,7 +3,7 @@ "text": { "tab": { "rest": { - "$value": "{options.color.warm-grey-900-75}", + "$value": "{options.color.warm-grey-750}", "$type": "color", "docs": { "category": "colors", @@ -13,7 +13,7 @@ } }, "active": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "category": "colors", diff --git a/tokens/themes/docsite/color.json5 b/tokens/themes/docsite/color.json5 index ff9793bb..b396aacc 100644 --- a/tokens/themes/docsite/color.json5 +++ b/tokens/themes/docsite/color.json5 @@ -9,7 +9,7 @@ } }, "secondary": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "type": "text" diff --git a/tokens/themes/docsite/link.json5 b/tokens/themes/docsite/link.json5 index 904f8297..ae6786bf 100644 --- a/tokens/themes/docsite/link.json5 +++ b/tokens/themes/docsite/link.json5 @@ -17,7 +17,7 @@ } }, "active": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "type": "link" diff --git a/tokens/themes/docsite/table.json5 b/tokens/themes/docsite/table.json5 index 5721fd87..7ac55541 100644 --- a/tokens/themes/docsite/table.json5 +++ b/tokens/themes/docsite/table.json5 @@ -35,7 +35,7 @@ } }, "secondary": { - "$value": "{options.color.warm-grey-1000-75}", + "$value": "{options.color.warm-grey-900}", "$type": "color", "docs": { "type": "table"