Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update color text brand value #164

Merged
merged 1 commit into from
Jul 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/android/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<color name="cdr_color_text_chip_disabled">#ffd1cbbd</color>
<color name="cdr_color_text_primary">#bf0c0b08</color>
<color name="cdr_color_text_secondary">#bf423b2f</color>
<color name="cdr_color_text_brand">#ff113731</color>
<color name="cdr_color_text_brand">#ff1f513f</color>
<color name="cdr_color_text_sale">#ffc7370f</color>
<color name="cdr_color_text_inverse">#fff9f8f6</color>
<color name="cdr_color_text_disabled">#ffd1cbbd</color>
Expand Down
2 changes: 1 addition & 1 deletion dist/ios/CdrColor.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ + (NSArray *)values {
[UIColor colorWithRed:0.820f green:0.796f blue:0.741f alpha:1.000f],
[UIColor colorWithRed:0.047f green:0.043f blue:0.031f alpha:0.749f],
[UIColor colorWithRed:0.259f green:0.231f blue:0.184f alpha:0.749f],
[UIColor colorWithRed:0.067f green:0.216f blue:0.192f 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.976f green:0.973f blue:0.965f alpha:1.000f],
[UIColor colorWithRed:0.820f green:0.796f blue:0.741f alpha:1.000f],
Expand Down
2 changes: 1 addition & 1 deletion dist/js/cdr-tokens.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
CdrColorTextChipDisabled: "#d1cbbd",
CdrColorTextPrimary: "rgba(12, 11, 8, 0.75)",
CdrColorTextSecondary: "rgba(66, 59, 47, 0.75)",
CdrColorTextBrand: "#113731",
CdrColorTextBrand: "#1f513f",
CdrColorTextSale: "#c7370f",
CdrColorTextInverse: "#f9f8f6",
CdrColorTextDisabled: "#d1cbbd",
Expand Down
2 changes: 1 addition & 1 deletion dist/js/cdr-tokens.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const CdrColorTextChipDefault = "#4e4d49";
export const CdrColorTextChipDisabled = "#d1cbbd";
export const CdrColorTextPrimary = "rgba(12, 11, 8, 0.75)";
export const CdrColorTextSecondary = "rgba(66, 59, 47, 0.75)";
export const CdrColorTextBrand = "#113731";
export const CdrColorTextBrand = "#1f513f";
export const CdrColorTextSale = "#c7370f";
export const CdrColorTextInverse = "#f9f8f6";
export const CdrColorTextDisabled = "#d1cbbd";
Expand Down
4 changes: 2 additions & 2 deletions dist/json/android.json
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@
}
},
{
"value": "#ff113731",
"value": "#ff1f513f",
"category": "color",
"docs": {
"category": "colors",
Expand All @@ -546,7 +546,7 @@
"description": "Text set in our primary brand color"
},
"original": {
"value": "{options.color.blue-spruce-green-1100.value}",
"value": "{options.color.blue-spruce-green-1000.value}",
"category": "color",
"docs": {
"category": "colors",
Expand Down
4 changes: 2 additions & 2 deletions dist/json/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@
}
},
{
"value": "#113731",
"value": "#1f513f",
"category": "color",
"docs": {
"category": "colors",
Expand All @@ -546,7 +546,7 @@
"description": "Text set in our primary brand color"
},
"original": {
"value": "{options.color.blue-spruce-green-1100.value}",
"value": "{options.color.blue-spruce-green-1000.value}",
"category": "color",
"docs": {
"category": "colors",
Expand Down
4 changes: 2 additions & 2 deletions dist/json/ios.json
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@
}
},
{
"value": "[UIColor colorWithRed:0.067f green:0.216f blue:0.192f alpha:1.000f]",
"value": "[UIColor colorWithRed:0.122f green:0.318f blue:0.247f alpha:1.000f]",
"category": "color",
"docs": {
"category": "colors",
Expand All @@ -546,7 +546,7 @@
"description": "Text set in our primary brand color"
},
"original": {
"value": "{options.color.blue-spruce-green-1100.value}",
"value": "{options.color.blue-spruce-green-1000.value}",
"category": "color",
"docs": {
"category": "colors",
Expand Down
4 changes: 2 additions & 2 deletions dist/json/platform-tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@
}
},
{
"value": "#113731",
"value": "#1f513f",
"category": "color",
"docs": {
"category": "colors",
Expand All @@ -547,7 +547,7 @@
"description": "Text set in our primary brand color"
},
"original": {
"value": "{options.color.blue-spruce-green-1100.value}",
"value": "{options.color.blue-spruce-green-1000.value}",
"category": "color",
"docs": {
"category": "colors",
Expand Down
4 changes: 2 additions & 2 deletions dist/json/web.json
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@
}
},
{
"value": "#113731",
"value": "#1f513f",
"category": "color",
"docs": {
"category": "colors",
Expand All @@ -546,7 +546,7 @@
"description": "Text set in our primary brand color"
},
"original": {
"value": "{options.color.blue-spruce-green-1100.value}",
"value": "{options.color.blue-spruce-green-1000.value}",
"category": "color",
"docs": {
"category": "colors",
Expand Down
2 changes: 1 addition & 1 deletion dist/less/cdr-tokens.less
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@
@cdr-color-text-chip-disabled: #d1cbbd;
@cdr-color-text-primary: rgba(12, 11, 8, 0.75);
@cdr-color-text-secondary: rgba(66, 59, 47, 0.75);
@cdr-color-text-brand: #113731;
@cdr-color-text-brand: #1f513f;
@cdr-color-text-sale: #c7370f;
@cdr-color-text-inverse: #f9f8f6;
@cdr-color-text-disabled: #d1cbbd;
Expand Down
2 changes: 1 addition & 1 deletion dist/scss/cdr-tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,7 @@ $cdr-color-text-chip-default: #4e4d49;
$cdr-color-text-chip-disabled: #d1cbbd;
$cdr-color-text-primary: rgba(12, 11, 8, 0.75);
$cdr-color-text-secondary: rgba(66, 59, 47, 0.75);
$cdr-color-text-brand: #113731;
$cdr-color-text-brand: #1f513f;
$cdr-color-text-sale: #c7370f;
$cdr-color-text-inverse: #f9f8f6;
$cdr-color-text-disabled: #d1cbbd;
Expand Down
2 changes: 1 addition & 1 deletion dist/sketch/sketch.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
},
{
"name": "cdr-color-text-brand",
"value": "#113731",
"value": "#1f513f",
"type": "text",
"path": [
"color",
Expand Down
2 changes: 1 addition & 1 deletion tokens/global/color.json5
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
},
brand: {
value: '{options.color.blue-spruce-green-1100.value}',
value: '{options.color.blue-spruce-green-1000.value}',
category: 'color',
docs: {
category: '{color.docCategory}',
Expand Down