Skip to content

Commit

Permalink
Release version 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmyth committed Jun 21, 2016
1 parent 374b505 commit 6186de5
Show file tree
Hide file tree
Showing 9 changed files with 1,016 additions and 1,880 deletions.
688 changes: 239 additions & 449 deletions dist/hexagon-dark/hexagon.core.css

Large diffs are not rendered by default.

718 changes: 251 additions & 467 deletions dist/hexagon-dark/hexagon.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/hexagon-dark/hexagon.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

----------------------------------------------------

Version: 1.3.2
Version: 1.3.3
Theme: hexagon-dark
Modules:
set
Expand Down Expand Up @@ -5773,7 +5773,7 @@ Preferences = (function(superClass) {
extend(Preferences, superClass);

function Preferences() {
var defaultLocaleId, guessedMomentTimezone, modal, ref, setupModal;
var defaultLocaleId, guessedMomentTimezone, modal, ref, ref1, setupModal;
Preferences.__super__.constructor.apply(this, arguments);
setupModal = (function(_this) {
return function(element) {
Expand Down Expand Up @@ -5842,12 +5842,12 @@ Preferences = (function(superClass) {
preferences: {},
modal: modal
};
defaultLocaleId = (typeof moment !== "undefined" && moment !== null ? moment.locale() : void 0) || navigator.language;
defaultLocaleId = (typeof moment !== "undefined" && moment !== null ? moment.locale() : void 0) || ((ref = navigator.languages) != null ? ref[0] : void 0) || navigator.language;
if (!(hx.isString(defaultLocaleId) && lookupLocale(defaultLocaleId))) {
defaultLocaleId = 'en';
}
this.locale(defaultLocaleId);
guessedMomentTimezone = typeof moment !== "undefined" && moment !== null ? (ref = moment.tz) != null ? ref.guess() : void 0 : void 0;
guessedMomentTimezone = typeof moment !== "undefined" && moment !== null ? (ref1 = moment.tz) != null ? ref1.guess() : void 0 : void 0;
if (guessedMomentTimezone != null) {
this.supportedTimezones(moment.tz.names());
this.timezoneOffsetLookup(function(timezone, datestamp) {
Expand Down
32 changes: 13 additions & 19 deletions dist/hexagon-dark/hexagon.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
----------------------------------------------------
Version: 1.3.2
Version: 1.3.3
Theme: hexagon-dark
Modules:
set
Expand Down Expand Up @@ -619,28 +619,22 @@ hr {
min-width: 250px; }

.hx-small {
-webkit-flex-basis: 21%;
-ms-flex-preferred-size: 21%;
flex-basis: 21%;
-webkit-flex-basis: calc(25% - (2 * 0.3em));
-ms-flex-preferred-size: calc(25% - (2 * 0.3em));
flex-basis: calc(25% - (2 * 0.3em)); }
-ms-flex-preferred-size: 21%;
flex-basis: 21%;
-ms-flex-preferred-size: calc(25% - (2 * 0.3em));
flex-basis: calc(25% - (2 * 0.3em)); }

.hx-medium {
-webkit-flex-basis: 40%;
-ms-flex-preferred-size: 40%;
flex-basis: 40%;
-webkit-flex-basis: calc(50% - (2 * 0.3em));
-ms-flex-preferred-size: calc(50% - (2 * 0.3em));
flex-basis: calc(50% - (2 * 0.3em)); }
-ms-flex-preferred-size: 40%;
flex-basis: 40%;
-ms-flex-preferred-size: calc(50% - (2 * 0.3em));
flex-basis: calc(50% - (2 * 0.3em)); }

.hx-large {
-webkit-flex-basis: 90%;
-ms-flex-preferred-size: 90%;
flex-basis: 90%;
-webkit-flex-basis: calc(100% - (2 * 0.3em));
-ms-flex-preferred-size: calc(100% - (2 * 0.3em));
flex-basis: calc(100% - (2 * 0.3em)); }
-ms-flex-preferred-size: 90%;
flex-basis: 90%;
-ms-flex-preferred-size: calc(100% - (2 * 0.3em));
flex-basis: calc(100% - (2 * 0.3em)); }

@media (max-width: 1300px) {
.hx-content {
Expand Down

0 comments on commit 6186de5

Please sign in to comment.