Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
release 1.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobby Wilkes committed Aug 31, 2017
1 parent ba55ad3 commit 6047117
Show file tree
Hide file tree
Showing 19 changed files with 79 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
"dist/css/fuelux-mctheme.min.css"
],
"name": "fuelux-mctheme",
"version": "1.15.6"
"version": "1.15.7"
}
7 changes: 4 additions & 3 deletions dist/css/fuelux-mctheme.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/*!
* Marketing Cloud Theme v1.15.6
* Copyright 2017 ExactTarget
* Licensed under BSD-3-Clause (https://github.com/ExactTarget/fuelux-mctheme/blob/master/LICENSE)
* Marketing Cloud Theme EDGE - Built 2017/08/31, 10:35:59 AM
* Previous release: v1.15.7
* Copyright 2012-2017 ExactTarget
* Licensed under the license ()
*/

.clearfix,
Expand Down
7 changes: 4 additions & 3 deletions dist/css/fuelux-mctheme.min.css

Large diffs are not rendered by default.

Binary file modified dist/fuelux-mctheme.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions dist/tokens/marketing-cloud.amd.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ define(function() {
colorBorderInput: "rgb(204, 204, 204)",
colorBorderInputFocus: "rgb(102, 175, 233)",
colorBorderInputDisabled: "rgb(204, 204, 204)",
colorTextIconDefault: "rgb(48, 116, 175)",
colorTextIconUtility: "rgb(204, 204, 204)",
colorTextIconInverse: "rgb(255, 255, 255)",
fontFamily: "Arial, sans-serif",
fontFamilyBody: "Arial, sans-serif",
fontFamilyAlt: "Georgia, Times New Roman, Times, serif",
Expand Down
3 changes: 3 additions & 0 deletions dist/tokens/marketing-cloud.android.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
<color name="COLOR_BORDER_INPUT" category="border-color">#ccccccff</color>
<color name="COLOR_BORDER_INPUT_FOCUS" category="border-color">#66afe9ff</color>
<color name="COLOR_BORDER_INPUT_DISABLED" category="border-color">#ccccccff</color>
<color name="COLOR_TEXT_ICON_DEFAULT" category="icon-color">#3074afff</color>
<color name="COLOR_TEXT_ICON_UTILITY" category="icon-color">#ccccccff</color>
<color name="COLOR_TEXT_ICON_INVERSE" category="icon-color">#ffffffff</color>
<property name="FONT_FAMILY" category="font">Arial, sans-serif</property>
<property name="FONT_FAMILY_BODY" category="font">Arial, sans-serif</property>
<property name="FONT_FAMILY_ALT" category="font">Georgia, Times New Roman, Times, serif</property>
Expand Down
3 changes: 3 additions & 0 deletions dist/tokens/marketing-cloud.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ module.exports = {
colorBorderInput: "rgb(204, 204, 204)",
colorBorderInputFocus: "rgb(102, 175, 233)",
colorBorderInputDisabled: "rgb(204, 204, 204)",
colorTextIconDefault: "rgb(48, 116, 175)",
colorTextIconUtility: "rgb(204, 204, 204)",
colorTextIconInverse: "rgb(255, 255, 255)",
fontFamily: "Arial, sans-serif",
fontFamilyBody: "Arial, sans-serif",
fontFamilyAlt: "Georgia, Times New Roman, Times, serif",
Expand Down
3 changes: 3 additions & 0 deletions dist/tokens/marketing-cloud.default.sass
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ $color-border-button-default: rgb(170, 170, 170) !default
$color-border-input: rgb(204, 204, 204) !default
$color-border-input-focus: rgb(102, 175, 233) !default
$color-border-input-disabled: rgb(204, 204, 204) !default
$color-text-icon-default: rgb(48, 116, 175) !default
$color-text-icon-utility: rgb(204, 204, 204) !default
$color-text-icon-inverse: rgb(255, 255, 255) !default
$font-family: Arial, sans-serif !default
$font-family-body: Arial, sans-serif !default
$font-family-alt: Georgia, Times New Roman, Times, serif !default
Expand Down
3 changes: 3 additions & 0 deletions dist/tokens/marketing-cloud.default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ $color-border-button-default: rgb(170, 170, 170) !default;
$color-border-input: rgb(204, 204, 204) !default;
$color-border-input-focus: rgb(102, 175, 233) !default;
$color-border-input-disabled: rgb(204, 204, 204) !default;
$color-text-icon-default: rgb(48, 116, 175) !default;
$color-text-icon-utility: rgb(204, 204, 204) !default;
$color-text-icon-inverse: rgb(255, 255, 255) !default;
$font-family: Arial, sans-serif !default;
$font-family-body: Arial, sans-serif !default;
$font-family-alt: Georgia, Times New Roman, Times, serif !default;
Expand Down
30 changes: 30 additions & 0 deletions dist/tokens/marketing-cloud.ios.json
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,36 @@
"comment": "",
"name": "colorBorderInputDisabled"
},
{
"category": "icon-color",
"cssProperties": [
"fill"
],
"type": "color",
"value": "rgb(48, 116, 175)",
"comment": "Default icons have a blue color.",
"name": "colorTextIconDefault"
},
{
"category": "icon-color",
"cssProperties": [
"fill"
],
"type": "color",
"value": "rgb(204, 204, 204)",
"comment": "Utility icons have a gray color.",
"name": "colorTextIconUtility"
},
{
"category": "icon-color",
"cssProperties": [
"fill"
],
"type": "color",
"value": "rgb(255, 255, 255)",
"comment": "Inverse icon color for dark backgrounds.",
"name": "colorTextIconInverse"
},
{
"category": "font",
"comment": "",
Expand Down
3 changes: 3 additions & 0 deletions dist/tokens/marketing-cloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
"COLOR_BORDER_INPUT": "rgb(204, 204, 204)",
"COLOR_BORDER_INPUT_FOCUS": "rgb(102, 175, 233)",
"COLOR_BORDER_INPUT_DISABLED": "rgb(204, 204, 204)",
"COLOR_TEXT_ICON_DEFAULT": "rgb(48, 116, 175)",
"COLOR_TEXT_ICON_UTILITY": "rgb(204, 204, 204)",
"COLOR_TEXT_ICON_INVERSE": "rgb(255, 255, 255)",
"FONT_FAMILY": "Arial, sans-serif",
"FONT_FAMILY_BODY": "Arial, sans-serif",
"FONT_FAMILY_ALT": "Georgia, Times New Roman, Times, serif",
Expand Down
3 changes: 3 additions & 0 deletions dist/tokens/marketing-cloud.less
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
@color-border-input: rgb(204, 204, 204);
@color-border-input-focus: rgb(102, 175, 233);
@color-border-input-disabled: rgb(204, 204, 204);
@color-text-icon-default: rgb(48, 116, 175);
@color-text-icon-utility: rgb(204, 204, 204);
@color-text-icon-inverse: rgb(255, 255, 255);
@font-family: Arial, sans-serif;
@font-family-body: Arial, sans-serif;
@font-family-alt: Georgia, Times New Roman, Times, serif;
Expand Down
3 changes: 3 additions & 0 deletions dist/tokens/marketing-cloud.map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ $marketing-cloud-map: (
"color-border-input": (rgb(204, 204, 204)),
"color-border-input-focus": (rgb(102, 175, 233)),
"color-border-input-disabled": (rgb(204, 204, 204)),
"color-text-icon-default": (rgb(48, 116, 175)),
"color-text-icon-utility": (rgb(204, 204, 204)),
"color-text-icon-inverse": (rgb(255, 255, 255)),
"font-family": (Arial, sans-serif),
"font-family-body": (Arial, sans-serif),
"font-family-alt": (Georgia, Times New Roman, Times, serif),
Expand Down
3 changes: 3 additions & 0 deletions dist/tokens/marketing-cloud.map.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ $marketing-cloud-map-variables: (
"color-border-input": ($color-border-input),
"color-border-input-focus": ($color-border-input-focus),
"color-border-input-disabled": ($color-border-input-disabled),
"color-text-icon-default": ($color-text-icon-default),
"color-text-icon-utility": ($color-text-icon-utility),
"color-text-icon-inverse": ($color-text-icon-inverse),
"font-family": ($font-family),
"font-family-body": ($font-family-body),
"font-family-alt": ($font-family-alt),
Expand Down
3 changes: 3 additions & 0 deletions dist/tokens/marketing-cloud.sass
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ $color-border-button-default: rgb(170, 170, 170)
$color-border-input: rgb(204, 204, 204)
$color-border-input-focus: rgb(102, 175, 233)
$color-border-input-disabled: rgb(204, 204, 204)
$color-text-icon-default: rgb(48, 116, 175)
$color-text-icon-utility: rgb(204, 204, 204)
$color-text-icon-inverse: rgb(255, 255, 255)
$font-family: Arial, sans-serif
$font-family-body: Arial, sans-serif
$font-family-alt: Georgia, Times New Roman, Times, serif
Expand Down
3 changes: 3 additions & 0 deletions dist/tokens/marketing-cloud.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ $color-border-button-default: rgb(170, 170, 170);
$color-border-input: rgb(204, 204, 204);
$color-border-input-focus: rgb(102, 175, 233);
$color-border-input-disabled: rgb(204, 204, 204);
$color-text-icon-default: rgb(48, 116, 175);
$color-text-icon-utility: rgb(204, 204, 204);
$color-text-icon-inverse: rgb(255, 255, 255);
$font-family: Arial, sans-serif;
$font-family-body: Arial, sans-serif;
$font-family-alt: Georgia, Times New Roman, Times, serif;
Expand Down
3 changes: 3 additions & 0 deletions dist/tokens/marketing-cloud.styl
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ color-border-button-default = rgb(170, 170, 170)
color-border-input = rgb(204, 204, 204)
color-border-input-focus = rgb(102, 175, 233)
color-border-input-disabled = rgb(204, 204, 204)
color-text-icon-default = rgb(48, 116, 175)
color-text-icon-utility = rgb(204, 204, 204)
color-text-icon-inverse = rgb(255, 255, 255)
font-family = Arial, sans-serif
font-family-body = Arial, sans-serif
font-family-alt = Georgia, Times New Roman, Times, serif
Expand Down
3 changes: 3 additions & 0 deletions less/tokens/marketing-cloud.less
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
@color-border-input: rgb(204, 204, 204);
@color-border-input-focus: rgb(102, 175, 233);
@color-border-input-disabled: rgb(204, 204, 204);
@color-text-icon-default: rgb(48, 116, 175);
@color-text-icon-utility: rgb(204, 204, 204);
@color-text-icon-inverse: rgb(255, 255, 255);
@font-family: Arial, sans-serif;
@font-family-body: Arial, sans-serif;
@font-family-alt: Georgia, Times New Roman, Times, serif;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fuelux-mctheme",
"title": "Marketing Cloud Theme",
"version": "1.15.6",
"version": "1.15.7",
"description": "Salesforce Marketing Cloud styles",
"homepage": "https://github.com/ExactTarget/fuelux-mctheme",
"author": {
Expand Down

0 comments on commit 6047117

Please sign in to comment.