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

Commit 6047117

Browse files
author
Bobby Wilkes
committed
release 1.15.7
1 parent ba55ad3 commit 6047117

19 files changed

+79
-8
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040
"dist/css/fuelux-mctheme.min.css"
4141
],
4242
"name": "fuelux-mctheme",
43-
"version": "1.15.6"
43+
"version": "1.15.7"
4444
}

dist/css/fuelux-mctheme.css

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/*!
2-
* Marketing Cloud Theme v1.15.6
3-
* Copyright 2017 ExactTarget
4-
* Licensed under BSD-3-Clause (https://github.com/ExactTarget/fuelux-mctheme/blob/master/LICENSE)
2+
* Marketing Cloud Theme EDGE - Built 2017/08/31, 10:35:59 AM
3+
* Previous release: v1.15.7
4+
* Copyright 2012-2017 ExactTarget
5+
* Licensed under the license ()
56
*/
67

78
.clearfix,

dist/css/fuelux-mctheme.min.css

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/fuelux-mctheme.zip

431 Bytes
Binary file not shown.

dist/tokens/marketing-cloud.amd.js

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ define(function() {
6262
colorBorderInput: "rgb(204, 204, 204)",
6363
colorBorderInputFocus: "rgb(102, 175, 233)",
6464
colorBorderInputDisabled: "rgb(204, 204, 204)",
65+
colorTextIconDefault: "rgb(48, 116, 175)",
66+
colorTextIconUtility: "rgb(204, 204, 204)",
67+
colorTextIconInverse: "rgb(255, 255, 255)",
6568
fontFamily: "Arial, sans-serif",
6669
fontFamilyBody: "Arial, sans-serif",
6770
fontFamilyAlt: "Georgia, Times New Roman, Times, serif",

dist/tokens/marketing-cloud.android.xml

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262
<color name="COLOR_BORDER_INPUT" category="border-color">#ccccccff</color>
6363
<color name="COLOR_BORDER_INPUT_FOCUS" category="border-color">#66afe9ff</color>
6464
<color name="COLOR_BORDER_INPUT_DISABLED" category="border-color">#ccccccff</color>
65+
<color name="COLOR_TEXT_ICON_DEFAULT" category="icon-color">#3074afff</color>
66+
<color name="COLOR_TEXT_ICON_UTILITY" category="icon-color">#ccccccff</color>
67+
<color name="COLOR_TEXT_ICON_INVERSE" category="icon-color">#ffffffff</color>
6568
<property name="FONT_FAMILY" category="font">Arial, sans-serif</property>
6669
<property name="FONT_FAMILY_BODY" category="font">Arial, sans-serif</property>
6770
<property name="FONT_FAMILY_ALT" category="font">Georgia, Times New Roman, Times, serif</property>

dist/tokens/marketing-cloud.common.js

+3
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ module.exports = {
6161
colorBorderInput: "rgb(204, 204, 204)",
6262
colorBorderInputFocus: "rgb(102, 175, 233)",
6363
colorBorderInputDisabled: "rgb(204, 204, 204)",
64+
colorTextIconDefault: "rgb(48, 116, 175)",
65+
colorTextIconUtility: "rgb(204, 204, 204)",
66+
colorTextIconInverse: "rgb(255, 255, 255)",
6467
fontFamily: "Arial, sans-serif",
6568
fontFamilyBody: "Arial, sans-serif",
6669
fontFamilyAlt: "Georgia, Times New Roman, Times, serif",

dist/tokens/marketing-cloud.default.sass

+3
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ $color-border-button-default: rgb(170, 170, 170) !default
6060
$color-border-input: rgb(204, 204, 204) !default
6161
$color-border-input-focus: rgb(102, 175, 233) !default
6262
$color-border-input-disabled: rgb(204, 204, 204) !default
63+
$color-text-icon-default: rgb(48, 116, 175) !default
64+
$color-text-icon-utility: rgb(204, 204, 204) !default
65+
$color-text-icon-inverse: rgb(255, 255, 255) !default
6366
$font-family: Arial, sans-serif !default
6467
$font-family-body: Arial, sans-serif !default
6568
$font-family-alt: Georgia, Times New Roman, Times, serif !default

dist/tokens/marketing-cloud.default.scss

+3
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ $color-border-button-default: rgb(170, 170, 170) !default;
6060
$color-border-input: rgb(204, 204, 204) !default;
6161
$color-border-input-focus: rgb(102, 175, 233) !default;
6262
$color-border-input-disabled: rgb(204, 204, 204) !default;
63+
$color-text-icon-default: rgb(48, 116, 175) !default;
64+
$color-text-icon-utility: rgb(204, 204, 204) !default;
65+
$color-text-icon-inverse: rgb(255, 255, 255) !default;
6366
$font-family: Arial, sans-serif !default;
6467
$font-family-body: Arial, sans-serif !default;
6568
$font-family-alt: Georgia, Times New Roman, Times, serif !default;

dist/tokens/marketing-cloud.ios.json

+30
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,36 @@
768768
"comment": "",
769769
"name": "colorBorderInputDisabled"
770770
},
771+
{
772+
"category": "icon-color",
773+
"cssProperties": [
774+
"fill"
775+
],
776+
"type": "color",
777+
"value": "rgb(48, 116, 175)",
778+
"comment": "Default icons have a blue color.",
779+
"name": "colorTextIconDefault"
780+
},
781+
{
782+
"category": "icon-color",
783+
"cssProperties": [
784+
"fill"
785+
],
786+
"type": "color",
787+
"value": "rgb(204, 204, 204)",
788+
"comment": "Utility icons have a gray color.",
789+
"name": "colorTextIconUtility"
790+
},
791+
{
792+
"category": "icon-color",
793+
"cssProperties": [
794+
"fill"
795+
],
796+
"type": "color",
797+
"value": "rgb(255, 255, 255)",
798+
"comment": "Inverse icon color for dark backgrounds.",
799+
"name": "colorTextIconInverse"
800+
},
771801
{
772802
"category": "font",
773803
"comment": "",

dist/tokens/marketing-cloud.json

+3
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
"COLOR_BORDER_INPUT": "rgb(204, 204, 204)",
6262
"COLOR_BORDER_INPUT_FOCUS": "rgb(102, 175, 233)",
6363
"COLOR_BORDER_INPUT_DISABLED": "rgb(204, 204, 204)",
64+
"COLOR_TEXT_ICON_DEFAULT": "rgb(48, 116, 175)",
65+
"COLOR_TEXT_ICON_UTILITY": "rgb(204, 204, 204)",
66+
"COLOR_TEXT_ICON_INVERSE": "rgb(255, 255, 255)",
6467
"FONT_FAMILY": "Arial, sans-serif",
6568
"FONT_FAMILY_BODY": "Arial, sans-serif",
6669
"FONT_FAMILY_ALT": "Georgia, Times New Roman, Times, serif",

dist/tokens/marketing-cloud.less

+3
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
@color-border-input: rgb(204, 204, 204);
6161
@color-border-input-focus: rgb(102, 175, 233);
6262
@color-border-input-disabled: rgb(204, 204, 204);
63+
@color-text-icon-default: rgb(48, 116, 175);
64+
@color-text-icon-utility: rgb(204, 204, 204);
65+
@color-text-icon-inverse: rgb(255, 255, 255);
6366
@font-family: Arial, sans-serif;
6467
@font-family-body: Arial, sans-serif;
6568
@font-family-alt: Georgia, Times New Roman, Times, serif;

dist/tokens/marketing-cloud.map.scss

+3
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ $marketing-cloud-map: (
6161
"color-border-input": (rgb(204, 204, 204)),
6262
"color-border-input-focus": (rgb(102, 175, 233)),
6363
"color-border-input-disabled": (rgb(204, 204, 204)),
64+
"color-text-icon-default": (rgb(48, 116, 175)),
65+
"color-text-icon-utility": (rgb(204, 204, 204)),
66+
"color-text-icon-inverse": (rgb(255, 255, 255)),
6467
"font-family": (Arial, sans-serif),
6568
"font-family-body": (Arial, sans-serif),
6669
"font-family-alt": (Georgia, Times New Roman, Times, serif),

dist/tokens/marketing-cloud.map.variables.scss

+3
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ $marketing-cloud-map-variables: (
6161
"color-border-input": ($color-border-input),
6262
"color-border-input-focus": ($color-border-input-focus),
6363
"color-border-input-disabled": ($color-border-input-disabled),
64+
"color-text-icon-default": ($color-text-icon-default),
65+
"color-text-icon-utility": ($color-text-icon-utility),
66+
"color-text-icon-inverse": ($color-text-icon-inverse),
6467
"font-family": ($font-family),
6568
"font-family-body": ($font-family-body),
6669
"font-family-alt": ($font-family-alt),

dist/tokens/marketing-cloud.sass

+3
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ $color-border-button-default: rgb(170, 170, 170)
6060
$color-border-input: rgb(204, 204, 204)
6161
$color-border-input-focus: rgb(102, 175, 233)
6262
$color-border-input-disabled: rgb(204, 204, 204)
63+
$color-text-icon-default: rgb(48, 116, 175)
64+
$color-text-icon-utility: rgb(204, 204, 204)
65+
$color-text-icon-inverse: rgb(255, 255, 255)
6366
$font-family: Arial, sans-serif
6467
$font-family-body: Arial, sans-serif
6568
$font-family-alt: Georgia, Times New Roman, Times, serif

dist/tokens/marketing-cloud.scss

+3
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ $color-border-button-default: rgb(170, 170, 170);
6060
$color-border-input: rgb(204, 204, 204);
6161
$color-border-input-focus: rgb(102, 175, 233);
6262
$color-border-input-disabled: rgb(204, 204, 204);
63+
$color-text-icon-default: rgb(48, 116, 175);
64+
$color-text-icon-utility: rgb(204, 204, 204);
65+
$color-text-icon-inverse: rgb(255, 255, 255);
6366
$font-family: Arial, sans-serif;
6467
$font-family-body: Arial, sans-serif;
6568
$font-family-alt: Georgia, Times New Roman, Times, serif;

dist/tokens/marketing-cloud.styl

+3
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ color-border-button-default = rgb(170, 170, 170)
6060
color-border-input = rgb(204, 204, 204)
6161
color-border-input-focus = rgb(102, 175, 233)
6262
color-border-input-disabled = rgb(204, 204, 204)
63+
color-text-icon-default = rgb(48, 116, 175)
64+
color-text-icon-utility = rgb(204, 204, 204)
65+
color-text-icon-inverse = rgb(255, 255, 255)
6366
font-family = Arial, sans-serif
6467
font-family-body = Arial, sans-serif
6568
font-family-alt = Georgia, Times New Roman, Times, serif

less/tokens/marketing-cloud.less

+3
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
@color-border-input: rgb(204, 204, 204);
6161
@color-border-input-focus: rgb(102, 175, 233);
6262
@color-border-input-disabled: rgb(204, 204, 204);
63+
@color-text-icon-default: rgb(48, 116, 175);
64+
@color-text-icon-utility: rgb(204, 204, 204);
65+
@color-text-icon-inverse: rgb(255, 255, 255);
6366
@font-family: Arial, sans-serif;
6467
@font-family-body: Arial, sans-serif;
6568
@font-family-alt: Georgia, Times New Roman, Times, serif;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fuelux-mctheme",
33
"title": "Marketing Cloud Theme",
4-
"version": "1.15.6",
4+
"version": "1.15.7",
55
"description": "Salesforce Marketing Cloud styles",
66
"homepage": "https://github.com/ExactTarget/fuelux-mctheme",
77
"author": {

0 commit comments

Comments
 (0)