diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-collapse/a11y-collapse.js b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-collapse/a11y-collapse.js
index 55e7f6a43c4..0847064d5b3 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-collapse/a11y-collapse.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-collapse/a11y-collapse.js
@@ -6,40 +6,40 @@ define(["exports", "../../lit-element/lit-element.js", "../../@polymer/paper-ico
});
_exports.A11yCollapse = void 0;
- function _templateObject4_87b257b022d211eaa0764d1a500fd781() {
+ function _templateObject4_42b1a860243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n
\n "]);
- _templateObject4_87b257b022d211eaa0764d1a500fd781 = function _templateObject4_87b257b022d211eaa0764d1a500fd781() {
+ _templateObject4_42b1a860243411ea86f395335a802507 = function _templateObject4_42b1a860243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_87b257b022d211eaa0764d1a500fd781() {
+ function _templateObject3_42b1a860243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", " \n "]);
- _templateObject3_87b257b022d211eaa0764d1a500fd781 = function _templateObject3_87b257b022d211eaa0764d1a500fd781() {
+ _templateObject3_42b1a860243411ea86f395335a802507 = function _templateObject3_42b1a860243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_87b257b022d211eaa0764d1a500fd781() {
+ function _templateObject2_42b1a860243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n margin: var(--a11y-collapse-margin, 15px 0);\n border: var(--a11y-collapse-border, 1px solid);\n transition: all 0.5s;\n }\n :host(:not(:first-of-type)) {\n border-top: var(\n --a11y-collapse-border-between,\n var(--a11y-collapse-border, 1px solid)\n );\n }\n :host([disabled]) {\n opacity: 0.5;\n }\n *[aria-controls=\"content\"][disabled] {\n cursor: not-allowed;\n }\n #heading {\n display: flex;\n justify-content: stretch;\n align-items: center;\n padding: 0\n var(\n --a11y-collapse-padding-right,\n var(--a11y-collapse-horizontal-padding, 16px)\n )\n 0\n var(\n --a11y-collapse-padding-left,\n var(--a11y-collapse-horizontal-padding, 16px)\n );\n font-weight: var(--a11y-collapse-heading-font-weight, bold);\n margin: var(--a11y-collapse-margin, unset);\n color: var(--a11y-collapse-heading-color, unset);\n background-color: var(\n --a11y-collapse-heading-background-color,\n unset\n );\n }\n #text {\n flex-grow: 1;\n }\n #expand {\n transition: transform 0.5s;\n padding: (--a11y-collapse-icon-padding, unset);\n }\n #expand[rotated] {\n transform: rotate(-90deg);\n }\n #content {\n max-height: 0;\n overflow: hidden;\n padding: 0\n var(\n --a11y-collapse-padding-right,\n var(--a11y-collapse-horizontal-padding, 16px)\n )\n 0\n var(\n --a11y-collapse-padding-left,\n var(--a11y-collapse-horizontal-padding, 16px)\n );\n border-top: 0px solid rgba(255, 255, 255, 0);\n transition: all 0.5s ease-in-out;\n }\n :host #content-inner {\n overflow: hidden;\n }\n :host([expanded]) #content {\n max-height: unset;\n overflow: hidden;\n padding: var(\n --a11y-collapse-padding-top,\n var(--a11y-collapse-vertical-padding, 16px)\n )\n var(\n --a11y-collapse-padding-right,\n var(--a11y-collapse-horizontal-padding, 16px)\n )\n var(\n --a11y-collapse-padding-bottom,\n var(--a11y-collapse-vertical-padding, 16px)\n )\n var(\n --a11y-collapse-padding-left,\n var(--a11y-collapse-horizontal-padding, 16px)\n );\n border-top: var(--a11y-collapse-border, 1px solid);\n }\n :host([expanded]) #content-inner {\n overflow: unset;\n }\n "]);
- _templateObject2_87b257b022d211eaa0764d1a500fd781 = function _templateObject2_87b257b022d211eaa0764d1a500fd781() {
+ _templateObject2_42b1a860243411ea86f395335a802507 = function _templateObject2_42b1a860243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_87b257b022d211eaa0764d1a500fd781() {
+ function _templateObject_42b1a860243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n \n "]);
- _templateObject_87b257b022d211eaa0764d1a500fd781 = function _templateObject_87b257b022d211eaa0764d1a500fd781() {
+ _templateObject_42b1a860243411ea86f395335a802507 = function _templateObject_42b1a860243411ea86f395335a802507() {
return data;
};
@@ -82,12 +82,12 @@ define(["exports", "../../lit-element/lit-element.js", "../../@polymer/paper-ico
babelHelpers.createClass(A11yCollapse, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_87b257b022d211eaa0764d1a500fd781(), this.accordion ? this._makeAccordionButton() : this._makeIconButton(), this.expanded ? "false" : "true");
+ return (0, _litElement.html)(_templateObject_42b1a860243411ea86f395335a802507(), this.accordion ? this._makeAccordionButton() : this._makeIconButton(), this.expanded ? "false" : "true");
}
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_87b257b022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_42b1a860243411ea86f395335a802507())];
}
}, {
key: "tag",
@@ -336,7 +336,7 @@ define(["exports", "../../lit-element/lit-element.js", "../../@polymer/paper-ico
}, {
key: "_makeAccordionButton",
value: function _makeAccordionButton() {
- return (0, _litElement.html)(_templateObject3_87b257b022d211eaa0764d1a500fd781(), this.expanded ? "true" : "false", this._onClick, this.disabled, this._getExpanded(this.label, this.labelExpanded, this.expanded), !this.expanded && this.iconExpanded === null, this._getExpanded(this.icon, this.iconExpanded, this.expanded), this._getExpanded(this.tooltip, this.tooltipExpanded, this.expanded));
+ return (0, _litElement.html)(_templateObject3_42b1a860243411ea86f395335a802507(), this.expanded ? "true" : "false", this._onClick, this.disabled, this._getExpanded(this.label, this.labelExpanded, this.expanded), !this.expanded && this.iconExpanded === null, this._getExpanded(this.icon, this.iconExpanded, this.expanded), this._getExpanded(this.tooltip, this.tooltipExpanded, this.expanded));
}
/**
* renders collapse item where only icon is a clickable button
@@ -346,7 +346,7 @@ define(["exports", "../../lit-element/lit-element.js", "../../@polymer/paper-ico
}, {
key: "_makeIconButton",
value: function _makeIconButton() {
- return (0, _litElement.html)(_templateObject4_87b257b022d211eaa0764d1a500fd781(), this._onClick, this.disabled, !this.expanded && this.iconExpanded === null, this._getExpanded(this.label, this.labelExpanded, this.expanded), this._getExpanded(this.icon, this.iconExpanded, this.expanded), this.expanded ? "true" : "false", this._getExpanded(this.tooltip, this.tooltipExpanded, this.expanded));
+ return (0, _litElement.html)(_templateObject4_42b1a860243411ea86f395335a802507(), this._onClick, this.disabled, !this.expanded && this.iconExpanded === null, this._getExpanded(this.label, this.labelExpanded, this.expanded), this._getExpanded(this.icon, this.iconExpanded, this.expanded), this.expanded ? "true" : "false", this._getExpanded(this.tooltip, this.tooltipExpanded, this.expanded));
}
/**
* Handle click
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-collapse/lib/a11y-collapse-group.js b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-collapse/lib/a11y-collapse-group.js
index a2d914a8ce5..37ab8c5e2ff 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-collapse/lib/a11y-collapse-group.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-collapse/lib/a11y-collapse-group.js
@@ -10,20 +10,20 @@ define(["exports", "../../../lit-element/lit-element.js", "../a11y-collapse.js"]
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_8fc5e89022d211eaa0764d1a500fd781() {
+ function _templateObject2_4a963a00243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n margin: var(--a11y-collapse-group-margin, 15px 0);\n --a11y-collapse-margin: 15px;\n }\n #heading {\n font-weight: bold;\n }\n .wrapper {\n border-radius: 0;\n --a11y-collapse-margin: 0;\n --a11y-collapse-border-between: none;\n }\n "]);
- _templateObject2_8fc5e89022d211eaa0764d1a500fd781 = function _templateObject2_8fc5e89022d211eaa0764d1a500fd781() {
+ _templateObject2_4a963a00243411ea86f395335a802507 = function _templateObject2_4a963a00243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8fc5e89022d211eaa0764d1a500fd781() {
+ function _templateObject_4a963a00243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n
\n "]);
- _templateObject_8fc5e89022d211eaa0764d1a500fd781 = function _templateObject_8fc5e89022d211eaa0764d1a500fd781() {
+ _templateObject_4a963a00243411ea86f395335a802507 = function _templateObject_4a963a00243411ea86f395335a802507() {
return data;
};
@@ -56,12 +56,12 @@ define(["exports", "../../../lit-element/lit-element.js", "../a11y-collapse.js"]
babelHelpers.createClass(A11yCollapseGroup, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_8fc5e89022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_4a963a00243411ea86f395335a802507());
}
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_8fc5e89022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4a963a00243411ea86f395335a802507())];
}
}]);
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-gif-player/a11y-gif-player.js b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-gif-player/a11y-gif-player.js
index e72ef280a36..b0eaba3d12a 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-gif-player/a11y-gif-player.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-gif-player/a11y-gif-player.js
@@ -11,40 +11,40 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject4_6d30c25022d211eaa0764d1a500fd781() {
+ function _templateObject4_266f5030243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline-flex;\n }\n *[hidden] {\n display: none;\n }\n button {\n padding: 0;\n display: flex;\n align-items: stretch;\n position: relative;\n width: auto;\n border: var(--a11y-gif-player-border, none);\n border-radius: var(--a11y-gif-player-border-radius, 0);\n }\n button:active,\n button:focus,\n button:hover {\n border: var(--a11y-gif-player-focus-border, none);\n cursor: var(--a11y-gif-player-cursor, pointer);\n outline: var(--a11y-gif-player-outline, 3px solid);\n }\n button[disabled] {\n cursor: var(--a11y-gif-player-disabled-cursor, not-allowed);\n }\n button > * {\n width: 100%;\n min-width: 100%;\n min-height: 100%;\n flex: 1 1 100%;\n }\n div {\n display: flex;\n align-items: center;\n flex-direction: column;\n position: absolute;\n }\n svg {\n flex: 1 1 100%;\n width: var(--a11y-gif-player-arrow-size, 30%);\n height: var(--a11y-gif-player-arrow-size, 30%);\n }\n g {\n opacity: var(--a11y-gif-player-arrow-opacity, 0.5);\n }\n button:not([disabled]):active g,\n button:not([disabled]):hover g,\n button:not([disabled]):focus g {\n opacity: var(--a11y-gif-player-button-focus-opacity, 0.7);\n }\n polygon {\n fill: var(--a11y-gif-player-button-color, #000000);\n stroke: var(--a11y-gif-player-arrow-border-color, #ffffff);\n stroke-width: var(--a11y-gif-player-arrow-border-width, 15px);\n }\n text {\n fill: var(--a11y-gif-player-button-text-color, #ffffff);\n }\n img {\n position: absolute;\n }\n button[aria-pressed=\"true\"] svg,\n button[aria-pressed=\"true\"] img {\n opacity: 0;\n }\n button[data-no-image] .button-bg {\n background-color: var(--a11y-gif-player-button-bg, #cccccc);\n }\n button[aria-pressed=\"true\"][data-no-image] .button-bg {\n background-color: transparent;\n }\n paper-tooltip {\n --paper-tooltip-background: #000000;\n --paper-tooltip-opacity: 1;\n --paper-tooltip-text-color: #ffffff;\n --paper-tooltip-delay-in: 0;\n }\n "]);
- _templateObject4_6d30c25022d211eaa0764d1a500fd781 = function _templateObject4_6d30c25022d211eaa0764d1a500fd781() {
+ _templateObject4_266f5030243411ea86f395335a802507 = function _templateObject4_266f5030243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_6d30c25022d211eaa0764d1a500fd781() {
+ function _templateObject3_266f5030243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral([""]);
- _templateObject3_6d30c25022d211eaa0764d1a500fd781 = function _templateObject3_6d30c25022d211eaa0764d1a500fd781() {
+ _templateObject3_266f5030243411ea86f395335a802507 = function _templateObject3_266f5030243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_6d30c25022d211eaa0764d1a500fd781() {
+ function _templateObject2_266f5030243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_6d30c25022d211eaa0764d1a500fd781 = function _templateObject2_6d30c25022d211eaa0764d1a500fd781() {
+ _templateObject2_266f5030243411ea86f395335a802507 = function _templateObject2_266f5030243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_6d30c25022d211eaa0764d1a500fd781() {
+ function _templateObject_266f5030243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n ", "\n \n \n\n \n ", "\n \n "]);
- _templateObject_6d30c25022d211eaa0764d1a500fd781 = function _templateObject_6d30c25022d211eaa0764d1a500fd781() {
+ _templateObject_266f5030243411ea86f395335a802507 = function _templateObject_266f5030243411ea86f395335a802507() {
return data;
};
@@ -113,7 +113,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
babelHelpers.createClass(A11yGifPlayer, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_6d30c25022d211eaa0764d1a500fd781(), this.__playing ? "true" : "false", this.toggle, this.noImage, this.disabled || !this.src, this.src, !this.src, !this.noImage ? (0, _litElement.html)(_templateObject2_6d30c25022d211eaa0764d1a500fd781(), this.alt, this.srcWithoutAnimation) : (0, _litElement.html)(_templateObject3_6d30c25022d211eaa0764d1a500fd781()), this.__playing && this.tooltipPlaying ? this.tooltipPlaying : this.tooltip);
+ return (0, _litElement.html)(_templateObject_266f5030243411ea86f395335a802507(), this.__playing ? "true" : "false", this.toggle, this.noImage, this.disabled || !this.src, this.src, !this.src, !this.noImage ? (0, _litElement.html)(_templateObject2_266f5030243411ea86f395335a802507(), this.alt, this.srcWithoutAnimation) : (0, _litElement.html)(_templateObject3_266f5030243411ea86f395335a802507()), this.__playing && this.tooltipPlaying ? this.tooltipPlaying : this.tooltip);
}
/**
* Convention
@@ -189,7 +189,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject4_6d30c25022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject4_266f5030243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/a11y-media-player.js b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/a11y-media-player.js
index 4b5b30b08fa..c0ef5d23e0f 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/a11y-media-player.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/a11y-media-player.js
@@ -12,10 +12,10 @@ define(["exports", "meta", "require", "../../@polymer/polymer/polymer-element.js
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_722e399022d211eaa0764d1a500fd781() {
+ function _templateObject_2c092e80243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_722e399022d211eaa0764d1a500fd781 = function _templateObject_722e399022d211eaa0764d1a500fd781() {
+ _templateObject_2c092e80243411ea86f395335a802507 = function _templateObject_2c092e80243411ea86f395335a802507() {
return data;
};
@@ -149,7 +149,7 @@ define(["exports", "meta", "require", "../../@polymer/polymer/polymer-element.js
key: "template",
// render function
get: function get() {
- return (0, _polymerElement.html)(_templateObject_722e399022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_2c092e80243411ea86f395335a802507());
} // properties available to the custom element for data binding
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-button.js b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-button.js
index a08ffcf9db3..ec7f1ef48ce 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-button.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-button.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "./a11y-media
});
_exports.A11yMediaButton = void 0;
- function _templateObject_8fd15a4022d211eaa0764d1a500fd781() {
+ function _templateObject_4aa7ed40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n [[label]] \n "]);
- _templateObject_8fd15a4022d211eaa0764d1a500fd781 = function _templateObject_8fd15a4022d211eaa0764d1a500fd781() {
+ _templateObject_4aa7ed40243411ea86f395335a802507 = function _templateObject_4aa7ed40243411ea86f395335a802507() {
return data;
};
@@ -146,7 +146,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "./a11y-media
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8fd15a4022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4aa7ed40243411ea86f395335a802507());
}
}]);
return A11yMediaButton;
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-controls.js b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-controls.js
index 3276dce340d..790a0915c51 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-controls.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-controls.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "./a11y-media
});
_exports.A11yMediaControls = void 0;
- function _templateObject_8fd63c4022d211eaa0764d1a500fd781() {
+ function _templateObject_4ab09fd0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n
\n
\n
\n
\n
\n \n \n
\n \n
\n \n
\n \n
\n
\n \n
\n \n
\n \n \n \n
\n \n \n \n \n \n
\n [[_getLocal('captions','label')]]\n
\n
\n
\n [[_getLocal('captions','off')]] \n \n {{option.text}} \n \n \n
\n
\n \n \n \n
\n [[_getLocal('transcript','label')]]\n
\n
\n
\n \n \n \n
\n [[_getLocal('loop','label')]]\n
\n
\n
\n \n \n \n
\n [[_getLocal('speed','label')]]\n
\n
\n
\n \n \n \n
\n [[_getLocal('settings','label')]]\n \n
\n "]);
- _templateObject_8fd63c4022d211eaa0764d1a500fd781 = function _templateObject_8fd63c4022d211eaa0764d1a500fd781() {
+ _templateObject_4ab09fd0243411ea86f395335a802507 = function _templateObject_4ab09fd0243411ea86f395335a802507() {
return data;
};
@@ -354,7 +354,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "./a11y-media
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8fd63c4022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4ab09fd0243411ea86f395335a802507());
}
}]);
return A11yMediaControls;
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-html5.js b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-html5.js
index e45aa3836f4..776162ca101 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-html5.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-html5.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "./a11y-media
});
_exports.A11yMediaHtml5 = void 0;
- function _templateObject_8fdb455022d211eaa0764d1a500fd781() {
+ function _templateObject_4ab55ac0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n HTML5 video not supported\n \n \n HTML5 audio not supported\n \n "]);
- _templateObject_8fdb455022d211eaa0764d1a500fd781 = function _templateObject_8fdb455022d211eaa0764d1a500fd781() {
+ _templateObject_4ab55ac0243411ea86f395335a802507 = function _templateObject_4ab55ac0243411ea86f395335a802507() {
return data;
};
@@ -339,7 +339,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "./a11y-media
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8fdb455022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4ab55ac0243411ea86f395335a802507());
}
}]);
return A11yMediaHtml5;
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-play-button.js b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-play-button.js
index 488dd4d55c1..bcca91587f1 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-play-button.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-play-button.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "./a11y-media
});
_exports.A11yMediaPlayButton = void 0;
- function _templateObject_8fddb65022d211eaa0764d1a500fd781() {
+ function _templateObject_4ab8dd30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n [[playPause.label]]\n \n \n \n \n "]);
- _templateObject_8fddb65022d211eaa0764d1a500fd781 = function _templateObject_8fddb65022d211eaa0764d1a500fd781() {
+ _templateObject_4ab8dd30243411ea86f395335a802507 = function _templateObject_4ab8dd30243411ea86f395335a802507() {
return data;
};
@@ -117,7 +117,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "./a11y-media
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8fddb65022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4ab8dd30243411ea86f395335a802507());
}
}]);
return A11yMediaPlayButton;
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-transcript-controls.js b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-transcript-controls.js
index 24f1bb28e98..34886b09ca9 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-transcript-controls.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-transcript-controls.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "./a11y-media
});
_exports.A11yMediaTranscriptControls = void 0;
- function _templateObject_8fe3f7e022d211eaa0764d1a500fd781() {
+ function _templateObject_4abfbb00243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject_8fe3f7e022d211eaa0764d1a500fd781 = function _templateObject_8fe3f7e022d211eaa0764d1a500fd781() {
+ _templateObject_4abfbb00243411ea86f395335a802507 = function _templateObject_4abfbb00243411ea86f395335a802507() {
return data;
};
@@ -103,7 +103,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "./a11y-media
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8fe3f7e022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4abfbb00243411ea86f395335a802507());
}
}]);
return A11yMediaTranscriptControls;
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-transcript-cue.js b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-transcript-cue.js
index 7df6a1c36f3..90ef8f65136 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-transcript-cue.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-transcript-cue.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "./a11y-media
});
_exports.A11yMediaTranscriptCue = void 0;
- function _templateObject_8fe68ff022d211eaa0764d1a500fd781() {
+ function _templateObject_4ac31660243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n [[cue.start]] - [[cue.end]] \n \n \n [[cue.text]]\n \n \n "]);
- _templateObject_8fe68ff022d211eaa0764d1a500fd781 = function _templateObject_8fe68ff022d211eaa0764d1a500fd781() {
+ _templateObject_4ac31660243411ea86f395335a802507 = function _templateObject_4ac31660243411ea86f395335a802507() {
return data;
};
@@ -180,7 +180,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "./a11y-media
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8fe68ff022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4ac31660243411ea86f395335a802507());
}
}]);
return A11yMediaTranscriptCue;
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-transcript.js b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-transcript.js
index badb8002561..319b24fb50b 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-transcript.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-media-player/lib/a11y-media-transcript.js
@@ -6,30 +6,30 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "./a11y-media
});
_exports.A11yMediaTranscript = void 0;
- function _templateObject3_8fed94d022d211eaa0764d1a500fd781() {
+ function _templateObject3_4ac97f00243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n [[_getLocal('transcript','skip')]]\n \n \n [[status]]\n
\n \n \n \n \n \n \n [[cue.start]] - [[cue.end]]: [[cue.text]]\n \n
\n \n
\n "]);
- _templateObject3_8fed94d022d211eaa0764d1a500fd781 = function _templateObject3_8fed94d022d211eaa0764d1a500fd781() {
+ _templateObject3_4ac97f00243411ea86f395335a802507 = function _templateObject3_4ac97f00243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_8fed94d022d211eaa0764d1a500fd781() {
+ function _templateObject2_4ac97f00243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n Transcript \n "]);
- _templateObject2_8fed94d022d211eaa0764d1a500fd781 = function _templateObject2_8fed94d022d211eaa0764d1a500fd781() {
+ _templateObject2_4ac97f00243411ea86f395335a802507 = function _templateObject2_4ac97f00243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8fed94d022d211eaa0764d1a500fd781() {
+ function _templateObject_4ac97f00243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_8fed94d022d211eaa0764d1a500fd781 = function _templateObject_8fed94d022d211eaa0764d1a500fd781() {
+ _templateObject_4ac97f00243411ea86f395335a802507 = function _templateObject_4ac97f00243411ea86f395335a802507() {
return data;
};
@@ -127,8 +127,8 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "./a11y-media
value: function print(mediaTitle) {
var root = this,
track = root.shadowRoot.querySelector("#track[active]").cloneNode(true),
- css = (0, _polymerElement.html)(_templateObject_8fed94d022d211eaa0764d1a500fd781()),
- h1 = (0, _polymerElement.html)(_templateObject2_8fed94d022d211eaa0764d1a500fd781());
+ css = (0, _polymerElement.html)(_templateObject_4ac97f00243411ea86f395335a802507()),
+ h1 = (0, _polymerElement.html)(_templateObject2_4ac97f00243411ea86f395335a802507());
if (mediaTitle !== undefined) h1.innerHTML = mediaTitle;
if (track !== null & track !== undefined) {
@@ -391,7 +391,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "./a11y-media
}, {
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject3_8fed94d022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject3_4ac97f00243411ea86f395335a802507());
}
}]);
return A11yMediaTranscript;
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-tabs/a11y-tabs.js b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-tabs/a11y-tabs.js
index 0465367f878..107f158b29f 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-tabs/a11y-tabs.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-tabs/a11y-tabs.js
@@ -10,30 +10,30 @@ define(["exports", "../../lit-element/lit-element.js", "../responsive-utility/re
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject3_87c36eb022d211eaa0764d1a500fd781() {
+ function _templateObject3_42c668e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n --a11y-tabs-border-radius: 2px;\n --a11y-tabs-justify-tabs: flex-start;\n --ally-tabs-wrap: unset;\n --a11y-tabs-background: white;\n --a11y-tabs-border-color: #ddd;\n --a11y-tabs-color: #222;\n --a11y-tabs-focus-color: #000;\n --a11y-tabs-faded-background: #eee;\n --a11y-tabs-content-padding: 16px;\n --a11y-tabs-button-padding: 0.7em 0.57em;\n --a11y-tabs-vertical-button-padding: unset;\n --a11y-tabs-horizontal-border-radius: unset;\n --a11y-tabs-vertical-border-radius: unset;\n --a11y-tabs-horizontal-button-padding: 2px 5px;\n height: var(--a11y-tabs-height);\n overflow: var(--a11y-tabs-overflow);\n }\n :host([vertical]) {\n border: 1px solid var(--a11y-tabs-border-color);\n border-radius: var(\n --a11y-tabs-vertical-border-radius,\n var(--a11y-tabs-border-radius)\n );\n display: flex;\n justify-content: space-between;\n align-items: stretch;\n }\n :host([hidden]) {\n display: none;\n }\n :host #tabs {\n align-items: stretch;\n flex-wrap: var(--ally-tabs-wrap, unset);\n margin: 0;\n display: flex;\n list-style: none;\n padding: 0;\n }\n :host([vertical]) #tabs {\n background-color: var(--a11y-tabs-border-color);\n justify-content: var(\n --a11y-tabs-vertical-justify-tabs,\n var(--a11y-tabs-justify-tabs, flex-start)\n );\n flex-wrap: var(\n --ally-tabs-vertical-wrap,\n var(--ally-tabs-wrap, unset)\n );\n border-left: none;\n flex: 0 1 auto;\n flex-direction: column;\n }\n :host(:not([vertical])) #tabs {\n justify-content: var(\n --a11y-tabs-horizontal-justify-tabs,\n var(--a11y-tabs-justify-tabs, flex-start)\n );\n }\n :host #tabs .flag-type {\n position: absolute;\n left: -99999px;\n height: 0;\n overflow: hidden;\n }\n :host #content {\n padding: var(--a11y-tabs-content-padding);\n background-color: var(--a11y-tabs-background);\n border: 1px solid var(--a11y-tabs-border-color);\n }\n :host([vertical]) #content {\n flex: 1 0 auto;\n border: none;\n }\n :host(:not([vertical])) #content {\n border-radius: var(\n --a11y-tabs-horizontal-border-radius,\n var(--a11y-tabs-border-radius)\n );\n margin-top: -1px;\n }\n :host #tabs paper-button {\n margin: 0;\n text-transform: unset;\n color: var(--a11y-tabs-color);\n background-color: var(--a11y-tabs-faded-background);\n border: 1px solid var(--a11y-tabs-border-color);\n padding: var(--a11y-tabs-button-padding, 0.7em 0.57em);\n }\n :host([vertical]) #tabs paper-button {\n border-top: none;\n border-left: none;\n border-radius: 0;\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: var(\n --a11y-tabs-vertical-button-padding,\n var(--a11y-tabs-button-padding)\n );\n }\n :host(:not([vertical])) #tabs paper-button {\n width: 100%;\n border-bottom: none;\n border-radius: var(\n --a11y-tabs-horizontal-border-radius,\n var(--a11y-tabs-border-radius)\n )\n var(\n --a11y-tabs-horizontal-border-radius,\n var(--a11y-tabs-border-radius)\n )\n 0 0;\n padding: var(\n --a11y-tabs-horizontal-button-padding,\n var(--a11y-tabs-button-padding)\n );\n }\n :host(:not([vertical])) #tabs li:not(:first-of-type) paper-button {\n border-left: none;\n }\n :host #tabs paper-button:active,\n :host #tabs paper-button:focus,\n :host #tabs paper-button:hover {\n color: var(--a11y-tabs-focus-color);\n background-color: var(--a11y-tabs-faded-background);\n }\n :host #tabs paper-button[disabled] {\n color: var(--a11y-tabs-focus-color);\n background-color: var(--a11y-tabs-background);\n }\n :host([vertical]) #tabs paper-button[disabled] {\n border-right-color: var(--a11y-tabs-background);\n }\n :host(:not([vertical])) #tabs paper-button[disabled] {\n border-bottom: 1px solid var(--a11y-tabs-background);\n }\n :host #tabs span.label,\n :host #tabs .flag-icon {\n margin-right: 8px;\n }\n :host #tabs.icons-only paper-button {\n justify-content: center;\n }\n :host #tabs.icons-only span.label {\n display: none;\n }\n :host #tabs:not(.icons-only) paper-tooltip {\n display: none;\n }\n "]);
- _templateObject3_87c36eb022d211eaa0764d1a500fd781 = function _templateObject3_87c36eb022d211eaa0764d1a500fd781() {
+ _templateObject3_42c668e0243411ea86f395335a802507 = function _templateObject3_42c668e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_87c36eb022d211eaa0764d1a500fd781() {
+ function _templateObject2_42c668e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n ", " \n \n ", "\n \n \n \n \n ", " \n \n "]);
- _templateObject2_87c36eb022d211eaa0764d1a500fd781 = function _templateObject2_87c36eb022d211eaa0764d1a500fd781() {
+ _templateObject2_42c668e0243411ea86f395335a802507 = function _templateObject2_42c668e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_87c36eb022d211eaa0764d1a500fd781() {
+ function _templateObject_42c668e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n
\n "]);
- _templateObject_87c36eb022d211eaa0764d1a500fd781 = function _templateObject_87c36eb022d211eaa0764d1a500fd781() {
+ _templateObject_42c668e0243411ea86f395335a802507 = function _templateObject_42c668e0243411ea86f395335a802507() {
return data;
};
@@ -68,8 +68,8 @@ define(["exports", "../../lit-element/lit-element.js", "../responsive-utility/re
value: function render() {
var _this2 = this;
- return (0, _litElement.html)(_templateObject_87c36eb022d211eaa0764d1a500fd781(), this._showIcons(this.__hasIcons, this.iconBreakpoint, this.layoutBreakpoint, this.responsiveSize), this.__items.map(function (tab) {
- return (0, _litElement.html)(_templateObject2_87c36eb022d211eaa0764d1a500fd781(), tab.id, tab.id, function (e) {
+ return (0, _litElement.html)(_templateObject_42c668e0243411ea86f395335a802507(), this._showIcons(this.__hasIcons, this.iconBreakpoint, this.layoutBreakpoint, this.responsiveSize), this.__items.map(function (tab) {
+ return (0, _litElement.html)(_templateObject2_42c668e0243411ea86f395335a802507(), tab.id, tab.id, function (e) {
return _this2._handleTab("".concat(tab.id));
}, tab.id === _this2.activeTab, tab.flag, !tab.flagIcon, tab.flagIcon, tab.label, !tab.flag, tab.flag, !tab.icon, tab.icon, tab.id, tab.label);
}));
@@ -79,7 +79,7 @@ define(["exports", "../../lit-element/lit-element.js", "../responsive-utility/re
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject3_87c36eb022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject3_42c668e0243411ea86f395335a802507())];
}
}, {
key: "haxProperties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-tabs/lib/a11y-tab.js b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-tabs/lib/a11y-tab.js
index d64d6b25091..b2358363489 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/a11y-tabs/lib/a11y-tab.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/a11y-tabs/lib/a11y-tab.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/iro
});
_exports.A11yTab = void 0;
- function _templateObject2_8ff7a6f022d211eaa0764d1a500fd781() {
+ function _templateObject2_4ad517c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n height: var(--a11y-tabs-tab-height, --a11y-tabs-height);\n overflow: var(--a11y-tabs-tab-overflow, --a11y-tabs-overflow);\n }\n :host([hidden]) {\n display: none;\n }\n .sr-only {\n position: absolute;\n left: -99999px;\n height: 0;\n overflow: hidden;\n }\n "]);
- _templateObject2_8ff7a6f022d211eaa0764d1a500fd781 = function _templateObject2_8ff7a6f022d211eaa0764d1a500fd781() {
+ _templateObject2_4ad517c0243411ea86f395335a802507 = function _templateObject2_4ad517c0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8ff7a6f022d211eaa0764d1a500fd781() {
+ function _templateObject_4ad517c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n Tab ", " \n \n End of tab ", ". Back to\n tabs . \n "]);
- _templateObject_8ff7a6f022d211eaa0764d1a500fd781 = function _templateObject_8ff7a6f022d211eaa0764d1a500fd781() {
+ _templateObject_4ad517c0243411ea86f395335a802507 = function _templateObject_4ad517c0243411ea86f395335a802507() {
return data;
};
@@ -52,13 +52,13 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/iro
babelHelpers.createClass(A11yTab, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_8ff7a6f022d211eaa0764d1a500fd781(), this.__xOfY, this.__xOfY, this.__toTop);
+ return (0, _litElement.html)(_templateObject_4ad517c0243411ea86f395335a802507(), this.__xOfY, this.__xOfY, this.__toTop);
} // properties available to the custom element for data binding
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_8ff7a6f022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4ad517c0243411ea86f395335a802507())];
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/absolute-position-behavior/absolute-position-behavior.js b/build/es5-amd/node_modules/@lrnwebcomponents/absolute-position-behavior/absolute-position-behavior.js
index c9df5b88200..b3d532b7c59 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/absolute-position-behavior/absolute-position-behavior.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/absolute-position-behavior/absolute-position-behavior.js
@@ -10,20 +10,20 @@ define(["exports", "../../lit-element/lit-element.js", "./lib/absolute-position-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_867a4ce022d211eaa0764d1a500fd781() {
+ function _templateObject2_413bf850243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline-block;\n }\n\n :host([hidden]) {\n display: none;\n }\n "]);
- _templateObject2_867a4ce022d211eaa0764d1a500fd781 = function _templateObject2_867a4ce022d211eaa0764d1a500fd781() {
+ _templateObject2_413bf850243411ea86f395335a802507 = function _templateObject2_413bf850243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_867a4ce022d211eaa0764d1a500fd781() {
+ function _templateObject_413bf850243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_867a4ce022d211eaa0764d1a500fd781 = function _templateObject_867a4ce022d211eaa0764d1a500fd781() {
+ _templateObject_413bf850243411ea86f395335a802507 = function _templateObject_413bf850243411ea86f395335a802507() {
return data;
};
@@ -49,14 +49,14 @@ define(["exports", "../../lit-element/lit-element.js", "./lib/absolute-position-
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_867a4ce022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_413bf850243411ea86f395335a802507());
} // properties available to the custom element for data binding
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject2_867a4ce022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_413bf850243411ea86f395335a802507())];
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/accent-card/accent-card.js b/build/es5-amd/node_modules/@lrnwebcomponents/accent-card/accent-card.js
index 0c0a3dbc5b9..911db407017 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/accent-card/accent-card.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/accent-card/accent-card.js
@@ -10,20 +10,20 @@ define(["exports", "../../lit-element/lit-element.js", "../simple-colors/simple-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_6c541df022d211eaa0764d1a500fd781() {
+ function _templateObject2_25592540243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n border-radius: 2px;\n margin: 0 0 15px;\n box-shadow: var(\n --accent-card-box-shadow,\n 0 2px 2px 0 rgba(0, 0, 0, 0.14),\n 0 1px 5px 0 rgba(0, 0, 0, 0.12),\n 0 3px 1px -2px rgba(0, 0, 0, 0.2)\n );\n color: var(\n --accent-card-color,\n var(--simple-colors-default-theme-grey-9, #222)\n );\n background-color: var(\n --accent-card-background-color,\n var(--simple-colors-default-theme-grey-1, #fff)\n );\n --accent-card-image-width: 30%;\n --accent-card-image-height: 10%;\n --accent-card-border-color: var(\n --simple-colors-default-theme-accent-6,\n #ddd\n );\n --accent-card-heading-color: var(\n --simple-colors-default-theme-accent-7,\n #000\n );\n --accent-card-footer-border-color: var(\n --simple-colors-default-theme-grey-3,\n #ddd\n );\n }\n :host([dark]) {\n color: var(\n --accent-card-color,\n var(--simple-colors-default-theme-grey-12, #fff)\n );\n --accent-card-border-color: var(\n --simple-colors-default-theme-accent-7,\n #fff\n );\n --accent-card-footer-border-color: var(\n --simple-colors-default-theme-grey-6,\n #666\n );\n }\n :host([accent-background]) {\n background-color: var(\n --accent-card-background-color,\n var(--simple-colors-default-theme-accent-1, #fff)\n );\n --accent-card-footer-border-color: var(--accent-card-border-color);\n }\n :host section {\n width: 100%;\n box-sizing: border-box;\n }\n :host([horizontal]) section {\n display: flex;\n justify-content: space-between;\n align-items: stretch;\n }\n :host([flat]) {\n box-shadow: none;\n }\n :host([flat]:not([accent-background])) {\n border: 1px solid var(--accent-card-footer-border-color);\n }\n :host(:not([horizontal]):not([no-border])) section {\n border-top: 4px solid var(--accent-card-border-color);\n }\n :host([horizontal]:not([no-border])) section {\n border-left: 4px solid var(--accent-card-border-color);\n }\n :host .image-outer {\n box-sizing: border-box;\n position: relative;\n overflow: visible;\n }\n :host([horizontal]) .image-outer {\n height: auto;\n width: var(--accent-card-image-width);\n }\n :host(:not([horizontal])) .image-outer {\n height: auto;\n width: 100%;\n }\n :host .image {\n height: 100%;\n width: 100%;\n background-size: cover;\n background-position-x: var(--accent-card-image-x, center);\n background-position-y: var(--accent-card-image-y, center);\n }\n :host([image-align=\"left\"]) .image {\n background-position-x: left;\n }\n :host([image-align=\"center\"]) .image {\n background-position-x: center;\n }\n :host([image-align=\"right\"]) .image {\n background-position-x: right;\n }\n :host([image-valign=\"top\"]) .image {\n background-position-y: top;\n }\n :host([image-valign=\"center\"]) .image {\n background-position-y: center;\n }\n :host([image-valign=\"bottom\"]) .image {\n background-position-y: bottom;\n }\n :host(:not([horizontal])) .image {\n height: 0;\n padding-top: var(--accent-card-image-height);\n }\n :host .body {\n flex-grow: 1;\n overflow: visible;\n }\n :host #heading {\n padding-top: var(--accent-card-padding, 20px);\n padding-left: var(--accent-card-padding, 20px);\n padding-right: var(--accent-card-padding, 20px);\n padding-bottom: 0;\n margin: 0;\n }\n :host([accent-heading][accent-color]) #heading {\n color: var(--accent-card-heading-color);\n }\n :host #subheading {\n font-size: 90%;\n font-style: italic;\n padding-left: var(--accent-card-padding, 20px);\n padding-right: var(--accent-card-padding, 20px);\n }\n :host #content {\n font-size: 100%;\n padding: var(--accent-card-padding, 20px);\n }\n :host #content:not(:last-child) {\n border-bottom: 1px solid var(--accent-card-footer-border-color);\n }\n :host #footer {\n padding-left: var(--accent-card-padding, 20px);\n padding-right: var(--accent-card-padding, 20px);\n }\n "]);
- _templateObject2_6c541df022d211eaa0764d1a500fd781 = function _templateObject2_6c541df022d211eaa0764d1a500fd781() {
+ _templateObject2_25592540243411ea86f395335a802507 = function _templateObject2_25592540243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_6c541df022d211eaa0764d1a500fd781() {
+ function _templateObject_25592540243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_6c541df022d211eaa0764d1a500fd781 = function _templateObject_6c541df022d211eaa0764d1a500fd781() {
+ _templateObject_25592540243411ea86f395335a802507 = function _templateObject_25592540243411ea86f395335a802507() {
return data;
};
@@ -69,7 +69,7 @@ define(["exports", "../../lit-element/lit-element.js", "../simple-colors/simple-
babelHelpers.createClass(AccentCard, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_6c541df022d211eaa0764d1a500fd781(), !this.imageSrc, this.imageSrc ? "background-image: url(".concat(this.imageSrc, ");") : "display: none;");
+ return (0, _litElement.html)(_templateObject_25592540243411ea86f395335a802507(), !this.imageSrc, this.imageSrc ? "background-image: url(".concat(this.imageSrc, ");") : "display: none;");
} // haxProperty definition
}], [{
@@ -86,7 +86,7 @@ define(["exports", "../../lit-element/lit-element.js", "../simple-colors/simple-
}, {
key: "styles",
get: function get() {
- return [babelHelpers.get(babelHelpers.getPrototypeOf(AccentCard), "styles", this), (0, _litElement.css)(_templateObject2_6c541df022d211eaa0764d1a500fd781())];
+ return [babelHelpers.get(babelHelpers.getPrototypeOf(AccentCard), "styles", this), (0, _litElement.css)(_templateObject2_25592540243411ea86f395335a802507())];
}
}, {
key: "haxProperties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/aframe-player/aframe-player.js b/build/es5-amd/node_modules/@lrnwebcomponents/aframe-player/aframe-player.js
index bf18a2e8abb..ccbcefe8969 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/aframe-player/aframe-player.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/aframe-player/aframe-player.js
@@ -10,20 +10,20 @@ define(["exports", "../../lit-element/lit-element.js", "../schema-behaviors/sche
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_6c8abe5022d211eaa0764d1a500fd781() {
+ function _templateObject2_25a12ac0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n position: relative;\n }\n .a-hidden {\n display: hidden;\n }\n "]);
- _templateObject2_6c8abe5022d211eaa0764d1a500fd781 = function _templateObject2_6c8abe5022d211eaa0764d1a500fd781() {
+ _templateObject2_25a12ac0243411ea86f395335a802507 = function _templateObject2_25a12ac0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_6c8abe5022d211eaa0764d1a500fd781() {
+ function _templateObject_25a12ac0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n "]);
- _templateObject_6c8abe5022d211eaa0764d1a500fd781 = function _templateObject_6c8abe5022d211eaa0764d1a500fd781() {
+ _templateObject_25a12ac0243411ea86f395335a802507 = function _templateObject_25a12ac0243411ea86f395335a802507() {
return data;
};
@@ -44,7 +44,7 @@ define(["exports", "../../lit-element/lit-element.js", "../schema-behaviors/sche
babelHelpers.createClass(AframePlayer, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_6c8abe5022d211eaa0764d1a500fd781(), this.ar, this.height, this.width, this.skyColor);
+ return (0, _litElement.html)(_templateObject_25a12ac0243411ea86f395335a802507(), this.ar, this.height, this.width, this.skyColor);
}
}], [{
key: "styles",
@@ -53,7 +53,7 @@ define(["exports", "../../lit-element/lit-element.js", "../schema-behaviors/sche
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_6c8abe5022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_25a12ac0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/agency-theme/agency-theme.js b/build/es5-amd/node_modules/@lrnwebcomponents/agency-theme/agency-theme.js
index 9e1002be743..c6c14bdb86b 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/agency-theme/agency-theme.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/agency-theme/agency-theme.js
@@ -11,20 +11,20 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_6cb354f022d211eaa0764d1a500fd781() {
+ function _templateObject2_25cf8dc0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n\n :host([hidden]) {\n display: none;\n }\n "]);
- _templateObject2_6cb354f022d211eaa0764d1a500fd781 = function _templateObject2_6cb354f022d211eaa0764d1a500fd781() {
+ _templateObject2_25cf8dc0243411ea86f395335a802507 = function _templateObject2_25cf8dc0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_6cb354f022d211eaa0764d1a500fd781() {
+ function _templateObject_25cf8dc0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_6cb354f022d211eaa0764d1a500fd781 = function _templateObject_6cb354f022d211eaa0764d1a500fd781() {
+ _templateObject_25cf8dc0243411ea86f395335a802507 = function _templateObject_25cf8dc0243411ea86f395335a802507() {
return data;
};
@@ -44,14 +44,14 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_6cb354f022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_25cf8dc0243411ea86f395335a802507());
} // properties available to the custom element for data binding
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject2_6cb354f022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_25cf8dc0243411ea86f395335a802507())];
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/agency-theme/lib/agency-theme-band.js b/build/es5-amd/node_modules/@lrnwebcomponents/agency-theme/lib/agency-theme-band.js
index c08fa75b4e7..790858c91bf 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/agency-theme/lib/agency-theme-band.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/agency-theme/lib/agency-theme-band.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
});
_exports.AgencyThemeBand = void 0;
- function _templateObject2_9000327022d211eaa0764d1a500fd781() {
+ function _templateObject2_4ade6690243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n --agency-theme-band-bg-color: #333a4a;\n --agency-theme-band-slice-height: 3.5vw;\n --agency-theme-band-content-max-width: 900px;\n --agency-theme-band-content-padding: 1em;\n display: block;\n margin-top: calc(var(--agency-theme-band-slice-height) * -1);\n }\n\n :host([hidden]) {\n display: none;\n }\n #wrapper {\n margin: var(--agency-theme-band-slice-height) 0;\n position: relative;\n }\n #slice {\n width: 100%;\n height: var(--agency-theme-band-slice-height);\n margin-bottom: -1px;\n }\n #slice svg {\n width: 100%;\n height: 100%;\n }\n #inner {\n background-image: linear-gradient(\n to bottom,\n #333a4a,\n rgba(46, 49, 65, 0.8)\n );\n }\n #inner-wrapper {\n max-width: var(--agency-theme-band-content-max-width);\n padding: var(--agency-theme-band-content-padding);\n margin: auto;\n }\n "]);
- _templateObject2_9000327022d211eaa0764d1a500fd781 = function _templateObject2_9000327022d211eaa0764d1a500fd781() {
+ _templateObject2_4ade6690243411ea86f395335a802507 = function _templateObject2_4ade6690243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9000327022d211eaa0764d1a500fd781() {
+ function _templateObject_4ade6690243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_9000327022d211eaa0764d1a500fd781 = function _templateObject_9000327022d211eaa0764d1a500fd781() {
+ _templateObject_4ade6690243411ea86f395335a802507 = function _templateObject_4ade6690243411ea86f395335a802507() {
return data;
};
@@ -45,7 +45,7 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_9000327022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_4ade6690243411ea86f395335a802507());
}
}], [{
key: "styles",
@@ -54,7 +54,7 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_9000327022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4ade6690243411ea86f395335a802507())];
}
/**
* Store the tag name to make it easier to obtain directly.
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/agency-theme/lib/agency-theme-spotlight.js b/build/es5-amd/node_modules/@lrnwebcomponents/agency-theme/lib/agency-theme-spotlight.js
index 49a6b947702..fddac63fb9e 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/agency-theme/lib/agency-theme-spotlight.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/agency-theme/lib/agency-theme-spotlight.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
});
_exports.AgencyThemeSpotlight = void 0;
- function _templateObject2_90016af022d211eaa0764d1a500fd781() {
+ function _templateObject2_4ae01440243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n --agency-theme-spotlight-image-height: 10em;\n --agency-theme-spotlight-content-padding: 3vw;\n --agency-theme-spotlight-content-color: white;\n display: block;\n color: white;\n }\n\n :host([hidden]) {\n display: none;\n }\n\n .inner {\n display: flex;\n flex-wrap: wrap;\n }\n\n .image {\n display: flex;\n width: 100%;\n flex: 0 1 auto;\n justify-content: center;\n }\n\n .image img {\n border-radius: 100%;\n object-fit: cover;\n width: var(--agency-theme-spotlight-image-height);\n height: var(--agency-theme-spotlight-image-height);\n }\n\n @media screen and (min-width: 500px) {\n .inner {\n flex-wrap: nowrap;\n }\n .image {\n width: auto;\n }\n .image + .content {\n margin-left: var(--agency-theme-spotlight-content-padding);\n }\n }\n\n .content {\n width: 100%;\n flex: 1 1 auto;\n -ms-flex: 2;\n }\n .title {\n border-bottom: 1px solid rgba(0, 0, 0, 0.2);\n margin-bottom: 1em;\n }\n "]);
- _templateObject2_90016af022d211eaa0764d1a500fd781 = function _templateObject2_90016af022d211eaa0764d1a500fd781() {
+ _templateObject2_4ae01440243411ea86f395335a802507 = function _templateObject2_4ae01440243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_90016af022d211eaa0764d1a500fd781() {
+ function _templateObject_4ae01440243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n
\n
\n
\n
\n
\n "]);
- _templateObject_90016af022d211eaa0764d1a500fd781 = function _templateObject_90016af022d211eaa0764d1a500fd781() {
+ _templateObject_4ae01440243411ea86f395335a802507 = function _templateObject_4ae01440243411ea86f395335a802507() {
return data;
};
@@ -45,7 +45,7 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_90016af022d211eaa0764d1a500fd781(), this.image);
+ return (0, _litElement.html)(_templateObject_4ae01440243411ea86f395335a802507(), this.image);
}
}], [{
key: "styles",
@@ -54,7 +54,7 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_90016af022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4ae01440243411ea86f395335a802507())];
}
/**
* Store the tag name to make it easier to obtain directly.
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/app-datepicker/app-datepicker.es6.js b/build/es5-amd/node_modules/@lrnwebcomponents/app-datepicker/app-datepicker.es6.js
index ea49fa36a32..ec97d4602a7 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/app-datepicker/app-datepicker.es6.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/app-datepicker/app-datepicker.es6.js
@@ -7,10 +7,10 @@ define(["exports", "./node_modules/@polymer/polymer/polymer-legacy.js", "./node_
_exports.AppDatepicker = void 0;
async = babelHelpers.interopRequireWildcard(async);
- function _templateObject_68c5ee2022d211eaa0764d1a500fd781() {
+ function _templateObject_217f9490243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n
\n \n [[_showSelectedYear]]\n
\n \n
[[_shortSelectedDate]]
\n
\n \n\n
\n \n
\n
\n
\n [[_activeMonthYear]]\n
\n
\n
\n\n
\n\n
\n
\n \n [[item.date]]\n
\n \n
\n\n
\n \n \n
\n
\n\n \n \n \n \n [[item.year]]\n
\n \n \n \n \n
\n "], ["\n \n\n \n
\n \n [[_showSelectedYear]]\n
\n \n
[[_shortSelectedDate]]
\n
\n \n\n
\n \n
\n
\n
\n [[_activeMonthYear]]\n
\n
\n
\n\n
\n\n
\n
\n \n [[item.date]]\n
\n \n
\n\n
\n \n \n
\n
\n\n \n \n \n \n [[item.year]]\n
\n \n \n \n \n
\n "]);
- _templateObject_68c5ee2022d211eaa0764d1a500fd781 = function _templateObject_68c5ee2022d211eaa0764d1a500fd781() {
+ _templateObject_217f9490243411ea86f395335a802507 = function _templateObject_217f9490243411ea86f395335a802507() {
return data;
};
@@ -18,7 +18,7 @@ define(["exports", "./node_modules/@polymer/polymer/polymer-legacy.js", "./node_
}
var AppDatepicker = (0, _polymerLegacy.Polymer)({
- _template: (0, _polymerLegacy.html)(_templateObject_68c5ee2022d211eaa0764d1a500fd781()),
+ _template: (0, _polymerLegacy.html)(_templateObject_217f9490243411ea86f395335a802507()),
is: "app-datepicker",
behaviors: [_neonAnimationRunnerBehavior.NeonAnimationRunnerBehavior],
properties: {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/app-datepicker/app-datepicker.js b/build/es5-amd/node_modules/@lrnwebcomponents/app-datepicker/app-datepicker.js
index 2a79daf08bb..923f3b78962 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/app-datepicker/app-datepicker.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/app-datepicker/app-datepicker.js
@@ -7,10 +7,10 @@ define(["exports", "../../@polymer/polymer/polymer-legacy.js", "../../@polymer/p
_exports.AppDatepicker = void 0;
async = babelHelpers.interopRequireWildcard(async);
- function _templateObject_69103d9022d211eaa0764d1a500fd781() {
+ function _templateObject_21dc3380243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n
\n \n [[_showSelectedYear]]\n
\n \n
[[_shortSelectedDate]]
\n
\n \n\n
\n \n
\n
\n
\n [[_activeMonthYear]]\n
\n
\n
\n\n
\n\n
\n
\n \n [[item.date]]\n
\n \n
\n\n
\n \n \n
\n
\n\n \n \n \n \n [[item.year]]\n
\n \n \n \n \n
\n "], ["\n \n\n \n
\n \n [[_showSelectedYear]]\n
\n \n
[[_shortSelectedDate]]
\n
\n \n\n
\n \n
\n
\n
\n [[_activeMonthYear]]\n
\n
\n
\n\n
\n\n
\n
\n \n [[item.date]]\n
\n \n
\n\n
\n \n \n
\n
\n\n \n \n \n \n [[item.year]]\n
\n \n \n \n \n
\n "]);
- _templateObject_69103d9022d211eaa0764d1a500fd781 = function _templateObject_69103d9022d211eaa0764d1a500fd781() {
+ _templateObject_21dc3380243411ea86f395335a802507 = function _templateObject_21dc3380243411ea86f395335a802507() {
return data;
};
@@ -109,7 +109,7 @@ define(["exports", "../../@polymer/polymer/polymer-legacy.js", "../../@polymer/p
* @demo demo/index.html
*/
var AppDatepicker = (0, _polymerLegacy.Polymer)({
- _template: (0, _polymerLegacy.html)(_templateObject_69103d9022d211eaa0764d1a500fd781()),
+ _template: (0, _polymerLegacy.html)(_templateObject_21dc3380243411ea86f395335a802507()),
is: "app-datepicker",
behaviors: [_neonAnimationRunnerBehavior.NeonAnimationRunnerBehavior],
properties: {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/app-editor-hax/app-editor-hax.js b/build/es5-amd/node_modules/@lrnwebcomponents/app-editor-hax/app-editor-hax.js
index 5aa195ae73e..fbe2039019e 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/app-editor-hax/app-editor-hax.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/app-editor-hax/app-editor-hax.js
@@ -6,20 +6,20 @@ define(["exports", "../../lit-element/lit-element.js", "../h-a-x/h-a-x.js"], fun
});
_exports.AppEditorHax = void 0;
- function _templateObject2_6d9e9f5022d211eaa0764d1a500fd781() {
+ function _templateObject2_26dcdf10243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n font-size: 16px;\n box-sizing: content-box;\n }\n "]);
- _templateObject2_6d9e9f5022d211eaa0764d1a500fd781 = function _templateObject2_6d9e9f5022d211eaa0764d1a500fd781() {
+ _templateObject2_26dcdf10243411ea86f395335a802507 = function _templateObject2_26dcdf10243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_6d9e9f5022d211eaa0764d1a500fd781() {
+ function _templateObject_26dcdf10243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_6d9e9f5022d211eaa0764d1a500fd781 = function _templateObject_6d9e9f5022d211eaa0764d1a500fd781() {
+ _templateObject_26dcdf10243411ea86f395335a802507 = function _templateObject_26dcdf10243411ea86f395335a802507() {
return data;
};
@@ -54,7 +54,7 @@ define(["exports", "../../lit-element/lit-element.js", "../h-a-x/h-a-x.js"], fun
babelHelpers.createClass(AppEditorHax, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_6d9e9f5022d211eaa0764d1a500fd781(), this.appStoreConnection);
+ return (0, _litElement.html)(_templateObject_26dcdf10243411ea86f395335a802507(), this.appStoreConnection);
}
}, {
key: "save",
@@ -97,7 +97,7 @@ define(["exports", "../../lit-element/lit-element.js", "../h-a-x/h-a-x.js"], fun
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_6d9e9f5022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_26dcdf10243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/awesome-explosion/awesome-explosion.js b/build/es5-amd/node_modules/@lrnwebcomponents/awesome-explosion/awesome-explosion.js
index 9c12cda2b89..b8c6dad37bd 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/awesome-explosion/awesome-explosion.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/awesome-explosion/awesome-explosion.js
@@ -7,20 +7,20 @@ define(["exports", "meta", "../../lit-element/lit-element.js"], function (_expor
_exports.AwesomeExplosion = void 0;
meta = babelHelpers.interopRequireWildcard(meta);
- function _templateObject2_6dcdc5a022d211eaa0764d1a500fd781() {
+ function _templateObject2_27238500243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_6dcdc5a022d211eaa0764d1a500fd781 = function _templateObject2_6dcdc5a022d211eaa0764d1a500fd781() {
+ _templateObject2_27238500243411ea86f395335a802507 = function _templateObject2_27238500243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_6dcdc5a022d211eaa0764d1a500fd781() {
+ function _templateObject_27238500243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline-block;\n }\n :host([size=\"tiny\"]) #image {\n width: 80px;\n height: 80px;\n }\n :host([size=\"small\"]) #image {\n width: 160px;\n height: 160px;\n }\n :host([size=\"medium\"]) #image {\n width: 240px;\n height: 240px;\n }\n :host([size=\"large\"]) #image {\n width: 320px;\n height: 320px;\n }\n :host([size=\"epic\"]) #image {\n width: 720px;\n height: 720px;\n }\n\n :host([color=\"red\"]) #image {\n filter: sepia() saturate(10000%) hue-rotate(30deg);\n }\n :host([color=\"purple\"]) #image {\n filter: sepia() saturate(10000%) hue-rotate(290deg);\n }\n :host([color=\"blue\"]) #image {\n filter: sepia() saturate(10000%) hue-rotate(210deg);\n }\n :host([color=\"orange\"]) #image {\n filter: sepia() saturate(10000%) hue-rotate(320deg);\n }\n :host([color=\"yellow\"]) #image {\n filter: sepia() saturate(10000%) hue-rotate(70deg);\n }\n #image {\n width: 240px;\n height: 240px;\n }\n "]);
- _templateObject_6dcdc5a022d211eaa0764d1a500fd781 = function _templateObject_6dcdc5a022d211eaa0764d1a500fd781() {
+ _templateObject_27238500243411ea86f395335a802507 = function _templateObject_27238500243411ea86f395335a802507() {
return data;
};
@@ -51,7 +51,7 @@ define(["exports", "meta", "../../lit-element/lit-element.js"], function (_expor
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_6dcdc5a022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_27238500243411ea86f395335a802507())];
}
}]);
@@ -82,7 +82,7 @@ define(["exports", "meta", "../../lit-element/lit-element.js"], function (_expor
babelHelpers.createClass(AwesomeExplosion, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_6dcdc5a022d211eaa0764d1a500fd781(), this.image);
+ return (0, _litElement.html)(_templateObject2_27238500243411ea86f395335a802507(), this.image);
}
}, {
key: "updated",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/beaker-broker/beaker-broker.js b/build/es5-amd/node_modules/@lrnwebcomponents/beaker-broker/beaker-broker.js
index dee4f11103d..df8497424c4 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/beaker-broker/beaker-broker.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/beaker-broker/beaker-broker.js
@@ -10,10 +10,10 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_7384eff022d211eaa0764d1a500fd781() {
+ function _templateObject_2d525050243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject_7384eff022d211eaa0764d1a500fd781 = function _templateObject_7384eff022d211eaa0764d1a500fd781() {
+ _templateObject_2d525050243411ea86f395335a802507 = function _templateObject_2d525050243411ea86f395335a802507() {
return data;
};
@@ -40,7 +40,7 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_7384eff022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_2d525050243411ea86f395335a802507());
} // haxProperty definition
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/chartist-render/chartist-render.js b/build/es5-amd/node_modules/@lrnwebcomponents/chartist-render/chartist-render.js
index 195038d23b5..a980f41a16a 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/chartist-render/chartist-render.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/chartist-render/chartist-render.js
@@ -11,150 +11,150 @@ define(["exports", "meta", "../../lit-element/lit-element.js", "../schema-behavi
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject15_7b9e4d3022d211eaa0764d1a500fd781() {
+ function _templateObject15_36680ef0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n .ct-label {\n fill: rgba(0, 0, 0, 0.4);\n color: rgba(0, 0, 0, 0.4);\n font-size: 0.75rem;\n line-height: 1;\n }\n\n .ct-chart-line .ct-label,\n .ct-chart-bar .ct-label {\n display: block;\n display: -webkit-box;\n display: -moz-box;\n display: -ms-flexbox;\n display: -webkit-flex;\n display: flex;\n }\n\n .ct-chart-pie .ct-label,\n .ct-chart-donut .ct-label {\n dominant-baseline: central;\n }\n\n .ct-label.ct-horizontal.ct-start {\n -webkit-box-align: flex-end;\n -webkit-align-items: flex-end;\n -ms-flex-align: flex-end;\n align-items: flex-end;\n -webkit-box-pack: flex-start;\n -webkit-justify-content: flex-start;\n -ms-flex-pack: flex-start;\n justify-content: flex-start;\n text-align: left;\n text-anchor: start;\n }\n\n .ct-label.ct-horizontal.ct-end {\n -webkit-box-align: flex-start;\n -webkit-align-items: flex-start;\n -ms-flex-align: flex-start;\n align-items: flex-start;\n -webkit-box-pack: flex-start;\n -webkit-justify-content: flex-start;\n -ms-flex-pack: flex-start;\n justify-content: flex-start;\n text-align: left;\n text-anchor: start;\n }\n\n .ct-label.ct-vertical.ct-start {\n -webkit-box-align: flex-end;\n -webkit-align-items: flex-end;\n -ms-flex-align: flex-end;\n align-items: flex-end;\n -webkit-box-pack: flex-end;\n -webkit-justify-content: flex-end;\n -ms-flex-pack: flex-end;\n justify-content: flex-end;\n text-align: right;\n text-anchor: end;\n }\n\n .ct-label.ct-vertical.ct-end {\n -webkit-box-align: flex-end;\n -webkit-align-items: flex-end;\n -ms-flex-align: flex-end;\n align-items: flex-end;\n -webkit-box-pack: flex-start;\n -webkit-justify-content: flex-start;\n -ms-flex-pack: flex-start;\n justify-content: flex-start;\n text-align: left;\n text-anchor: start;\n }\n\n .ct-chart-bar .ct-label.ct-horizontal.ct-start {\n -webkit-box-align: flex-end;\n -webkit-align-items: flex-end;\n -ms-flex-align: flex-end;\n align-items: flex-end;\n -webkit-box-pack: center;\n -webkit-justify-content: center;\n -ms-flex-pack: center;\n justify-content: center;\n text-align: center;\n text-anchor: start;\n }\n\n .ct-chart-bar .ct-label.ct-horizontal.ct-end {\n -webkit-box-align: flex-start;\n -webkit-align-items: flex-start;\n -ms-flex-align: flex-start;\n align-items: flex-start;\n -webkit-box-pack: center;\n -webkit-justify-content: center;\n -ms-flex-pack: center;\n justify-content: center;\n text-align: center;\n text-anchor: start;\n }\n\n .ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {\n -webkit-box-align: flex-end;\n -webkit-align-items: flex-end;\n -ms-flex-align: flex-end;\n align-items: flex-end;\n -webkit-box-pack: flex-start;\n -webkit-justify-content: flex-start;\n -ms-flex-pack: flex-start;\n justify-content: flex-start;\n text-align: left;\n text-anchor: start;\n }\n\n .ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {\n -webkit-box-align: flex-start;\n -webkit-align-items: flex-start;\n -ms-flex-align: flex-start;\n align-items: flex-start;\n -webkit-box-pack: flex-start;\n -webkit-justify-content: flex-start;\n -ms-flex-pack: flex-start;\n justify-content: flex-start;\n text-align: left;\n text-anchor: start;\n }\n\n .ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {\n -webkit-box-align: center;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-pack: flex-end;\n -webkit-justify-content: flex-end;\n -ms-flex-pack: flex-end;\n justify-content: flex-end;\n text-align: right;\n text-anchor: end;\n }\n\n .ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {\n -webkit-box-align: center;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-pack: flex-start;\n -webkit-justify-content: flex-start;\n -ms-flex-pack: flex-start;\n justify-content: flex-start;\n text-align: left;\n text-anchor: end;\n }\n\n .ct-grid {\n stroke: rgba(0, 0, 0, 0.2);\n stroke-width: 1px;\n stroke-dasharray: 2px;\n }\n\n .ct-grid-background {\n fill: none;\n }\n\n .ct-point {\n stroke-width: 10px;\n stroke-linecap: round;\n }\n\n .ct-line {\n fill: none;\n stroke-width: 4px;\n }\n\n .ct-area {\n stroke: none;\n fill-opacity: 0.1;\n }\n\n .ct-bar {\n fill: none;\n stroke-width: 10px;\n }\n\n .ct-slice-donut {\n fill: none;\n stroke-width: 60px;\n }\n\n .ct-series-a .ct-point,\n .ct-series-a .ct-line,\n .ct-series-a .ct-bar,\n .ct-series-a .ct-slice-donut {\n stroke: #d70206;\n }\n\n .ct-series-a .ct-slice-pie,\n .ct-series-a .ct-slice-donut-solid,\n .ct-series-a .ct-area {\n fill: #d70206;\n }\n\n .ct-series-b .ct-point,\n .ct-series-b .ct-line,\n .ct-series-b .ct-bar,\n .ct-series-b .ct-slice-donut {\n stroke: #f05b4f;\n }\n\n .ct-series-b .ct-slice-pie,\n .ct-series-b .ct-slice-donut-solid,\n .ct-series-b .ct-area {\n fill: #f05b4f;\n }\n\n .ct-series-c .ct-point,\n .ct-series-c .ct-line,\n .ct-series-c .ct-bar,\n .ct-series-c .ct-slice-donut {\n stroke: #f4c63d;\n }\n\n .ct-series-c .ct-slice-pie,\n .ct-series-c .ct-slice-donut-solid,\n .ct-series-c .ct-area {\n fill: #f4c63d;\n }\n\n .ct-series-d .ct-point,\n .ct-series-d .ct-line,\n .ct-series-d .ct-bar,\n .ct-series-d .ct-slice-donut {\n stroke: #d17905;\n }\n\n .ct-series-d .ct-slice-pie,\n .ct-series-d .ct-slice-donut-solid,\n .ct-series-d .ct-area {\n fill: #d17905;\n }\n\n .ct-series-e .ct-point,\n .ct-series-e .ct-line,\n .ct-series-e .ct-bar,\n .ct-series-e .ct-slice-donut {\n stroke: #453d3f;\n }\n\n .ct-series-e .ct-slice-pie,\n .ct-series-e .ct-slice-donut-solid,\n .ct-series-e .ct-area {\n fill: #453d3f;\n }\n\n .ct-series-f .ct-point,\n .ct-series-f .ct-line,\n .ct-series-f .ct-bar,\n .ct-series-f .ct-slice-donut {\n stroke: #59922b;\n }\n\n .ct-series-f .ct-slice-pie,\n .ct-series-f .ct-slice-donut-solid,\n .ct-series-f .ct-area {\n fill: #59922b;\n }\n\n .ct-series-g .ct-point,\n .ct-series-g .ct-line,\n .ct-series-g .ct-bar,\n .ct-series-g .ct-slice-donut {\n stroke: #0544d3;\n }\n\n .ct-series-g .ct-slice-pie,\n .ct-series-g .ct-slice-donut-solid,\n .ct-series-g .ct-area {\n fill: #0544d3;\n }\n\n .ct-series-h .ct-point,\n .ct-series-h .ct-line,\n .ct-series-h .ct-bar,\n .ct-series-h .ct-slice-donut {\n stroke: #6b0392;\n }\n\n .ct-series-h .ct-slice-pie,\n .ct-series-h .ct-slice-donut-solid,\n .ct-series-h .ct-area {\n fill: #6b0392;\n }\n\n .ct-series-i .ct-point,\n .ct-series-i .ct-line,\n .ct-series-i .ct-bar,\n .ct-series-i .ct-slice-donut {\n stroke: #f05b4f;\n }\n\n .ct-series-i .ct-slice-pie,\n .ct-series-i .ct-slice-donut-solid,\n .ct-series-i .ct-area {\n fill: #f05b4f;\n }\n\n .ct-series-j .ct-point,\n .ct-series-j .ct-line,\n .ct-series-j .ct-bar,\n .ct-series-j .ct-slice-donut {\n stroke: #dda458;\n }\n\n .ct-series-j .ct-slice-pie,\n .ct-series-j .ct-slice-donut-solid,\n .ct-series-j .ct-area {\n fill: #dda458;\n }\n\n .ct-series-k .ct-point,\n .ct-series-k .ct-line,\n .ct-series-k .ct-bar,\n .ct-series-k .ct-slice-donut {\n stroke: #eacf7d;\n }\n\n .ct-series-k .ct-slice-pie,\n .ct-series-k .ct-slice-donut-solid,\n .ct-series-k .ct-area {\n fill: #eacf7d;\n }\n\n .ct-series-l .ct-point,\n .ct-series-l .ct-line,\n .ct-series-l .ct-bar,\n .ct-series-l .ct-slice-donut {\n stroke: #86797d;\n }\n\n .ct-series-l .ct-slice-pie,\n .ct-series-l .ct-slice-donut-solid,\n .ct-series-l .ct-area {\n fill: #86797d;\n }\n\n .ct-series-m .ct-point,\n .ct-series-m .ct-line,\n .ct-series-m .ct-bar,\n .ct-series-m .ct-slice-donut {\n stroke: #b2c326;\n }\n\n .ct-series-m .ct-slice-pie,\n .ct-series-m .ct-slice-donut-solid,\n .ct-series-m .ct-area {\n fill: #b2c326;\n }\n\n .ct-series-n .ct-point,\n .ct-series-n .ct-line,\n .ct-series-n .ct-bar,\n .ct-series-n .ct-slice-donut {\n stroke: #6188e2;\n }\n\n .ct-series-n .ct-slice-pie,\n .ct-series-n .ct-slice-donut-solid,\n .ct-series-n .ct-area {\n fill: #6188e2;\n }\n\n .ct-series-o .ct-point,\n .ct-series-o .ct-line,\n .ct-series-o .ct-bar,\n .ct-series-o .ct-slice-donut {\n stroke: #a748ca;\n }\n\n .ct-series-o .ct-slice-pie,\n .ct-series-o .ct-slice-donut-solid,\n .ct-series-o .ct-area {\n fill: #a748ca;\n }\n\n .ct-square {\n display: block;\n position: relative;\n width: 100%;\n }\n .ct-square:before {\n display: block;\n float: left;\n content: \"\";\n width: 0;\n height: 0;\n padding-bottom: 100%;\n }\n .ct-square:after {\n content: \"\";\n display: table;\n clear: both;\n }\n .ct-square > svg {\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n }\n\n .ct-minor-second {\n display: block;\n position: relative;\n width: 100%;\n }\n .ct-minor-second:before {\n display: block;\n float: left;\n content: \"\";\n width: 0;\n height: 0;\n padding-bottom: 93.75%;\n }\n .ct-minor-second:after {\n content: \"\";\n display: table;\n clear: both;\n }\n .ct-minor-second > svg {\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n }\n\n .ct-major-second {\n display: block;\n position: relative;\n width: 100%;\n }\n .ct-major-second:before {\n display: block;\n float: left;\n content: \"\";\n width: 0;\n height: 0;\n padding-bottom: 88.88889%;\n }\n .ct-major-second:after {\n content: \"\";\n display: table;\n clear: both;\n }\n .ct-major-second > svg {\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n }\n\n .ct-minor-third {\n display: block;\n position: relative;\n width: 100%;\n }\n .ct-minor-third:before {\n display: block;\n float: left;\n content: \"\";\n width: 0;\n height: 0;\n padding-bottom: 83.33333%;\n }\n .ct-minor-third:after {\n content: \"\";\n display: table;\n clear: both;\n }\n .ct-minor-third > svg {\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n }\n\n .ct-major-third {\n display: block;\n position: relative;\n width: 100%;\n }\n .ct-major-third:before {\n display: block;\n float: left;\n content: \"\";\n width: 0;\n height: 0;\n padding-bottom: 80%;\n }\n .ct-major-third:after {\n content: \"\";\n display: table;\n clear: both;\n }\n .ct-major-third > svg {\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n }\n\n .ct-perfect-fourth {\n display: block;\n position: relative;\n width: 100%;\n }\n .ct-perfect-fourth:before {\n display: block;\n float: left;\n content: \"\";\n width: 0;\n height: 0;\n padding-bottom: 75%;\n }\n .ct-perfect-fourth:after {\n content: \"\";\n display: table;\n clear: both;\n }\n .ct-perfect-fourth > svg {\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n }\n\n .ct-perfect-fifth {\n display: block;\n position: relative;\n width: 100%;\n }\n .ct-perfect-fifth:before {\n display: block;\n float: left;\n content: \"\";\n width: 0;\n height: 0;\n padding-bottom: 66.66667%;\n }\n .ct-perfect-fifth:after {\n content: \"\";\n display: table;\n clear: both;\n }\n .ct-perfect-fifth > svg {\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n }\n\n .ct-minor-sixth {\n display: block;\n position: relative;\n width: 100%;\n }\n .ct-minor-sixth:before {\n display: block;\n float: left;\n content: \"\";\n width: 0;\n height: 0;\n padding-bottom: 62.5%;\n }\n .ct-minor-sixth:after {\n content: \"\";\n display: table;\n clear: both;\n }\n .ct-minor-sixth > svg {\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n }\n\n .ct-golden-section {\n display: block;\n position: relative;\n width: 100%;\n }\n .ct-golden-section:before {\n display: block;\n float: left;\n content: \"\";\n width: 0;\n height: 0;\n padding-bottom: 61.8047%;\n }\n .ct-golden-section:after {\n content: \"\";\n display: table;\n clear: both;\n }\n .ct-golden-section > svg {\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n }\n\n .ct-major-sixth {\n display: block;\n position: relative;\n width: 100%;\n }\n .ct-major-sixth:before {\n display: block;\n float: left;\n content: \"\";\n width: 0;\n height: 0;\n padding-bottom: 60%;\n }\n .ct-major-sixth:after {\n content: \"\";\n display: table;\n clear: both;\n }\n .ct-major-sixth > svg {\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n }\n\n .ct-minor-seventh {\n display: block;\n position: relative;\n width: 100%;\n }\n .ct-minor-seventh:before {\n display: block;\n float: left;\n content: \"\";\n width: 0;\n height: 0;\n padding-bottom: 56.25%;\n }\n .ct-minor-seventh:after {\n content: \"\";\n display: table;\n clear: both;\n }\n .ct-minor-seventh > svg {\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n }\n\n .ct-major-seventh {\n display: block;\n position: relative;\n width: 100%;\n }\n .ct-major-seventh:before {\n display: block;\n float: left;\n content: \"\";\n width: 0;\n height: 0;\n padding-bottom: 53.33333%;\n }\n .ct-major-seventh:after {\n content: \"\";\n display: table;\n clear: both;\n }\n .ct-major-seventh > svg {\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n }\n\n .ct-octave {\n display: block;\n position: relative;\n width: 100%;\n }\n .ct-octave:before {\n display: block;\n float: left;\n content: \"\";\n width: 0;\n height: 0;\n padding-bottom: 50%;\n }\n .ct-octave:after {\n content: \"\";\n display: table;\n clear: both;\n }\n .ct-octave > svg {\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n }\n\n .ct-major-tenth {\n display: block;\n position: relative;\n width: 100%;\n }\n .ct-major-tenth:before {\n display: block;\n float: left;\n content: \"\";\n width: 0;\n height: 0;\n padding-bottom: 40%;\n }\n .ct-major-tenth:after {\n content: \"\";\n display: table;\n clear: both;\n }\n .ct-major-tenth > svg {\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n }\n\n .ct-major-eleventh {\n display: block;\n position: relative;\n width: 100%;\n }\n .ct-major-eleventh:before {\n display: block;\n float: left;\n content: \"\";\n width: 0;\n height: 0;\n padding-bottom: 37.5%;\n }\n .ct-major-eleventh:after {\n content: \"\";\n display: table;\n clear: both;\n }\n .ct-major-eleventh > svg {\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n }\n\n .ct-major-twelfth {\n display: block;\n position: relative;\n width: 100%;\n }\n .ct-major-twelfth:before {\n display: block;\n float: left;\n content: \"\";\n width: 0;\n height: 0;\n padding-bottom: 33.33333%;\n }\n .ct-major-twelfth:after {\n content: \"\";\n display: table;\n clear: both;\n }\n .ct-major-twelfth > svg {\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n }\n\n .ct-double-octave {\n display: block;\n position: relative;\n width: 100%;\n }\n .ct-double-octave:before {\n display: block;\n float: left;\n content: \"\";\n width: 0;\n height: 0;\n padding-bottom: 25%;\n }\n .ct-double-octave:after {\n content: \"\";\n display: table;\n clear: both;\n }\n .ct-double-octave > svg {\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n }\n\n :host {\n display: block;\n }\n\n .a11y {\n position: absolute;\n left: -999999px;\n height: 0;\n overflow: hidden;\n }\n\n .ct-label {\n fill: var(--chartist-text-color, rgba(0, 0, 0, 0.4));\n color: var(--chartist-text-color, rgba(0, 0, 0, 0.4));\n font-size: var(--chartist-text-size, 0.75rem);\n line-height: var(--chartist-line-height, 1);\n }\n\n .ct-grid {\n stroke: var(--chartist-grid-color, rgba(0, 0, 0, 0.2));\n stroke-width: 1px;\n stroke-dasharray: 2px;\n }\n\n .ct-series-a .ct-point,\n .ct-series-a .ct-line,\n .ct-series-a .ct-bar,\n .ct-series-a .ct-slice-donut {\n stroke: var(--chartist-color-1, #d70206);\n }\n\n .ct-series-a .ct-slice-pie,\n .ct-series-a .ct-slice-donut-solid,\n .ct-series-a .ct-area {\n fill: var(--chartist-color-1, #d70206);\n }\n\n .ct-series-b .ct-point,\n .ct-series-b .ct-line,\n .ct-series-b .ct-bar,\n .ct-series-b .ct-slice-donut {\n stroke: var(--chartist-color-2, #f05b4f);\n }\n\n .ct-series-b .ct-slice-pie,\n .ct-series-b .ct-slice-donut-solid,\n .ct-series-b .ct-area {\n fill: var(--chartist-color-2, #f05b4f);\n }\n\n .ct-series-c .ct-point,\n .ct-series-c .ct-line,\n .ct-series-c .ct-bar,\n .ct-series-c .ct-slice-donut {\n stroke: var(--chartist-color-3, #f4c63d);\n }\n\n .ct-series-c .ct-slice-pie,\n .ct-series-c .ct-slice-donut-solid,\n .ct-series-c .ct-area {\n fill: var(--chartist-color-3, #f4c63d);\n }\n\n .ct-series-d .ct-point,\n .ct-series-d .ct-line,\n .ct-series-d .ct-bar,\n .ct-series-d .ct-slice-donut {\n stroke: var(--chartist-color-4, #d17905);\n }\n\n .ct-series-d .ct-slice-pie,\n .ct-series-d .ct-slice-donut-solid,\n .ct-series-d .ct-area {\n fill: var(--chartist-color-4, #d17905);\n }\n\n .ct-series-e .ct-point,\n .ct-series-e .ct-line,\n .ct-series-e .ct-bar,\n .ct-series-e .ct-slice-donut {\n stroke: var(--chartist-color-5, #453d3f);\n }\n\n .ct-series-e .ct-slice-pie,\n .ct-series-e .ct-slice-donut-solid,\n .ct-series-e .ct-area {\n fill: var(--chartist-color-5, #453d3f);\n }\n\n .ct-series-f .ct-point,\n .ct-series-f .ct-line,\n .ct-series-f .ct-bar,\n .ct-series-f .ct-slice-donut {\n stroke: var(--chartist-color-6, #59922b);\n }\n\n .ct-series-f .ct-slice-pie,\n .ct-series-f .ct-slice-donut-solid,\n .ct-series-f .ct-area {\n fill: var(--chartist-color-6, #59922b);\n }\n\n .ct-series-g .ct-point,\n .ct-series-g .ct-line,\n .ct-series-g .ct-bar,\n .ct-series-g .ct-slice-donut {\n stroke: var(--chartist-color-7, #0544d3);\n }\n\n .ct-series-g .ct-slice-pie,\n .ct-series-g .ct-slice-donut-solid,\n .ct-series-g .ct-area {\n fill: var(--chartist-color-7, #0544d3);\n }\n\n .ct-series-h .ct-point,\n .ct-series-h .ct-line,\n .ct-series-h .ct-bar,\n .ct-series-h .ct-slice-donut {\n stroke: var(--chartist-color-8, #6b0392);\n }\n\n .ct-series-h .ct-slice-pie,\n .ct-series-h .ct-slice-donut-solid,\n .ct-series-h .ct-area {\n fill: var(--chartist-color-8, #6b0392);\n }\n\n .ct-series-i .ct-point,\n .ct-series-i .ct-line,\n .ct-series-i .ct-bar,\n .ct-series-i .ct-slice-donut {\n stroke: var(--chartist-color-9, #f05b4f);\n }\n\n .ct-series-i .ct-slice-pie,\n .ct-series-i .ct-slice-donut-solid,\n .ct-series-i .ct-area {\n fill: var(--chartist-color-9, #f05b4f);\n }\n\n .ct-series-j .ct-point,\n .ct-series-j .ct-line,\n .ct-series-j .ct-bar,\n .ct-series-j .ct-slice-donut {\n stroke: var(--chartist-color-10, #dda458);\n }\n\n .ct-series-j .ct-slice-pie,\n .ct-series-j .ct-slice-donut-solid,\n .ct-series-j .ct-area {\n fill: var(--chartist-color-10, #dda458);\n }\n\n .ct-series-k .ct-point,\n .ct-series-k .ct-line,\n .ct-series-k .ct-bar,\n .ct-series-k .ct-slice-donut {\n stroke: var(--chartist-color-11, #eacf7d);\n }\n\n .ct-series-k .ct-slice-pie,\n .ct-series-k .ct-slice-donut-solid,\n .ct-series-k .ct-area {\n fill: var(--chartist-color-11, #eacf7d);\n }\n\n .ct-series-l .ct-point,\n .ct-series-l .ct-line,\n .ct-series-l .ct-bar,\n .ct-series-l .ct-slice-donut {\n stroke: var(--chartist-color-12, #86797d);\n }\n\n .ct-series-l .ct-slice-pie,\n .ct-series-l .ct-slice-donut-solid,\n .ct-series-l .ct-area {\n fill: var(--chartist-color-12, #86797d);\n }\n\n .ct-series-m .ct-point,\n .ct-series-m .ct-line,\n .ct-series-m .ct-bar,\n .ct-series-m .ct-slice-donut {\n stroke: var(--chartist-color-13, #b2c326);\n }\n\n .ct-series-m .ct-slice-pie,\n .ct-series-m .ct-slice-donut-solid,\n .ct-series-m .ct-area {\n fill: var(--chartist-color-13, #b2c326);\n }\n\n .ct-series-n .ct-point,\n .ct-series-n .ct-line,\n .ct-series-n .ct-bar,\n .ct-series-n .ct-slice-donut {\n stroke: var(--chartist-color-14, #6188e2);\n }\n\n .ct-series-n .ct-slice-pie,\n .ct-series-n .ct-slice-donut-solid,\n .ct-series-n .ct-area {\n fill: var(--chartist-color-14, #6188e2);\n }\n\n .ct-series-o .ct-point,\n .ct-series-o .ct-line,\n .ct-series-o .ct-bar,\n .ct-series-o .ct-slice-donut {\n stroke: var(--chartist-color-15, #a748ca);\n }\n\n .ct-series-o .ct-slice-pie,\n .ct-series-o .ct-slice-donut-solid,\n .ct-series-o .ct-area {\n fill: var(--chartist-color-15, #a748ca);\n }\n "]);
- _templateObject15_7b9e4d3022d211eaa0764d1a500fd781 = function _templateObject15_7b9e4d3022d211eaa0764d1a500fd781() {
+ _templateObject15_36680ef0243411ea86f395335a802507 = function _templateObject15_36680ef0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject14_7b9e4d3022d211eaa0764d1a500fd781() {
+ function _templateObject14_36680ef0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n A ", " chart.\n "]);
- _templateObject14_7b9e4d3022d211eaa0764d1a500fd781 = function _templateObject14_7b9e4d3022d211eaa0764d1a500fd781() {
+ _templateObject14_36680ef0243411ea86f395335a802507 = function _templateObject14_36680ef0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject13_7b9e4d3022d211eaa0764d1a500fd781() {
+ function _templateObject13_36680ef0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject13_7b9e4d3022d211eaa0764d1a500fd781 = function _templateObject13_7b9e4d3022d211eaa0764d1a500fd781() {
+ _templateObject13_36680ef0243411ea86f395335a802507 = function _templateObject13_36680ef0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject12_7b9e4d3022d211eaa0764d1a500fd781() {
+ function _templateObject12_36680ef0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["", "\n"]);
- _templateObject12_7b9e4d3022d211eaa0764d1a500fd781 = function _templateObject12_7b9e4d3022d211eaa0764d1a500fd781() {
+ _templateObject12_36680ef0243411ea86f395335a802507 = function _templateObject12_36680ef0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject11_7b9e4d3022d211eaa0764d1a500fd781() {
+ function _templateObject11_36680ef0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject11_7b9e4d3022d211eaa0764d1a500fd781 = function _templateObject11_7b9e4d3022d211eaa0764d1a500fd781() {
+ _templateObject11_36680ef0243411ea86f395335a802507 = function _templateObject11_36680ef0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject10_7b9e4d3022d211eaa0764d1a500fd781() {
+ function _templateObject10_36680ef0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n "]);
- _templateObject10_7b9e4d3022d211eaa0764d1a500fd781 = function _templateObject10_7b9e4d3022d211eaa0764d1a500fd781() {
+ _templateObject10_36680ef0243411ea86f395335a802507 = function _templateObject10_36680ef0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject9_7b9e4d3022d211eaa0764d1a500fd781() {
+ function _templateObject9_36680ef0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject9_7b9e4d3022d211eaa0764d1a500fd781 = function _templateObject9_7b9e4d3022d211eaa0764d1a500fd781() {
+ _templateObject9_36680ef0243411ea86f395335a802507 = function _templateObject9_36680ef0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject8_7b9e4d3022d211eaa0764d1a500fd781() {
+ function _templateObject8_36680ef0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n "]);
- _templateObject8_7b9e4d3022d211eaa0764d1a500fd781 = function _templateObject8_7b9e4d3022d211eaa0764d1a500fd781() {
+ _templateObject8_36680ef0243411ea86f395335a802507 = function _templateObject8_36680ef0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject7_7b9e4d3022d211eaa0764d1a500fd781() {
+ function _templateObject7_36680ef0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral([""]);
- _templateObject7_7b9e4d3022d211eaa0764d1a500fd781 = function _templateObject7_7b9e4d3022d211eaa0764d1a500fd781() {
+ _templateObject7_36680ef0243411ea86f395335a802507 = function _templateObject7_36680ef0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject6_7b9e4d3022d211eaa0764d1a500fd781() {
+ function _templateObject6_36680ef0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject6_7b9e4d3022d211eaa0764d1a500fd781 = function _templateObject6_7b9e4d3022d211eaa0764d1a500fd781() {
+ _templateObject6_36680ef0243411ea86f395335a802507 = function _templateObject6_36680ef0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject5_7b9e4d3022d211eaa0764d1a500fd781() {
+ function _templateObject5_36680ef0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n ", "\n \n \n "]);
- _templateObject5_7b9e4d3022d211eaa0764d1a500fd781 = function _templateObject5_7b9e4d3022d211eaa0764d1a500fd781() {
+ _templateObject5_36680ef0243411ea86f395335a802507 = function _templateObject5_36680ef0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject4_7b9e4d3022d211eaa0764d1a500fd781() {
+ function _templateObject4_36680ef0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n A ", " chart.\n "]);
- _templateObject4_7b9e4d3022d211eaa0764d1a500fd781 = function _templateObject4_7b9e4d3022d211eaa0764d1a500fd781() {
+ _templateObject4_36680ef0243411ea86f395335a802507 = function _templateObject4_36680ef0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_7b9e4d3022d211eaa0764d1a500fd781() {
+ function _templateObject3_36680ef0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "", "\n "]);
- _templateObject3_7b9e4d3022d211eaa0764d1a500fd781 = function _templateObject3_7b9e4d3022d211eaa0764d1a500fd781() {
+ _templateObject3_36680ef0243411ea86f395335a802507 = function _templateObject3_36680ef0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_7b9e4d3022d211eaa0764d1a500fd781() {
+ function _templateObject2_36680ef0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n ", "\n \n ", "\n \n ", "\n \n
\n "]);
- _templateObject2_7b9e4d3022d211eaa0764d1a500fd781 = function _templateObject2_7b9e4d3022d211eaa0764d1a500fd781() {
+ _templateObject2_36680ef0243411ea86f395335a802507 = function _templateObject2_36680ef0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_7b9e4d3022d211eaa0764d1a500fd781() {
+ function _templateObject_36680ef0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n
\n ", "\n "]);
- _templateObject_7b9e4d3022d211eaa0764d1a500fd781 = function _templateObject_7b9e4d3022d211eaa0764d1a500fd781() {
+ _templateObject_36680ef0243411ea86f395335a802507 = function _templateObject_36680ef0243411ea86f395335a802507() {
return data;
};
@@ -220,22 +220,22 @@ define(["exports", "meta", "../../lit-element/lit-element.js", "../schema-behavi
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_7b9e4d3022d211eaa0764d1a500fd781(), this.__chartId, this.scale, this.data && this.data.series ? (0, _litElement.html)(_templateObject2_7b9e4d3022d211eaa0764d1a500fd781(), this.__chartId, this.chartTitle || this.chartDesc ? (0, _litElement.html)(_templateObject3_7b9e4d3022d211eaa0764d1a500fd781(), this.chartTitle, this.chartDesc) : (0, _litElement.html)(_templateObject4_7b9e4d3022d211eaa0764d1a500fd781(), this.type), this.data.labels ? (0, _litElement.html)(_templateObject5_7b9e4d3022d211eaa0764d1a500fd781(), this.data.labels.map(function (cell) {
- return (0, _litElement.html)(_templateObject6_7b9e4d3022d211eaa0764d1a500fd781(), cell || "-");
- })) : (0, _litElement.html)(_templateObject7_7b9e4d3022d211eaa0764d1a500fd781()), this.type === "pie" ? (0, _litElement.html)(_templateObject8_7b9e4d3022d211eaa0764d1a500fd781(), this.data.series.map(function (cell) {
- return (0, _litElement.html)(_templateObject9_7b9e4d3022d211eaa0764d1a500fd781(), cell || "-");
+ return (0, _litElement.html)(_templateObject_36680ef0243411ea86f395335a802507(), this.__chartId, this.scale, this.data && this.data.series ? (0, _litElement.html)(_templateObject2_36680ef0243411ea86f395335a802507(), this.__chartId, this.chartTitle || this.chartDesc ? (0, _litElement.html)(_templateObject3_36680ef0243411ea86f395335a802507(), this.chartTitle, this.chartDesc) : (0, _litElement.html)(_templateObject4_36680ef0243411ea86f395335a802507(), this.type), this.data.labels ? (0, _litElement.html)(_templateObject5_36680ef0243411ea86f395335a802507(), this.data.labels.map(function (cell) {
+ return (0, _litElement.html)(_templateObject6_36680ef0243411ea86f395335a802507(), cell || "-");
+ })) : (0, _litElement.html)(_templateObject7_36680ef0243411ea86f395335a802507()), this.type === "pie" ? (0, _litElement.html)(_templateObject8_36680ef0243411ea86f395335a802507(), this.data.series.map(function (cell) {
+ return (0, _litElement.html)(_templateObject9_36680ef0243411ea86f395335a802507(), cell || "-");
})) : this.data.series.map(function (row) {
- return (0, _litElement.html)(_templateObject10_7b9e4d3022d211eaa0764d1a500fd781(), row.map(function (cell) {
- return (0, _litElement.html)(_templateObject11_7b9e4d3022d211eaa0764d1a500fd781(), cell || "-");
+ return (0, _litElement.html)(_templateObject10_36680ef0243411ea86f395335a802507(), row.map(function (cell) {
+ return (0, _litElement.html)(_templateObject11_36680ef0243411ea86f395335a802507(), cell || "-");
}));
- })) : (0, _litElement.html)(_templateObject12_7b9e4d3022d211eaa0764d1a500fd781(), this.chartTitle || this.chartDesc ? (0, _litElement.html)(_templateObject13_7b9e4d3022d211eaa0764d1a500fd781(), this.__chartId, this.chartTitle, this.chartDesc) : (0, _litElement.html)(_templateObject14_7b9e4d3022d211eaa0764d1a500fd781(), this.type)));
+ })) : (0, _litElement.html)(_templateObject12_36680ef0243411ea86f395335a802507(), this.chartTitle || this.chartDesc ? (0, _litElement.html)(_templateObject13_36680ef0243411ea86f395335a802507(), this.__chartId, this.chartTitle, this.chartDesc) : (0, _litElement.html)(_templateObject14_36680ef0243411ea86f395335a802507(), this.type)));
} // properties available to the custom element for data binding
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject15_7b9e4d3022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject15_36680ef0243411ea86f395335a802507())];
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/circle-progress/circle-progress.js b/build/es5-amd/node_modules/@lrnwebcomponents/circle-progress/circle-progress.js
index 6f1064f3401..7231566d497 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/circle-progress/circle-progress.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/circle-progress/circle-progress.js
@@ -10,10 +10,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_6edaa1c022d211eaa0764d1a500fd781() {
+ function _templateObject_27b7d5c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n \n \n \n \n "], ["\n \n\n \n \n \n \n \n "]);
- _templateObject_6edaa1c022d211eaa0764d1a500fd781 = function _templateObject_6edaa1c022d211eaa0764d1a500fd781() {
+ _templateObject_27b7d5c0243411ea86f395335a802507 = function _templateObject_27b7d5c0243411ea86f395335a802507() {
return data;
};
@@ -34,7 +34,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
babelHelpers.createClass(CircleProgress, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_6edaa1c022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_27b7d5c0243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/citation-element/citation-element.js b/build/es5-amd/node_modules/@lrnwebcomponents/citation-element/citation-element.js
index 76a3d0b18ff..833bf703bcf 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/citation-element/citation-element.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/citation-element/citation-element.js
@@ -10,20 +10,20 @@ define(["exports", "../../lit-element/lit-element.js", "../schema-behaviors/sche
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_6f186e1022d211eaa0764d1a500fd781() {
+ function _templateObject2_28439b00243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n color: var(--license-text-color);\n }\n :host([display-method=\"footnote\"]) {\n visibility: hidden;\n opacity: 0;\n }\n :host([display-method=\"popup\"]) {\n display: block;\n }\n .license-link {\n font-size: 16px;\n line-height: 16px;\n font-style: italic;\n }\n .citation-date {\n font-size: 16px;\n line-height: 16px;\n font-style: italic;\n }\n .license-link img {\n height: 16px;\n min-width: 16px;\n margin-right: 8px;\n }\n "]);
- _templateObject2_6f186e1022d211eaa0764d1a500fd781 = function _templateObject2_6f186e1022d211eaa0764d1a500fd781() {
+ _templateObject2_28439b00243411ea86f395335a802507 = function _templateObject2_28439b00243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_6f186e1022d211eaa0764d1a500fd781() {
+ function _templateObject_28439b00243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n ", " \n by ", ", licensed under\n ", " . Accessed ", " . \n "]);
- _templateObject_6f186e1022d211eaa0764d1a500fd781 = function _templateObject_6f186e1022d211eaa0764d1a500fd781() {
+ _templateObject_28439b00243411ea86f395335a802507 = function _templateObject_28439b00243411ea86f395335a802507() {
return data;
};
@@ -48,7 +48,7 @@ define(["exports", "../../lit-element/lit-element.js", "../schema-behaviors/sche
* LitElement render
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_6f186e1022d211eaa0764d1a500fd781(), this.relatedResource, this.source, this.relatedResource, this.title, this.licenseLink, this.licenseName, this.source, this.title, this.creator, this.licenseLink, this.licenseName, this.licenseImage, !this.licenseImage, this.licenseName, this.date);
+ return (0, _litElement.html)(_templateObject_28439b00243411ea86f395335a802507(), this.relatedResource, this.source, this.relatedResource, this.title, this.licenseLink, this.licenseName, this.source, this.title, this.creator, this.licenseLink, this.licenseName, this.licenseImage, !this.licenseImage, this.licenseName, this.date);
}
/**
* convention
@@ -61,7 +61,7 @@ define(["exports", "../../lit-element/lit-element.js", "../schema-behaviors/sche
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_6f186e1022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_28439b00243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/cms-hax/cms-hax.js b/build/es5-amd/node_modules/@lrnwebcomponents/cms-hax/cms-hax.js
index 6a5d30edd90..2005fec8024 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/cms-hax/cms-hax.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/cms-hax/cms-hax.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../../@polyme
_exports.CmsHax = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_7003916022d211eaa0764d1a500fd781() {
+ function _templateObject2_297b7ec0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n font-size: 16px;\n box-sizing: content-box;\n }\n "]);
- _templateObject2_7003916022d211eaa0764d1a500fd781 = function _templateObject2_7003916022d211eaa0764d1a500fd781() {
+ _templateObject2_297b7ec0243411ea86f395335a802507 = function _templateObject2_297b7ec0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_7003916022d211eaa0764d1a500fd781() {
+ function _templateObject_297b7ec0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject_7003916022d211eaa0764d1a500fd781 = function _templateObject_7003916022d211eaa0764d1a500fd781() {
+ _templateObject_297b7ec0243411ea86f395335a802507 = function _templateObject_297b7ec0243411ea86f395335a802507() {
return data;
};
@@ -39,7 +39,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../../@polyme
babelHelpers.createClass(CmsHax, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_7003916022d211eaa0764d1a500fd781(), this.endPoint, this.method, this._handleUpdateResponse, this.__appStore);
+ return (0, _litElement.html)(_templateObject_297b7ec0243411ea86f395335a802507(), this.endPoint, this.method, this._handleUpdateResponse, this.__appStore);
}
}, {
key: "decodeHTMLEntities",
@@ -146,7 +146,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../../@polyme
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_7003916022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_297b7ec0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/cms-hax/lib/cms-block.js b/build/es5-amd/node_modules/@lrnwebcomponents/cms-hax/lib/cms-block.js
index 8e3b0f27ce0..b03db5b13c4 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/cms-hax/lib/cms-block.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/cms-hax/lib/cms-block.js
@@ -7,40 +7,40 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../util
_exports.CMSBlock = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject4_9055a57022d211eaa0764d1a500fd781() {
+ function _templateObject4_4aed81c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n min-width: 112px;\n min-height: 112px;\n transition: 0.6s all ease;\n background-color: transparent;\n }\n #replacementcontent {\n visibility: visible;\n opacity: 1;\n }\n :host([loading]) {\n text-align: center;\n }\n :host([loading]) #replacementcontent {\n opacity: 0;\n visibility: hidden;\n }\n "]);
- _templateObject4_9055a57022d211eaa0764d1a500fd781 = function _templateObject4_9055a57022d211eaa0764d1a500fd781() {
+ _templateObject4_4aed81c0243411ea86f395335a802507 = function _templateObject4_4aed81c0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_9055a57022d211eaa0764d1a500fd781() {
+ function _templateObject3_4aed81c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral([""]);
- _templateObject3_9055a57022d211eaa0764d1a500fd781 = function _templateObject3_9055a57022d211eaa0764d1a500fd781() {
+ _templateObject3_4aed81c0243411ea86f395335a802507 = function _templateObject3_4aed81c0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_9055a57022d211eaa0764d1a500fd781() {
+ function _templateObject2_4aed81c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_9055a57022d211eaa0764d1a500fd781 = function _templateObject2_9055a57022d211eaa0764d1a500fd781() {
+ _templateObject2_4aed81c0243411ea86f395335a802507 = function _templateObject2_4aed81c0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9055a57022d211eaa0764d1a500fd781() {
+ function _templateObject_4aed81c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n "]);
- _templateObject_9055a57022d211eaa0764d1a500fd781 = function _templateObject_9055a57022d211eaa0764d1a500fd781() {
+ _templateObject_4aed81c0243411ea86f395335a802507 = function _templateObject_4aed81c0243411ea86f395335a802507() {
return data;
};
@@ -63,7 +63,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../util
* LitElement render
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_9055a57022d211eaa0764d1a500fd781(), this.blockEndPoint, this.blockDataChanged, this.loading ? (0, _litElement.html)(_templateObject2_9055a57022d211eaa0764d1a500fd781()) : (0, _litElement.html)(_templateObject3_9055a57022d211eaa0764d1a500fd781()));
+ return (0, _litElement.html)(_templateObject_4aed81c0243411ea86f395335a802507(), this.blockEndPoint, this.blockDataChanged, this.loading ? (0, _litElement.html)(_templateObject2_4aed81c0243411ea86f395335a802507()) : (0, _litElement.html)(_templateObject3_4aed81c0243411ea86f395335a802507()));
}
}, {
key: "blockDataChanged",
@@ -140,7 +140,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../util
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject4_9055a57022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject4_4aed81c0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/cms-hax/lib/cms-entity.js b/build/es5-amd/node_modules/@lrnwebcomponents/cms-hax/lib/cms-entity.js
index ae4feb86576..82a3468241c 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/cms-hax/lib/cms-entity.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/cms-hax/lib/cms-entity.js
@@ -7,40 +7,40 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../util
_exports.CMSEntity = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject4_905aae8022d211eaa0764d1a500fd781() {
+ function _templateObject4_4af39c40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n min-width: 112px;\n min-height: 112px;\n transition: 0.6s all ease;\n background-color: transparent;\n }\n #replacementcontent {\n visibility: visible;\n opacity: 1;\n }\n :host([loading]) {\n text-align: center;\n }\n :host([loading]) #replacementcontent {\n opacity: 0;\n visibility: hidden;\n }\n "]);
- _templateObject4_905aae8022d211eaa0764d1a500fd781 = function _templateObject4_905aae8022d211eaa0764d1a500fd781() {
+ _templateObject4_4af39c40243411ea86f395335a802507 = function _templateObject4_4af39c40243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_905aae8022d211eaa0764d1a500fd781() {
+ function _templateObject3_4af39c40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral([""]);
- _templateObject3_905aae8022d211eaa0764d1a500fd781 = function _templateObject3_905aae8022d211eaa0764d1a500fd781() {
+ _templateObject3_4af39c40243411ea86f395335a802507 = function _templateObject3_4af39c40243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_905aae8022d211eaa0764d1a500fd781() {
+ function _templateObject2_4af39c40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_905aae8022d211eaa0764d1a500fd781 = function _templateObject2_905aae8022d211eaa0764d1a500fd781() {
+ _templateObject2_4af39c40243411ea86f395335a802507 = function _templateObject2_4af39c40243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_905aae8022d211eaa0764d1a500fd781() {
+ function _templateObject_4af39c40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n "]);
- _templateObject_905aae8022d211eaa0764d1a500fd781 = function _templateObject_905aae8022d211eaa0764d1a500fd781() {
+ _templateObject_4af39c40243411ea86f395335a802507 = function _templateObject_4af39c40243411ea86f395335a802507() {
return data;
};
@@ -59,7 +59,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../util
babelHelpers.createClass(CMSEntity, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_905aae8022d211eaa0764d1a500fd781(), this.entityEndPoint, this.entityDataChanged, this.loading ? (0, _litElement.html)(_templateObject2_905aae8022d211eaa0764d1a500fd781()) : (0, _litElement.html)(_templateObject3_905aae8022d211eaa0764d1a500fd781()));
+ return (0, _litElement.html)(_templateObject_4af39c40243411ea86f395335a802507(), this.entityEndPoint, this.entityDataChanged, this.loading ? (0, _litElement.html)(_templateObject2_4af39c40243411ea86f395335a802507()) : (0, _litElement.html)(_templateObject3_4af39c40243411ea86f395335a802507()));
}
}, {
key: "entityDataChanged",
@@ -77,7 +77,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../util
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject4_905aae8022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject4_4af39c40243411ea86f395335a802507())];
}
}]);
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/cms-hax/lib/cms-token.js b/build/es5-amd/node_modules/@lrnwebcomponents/cms-hax/lib/cms-token.js
index 9e5b650bbd1..dd9aca8eef8 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/cms-hax/lib/cms-token.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/cms-hax/lib/cms-token.js
@@ -7,40 +7,40 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../util
_exports.CMSToken = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject4_9060f01022d211eaa0764d1a500fd781() {
+ function _templateObject4_4afb3d60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline;\n min-width: 112px;\n min-height: 112px;\n transition: 0.6s all ease;\n background-color: transparent;\n }\n #replacementcontent {\n transition: 0.6s all ease;\n visibility: visible;\n opacity: 1;\n height: auto;\n width: auto;\n }\n :host([loading]) {\n text-align: center;\n }\n :host([loading]) #replacementcontent {\n opacity: 0;\n visibility: hidden;\n height: 0;\n width: 0;\n }\n "]);
- _templateObject4_9060f01022d211eaa0764d1a500fd781 = function _templateObject4_9060f01022d211eaa0764d1a500fd781() {
+ _templateObject4_4afb3d60243411ea86f395335a802507 = function _templateObject4_4afb3d60243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_9060f01022d211eaa0764d1a500fd781() {
+ function _templateObject3_4afb3d60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral([""]);
- _templateObject3_9060f01022d211eaa0764d1a500fd781 = function _templateObject3_9060f01022d211eaa0764d1a500fd781() {
+ _templateObject3_4afb3d60243411ea86f395335a802507 = function _templateObject3_4afb3d60243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_9060f01022d211eaa0764d1a500fd781() {
+ function _templateObject2_4afb3d60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_9060f01022d211eaa0764d1a500fd781 = function _templateObject2_9060f01022d211eaa0764d1a500fd781() {
+ _templateObject2_4afb3d60243411ea86f395335a802507 = function _templateObject2_4afb3d60243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9060f01022d211eaa0764d1a500fd781() {
+ function _templateObject_4afb3d60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n "]);
- _templateObject_9060f01022d211eaa0764d1a500fd781 = function _templateObject_9060f01022d211eaa0764d1a500fd781() {
+ _templateObject_4afb3d60243411ea86f395335a802507 = function _templateObject_4afb3d60243411ea86f395335a802507() {
return data;
};
@@ -70,7 +70,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../util
* LitElement render
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_9060f01022d211eaa0764d1a500fd781(), this.tokenEndPoint, this.tokenDataChanged, this.loading ? (0, _litElement.html)(_templateObject2_9060f01022d211eaa0764d1a500fd781()) : (0, _litElement.html)(_templateObject3_9060f01022d211eaa0764d1a500fd781()));
+ return (0, _litElement.html)(_templateObject_4afb3d60243411ea86f395335a802507(), this.tokenEndPoint, this.tokenDataChanged, this.loading ? (0, _litElement.html)(_templateObject2_4afb3d60243411ea86f395335a802507()) : (0, _litElement.html)(_templateObject3_4afb3d60243411ea86f395335a802507()));
}
}, {
key: "tokenDataChanged",
@@ -88,7 +88,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../util
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject4_9060f01022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject4_4afb3d60243411ea86f395335a802507())];
}
}]);
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/cms-hax/lib/cms-views.js b/build/es5-amd/node_modules/@lrnwebcomponents/cms-hax/lib/cms-views.js
index 291be3cd4bd..2afffc8fd1a 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/cms-hax/lib/cms-views.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/cms-hax/lib/cms-views.js
@@ -7,40 +7,40 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../util
_exports.CMSViews = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject4_9065ab0022d211eaa0764d1a500fd781() {
+ function _templateObject4_4b00bba0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n min-width: 112px;\n min-height: 112px;\n transition: 0.6s all ease;\n background-color: transparent;\n }\n #replacementcontent {\n visibility: visible;\n opacity: 1;\n }\n :host([loading]) {\n text-align: center;\n }\n :host([loading]) #replacementcontent {\n opacity: 0;\n visibility: hidden;\n }\n "]);
- _templateObject4_9065ab0022d211eaa0764d1a500fd781 = function _templateObject4_9065ab0022d211eaa0764d1a500fd781() {
+ _templateObject4_4b00bba0243411ea86f395335a802507 = function _templateObject4_4b00bba0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_9065ab0022d211eaa0764d1a500fd781() {
+ function _templateObject3_4b00bba0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral([""]);
- _templateObject3_9065ab0022d211eaa0764d1a500fd781 = function _templateObject3_9065ab0022d211eaa0764d1a500fd781() {
+ _templateObject3_4b00bba0243411ea86f395335a802507 = function _templateObject3_4b00bba0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_9065ab0022d211eaa0764d1a500fd781() {
+ function _templateObject2_4b00bba0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_9065ab0022d211eaa0764d1a500fd781 = function _templateObject2_9065ab0022d211eaa0764d1a500fd781() {
+ _templateObject2_4b00bba0243411ea86f395335a802507 = function _templateObject2_4b00bba0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9065ab0022d211eaa0764d1a500fd781() {
+ function _templateObject_4b00bba0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n "]);
- _templateObject_9065ab0022d211eaa0764d1a500fd781 = function _templateObject_9065ab0022d211eaa0764d1a500fd781() {
+ _templateObject_4b00bba0243411ea86f395335a802507 = function _templateObject_4b00bba0243411ea86f395335a802507() {
return data;
};
@@ -59,7 +59,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../util
babelHelpers.createClass(CMSViews, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_9065ab0022d211eaa0764d1a500fd781(), this.viewsEndPoint, this.viewsDataChanged, this.loading ? (0, _litElement.html)(_templateObject2_9065ab0022d211eaa0764d1a500fd781()) : (0, _litElement.html)(_templateObject3_9065ab0022d211eaa0764d1a500fd781()));
+ return (0, _litElement.html)(_templateObject_4b00bba0243411ea86f395335a802507(), this.viewsEndPoint, this.viewsDataChanged, this.loading ? (0, _litElement.html)(_templateObject2_4b00bba0243411ea86f395335a802507()) : (0, _litElement.html)(_templateObject3_4b00bba0243411ea86f395335a802507()));
}
}, {
key: "viewsDataChanged",
@@ -73,7 +73,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../util
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject4_9065ab0022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject4_4b00bba0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/code-editor/code-editor.js b/build/es5-amd/node_modules/@lrnwebcomponents/code-editor/code-editor.js
index 62eb010fa1a..55e6b967e6b 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/code-editor/code-editor.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/code-editor/code-editor.js
@@ -12,20 +12,20 @@ define(["exports", "meta", "require", "../../lit-element/lit-element.js", "../sc
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_7d8bc55022d211eaa0764d1a500fd781() {
+ function _templateObject2_385deb80243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n \n \n \n Check it out on code pen: \n
\n "]);
- _templateObject2_7d8bc55022d211eaa0764d1a500fd781 = function _templateObject2_7d8bc55022d211eaa0764d1a500fd781() {
+ _templateObject2_385deb80243411ea86f395335a802507 = function _templateObject2_385deb80243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_7d8bc55022d211eaa0764d1a500fd781() {
+ function _templateObject_385deb80243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n padding: 16px;\n font-family: unset;\n }\n :host([hidden]) {\n display: none !important;\n }\n .code-pen-container:not([hidden]) {\n width: 100%;\n display: flex;\n background-color: var(--code-pen-button-color, #222222);\n color: white;\n height: 40px;\n justify-content: flex-end;\n align-items: center;\n }\n .code-pen-container span {\n display: inline-flex;\n line-height: 16px;\n font-size: 16px;\n padding: 12px;\n }\n code-pen-button {\n float: right;\n height: 40px;\n }\n label {\n color: var(--code-editor-label-color, #888);\n transition: all 0.5s;\n }\n\n :host([focused]) label {\n color: var(\n --code-editor-float-label-active-color,\n var(--code-editor-label-color, #000)\n );\n }\n\n #codeeditor {\n height: 100%;\n display: flex;\n border: var(--code-editor-code-border);\n border-radius: var(--code-editor-code-border-radius);\n }\n\n :host([focused]) #codeeditor {\n border: var(--code-editor-focus-code-border);\n }\n "]);
- _templateObject_7d8bc55022d211eaa0764d1a500fd781 = function _templateObject_7d8bc55022d211eaa0764d1a500fd781() {
+ _templateObject_385deb80243411ea86f395335a802507 = function _templateObject_385deb80243411ea86f395335a802507() {
return data;
};
@@ -52,7 +52,7 @@ define(["exports", "meta", "require", "../../lit-element/lit-element.js", "../sc
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_7d8bc55022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_385deb80243411ea86f395335a802507())];
}
/**
* HTMLElement
@@ -93,7 +93,7 @@ define(["exports", "meta", "require", "../../lit-element/lit-element.js", "../sc
babelHelpers.createClass(CodeEditor, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_7d8bc55022d211eaa0764d1a500fd781(), !this.title, this.title, this.autofocus, this.hideLineNumbers, this.__libPath, this.language, this.theme, this._editorDataChanged, this.fontSize, this.readOnly, this._handleFocus, this._handleBlur, !this.showCodePen, this.codePenData);
+ return (0, _litElement.html)(_templateObject2_385deb80243411ea86f395335a802507(), !this.title, this.title, this.autofocus, this.hideLineNumbers, this.__libPath, this.language, this.theme, this._editorDataChanged, this.fontSize, this.readOnly, this._handleFocus, this._handleBlur, !this.showCodePen, this.codePenData);
}
}, {
key: "updated",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/code-editor/lib/code-pen-button.js b/build/es5-amd/node_modules/@lrnwebcomponents/code-editor/lib/code-pen-button.js
index 872a8aa44e2..f47a53476ef 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/code-editor/lib/code-pen-button.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/code-editor/lib/code-pen-button.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
});
_exports.CodePenButton = void 0;
- function _templateObject2_906758b022d211eaa0764d1a500fd781() {
+ function _templateObject2_4b02de80243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n "]);
- _templateObject2_906758b022d211eaa0764d1a500fd781 = function _templateObject2_906758b022d211eaa0764d1a500fd781() {
+ _templateObject2_4b02de80243411ea86f395335a802507 = function _templateObject2_4b02de80243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_906758b022d211eaa0764d1a500fd781() {
+ function _templateObject_4b02de80243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_906758b022d211eaa0764d1a500fd781 = function _templateObject_906758b022d211eaa0764d1a500fd781() {
+ _templateObject_4b02de80243411ea86f395335a802507 = function _templateObject_4b02de80243411ea86f395335a802507() {
return data;
};
@@ -39,7 +39,7 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
babelHelpers.createClass(CodePenButton, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_906758b022d211eaa0764d1a500fd781(), this.endPoint, this.dataString);
+ return (0, _litElement.html)(_templateObject_4b02de80243411ea86f395335a802507(), this.endPoint, this.dataString);
}
}, {
key: "firstUpdated",
@@ -53,7 +53,7 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_906758b022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4b02de80243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/code-editor/lib/monaco-element/monaco-element.js b/build/es5-amd/node_modules/@lrnwebcomponents/code-editor/lib/monaco-element/monaco-element.js
index 628accd07ca..b2d0a9658bf 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/code-editor/lib/monaco-element/monaco-element.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/code-editor/lib/monaco-element/monaco-element.js
@@ -6,20 +6,20 @@ define(["exports", "../../../../lit-element/lit-element.js"], function (_exports
});
_exports.MonacoElement = void 0;
- function _templateObject2_966f3b1022d211eaa0764d1a500fd781() {
+ function _templateObject2_515118b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_966f3b1022d211eaa0764d1a500fd781 = function _templateObject2_966f3b1022d211eaa0764d1a500fd781() {
+ _templateObject2_515118b0243411ea86f395335a802507 = function _templateObject2_515118b0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_966f3b1022d211eaa0764d1a500fd781() {
+ function _templateObject_515118b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n iframe {\n border: none;\n width: 100%;\n height: 100%;\n padding: 0;\n margin: 0;\n }\n "]);
- _templateObject_966f3b1022d211eaa0764d1a500fd781 = function _templateObject_966f3b1022d211eaa0764d1a500fd781() {
+ _templateObject_515118b0243411ea86f395335a802507 = function _templateObject_515118b0243411ea86f395335a802507() {
return data;
};
@@ -48,7 +48,7 @@ define(["exports", "../../../../lit-element/lit-element.js"], function (_exports
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_966f3b1022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_515118b0243411ea86f395335a802507())];
}
}]);
@@ -85,7 +85,7 @@ define(["exports", "../../../../lit-element/lit-element.js"], function (_exports
babelHelpers.createClass(MonacoElement, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_966f3b1022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject2_515118b0243411ea86f395335a802507());
}
/**
* LitElement / popular convention
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/code-sample.js b/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/code-sample.js
index 5a198a0033a..1b3b01f06be 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/code-sample.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/code-sample.js
@@ -10,20 +10,20 @@ define(["exports", "../../lit-element/lit-element.js", "./lib/themes/one-dark.js
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_7d2bcb0022d211eaa0764d1a500fd781() {
+ function _templateObject2_37f89a00243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n\n :host([hidden]),\n [hidden] {\n display: none;\n }\n\n pre {\n margin: 0;\n }\n\n pre,\n code {\n font-family: var(\n --code-sample-font-family,\n Operator Mono,\n Inconsolata,\n Roboto Mono,\n monaco,\n consolas,\n monospace\n );\n font-size: var(--code-sample-font-size, 0.875rem);\n }\n\n .hljs {\n padding: 0 1.25rem;\n line-height: var(--code-sample-line-height, 1.3);\n }\n\n .demo:not(:empty) {\n padding: var(--code-sample-demo-padding, 0 0 1.25rem);\n }\n\n #code-container {\n position: relative;\n }\n\n button {\n background: var(--code-sample-copy-button-bg-color, #e0e0e0);\n border: none;\n cursor: pointer;\n display: block;\n position: absolute;\n right: 0;\n top: 0;\n text-transform: uppercase;\n }\n "]);
- _templateObject2_7d2bcb0022d211eaa0764d1a500fd781 = function _templateObject2_7d2bcb0022d211eaa0764d1a500fd781() {
+ _templateObject2_37f89a00243411ea86f395335a802507 = function _templateObject2_37f89a00243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_7d2bcb0022d211eaa0764d1a500fd781() {
+ function _templateObject_37f89a00243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n
\n
\n \n \n "]);
- _templateObject_7d2bcb0022d211eaa0764d1a500fd781 = function _templateObject_7d2bcb0022d211eaa0764d1a500fd781() {
+ _templateObject_37f89a00243411ea86f395335a802507 = function _templateObject_37f89a00243411ea86f395335a802507() {
return data;
};
@@ -54,14 +54,14 @@ define(["exports", "../../lit-element/lit-element.js", "./lib/themes/one-dark.js
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_7d2bcb0022d211eaa0764d1a500fd781(), !this.copyClipboardButton, this._copyToClipboard);
+ return (0, _litElement.html)(_templateObject_37f89a00243411ea86f395335a802507(), !this.copyClipboardButton, this._copyToClipboard);
} // haxProperty definition
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject2_7d2bcb0022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_37f89a00243411ea86f395335a802507())];
}
}, {
key: "haxProperties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/default.js b/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/default.js
index 9c5961c7e95..be48a13d5bb 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/default.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/default.js
@@ -6,16 +6,16 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js"], function
});
_exports.defaultTheme = void 0;
- function _templateObject_968ab25022d211eaa0764d1a500fd781() {
+ function _templateObject_5160a910243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n"]);
- _templateObject_968ab25022d211eaa0764d1a500fd781 = function _templateObject_968ab25022d211eaa0764d1a500fd781() {
+ _templateObject_5160a910243411ea86f395335a802507 = function _templateObject_5160a910243411ea86f395335a802507() {
return data;
};
return data;
}
- var defaultTheme = (0, _polymerElement.html)(_templateObject_968ab25022d211eaa0764d1a500fd781());
+ var defaultTheme = (0, _polymerElement.html)(_templateObject_5160a910243411ea86f395335a802507());
_exports.defaultTheme = defaultTheme;
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/github.js b/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/github.js
index 5da16e195e1..51a99be8037 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/github.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/github.js
@@ -6,16 +6,16 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js"], function
});
_exports.github = void 0;
- function _templateObject_968b75a022d211eaa0764d1a500fd781() {
+ function _templateObject_51616c60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n"]);
- _templateObject_968b75a022d211eaa0764d1a500fd781 = function _templateObject_968b75a022d211eaa0764d1a500fd781() {
+ _templateObject_51616c60243411ea86f395335a802507 = function _templateObject_51616c60243411ea86f395335a802507() {
return data;
};
return data;
}
- var github = (0, _polymerElement.html)(_templateObject_968b75a022d211eaa0764d1a500fd781());
+ var github = (0, _polymerElement.html)(_templateObject_51616c60243411ea86f395335a802507());
_exports.github = github;
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/kustom-dark.js b/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/kustom-dark.js
index 9f11cc8115e..f67971bed28 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/kustom-dark.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/kustom-dark.js
@@ -6,16 +6,16 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js"], function
});
_exports.kustomDark = void 0;
- function _templateObject_968c600022d211eaa0764d1a500fd781() {
+ function _templateObject_51627dd0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n"]);
- _templateObject_968c600022d211eaa0764d1a500fd781 = function _templateObject_968c600022d211eaa0764d1a500fd781() {
+ _templateObject_51627dd0243411ea86f395335a802507 = function _templateObject_51627dd0243411ea86f395335a802507() {
return data;
};
return data;
}
- var kustomDark = (0, _polymerElement.html)(_templateObject_968c600022d211eaa0764d1a500fd781());
+ var kustomDark = (0, _polymerElement.html)(_templateObject_51627dd0243411ea86f395335a802507());
_exports.kustomDark = kustomDark;
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/kustom-light.js b/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/kustom-light.js
index a725697ca65..ad54eb69acf 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/kustom-light.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/kustom-light.js
@@ -6,16 +6,16 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js"], function
});
_exports.kustomLight = void 0;
- function _templateObject_968cfc4022d211eaa0764d1a500fd781() {
+ function _templateObject_51631a10243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n"]);
- _templateObject_968cfc4022d211eaa0764d1a500fd781 = function _templateObject_968cfc4022d211eaa0764d1a500fd781() {
+ _templateObject_51631a10243411ea86f395335a802507 = function _templateObject_51631a10243411ea86f395335a802507() {
return data;
};
return data;
}
- var kustomLight = (0, _polymerElement.html)(_templateObject_968cfc4022d211eaa0764d1a500fd781());
+ var kustomLight = (0, _polymerElement.html)(_templateObject_51631a10243411ea86f395335a802507());
_exports.kustomLight = kustomLight;
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/one-dark.js b/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/one-dark.js
index f3195e363ad..7a2a39357e3 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/one-dark.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/one-dark.js
@@ -6,16 +6,16 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js"], function
});
_exports.oneDark = void 0;
- function _templateObject_968d988022d211eaa0764d1a500fd781() {
+ function _templateObject_5163b650243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n"]);
- _templateObject_968d988022d211eaa0764d1a500fd781 = function _templateObject_968d988022d211eaa0764d1a500fd781() {
+ _templateObject_5163b650243411ea86f395335a802507 = function _templateObject_5163b650243411ea86f395335a802507() {
return data;
};
return data;
}
- var oneDark = (0, _polymerElement.html)(_templateObject_968d988022d211eaa0764d1a500fd781());
+ var oneDark = (0, _polymerElement.html)(_templateObject_5163b650243411ea86f395335a802507());
_exports.oneDark = oneDark;
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/one-light.js b/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/one-light.js
index d264c88ead9..2fe2ad89bb5 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/one-light.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/one-light.js
@@ -6,16 +6,16 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js"], function
});
_exports.oneLight = void 0;
- function _templateObject_968e34c022d211eaa0764d1a500fd781() {
+ function _templateObject_51642b80243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n"]);
- _templateObject_968e34c022d211eaa0764d1a500fd781 = function _templateObject_968e34c022d211eaa0764d1a500fd781() {
+ _templateObject_51642b80243411ea86f395335a802507 = function _templateObject_51642b80243411ea86f395335a802507() {
return data;
};
return data;
}
- var oneLight = (0, _polymerElement.html)(_templateObject_968e34c022d211eaa0764d1a500fd781());
+ var oneLight = (0, _polymerElement.html)(_templateObject_51642b80243411ea86f395335a802507());
_exports.oneLight = oneLight;
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/solarized-dark.js b/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/solarized-dark.js
index c16afe3c227..cdb60c22123 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/solarized-dark.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/solarized-dark.js
@@ -6,16 +6,16 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js"], function
});
_exports.solarizedDark = void 0;
- function _templateObject_968ed10022d211eaa0764d1a500fd781() {
+ function _templateObject_516b7e80243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n"]);
- _templateObject_968ed10022d211eaa0764d1a500fd781 = function _templateObject_968ed10022d211eaa0764d1a500fd781() {
+ _templateObject_516b7e80243411ea86f395335a802507 = function _templateObject_516b7e80243411ea86f395335a802507() {
return data;
};
return data;
}
- var solarizedDark = (0, _polymerElement.html)(_templateObject_968ed10022d211eaa0764d1a500fd781());
+ var solarizedDark = (0, _polymerElement.html)(_templateObject_516b7e80243411ea86f395335a802507());
_exports.solarizedDark = solarizedDark;
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/solarized-light.js b/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/solarized-light.js
index c30eb9bdf3a..945bce8f8c0 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/solarized-light.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/code-sample/lib/themes/solarized-light.js
@@ -6,16 +6,16 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js"], function
});
_exports.solarizedLight = void 0;
- function _templateObject_968f6d4022d211eaa0764d1a500fd781() {
+ function _templateObject_516c1ac0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n"]);
- _templateObject_968f6d4022d211eaa0764d1a500fd781 = function _templateObject_968f6d4022d211eaa0764d1a500fd781() {
+ _templateObject_516c1ac0243411ea86f395335a802507 = function _templateObject_516c1ac0243411ea86f395335a802507() {
return data;
};
return data;
}
- var solarizedLight = (0, _polymerElement.html)(_templateObject_968f6d4022d211eaa0764d1a500fd781());
+ var solarizedLight = (0, _polymerElement.html)(_templateObject_516c1ac0243411ea86f395335a802507());
_exports.solarizedLight = solarizedLight;
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/count-up/count-up.js b/build/es5-amd/node_modules/@lrnwebcomponents/count-up/count-up.js
index 519330fe7c1..7aa356b90ec 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/count-up/count-up.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/count-up/count-up.js
@@ -16,20 +16,20 @@ define(["exports", "../../lit-element/lit-element.js", "../../countup.js/dist/co
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_70681f9022d211eaa0764d1a500fd781() {
+ function _templateObject2_29bc7f60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline-flex;\n --count-up-color: #000000;\n }\n\n :host([hidden]) {\n display: none;\n }\n\n .wrapper {\n display: block;\n text-align: center;\n width: 100%;\n height: 100%;\n }\n\n #counter {\n color: var(--count-up-color);\n font-weight: var(--count-up-number-font-weight);\n font-size: var(--count-up-number-font-size);\n }\n "]);
- _templateObject2_70681f9022d211eaa0764d1a500fd781 = function _templateObject2_70681f9022d211eaa0764d1a500fd781() {
+ _templateObject2_29bc7f60243411ea86f395335a802507 = function _templateObject2_29bc7f60243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_70681f9022d211eaa0764d1a500fd781() {
+ function _templateObject_29bc7f60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_70681f9022d211eaa0764d1a500fd781 = function _templateObject_70681f9022d211eaa0764d1a500fd781() {
+ _templateObject_29bc7f60243411ea86f395335a802507 = function _templateObject_29bc7f60243411ea86f395335a802507() {
return data;
};
@@ -56,14 +56,14 @@ define(["exports", "../../lit-element/lit-element.js", "../../countup.js/dist/co
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_70681f9022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_29bc7f60243411ea86f395335a802507());
} // haxProperty definition
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject2_70681f9022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_29bc7f60243411ea86f395335a802507())];
}
}, {
key: "haxProperties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/csv-render/csv-render.js b/build/es5-amd/node_modules/@lrnwebcomponents/csv-render/csv-render.js
index 1786cb958e3..fd7fee61e2c 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/csv-render/csv-render.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/csv-render/csv-render.js
@@ -7,60 +7,60 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../simple-col
_exports.CsvRender = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject6_78aa3a8022d211eaa0764d1a500fd781() {
+ function _templateObject6_3330b1b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject6_78aa3a8022d211eaa0764d1a500fd781 = function _templateObject6_78aa3a8022d211eaa0764d1a500fd781() {
+ _templateObject6_3330b1b0243411ea86f395335a802507 = function _templateObject6_3330b1b0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject5_78aa3a8022d211eaa0764d1a500fd781() {
+ function _templateObject5_3330b1b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n "]);
- _templateObject5_78aa3a8022d211eaa0764d1a500fd781 = function _templateObject5_78aa3a8022d211eaa0764d1a500fd781() {
+ _templateObject5_3330b1b0243411ea86f395335a802507 = function _templateObject5_3330b1b0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject4_78aa3a8022d211eaa0764d1a500fd781() {
+ function _templateObject4_3330b1b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject4_78aa3a8022d211eaa0764d1a500fd781 = function _templateObject4_78aa3a8022d211eaa0764d1a500fd781() {
+ _templateObject4_3330b1b0243411ea86f395335a802507 = function _templateObject4_3330b1b0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_78aa3a8022d211eaa0764d1a500fd781() {
+ function _templateObject3_3330b1b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n "]);
- _templateObject3_78aa3a8022d211eaa0764d1a500fd781 = function _templateObject3_78aa3a8022d211eaa0764d1a500fd781() {
+ _templateObject3_3330b1b0243411ea86f395335a802507 = function _templateObject3_3330b1b0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_78aa3a8022d211eaa0764d1a500fd781() {
+ function _templateObject2_3330b1b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n Download table data \n \n ", "\n \n \n ", "\n \n \n \n ", "\n \n
\n "]);
- _templateObject2_78aa3a8022d211eaa0764d1a500fd781 = function _templateObject2_78aa3a8022d211eaa0764d1a500fd781() {
+ _templateObject2_3330b1b0243411ea86f395335a802507 = function _templateObject2_3330b1b0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_78aa3a8022d211eaa0764d1a500fd781() {
+ function _templateObject_3330b1b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n .table {\n width: 100%;\n border: 1px solid var(--simple-colors-default-theme-accent-6);\n border-collapse: collapse;\n white-space: nowrap;\n font-size: 16px;\n background-color: var(--simple-colors-default-theme-grey-1);\n }\n .table thead {\n padding-bottom: 0.16px;\n position: sticky;\n }\n .table caption {\n background-color: var(--simple-colors-default-theme-accent-1);\n font-weight: bold;\n padding: 8px;\n border: 1px solid var(--simple-colors-default-theme-accent-6);\n border-bottom: none;\n }\n :host(:not([accent-color])) .table caption,\n :host([accent-color=\"grey\"]) .table caption {\n background-color: var(--simple-colors-default-theme-accent-2);\n }\n .table tbody tr {\n position: relative;\n height: 48px;\n -webkit-transition-duration: 0.28s;\n transition-duration: 0.28s;\n -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n -webkit-transition-property: background-color;\n transition-property: background-color;\n }\n .table tbody tr:hover {\n background-color: var(--simple-colors-default-theme-accent-1);\n }\n :host(:not([accent-color])) .table tbody tr:hover,\n :host([accent-color=\"grey\"]) .table tbody tr:hover {\n background-color: var(--simple-colors-default-theme-accent-2);\n }\n .table td,\n .table thead th,\n .table th {\n padding: 0 1.125em;\n text-align: left;\n }\n .table td {\n border-top: 1px solid var(--simple-colors-default-theme-accent-6);\n border-bottom: 1px solid var(--simple-colors-default-theme-accent-6);\n }\n .table th {\n position: relative;\n vertical-align: bottom;\n text-overflow: ellipsis;\n font-size: 16px;\n font-weight: bold;\n line-height: 24px;\n letter-spacing: 0;\n color: rgba(0, 0, 0, 0.54);\n height: 48px;\n padding-bottom: 8px;\n box-sizing: border-box;\n }\n #loading {\n position: absolute;\n }\n #download paper-button {\n color: var(--simple-colors-default-theme-accent-6);\n border-radius: 36px;\n width: 36px;\n height: 36px;\n min-width: unset;\n padding: 0;\n margin: 0;\n display: inline-flex;\n }\n iron-icon {\n display: inline-flex;\n margin: 0;\n padding: 0;\n }\n #download paper-button:hover,\n #download paper-button:focus,\n #download paper-button:active {\n color: var(--simple-colors-default-theme-accent-8);\n outline: 2px solid var(--simple-colors-default-theme-accent-6);\n }\n "]);
- _templateObject_78aa3a8022d211eaa0764d1a500fd781 = function _templateObject_78aa3a8022d211eaa0764d1a500fd781() {
+ _templateObject_3330b1b0243411ea86f395335a802507 = function _templateObject_3330b1b0243411ea86f395335a802507() {
return data;
};
@@ -88,7 +88,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../simple-col
* LitElement style construction
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_78aa3a8022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_3330b1b0243411ea86f395335a802507())];
}
/**
* HTMLElement
@@ -147,11 +147,11 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../simple-col
}, {
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_78aa3a8022d211eaa0764d1a500fd781(), this.dataSource, this.tableDataChanged, this.handleResponse, this.accentColor, this.dataSource, this.summary, this.caption ? (0, _litElement.html)(_templateObject3_78aa3a8022d211eaa0764d1a500fd781(), this.caption) : "", this.tableHeadings.map(function (heading) {
- return (0, _litElement.html)(_templateObject4_78aa3a8022d211eaa0764d1a500fd781(), heading);
+ return (0, _litElement.html)(_templateObject2_3330b1b0243411ea86f395335a802507(), this.dataSource, this.tableDataChanged, this.handleResponse, this.accentColor, this.dataSource, this.summary, this.caption ? (0, _litElement.html)(_templateObject3_3330b1b0243411ea86f395335a802507(), this.caption) : "", this.tableHeadings.map(function (heading) {
+ return (0, _litElement.html)(_templateObject4_3330b1b0243411ea86f395335a802507(), heading);
}), this.table.map(function (row) {
- return (0, _litElement.html)(_templateObject5_78aa3a8022d211eaa0764d1a500fd781(), row.map(function (col) {
- return (0, _litElement.html)(_templateObject6_78aa3a8022d211eaa0764d1a500fd781(), col);
+ return (0, _litElement.html)(_templateObject5_3330b1b0243411ea86f395335a802507(), row.map(function (col) {
+ return (0, _litElement.html)(_templateObject6_3330b1b0243411ea86f395335a802507(), col);
}));
}));
}
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/data-viz/data-viz.js b/build/es5-amd/node_modules/@lrnwebcomponents/data-viz/data-viz.js
index 51bed8923ee..935e9674ecd 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/data-viz/data-viz.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/data-viz/data-viz.js
@@ -10,10 +10,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../chartist-ren
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_70c77da022d211eaa0764d1a500fd781() {
+ function _templateObject_2ac2cbd0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject_70c77da022d211eaa0764d1a500fd781 = function _templateObject_70c77da022d211eaa0764d1a500fd781() {
+ _templateObject_2ac2cbd0243411ea86f395335a802507 = function _templateObject_2ac2cbd0243411ea86f395335a802507() {
return data;
};
@@ -113,7 +113,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../chartist-ren
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_70c77da022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_2ac2cbd0243411ea86f395335a802507());
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/drawing-icons/drawing-icons.js b/build/es5-amd/node_modules/@lrnwebcomponents/drawing-icons/drawing-icons.js
index 7bc0b4eb2f5..596a924129f 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/drawing-icons/drawing-icons.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/drawing-icons/drawing-icons.js
@@ -1,16 +1,16 @@
define(["../../@polymer/iron-icon/iron-icon.js", "../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_717e237022d211eaa0764d1a500fd781() {
+ function _templateObject_2afcc790243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n"]);
- _templateObject_717e237022d211eaa0764d1a500fd781 = function _templateObject_717e237022d211eaa0764d1a500fd781() {
+ _templateObject_2afcc790243411ea86f395335a802507 = function _templateObject_2afcc790243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_717e237022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_2afcc790243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/dropdown-select/dropdown-select.js b/build/es5-amd/node_modules/@lrnwebcomponents/dropdown-select/dropdown-select.js
index 77cefec6043..684bbe65b01 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/dropdown-select/dropdown-select.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/dropdown-select/dropdown-select.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
_exports.DropdownSelect = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_71c9ab6022d211eaa0764d1a500fd781() {
+ function _templateObject2_2b85f4c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n paper-listbox ::slotted(paper-item) {\n display: block;\n width: calc(100% - 32px);\n padding: 0 16px;\n min-height: 32px;\n vertical-align: text-top;\n line-height: 32px;\n }\n "]);
- _templateObject2_71c9ab6022d211eaa0764d1a500fd781 = function _templateObject2_71c9ab6022d211eaa0764d1a500fd781() {
+ _templateObject2_2b85f4c0243411ea86f395335a802507 = function _templateObject2_2b85f4c0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_71c9ab6022d211eaa0764d1a500fd781() {
+ function _templateObject_2b85f4c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_71c9ab6022d211eaa0764d1a500fd781 = function _templateObject_71c9ab6022d211eaa0764d1a500fd781() {
+ _templateObject_2b85f4c0243411ea86f395335a802507 = function _templateObject_2b85f4c0243411ea86f395335a802507() {
return data;
};
@@ -41,12 +41,12 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
babelHelpers.createClass(DropdownSelect, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_71c9ab6022d211eaa0764d1a500fd781(), this.errorMessage, this.horizontalAlign, this.label, this.placeholder, this.verticalAlign, this.verticalOffset, this.allowOutsideScroll, this.alwaysFloatLabel, this.dynamicAlign, this.noAnimations, this.noLabelFloat, this.restoreFocusOnClose, this._onOpen, this.onClose, this._dropDownChanged, this.selectedItemIndex);
+ return (0, _litElement.html)(_templateObject_2b85f4c0243411ea86f395335a802507(), this.errorMessage, this.horizontalAlign, this.label, this.placeholder, this.verticalAlign, this.verticalOffset, this.allowOutsideScroll, this.alwaysFloatLabel, this.dynamicAlign, this.noAnimations, this.noLabelFloat, this.restoreFocusOnClose, this._onOpen, this.onClose, this._dropDownChanged, this.selectedItemIndex);
}
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_71c9ab6022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_2b85f4c0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-array.js b/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-array.js
index 4ca651c1c22..22a062ee02b 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-array.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-array.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../../@polymer/polymer/polymer-element.js", ".
_exports.EcoJsonSchemaArray = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_906c3ab022d211eaa0764d1a500fd781() {
+ function _templateObject_4b094720243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n [[schema.title]]\n \n \n \n \n \n [[_getHeading(__headings.*,schema.label,index)]]\n
\n \n
\n
\n
\n \n
Remove this item \n
\n
\n \n \n \n \n Add an item\n \n \n \n "], ["\n \n \n \n [[schema.title]]\n \n \n \n \n \n [[_getHeading(__headings.*,schema.label,index)]]\n
\n \n
\n
\n
\n \n
Remove this item \n
\n
\n \n \n \n \n Add an item\n \n \n \n "]);
- _templateObject_906c3ab022d211eaa0764d1a500fd781 = function _templateObject_906c3ab022d211eaa0764d1a500fd781() {
+ _templateObject_4b094720243411ea86f395335a802507 = function _templateObject_4b094720243411ea86f395335a802507() {
return data;
};
@@ -208,7 +208,7 @@ define(["exports", "require", "../../../@polymer/polymer/polymer-element.js", ".
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_906c3ab022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4b094720243411ea86f395335a802507());
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-boolean.js b/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-boolean.js
index 3e0ae3422be..006d48b6e07 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-boolean.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-boolean.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.EcoJsonSchemaBoolean = void 0;
- function _templateObject_906ef9d022d211eaa0764d1a500fd781() {
+ function _templateObject_4b25f6e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n [[_label]] \n "]);
- _templateObject_906ef9d022d211eaa0764d1a500fd781 = function _templateObject_906ef9d022d211eaa0764d1a500fd781() {
+ _templateObject_4b25f6e0243411ea86f395335a802507 = function _templateObject_4b25f6e0243411ea86f395335a802507() {
return data;
};
@@ -92,7 +92,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}, {
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_906ef9d022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4b25f6e0243411ea86f395335a802507());
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-enum.js b/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-enum.js
index 691b7e17641..82bf6a6c62d 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-enum.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-enum.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.EcoJsonSchemaEnum = void 0;
- function _templateObject_9071e00022d211eaa0764d1a500fd781() {
+ function _templateObject_4b292b30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n \n \n \n [[item]] \n \n \n \n \n "]);
- _templateObject_9071e00022d211eaa0764d1a500fd781 = function _templateObject_9071e00022d211eaa0764d1a500fd781() {
+ _templateObject_4b292b30243411ea86f395335a802507 = function _templateObject_4b292b30243411ea86f395335a802507() {
return data;
};
@@ -100,7 +100,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9071e00022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4b292b30243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-fieldset.js b/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-fieldset.js
index 217c9e5f3c3..ea6affa11d8 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-fieldset.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-fieldset.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.EcoJsonSchemaFieldset = void 0;
- function _templateObject_907a929022d211eaa0764d1a500fd781() {
+ function _templateObject_4b2c5f80243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n [[schema.title]]\n \n [[item.description]]
\n
\n \n "], ["\n \n \n \n [[schema.title]]\n \n [[item.description]]
\n
\n \n "]);
- _templateObject_907a929022d211eaa0764d1a500fd781 = function _templateObject_907a929022d211eaa0764d1a500fd781() {
+ _templateObject_4b2c5f80243411ea86f395335a802507 = function _templateObject_4b2c5f80243411ea86f395335a802507() {
return data;
};
@@ -82,7 +82,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_907a929022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4b2c5f80243411ea86f395335a802507());
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-file.js b/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-file.js
index a5b82b10b2b..589d8d05bac 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-file.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-file.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.EcoJsonSchemaFile = void 0;
- function _templateObject_9078bdd022d211eaa0764d1a500fd781() {
+ function _templateObject_4b3427b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n
\n
\n {{paperButtonTitle}} \n
\n
{{dropText}}
\n
\n \n
\n
{{item.name}} \n
\n \n \n \n
\n
\n
\n {{errorText}}\n
\n
\n \n
\n
\n
\n
\n "], ["\n \n\n \n
\n
\n {{paperButtonTitle}} \n
\n
{{dropText}}
\n
\n \n
\n
{{item.name}} \n
\n \n \n \n
\n
\n
\n {{errorText}}\n
\n
\n \n
\n
\n
\n
\n "]);
- _templateObject_9078bdd022d211eaa0764d1a500fd781 = function _templateObject_9078bdd022d211eaa0764d1a500fd781() {
+ _templateObject_4b3427b0243411ea86f395335a802507 = function _templateObject_4b3427b0243411ea86f395335a802507() {
return data;
};
@@ -376,7 +376,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}, {
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9078bdd022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4b3427b0243411ea86f395335a802507());
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-input.js b/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-input.js
index 51b7acc26eb..42b0ab0edbb 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-input.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-input.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.EcoJsonSchemaInput = void 0;
- function _templateObject_907eff6022d211eaa0764d1a500fd781() {
+ function _templateObject_4b384660243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n "]);
- _templateObject_907eff6022d211eaa0764d1a500fd781 = function _templateObject_907eff6022d211eaa0764d1a500fd781() {
+ _templateObject_4b384660243411ea86f395335a802507 = function _templateObject_4b384660243411ea86f395335a802507() {
return data;
};
@@ -186,7 +186,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}, {
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_907eff6022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4b384660243411ea86f395335a802507());
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-markup.js b/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-markup.js
index 97ddf6ec09a..936c2e13fe0 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-markup.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-markup.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.EcoJsonSchemaMarkup = void 0;
- function _templateObject_9080d42022d211eaa0764d1a500fd781() {
+ function _templateObject_4b3a9050243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n
\n "]);
- _templateObject_9080d42022d211eaa0764d1a500fd781 = function _templateObject_9080d42022d211eaa0764d1a500fd781() {
+ _templateObject_4b3a9050243411ea86f395335a802507 = function _templateObject_4b3a9050243411ea86f395335a802507() {
return data;
};
@@ -59,7 +59,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}, {
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9080d42022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4b3a9050243411ea86f395335a802507());
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-object.js b/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-object.js
index 023de24f3c6..54fed3a6978 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-object.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-object.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.EcoJsonSchemaObject = void 0;
- function _templateObject_908f531022d211eaa0764d1a500fd781() {
+ function _templateObject_4b498470243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n\n \n \n \n \n "], ["\n \n \n \n\n \n \n \n \n "]);
- _templateObject_908f531022d211eaa0764d1a500fd781 = function _templateObject_908f531022d211eaa0764d1a500fd781() {
+ _templateObject_4b498470243411ea86f395335a802507 = function _templateObject_4b498470243411ea86f395335a802507() {
return data;
};
@@ -849,7 +849,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}, {
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_908f531022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4b498470243411ea86f395335a802507());
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-tabs.js b/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-tabs.js
index 4992ac1a6be..66d204e7b6a 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-tabs.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-tabs.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.EcoJsonSchemaTabs = void 0;
- function _templateObject_9092123022d211eaa0764d1a500fd781() {
+ function _templateObject_4b4bce60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n [[item.description]]
\n
\n \n \n \n "]);
- _templateObject_9092123022d211eaa0764d1a500fd781 = function _templateObject_9092123022d211eaa0764d1a500fd781() {
+ _templateObject_4b4bce60243411ea86f395335a802507 = function _templateObject_4b4bce60243411ea86f395335a802507() {
return data;
};
@@ -85,7 +85,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}, {
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9092123022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4b4bce60243411ea86f395335a802507());
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-wizard.js b/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-wizard.js
index dd794b656f5..761ef6c69af 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-wizard.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/eco-json-schema-form/lib/eco-json-schema-wizard.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.EcoJsonSchemaWizard = void 0;
- function _templateObject_909b881022d211eaa0764d1a500fd781() {
+ function _templateObject_4b5655b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n
\n {{localize('prev')}} [[title]] \n {{localize('next')}} \n {{localize('submit')}} \n \n
\n
\n \n
{{localize('prev')}} \n
{{localize('prev')}} \n
\n \n \n
{{localize('next')}} \n
{{localize('next')}} \n
\n \n
\n "], ["\n \n \n \n
\n {{localize('prev')}} [[title]] \n {{localize('next')}} \n {{localize('submit')}} \n \n
\n
\n \n
{{localize('prev')}} \n
{{localize('prev')}} \n
\n \n \n
{{localize('next')}} \n
{{localize('next')}} \n
\n \n
\n "]);
- _templateObject_909b881022d211eaa0764d1a500fd781 = function _templateObject_909b881022d211eaa0764d1a500fd781() {
+ _templateObject_4b5655b0243411ea86f395335a802507 = function _templateObject_4b5655b0243411ea86f395335a802507() {
return data;
};
@@ -634,7 +634,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}, {
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_909b881022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4b5655b0243411ea86f395335a802507());
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/editable-list/editable-list.js b/build/es5-amd/node_modules/@lrnwebcomponents/editable-list/editable-list.js
index 26e3effcb7a..96a9e756407 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/editable-list/editable-list.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/editable-list/editable-list.js
@@ -11,30 +11,30 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../simple-mod
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject3_71be12a022d211eaa0764d1a500fd781() {
+ function _templateObject3_2b737e30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n\n :host([hidden]) {\n display: none;\n }\n\n #list {\n height: 100%;\n }\n "]);
- _templateObject3_71be12a022d211eaa0764d1a500fd781 = function _templateObject3_71be12a022d211eaa0764d1a500fd781() {
+ _templateObject3_2b737e30243411ea86f395335a802507 = function _templateObject3_2b737e30243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_71be12a022d211eaa0764d1a500fd781() {
+ function _templateObject2_2b737e30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_71be12a022d211eaa0764d1a500fd781 = function _templateObject2_71be12a022d211eaa0764d1a500fd781() {
+ _templateObject2_2b737e30243411ea86f395335a802507 = function _templateObject2_2b737e30243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_71be12a022d211eaa0764d1a500fd781() {
+ function _templateObject_2b737e30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n
\n "]);
- _templateObject_71be12a022d211eaa0764d1a500fd781 = function _templateObject_71be12a022d211eaa0764d1a500fd781() {
+ _templateObject_2b737e30243411ea86f395335a802507 = function _templateObject_2b737e30243411ea86f395335a802507() {
return data;
};
@@ -55,8 +55,8 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../simple-mod
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_71be12a022d211eaa0764d1a500fd781(), this.items.map(function (item) {
- return (0, _litElement.html)(_templateObject2_71be12a022d211eaa0764d1a500fd781(), item.metadata.canEdit, item.metadata.canEdit, item.metadata.canDelete, item.title);
+ return (0, _litElement.html)(_templateObject_2b737e30243411ea86f395335a802507(), this.items.map(function (item) {
+ return (0, _litElement.html)(_templateObject2_2b737e30243411ea86f395335a802507(), item.metadata.canEdit, item.metadata.canEdit, item.metadata.canDelete, item.title);
}));
} // properties available to the custom element for data binding
@@ -64,7 +64,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../simple-mod
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject3_71be12a022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject3_2b737e30243411ea86f395335a802507())];
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/editable-list/lib/editable-list-item.js b/build/es5-amd/node_modules/@lrnwebcomponents/editable-list/lib/editable-list-item.js
index 8a4bfb3cacc..f31d0eb715b 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/editable-list/lib/editable-list-item.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/editable-list/lib/editable-list-item.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js", "../../simple-colors/s
});
_exports.EditableListItem = void 0;
- function _templateObject2_909ee37022d211eaa0764d1a500fd781() {
+ function _templateObject2_4b5a2640243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n :host([hidden]) {\n display: none;\n }\n :host([can-edit]) #edit {\n visibility: visible;\n opacity: 1;\n }\n :host([can-delete]) #delete {\n visibility: visible;\n opacity: 1;\n }\n :host #add,\n #duplicate {\n visibility: visible;\n opacity: 1;\n }\n paper-icon-button {\n visibility: hidden;\n opacity: 0;\n transition: 0.3s all linear;\n }\n .input {\n display: block;\n height: 40px;\n padding: 0;\n margin: 0;\n line-height: 40px;\n }\n .input[hidden] {\n display: none;\n }\n div.input {\n z-index: 1;\n }\n .ops {\n position: absolute;\n display: block;\n right: 0;\n top: 0;\n z-index: 2;\n background-color: white;\n }\n .ops paper-icon-button {\n border-radius: 50%;\n height: 32px;\n width: 32px;\n padding: 4px;\n margin: 0px;\n }\n .ops[hidden] {\n display: none;\n }\n #edit {\n color: white;\n background-color: var(--simple-colors-default-theme-green-8, #ddffdd);\n }\n #delete {\n color: white;\n background-color: var(--simple-colors-default-theme-red-6, #ff5555);\n }\n "]);
- _templateObject2_909ee37022d211eaa0764d1a500fd781 = function _templateObject2_909ee37022d211eaa0764d1a500fd781() {
+ _templateObject2_4b5a2640243411ea86f395335a802507 = function _templateObject2_4b5a2640243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_909ee37022d211eaa0764d1a500fd781() {
+ function _templateObject_4b5a2640243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n ", "
\n \n "]);
- _templateObject_909ee37022d211eaa0764d1a500fd781 = function _templateObject_909ee37022d211eaa0764d1a500fd781() {
+ _templateObject_4b5a2640243411ea86f395335a802507 = function _templateObject_4b5a2640243411ea86f395335a802507() {
return data;
};
@@ -44,7 +44,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../simple-colors/s
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_909ee37022d211eaa0764d1a500fd781(), this.value, this.valueChanged, !this.editing, !this.editing, this.value, !this.editMode, this._editToggle, this._editToggle, this._editToggle, this._deleteModal);
+ return (0, _litElement.html)(_templateObject_4b5a2640243411ea86f395335a802507(), this.value, this.valueChanged, !this.editing, !this.editing, this.value, !this.editMode, this._editToggle, this._editToggle, this._editToggle, this._deleteModal);
}
}, {
key: "valueChanged",
@@ -78,7 +78,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../simple-colors/s
* LitElement constructable styles enhancement
*/
get: function get() {
- return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(EditableListItem), "styles", this)), [(0, _litElement.css)(_templateObject2_909ee37022d211eaa0764d1a500fd781())]);
+ return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(EditableListItem), "styles", this)), [(0, _litElement.css)(_templateObject2_4b5a2640243411ea86f395335a802507())]);
}
}]);
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/editable-outline/editable-outline.js b/build/es5-amd/node_modules/@lrnwebcomponents/editable-outline/editable-outline.js
index 35aac497f0e..087def81f83 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/editable-outline/editable-outline.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/editable-outline/editable-outline.js
@@ -11,20 +11,20 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../utils/util
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_74ee6b0022d211eaa0764d1a500fd781() {
+ function _templateObject2_2ee39eb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n font-family: \"Noto Serif\", serif;\n }\n\n :host([hidden]) {\n display: none;\n }\n\n .button-wrapper {\n line-height: 36px;\n position: -webkit-sticky;\n position: sticky;\n top: 0px;\n background-color: white;\n display: block;\n justify-content: space-evenly;\n }\n @media (max-width: 1000px) {\n button span {\n opacity: 0;\n visibility: hidden;\n position: absolute;\n left: -9999px;\n }\n }\n button {\n height: 32px;\n font-size: 10px;\n margin: 0;\n padding: 0 8px;\n }\n\n button span {\n padding-left: 4px;\n pointer-events: none;\n }\n\n #outline {\n margin: 0;\n }\n ul {\n font-size: 16px;\n line-height: 32px;\n padding-left: 32px;\n visibility: visible;\n opacity: 1;\n overflow: hidden;\n height: auto;\n transition: 0.2s ease-in-out all;\n }\n li {\n font-size: 16px;\n line-height: 32px;\n padding: 4px;\n transition: 0.2s linear all;\n }\n ul:hover {\n outline: 1px solid #eeeeee;\n }\n li.collapsed-title {\n background-color: #dddddd;\n }\n li.collapsed-title:after {\n content: \" ( Double-click to expand )\";\n }\n li:after {\n transition: 0.4s ease-in-out all;\n opacity: 0;\n font-size: 11px;\n visibility: hidden;\n }\n li.collapsed-title:hover:after {\n font-style: italic;\n opacity: 1;\n visibility: visible;\n }\n ul.collapsed-content {\n visibility: hidden;\n opacity: 0;\n height: 0;\n }\n li:focus,\n li:active,\n li:hover {\n background-color: #eeeeee;\n outline: 1px solid #cccccc;\n }\n\n iron-icon {\n pointer-events: none;\n }\n "]);
- _templateObject2_74ee6b0022d211eaa0764d1a500fd781 = function _templateObject2_74ee6b0022d211eaa0764d1a500fd781() {
+ _templateObject2_2ee39eb0243411ea86f395335a802507 = function _templateObject2_2ee39eb0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_74ee6b0022d211eaa0764d1a500fd781() {
+ function _templateObject_2ee39eb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n Add \n \n \n Toggle active \n \n \n Collapse all \n \n \n Expand all \n \n \n Move down \n \n \n Move up \n \n \n Outdent \n \n \n Indent \n \n \n Duplicate \n \n \n Delete \n \n
\n \n "]);
- _templateObject_74ee6b0022d211eaa0764d1a500fd781 = function _templateObject_74ee6b0022d211eaa0764d1a500fd781() {
+ _templateObject_2ee39eb0243411ea86f395335a802507 = function _templateObject_2ee39eb0243411ea86f395335a802507() {
return data;
};
@@ -45,14 +45,14 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../utils/util
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_74ee6b0022d211eaa0764d1a500fd781(), this._enterPressed, this._upPressed, this._downPressed, this.buttonEvents, this.buttonEvents, this.buttonEvents, this.buttonEvents, this.buttonEvents, this.buttonEvents, this.buttonEvents, this.buttonEvents, this.buttonEvents, this.buttonEvents);
+ return (0, _litElement.html)(_templateObject_2ee39eb0243411ea86f395335a802507(), this._enterPressed, this._upPressed, this._downPressed, this.buttonEvents, this.buttonEvents, this.buttonEvents, this.buttonEvents, this.buttonEvents, this.buttonEvents, this.buttonEvents, this.buttonEvents, this.buttonEvents, this.buttonEvents);
} // properties available to the custom element for data binding
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject2_74ee6b0022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_2ee39eb0243411ea86f395335a802507())];
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/editable-table.js b/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/editable-table.js
index f5bc7ac4976..4ea2e265bc0 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/editable-table.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/editable-table.js
@@ -6,10 +6,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
});
_exports.EditableTable = void 0;
- function _templateObject_732766a022d211eaa0764d1a500fd781() {
+ function _templateObject_2c240980243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n
\n
Table Editor
\n
\n \n Edit Mode for
\n \n \n \n \n \n \n Row Operations \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n
\n
\n
\n
Headers and footers
\n
\n \n \n \n
\n
\n
Display
\n
\n \n
\n \n
\n \n
\n \n
\n
\n
\n
\n
\n "]);
- _templateObject_732766a022d211eaa0764d1a500fd781 = function _templateObject_732766a022d211eaa0764d1a500fd781() {
+ _templateObject_2c240980243411ea86f395335a802507 = function _templateObject_2c240980243411ea86f395335a802507() {
return data;
};
@@ -335,7 +335,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_732766a022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_2c240980243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-display.js b/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-display.js
index ad5e897f850..599b321bfb2 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-display.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-display.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../../@polymer/polymer/polymer-element.js", ".
_exports.EditableTableDisplay = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_90ac780022d211eaa0764d1a500fd781() {
+ function _templateObject_4b694170243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n [[caption]]\n \n \n
\n \n \n \n \n \n \n \n \n [[_replaceBlankCell(th)]]\n \n \n \n \n \n \n \n \n \n \n \n [[_replaceBlankCell(cell)]]\n \n \n \n \n \n \n \n \n [[_replaceBlankCell(cell)]] \n \n \n \n \n \n \n \n \n \n \n
\n
\n "]);
- _templateObject_90ac780022d211eaa0764d1a500fd781 = function _templateObject_90ac780022d211eaa0764d1a500fd781() {
+ _templateObject_4b694170243411ea86f395335a802507 = function _templateObject_4b694170243411ea86f395335a802507() {
return data;
};
@@ -286,7 +286,7 @@ define(["exports", "require", "../../../@polymer/polymer/polymer-element.js", ".
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_90ac780022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4b694170243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-editor-cell.js b/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-editor-cell.js
index ea9e4cf5c44..7b084d7cbeb 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-editor-cell.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-editor-cell.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.EditableTableEditorCell = void 0;
- function _templateObject_90b307b022d211eaa0764d1a500fd781() {
+ function _templateObject_4b6d3910243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n
\n "]);
- _templateObject_90b307b022d211eaa0764d1a500fd781 = function _templateObject_90b307b022d211eaa0764d1a500fd781() {
+ _templateObject_4b6d3910243411ea86f395335a802507 = function _templateObject_4b6d3910243411ea86f395335a802507() {
return data;
};
@@ -234,7 +234,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_90b307b022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4b6d3910243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-editor-rowcol.js b/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-editor-rowcol.js
index 2e6cc204c3a..b9c9a3aff37 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-editor-rowcol.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-editor-rowcol.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.EditableTableEditorRowcol = void 0;
- function _templateObject_90af854022d211eaa0764d1a500fd781() {
+ function _templateObject_4b706d60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n [[_getType(row)]] [[label]] Menu \n "]);
- _templateObject_90af854022d211eaa0764d1a500fd781 = function _templateObject_90af854022d211eaa0764d1a500fd781() {
+ _templateObject_4b706d60243411ea86f395335a802507 = function _templateObject_4b706d60243411ea86f395335a802507() {
return data;
};
@@ -116,7 +116,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_90af854022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4b706d60243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-editor-toggle.js b/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-editor-toggle.js
index 5e3ea1b06b2..37aabedcbf7 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-editor-toggle.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-editor-toggle.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.EditableTableEditorToggle = void 0;
- function _templateObject_90b4dc7022d211eaa0764d1a500fd781() {
+ function _templateObject_4b726930243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n [[label]] \n \n \n [[label]] \n "]);
- _templateObject_90b4dc7022d211eaa0764d1a500fd781 = function _templateObject_90b4dc7022d211eaa0764d1a500fd781() {
+ _templateObject_4b726930243411ea86f395335a802507 = function _templateObject_4b726930243411ea86f395335a802507() {
return data;
};
@@ -66,7 +66,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_90b4dc7022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4b726930243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-filter.js b/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-filter.js
index 9a10f8bbc71..9f715ca522a 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-filter.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-filter.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/pap
});
_exports.EditableTableFilter = void 0;
- function _templateObject2_90c8165022d211eaa0764d1a500fd781() {
+ function _templateObject2_4b746500243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n paper-button {\n padding: var(--editable-table-cell-padding, 0);\n margin: 0;\n width: auto;\n min-width: unset;\n display: flex;\n justify-content: space-between;\n align-items: center;\n align-content: stretch;\n text-transform: unset;\n font-family: var(--editable-table-font-family);\n }\n paper-button > div {\n flex-grow: 1;\n }\n iron-icon {\n min-width: 24px;\n }\n .sr-only {\n position: absolute;\n left: -9999px;\n font-size: 0;\n height: 0;\n width: 0;\n overflow: hidden;\n }\n #filter-off {\n opacity: 0.25;\n }\n :host(:not([filtered])) .filtered,\n :host(:not([filtered]):not(:focus):not(:hover)) #filter,\n :host(:not([filtered]):focus) #filter-off,\n :host(:not([filtered]):hover) #filter-off,\n :host([filtered]:not(:focus):not(:hover)) #filter-off,\n :host([filtered]:focus) #filter,\n :host([filtered]:hover) #filter {\n display: none;\n }\n "]);
- _templateObject2_90c8165022d211eaa0764d1a500fd781 = function _templateObject2_90c8165022d211eaa0764d1a500fd781() {
+ _templateObject2_4b746500243411ea86f395335a802507 = function _templateObject2_4b746500243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_90c8165022d211eaa0764d1a500fd781() {
+ function _templateObject_4b746500243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", " \n (filtered) \n Toggle filter. \n \n \n \n Toggle Column ", " filter for\n \"", "\" \n "]);
- _templateObject_90c8165022d211eaa0764d1a500fd781 = function _templateObject_90c8165022d211eaa0764d1a500fd781() {
+ _templateObject_4b746500243411ea86f395335a802507 = function _templateObject_4b746500243411ea86f395335a802507() {
return data;
};
@@ -43,12 +43,12 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/pap
babelHelpers.createClass(EditableTableFilter, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_90c8165022d211eaa0764d1a500fd781(), this._onFilterClicked, this.text, !this.filtered, this.columnIndex, this.text);
+ return (0, _litElement.html)(_templateObject_4b746500243411ea86f395335a802507(), this._onFilterClicked, this.text, !this.filtered, this.columnIndex, this.text);
}
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_90c8165022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4b746500243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-iconset.js b/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-iconset.js
index 634e0aea149..78cb0c144fc 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-iconset.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-iconset.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_90c8d9a022d211eaa0764d1a500fd781() {
+ function _templateObject_4b752850243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n"]);
- _templateObject_90c8d9a022d211eaa0764d1a500fd781 = function _templateObject_90c8d9a022d211eaa0764d1a500fd781() {
+ _templateObject_4b752850243411ea86f395335a802507 = function _templateObject_4b752850243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_90c8d9a022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4b752850243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-sort.js b/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-sort.js
index 8bda6eb736d..81ff2f865bf 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-sort.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-sort.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.EditableTableSort = void 0;
- function _templateObject_90cad57022d211eaa0764d1a500fd781() {
+ function _templateObject_4b76fd10243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n [[text]] (ascending) \n (descending) \n Toggle sort mode. \n \n \n \n \n "]);
- _templateObject_90cad57022d211eaa0764d1a500fd781 = function _templateObject_90cad57022d211eaa0764d1a500fd781() {
+ _templateObject_4b76fd10243411ea86f395335a802507 = function _templateObject_4b76fd10243411ea86f395335a802507() {
return data;
};
@@ -77,7 +77,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_90cad57022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4b76fd10243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-styles.js b/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-styles.js
index 12979251915..6358413bf0d 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-styles.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/editable-table/lib/editable-table-styles.js
@@ -1,10 +1,10 @@
define(["../../../@polymer/polymer/polymer-element.js"], function (_polymerElement) {
"use strict";
- function _templateObject_90cbe6e022d211eaa0764d1a500fd781() {
+ function _templateObject_4b77e770243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n"]);
- _templateObject_90cbe6e022d211eaa0764d1a500fd781 = function _templateObject_90cbe6e022d211eaa0764d1a500fd781() {
+ _templateObject_4b77e770243411ea86f395335a802507 = function _templateObject_4b77e770243411ea86f395335a802507() {
return data;
};
@@ -12,7 +12,7 @@ define(["../../../@polymer/polymer/polymer-element.js"], function (_polymerEleme
}
var styleElement = document.createElement("dom-module");
- var css = (0, _polymerElement.html)(_templateObject_90cbe6e022d211eaa0764d1a500fd781());
+ var css = (0, _polymerElement.html)(_templateObject_4b77e770243411ea86f395335a802507());
styleElement.appendChild(css);
styleElement.register("editable-table-styles");
window.EditableTableStyleManager = {};
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/game-show-scoreboard/game-show-scoreboard.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/game-show-scoreboard/game-show-scoreboard.js
index fa80ef9b5ca..2a6c23f5ce7 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/game-show-scoreboard/game-show-scoreboard.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/game-show-scoreboard/game-show-scoreboard.js
@@ -10,20 +10,20 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_9775ae9022d211eaa0764d1a500fd781() {
+ function _templateObject2_52693f70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n align-content: center;\n padding: 0.8em;\n }\n vaadin-grid-table-body > vaadin-grid-cell-content {\n height: unset !important;\n }\n vaadin-grid {\n height: 75vh;\n font-family: Roboto, sans-serif;\n --divider-color: rgba(0, 0, 0, var(--dark-divider-opacity));\n }\n\n vaadin-grid .cell {\n overflow: hidden;\n text-overflow: ellipsis;\n padding-right: 56px;\n }\n\n vaadin-grid .cell.last {\n padding-right: 24px;\n }\n\n vaadin-grid .cell.numeric {\n text-align: right;\n }\n\n vaadin-grid paper-checkbox {\n --primary-color: var(--paper-indigo-500);\n margin: 0 24px;\n }\n\n vaadin-grid vaadin-grid-sorter .cell {\n flex: 1;\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n\n vaadin-grid vaadin-grid-sorter iron-icon {\n transform: scale(0.8);\n }\n\n vaadin-grid vaadin-grid-sorter:not([direction]) iron-icon {\n color: rgba(0, 0, 0, var(--dark-disabled-opacity));\n }\n\n vaadin-grid vaadin-grid-sorter[direction] {\n color: rgba(0, 0, 0, var(--dark-primary-opacity));\n }\n\n vaadin-grid vaadin-grid-sorter[direction=\"desc\"] iron-icon {\n transform: scale(0.8) rotate(180deg);\n }\n vaadin-grid-sorter {\n text-align: center;\n }\n lrndesign-avatar {\n display: inline-block;\n }\n .avatar-label {\n display: inline-block;\n margin-left: 0.2em;\n }\n simple-datetime,\n .score {\n margin: 0;\n padding: 8px;\n line-height: 14px;\n font-size: 14px;\n color: black;\n text-align: center;\n border-bottom: 1px dashed black;\n }\n simple-datetime:hover,\n .score:hover {\n background-color: #dddddd;\n }\n "]);
- _templateObject2_9775ae9022d211eaa0764d1a500fd781 = function _templateObject2_9775ae9022d211eaa0764d1a500fd781() {
+ _templateObject2_52693f70243411ea86f395335a802507 = function _templateObject2_52693f70243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9775ae9022d211eaa0764d1a500fd781() {
+ function _templateObject_52693f70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n [[item.sis.sortable_name]] \n \n \n \n \n \n \n [[item.name]]\n \n \n \n \n [[item.game]]\n \n \n [[item.section]]\n \n \n [[item.high]]\n \n \n \n \n \n [[score]]
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_9775ae9022d211eaa0764d1a500fd781 = function _templateObject_9775ae9022d211eaa0764d1a500fd781() {
+ _templateObject_52693f70243411ea86f395335a802507 = function _templateObject_52693f70243411ea86f395335a802507() {
return data;
};
@@ -37,7 +37,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
babelHelpers.createClass(GameShowScoreboard, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_9775ae9022d211eaa0764d1a500fd781(), this.route, this.routeChangedEvent, this.endPoint, this.route, this.routeChangedEvent, this.data, this.dataChangedEvent, this.tail, this.tailChangedEvent, this.optionsPath, this.optionsDataChangedEvent, this.section, this.sectionEvent, this.sectionOptions, this.game, this.gameEvent, this.gameOptions, this.dataRequestUrl, this.activeDataEvent, !this.visibleData, this._toArray(this.visibleData));
+ return (0, _litElement.html)(_templateObject_52693f70243411ea86f395335a802507(), this.route, this.routeChangedEvent, this.endPoint, this.route, this.routeChangedEvent, this.data, this.dataChangedEvent, this.tail, this.tailChangedEvent, this.optionsPath, this.optionsDataChangedEvent, this.section, this.sectionEvent, this.sectionOptions, this.game, this.gameEvent, this.gameOptions, this.dataRequestUrl, this.activeDataEvent, !this.visibleData, this._toArray(this.visibleData));
}
}], [{
key: "styles",
@@ -46,7 +46,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_9775ae9022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_52693f70243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-canvas-listing/lrnapp-canvas-listing.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-canvas-listing/lrnapp-canvas-listing.js
index d3c3ca36815..222cd6a0760 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-canvas-listing/lrnapp-canvas-listing.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-canvas-listing/lrnapp-canvas-listing.js
@@ -6,10 +6,10 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@vaadi
});
_exports.LrnappCanvasListing = void 0;
- function _templateObject8_977ba20022d211eaa0764d1a500fd781() {
+ function _templateObject8_527107a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n margin: 0 2em;\n }\n .loading {\n width: 100%;\n z-index: 1000;\n opacity: 0.8;\n text-align: center;\n align-content: center;\n justify-content: center;\n height: 100vh;\n position: absolute;\n background-color: white;\n }\n vaadin-grid {\n height: 75vh;\n font-family: Roboto, sans-serif;\n }\n\n vaadin-grid .cell {\n overflow: hidden;\n text-overflow: ellipsis;\n padding-right: 56px;\n }\n\n vaadin-grid .cell.last {\n padding-right: 24px;\n }\n\n vaadin-grid .cell.numeric {\n text-align: right;\n }\n\n vaadin-grid paper-checkbox {\n --primary-color: var(--paper-indigo-500);\n margin: 0 24px;\n }\n\n vaadin-grid vaadin-grid-sorter .cell {\n flex: 1;\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n\n vaadin-grid vaadin-grid-sorter iron-icon {\n transform: scale(0.8);\n }\n\n vaadin-grid vaadin-grid-sorter:not([direction]) iron-icon {\n color: rgba(0, 0, 0, var(--dark-disabled-opacity));\n }\n\n vaadin-grid vaadin-grid-sorter[direction] {\n color: rgba(0, 0, 0, var(--dark-primary-opacity));\n }\n\n vaadin-grid vaadin-grid-sorter[direction=\"desc\"] iron-icon {\n transform: scale(0.8) rotate(180deg);\n }\n vaadin-grid-sorter {\n text-align: center;\n }\n lrndesign-avatar {\n display: inline-flex;\n }\n lrnsys-dialog {\n display: inline-flex;\n }\n lrnsys-dialog #dialog-trigger span {\n pointer-events: none;\n }\n .avatar-name {\n line-height: 2em;\n margin: 0;\n display: inline-block;\n }\n .listing-select {\n display: block;\n height: 100%;\n margin: 0;\n width: 100%;\n }\n "]);
- _templateObject8_977ba20022d211eaa0764d1a500fd781 = function _templateObject8_977ba20022d211eaa0764d1a500fd781() {
+ _templateObject8_527107a0243411ea86f395335a802507 = function _templateObject8_527107a0243411ea86f395335a802507() {
return data;
};
@@ -20,70 +20,70 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@vaadi
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject7_977ba20022d211eaa0764d1a500fd781() {
+ function _templateObject7_527107a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n ", " \n "]);
- _templateObject7_977ba20022d211eaa0764d1a500fd781 = function _templateObject7_977ba20022d211eaa0764d1a500fd781() {
+ _templateObject7_527107a0243411ea86f395335a802507 = function _templateObject7_527107a0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject6_977ba20022d211eaa0764d1a500fd781() {
+ function _templateObject6_527107a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "s \n ", "\n "]);
- _templateObject6_977ba20022d211eaa0764d1a500fd781 = function _templateObject6_977ba20022d211eaa0764d1a500fd781() {
+ _templateObject6_527107a0243411ea86f395335a802507 = function _templateObject6_527107a0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject5_977ba20022d211eaa0764d1a500fd781() {
+ function _templateObject5_527107a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject5_977ba20022d211eaa0764d1a500fd781 = function _templateObject5_977ba20022d211eaa0764d1a500fd781() {
+ _templateObject5_527107a0243411ea86f395335a802507 = function _templateObject5_527107a0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject4_977ba20022d211eaa0764d1a500fd781() {
+ function _templateObject4_527107a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n \n Student count: ", " \n SIS ID: ", " \n Term: ", " \n Workflow: ", " \n \n "]);
- _templateObject4_977ba20022d211eaa0764d1a500fd781 = function _templateObject4_977ba20022d211eaa0764d1a500fd781() {
+ _templateObject4_527107a0243411ea86f395335a802507 = function _templateObject4_527107a0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_977ba20022d211eaa0764d1a500fd781() {
+ function _templateObject3_527107a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n
Loading.. \n \n \n "]);
- _templateObject3_977ba20022d211eaa0764d1a500fd781 = function _templateObject3_977ba20022d211eaa0764d1a500fd781() {
+ _templateObject3_527107a0243411ea86f395335a802507 = function _templateObject3_527107a0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_977ba20022d211eaa0764d1a500fd781() {
+ function _templateObject2_527107a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", " (", ")\n \n "]);
- _templateObject2_977ba20022d211eaa0764d1a500fd781 = function _templateObject2_977ba20022d211eaa0764d1a500fd781() {
+ _templateObject2_527107a0243411ea86f395335a802507 = function _templateObject2_527107a0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_977ba20022d211eaa0764d1a500fd781() {
+ function _templateObject_527107a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n
Loading.. \n \n \n \n \n \n [[index]] \n \n \n \n \n \n [[item.term]]\n \n \n \n \n \n [[item.name]] \n \n \n \n \n \n [[item.sis_course_id]]\n \n \n \n \n \n [[item.student_count]] \n \n \n \n [[item.workflow_state]] \n \n \n \n \n \n \n ", "\n \n \n \n \n \n \n \n Details \n \n \n \n \n \n \n \n ", "\n
\n \n ", "\n
\n \n ", "\n
\n \n "]);
- _templateObject_977ba20022d211eaa0764d1a500fd781 = function _templateObject_977ba20022d211eaa0764d1a500fd781() {
+ _templateObject_527107a0243411ea86f395335a802507 = function _templateObject_527107a0243411ea86f395335a802507() {
return data;
};
@@ -99,11 +99,11 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@vaadi
value: function render() {
var _this2 = this;
- return (0, _litElement.html)(_templateObject_977ba20022d211eaa0764d1a500fd781(), this.sourcePath, this.handleResponse, this.queryResponseEvent, this._toArray(this.canvasCourses), this._filterTerm, this._filterTermEvent, this._filterCourse, this._filterCourseEvent, this._filterSIS, this._filterSISChanged, this._filterWorkflow, this._filterWorkflowChanged, this.elmslnCourses.map(function (elmsCourse) {
- return (0, _litElement.html)(_templateObject2_977ba20022d211eaa0764d1a500fd781(), elmsCourse.machineName, elmsCourse.name, elmsCourse.machineName);
- }), this._filterELMSLNCourse, this.filterELMSLNCourseEvent, this._triggerDialog, this.sourcePath, this.handleRosterResponse, this.queryResponseRosterEvent, this.activeCourse.name, !this.roster ? (0, _litElement.html)(_templateObject3_977ba20022d211eaa0764d1a500fd781()) : "", this.roster ? (0, _litElement.html)(_templateObject4_977ba20022d211eaa0764d1a500fd781(), this.activeCourse.image ? (0, _litElement.html)(_templateObject5_977ba20022d211eaa0764d1a500fd781(), this.activeCourse.image) : "", this.activeCourse.student_count, this.activeCourse.sis_course_id, this.activeCourse.term, this.activeCourse.workflow_state) : "", this._toArray(this.roster).map(function (roleList) {
- return (0, _litElement.html)(_templateObject6_977ba20022d211eaa0764d1a500fd781(), roleList.role, _this2._toArray(roleList.users).map(function (user) {
- return (0, _litElement.html)(_templateObject7_977ba20022d211eaa0764d1a500fd781(), user.id, user.name, user.picture, user.id, user.name);
+ return (0, _litElement.html)(_templateObject_527107a0243411ea86f395335a802507(), this.sourcePath, this.handleResponse, this.queryResponseEvent, this._toArray(this.canvasCourses), this._filterTerm, this._filterTermEvent, this._filterCourse, this._filterCourseEvent, this._filterSIS, this._filterSISChanged, this._filterWorkflow, this._filterWorkflowChanged, this.elmslnCourses.map(function (elmsCourse) {
+ return (0, _litElement.html)(_templateObject2_527107a0243411ea86f395335a802507(), elmsCourse.machineName, elmsCourse.name, elmsCourse.machineName);
+ }), this._filterELMSLNCourse, this.filterELMSLNCourseEvent, this._triggerDialog, this.sourcePath, this.handleRosterResponse, this.queryResponseRosterEvent, this.activeCourse.name, !this.roster ? (0, _litElement.html)(_templateObject3_527107a0243411ea86f395335a802507()) : "", this.roster ? (0, _litElement.html)(_templateObject4_527107a0243411ea86f395335a802507(), this.activeCourse.image ? (0, _litElement.html)(_templateObject5_527107a0243411ea86f395335a802507(), this.activeCourse.image) : "", this.activeCourse.student_count, this.activeCourse.sis_course_id, this.activeCourse.term, this.activeCourse.workflow_state) : "", this._toArray(this.roster).map(function (roleList) {
+ return (0, _litElement.html)(_templateObject6_527107a0243411ea86f395335a802507(), roleList.role, _this2._toArray(roleList.users).map(function (user) {
+ return (0, _litElement.html)(_templateObject7_527107a0243411ea86f395335a802507(), user.id, user.name, user.picture, user.id, user.name);
}));
}));
}
@@ -149,7 +149,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@vaadi
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject8_977ba20022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject8_527107a0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-cis/lrnapp-cis-course-card.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-cis/lrnapp-cis-course-card.js
index a313d4d7c97..81911c5aecf 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-cis/lrnapp-cis-course-card.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-cis/lrnapp-cis-course-card.js
@@ -6,20 +6,20 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappCisCourseCard = void 0;
- function _templateObject2_977ed65022d211eaa0764d1a500fd781() {
+ function _templateObject2_52746300243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline-flex;\n }\n :host([size=\"micro\"]) {\n transform: scale(0.5);\n }\n :host([size=\"small\"]) {\n transform: scale(0.8);\n }\n paper-card {\n border-radius: 4px;\n margin: 0;\n width: 100%;\n }\n .card-actions {\n background-color: #f5f5f5;\n border-radius: 0 0 4px 4px;\n padding: 0 8px;\n }\n .card-actions .card-action-details {\n display: inline-block;\n vertical-align: middle;\n vertical-align: -webkit-baseline-middle;\n width: 80%;\n }\n .card-control-height {\n height: 240px;\n }\n [elevation=\"0\"] {\n border: solid 1px #eeeeee;\n }\n .text-right {\n text-align: right;\n }\n .text-left {\n text-align: left;\n }\n .name,\n .title {\n color: #222;\n font-size: 14px;\n font-weight: 600;\n line-height: 20px;\n padding: 0 12px;\n overflow: hidden;\n text-overflow: ellipsis;\n margin-top: 8px;\n }\n .title {\n font-size: 12px;\n font-weight: 400;\n }\n .divider {\n height: 1px;\n width: 100%;\n background: #efefef;\n }\n .course-icon {\n --iron-icon-height: 100%;\n --iron-icon-width: 100%;\n overflow: hidden;\n color: grey;\n }\n .course-icon:hover,\n .course-icon:focus {\n color: black;\n }\n .center {\n margin: auto;\n width: 80%;\n padding: 16px;\n }\n .link {\n font-size: 16px;\n line-height: 16px;\n }\n .course-info {\n width: 100%;\n }\n .course-preview {\n height: 160px;\n }\n .card-content {\n padding: 0;\n margin: 0;\n overflow: hidden;\n }\n .inline {\n display: inline;\n }\n "]);
- _templateObject2_977ed65022d211eaa0764d1a500fd781 = function _templateObject2_977ed65022d211eaa0764d1a500fd781() {
+ _templateObject2_52746300243411ea86f395335a802507 = function _templateObject2_52746300243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_977ed65022d211eaa0764d1a500fd781() {
+ function _templateObject_52746300243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n "]);
- _templateObject_977ed65022d211eaa0764d1a500fd781 = function _templateObject_977ed65022d211eaa0764d1a500fd781() {
+ _templateObject_52746300243411ea86f395335a802507 = function _templateObject_52746300243411ea86f395335a802507() {
return data;
};
@@ -41,7 +41,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement render
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_977ed65022d211eaa0764d1a500fd781(), this.elevation, this.icon, !this.icon, this.image, !this.image, this.name, this.title);
+ return (0, _litElement.html)(_templateObject_52746300243411ea86f395335a802507(), this.elevation, this.icon, !this.icon, this.image, !this.image, this.name, this.title);
}
}], [{
key: "styles",
@@ -50,7 +50,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_977ed65022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_52746300243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-cis/lrnapp-cis.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-cis/lrnapp-cis.js
index 488b962bced..49152cbcbf1 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-cis/lrnapp-cis.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-cis/lrnapp-cis.js
@@ -10,170 +10,170 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject17_978df18022d211eaa0764d1a500fd781() {
+ function _templateObject17_5285c820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n
\n \n Add \n \n ", " \n \n \n
\n \n To \n \n \n ", " \n \n \n
This will take a few moments.
\n
\n \n \n "]);
- _templateObject17_978df18022d211eaa0764d1a500fd781 = function _templateObject17_978df18022d211eaa0764d1a500fd781() {
+ _templateObject17_5285c820243411ea86f395335a802507 = function _templateObject17_5285c820243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject16_978df18022d211eaa0764d1a500fd781() {
+ function _templateObject16_5285c820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral([""]);
- _templateObject16_978df18022d211eaa0764d1a500fd781 = function _templateObject16_978df18022d211eaa0764d1a500fd781() {
+ _templateObject16_5285c820243411ea86f395335a802507 = function _templateObject16_5285c820243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject15_978df18022d211eaa0764d1a500fd781() {
+ function _templateObject15_5285c820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral([""]);
- _templateObject15_978df18022d211eaa0764d1a500fd781 = function _templateObject15_978df18022d211eaa0764d1a500fd781() {
+ _templateObject15_5285c820243411ea86f395335a802507 = function _templateObject15_5285c820243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject14_978df18022d211eaa0764d1a500fd781() {
+ function _templateObject14_5285c820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n
Danger zone \n \n \n "]);
- _templateObject14_978df18022d211eaa0764d1a500fd781 = function _templateObject14_978df18022d211eaa0764d1a500fd781() {
+ _templateObject14_5285c820243411ea86f395335a802507 = function _templateObject14_5285c820243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject13_978df18022d211eaa0764d1a500fd781() {
+ function _templateObject13_5285c820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n ", "\n "]);
- _templateObject13_978df18022d211eaa0764d1a500fd781 = function _templateObject13_978df18022d211eaa0764d1a500fd781() {
+ _templateObject13_5285c820243411ea86f395335a802507 = function _templateObject13_5285c820243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject12_978df18022d211eaa0764d1a500fd781() {
+ function _templateObject12_5285c820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n Make the ", "\n service \n \n "]);
- _templateObject12_978df18022d211eaa0764d1a500fd781 = function _templateObject12_978df18022d211eaa0764d1a500fd781() {
+ _templateObject12_5285c820243411ea86f395335a802507 = function _templateObject12_5285c820243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject11_978df18022d211eaa0764d1a500fd781() {
+ function _templateObject11_5285c820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n ", " \n \n "]);
- _templateObject11_978df18022d211eaa0764d1a500fd781 = function _templateObject11_978df18022d211eaa0764d1a500fd781() {
+ _templateObject11_5285c820243411ea86f395335a802507 = function _templateObject11_5285c820243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject10_978df18022d211eaa0764d1a500fd781() {
+ function _templateObject10_5285c820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n "]);
- _templateObject10_978df18022d211eaa0764d1a500fd781 = function _templateObject10_978df18022d211eaa0764d1a500fd781() {
+ _templateObject10_5285c820243411ea86f395335a802507 = function _templateObject10_5285c820243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject9_978df18022d211eaa0764d1a500fd781() {
+ function _templateObject9_5285c820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n "]);
- _templateObject9_978df18022d211eaa0764d1a500fd781 = function _templateObject9_978df18022d211eaa0764d1a500fd781() {
+ _templateObject9_5285c820243411ea86f395335a802507 = function _templateObject9_5285c820243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject8_978df18022d211eaa0764d1a500fd781() {
+ function _templateObject8_5285c820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n
Details \n
\n \n Academic unit:\n ", "\n \n \n Program:\n ", "\n \n \n
Learning Network \n ", "\n
\n \n \n \n
Operations \n ", "\n \n \n \n ", "
\n "]);
- _templateObject8_978df18022d211eaa0764d1a500fd781 = function _templateObject8_978df18022d211eaa0764d1a500fd781() {
+ _templateObject8_5285c820243411ea86f395335a802507 = function _templateObject8_5285c820243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject7_978df18022d211eaa0764d1a500fd781() {
+ function _templateObject7_5285c820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject7_978df18022d211eaa0764d1a500fd781 = function _templateObject7_978df18022d211eaa0764d1a500fd781() {
+ _templateObject7_5285c820243411ea86f395335a802507 = function _templateObject7_5285c820243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject6_978df18022d211eaa0764d1a500fd781() {
+ function _templateObject6_5285c820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n "]);
- _templateObject6_978df18022d211eaa0764d1a500fd781 = function _templateObject6_978df18022d211eaa0764d1a500fd781() {
+ _templateObject6_5285c820243411ea86f395335a802507 = function _templateObject6_5285c820243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject5_978df18022d211eaa0764d1a500fd781() {
+ function _templateObject5_5285c820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n "]);
- _templateObject5_978df18022d211eaa0764d1a500fd781 = function _templateObject5_978df18022d211eaa0764d1a500fd781() {
+ _templateObject5_5285c820243411ea86f395335a802507 = function _templateObject5_5285c820243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject4_978df18022d211eaa0764d1a500fd781() {
+ function _templateObject4_5285c820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n "]);
- _templateObject4_978df18022d211eaa0764d1a500fd781 = function _templateObject4_978df18022d211eaa0764d1a500fd781() {
+ _templateObject4_5285c820243411ea86f395335a802507 = function _templateObject4_5285c820243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_978df18022d211eaa0764d1a500fd781() {
+ function _templateObject3_5285c820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n "]);
- _templateObject3_978df18022d211eaa0764d1a500fd781 = function _templateObject3_978df18022d211eaa0764d1a500fd781() {
+ _templateObject3_5285c820243411ea86f395335a802507 = function _templateObject3_5285c820243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_978df18022d211eaa0764d1a500fd781() {
+ function _templateObject2_5285c820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n
Loading.. \n \n \n \n Displaying ", " of\n ", " \n \n \n -- Any -- \n ", "\n \n \n \n \n -- Any -- \n ", "\n \n \n \n \n -- Any -- \n ", "\n \n \n \n \n \n \n \n \n Course details \n \n \n \n ", "\n
\n \n \n ", "\n \n "]);
- _templateObject2_978df18022d211eaa0764d1a500fd781 = function _templateObject2_978df18022d211eaa0764d1a500fd781() {
+ _templateObject2_5285c820243411ea86f395335a802507 = function _templateObject2_5285c820243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_978df18022d211eaa0764d1a500fd781() {
+ function _templateObject_5285c820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n align-content: center;\n }\n #loading {\n width: 100%;\n z-index: 1000;\n opacity: 0.9;\n padding: 4em 0 0 0;\n text-align: center;\n align-content: center;\n justify-content: center;\n height: 100vh;\n position: absolute;\n background-color: white;\n }\n #dialog {\n width: 80vw;\n }\n iron-selector {\n line-height: 1em;\n }\n iron-selector lrnsys-button {\n display: inline-flex;\n }\n paper-button.coursecard-wrapper {\n margin: 0;\n padding: 0;\n }\n paper-button.coursecard-wrapper:focus {\n outline: blue solid 1px;\n }\n lrnapp-cis-course-card {\n padding: 0;\n margin: 1em;\n height: 15em;\n width: 14em;\n }\n .courses-grid {\n margin: 0 auto;\n width: 95%;\n }\n .iron-selected .display-mode {\n background-color: #ff6f00;\n color: white;\n }\n .list-container {\n display: block;\n flex-direction: column;\n min-height: 50vh;\n flex: 1 1 auto;\n }\n .list-container .coursecard-wrapper {\n display: inline-flex;\n }\n .dialog-header {\n height: unset !important;\n padding: 0 !important;\n }\n .course-dialog-heading.lrndesign-course-banner {\n font-size: 1em;\n height: 4em !important;\n }\n #coursedetails {\n margin-top: 1em;\n }\n #confirm {\n max-width: 400px;\n max-height: 300px;\n }\n .buttons {\n text-align: center;\n }\n .buttons paper-button {\n width: 10em;\n height: 4em;\n }\n .dialog-body {\n padding: 1em;\n font-size: 1.8em;\n text-align: center;\n margin: 0 auto;\n }\n .dialog-body lrn-icon.service-confirm-icon {\n width: 5em;\n height: 5em;\n }\n .dialog-body responsive-grid-col {\n height: 4.5em;\n }\n .dialog-body lrndesign-avatar.service-confirm-icon {\n display: inline-block;\n }\n "]);
- _templateObject_978df18022d211eaa0764d1a500fd781 = function _templateObject_978df18022d211eaa0764d1a500fd781() {
+ _templateObject_5285c820243411ea86f395335a802507 = function _templateObject_5285c820243411ea86f395335a802507() {
return data;
};
@@ -202,7 +202,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_978df18022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_5285c820243411ea86f395335a802507())];
}
/**
* HTMLElement
@@ -240,17 +240,17 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
value: function render() {
var _this2 = this;
- return (0, _litElement.html)(_templateObject2_978df18022d211eaa0764d1a500fd781(), this.sourcePath, this.__cisResponseChanged, this._handleResponse, this.courseDataPath, this.__courseResponseChanged, this._handleCourseResponse, this.makeServicePath, this.__makeServiceResponseChanged, this._handleMakeServiceResponse, this.courses.length, this.originalCourses.length, this.courses.length == 0 ? true : false, this.queryParams.course, this._queryParamsCourseChanged, this.originalCourses.map(function (course) {
- return (0, _litElement.html)(_templateObject3_978df18022d211eaa0764d1a500fd781(), course.id, course.attributes.name);
+ return (0, _litElement.html)(_templateObject2_5285c820243411ea86f395335a802507(), this.sourcePath, this.__cisResponseChanged, this._handleResponse, this.courseDataPath, this.__courseResponseChanged, this._handleCourseResponse, this.makeServicePath, this.__makeServiceResponseChanged, this._handleMakeServiceResponse, this.courses.length, this.originalCourses.length, this.courses.length == 0 ? true : false, this.queryParams.course, this._queryParamsCourseChanged, this.originalCourses.map(function (course) {
+ return (0, _litElement.html)(_templateObject3_5285c820243411ea86f395335a802507(), course.id, course.attributes.name);
}), this.programs.length == 0 ? true : false, this.queryParams.program, this._queryParamsProgramChanged, this.programs.map(function (program) {
- return (0, _litElement.html)(_templateObject4_978df18022d211eaa0764d1a500fd781(), program.id, program.attributes.name);
+ return (0, _litElement.html)(_templateObject4_5285c820243411ea86f395335a802507(), program.id, program.attributes.name);
}), this.academics.length == 0 ? true : false, this.queryParams.academic, this._queryParamsAcademicChanged, this.academics.map(function (academic) {
- return (0, _litElement.html)(_templateObject5_978df18022d211eaa0764d1a500fd781(), academic.id, academic.attributes.name);
+ return (0, _litElement.html)(_templateObject5_5285c820243411ea86f395335a802507(), academic.id, academic.attributes.name);
}), this.courses.map(function (course) {
- return (0, _litElement.html)(_templateObject6_978df18022d211eaa0764d1a500fd781(), course.id, _this2._loadCourseUrl, course.id, course.attributes.name, course.attributes.image, course.attributes.title, course.attributes.color);
- }), this.route, this.__routeChangedEvent, this.queryParams, this.queryParamsChanged, this.route, this.__routeChangedEvent, this.endPoint, this.tail, this.__tailChanged, this.data, this.__dataChanged, this.queryParams, this.queryParamsChanged, this.activeCourse.attributes ? (0, _litElement.html)(_templateObject7_978df18022d211eaa0764d1a500fd781(), this.activeCourse.attributes.image, this.activeCourse.attributes.name, this.activeCourse.attributes.title, this.activeCourse.attributes.color) : "", this.activeCourse.attributes ? (0, _litElement.html)(_templateObject8_978df18022d211eaa0764d1a500fd781(), !this.activeCourse.relationships.academic.attributes.name, this.activeCourse.relationships.academic.attributes.name, !this.activeCourse.relationships.program.attributes.name, this.activeCourse.relationships.program.attributes.name, this.activeCourse.topology ? (0, _litElement.html)(_templateObject9_978df18022d211eaa0764d1a500fd781(), this.activeCourse.topology.Network.map(function (service) {
- return (0, _litElement.html)(_templateObject10_978df18022d211eaa0764d1a500fd781(), service._exists ? (0, _litElement.html)(_templateObject11_978df18022d211eaa0764d1a500fd781(), service.url, service.color, service.icon, service.title) : (0, _litElement.html)(_templateObject12_978df18022d211eaa0764d1a500fd781(), _this2._makeService, service.machine_name, service.machine_name, service.icon, service.machine_name, service.title));
- })) : "", this.activeCourse.meta.canUpdate ? (0, _litElement.html)(_templateObject13_978df18022d211eaa0764d1a500fd781(), this.activeCourse.uris.edit, this.activeCourse.uris.addOffering, this.activeCourse.uris.offerings, this.activeCourse.uris.sync, this.activeCourse.uris.uri, this.activeCourse.meta.canDelete ? (0, _litElement.html)(_templateObject14_978df18022d211eaa0764d1a500fd781(), this.activeCourse.uris.delete) : (0, _litElement.html)(_templateObject15_978df18022d211eaa0764d1a500fd781())) : (0, _litElement.html)(_templateObject16_978df18022d211eaa0764d1a500fd781()), this.activeCourse.attributes.body) : "", this.activeCourse.attributes ? (0, _litElement.html)(_templateObject17_978df18022d211eaa0764d1a500fd781(), this.activeCourse.attributes.title, this._activeService.icon, this._activeService.color, this._activeService.title, this.activeCourse.attributes.name, this.activeCourse.attributes.color, this.activeCourse.attributes.title, this._confirmBuild) : "");
+ return (0, _litElement.html)(_templateObject6_5285c820243411ea86f395335a802507(), course.id, _this2._loadCourseUrl, course.id, course.attributes.name, course.attributes.image, course.attributes.title, course.attributes.color);
+ }), this.route, this.__routeChangedEvent, this.queryParams, this.queryParamsChanged, this.route, this.__routeChangedEvent, this.endPoint, this.tail, this.__tailChanged, this.data, this.__dataChanged, this.queryParams, this.queryParamsChanged, this.activeCourse.attributes ? (0, _litElement.html)(_templateObject7_5285c820243411ea86f395335a802507(), this.activeCourse.attributes.image, this.activeCourse.attributes.name, this.activeCourse.attributes.title, this.activeCourse.attributes.color) : "", this.activeCourse.attributes ? (0, _litElement.html)(_templateObject8_5285c820243411ea86f395335a802507(), !this.activeCourse.relationships.academic.attributes.name, this.activeCourse.relationships.academic.attributes.name, !this.activeCourse.relationships.program.attributes.name, this.activeCourse.relationships.program.attributes.name, this.activeCourse.topology ? (0, _litElement.html)(_templateObject9_5285c820243411ea86f395335a802507(), this.activeCourse.topology.Network.map(function (service) {
+ return (0, _litElement.html)(_templateObject10_5285c820243411ea86f395335a802507(), service._exists ? (0, _litElement.html)(_templateObject11_5285c820243411ea86f395335a802507(), service.url, service.color, service.icon, service.title) : (0, _litElement.html)(_templateObject12_5285c820243411ea86f395335a802507(), _this2._makeService, service.machine_name, service.machine_name, service.icon, service.machine_name, service.title));
+ })) : "", this.activeCourse.meta.canUpdate ? (0, _litElement.html)(_templateObject13_5285c820243411ea86f395335a802507(), this.activeCourse.uris.edit, this.activeCourse.uris.addOffering, this.activeCourse.uris.offerings, this.activeCourse.uris.sync, this.activeCourse.uris.uri, this.activeCourse.meta.canDelete ? (0, _litElement.html)(_templateObject14_5285c820243411ea86f395335a802507(), this.activeCourse.uris.delete) : (0, _litElement.html)(_templateObject15_5285c820243411ea86f395335a802507())) : (0, _litElement.html)(_templateObject16_5285c820243411ea86f395335a802507()), this.activeCourse.attributes.body) : "", this.activeCourse.attributes ? (0, _litElement.html)(_templateObject17_5285c820243411ea86f395335a802507(), this.activeCourse.attributes.title, this._activeService.icon, this._activeService.color, this._activeService.title, this.activeCourse.attributes.name, this.activeCourse.attributes.color, this.activeCourse.attributes.title, this._confirmBuild) : "");
}
}, {
key: "queryParamsChanged",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-gallery-grid/lrnapp-gallery-grid.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-gallery-grid/lrnapp-gallery-grid.js
index a60a4d3eafa..51cd4c7c39f 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-gallery-grid/lrnapp-gallery-grid.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-gallery-grid/lrnapp-gallery-grid.js
@@ -6,30 +6,30 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappGalleryGrid = void 0;
- function _templateObject3_9792374022d211eaa0764d1a500fd781() {
+ function _templateObject3_5289e6d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject3_9792374022d211eaa0764d1a500fd781 = function _templateObject3_9792374022d211eaa0764d1a500fd781() {
+ _templateObject3_5289e6d0243411ea86f395335a802507 = function _templateObject3_5289e6d0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_9792374022d211eaa0764d1a500fd781() {
+ function _templateObject2_5289e6d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n ", "\n \n \n \n \n \n \n
\n Title: ", " \n
\n
\n Author: ", " \n
\n \n \n
\n \n \n "]);
- _templateObject2_9792374022d211eaa0764d1a500fd781 = function _templateObject2_9792374022d211eaa0764d1a500fd781() {
+ _templateObject2_5289e6d0243411ea86f395335a802507 = function _templateObject2_5289e6d0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9792374022d211eaa0764d1a500fd781() {
+ function _templateObject_5289e6d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n paper-button {\n padding: 0;\n margin: 0;\n min-width: 1rem;\n }\n #details {\n opacity: 0.5;\n position: absolute;\n bottom: 0;\n right: 0;\n margin: 0 1rem 0 0;\n background-color: white;\n padding: 0.5em;\n }\n #details:hover {\n opacity: 1;\n }\n #details span {\n font-size: 0.6em;\n font-weight: normal;\n }\n #details .comment-on-work {\n font-size: 0.8em;\n background-color: white;\n }\n "]);
- _templateObject_9792374022d211eaa0764d1a500fd781 = function _templateObject_9792374022d211eaa0764d1a500fd781() {
+ _templateObject_5289e6d0243411ea86f395335a802507 = function _templateObject_5289e6d0243411ea86f395335a802507() {
return data;
};
@@ -47,7 +47,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_9792374022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_5289e6d0243411ea86f395335a802507())];
}
}]);
@@ -85,8 +85,8 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
}, {
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_9792374022d211eaa0764d1a500fd781(), this.sourcePath, this.submissionsChangedEvent, this._loadMoreData, this._toArray(this.submissions.data), this._toArray(item.images).map(function (image) {
- return (0, _litElement.html)(_templateObject3_9792374022d211eaa0764d1a500fd781(), item.url, item.title, item.title, image.src, item.author, item.comments, image.height, image.width);
+ return (0, _litElement.html)(_templateObject2_5289e6d0243411ea86f395335a802507(), this.sourcePath, this.submissionsChangedEvent, this._loadMoreData, this._toArray(this.submissions.data), this._toArray(item.images).map(function (image) {
+ return (0, _litElement.html)(_templateObject3_5289e6d0243411ea86f395335a802507(), item.url, item.title, item.title, image.src, item.author, item.comments, image.height, image.width);
}), this.activeImage, this.activeTitle, this.activeAuthor, this.activeComments, this.activeUrl);
}
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-open-studio/lrnapp-open-studio-assignments.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-open-studio/lrnapp-open-studio-assignments.js
index 82ef8daf530..bd647d3ed65 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-open-studio/lrnapp-open-studio-assignments.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-open-studio/lrnapp-open-studio-assignments.js
@@ -7,60 +7,60 @@ define(["exports", "require", "../../../../lit-element/lit-element.js", "../../.
_exports.LrnappOpenStudioAssignments = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject6_97978e7022d211eaa0764d1a500fd781() {
+ function _templateObject6_528fda40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n align-content: center;\n }\n #loading {\n width: 100%;\n z-index: 1000;\n opacity: 0.8;\n text-align: center;\n align-content: center;\n justify-content: center;\n height: 100vh;\n position: absolute;\n background-color: white;\n }\n h1.empty-title,\n h1.assignment-title {\n font-size: 2em;\n }\n .submission-title {\n font-size: 1em;\n font-weight: bold;\n width: 100%;\n margin-bottom: 2rem;\n text-transform: none;\n }\n .submission-list {\n display: flex;\n align-items: center;\n }\n .submission-list-item {\n overflow: hidden;\n text-overflow: ellipsis;\n word-break: break-all;\n word-wrap: break-word;\n }\n "]);
- _templateObject6_97978e7022d211eaa0764d1a500fd781 = function _templateObject6_97978e7022d211eaa0764d1a500fd781() {
+ _templateObject6_528fda40243411ea86f395335a802507 = function _templateObject6_528fda40243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject5_97978e7022d211eaa0764d1a500fd781() {
+ function _templateObject5_528fda40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n Please select an Assignment in order to view all submissions\n \n "]);
- _templateObject5_97978e7022d211eaa0764d1a500fd781 = function _templateObject5_97978e7022d211eaa0764d1a500fd781() {
+ _templateObject5_528fda40243411ea86f395335a802507 = function _templateObject5_528fda40243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject4_97978e7022d211eaa0764d1a500fd781() {
+ function _templateObject4_528fda40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n Tap to comment on ", " by\n ", "\n \n "]);
- _templateObject4_97978e7022d211eaa0764d1a500fd781 = function _templateObject4_97978e7022d211eaa0764d1a500fd781() {
+ _templateObject4_528fda40243411ea86f395335a802507 = function _templateObject4_528fda40243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_97978e7022d211eaa0764d1a500fd781() {
+ function _templateObject3_528fda40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n ", " \n \n "]);
- _templateObject3_97978e7022d211eaa0764d1a500fd781 = function _templateObject3_97978e7022d211eaa0764d1a500fd781() {
+ _templateObject3_528fda40243411ea86f395335a802507 = function _templateObject3_528fda40243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_97978e7022d211eaa0764d1a500fd781() {
+ function _templateObject2_528fda40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n \n ", "\n
\n ", "\n "]);
- _templateObject2_97978e7022d211eaa0764d1a500fd781 = function _templateObject2_97978e7022d211eaa0764d1a500fd781() {
+ _templateObject2_528fda40243411ea86f395335a802507 = function _templateObject2_528fda40243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_97978e7022d211eaa0764d1a500fd781() {
+ function _templateObject_528fda40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n ", "\n "]);
- _templateObject_97978e7022d211eaa0764d1a500fd781 = function _templateObject_97978e7022d211eaa0764d1a500fd781() {
+ _templateObject_528fda40243411ea86f395335a802507 = function _templateObject_528fda40243411ea86f395335a802507() {
return data;
};
@@ -76,11 +76,11 @@ define(["exports", "require", "../../../../lit-element/lit-element.js", "../../.
value: function render() {
var _this2 = this;
- return (0, _litElement.html)(_templateObject_97978e7022d211eaa0764d1a500fd781(), this.showSubmissions ? (0, _litElement.html)(_templateObject2_97978e7022d211eaa0764d1a500fd781(), this.activeAssignment.attributes.title, this.submissions.map(function (submission) {
- return (0, _litElement.html)(_templateObject3_97978e7022d211eaa0764d1a500fd781(), _this2._scrollToTarget, submission.id, submission.relationships.author.data.avatar, submission.relationships.author.data.name, submission.id, submission.relationships.author.data.display_name);
+ return (0, _litElement.html)(_templateObject_528fda40243411ea86f395335a802507(), this.showSubmissions ? (0, _litElement.html)(_templateObject2_528fda40243411ea86f395335a802507(), this.activeAssignment.attributes.title, this.submissions.map(function (submission) {
+ return (0, _litElement.html)(_templateObject3_528fda40243411ea86f395335a802507(), _this2._scrollToTarget, submission.id, submission.relationships.author.data.avatar, submission.relationships.author.data.name, submission.id, submission.relationships.author.data.display_name);
}), this.submissions.map(function (submission) {
- return (0, _litElement.html)(_templateObject4_97978e7022d211eaa0764d1a500fd781(), submission.id, submission, _this2._loadSubmissionUrl, submission.id, submission.attributes.title, submission.relationships.author.data.display_name);
- })) : (0, _litElement.html)(_templateObject5_97978e7022d211eaa0764d1a500fd781()));
+ return (0, _litElement.html)(_templateObject4_528fda40243411ea86f395335a802507(), submission.id, submission, _this2._loadSubmissionUrl, submission.id, submission.attributes.title, submission.relationships.author.data.display_name);
+ })) : (0, _litElement.html)(_templateObject5_528fda40243411ea86f395335a802507()));
}
}], [{
key: "styles",
@@ -89,7 +89,7 @@ define(["exports", "require", "../../../../lit-element/lit-element.js", "../../.
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject6_97978e7022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject6_528fda40243411ea86f395335a802507())];
}
}]);
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-open-studio/lrnapp-open-studio-projects.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-open-studio/lrnapp-open-studio-projects.js
index c5a4d9b8709..34205f76b73 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-open-studio/lrnapp-open-studio-projects.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-open-studio/lrnapp-open-studio-projects.js
@@ -7,60 +7,60 @@ define(["exports", "require", "../../../../lit-element/lit-element.js", "../../.
_exports.LrnappOpenStudioProjects = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject6_979d33c022d211eaa0764d1a500fd781() {
+ function _templateObject6_52969100243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n Please select an Author and Project in order to review their\n portfolio\n \n "]);
- _templateObject6_979d33c022d211eaa0764d1a500fd781 = function _templateObject6_979d33c022d211eaa0764d1a500fd781() {
+ _templateObject6_52969100243411ea86f395335a802507 = function _templateObject6_52969100243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject5_979d33c022d211eaa0764d1a500fd781() {
+ function _templateObject5_52969100243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n \n "]);
- _templateObject5_979d33c022d211eaa0764d1a500fd781 = function _templateObject5_979d33c022d211eaa0764d1a500fd781() {
+ _templateObject5_52969100243411ea86f395335a802507 = function _templateObject5_52969100243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject4_979d33c022d211eaa0764d1a500fd781() {
+ function _templateObject4_52969100243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject4_979d33c022d211eaa0764d1a500fd781 = function _templateObject4_979d33c022d211eaa0764d1a500fd781() {
+ _templateObject4_52969100243411ea86f395335a802507 = function _templateObject4_52969100243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_979d33c022d211eaa0764d1a500fd781() {
+ function _templateObject3_52969100243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n \n ", "\n
\n ", "\n "]);
- _templateObject3_979d33c022d211eaa0764d1a500fd781 = function _templateObject3_979d33c022d211eaa0764d1a500fd781() {
+ _templateObject3_52969100243411ea86f395335a802507 = function _templateObject3_52969100243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_979d33c022d211eaa0764d1a500fd781() {
+ function _templateObject2_52969100243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n ", "\n "]);
- _templateObject2_979d33c022d211eaa0764d1a500fd781 = function _templateObject2_979d33c022d211eaa0764d1a500fd781() {
+ _templateObject2_52969100243411ea86f395335a802507 = function _templateObject2_52969100243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_979d33c022d211eaa0764d1a500fd781() {
+ function _templateObject_52969100243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n align-content: center;\n }\n h1.empty-title,\n h1.project-title {\n font-size: 2em;\n }\n h2.assignment-title {\n font-size: 1.5em;\n font-weight: bold;\n width: 100%;\n border-bottom: solid 1px grey;\n }\n .project-steps {\n display: flex;\n align-items: center;\n }\n .project-step {\n overflow: hidden;\n text-overflow: ellipsis;\n word-break: break-all;\n word-wrap: break-word;\n }\n "]);
- _templateObject_979d33c022d211eaa0764d1a500fd781 = function _templateObject_979d33c022d211eaa0764d1a500fd781() {
+ _templateObject_52969100243411ea86f395335a802507 = function _templateObject_52969100243411ea86f395335a802507() {
return data;
};
@@ -78,7 +78,7 @@ define(["exports", "require", "../../../../lit-element/lit-element.js", "../../.
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_979d33c022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_52969100243411ea86f395335a802507())];
}
}]);
@@ -101,11 +101,11 @@ define(["exports", "require", "../../../../lit-element/lit-element.js", "../../.
value: function render() {
var _this2 = this;
- return (0, _litElement.html)(_templateObject2_979d33c022d211eaa0764d1a500fd781(), this.showSubmissions ? (0, _litElement.html)(_templateObject3_979d33c022d211eaa0764d1a500fd781(), this.activeProject.attributes.title, this.activeProject.attributes.steps.map(function (assignment) {
- return (0, _litElement.html)(_templateObject4_979d33c022d211eaa0764d1a500fd781(), _this2._getSubmissionIcon(assignment.id), _this2._getSubmissionClass(assignment.id), _this2._scrollToTarget, assignment.title, assignment.id, !assignment.title);
+ return (0, _litElement.html)(_templateObject2_52969100243411ea86f395335a802507(), this.showSubmissions ? (0, _litElement.html)(_templateObject3_52969100243411ea86f395335a802507(), this.activeProject.attributes.title, this.activeProject.attributes.steps.map(function (assignment) {
+ return (0, _litElement.html)(_templateObject4_52969100243411ea86f395335a802507(), _this2._getSubmissionIcon(assignment.id), _this2._getSubmissionClass(assignment.id), _this2._scrollToTarget, assignment.title, assignment.id, !assignment.title);
}), this.renderSubmissions.map(function (submission) {
- return (0, _litElement.html)(_templateObject5_979d33c022d211eaa0764d1a500fd781(), submission.relationships.assignment.title, submission.relationships.assignment.id, submission.relationships.assignment.title, submission);
- })) : (0, _litElement.html)(_templateObject6_979d33c022d211eaa0764d1a500fd781()));
+ return (0, _litElement.html)(_templateObject5_52969100243411ea86f395335a802507(), submission.relationships.assignment.title, submission.relationships.assignment.id, submission.relationships.assignment.title, submission);
+ })) : (0, _litElement.html)(_templateObject6_52969100243411ea86f395335a802507()));
}
}, {
key: "updated",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-open-studio/lrnapp-open-studio-table.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-open-studio/lrnapp-open-studio-table.js
index 0035f94305d..5f76da9c7f9 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-open-studio/lrnapp-open-studio-table.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-open-studio/lrnapp-open-studio-table.js
@@ -6,20 +6,20 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappOpenStudioTable = void 0;
- function _templateObject2_97a1798022d211eaa0764d1a500fd781() {
+ function _templateObject2_529a88a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n align-content: center;\n padding: 0.8em;\n }\n #loading {\n width: 100%;\n z-index: 1000;\n opacity: 0.8;\n text-align: center;\n align-content: center;\n justify-content: center;\n height: 100vh;\n position: absolute;\n background-color: white;\n }\n .center-data {\n text-align: center;\n }\n vaadin-grid {\n height: 75vh;\n font-family: Roboto, sans-serif;\n --divider-color: rgba(0, 0, 0, var(--dark-divider-opacity));\n }\n\n vaadin-grid .cell {\n overflow: hidden;\n text-overflow: ellipsis;\n padding-right: 56px;\n }\n\n vaadin-grid .cell.last {\n padding-right: 24px;\n }\n\n vaadin-grid .cell.numeric {\n text-align: right;\n }\n\n vaadin-grid paper-checkbox {\n --primary-color: var(--paper-indigo-500);\n margin: 0 24px;\n }\n\n vaadin-grid vaadin-grid-sorter .cell {\n flex: 1;\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n\n vaadin-grid vaadin-grid-sorter iron-icon {\n transform: scale(0.8);\n }\n\n vaadin-grid vaadin-grid-sorter:not([direction]) iron-icon {\n color: rgba(0, 0, 0, var(--dark-disabled-opacity));\n }\n\n vaadin-grid vaadin-grid-sorter[direction] {\n color: rgba(0, 0, 0, var(--dark-primary-opacity));\n }\n\n vaadin-grid vaadin-grid-sorter[direction=\"desc\"] iron-icon {\n transform: scale(0.8) rotate(180deg);\n }\n vaadin-grid-sorter {\n text-align: center;\n }\n "]);
- _templateObject2_97a1798022d211eaa0764d1a500fd781 = function _templateObject2_97a1798022d211eaa0764d1a500fd781() {
+ _templateObject2_529a88a0243411ea86f395335a802507 = function _templateObject2_529a88a0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_97a1798022d211eaa0764d1a500fd781() {
+ function _templateObject_529a88a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n [[item.relationships.project.data.title]] \n \n \n \n \n \n [[item.relationships.assignment.data.title]]\n \n \n \n \n \n [[item.attributes.title]] \n \n \n \n \n \n \n [[item.meta.humandate]]\n \n \n \n \n \n \n [[item.relationships.author.data.display_name]]\n \n \n \n \n \n [[item.meta.comment_count]] \n \n \n \n \n \n \n [[item.attributes.images.length]] \n \n \n \n \n \n \n [[item.attributes.video.length]] \n \n \n \n \n \n \n [[item.attributes.links.length]] \n \n \n \n \n \n \n [[item.attributes.files.length]] \n \n \n \n \n "]);
- _templateObject_97a1798022d211eaa0764d1a500fd781 = function _templateObject_97a1798022d211eaa0764d1a500fd781() {
+ _templateObject_529a88a0243411ea86f395335a802507 = function _templateObject_529a88a0243411ea86f395335a802507() {
return data;
};
@@ -33,7 +33,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
babelHelpers.createClass(LrnappOpenStudioTable, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_97a1798022d211eaa0764d1a500fd781(), this.submissions, this.submissionsEvent, this._loadProjectRoute, this._loadSubmissionUrl);
+ return (0, _litElement.html)(_templateObject_529a88a0243411ea86f395335a802507(), this.submissions, this.submissionsEvent, this._loadProjectRoute, this._loadSubmissionUrl);
}
}, {
key: "submissionsEvent",
@@ -47,7 +47,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_97a1798022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_529a88a0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-open-studio/lrnapp-open-studio.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-open-studio/lrnapp-open-studio.js
index 045179d0422..11117aea77b 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-open-studio/lrnapp-open-studio.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-open-studio/lrnapp-open-studio.js
@@ -6,10 +6,10 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappOpenStudio = void 0;
- function _templateObject5_97ac9d1022d211eaa0764d1a500fd781() {
+ function _templateObject5_52ccbc30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n align-content: center;\n }\n #loading {\n width: 100%;\n z-index: 1000;\n opacity: 0.8;\n text-align: center;\n align-content: center;\n justify-content: center;\n height: 100vh;\n position: absolute;\n background-color: white;\n }\n iron-selector {\n line-height: 1em;\n }\n iron-selector lrnsys-button {\n display: inline-flex;\n }\n iron-selector a {\n display: inline-block;\n }\n .gallerycard-wrapper {\n margin: 0;\n padding: 0;\n }\n lrndesign-gallerycard {\n padding: 0;\n margin: 1em;\n height: 15em;\n width: 14em;\n }\n app-toolbar {\n height: 48px;\n }\n .gallery-grid {\n margin: 0 auto;\n width: 95%;\n }\n .iron-selected .display-mode {\n background-color: var(--elmsln-system-color-dark);\n color: white;\n --lrnsys-button-link-color: white;\n }\n .iron-list-container {\n display: flex;\n flex-direction: column;\n min-height: 50vh;\n }\n iron-list {\n height: 100vh;\n }\n "]);
- _templateObject5_97ac9d1022d211eaa0764d1a500fd781 = function _templateObject5_97ac9d1022d211eaa0764d1a500fd781() {
+ _templateObject5_52ccbc30243411ea86f395335a802507 = function _templateObject5_52ccbc30243411ea86f395335a802507() {
return data;
};
@@ -20,40 +20,40 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject4_97ac9d1022d211eaa0764d1a500fd781() {
+ function _templateObject4_52ccbc30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject4_97ac9d1022d211eaa0764d1a500fd781 = function _templateObject4_97ac9d1022d211eaa0764d1a500fd781() {
+ _templateObject4_52ccbc30243411ea86f395335a802507 = function _templateObject4_52ccbc30243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_97ac9d1022d211eaa0764d1a500fd781() {
+ function _templateObject3_52ccbc30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject3_97ac9d1022d211eaa0764d1a500fd781 = function _templateObject3_97ac9d1022d211eaa0764d1a500fd781() {
+ _templateObject3_52ccbc30243411ea86f395335a802507 = function _templateObject3_52ccbc30243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_97ac9d1022d211eaa0764d1a500fd781() {
+ function _templateObject2_52ccbc30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject2_97ac9d1022d211eaa0764d1a500fd781 = function _templateObject2_97ac9d1022d211eaa0764d1a500fd781() {
+ _templateObject2_52ccbc30243411ea86f395335a802507 = function _templateObject2_52ccbc30243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_97ac9d1022d211eaa0764d1a500fd781() {
+ function _templateObject_52ccbc30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n \n \n\n \n
Loading.. \n \n \n \n \n \n \n \n \n \n \n Displaying ", " of\n ", " \n \n \n \n ", "\n \n \n \n \n \n ", "\n \n \n \n \n \n ", "\n \n \n \n \n \n \n "]);
- _templateObject_97ac9d1022d211eaa0764d1a500fd781 = function _templateObject_97ac9d1022d211eaa0764d1a500fd781() {
+ _templateObject_52ccbc30243411ea86f395335a802507 = function _templateObject_52ccbc30243411ea86f395335a802507() {
return data;
};
@@ -67,12 +67,12 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
babelHelpers.createClass(LrnappOpenStudio, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_97ac9d1022d211eaa0764d1a500fd781(), this.sourcePath, this.studioResponseChangedEvent, this._handleResponse, this.route, this.routeChangedEvent, this.queryParams, this.queryParamsChangedEvent, this.route, this.routeChangedEvent, this.data, this.dataChangedEvent, this.tail, this.tailChangedEvent, this.queryParams, this.queryParamsChangedEvent, this.endPoint, this.data.page, this.dataPageChangedEvent, this._submissionsClicked, this._projectsClicked, this._assignmentsClicked, this._tableClicked, this.submissions.length, this.originalSubmissions.length, !this.authors, this.queryParams.author, this.queryParamsAuthorEvent, this._toArray(this.authors).map(function (author) {
- return (0, _litElement.html)(_templateObject2_97ac9d1022d211eaa0764d1a500fd781(), author.id, author.display_name);
+ return (0, _litElement.html)(_templateObject_52ccbc30243411ea86f395335a802507(), this.sourcePath, this.studioResponseChangedEvent, this._handleResponse, this.route, this.routeChangedEvent, this.queryParams, this.queryParamsChangedEvent, this.route, this.routeChangedEvent, this.data, this.dataChangedEvent, this.tail, this.tailChangedEvent, this.queryParams, this.queryParamsChangedEvent, this.endPoint, this.data.page, this.dataPageChangedEvent, this._submissionsClicked, this._projectsClicked, this._assignmentsClicked, this._tableClicked, this.submissions.length, this.originalSubmissions.length, !this.authors, this.queryParams.author, this.queryParamsAuthorEvent, this._toArray(this.authors).map(function (author) {
+ return (0, _litElement.html)(_templateObject2_52ccbc30243411ea86f395335a802507(), author.id, author.display_name);
}), !this.projects, this.queryParams.project, this.queryParamsProjectEvent, this._toArray(this.projects).map(function (project) {
- return (0, _litElement.html)(_templateObject3_97ac9d1022d211eaa0764d1a500fd781(), project.id, project.attributes.title);
+ return (0, _litElement.html)(_templateObject3_52ccbc30243411ea86f395335a802507(), project.id, project.attributes.title);
}), !this.assignments, this.queryParams.assignment, this.queryParamsAssignmentEvent, this._toArray(this.assignments).map(function (assignment) {
- return (0, _litElement.html)(_templateObject4_97ac9d1022d211eaa0764d1a500fd781(), assignment.id, assignment.attributes.title);
+ return (0, _litElement.html)(_templateObject4_52ccbc30243411ea86f395335a802507(), assignment.id, assignment.attributes.title);
}), this.data.page, this.dataPageChangedEvent, this.submissions, this.basePath, this.basePath, this.submissions, this.assignments, this.queryParams.author, this.queryParams.assignment, this.basePath, this.projects, this.submissions, this.assignments, this.queryParams.author, this.queryParams.project, this.basePath, this.submissions);
}
}, {
@@ -135,7 +135,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject5_97ac9d1022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject5_52ccbc30243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-dashboard/lrnapp-block-need-feedback.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-dashboard/lrnapp-block-need-feedback.js
index 1712d109404..7eb941f6a01 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-dashboard/lrnapp-block-need-feedback.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-dashboard/lrnapp-block-need-feedback.js
@@ -6,10 +6,10 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappBlockNeedFeedback = void 0;
- function _templateObject3_97b0469022d211eaa0764d1a500fd781() {
+ function _templateObject3_52d065b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n paper-button {\n width: 100%;\n }\n "]);
- _templateObject3_97b0469022d211eaa0764d1a500fd781 = function _templateObject3_97b0469022d211eaa0764d1a500fd781() {
+ _templateObject3_52d065b0243411ea86f395335a802507 = function _templateObject3_52d065b0243411ea86f395335a802507() {
return data;
};
@@ -20,20 +20,20 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_97b0469022d211eaa0764d1a500fd781() {
+ function _templateObject2_52d065b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n "]);
- _templateObject2_97b0469022d211eaa0764d1a500fd781 = function _templateObject2_97b0469022d211eaa0764d1a500fd781() {
+ _templateObject2_52d065b0243411ea86f395335a802507 = function _templateObject2_52d065b0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_97b0469022d211eaa0764d1a500fd781() {
+ function _templateObject_52d065b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n ", "\n "]);
- _templateObject_97b0469022d211eaa0764d1a500fd781 = function _templateObject_97b0469022d211eaa0764d1a500fd781() {
+ _templateObject_52d065b0243411ea86f395335a802507 = function _templateObject_52d065b0243411ea86f395335a802507() {
return data;
};
@@ -49,8 +49,8 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
value: function render() {
var _this2 = this;
- return (0, _litElement.html)(_templateObject_97b0469022d211eaa0764d1a500fd781(), this.sourcePath, this.responseEvent, this.handleResponse, this.loading, this._toArray(this.response.data).map(function (item) {
- return (0, _litElement.html)(_templateObject2_97b0469022d211eaa0764d1a500fd781(), _this2._loadSubmissionUrl, item.id, item.attributes.title, item.relationships.author.data, item.meta.comment_count, item.display.image, item.display.icon);
+ return (0, _litElement.html)(_templateObject_52d065b0243411ea86f395335a802507(), this.sourcePath, this.responseEvent, this.handleResponse, this.loading, this._toArray(this.response.data).map(function (item) {
+ return (0, _litElement.html)(_templateObject2_52d065b0243411ea86f395335a802507(), _this2._loadSubmissionUrl, item.id, item.attributes.title, item.relationships.author.data, item.meta.comment_count, item.display.image, item.display.icon);
}));
}
}, {
@@ -65,7 +65,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject3_97b0469022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject3_52d065b0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-dashboard/lrnapp-block-recent-comments-comment.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-dashboard/lrnapp-block-recent-comments-comment.js
index 3a53dfb1961..b3676e781f4 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-dashboard/lrnapp-block-recent-comments-comment.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-dashboard/lrnapp-block-recent-comments-comment.js
@@ -6,30 +6,30 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappBlockRecentCommentsComment = void 0;
- function _templateObject3_97b63a0022d211eaa0764d1a500fd781() {
+ function _templateObject3_52d3e820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n\n paper-card {\n padding: 2em 2em 0 2em;\n clear: right;\n }\n\n paper-button {\n background-color: var(--paper-grey-100);\n margin: 1em;\n }\n\n .card-content {\n padding-left: 2em;\n padding-right: 2em;\n width: 100%;\n }\n\n .card-actions {\n width: 100%;\n }\n\n .card-actions paper-button {\n display: flex;\n }\n\n lrndesign-avatar {\n float: left;\n margin-right: 1em;\n }\n\n .inactive {\n max-height: 4.6em;\n overflow: hidden;\n }\n\n paper-button {\n background: white;\n width: 100%;\n display: flex;\n }\n\n lrn-icon {\n color: black;\n width: 100%;\n }\n\n .hidden {\n display: none;\n }\n "]);
- _templateObject3_97b63a0022d211eaa0764d1a500fd781 = function _templateObject3_97b63a0022d211eaa0764d1a500fd781() {
+ _templateObject3_52d3e820243411ea86f395335a802507 = function _templateObject3_52d3e820243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_97b63a0022d211eaa0764d1a500fd781() {
+ function _templateObject2_52d3e820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n View thread \n \n "]);
- _templateObject2_97b63a0022d211eaa0764d1a500fd781 = function _templateObject2_97b63a0022d211eaa0764d1a500fd781() {
+ _templateObject2_52d3e820243411ea86f395335a802507 = function _templateObject2_52d3e820243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_97b63a0022d211eaa0764d1a500fd781() {
+ function _templateObject_52d3e820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n ", "\n
\n \n "]);
- _templateObject_97b63a0022d211eaa0764d1a500fd781 = function _templateObject_97b63a0022d211eaa0764d1a500fd781() {
+ _templateObject_52d3e820243411ea86f395335a802507 = function _templateObject_52d3e820243411ea86f395335a802507() {
return data;
};
@@ -43,7 +43,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
babelHelpers.createClass(LrnappBlockRecentCommentsComment, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_97b63a0022d211eaa0764d1a500fd781(), this.commentUser.name, this.commentUser.avatar, this.commentUser.display_name, this.actionView ? (0, _litElement.html)(_templateObject2_97b63a0022d211eaa0764d1a500fd781(), this.actionView) : "");
+ return (0, _litElement.html)(_templateObject_52d3e820243411ea86f395335a802507(), this.commentUser.name, this.commentUser.avatar, this.commentUser.display_name, this.actionView ? (0, _litElement.html)(_templateObject2_52d3e820243411ea86f395335a802507(), this.actionView) : "");
}
}, {
key: "onHeightChange",
@@ -85,7 +85,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject3_97b63a0022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject3_52d3e820243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-dashboard/lrnapp-block-recent-comments.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-dashboard/lrnapp-block-recent-comments.js
index 2f341f18026..f07674a1bb0 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-dashboard/lrnapp-block-recent-comments.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-dashboard/lrnapp-block-recent-comments.js
@@ -6,30 +6,30 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappBlockRecentComments = void 0;
- function _templateObject3_97b305b022d211eaa0764d1a500fd781() {
+ function _templateObject3_52d76a90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n "]);
- _templateObject3_97b305b022d211eaa0764d1a500fd781 = function _templateObject3_97b305b022d211eaa0764d1a500fd781() {
+ _templateObject3_52d76a90243411ea86f395335a802507 = function _templateObject3_52d76a90243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_97b305b022d211eaa0764d1a500fd781() {
+ function _templateObject2_52d76a90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n "]);
- _templateObject2_97b305b022d211eaa0764d1a500fd781 = function _templateObject2_97b305b022d211eaa0764d1a500fd781() {
+ _templateObject2_52d76a90243411ea86f395335a802507 = function _templateObject2_52d76a90243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_97b305b022d211eaa0764d1a500fd781() {
+ function _templateObject_52d76a90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n
Loading.. \n \n \n \n ", "\n "]);
- _templateObject_97b305b022d211eaa0764d1a500fd781 = function _templateObject_97b305b022d211eaa0764d1a500fd781() {
+ _templateObject_52d76a90243411ea86f395335a802507 = function _templateObject_52d76a90243411ea86f395335a802507() {
return data;
};
@@ -51,8 +51,8 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
value: function render() {
var _this = this;
- return (0, _litElement.html)(_templateObject_97b305b022d211eaa0764d1a500fd781(), this.sourcePath, this.responseChangedEvent, this.handleResponse, this._toArray(this.response.data).map(function (comment) {
- return (0, _litElement.html)(_templateObject2_97b305b022d211eaa0764d1a500fd781(), comment.relationships.author.data, comment.attributes.subject, _this._getViewLink(comment.relationships.node.data.id), comment.attributes.changed, comment.attributes.body);
+ return (0, _litElement.html)(_templateObject_52d76a90243411ea86f395335a802507(), this.sourcePath, this.responseChangedEvent, this.handleResponse, this._toArray(this.response.data).map(function (comment) {
+ return (0, _litElement.html)(_templateObject2_52d76a90243411ea86f395335a802507(), comment.relationships.author.data, comment.attributes.subject, _this._getViewLink(comment.relationships.node.data.id), comment.attributes.changed, comment.attributes.body);
}));
}
}, {
@@ -113,7 +113,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject3_97b305b022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject3_52d76a90243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-dashboard/lrnapp-block-recent-project.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-dashboard/lrnapp-block-recent-project.js
index 048fe4fc516..66653657ee9 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-dashboard/lrnapp-block-recent-project.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-dashboard/lrnapp-block-recent-project.js
@@ -6,40 +6,40 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappBlockRecentProject = void 0;
- function _templateObject4_97b9bc7022d211eaa0764d1a500fd781() {
+ function _templateObject4_52e1cad0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n #loading {\n width: 100%;\n z-index: 1000;\n opacity: 0.8;\n text-align: center;\n align-content: center;\n justify-content: center;\n background-color: white;\n }\n paper-button {\n padding: 0;\n margin: 0;\n min-width: 1rem;\n text-transform: unset;\n }\n .project-card {\n width: 100%;\n min-width: 15em;\n max-width: 20em;\n margin: 0 1em;\n }\n .button-contents {\n display: flex;\n align-content: center;\n }\n .assignment-row {\n border: 1px solid #000000;\n background-color: #ffffff;\n }\n .assignment-row .assignment-row-button.active {\n background-color: var(--paper-amber-50);\n font-weight: bold;\n }\n .assignment-row:hover .assignment-operations {\n display: block;\n overflow: visible;\n margin: 0.2em;\n }\n .assignment-row-button {\n width: 100%;\n justify-content: flex-start;\n height: 3em;\n text-transform: none;\n }\n .assignment-title {\n display: inline-flex;\n align-items: center;\n overflow: hidden;\n text-overflow: ellipsis;\n line-height: 1em;\n }\n .status-indicator {\n border-right: 1px solid grey;\n padding: 0.5em;\n margin: 0 0.5em 0 0;\n display: inline-flex;\n line-height: 3em;\n height: 3em;\n justify-content: center;\n align-items: center;\n }\n .whole-project {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n "]);
- _templateObject4_97b9bc7022d211eaa0764d1a500fd781 = function _templateObject4_97b9bc7022d211eaa0764d1a500fd781() {
+ _templateObject4_52e1cad0243411ea86f395335a802507 = function _templateObject4_52e1cad0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_97b9bc7022d211eaa0764d1a500fd781() {
+ function _templateObject3_52e1cad0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n
\n \n Tap to start your first project!\n
\n \n \n "]);
- _templateObject3_97b9bc7022d211eaa0764d1a500fd781 = function _templateObject3_97b9bc7022d211eaa0764d1a500fd781() {
+ _templateObject3_52e1cad0243411ea86f395335a802507 = function _templateObject3_52e1cad0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_97b9bc7022d211eaa0764d1a500fd781() {
+ function _templateObject2_52e1cad0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n
\n \n \n
\n \n \n \n
\n \n ", "\n
\n \n \n
\n \n \n
\n \n \n \n "]);
- _templateObject2_97b9bc7022d211eaa0764d1a500fd781 = function _templateObject2_97b9bc7022d211eaa0764d1a500fd781() {
+ _templateObject2_52e1cad0243411ea86f395335a802507 = function _templateObject2_52e1cad0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_97b9bc7022d211eaa0764d1a500fd781() {
+ function _templateObject_52e1cad0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n
Loading.. \n \n \n ", "\n "]);
- _templateObject_97b9bc7022d211eaa0764d1a500fd781 = function _templateObject_97b9bc7022d211eaa0764d1a500fd781() {
+ _templateObject_52e1cad0243411ea86f395335a802507 = function _templateObject_52e1cad0243411ea86f395335a802507() {
return data;
};
@@ -59,7 +59,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
babelHelpers.createClass(LrnappBlockRecentProject, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_97b9bc7022d211eaa0764d1a500fd781(), this.sourcePath, this.responseChanged, this.handleResponse, this.hasProject ? (0, _litElement.html)(_templateObject2_97b9bc7022d211eaa0764d1a500fd781(), this.basePath, this.project.id, this.project.attributes.title, this._toArray(this.project.relationships.assignments), this.project.id, this.assignment.id, this.basePath, this.assignment.metadata.relatedSubmissions.complete.color, this.assignment.metadata.relatedSubmissions.complete.icon, this.assignment.title) : (0, _litElement.html)(_templateObject3_97b9bc7022d211eaa0764d1a500fd781(), this.basePath));
+ return (0, _litElement.html)(_templateObject_52e1cad0243411ea86f395335a802507(), this.sourcePath, this.responseChanged, this.handleResponse, this.hasProject ? (0, _litElement.html)(_templateObject2_52e1cad0243411ea86f395335a802507(), this.basePath, this.project.id, this.project.attributes.title, this._toArray(this.project.relationships.assignments), this.project.id, this.assignment.id, this.basePath, this.assignment.metadata.relatedSubmissions.complete.color, this.assignment.metadata.relatedSubmissions.complete.icon, this.assignment.title) : (0, _litElement.html)(_templateObject3_52e1cad0243411ea86f395335a802507(), this.basePath));
}
}, {
key: "updated",
@@ -136,7 +136,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject4_97b9bc7022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject4_52e1cad0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-dashboard/lrnapp-block-recent-submissions.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-dashboard/lrnapp-block-recent-submissions.js
index f399d74f6d5..d2a9230c4a5 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-dashboard/lrnapp-block-recent-submissions.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-dashboard/lrnapp-block-recent-submissions.js
@@ -6,10 +6,10 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappBlockRecentSubmissions = void 0;
- function _templateObject3_97be294022d211eaa0764d1a500fd781() {
+ function _templateObject3_52e57450243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n paper-button {\n width: 100%;\n }\n "]);
- _templateObject3_97be294022d211eaa0764d1a500fd781 = function _templateObject3_97be294022d211eaa0764d1a500fd781() {
+ _templateObject3_52e57450243411ea86f395335a802507 = function _templateObject3_52e57450243411ea86f395335a802507() {
return data;
};
@@ -20,20 +20,20 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_97be294022d211eaa0764d1a500fd781() {
+ function _templateObject2_52e57450243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n "]);
- _templateObject2_97be294022d211eaa0764d1a500fd781 = function _templateObject2_97be294022d211eaa0764d1a500fd781() {
+ _templateObject2_52e57450243411ea86f395335a802507 = function _templateObject2_52e57450243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_97be294022d211eaa0764d1a500fd781() {
+ function _templateObject_52e57450243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n ", "\n "]);
- _templateObject_97be294022d211eaa0764d1a500fd781 = function _templateObject_97be294022d211eaa0764d1a500fd781() {
+ _templateObject_52e57450243411ea86f395335a802507 = function _templateObject_52e57450243411ea86f395335a802507() {
return data;
};
@@ -49,8 +49,8 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
value: function render() {
var _this2 = this;
- return (0, _litElement.html)(_templateObject_97be294022d211eaa0764d1a500fd781(), this.sourcePath, this.responseEvent, this.handleResponse, this.loading, this._toArray(this.response.data).map(function (item) {
- return (0, _litElement.html)(_templateObject2_97be294022d211eaa0764d1a500fd781(), _this2._loadSubmissionUrl, item.id, item.attributes.title, item.relationships.author.data, item.meta.comment_count, item.display.image, item.display.icon);
+ return (0, _litElement.html)(_templateObject_52e57450243411ea86f395335a802507(), this.sourcePath, this.responseEvent, this.handleResponse, this.loading, this._toArray(this.response.data).map(function (item) {
+ return (0, _litElement.html)(_templateObject2_52e57450243411ea86f395335a802507(), _this2._loadSubmissionUrl, item.id, item.attributes.title, item.relationships.author.data, item.meta.comment_count, item.display.image, item.display.icon);
}));
}
}, {
@@ -65,7 +65,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject3_97be294022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject3_52e57450243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-dashboard/lrnapp-studio-dashboard.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-dashboard/lrnapp-studio-dashboard.js
index 436eaf2e511..b11b206fe7b 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-dashboard/lrnapp-studio-dashboard.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-dashboard/lrnapp-studio-dashboard.js
@@ -6,20 +6,20 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappStudioDashboard = void 0;
- function _templateObject2_97c0c15022d211eaa0764d1a500fd781() {
+ function _templateObject2_52e91dd0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n h1.title {\n font-size: 2em;\n color: black;\n margin: 0;\n padding: 0.5em 0 0 0;\n text-transform: none;\n text-align: left;\n }\n p.para {\n margin: 0;\n padding: 0.25em 0.5em;\n }\n .dashboard-row {\n width: 100%;\n display: inline-flex;\n }\n .dashboard-item {\n width: 30%;\n }\n "]);
- _templateObject2_97c0c15022d211eaa0764d1a500fd781 = function _templateObject2_97c0c15022d211eaa0764d1a500fd781() {
+ _templateObject2_52e91dd0243411ea86f395335a802507 = function _templateObject2_52e91dd0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_97c0c15022d211eaa0764d1a500fd781() {
+ function _templateObject_52e91dd0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n Welcome back ", "! \n Here's what's been going on in the studio
\n \n
\n \n \n \n
\n \n
\n \n \n \n
\n \n
\n \n \n \n
\n \n
\n \n \n \n
\n \n
\n "]);
- _templateObject_97c0c15022d211eaa0764d1a500fd781 = function _templateObject_97c0c15022d211eaa0764d1a500fd781() {
+ _templateObject_52e91dd0243411ea86f395335a802507 = function _templateObject_52e91dd0243411ea86f395335a802507() {
return data;
};
@@ -39,7 +39,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
babelHelpers.createClass(LrnappStudioDashboard, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_97c0c15022d211eaa0764d1a500fd781(), this.username, this.csrfToken, this._getEndPoint(this.basePath), this.basePath, this._getDataSource(this.csrfToken, this.basePath, "recent-project"), this.csrfToken, this._getEndPoint(this.basePath), this.basePath, this._getDataSource(this.csrfToken, this.basePath, "need-feedback"), this.csrfToken, this._getEndPoint(this.basePath), this.basePath, this._getDataSource(this.csrfToken, this.basePath, "recent-submissions"), this.csrfToken, this._getEndPoint(this.basePath), this.basePath, this._getDataSource(this.csrfToken, this.basePath, "recent-comments"));
+ return (0, _litElement.html)(_templateObject_52e91dd0243411ea86f395335a802507(), this.username, this.csrfToken, this._getEndPoint(this.basePath), this.basePath, this._getDataSource(this.csrfToken, this.basePath, "recent-project"), this.csrfToken, this._getEndPoint(this.basePath), this.basePath, this._getDataSource(this.csrfToken, this.basePath, "need-feedback"), this.csrfToken, this._getEndPoint(this.basePath), this.basePath, this._getDataSource(this.csrfToken, this.basePath, "recent-submissions"), this.csrfToken, this._getEndPoint(this.basePath), this.basePath, this._getDataSource(this.csrfToken, this.basePath, "recent-comments"));
}
}, {
key: "updated",
@@ -93,7 +93,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_97c0c15022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_52e91dd0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-instructor/lrnapp-studio-instructor.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-instructor/lrnapp-studio-instructor.js
index e059eef7a9e..20e3128b9e6 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-instructor/lrnapp-studio-instructor.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-instructor/lrnapp-studio-instructor.js
@@ -10,60 +10,60 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject6_97d24d8022d211eaa0764d1a500fd781() {
+ function _templateObject6_53150fd0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n align-content: center;\n padding: 0.8em;\n }\n paper-dialog {\n width: 70vw;\n min-height: 50vh;\n }\n vaadin-grid-table-body > vaadin-grid-cell-content {\n height: unset !important;\n }\n app-toolbar {\n background-color: #4285f4;\n color: #fff;\n margin: 20px 0;\n }\n #loading {\n width: 100%;\n z-index: 1000;\n opacity: 0.8;\n text-align: center;\n align-content: center;\n justify-content: center;\n height: 100vh;\n position: absolute;\n background-color: white;\n }\n .center-data {\n text-align: center;\n }\n vaadin-grid {\n height: 75vh;\n font-family: Roboto, sans-serif;\n --divider-color: rgba(0, 0, 0, var(--dark-divider-opacity));\n\n --vaadin-grid-cell: {\n padding: 0;\n }\n\n --vaadin-grid-header-cell: {\n height: 3.5em;\n color: rgba(0, 0, 0, var(--dark-secondary-opacity));\n font-size: 1em;\n }\n\n --vaadin-grid-body-cell: {\n height: 3em;\n color: rgba(0, 0, 0, var(--dark-primary-opacity));\n font-size: 0.8em;\n }\n\n --vaadin-grid-body-row-hover-cell: {\n background-color: var(--paper-grey-200);\n }\n\n --vaadin-grid-body-row-selected-cell: {\n background-color: var(--paper-grey-100);\n }\n\n --vaadin-grid-focused-cell: {\n box-shadow: none;\n font-weight: bold;\n }\n }\n\n vaadin-grid .cell {\n overflow: hidden;\n text-overflow: ellipsis;\n padding-right: 56px;\n }\n\n vaadin-grid .cell.last {\n padding-right: 24px;\n }\n\n vaadin-grid .cell.numeric {\n text-align: right;\n }\n\n vaadin-grid paper-checkbox {\n --primary-color: var(--paper-indigo-500);\n margin: 0 24px;\n }\n\n vaadin-grid vaadin-grid-sorter .cell {\n flex: 1;\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n\n vaadin-grid vaadin-grid-sorter iron-icon {\n transform: scale(0.8);\n }\n\n vaadin-grid vaadin-grid-sorter:not([direction]) iron-icon {\n color: rgba(0, 0, 0, var(--dark-disabled-opacity));\n }\n\n vaadin-grid vaadin-grid-sorter[direction] {\n color: rgba(0, 0, 0, var(--dark-primary-opacity));\n }\n\n vaadin-grid vaadin-grid-sorter[direction=\"desc\"] iron-icon {\n transform: scale(0.8) rotate(180deg);\n }\n vaadin-grid-sorter {\n text-align: center;\n }\n\n lrndesign-avatar {\n display: inline-block;\n }\n .avatar-label {\n display: inline-block;\n margin-left: 0.2em;\n }\n .assignment-button {\n height: 1em;\n }\n .project-button {\n height: 1em;\n }\n paper-badge {\n top: 0 !important;\n left: unset !important;\n right: 0;\n z-index: 1;\n }\n .avatar-link {\n color: black;\n }\n .avatar-link paper-button {\n text-transform: unset;\n }\n #selectedproject {\n display: inline-block;\n }\n #datatype {\n display: inline-block;\n vertical-align: middle;\n --paper-toggle-button-checked-bar-color: var(--paper-green-500);\n --paper-toggle-button-checked-button-color: var(--paper-green-500);\n --paper-toggle-button-checked-ink-color: var(--paper-green-500);\n --paper-toggle-button-unchecked-bar-color: var(--paper-amber-900);\n --paper-toggle-button-unchecked-button-color: var(--paper-amber-900);\n --paper-toggle-button-unchecked-ink-color: var(--paper-amber-900);\n }\n .comment-list {\n list-style-image: none;\n display: inline-block;\n padding: 0;\n margin: 0;\n }\n .stats-text {\n font-size: 0.8em;\n font-style: italic;\n line-height: 1em;\n padding: 0 0 0 2em;\n display: inline-block;\n text-align: right;\n }\n #selectedchart {\n padding-left: 8px;\n }\n "]);
- _templateObject6_97d24d8022d211eaa0764d1a500fd781 = function _templateObject6_97d24d8022d211eaa0764d1a500fd781() {
+ _templateObject6_53150fd0243411ea86f395335a802507 = function _templateObject6_53150fd0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject5_97d24d8022d211eaa0764d1a500fd781() {
+ function _templateObject5_53150fd0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n
No submission for this assignment \n
\n This student has not submitted anything for this assignment\n at this time.\n
\n
\n "]);
- _templateObject5_97d24d8022d211eaa0764d1a500fd781 = function _templateObject5_97d24d8022d211eaa0764d1a500fd781() {
+ _templateObject5_53150fd0243411ea86f395335a802507 = function _templateObject5_53150fd0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject4_97d24d8022d211eaa0764d1a500fd781() {
+ function _templateObject4_53150fd0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject4_97d24d8022d211eaa0764d1a500fd781 = function _templateObject4_97d24d8022d211eaa0764d1a500fd781() {
+ _templateObject4_53150fd0243411ea86f395335a802507 = function _templateObject4_53150fd0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_97d24d8022d211eaa0764d1a500fd781() {
+ function _templateObject3_53150fd0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n \n \n \n \n X \n \n \n \n Comments left on classmates [[assignment.title]]\n \n \n \n "]);
- _templateObject3_97d24d8022d211eaa0764d1a500fd781 = function _templateObject3_97d24d8022d211eaa0764d1a500fd781() {
+ _templateObject3_53150fd0243411ea86f395335a802507 = function _templateObject3_53150fd0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_97d24d8022d211eaa0764d1a500fd781() {
+ function _templateObject2_53150fd0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject2_97d24d8022d211eaa0764d1a500fd781 = function _templateObject2_97d24d8022d211eaa0764d1a500fd781() {
+ _templateObject2_53150fd0243411ea86f395335a802507 = function _templateObject2_53150fd0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_97d24d8022d211eaa0764d1a500fd781() {
+ function _templateObject_53150fd0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n
Loading.. \n \n \n Select a project to begin reviewing work
\n \n ", "\n \n \n ", "\n \n Statistics (beta) \n \n \n \n ", "
\n Graph style \n \n Close \n \n \n \n ", "
\n \n \n \n \n \n \n \n \n \n \n [[item.sis.sortable_name]] \n \n \n \n \n \n ", "\n \n \n \n \n \n \n \n \n ", " \n \n \n \n Assignment: ", " \n Close \n \n \n \n ", "\n \n "]);
- _templateObject_97d24d8022d211eaa0764d1a500fd781 = function _templateObject_97d24d8022d211eaa0764d1a500fd781() {
+ _templateObject_53150fd0243411ea86f395335a802507 = function _templateObject_53150fd0243411ea86f395335a802507() {
return data;
};
@@ -79,11 +79,11 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
value: function render() {
var _this2 = this;
- return (0, _litElement.html)(_templateObject_97d24d8022d211eaa0764d1a500fd781(), this.route, this.routeChangedEvent, this.route, this.routeChangedEvent, this.endPoint, this.data, this.dataChangedEvent, this.tail, this.tailChangedEvent, this.sourceProjectPath, this._projectDataChanged, this._handleProjectResponse, this.sourceStudentPath, this.studentParams, this._studentDataChanged, this._handleStudentResponse, this.activeProject, this._toArray(this.projects).map(function (project) {
- return (0, _litElement.html)(_templateObject2_97d24d8022d211eaa0764d1a500fd781(), project.id, project.attributes.title);
+ return (0, _litElement.html)(_templateObject_53150fd0243411ea86f395335a802507(), this.route, this.routeChangedEvent, this.route, this.routeChangedEvent, this.endPoint, this.data, this.dataChangedEvent, this.tail, this.tailChangedEvent, this.sourceProjectPath, this._projectDataChanged, this._handleProjectResponse, this.sourceStudentPath, this.studentParams, this._studentDataChanged, this._handleStudentResponse, this.activeProject, this._toArray(this.projects).map(function (project) {
+ return (0, _litElement.html)(_templateObject2_53150fd0243411ea86f395335a802507(), project.id, project.attributes.title);
}), this.dataType, this.checkedChangedEvent, this.dataTypeText, this.stats.header, this.simplePickerOptions, this.stats.overview, this.activeChart.title, this.activeChart.description, this.activeChart.data, !this.students, this._toArray(this.students), this.basePath, this.activeProject, this._toArray(this.assignments).map(function (assignment) {
- return (0, _litElement.html)(_templateObject3_97d24d8022d211eaa0764d1a500fd781(), _this2._setActiveSubmission, _this2._setActiveComment);
- }), this._changeActiveItem, this._changeActiveItem, this.activeData.student.name, this.activeData.student.avatar, this.activeData.student.sis.sortable_name, this._changeActiveItem, this._changeActiveItem, this.activeData.assignment.title, this.activeData.submission ? (0, _litElement.html)(_templateObject4_97d24d8022d211eaa0764d1a500fd781(), this.basePath, this.tail, this.tailChangedEvent, this.data.submission, this.basePath, this.csrfToken, this.data) : (0, _litElement.html)(_templateObject5_97d24d8022d211eaa0764d1a500fd781()));
+ return (0, _litElement.html)(_templateObject3_53150fd0243411ea86f395335a802507(), _this2._setActiveSubmission, _this2._setActiveComment);
+ }), this._changeActiveItem, this._changeActiveItem, this.activeData.student.name, this.activeData.student.avatar, this.activeData.student.sis.sortable_name, this._changeActiveItem, this._changeActiveItem, this.activeData.assignment.title, this.activeData.submission ? (0, _litElement.html)(_templateObject4_53150fd0243411ea86f395335a802507(), this.basePath, this.tail, this.tailChangedEvent, this.data.submission, this.basePath, this.csrfToken, this.data) : (0, _litElement.html)(_templateObject5_53150fd0243411ea86f395335a802507()));
}
}, {
key: "_studentDataChanged",
@@ -122,7 +122,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject6_97d24d8022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject6_53150fd0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-kanban/lrnapp-studio-assignment-button.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-kanban/lrnapp-studio-assignment-button.js
index 144c89783e0..e630292c85e 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-kanban/lrnapp-studio-assignment-button.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-kanban/lrnapp-studio-assignment-button.js
@@ -6,30 +6,30 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappStudioAssignmentButton = void 0;
- function _templateObject3_97d5a8e022d211eaa0764d1a500fd781() {
+ function _templateObject3_52ecee60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n "]);
- _templateObject3_97d5a8e022d211eaa0764d1a500fd781 = function _templateObject3_97d5a8e022d211eaa0764d1a500fd781() {
+ _templateObject3_52ecee60243411ea86f395335a802507 = function _templateObject3_52ecee60243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_97d5a8e022d211eaa0764d1a500fd781() {
+ function _templateObject2_52ecee60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_97d5a8e022d211eaa0764d1a500fd781 = function _templateObject2_97d5a8e022d211eaa0764d1a500fd781() {
+ _templateObject2_52ecee60243411ea86f395335a802507 = function _templateObject2_52ecee60243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_97d5a8e022d211eaa0764d1a500fd781() {
+ function _templateObject_52ecee60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n ", "\n "]);
- _templateObject_97d5a8e022d211eaa0764d1a500fd781 = function _templateObject_97d5a8e022d211eaa0764d1a500fd781() {
+ _templateObject_52ecee60243411ea86f395335a802507 = function _templateObject_52ecee60243411ea86f395335a802507() {
return data;
};
@@ -47,7 +47,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
babelHelpers.createClass(LrnappStudioAssignmentButton, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_97d5a8e022d211eaa0764d1a500fd781(), this._createAssignment, this.iconClass, this.alt, this.classes, this.classes, this.hoverClass, this.icon, this.endPoint, this.csrfToken, this.projectId, this._ajaxCreateStubHandler, this.displayErrors ? (0, _litElement.html)(_templateObject2_97d5a8e022d211eaa0764d1a500fd781()) : "");
+ return (0, _litElement.html)(_templateObject_52ecee60243411ea86f395335a802507(), this._createAssignment, this.iconClass, this.alt, this.classes, this.classes, this.hoverClass, this.icon, this.endPoint, this.csrfToken, this.projectId, this._ajaxCreateStubHandler, this.displayErrors ? (0, _litElement.html)(_templateObject2_52ecee60243411ea86f395335a802507()) : "");
}
}], [{
key: "styles",
@@ -56,7 +56,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject3_97d5a8e022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject3_52ecee60243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-kanban/lrnapp-studio-assignment-display.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-kanban/lrnapp-studio-assignment-display.js
index f63b91c1dc2..c44bd03c0dd 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-kanban/lrnapp-studio-assignment-display.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-kanban/lrnapp-studio-assignment-display.js
@@ -6,20 +6,20 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappStudioAssignmentDisplay = void 0;
- function _templateObject2_97d7569022d211eaa0764d1a500fd781() {
+ function _templateObject2_52ee7500243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n padding: 16px;\n }\n #assignment-body {\n font-size: 21px;\n }\n "]);
- _templateObject2_97d7569022d211eaa0764d1a500fd781 = function _templateObject2_97d7569022d211eaa0764d1a500fd781() {
+ _templateObject2_52ee7500243411ea86f395335a802507 = function _templateObject2_52ee7500243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_97d7569022d211eaa0764d1a500fd781() {
+ function _templateObject_52ee7500243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n \n "]);
- _templateObject_97d7569022d211eaa0764d1a500fd781 = function _templateObject_97d7569022d211eaa0764d1a500fd781() {
+ _templateObject_52ee7500243411ea86f395335a802507 = function _templateObject_52ee7500243411ea86f395335a802507() {
return data;
};
@@ -39,7 +39,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
babelHelpers.createClass(LrnappStudioAssignmentDisplay, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_97d7569022d211eaa0764d1a500fd781(), this.assignment.attributes.title, this.assignment.attributes.body);
+ return (0, _litElement.html)(_templateObject_52ee7500243411ea86f395335a802507(), this.assignment.attributes.title, this.assignment.attributes.body);
}
}], [{
key: "styles",
@@ -48,7 +48,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_97d7569022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_52ee7500243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-kanban/lrnapp-studio-kanban.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-kanban/lrnapp-studio-kanban.js
index 018ad3f98de..166e09941e4 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-kanban/lrnapp-studio-kanban.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-kanban/lrnapp-studio-kanban.js
@@ -6,10 +6,10 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappStudioKanban = void 0;
- function _templateObject4_97e38b9022d211eaa0764d1a500fd781() {
+ function _templateObject4_52fdb740243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n #loading {\n width: 100%;\n z-index: 1000;\n opacity: 0.8;\n text-align: center;\n align-content: center;\n justify-content: center;\n height: 100vh;\n position: absolute;\n background-color: white;\n }\n .projects-container {\n -webkit-box-pack: start;\n -ms-flex-pack: start;\n justify-content: flex-start;\n -webkit-box-align: start;\n -ms-flex-align: start;\n align-items: flex-start;\n min-height: 23em;\n width: 150vw;\n }\n @media screen and (max-width: 800px) {\n .projects-container {\n width: auto;\n }\n }\n #activetoggle {\n padding-left: 16px;\n }\n .projects-window {\n width: 100vw;\n overflow-x: scroll;\n overflow-y: hidden;\n scrollbar-face-color: #833900;\n scrollbar-shadow-color: #ffc107;\n scrollbar-highlight-color: #ffc107;\n scrollbar-3dlight-color: #ffc107;\n scrollbar-darkshadow-color: #ffc107;\n scrollbar-track-color: #ffc107;\n scrollbar-arrow-color: #ffc107;\n }\n .projects-window::-webkit-scrollbar-track {\n background-color: #833900;\n }\n /* the new scrollbar will have a flat appearance with the set background color */\n .projects-window::-webkit-scrollbar-thumb {\n background-color: #ffc107;\n }\n /* this will style the thumb, ignoring the track */\n .projects-window::-webkit-scrollbar-button {\n background-color: #833900;\n }\n /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */\n .projects-window::-webkit-scrollbar-corner {\n background-color: #833900;\n }\n /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner*/\n .projects-window::-webkit-scrollbar {\n width: 1rem;\n height: 1rem;\n }\n /* this targets the default scrollbar (compulsory) */\n paper-button {\n padding: 0;\n margin: 0;\n min-width: 1rem;\n }\n .project-card {\n width: 100%;\n min-width: 20em;\n max-width: 20em;\n margin: 0;\n height: 100%;\n min-height: 10em;\n }\n .project-container {\n padding: 1em;\n }\n .project-card .card-content {\n height: 100%;\n min-height: 288px;\n max-height: 300px;\n overflow: scroll;\n }\n .project-operations {\n position: absolute;\n top: 0;\n right: 0;\n }\n .project-operations .operation {\n display: inline-flex;\n }\n .project-operations .operation[hidden] {\n display: none;\n }\n .assignment-row {\n border: 1px solid #000000;\n background-color: #ffffff;\n }\n .assignment-row .assignment-row-button.active {\n background-color: var(--paper-amber-50);\n font-weight: bold;\n }\n .assignment-row:hover .assignment-operations {\n display: block;\n overflow: visible;\n margin: 0.2em;\n }\n .assignment-row-button {\n width: 100%;\n justify-content: flex-start;\n text-transform: none;\n }\n .status-indicator {\n border-right: 1px solid grey;\n padding: 0.5em;\n margin: 0 0.5em 0 0;\n display: inline-flex;\n line-height: 2em;\n height: 2em;\n justify-content: center;\n align-items: center;\n }\n .button-contents {\n display: flex;\n align-content: center;\n }\n .assignment-operations {\n position: absolute;\n top: 0;\n right: 0;\n padding: 0;\n display: none;\n }\n .assignment-operations.show {\n display: block;\n overflow: visible;\n }\n .assignment-operations .operation {\n display: inline-flex;\n width: 2.5em;\n height: 2.5em;\n margin: -4px 4px 0 0;\n }\n .assignment-operations .operation[hidden] {\n display: none;\n }\n lrnapp-studio-project-button {\n margin: 0em auto;\n max-width: 20em;\n }\n "]);
- _templateObject4_97e38b9022d211eaa0764d1a500fd781 = function _templateObject4_97e38b9022d211eaa0764d1a500fd781() {
+ _templateObject4_52fdb740243411ea86f395335a802507 = function _templateObject4_52fdb740243411ea86f395335a802507() {
return data;
};
@@ -20,30 +20,30 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject3_97e38b9022d211eaa0764d1a500fd781() {
+ function _templateObject3_52fdb740243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n ", "\n \n \n \n \n \n \n
\n "]);
- _templateObject3_97e38b9022d211eaa0764d1a500fd781 = function _templateObject3_97e38b9022d211eaa0764d1a500fd781() {
+ _templateObject3_52fdb740243411ea86f395335a802507 = function _templateObject3_52fdb740243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_97e38b9022d211eaa0764d1a500fd781() {
+ function _templateObject2_52fdb740243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n
\n \n \n \n \n \n \n \n
\n \n ", "\n
\n \n
\n "]);
- _templateObject2_97e38b9022d211eaa0764d1a500fd781 = function _templateObject2_97e38b9022d211eaa0764d1a500fd781() {
+ _templateObject2_52fdb740243411ea86f395335a802507 = function _templateObject2_52fdb740243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_97e38b9022d211eaa0764d1a500fd781() {
+ function _templateObject_52fdb740243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n\n \n \n \n \n
Loading.. \n \n \n \n \n ", "\n
\n \n \n ", " \n ", "
\n \n \n \n \n
\n \n \n \n ", "\n
\n \n\n \n \n \n \n \n ", "\n
\n \n
\n
\n \n "]);
- _templateObject_97e38b9022d211eaa0764d1a500fd781 = function _templateObject_97e38b9022d211eaa0764d1a500fd781() {
+ _templateObject_52fdb740243411ea86f395335a802507 = function _templateObject_52fdb740243411ea86f395335a802507() {
return data;
};
@@ -59,9 +59,9 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
value: function render() {
var _this2 = this;
- return (0, _litElement.html)(_templateObject_97e38b9022d211eaa0764d1a500fd781(), this.sourcePath, this.projectResponseChanged, this._handleProjectResponse, this.sourcePath, this.backendResponseChanged, this._handleUpdateResponse, this.route, this.routeChangedEvent, this.queryParams, this.queryParamsChangedEvent, this.route, this.routeChangedEvent, this.endPoint, this.data, this.dataChangedEvent, this.tail, this.tailChangedEvent, this.queryParams, this.queryParamsChangedEvent, !this.projectResponse.data.canCreateProjects, this.endPoint, this.csrfToken, this._toArray(this.projectResponse.data.projects).map(function (project) {
- return (0, _litElement.html)(_templateObject2_97e38b9022d211eaa0764d1a500fd781(), project.id, project.attributes.title, project.id, !project.meta.canUpdate, _this2._makeProjectEditLink, project.id, project.id, !project.meta.canUpdate, _this2.endPoint, _this2.csrfToken, project.id, !project.meta.canDelete, _this2._deleteProjectDialog, _this2._toArray(project.relationships.assignments).map(function (assignment) {
- return (0, _litElement.html)(_templateObject3_97e38b9022d211eaa0764d1a500fd781(), project.id, assignment.id, _this2.assignmentClick, assignment.meta.relatedSubmissions.complete.icon, assignment.attributes.title, project.id, assignment.id, !assignment.meta.canCritique, assignment.meta.critiqueLink, project.id, assignment.id, !assignment.meta.canUpdate, _this2._makeAssignmentEditLink, project.id, assignment.id, !assignment.meta.canDelete, _this2._deleteAssignmentDialog);
+ return (0, _litElement.html)(_templateObject_52fdb740243411ea86f395335a802507(), this.sourcePath, this.projectResponseChanged, this._handleProjectResponse, this.sourcePath, this.backendResponseChanged, this._handleUpdateResponse, this.route, this.routeChangedEvent, this.queryParams, this.queryParamsChangedEvent, this.route, this.routeChangedEvent, this.endPoint, this.data, this.dataChangedEvent, this.tail, this.tailChangedEvent, this.queryParams, this.queryParamsChangedEvent, !this.projectResponse.data.canCreateProjects, this.endPoint, this.csrfToken, this._toArray(this.projectResponse.data.projects).map(function (project) {
+ return (0, _litElement.html)(_templateObject2_52fdb740243411ea86f395335a802507(), project.id, project.attributes.title, project.id, !project.meta.canUpdate, _this2._makeProjectEditLink, project.id, project.id, !project.meta.canUpdate, _this2.endPoint, _this2.csrfToken, project.id, !project.meta.canDelete, _this2._deleteProjectDialog, _this2._toArray(project.relationships.assignments).map(function (assignment) {
+ return (0, _litElement.html)(_templateObject3_52fdb740243411ea86f395335a802507(), project.id, assignment.id, _this2.assignmentClick, assignment.meta.relatedSubmissions.complete.icon, assignment.attributes.title, project.id, assignment.id, !assignment.meta.canCritique, assignment.meta.critiqueLink, project.id, assignment.id, !assignment.meta.canUpdate, _this2._makeAssignmentEditLink, project.id, assignment.id, !assignment.meta.canDelete, _this2._deleteAssignmentDialog);
}));
}), this._deleteTitle, this._deleteText, this._handleDelete, this.activeAssignmentNode.meta.relatedSubmissions.complete.color, this.activeAssignmentNode.meta.relatedSubmissions.complete.icon, !this.activeAssignmentNode.meta.relatedSubmissions.canCreate, this.activeAssignmentNode.meta.relatedSubmissions.complete.submission.title, !this.activeAssignmentNode.meta.relatedSubmissions.complete.submission.id, this.activeAssignmentNode.relationships.project.data.id, this.activeAssignmentNode.id, this.activeAssignmentNode.meta.relatedSubmissions.complete.submission.meta.comments.count, this.displayNewBadge(activeAssignmentNode.meta.relatedSubmissions.complete.submission.meta.new), this.activeAssignmentNode.relationships.project.data.id, this.activeAssignmentNode.id, this.activeAssignmentNode.meta.relatedSubmissions.complete.submission.meta.comments.new, this.activeAssignmentNode.id, this.submission, this.buildSubmissionPath(this.basePath), this.csrfToken, this.activeAssignmentNode.meta.relatedSubmissions.complete.submission.id, this.statusToggle, this.activeAssignmentNode.meta.relatedSubmissions.complete.rationale.text, this.activeAssignmentNode.attributes.body);
}
@@ -102,7 +102,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject4_97e38b9022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject4_52fdb740243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-kanban/lrnapp-studio-project-button.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-kanban/lrnapp-studio-project-button.js
index 88f9a105b76..fa245c117ac 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-kanban/lrnapp-studio-project-button.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-kanban/lrnapp-studio-project-button.js
@@ -6,40 +6,40 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappStudioProjectButton = void 0;
- function _templateObject4_97e6e6f022d211eaa0764d1a500fd781() {
+ function _templateObject4_5301aee0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n "]);
- _templateObject4_97e6e6f022d211eaa0764d1a500fd781 = function _templateObject4_97e6e6f022d211eaa0764d1a500fd781() {
+ _templateObject4_5301aee0243411ea86f395335a802507 = function _templateObject4_5301aee0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_97e6e6f022d211eaa0764d1a500fd781() {
+ function _templateObject3_5301aee0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject3_97e6e6f022d211eaa0764d1a500fd781 = function _templateObject3_97e6e6f022d211eaa0764d1a500fd781() {
+ _templateObject3_5301aee0243411ea86f395335a802507 = function _templateObject3_5301aee0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_97e6e6f022d211eaa0764d1a500fd781() {
+ function _templateObject2_5301aee0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject2_97e6e6f022d211eaa0764d1a500fd781 = function _templateObject2_97e6e6f022d211eaa0764d1a500fd781() {
+ _templateObject2_5301aee0243411ea86f395335a802507 = function _templateObject2_5301aee0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_97e6e6f022d211eaa0764d1a500fd781() {
+ function _templateObject_5301aee0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n ", "\n "]);
- _templateObject_97e6e6f022d211eaa0764d1a500fd781 = function _templateObject_97e6e6f022d211eaa0764d1a500fd781() {
+ _templateObject_5301aee0243411ea86f395335a802507 = function _templateObject_5301aee0243411ea86f395335a802507() {
return data;
};
@@ -57,7 +57,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
babelHelpers.createClass(LrnappStudioProjectButton, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_97e6e6f022d211eaa0764d1a500fd781(), this.createProjectsUrl ? (0, _litElement.html)(_templateObject2_97e6e6f022d211eaa0764d1a500fd781(), this.classes, this.classes, this.icon, this._createProject, this.createProjectsUrl, this._ajaxCreateStubHandler) : "", this.displayErrors ? (0, _litElement.html)(_templateObject3_97e6e6f022d211eaa0764d1a500fd781()) : "");
+ return (0, _litElement.html)(_templateObject_5301aee0243411ea86f395335a802507(), this.createProjectsUrl ? (0, _litElement.html)(_templateObject2_5301aee0243411ea86f395335a802507(), this.classes, this.classes, this.icon, this._createProject, this.createProjectsUrl, this._ajaxCreateStubHandler) : "", this.displayErrors ? (0, _litElement.html)(_templateObject3_5301aee0243411ea86f395335a802507()) : "");
}
}], [{
key: "styles",
@@ -66,7 +66,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject4_97e6e6f022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject4_5301aee0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-block.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-block.js
index bd5d1f5b477..dbdafab9679 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-block.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-block.js
@@ -6,20 +6,20 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappStudioBlock = void 0;
- function _templateObject2_97e909d022d211eaa0764d1a500fd781() {
+ function _templateObject2_53211dc0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n font-size: 12px;\n }\n .studio-block__header {\n padding: 16px;\n display: flex;\n align-items: center;\n justify-content: flex-start;\n border: 1px solid lightgray;\n border-bottom: none;\n }\n .studio-block__content {\n padding: 0 16px;\n border: 1px solid lightgray;\n }\n .studio-block__icon-wrapper {\n width: 32px;\n }\n .studio-block__header h3 {\n margin: 0;\n font-style: none;\n font-size: inherit;\n }\n "]);
- _templateObject2_97e909d022d211eaa0764d1a500fd781 = function _templateObject2_97e909d022d211eaa0764d1a500fd781() {
+ _templateObject2_53211dc0243411ea86f395335a802507 = function _templateObject2_53211dc0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_97e909d022d211eaa0764d1a500fd781() {
+ function _templateObject_53211dc0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n
\n "]);
- _templateObject_97e909d022d211eaa0764d1a500fd781 = function _templateObject_97e909d022d211eaa0764d1a500fd781() {
+ _templateObject_53211dc0243411ea86f395335a802507 = function _templateObject_53211dc0243411ea86f395335a802507() {
return data;
};
@@ -48,12 +48,12 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
babelHelpers.createClass(LrnappStudioBlock, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_97e909d022d211eaa0764d1a500fd781(), this.icon, !this.icon, !this.title, this.title);
+ return (0, _litElement.html)(_templateObject_53211dc0243411ea86f395335a802507(), this.icon, !this.icon, !this.title, this.title);
}
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_97e909d022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_53211dc0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-button.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-button.js
index bb857cceba7..e9c1090a72a 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-button.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-button.js
@@ -6,50 +6,50 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappStudioSubmissionButton = void 0;
- function _templateObject5_97ec171022d211eaa0764d1a500fd781() {
+ function _templateObject5_53247920243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n "]);
- _templateObject5_97ec171022d211eaa0764d1a500fd781 = function _templateObject5_97ec171022d211eaa0764d1a500fd781() {
+ _templateObject5_53247920243411ea86f395335a802507 = function _templateObject5_53247920243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject4_97ec171022d211eaa0764d1a500fd781() {
+ function _templateObject4_53247920243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject4_97ec171022d211eaa0764d1a500fd781 = function _templateObject4_97ec171022d211eaa0764d1a500fd781() {
+ _templateObject4_53247920243411ea86f395335a802507 = function _templateObject4_53247920243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_97ec171022d211eaa0764d1a500fd781() {
+ function _templateObject3_53247920243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject3_97ec171022d211eaa0764d1a500fd781 = function _templateObject3_97ec171022d211eaa0764d1a500fd781() {
+ _templateObject3_53247920243411ea86f395335a802507 = function _templateObject3_53247920243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_97ec171022d211eaa0764d1a500fd781() {
+ function _templateObject2_53247920243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_97ec171022d211eaa0764d1a500fd781 = function _templateObject2_97ec171022d211eaa0764d1a500fd781() {
+ _templateObject2_53247920243411ea86f395335a802507 = function _templateObject2_53247920243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_97ec171022d211eaa0764d1a500fd781() {
+ function _templateObject_53247920243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n ", "\n "]);
- _templateObject_97ec171022d211eaa0764d1a500fd781 = function _templateObject_97ec171022d211eaa0764d1a500fd781() {
+ _templateObject_53247920243411ea86f395335a802507 = function _templateObject_53247920243411ea86f395335a802507() {
return data;
};
@@ -67,7 +67,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
babelHelpers.createClass(LrnappStudioSubmissionButton, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_97ec171022d211eaa0764d1a500fd781(), this.submissionId ? (0, _litElement.html)(_templateObject2_97ec171022d211eaa0764d1a500fd781(), this._submissionUrl(this.submissionId), this._submissionUrl(this.submissionId)) : (0, _litElement.html)(_templateObject3_97ec171022d211eaa0764d1a500fd781(), this._createSubmission, this.endPoint, this.csrfToken, this.assignmentId, this._ajaxCreateStubHandler), this.displayErrors ? (0, _litElement.html)(_templateObject4_97ec171022d211eaa0764d1a500fd781()) : "");
+ return (0, _litElement.html)(_templateObject_53247920243411ea86f395335a802507(), this.submissionId ? (0, _litElement.html)(_templateObject2_53247920243411ea86f395335a802507(), this._submissionUrl(this.submissionId), this._submissionUrl(this.submissionId)) : (0, _litElement.html)(_templateObject3_53247920243411ea86f395335a802507(), this._createSubmission, this.endPoint, this.csrfToken, this.assignmentId, this._ajaxCreateStubHandler), this.displayErrors ? (0, _litElement.html)(_templateObject4_53247920243411ea86f395335a802507()) : "");
}
}], [{
key: "styles",
@@ -76,7 +76,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject5_97ec171022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject5_53247920243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-comment.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-comment.js
index ecf4016e56f..3cb92f917c3 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-comment.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-comment.js
@@ -6,20 +6,20 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappStudioSubmissionComment = void 0;
- function _templateObject2_97ee12e022d211eaa0764d1a500fd781() {
+ function _templateObject2_53273840243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: flex;\n }\n paper-card {\n margin: 20px;\n padding: 16px;\n }\n h1,\n h2,\n h3,\n h4 {\n text-align: left;\n }\n p {\n font-size: 14px;\n line-height: 18px;\n text-align: left;\n }\n .nowrap p {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n .right-actions {\n float: right;\n }\n .paper-card-length-1 {\n width: 85%;\n margin-bottom: 8px;\n }\n .paper-card-length-2 {\n width: 81%;\n margin-top: 0;\n margin-bottom: 8px;\n }\n .paper-card-length-3 {\n width: 77%;\n margin-top: 0;\n margin-bottom: 8px;\n }\n .comment-depth-2 {\n margin: 8px;\n }\n .comment-depth-3 {\n margin: 16px;\n }\n .comment-depth-4 {\n margin: 16px;\n }\n .comment-depth-5 {\n margin: 16px;\n }\n .comment-depth-6 {\n margin: 16px;\n }\n .center {\n padding: 0;\n }\n "]);
- _templateObject2_97ee12e022d211eaa0764d1a500fd781 = function _templateObject2_97ee12e022d211eaa0764d1a500fd781() {
+ _templateObject2_53273840243411ea86f395335a802507 = function _templateObject2_53273840243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_97ee12e022d211eaa0764d1a500fd781() {
+ function _templateObject_53273840243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n \n \n
\n ", "\n said: \n \n ", " \n \n \n
\n
Reply \n
\n
Edit \n
\n
Delete \n
\n \n "]);
- _templateObject_97ee12e022d211eaa0764d1a500fd781 = function _templateObject_97ee12e022d211eaa0764d1a500fd781() {
+ _templateObject_53273840243411ea86f395335a802507 = function _templateObject_53273840243411ea86f395335a802507() {
return data;
};
@@ -39,7 +39,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
babelHelpers.createClass(LrnappStudioSubmissionComment, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_97ee12e022d211eaa0764d1a500fd781(), this.comment.attributes.threadDepth, this.comment.relationships.author.data.name, this.comment.attributes.threadDepth, this.comment.relationships.author.data.name, this.comment.attributes.body);
+ return (0, _litElement.html)(_templateObject_53273840243411ea86f395335a802507(), this.comment.attributes.threadDepth, this.comment.relationships.author.data.name, this.comment.attributes.threadDepth, this.comment.relationships.author.data.name, this.comment.attributes.body);
}
}, {
key: "firstUpdated",
@@ -63,7 +63,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_97ee12e022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_53273840243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-comments.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-comments.js
index 16faf1d72d4..9f5bf00dbcc 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-comments.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-comments.js
@@ -6,30 +6,30 @@ define(["exports", "../../../../lit-element/lit-element.js", "./lrnapp-studio-su
});
_exports.LrnappStudioSubmissionComments = void 0;
- function _templateObject3_97f035c022d211eaa0764d1a500fd781() {
+ function _templateObject3_5328e5f0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n "]);
- _templateObject3_97f035c022d211eaa0764d1a500fd781 = function _templateObject3_97f035c022d211eaa0764d1a500fd781() {
+ _templateObject3_5328e5f0243411ea86f395335a802507 = function _templateObject3_5328e5f0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_97f035c022d211eaa0764d1a500fd781() {
+ function _templateObject2_5328e5f0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_97f035c022d211eaa0764d1a500fd781 = function _templateObject2_97f035c022d211eaa0764d1a500fd781() {
+ _templateObject2_5328e5f0243411ea86f395335a802507 = function _templateObject2_5328e5f0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_97f035c022d211eaa0764d1a500fd781() {
+ function _templateObject_5328e5f0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n "]);
- _templateObject_97f035c022d211eaa0764d1a500fd781 = function _templateObject_97f035c022d211eaa0764d1a500fd781() {
+ _templateObject_5328e5f0243411ea86f395335a802507 = function _templateObject_5328e5f0243411ea86f395335a802507() {
return data;
};
@@ -49,8 +49,8 @@ define(["exports", "../../../../lit-element/lit-element.js", "./lrnapp-studio-su
babelHelpers.createClass(LrnappStudioSubmissionComments, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_97f035c022d211eaa0764d1a500fd781(), this._toArray(this.submission.relationships.comments.data).map(function (comment) {
- return (0, _litElement.html)(_templateObject2_97f035c022d211eaa0764d1a500fd781(), comment);
+ return (0, _litElement.html)(_templateObject_5328e5f0243411ea86f395335a802507(), this._toArray(this.submission.relationships.comments.data).map(function (comment) {
+ return (0, _litElement.html)(_templateObject2_5328e5f0243411ea86f395335a802507(), comment);
}));
}
}, {
@@ -75,7 +75,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "./lrnapp-studio-su
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject3_97f035c022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject3_5328e5f0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-critique-panel.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-critique-panel.js
index 8a7942ab1e0..849961b3eda 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-critique-panel.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-critique-panel.js
@@ -6,10 +6,10 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappStudioSubmissionCritiquePanel = void 0;
- function _templateObject5_97f3430022d211eaa0764d1a500fd781() {
+ function _templateObject5_532c6860243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n .field {\n padding-top: 32px;\n padding-bottom: 32px;\n }\n\n .actions {\n display: flex;\n border-top: 2px solid gainsboro;\n margin-top: 16px;\n font-size: 14px;\n }\n\n .actions .spacer {\n flex: 1 1 auto;\n }\n\n .submission-critique-outline + .submission-critique-outline {\n margin-top: 16px;\n }\n\n :host([edit])\n .submission-critique-outline--feedback\n lrnapp-studio-block {\n padding: 0;\n }\n "]);
- _templateObject5_97f3430022d211eaa0764d1a500fd781 = function _templateObject5_97f3430022d211eaa0764d1a500fd781() {
+ _templateObject5_532c6860243411ea86f395335a802507 = function _templateObject5_532c6860243411ea86f395335a802507() {
return data;
};
@@ -20,40 +20,40 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject4_97f3430022d211eaa0764d1a500fd781() {
+ function _templateObject4_532c6860243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n
\n "]);
- _templateObject4_97f3430022d211eaa0764d1a500fd781 = function _templateObject4_97f3430022d211eaa0764d1a500fd781() {
+ _templateObject4_532c6860243411ea86f395335a802507 = function _templateObject4_532c6860243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_97f3430022d211eaa0764d1a500fd781() {
+ function _templateObject3_532c6860243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject3_97f3430022d211eaa0764d1a500fd781 = function _templateObject3_97f3430022d211eaa0764d1a500fd781() {
+ _templateObject3_532c6860243411ea86f395335a802507 = function _templateObject3_532c6860243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_97f3430022d211eaa0764d1a500fd781() {
+ function _templateObject2_532c6860243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_97f3430022d211eaa0764d1a500fd781 = function _templateObject2_97f3430022d211eaa0764d1a500fd781() {
+ _templateObject2_532c6860243411ea86f395335a802507 = function _templateObject2_532c6860243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_97f3430022d211eaa0764d1a500fd781() {
+ function _templateObject_532c6860243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n \n \n \n
\n
\n \n ", "\n \n
\n
\n ", "\n "]);
- _templateObject_97f3430022d211eaa0764d1a500fd781 = function _templateObject_97f3430022d211eaa0764d1a500fd781() {
+ _templateObject_532c6860243411ea86f395335a802507 = function _templateObject_532c6860243411ea86f395335a802507() {
return data;
};
@@ -67,7 +67,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
babelHelpers.createClass(LrnappStudioSubmissionCritiquePanel, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_97f3430022d211eaa0764d1a500fd781(), this.submission.relationships.assignment.attributes.critiqueOutline, this.edit ? (0, _litElement.html)(_templateObject2_97f3430022d211eaa0764d1a500fd781(), this.submission.attributes.body, this.submissionAttributesBody) : (0, _litElement.html)(_templateObject3_97f3430022d211eaa0764d1a500fd781(), this.submission.attributes.body, this.submissionAttributesBody), this.edit ? (0, _litElement.html)(_templateObject4_97f3430022d211eaa0764d1a500fd781(), this._publishClicked, this._saveDraftClicked, this._deleteClicked) : "");
+ return (0, _litElement.html)(_templateObject_532c6860243411ea86f395335a802507(), this.submission.relationships.assignment.attributes.critiqueOutline, this.edit ? (0, _litElement.html)(_templateObject2_532c6860243411ea86f395335a802507(), this.submission.attributes.body, this.submissionAttributesBody) : (0, _litElement.html)(_templateObject3_532c6860243411ea86f395335a802507(), this.submission.attributes.body, this.submissionAttributesBody), this.edit ? (0, _litElement.html)(_templateObject4_532c6860243411ea86f395335a802507(), this._publishClicked, this._saveDraftClicked, this._deleteClicked) : "");
}
}, {
key: "submissionAttributesBody",
@@ -83,7 +83,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject5_97f3430022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject5_532c6860243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-critique.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-critique.js
index 4dd5ca95a7a..efa1ef01312 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-critique.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-critique.js
@@ -6,10 +6,10 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@vaadi
});
_exports.LrnappStudioSubmissionCritique = void 0;
- function _templateObject4_97f6293022d211eaa0764d1a500fd781() {
+ function _templateObject4_532fead0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n\n .submission-critique {\n display: flex;\n justify-content: space-around;\n }\n\n .submission-critique-panel {\n flex: 1 1 auto;\n width: 100%;\n flex-wrap: nowrap;\n margin: 0.3em;\n }\n "]);
- _templateObject4_97f6293022d211eaa0764d1a500fd781 = function _templateObject4_97f6293022d211eaa0764d1a500fd781() {
+ _templateObject4_532fead0243411ea86f395335a802507 = function _templateObject4_532fead0243411ea86f395335a802507() {
return data;
};
@@ -20,30 +20,30 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@vaadi
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject3_97f6293022d211eaa0764d1a500fd781() {
+ function _templateObject3_532fead0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n
\n \n \n \n
\n \n "]);
- _templateObject3_97f6293022d211eaa0764d1a500fd781 = function _templateObject3_97f6293022d211eaa0764d1a500fd781() {
+ _templateObject3_532fead0243411ea86f395335a802507 = function _templateObject3_532fead0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_97f6293022d211eaa0764d1a500fd781() {
+ function _templateObject2_532fead0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n \n
\n \n
\n \n
\n
\n "]);
- _templateObject2_97f6293022d211eaa0764d1a500fd781 = function _templateObject2_97f6293022d211eaa0764d1a500fd781() {
+ _templateObject2_532fead0243411ea86f395335a802507 = function _templateObject2_532fead0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_97f6293022d211eaa0764d1a500fd781() {
+ function _templateObject_532fead0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n "]);
- _templateObject_97f6293022d211eaa0764d1a500fd781 = function _templateObject_97f6293022d211eaa0764d1a500fd781() {
+ _templateObject_532fead0243411ea86f395335a802507 = function _templateObject_532fead0243411ea86f395335a802507() {
return data;
};
@@ -57,7 +57,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@vaadi
babelHelpers.createClass(LrnappStudioSubmissionCritique, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_97f6293022d211eaa0764d1a500fd781(), this.edit ? (0, _litElement.html)(_templateObject2_97f6293022d211eaa0764d1a500fd781(), this.submission.relationships.relatedSubmission, this.submission, this.edit) : (0, _litElement.html)(_templateObject3_97f6293022d211eaa0764d1a500fd781(), this.submission.relationships.relatedSubmission, this.submission, this.submissionChanged, this.edit));
+ return (0, _litElement.html)(_templateObject_532fead0243411ea86f395335a802507(), this.edit ? (0, _litElement.html)(_templateObject2_532fead0243411ea86f395335a802507(), this.submission.relationships.relatedSubmission, this.submission, this.edit) : (0, _litElement.html)(_templateObject3_532fead0243411ea86f395335a802507(), this.submission.relationships.relatedSubmission, this.submission, this.submissionChanged, this.edit));
}
}, {
key: "submissionChanged",
@@ -87,7 +87,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@vaadi
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject4_97f6293022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject4_532fead0243411ea86f395335a802507())];
}
}]);
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-display.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-display.js
index 43289118804..4438f56cd21 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-display.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-display.js
@@ -6,120 +6,120 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappStudioSubmissionDisplay = void 0;
- function _templateObject12_9833594022d211eaa0764d1a500fd781() {
+ function _templateObject12_533764e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n p {\n font-size: 14px;\n line-height: 18px;\n }\n h1,\n h2,\n h3 {\n margin: 0;\n text-align: left;\n }\n iron-selector {\n line-height: 1em;\n }\n iron-selector lrnsys-button {\n display: inline-flex;\n }\n marked-element {\n display: block;\n margin: 0 5em 0 5em;\n }\n iron-image {\n margin: 0 0.5em;\n }\n lrnsys-dialog {\n display: inline;\n }\n .contain {\n width: 10em;\n height: 10em;\n background: #ddd;\n }\n .center {\n margin: auto;\n width: 100%;\n }\n .title {\n color: #222;\n font-size: 2rem;\n font-weight: 600;\n line-height: 2.5rem;\n padding: 0.25rem 0;\n white-space: nowrap;\n overflow-x: hidden;\n text-overflow: ellipsis;\n margin-top: 1rem;\n text-align: center;\n }\n .author {\n color: #555;\n font-size: 1rem;\n font-weight: 500;\n font-style: normal;\n line-height: 1rem;\n padding: 0.25rem 0 0.5rem 0;\n margin: 0;\n text-transform: capitalize;\n }\n .date {\n color: #555;\n font-size: 16px;\n font-style: normal;\n padding: 0.25rem 0 0.5rem 0;\n margin: 0;\n }\n .flex-wrap {\n display: flex;\n }\n .submission-page-card {\n width: 100%;\n margin: 0;\n }\n :host([edit-page]) .submission-page {\n width: 100%;\n }\n .image-dialog-header {\n display: flex;\n }\n app-toolbar {\n width: 36em;\n background: #ddd;\n }\n lrnsys-button {\n padding: 0.75em;\n }\n .top {\n top: 8em;\n }\n "]);
- _templateObject12_9833594022d211eaa0764d1a500fd781 = function _templateObject12_9833594022d211eaa0764d1a500fd781() {
+ _templateObject12_533764e0243411ea86f395335a802507 = function _templateObject12_533764e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject11_9833594022d211eaa0764d1a500fd781() {
+ function _templateObject11_533764e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", ": \n ", " \n
\n "]);
- _templateObject11_9833594022d211eaa0764d1a500fd781 = function _templateObject11_9833594022d211eaa0764d1a500fd781() {
+ _templateObject11_533764e0243411ea86f395335a802507 = function _templateObject11_533764e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject10_9833594022d211eaa0764d1a500fd781() {
+ function _templateObject10_533764e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n "]);
- _templateObject10_9833594022d211eaa0764d1a500fd781 = function _templateObject10_9833594022d211eaa0764d1a500fd781() {
+ _templateObject10_533764e0243411ea86f395335a802507 = function _templateObject10_533764e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject9_9833594022d211eaa0764d1a500fd781() {
+ function _templateObject9_533764e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", ": \n ", " \n
\n "]);
- _templateObject9_9833594022d211eaa0764d1a500fd781 = function _templateObject9_9833594022d211eaa0764d1a500fd781() {
+ _templateObject9_533764e0243411ea86f395335a802507 = function _templateObject9_533764e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject8_9833594022d211eaa0764d1a500fd781() {
+ function _templateObject8_533764e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n "]);
- _templateObject8_9833594022d211eaa0764d1a500fd781 = function _templateObject8_9833594022d211eaa0764d1a500fd781() {
+ _templateObject8_533764e0243411ea86f395335a802507 = function _templateObject8_533764e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject7_9833594022d211eaa0764d1a500fd781() {
+ function _templateObject7_533764e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject7_9833594022d211eaa0764d1a500fd781 = function _templateObject7_9833594022d211eaa0764d1a500fd781() {
+ _templateObject7_533764e0243411ea86f395335a802507 = function _templateObject7_533764e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject6_9833594022d211eaa0764d1a500fd781() {
+ function _templateObject6_533764e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n "]);
- _templateObject6_9833594022d211eaa0764d1a500fd781 = function _templateObject6_9833594022d211eaa0764d1a500fd781() {
+ _templateObject6_533764e0243411ea86f395335a802507 = function _templateObject6_533764e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject5_9833594022d211eaa0764d1a500fd781() {
+ function _templateObject5_533764e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n "]);
- _templateObject5_9833594022d211eaa0764d1a500fd781 = function _templateObject5_9833594022d211eaa0764d1a500fd781() {
+ _templateObject5_533764e0243411ea86f395335a802507 = function _templateObject5_533764e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject4_9833594022d211eaa0764d1a500fd781() {
+ function _templateObject4_533764e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject4_9833594022d211eaa0764d1a500fd781 = function _templateObject4_9833594022d211eaa0764d1a500fd781() {
+ _templateObject4_533764e0243411ea86f395335a802507 = function _templateObject4_533764e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_9833594022d211eaa0764d1a500fd781() {
+ function _templateObject3_533764e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n filename: image.url \n \n \n ", "\n
\n \n "]);
- _templateObject3_9833594022d211eaa0764d1a500fd781 = function _templateObject3_9833594022d211eaa0764d1a500fd781() {
+ _templateObject3_533764e0243411ea86f395335a802507 = function _templateObject3_533764e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_9833594022d211eaa0764d1a500fd781() {
+ function _templateObject2_533764e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n "]);
- _templateObject2_9833594022d211eaa0764d1a500fd781 = function _templateObject2_9833594022d211eaa0764d1a500fd781() {
+ _templateObject2_533764e0243411ea86f395335a802507 = function _templateObject2_533764e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9833594022d211eaa0764d1a500fd781() {
+ function _templateObject_533764e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n
\n \n
\n
\n ", "\n
\n
", " \n
\n Created: ", "\n
\n
\n Last updated: ", "\n
\n \n
\n \n \n \n ", "\n \n ", "\n \n ", "\n \n ", "\n
\n \n
\n "]);
- _templateObject_9833594022d211eaa0764d1a500fd781 = function _templateObject_9833594022d211eaa0764d1a500fd781() {
+ _templateObject_533764e0243411ea86f395335a802507 = function _templateObject_533764e0243411ea86f395335a802507() {
return data;
};
@@ -145,14 +145,14 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
value: function render() {
var _this = this;
- return (0, _litElement.html)(_templateObject_9833594022d211eaa0764d1a500fd781(), this.submission.relationships.author.data.name, this.submission.relationships.author.data.avatar, this.submission.relationships.author.data.display_name, this.submission.attributes.title, this.date(this.submission.meta.created), this.date(this.submission.meta.changed), this.submission.attributes.images ? (0, _litElement.html)(_templateObject2_9833594022d211eaa0764d1a500fd781(), this._toArray(this.submission.attributes.images).map(function (image) {
- return (0, _litElement.html)(_templateObject3_9833594022d211eaa0764d1a500fd781(), image.thumbnail, _this._isGif(image.url) ? (0, _litElement.html)(_templateObject4_9833594022d211eaa0764d1a500fd781(), image.url) : (0, _litElement.html)(_templateObject5_9833594022d211eaa0764d1a500fd781(), image.url, _this.submission.attributes.download_files));
- })) : "", this.submission.attributes.video ? (0, _litElement.html)(_templateObject6_9833594022d211eaa0764d1a500fd781(), this._toArray(this.submission.attributes.video).map(function (video) {
- return (0, _litElement.html)(_templateObject7_9833594022d211eaa0764d1a500fd781(), video.video_src);
- })) : "", this.submission.attributes.links ? (0, _litElement.html)(_templateObject8_9833594022d211eaa0764d1a500fd781(), this._toArray(this.submission.attributes.links).map(function (link) {
- return (0, _litElement.html)(_templateObject9_9833594022d211eaa0764d1a500fd781(), link.title, link.url, link.url);
- })) : "", this.submission.attributes.files ? (0, _litElement.html)(_templateObject10_9833594022d211eaa0764d1a500fd781(), this._toArray(this.submission.attributes.files).map(function (file) {
- return (0, _litElement.html)(_templateObject11_9833594022d211eaa0764d1a500fd781(), file.filename, file.url, file.url);
+ return (0, _litElement.html)(_templateObject_533764e0243411ea86f395335a802507(), this.submission.relationships.author.data.name, this.submission.relationships.author.data.avatar, this.submission.relationships.author.data.display_name, this.submission.attributes.title, this.date(this.submission.meta.created), this.date(this.submission.meta.changed), this.submission.attributes.images ? (0, _litElement.html)(_templateObject2_533764e0243411ea86f395335a802507(), this._toArray(this.submission.attributes.images).map(function (image) {
+ return (0, _litElement.html)(_templateObject3_533764e0243411ea86f395335a802507(), image.thumbnail, _this._isGif(image.url) ? (0, _litElement.html)(_templateObject4_533764e0243411ea86f395335a802507(), image.url) : (0, _litElement.html)(_templateObject5_533764e0243411ea86f395335a802507(), image.url, _this.submission.attributes.download_files));
+ })) : "", this.submission.attributes.video ? (0, _litElement.html)(_templateObject6_533764e0243411ea86f395335a802507(), this._toArray(this.submission.attributes.video).map(function (video) {
+ return (0, _litElement.html)(_templateObject7_533764e0243411ea86f395335a802507(), video.video_src);
+ })) : "", this.submission.attributes.links ? (0, _litElement.html)(_templateObject8_533764e0243411ea86f395335a802507(), this._toArray(this.submission.attributes.links).map(function (link) {
+ return (0, _litElement.html)(_templateObject9_533764e0243411ea86f395335a802507(), link.title, link.url, link.url);
+ })) : "", this.submission.attributes.files ? (0, _litElement.html)(_templateObject10_533764e0243411ea86f395335a802507(), this._toArray(this.submission.attributes.files).map(function (file) {
+ return (0, _litElement.html)(_templateObject11_533764e0243411ea86f395335a802507(), file.filename, file.url, file.url);
})) : "");
}
}, {
@@ -237,7 +237,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject12_9833594022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject12_533764e0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-add-asset.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-add-asset.js
index b0761268701..ed586ff8324 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-add-asset.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-add-asset.js
@@ -6,20 +6,20 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappStudioSubmissionEditAddAsset = void 0;
- function _templateObject2_983506f022d211eaa0764d1a500fd781() {
+ function _templateObject2_53319880243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n cursor: pointer;\n }\n :host([display=\"box\"]) {\n display: block;\n width: 200px;\n height: 200px;\n background: lightgray;\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n }\n :host([display=\"pill\"]) {\n display: block;\n background: lightgray;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n position: relative;\n }\n iron-icon {\n color: gray;\n --iron-icon-height: 50px;\n --iron-icon-width: 50px;\n }\n :host([display=\"pill\"]) iron-icon {\n --iron-icon-height: 50px;\n --iron-icon-width: 50px;\n }\n "]);
- _templateObject2_983506f022d211eaa0764d1a500fd781 = function _templateObject2_983506f022d211eaa0764d1a500fd781() {
+ _templateObject2_53319880243411ea86f395335a802507 = function _templateObject2_53319880243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_983506f022d211eaa0764d1a500fd781() {
+ function _templateObject_53319880243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_983506f022d211eaa0764d1a500fd781 = function _templateObject_983506f022d211eaa0764d1a500fd781() {
+ _templateObject_53319880243411ea86f395335a802507 = function _templateObject_53319880243411ea86f395335a802507() {
return data;
};
@@ -33,7 +33,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
babelHelpers.createClass(LrnappStudioSubmissionEditAddAsset, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_983506f022d211eaa0764d1a500fd781(), this.icon);
+ return (0, _litElement.html)(_templateObject_53319880243411ea86f395335a802507(), this.icon);
}
}], [{
key: "styles",
@@ -42,7 +42,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_983506f022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_53319880243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-file.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-file.js
index 6f1335cfb0d..a3470498688 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-file.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-file.js
@@ -6,20 +6,20 @@ define(["exports", "../../../../lit-element/lit-element.js", "./lrnapp-studio-su
});
_exports.LrnappStudioSubmissionEditFile = void 0;
- function _templateObject2_9836b4a022d211eaa0764d1a500fd781() {
+ function _templateObject2_533939a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline-flex;\n justify-content: space-around;\n align-items: stretch;\n min-height: 100px;\n width: 100px;\n position: relative;\n background: lightgray;\n color: #333333;\n }\n\n lrnapp-studio-submission-media-editoverlay {\n display: flex;\n }\n\n .file_url {\n margin: 1em;\n }\n "]);
- _templateObject2_9836b4a022d211eaa0764d1a500fd781 = function _templateObject2_9836b4a022d211eaa0764d1a500fd781() {
+ _templateObject2_533939a0243411ea86f395335a802507 = function _templateObject2_533939a0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9836b4a022d211eaa0764d1a500fd781() {
+ function _templateObject_533939a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "
\n \n "]);
- _templateObject_9836b4a022d211eaa0764d1a500fd781 = function _templateObject_9836b4a022d211eaa0764d1a500fd781() {
+ _templateObject_533939a0243411ea86f395335a802507 = function _templateObject_533939a0243411ea86f395335a802507() {
return data;
};
@@ -39,7 +39,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "./lrnapp-studio-su
babelHelpers.createClass(LrnappStudioSubmissionEditFile, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_9836b4a022d211eaa0764d1a500fd781(), this.index, this.embedcode, this.file.filename);
+ return (0, _litElement.html)(_templateObject_533939a0243411ea86f395335a802507(), this.index, this.embedcode, this.file.filename);
}
}, {
key: "updated",
@@ -64,7 +64,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "./lrnapp-studio-su
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_9836b4a022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_533939a0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-files.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-files.js
index 5c66a01d758..90cff948581 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-files.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-files.js
@@ -6,40 +6,40 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../secure-re
});
_exports.LrnappStudioSubmissionEditFiles = void 0;
- function _templateObject4_983aac4022d211eaa0764d1a500fd781() {
+ function _templateObject4_533d0a30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n position: relative;\n min-height: 200px;\n }\n #pages {\n display: block;\n }\n .files__files {\n display: flex;\n flex-wrap: wrap;\n }\n .files__files > * {\n margin-right: 16px;\n min-width: 200px;\n }\n paper-dialog {\n width: 50%;\n width: 50vmax;\n padding: 16px;\n }\n "]);
- _templateObject4_983aac4022d211eaa0764d1a500fd781 = function _templateObject4_983aac4022d211eaa0764d1a500fd781() {
+ _templateObject4_533d0a30243411ea86f395335a802507 = function _templateObject4_533d0a30243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_983aac4022d211eaa0764d1a500fd781() {
+ function _templateObject3_533d0a30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n Upload files here:\n
\n \n "]);
- _templateObject3_983aac4022d211eaa0764d1a500fd781 = function _templateObject3_983aac4022d211eaa0764d1a500fd781() {
+ _templateObject3_533d0a30243411ea86f395335a802507 = function _templateObject3_533d0a30243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_983aac4022d211eaa0764d1a500fd781() {
+ function _templateObject2_533d0a30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_983aac4022d211eaa0764d1a500fd781 = function _templateObject2_983aac4022d211eaa0764d1a500fd781() {
+ _templateObject2_533d0a30243411ea86f395335a802507 = function _templateObject2_533d0a30243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_983aac4022d211eaa0764d1a500fd781() {
+ function _templateObject_533d0a30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n
\n \n Add Files \n \n ", "\n
\n \n \n "]);
- _templateObject_983aac4022d211eaa0764d1a500fd781 = function _templateObject_983aac4022d211eaa0764d1a500fd781() {
+ _templateObject_533d0a30243411ea86f395335a802507 = function _templateObject_533d0a30243411ea86f395335a802507() {
return data;
};
@@ -55,9 +55,9 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../secure-re
value: function render() {
var _this2 = this;
- return (0, _litElement.html)(_templateObject_983aac4022d211eaa0764d1a500fd781(), this.files.map(function (file, index) {
- return (0, _litElement.html)(_templateObject2_983aac4022d211eaa0764d1a500fd781(), file, _this2._deleteImage, index);
- }), this._addFile, this.uploadUrl ? (0, _litElement.html)(_templateObject3_983aac4022d211eaa0764d1a500fd781(), this.fileTypes, this.uploadUrl, this._handleImageUploadSuccess) : "");
+ return (0, _litElement.html)(_templateObject_533d0a30243411ea86f395335a802507(), this.files.map(function (file, index) {
+ return (0, _litElement.html)(_templateObject2_533d0a30243411ea86f395335a802507(), file, _this2._deleteImage, index);
+ }), this._addFile, this.uploadUrl ? (0, _litElement.html)(_templateObject3_533d0a30243411ea86f395335a802507(), this.fileTypes, this.uploadUrl, this._handleImageUploadSuccess) : "");
}
}, {
key: "updated",
@@ -86,7 +86,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../secure-re
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject4_983aac4022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject4_533d0a30243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-image.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-image.js
index 9ae3babba64..04fdcf0979e 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-image.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-image.js
@@ -6,20 +6,20 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappStudioSubmissionEditImage = void 0;
- function _templateObject2_983d445022d211eaa0764d1a500fd781() {
+ function _templateObject2_533f2d10243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline-flex;\n justify-content: space-around;\n min-height: 100px;\n position: relative;\n }\n\n iron-image {\n --iron-image-height: 200px;\n display: block;\n }\n "]);
- _templateObject2_983d445022d211eaa0764d1a500fd781 = function _templateObject2_983d445022d211eaa0764d1a500fd781() {
+ _templateObject2_533f2d10243411ea86f395335a802507 = function _templateObject2_533f2d10243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_983d445022d211eaa0764d1a500fd781() {
+ function _templateObject_533f2d10243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_983d445022d211eaa0764d1a500fd781 = function _templateObject_983d445022d211eaa0764d1a500fd781() {
+ _templateObject_533f2d10243411ea86f395335a802507 = function _templateObject_533f2d10243411ea86f395335a802507() {
return data;
};
@@ -39,7 +39,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
babelHelpers.createClass(LrnappStudioSubmissionEditImage, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_983d445022d211eaa0764d1a500fd781(), this.index, this.embedcode, this.thumbnail);
+ return (0, _litElement.html)(_templateObject_533f2d10243411ea86f395335a802507(), this.index, this.embedcode, this.thumbnail);
}
}, {
key: "updated",
@@ -85,7 +85,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_983d445022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_533f2d10243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-images.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-images.js
index f253b24758e..44d1f97ea52 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-images.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-images.js
@@ -6,40 +6,40 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../secure-re
});
_exports.LrnappStudioSubmissionEditImages = void 0;
- function _templateObject4_98409fb022d211eaa0764d1a500fd781() {
+ function _templateObject4_5342fda0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n position: relative;\n min-height: 200px;\n }\n #pages {\n display: block;\n }\n .images__images {\n display: flex;\n flex-wrap: wrap;\n }\n .images__images > * {\n margin-right: 16px;\n min-width: 200px;\n }\n neon-animated-pages .iron-selected {\n position: static;\n }\n paper-dialog {\n width: 50%;\n width: 50vmax;\n padding: 16px;\n }\n "]);
- _templateObject4_98409fb022d211eaa0764d1a500fd781 = function _templateObject4_98409fb022d211eaa0764d1a500fd781() {
+ _templateObject4_5342fda0243411ea86f395335a802507 = function _templateObject4_5342fda0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_98409fb022d211eaa0764d1a500fd781() {
+ function _templateObject3_5342fda0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n Upload files here:\n
\n \n "]);
- _templateObject3_98409fb022d211eaa0764d1a500fd781 = function _templateObject3_98409fb022d211eaa0764d1a500fd781() {
+ _templateObject3_5342fda0243411ea86f395335a802507 = function _templateObject3_5342fda0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_98409fb022d211eaa0764d1a500fd781() {
+ function _templateObject2_5342fda0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_98409fb022d211eaa0764d1a500fd781 = function _templateObject2_98409fb022d211eaa0764d1a500fd781() {
+ _templateObject2_5342fda0243411ea86f395335a802507 = function _templateObject2_5342fda0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_98409fb022d211eaa0764d1a500fd781() {
+ function _templateObject_5342fda0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n
\n \n Add Image(s) \n \n \n ", "\n
\n \n \n \n "]);
- _templateObject_98409fb022d211eaa0764d1a500fd781 = function _templateObject_98409fb022d211eaa0764d1a500fd781() {
+ _templateObject_5342fda0243411ea86f395335a802507 = function _templateObject_5342fda0243411ea86f395335a802507() {
return data;
};
@@ -59,9 +59,9 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../secure-re
value: function render() {
var _this2 = this;
- return (0, _litElement.html)(_templateObject_98409fb022d211eaa0764d1a500fd781(), this.images.map(function (image, index) {
- return (0, _litElement.html)(_templateObject2_98409fb022d211eaa0764d1a500fd781(), image, _this2._deleteImage, index);
- }), this._addImage, this.uploadUrl ? (0, _litElement.html)(_templateObject3_98409fb022d211eaa0764d1a500fd781(), this.fileTypes, this.uploadUrl, this._handleImageUploadSuccess) : "");
+ return (0, _litElement.html)(_templateObject_5342fda0243411ea86f395335a802507(), this.images.map(function (image, index) {
+ return (0, _litElement.html)(_templateObject2_5342fda0243411ea86f395335a802507(), image, _this2._deleteImage, index);
+ }), this._addImage, this.uploadUrl ? (0, _litElement.html)(_templateObject3_5342fda0243411ea86f395335a802507(), this.fileTypes, this.uploadUrl, this._handleImageUploadSuccess) : "");
}
}, {
key: "_addImage",
@@ -124,7 +124,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../secure-re
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject4_98409fb022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject4_5342fda0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-links.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-links.js
index 06bc97bfa75..73989818d88 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-links.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-links.js
@@ -6,30 +6,30 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappStudioSubmissionEditLinks = void 0;
- function _templateObject3_9844975022d211eaa0764d1a500fd781() {
+ function _templateObject3_53460ae0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n\n .item {\n display: flex;\n margin: auto;\n }\n\n .info {\n flex: 1 1 auto;\n }\n\n .create {\n display: flex;\n align-items: center;\n }\n\n .input {\n flex: 1 1 auto;\n }\n\n paper-dialog {\n width: 50%;\n width: 50vmax;\n padding: 1em;\n }\n "]);
- _templateObject3_9844975022d211eaa0764d1a500fd781 = function _templateObject3_9844975022d211eaa0764d1a500fd781() {
+ _templateObject3_53460ae0243411ea86f395335a802507 = function _templateObject3_53460ae0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_9844975022d211eaa0764d1a500fd781() {
+ function _templateObject2_53460ae0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_9844975022d211eaa0764d1a500fd781 = function _templateObject2_9844975022d211eaa0764d1a500fd781() {
+ _templateObject2_53460ae0243411ea86f395335a802507 = function _templateObject2_53460ae0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9844975022d211eaa0764d1a500fd781() {
+ function _templateObject_53460ae0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n \n\n \n Add Link \n \n \n \n \n \n "]);
- _templateObject_9844975022d211eaa0764d1a500fd781 = function _templateObject_9844975022d211eaa0764d1a500fd781() {
+ _templateObject_53460ae0243411ea86f395335a802507 = function _templateObject_53460ae0243411ea86f395335a802507() {
return data;
};
@@ -45,8 +45,8 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
value: function render() {
var _this2 = this;
- return (0, _litElement.html)(_templateObject_9844975022d211eaa0764d1a500fd781(), this.links.map(function (link, index) {
- return (0, _litElement.html)(_templateObject2_9844975022d211eaa0764d1a500fd781(), link.url, index, _this2._deleteLink);
+ return (0, _litElement.html)(_templateObject_53460ae0243411ea86f395335a802507(), this.links.map(function (link, index) {
+ return (0, _litElement.html)(_templateObject2_53460ae0243411ea86f395335a802507(), link.url, index, _this2._deleteLink);
}), this._openDialog, this.newlink, this.newlinkEvent, this._createLink);
}
}, {
@@ -81,7 +81,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject3_9844975022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject3_53460ae0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-textarea.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-textarea.js
index a5eac679db8..f10529174ed 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-textarea.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-textarea.js
@@ -6,20 +6,20 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../lrn-markd
});
_exports.LrnappStudioSubmissionEditTextArea = void 0;
- function _templateObject2_9846932022d211eaa0764d1a500fd781() {
+ function _templateObject2_5347dfa0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n "]);
- _templateObject2_9846932022d211eaa0764d1a500fd781 = function _templateObject2_9846932022d211eaa0764d1a500fd781() {
+ _templateObject2_5347dfa0243411ea86f395335a802507 = function _templateObject2_5347dfa0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9846932022d211eaa0764d1a500fd781() {
+ function _templateObject_5347dfa0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_9846932022d211eaa0764d1a500fd781 = function _templateObject_9846932022d211eaa0764d1a500fd781() {
+ _templateObject_5347dfa0243411ea86f395335a802507 = function _templateObject_5347dfa0243411ea86f395335a802507() {
return data;
};
@@ -39,7 +39,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../lrn-markd
babelHelpers.createClass(LrnappStudioSubmissionEditTextArea, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_9846932022d211eaa0764d1a500fd781(), this.content, this.contentEvent);
+ return (0, _litElement.html)(_templateObject_5347dfa0243411ea86f395335a802507(), this.content, this.contentEvent);
}
}, {
key: "contentEvent",
@@ -73,7 +73,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../lrn-markd
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_9846932022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_5347dfa0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-video.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-video.js
index deef3a3b65c..21f22797be8 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-video.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit-video.js
@@ -6,40 +6,40 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../secure-re
});
_exports.LrnappStudioSubmissionEditVideo = void 0;
- function _templateObject4_9849ee8022d211eaa0764d1a500fd781() {
+ function _templateObject4_534bd740243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: flex;\n position: relative;\n align-items: stretch;\n }\n\n lrnapp-studio-submission-media-editoverlay,\n lrnapp-studio-submission-edit-add-asset {\n background: lightgray;\n display: flex;\n align-items: center;\n margin-right: 1em;\n }\n\n iframe {\n display: block;\n }\n\n .videosfield__create {\n display: block;\n height: 250px;\n width: 300px;\n }\n\n paper-dialog {\n width: 50%;\n width: 50vmax;\n padding: 1em;\n }\n "]);
- _templateObject4_9849ee8022d211eaa0764d1a500fd781 = function _templateObject4_9849ee8022d211eaa0764d1a500fd781() {
+ _templateObject4_534bd740243411ea86f395335a802507 = function _templateObject4_534bd740243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_9849ee8022d211eaa0764d1a500fd781() {
+ function _templateObject3_534bd740243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject3_9849ee8022d211eaa0764d1a500fd781 = function _templateObject3_9849ee8022d211eaa0764d1a500fd781() {
+ _templateObject3_534bd740243411ea86f395335a802507 = function _templateObject3_534bd740243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_9849ee8022d211eaa0764d1a500fd781() {
+ function _templateObject2_534bd740243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject2_9849ee8022d211eaa0764d1a500fd781 = function _templateObject2_9849ee8022d211eaa0764d1a500fd781() {
+ _templateObject2_534bd740243411ea86f395335a802507 = function _templateObject2_534bd740243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9849ee8022d211eaa0764d1a500fd781() {
+ function _templateObject_534bd740243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n\n \n\n \n Add Video \n \n \n \n \n \n ", "\n "]);
- _templateObject_9849ee8022d211eaa0764d1a500fd781 = function _templateObject_9849ee8022d211eaa0764d1a500fd781() {
+ _templateObject_534bd740243411ea86f395335a802507 = function _templateObject_534bd740243411ea86f395335a802507() {
return data;
};
@@ -55,9 +55,9 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../secure-re
value: function render() {
var _this2 = this;
- return (0, _litElement.html)(_templateObject_9849ee8022d211eaa0764d1a500fd781(), this.videos.map(function (video, index) {
- return (0, _litElement.html)(_templateObject2_9849ee8022d211eaa0764d1a500fd781(), _this2._videoDelete, index, video.video_src);
- }), this._openDialog, this.newvideo, this.newvideoEvent, this._addVideo, this.videoGenerateSourceUrl ? (0, _litElement.html)(_templateObject3_9849ee8022d211eaa0764d1a500fd781(), this.videoGenerateSourceUrl, this.newvideo, this._addVideoAjax) : "");
+ return (0, _litElement.html)(_templateObject_534bd740243411ea86f395335a802507(), this.videos.map(function (video, index) {
+ return (0, _litElement.html)(_templateObject2_534bd740243411ea86f395335a802507(), _this2._videoDelete, index, video.video_src);
+ }), this._openDialog, this.newvideo, this.newvideoEvent, this._addVideo, this.videoGenerateSourceUrl ? (0, _litElement.html)(_templateObject3_534bd740243411ea86f395335a802507(), this.videoGenerateSourceUrl, this.newvideo, this._addVideoAjax) : "");
}
}, {
key: "newvideoEvent",
@@ -71,7 +71,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../secure-re
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject4_9849ee8022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject4_534bd740243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit.js
index d9a111453c1..a311f47d326 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-edit.js
@@ -6,10 +6,10 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappStudioSubmissionEdit = void 0;
- function _templateObject3_984e826022d211eaa0764d1a500fd781() {
+ function _templateObject3_53d24550243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n padding: 16px;\n }\n .field {\n padding-bottom: 16px;\n }\n .actions {\n display: flex;\n border-top: 2px solid gainsboro;\n margin-top: 16px;\n }\n .actions .spacer {\n flex: 1 1 auto;\n }\n iron-icon {\n margin-right: 6px;\n --iron-icon-height: 32px;\n --iron-icon-width: 32px;\n }\n .imagesfiled__image_delete {\n position: absolute;\n top: 0;\n right: 0;\n }\n "]);
- _templateObject3_984e826022d211eaa0764d1a500fd781 = function _templateObject3_984e826022d211eaa0764d1a500fd781() {
+ _templateObject3_53d24550243411ea86f395335a802507 = function _templateObject3_53d24550243411ea86f395335a802507() {
return data;
};
@@ -20,20 +20,20 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_984e826022d211eaa0764d1a500fd781() {
+ function _templateObject2_53d24550243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n Submission Text \n \n
\n\n \n \n Images \n \n
\n\n \n \n Files \n \n \n
\n\n \n \n Links \n \n
\n\n \n \n Videos \n \n
\n\n \n \n \n \n \n \n
\n "]);
- _templateObject2_984e826022d211eaa0764d1a500fd781 = function _templateObject2_984e826022d211eaa0764d1a500fd781() {
+ _templateObject2_53d24550243411ea86f395335a802507 = function _templateObject2_53d24550243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_984e826022d211eaa0764d1a500fd781() {
+ function _templateObject_53d24550243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n "]);
- _templateObject_984e826022d211eaa0764d1a500fd781 = function _templateObject_984e826022d211eaa0764d1a500fd781() {
+ _templateObject_53d24550243411ea86f395335a802507 = function _templateObject_53d24550243411ea86f395335a802507() {
return data;
};
@@ -53,7 +53,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
babelHelpers.createClass(LrnappStudioSubmissionEdit, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_984e826022d211eaa0764d1a500fd781(), this.submission ? (0, _litElement.html)(_templateObject2_984e826022d211eaa0764d1a500fd781(), this.submission.attributes.title, this.titleEvent, this.submission.attributes.body, this.contentEvent, this.submission.attributes.images, this.imagesEvent, this.submission.meta.imagefieldTypes, this.submission.attributes.files, this.filesEvent, this.submission.meta.filefieldTypes, this.submission.attributes.links, this.linksEvent, this.submission.attributes.video, this.submissionVideosChanged, this.endPoint, this.csrfToken, this._publishClicked, this._saveDraftClicked, this._deleteClicked) : "");
+ return (0, _litElement.html)(_templateObject_53d24550243411ea86f395335a802507(), this.submission ? (0, _litElement.html)(_templateObject2_53d24550243411ea86f395335a802507(), this.submission.attributes.title, this.titleEvent, this.submission.attributes.body, this.contentEvent, this.submission.attributes.images, this.imagesEvent, this.submission.meta.imagefieldTypes, this.submission.attributes.files, this.filesEvent, this.submission.meta.filefieldTypes, this.submission.attributes.links, this.linksEvent, this.submission.attributes.video, this.submissionVideosChanged, this.endPoint, this.csrfToken, this._publishClicked, this._saveDraftClicked, this._deleteClicked) : "");
}
}, {
key: "titleEvent",
@@ -161,7 +161,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject3_984e826022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject3_53d24550243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-editbar-message.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-editbar-message.js
index d609f5e886a..b463e8bc1d3 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-editbar-message.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-editbar-message.js
@@ -6,20 +6,20 @@ define(["exports", "../../../../lit-element/lit-element.js"], function (_exports
});
_exports.LrnappStudioSubmissionEditbarMessage = void 0;
- function _templateObject2_984f93d022d211eaa0764d1a500fd781() {
+ function _templateObject2_53d3a4e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n "]);
- _templateObject2_984f93d022d211eaa0764d1a500fd781 = function _templateObject2_984f93d022d211eaa0764d1a500fd781() {
+ _templateObject2_53d3a4e0243411ea86f395335a802507 = function _templateObject2_53d3a4e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_984f93d022d211eaa0764d1a500fd781() {
+ function _templateObject_53d3a4e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_984f93d022d211eaa0764d1a500fd781 = function _templateObject_984f93d022d211eaa0764d1a500fd781() {
+ _templateObject_53d3a4e0243411ea86f395335a802507 = function _templateObject_53d3a4e0243411ea86f395335a802507() {
return data;
};
@@ -39,7 +39,7 @@ define(["exports", "../../../../lit-element/lit-element.js"], function (_exports
babelHelpers.createClass(LrnappStudioSubmissionEditbarMessage, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_984f93d022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_53d3a4e0243411ea86f395335a802507());
}
}], [{
key: "styles",
@@ -48,7 +48,7 @@ define(["exports", "../../../../lit-element/lit-element.js"], function (_exports
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_984f93d022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_53d3a4e0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-editbar.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-editbar.js
index b0af281c332..016ae7a177b 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-editbar.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-editbar.js
@@ -6,20 +6,20 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappStudioSubmissionEditbar = void 0;
- function _templateObject2_9850cc5022d211eaa0764d1a500fd781() {
+ function _templateObject2_53d52b80243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n "]);
- _templateObject2_9850cc5022d211eaa0764d1a500fd781 = function _templateObject2_9850cc5022d211eaa0764d1a500fd781() {
+ _templateObject2_53d52b80243411ea86f395335a802507 = function _templateObject2_53d52b80243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9850cc5022d211eaa0764d1a500fd781() {
+ function _templateObject_53d52b80243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n "]);
- _templateObject_9850cc5022d211eaa0764d1a500fd781 = function _templateObject_9850cc5022d211eaa0764d1a500fd781() {
+ _templateObject_53d52b80243411ea86f395335a802507 = function _templateObject_53d52b80243411ea86f395335a802507() {
return data;
};
@@ -39,7 +39,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
babelHelpers.createClass(LrnappStudioSubmissionEditbar, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_9850cc5022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_53d52b80243411ea86f395335a802507());
}
}], [{
key: "styles",
@@ -48,7 +48,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_9850cc5022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_53d52b80243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-media-editoverlay.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-media-editoverlay.js
index c043154ca4b..e82fbb50b48 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-media-editoverlay.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-media-editoverlay.js
@@ -6,40 +6,40 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappStudioSubmissionMediaEditoverlay = void 0;
- function _templateObject4_9852a11022d211eaa0764d1a500fd781() {
+ function _templateObject4_53f16610243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: flex;\n align-items: stretch;\n justify-content: stretch;\n }\n\n .wrapper {\n position: relative;\n z-index: 1;\n overflow: hidden;\n display: flex;\n align-items: center;\n }\n\n .actions {\n overflow: hidden;\n position: absolute;\n display: flex;\n justify-content: center;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 5;\n color: white;\n background: rgba(0, 0, 0, 0.7);\n height: 100%;\n width: 100%;\n transition: all 0.2s ease-in-out;\n transform: translateY(-100%);\n }\n\n .wrapper:hover .actions {\n transform: translateY(0);\n }\n\n paper-dialog {\n width: 50%;\n width: 50vmax;\n padding: 1em;\n }\n "]);
- _templateObject4_9852a11022d211eaa0764d1a500fd781 = function _templateObject4_9852a11022d211eaa0764d1a500fd781() {
+ _templateObject4_53f16610243411ea86f395335a802507 = function _templateObject4_53f16610243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_9852a11022d211eaa0764d1a500fd781() {
+ function _templateObject3_53f16610243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n Embed Code \n Paste this into the text area and your image will appear.
\n \n ", " \n \n \n "]);
- _templateObject3_9852a11022d211eaa0764d1a500fd781 = function _templateObject3_9852a11022d211eaa0764d1a500fd781() {
+ _templateObject3_53f16610243411ea86f395335a802507 = function _templateObject3_53f16610243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_9852a11022d211eaa0764d1a500fd781() {
+ function _templateObject2_53f16610243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_9852a11022d211eaa0764d1a500fd781 = function _templateObject2_9852a11022d211eaa0764d1a500fd781() {
+ _templateObject2_53f16610243411ea86f395335a802507 = function _templateObject2_53f16610243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9852a11022d211eaa0764d1a500fd781() {
+ function _templateObject_53f16610243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n "]);
- _templateObject_9852a11022d211eaa0764d1a500fd781 = function _templateObject_9852a11022d211eaa0764d1a500fd781() {
+ _templateObject_53f16610243411ea86f395335a802507 = function _templateObject_53f16610243411ea86f395335a802507() {
return data;
};
@@ -59,7 +59,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
babelHelpers.createClass(LrnappStudioSubmissionMediaEditoverlay, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_9852a11022d211eaa0764d1a500fd781(), this.embedcode ? (0, _litElement.html)(_templateObject2_9852a11022d211eaa0764d1a500fd781(), this._embedClicked) : "", this._deleteClicked, this.embedcode ? (0, _litElement.html)(_templateObject3_9852a11022d211eaa0764d1a500fd781(), this.embedcode) : "");
+ return (0, _litElement.html)(_templateObject_53f16610243411ea86f395335a802507(), this.embedcode ? (0, _litElement.html)(_templateObject2_53f16610243411ea86f395335a802507(), this._embedClicked) : "", this._deleteClicked, this.embedcode ? (0, _litElement.html)(_templateObject3_53f16610243411ea86f395335a802507(), this.embedcode) : "");
}
}, {
key: "_embedClicked",
@@ -83,7 +83,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject4_9852a11022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject4_53f16610243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-object.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-object.js
index 78d58f2ac40..21b66e1049f 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-object.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-object.js
@@ -6,10 +6,10 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.LrnappStudioSubmissionObject = void 0;
- function _templateObject2_985671a022d211eaa0764d1a500fd781() {
+ function _templateObject2_53f78090243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n "]);
- _templateObject2_985671a022d211eaa0764d1a500fd781 = function _templateObject2_985671a022d211eaa0764d1a500fd781() {
+ _templateObject2_53f78090243411ea86f395335a802507 = function _templateObject2_53f78090243411ea86f395335a802507() {
return data;
};
@@ -20,10 +20,10 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_985671a022d211eaa0764d1a500fd781() {
+ function _templateObject_53f78090243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n "]);
- _templateObject_985671a022d211eaa0764d1a500fd781 = function _templateObject_985671a022d211eaa0764d1a500fd781() {
+ _templateObject_53f78090243411ea86f395335a802507 = function _templateObject_53f78090243411ea86f395335a802507() {
return data;
};
@@ -37,7 +37,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
babelHelpers.createClass(LrnappStudioSubmissionObject, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_985671a022d211eaa0764d1a500fd781(), this.selectedPage, this.submission, this.submissionChanged, this.submission, this.submissionChanged, this.submission, this.submissionChanged, this.edit);
+ return (0, _litElement.html)(_templateObject_53f78090243411ea86f395335a802507(), this.selectedPage, this.submission, this.submissionChanged, this.submission, this.submissionChanged, this.submission, this.submissionChanged, this.edit);
}
}, {
key: "submissionChanged",
@@ -51,7 +51,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_985671a022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_53f78090243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-page.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-page.js
index a63c15b113c..276fbd53a7f 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-page.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission-page.js
@@ -10,50 +10,50 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject5_985efd2022d211eaa0764d1a500fd781() {
+ function _templateObject5_546f48a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n position: relative;\n }\n\n p {\n font-size: 14px;\n line-height: 18px;\n }\n\n h1 {\n margin: 0;\n text-align: left;\n }\n\n iron-selector {\n line-height: 1em;\n }\n\n iron-selector lrnsys-button {\n display: inline-flex;\n }\n\n iron-image {\n margin: 0 0.5em;\n }\n\n lrnsys-dialog {\n display: inline;\n }\n\n .contain {\n width: 10em;\n height: 10em;\n background: #ddd;\n }\n\n .center {\n margin: auto;\n width: 100%;\n }\n\n .title {\n color: #222;\n font-size: 2rem;\n font-weight: 600;\n line-height: 2.5rem;\n padding: 0.25rem 0;\n white-space: nowrap;\n overflow-x: hidden;\n text-overflow: ellipsis;\n margin-top: 1rem;\n text-transform: uppercase;\n text-align: left;\n }\n\n .author {\n color: #555;\n font-size: 1rem;\n font-weight: 500;\n font-style: normal;\n line-height: 1rem;\n padding: 0.25rem 0 0.5rem 0;\n margin: 0;\n text-transform: capitalize;\n }\n\n .comments {\n text-align: right;\n margin: 0;\n font-size: 1.5em;\n }\n\n .submission-page-wrapper {\n padding: 0;\n }\n\n .submission-page {\n width: 70vw;\n }\n\n .submission-page-card {\n width: 100%;\n margin: 0;\n padding: 0 0 2em 1em;\n }\n\n .submission-comments {\n overflow-y: hidden;\n padding: 0;\n margin: 0;\n }\n\n elmsln-loading {\n position: absolute;\n display: none;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: rgba(255, 255, 255, 0.8);\n z-index: 10;\n align-items: flex-end;\n justify-content: center;\n }\n\n :host([saving]) elmsln-loading {\n display: block;\n }\n\n elmsln-loading {\n top: calc(50% - 5vmax);\n left: calc(50% - 5vmax);\n position: fixed;\n transform-origin: center center;\n width: 10vmax !important;\n height: 10vmax !important;\n }\n\n iron-pages {\n width: 100%;\n }\n\n paper-dialog {\n width: 50%;\n width: 50vmax;\n padding: 1em;\n z-index: 99999;\n }\n\n lrnapp-studio-submission-object {\n width: 100%;\n }\n\n .assignment-body {\n padding: 2em;\n }\n\n iron-icon {\n margin: 0.2em;\n }\n "]);
- _templateObject5_985efd2022d211eaa0764d1a500fd781 = function _templateObject5_985efd2022d211eaa0764d1a500fd781() {
+ _templateObject5_546f48a0243411ea86f395335a802507 = function _templateObject5_546f48a0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject4_985efd2022d211eaa0764d1a500fd781() {
+ function _templateObject4_546f48a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject4_985efd2022d211eaa0764d1a500fd781 = function _templateObject4_985efd2022d211eaa0764d1a500fd781() {
+ _templateObject4_546f48a0243411ea86f395335a802507 = function _templateObject4_546f48a0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_985efd2022d211eaa0764d1a500fd781() {
+ function _templateObject3_546f48a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject3_985efd2022d211eaa0764d1a500fd781 = function _templateObject3_985efd2022d211eaa0764d1a500fd781() {
+ _templateObject3_546f48a0243411ea86f395335a802507 = function _templateObject3_546f48a0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_985efd2022d211eaa0764d1a500fd781() {
+ function _templateObject2_546f48a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_985efd2022d211eaa0764d1a500fd781 = function _templateObject2_985efd2022d211eaa0764d1a500fd781() {
+ _templateObject2_546f48a0243411ea86f395335a802507 = function _templateObject2_546f48a0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_985efd2022d211eaa0764d1a500fd781() {
+ function _templateObject_546f48a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n \n \n\n \n ", "\n ", "
\n \n
\n Assignment\n Details \n \n \n
\n \n
\n \n \n \n
\n \n \n
\n \n\n \n \n ", "\n
\n \n \n
\n \n \n\n \n\n \n Delete submission? \n Are you sure you want to delete this submission?
\n \n \n \n Ready to publish? \n \n By publishing, the author of this submission will be able to view your\n feedback. Are you ready to publish?\n
\n \n \n\n \n "]);
- _templateObject_985efd2022d211eaa0764d1a500fd781 = function _templateObject_985efd2022d211eaa0764d1a500fd781() {
+ _templateObject_546f48a0243411ea86f395335a802507 = function _templateObject_546f48a0243411ea86f395335a802507() {
return data;
};
@@ -67,7 +67,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
babelHelpers.createClass(LrnappStudioSubmissionPage, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_985efd2022d211eaa0764d1a500fd781(), this.route, this.routeChangedEvent, this.tail, this.tailChangedEvent, this.editPage, this.editPageChangedEvent, this.reqUrl, this.reqParams, this._handleResponse, this.reqUrl, this.submission, this.reqParams, this._handleUpdateResponse, this.reqUrl, this.reqParams, this._handleDeleteResponse, this.hideMenuBar, this.showComments ? (0, _litElement.html)(_templateObject2_985efd2022d211eaa0764d1a500fd781(), this._backToStudio) : (0, _litElement.html)(_templateObject3_985efd2022d211eaa0764d1a500fd781(), this._backToKanban), this.submission.attributes.title, this.submission.relationships.assignment.attributes.title, this.submission.relationships.assignment.attributes.body, this.submission.meta.comment_count, this.displayNewBadge(this.submission.meta.comment_new), this.submission.meta.comment_new, this.editPage, this._setEditRoute, !this.submission.meta.canUpdate, !this.editPage, this._resetRoute, !this.submission.meta.canUpdate, this.showComments ? (0, _litElement.html)(_templateObject4_985efd2022d211eaa0764d1a500fd781(), this.commentOpsBase, this.csrfToken, this.commentsUrl, this.createStubUrl) : "", this.submission, this.editPage, this._submissionDeleteConfirmed, this._submissionPublishConfirmed);
+ return (0, _litElement.html)(_templateObject_546f48a0243411ea86f395335a802507(), this.route, this.routeChangedEvent, this.tail, this.tailChangedEvent, this.editPage, this.editPageChangedEvent, this.reqUrl, this.reqParams, this._handleResponse, this.reqUrl, this.submission, this.reqParams, this._handleUpdateResponse, this.reqUrl, this.reqParams, this._handleDeleteResponse, this.hideMenuBar, this.showComments ? (0, _litElement.html)(_templateObject2_546f48a0243411ea86f395335a802507(), this._backToStudio) : (0, _litElement.html)(_templateObject3_546f48a0243411ea86f395335a802507(), this._backToKanban), this.submission.attributes.title, this.submission.relationships.assignment.attributes.title, this.submission.relationships.assignment.attributes.body, this.submission.meta.comment_count, this.displayNewBadge(this.submission.meta.comment_new), this.submission.meta.comment_new, this.editPage, this._setEditRoute, !this.submission.meta.canUpdate, !this.editPage, this._resetRoute, !this.submission.meta.canUpdate, this.showComments ? (0, _litElement.html)(_templateObject4_546f48a0243411ea86f395335a802507(), this.commentOpsBase, this.csrfToken, this.commentsUrl, this.createStubUrl) : "", this.submission, this.editPage, this._submissionDeleteConfirmed, this._submissionPublishConfirmed);
}
}], [{
key: "styles",
@@ -76,7 +76,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject5_985efd2022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject5_546f48a0243411ea86f395335a802507())];
}
}]);
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission.js
index 7e9958a4cc2..4b5e1826993 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/lrnapp-studio-submission/lrnapp-studio-submission.js
@@ -10,40 +10,40 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../secure-re
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject4_9863df2022d211eaa0764d1a500fd781() {
+ function _templateObject4_5474c6e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n paper-button {\n padding: 0;\n margin: 0;\n min-width: 1rem;\n }\n "]);
- _templateObject4_9863df2022d211eaa0764d1a500fd781 = function _templateObject4_9863df2022d211eaa0764d1a500fd781() {
+ _templateObject4_5474c6e0243411ea86f395335a802507 = function _templateObject4_5474c6e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_9863df2022d211eaa0764d1a500fd781() {
+ function _templateObject3_5474c6e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n This is the lrnapp-studio-submission page.\n "]);
- _templateObject3_9863df2022d211eaa0764d1a500fd781 = function _templateObject3_9863df2022d211eaa0764d1a500fd781() {
+ _templateObject3_5474c6e0243411ea86f395335a802507 = function _templateObject3_5474c6e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_9863df2022d211eaa0764d1a500fd781() {
+ function _templateObject2_5474c6e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_9863df2022d211eaa0764d1a500fd781 = function _templateObject2_9863df2022d211eaa0764d1a500fd781() {
+ _templateObject2_5474c6e0243411ea86f395335a802507 = function _templateObject2_5474c6e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9863df2022d211eaa0764d1a500fd781() {
+ function _templateObject_5474c6e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n ", "\n \n "]);
- _templateObject_9863df2022d211eaa0764d1a500fd781 = function _templateObject_9863df2022d211eaa0764d1a500fd781() {
+ _templateObject_5474c6e0243411ea86f395335a802507 = function _templateObject_5474c6e0243411ea86f395335a802507() {
return data;
};
@@ -57,7 +57,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../secure-re
babelHelpers.createClass(LrnappStudioSubmission, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_9863df2022d211eaa0764d1a500fd781(), this.route, this.routeChangedEvent, this.route, this.routeChangedEvent, this.endPoint, this.data, this.dataChangedEvent, this.tail, this.tailChangedEvent, this.data.submission ? (0, _litElement.html)(_templateObject2_9863df2022d211eaa0764d1a500fd781(), this.basePath, this.basePathChangedEvent, this.tail, this.tailChangedEvent, this.data, this.dataChangedEvent, this.data.submission, this.endPoint, this.csrfToken) : (0, _litElement.html)(_templateObject3_9863df2022d211eaa0764d1a500fd781()));
+ return (0, _litElement.html)(_templateObject_5474c6e0243411ea86f395335a802507(), this.route, this.routeChangedEvent, this.route, this.routeChangedEvent, this.endPoint, this.data, this.dataChangedEvent, this.tail, this.tailChangedEvent, this.data.submission ? (0, _litElement.html)(_templateObject2_5474c6e0243411ea86f395335a802507(), this.basePath, this.basePathChangedEvent, this.tail, this.tailChangedEvent, this.data, this.dataChangedEvent, this.data.submission, this.endPoint, this.csrfToken) : (0, _litElement.html)(_templateObject3_5474c6e0243411ea86f395335a802507()));
}
}, {
key: "basePathChangedEvent",
@@ -101,7 +101,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../secure-re
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject4_9863df2022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject4_5474c6e0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/mooc-content/mooc-content.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/mooc-content/mooc-content.js
index 8f7497b2281..0c4ce6e41bb 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/mooc-content/mooc-content.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-apps/lib/mooc-content/mooc-content.js
@@ -6,20 +6,20 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
});
_exports.MoocContent = void 0;
- function _templateObject2_986d06e022d211eaa0764d1a500fd781() {
+ function _templateObject2_531f9720243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n
\n \n \n \n \n \n \n
\n \n
\n Content navigation \n \n \n
\n \n \n
\n \n \n \n \n \n \n
\n \n
\n
\n \n "]);
- _templateObject2_986d06e022d211eaa0764d1a500fd781 = function _templateObject2_986d06e022d211eaa0764d1a500fd781() {
+ _templateObject2_531f9720243411ea86f395335a802507 = function _templateObject2_531f9720243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_986d06e022d211eaa0764d1a500fd781() {
+ function _templateObject_531f9720243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n font-size: 16px;\n box-sizing: content-box;\n }\n #content[data-loading] {\n opacity: 0.2 !important;\n pointer-events: none;\n }\n #content {\n opacity: 1;\n visibility: visible;\n transition: all 0.4s ease;\n }\n "]);
- _templateObject_986d06e022d211eaa0764d1a500fd781 = function _templateObject_986d06e022d211eaa0764d1a500fd781() {
+ _templateObject_531f9720243411ea86f395335a802507 = function _templateObject_531f9720243411ea86f395335a802507() {
return data;
};
@@ -61,7 +61,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_986d06e022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_531f9720243411ea86f395335a802507())];
}
/**
* HTMLElement
@@ -142,7 +142,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../../../@polym
}, {
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_986d06e022d211eaa0764d1a500fd781(), this.fullOutlinePath, this.handleOutlineResponse, this.outlineDataChanged, this.requestParams, this.sourcePath, this.handleResponse, this.pageDataChanged, this._loading, this._loadingChanged, this.route, this.routeChangedEvent, this.queryParams, this.queryParamsChanged, this.route, this.routeChangedEvent, this.endPoint, this.data, this.dataChanged, this.tail, this.tailChanged, this.queryParams, this.queryParamsChanged, this._modalTap, this.outlineTitle, this.outlineTitle, this.loading);
+ return (0, _litElement.html)(_templateObject2_531f9720243411ea86f395335a802507(), this.fullOutlinePath, this.handleOutlineResponse, this.outlineDataChanged, this.requestParams, this.sourcePath, this.handleResponse, this.pageDataChanged, this._loading, this._loadingChanged, this.route, this.routeChangedEvent, this.queryParams, this.queryParamsChanged, this.route, this.routeChangedEvent, this.endPoint, this.data, this.dataChanged, this.tail, this.tailChanged, this.queryParams, this.queryParamsChanged, this._modalTap, this.outlineTitle, this.outlineTitle, this.loading);
}
}, {
key: "tailChanged",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-loading/elmsln-loading.js b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-loading/elmsln-loading.js
index 328ec45fbd8..2191c32e63b 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-loading/elmsln-loading.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/elmsln-loading/elmsln-loading.js
@@ -11,20 +11,20 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../simple-col
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_736bc2a022d211eaa0764d1a500fd781() {
+ function _templateObject2_2d1baff0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_736bc2a022d211eaa0764d1a500fd781 = function _templateObject2_736bc2a022d211eaa0764d1a500fd781() {
+ _templateObject2_2d1baff0243411ea86f395335a802507 = function _templateObject2_2d1baff0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_736bc2a022d211eaa0764d1a500fd781() {
+ function _templateObject_2d1baff0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n @-moz-keyframes spin {\n 100% {\n -moz-transform: rotate(60deg);\n filter: saturate(10) invert(0.9);\n }\n }\n @-webkit-keyframes spin {\n 100% {\n -webkit-transform: rotate(60deg);\n filter: saturate(10) invert(0.9);\n }\n }\n @keyframes spin {\n 100% {\n -webkit-transform: rotate(60deg);\n transform: rotate(60deg);\n }\n }\n :host iron-icon {\n color: var(--simple-colors-default-theme-accent-6);\n display: block;\n -webkit-animation: spin 1.25s ease-out infinite;\n -moz-animation: spin 1.25s ease-out infinite;\n animation: spin 1.25s ease-out infinite;\n }\n :host([size=\"tiny\"]) iron-icon {\n width: 16px;\n height: 16px;\n -webkit-animation: spin 0.75s ease-out infinite;\n -moz-animation: spin 0.75s ease-out infinite;\n animation: spin 0.75s ease-out infinite;\n }\n :host([size=\"small\"]) iron-icon {\n width: 32px;\n height: 32px;\n -webkit-animation: spin 1s ease-out infinite;\n -moz-animation: spin 1s ease-out infinite;\n animation: spin 1s ease-out infinite;\n }\n :host([size=\"medium\"]) iron-icon {\n width: 64px;\n height: 64px;\n -webkit-animation: spin 1.25s ease-out infinite;\n -moz-animation: spin 1.25s ease-out infinite;\n animation: spin 1.25s ease-out infinite;\n }\n :host([size=\"large\"]) iron-icon {\n width: 80px;\n height: 80px;\n -webkit-animation: spin 1.25s ease-out infinite;\n -moz-animation: spin 1.25s ease-out infinite;\n animation: spin 1.25s ease-out infinite;\n }\n :host([size=\"epic\"]) iron-icon {\n width: 400px;\n height: 400px;\n -webkit-animation: spin 2s ease-out infinite;\n -moz-animation: spin 2s ease-out infinite;\n animation: spin 2s ease-out infinite;\n }\n "]);
- _templateObject_736bc2a022d211eaa0764d1a500fd781 = function _templateObject_736bc2a022d211eaa0764d1a500fd781() {
+ _templateObject_2d1baff0243411ea86f395335a802507 = function _templateObject_2d1baff0243411ea86f395335a802507() {
return data;
};
@@ -53,7 +53,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../simple-col
* LitElement constructable styles enhancement
*/
get: function get() {
- return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(ElmslnLoading), "styles", this)), [(0, _litElement.css)(_templateObject_736bc2a022d211eaa0764d1a500fd781())]);
+ return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(ElmslnLoading), "styles", this)), [(0, _litElement.css)(_templateObject_2d1baff0243411ea86f395335a802507())]);
}
}, {
key: "tag",
@@ -107,7 +107,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../simple-col
* LitElement render
*/
value: function render() {
- return (0, _litElement.html)(_templateObject2_736bc2a022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject2_2d1baff0243411ea86f395335a802507());
}
}, {
key: "_getAccentColor",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/example-haxcms-theme/example-haxcms-theme.js b/build/es5-amd/node_modules/@lrnwebcomponents/example-haxcms-theme/example-haxcms-theme.js
index dfc18963b9a..44d475790ee 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/example-haxcms-theme/example-haxcms-theme.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/example-haxcms-theme/example-haxcms-theme.js
@@ -11,10 +11,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../h
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_74fce9f022d211eaa0764d1a500fd781() {
+ function _templateObject_2f1499c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_74fce9f022d211eaa0764d1a500fd781 = function _templateObject_74fce9f022d211eaa0764d1a500fd781() {
+ _templateObject_2f1499c0243411ea86f395335a802507 = function _templateObject_2f1499c0243411ea86f395335a802507() {
return data;
};
@@ -41,7 +41,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../h
key: "template",
// render function
get: function get() {
- return (0, _polymerElement.html)(_templateObject_74fce9f022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_2f1499c0243411ea86f395335a802507());
} // properties available to the custom element for data binding
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/figure-label/figure-label.js b/build/es5-amd/node_modules/@lrnwebcomponents/figure-label/figure-label.js
index cc6d8b44203..0594b13edeb 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/figure-label/figure-label.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/figure-label/figure-label.js
@@ -10,20 +10,20 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_78b955b022d211eaa0764d1a500fd781() {
+ function _templateObject2_33452410243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n\n :host([hidden]) {\n display: none;\n }\n\n #wrap {\n display: flex;\n margin-bottom: 1em;\n }\n\n #title {\n background-color: #f2f2f2;\n padding: 10.8px 13.5px 10.8px;\n font-size: 13.5px;\n }\n\n #description {\n border: solid 1px #f2f2f2;\n padding: 10.8px 13.5px 10.8px;\n font-size: 13.5px;\n }\n "]);
- _templateObject2_78b955b022d211eaa0764d1a500fd781 = function _templateObject2_78b955b022d211eaa0764d1a500fd781() {
+ _templateObject2_33452410243411ea86f395335a802507 = function _templateObject2_33452410243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_78b955b022d211eaa0764d1a500fd781() {
+ function _templateObject_33452410243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_78b955b022d211eaa0764d1a500fd781 = function _templateObject_78b955b022d211eaa0764d1a500fd781() {
+ _templateObject_33452410243411ea86f395335a802507 = function _templateObject_33452410243411ea86f395335a802507() {
return data;
};
@@ -56,7 +56,7 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_78b955b022d211eaa0764d1a500fd781(), this.title, this.description);
+ return (0, _litElement.html)(_templateObject_33452410243411ea86f395335a802507(), this.title, this.description);
} // haxProperty definition
}, {
@@ -73,7 +73,7 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject2_78b955b022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_33452410243411ea86f395335a802507())];
}
}, {
key: "haxProperties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/filtered-image/filtered-image.js b/build/es5-amd/node_modules/@lrnwebcomponents/filtered-image/filtered-image.js
index 8ad9c7293fd..ee65777961f 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/filtered-image/filtered-image.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/filtered-image/filtered-image.js
@@ -10,20 +10,20 @@ define(["exports", "../../lit-element/lit-element.js", "../simple-colors/simple-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_758e7b9022d211eaa0764d1a500fd781() {
+ function _templateObject2_2f7b71e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n :host([hidden]) {\n display: none;\n }\n "]);
- _templateObject2_758e7b9022d211eaa0764d1a500fd781 = function _templateObject2_758e7b9022d211eaa0764d1a500fd781() {
+ _templateObject2_2f7b71e0243411ea86f395335a802507 = function _templateObject2_2f7b71e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_758e7b9022d211eaa0764d1a500fd781() {
+ function _templateObject_2f7b71e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n "]);
- _templateObject_758e7b9022d211eaa0764d1a500fd781 = function _templateObject_758e7b9022d211eaa0764d1a500fd781() {
+ _templateObject_2f7b71e0243411ea86f395335a802507 = function _templateObject_2f7b71e0243411ea86f395335a802507() {
return data;
};
@@ -51,14 +51,14 @@ define(["exports", "../../lit-element/lit-element.js", "../simple-colors/simple-
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_758e7b9022d211eaa0764d1a500fd781(), this.width, this.height, this.__id, this.__id);
+ return (0, _litElement.html)(_templateObject_2f7b71e0243411ea86f395335a802507(), this.width, this.height, this.__id, this.__id);
} // haxProperty definition
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject2_758e7b9022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_2f7b71e0243411ea86f395335a802507())];
}
}, {
key: "haxProperties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/filtered-image/lib/filtered-image-filters.js b/build/es5-amd/node_modules/@lrnwebcomponents/filtered-image/lib/filtered-image-filters.js
index 4c47c40412e..a610a925462 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/filtered-image/lib/filtered-image-filters.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/filtered-image/lib/filtered-image-filters.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../filtered-
});
_exports.FilteredImageFilters = void 0;
- function _templateObject_90f4567022d211eaa0764d1a500fd781() {
+ function _templateObject_4b8702a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n Filter 1: \n \n show all filters \n \n [[filter.name]] \n \n \n Filter 2: \n \n none \n \n [[filter.name]] \n \n \n \n \n \n [[filter.name]]\n \n \n Levels \n \n [[th]] \n \n \n \n \n [[tr]] \n \n \n \n \n \n \n \n \n
\n \n "]);
- _templateObject_90f4567022d211eaa0764d1a500fd781 = function _templateObject_90f4567022d211eaa0764d1a500fd781() {
+ _templateObject_4b8702a0243411ea86f395335a802507 = function _templateObject_4b8702a0243411ea86f395335a802507() {
return data;
};
@@ -97,7 +97,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../filtered-
key: "template",
// render function
get: function get() {
- return (0, _polymerElement.html)(_templateObject_90f4567022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4b8702a0243411ea86f395335a802507());
} // properties available to the custom element for data binding
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/flash-card/flash-card.js b/build/es5-amd/node_modules/@lrnwebcomponents/flash-card/flash-card.js
index 0259f74d6b4..f60013e70c4 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/flash-card/flash-card.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/flash-card/flash-card.js
@@ -11,10 +11,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_75d65a0022d211eaa0764d1a500fd781() {
+ function _templateObject_2fde2b50243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n Front
\n Back
\n \n "]);
- _templateObject_75d65a0022d211eaa0764d1a500fd781 = function _templateObject_75d65a0022d211eaa0764d1a500fd781() {
+ _templateObject_2fde2b50243411ea86f395335a802507 = function _templateObject_2fde2b50243411ea86f395335a802507() {
return data;
};
@@ -33,7 +33,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
babelHelpers.createClass(FlashCard, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_75d65a0022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_2fde2b50243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/full-screen-image/full-screen-image.js b/build/es5-amd/node_modules/@lrnwebcomponents/full-screen-image/full-screen-image.js
index 9cdcf85027a..2da4963b3f2 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/full-screen-image/full-screen-image.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/full-screen-image/full-screen-image.js
@@ -11,20 +11,20 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_76641b1022d211eaa0764d1a500fd781() {
+ function _templateObject2_3020d9a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n font-variant-ligatures: common-ligatures;\n }\n :host([hidden]) {\n display: none;\n }\n h2 {\n font-size: 4em;\n font-weight: 200;\n margin: 0px !important;\n line-height: 1em;\n text-transform: lowercase;\n color: white;\n letter-spacing: -0.04em;\n font-family: \"Source Sans Pro\", Arial, Helvetica, sans-serif;\n }\n p {\n font-weight: 400;\n color: white;\n line-height: 1em;\n font-family: \"Source Sans Pro\", Arial, Helvetica, sans-serif;\n font-size: 1em;\n letter-spacing: 0.01em;\n margin-top: 0;\n margin-bottom: 1em;\n }\n img {\n position: absolute;\n margin: 0px;\n padding: 0px;\n border: none;\n width: 1239px;\n height: 774.375px;\n max-width: none;\n z-index: -999999;\n left: 0px;\n top: -57.1875px;\n }\n paper-icon-button {\n width: 75px;\n height: 45px;\n line-height: 45px;\n bottom: 1px;\n right: 0px;\n display: block;\n position: absolute;\n text-align: center;\n color: white;\n background-color: rgba(0, 0, 0, 0.6);\n }\n .fullpage-container {\n display: block;\n }\n .image-wrapper {\n left: 0px;\n top: 0px;\n bottom: 0px;\n right: 0px;\n overflow: hidden;\n margin: 0px;\n padding: 0px;\n width: 100%;\n z-index: -999998;\n position: absolute;\n }\n .overlay-container {\n display: block;\n position: absolute;\n text-align: right;\n padding: 0.1em 1.5em 0.1em 6em;\n bottom: 60px;\n right: 0px;\n background-color: rgba(191, 147, 45, 0.7);\n }\n "]);
- _templateObject2_76641b1022d211eaa0764d1a500fd781 = function _templateObject2_76641b1022d211eaa0764d1a500fd781() {
+ _templateObject2_3020d9a0243411ea86f395335a802507 = function _templateObject2_3020d9a0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_76641b1022d211eaa0764d1a500fd781() {
+ function _templateObject_3020d9a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n
\n
\n
\n
\n
\n
\n "]);
- _templateObject_76641b1022d211eaa0764d1a500fd781 = function _templateObject_76641b1022d211eaa0764d1a500fd781() {
+ _templateObject_3020d9a0243411ea86f395335a802507 = function _templateObject_3020d9a0243411ea86f395335a802507() {
return data;
};
@@ -51,14 +51,14 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_76641b1022d211eaa0764d1a500fd781(), this.title, this.subtitle, this.source);
+ return (0, _litElement.html)(_templateObject_3020d9a0243411ea86f395335a802507(), this.title, this.subtitle, this.source);
} // haxProperty definition
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject2_76641b1022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_3020d9a0243411ea86f395335a802507())];
}
}, {
key: "haxProperties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/full-width-image/full-width-image.js b/build/es5-amd/node_modules/@lrnwebcomponents/full-width-image/full-width-image.js
index fccec0b4eb1..376681920a1 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/full-width-image/full-width-image.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/full-width-image/full-width-image.js
@@ -10,20 +10,20 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_76a1723022d211eaa0764d1a500fd781() {
+ function _templateObject2_30e86f60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n background-color: #000000;\n height: 300px;\n margin: 0 !important;\n padding: 0 !important;\n }\n\n :host([hidden]) {\n display: none;\n }\n\n #image {\n left: 0;\n right: 0;\n position: absolute;\n background-repeat: no-repeat;\n background-position: center center;\n background-size: cover;\n width: 100%;\n text-align: center;\n }\n\n :host([hax-preview-mode]) #image {\n left: unset;\n right: unset;\n position: unset;\n }\n\n .wrapper {\n opacity: 1;\n background-color: rgba(0, 0, 0, 0.6);\n padding: 100px;\n height: 100px;\n transition: 0.5s all ease-in-out;\n -webkit-transition: 0.5s all ease-in-out;\n -moz-transition: 0.5s all ease-in-out;\n -ms-transition: 0.5s all ease-in-out;\n -o-transition: 0.5s all ease-in-out;\n }\n .wrapper:hover {\n opacity: 0;\n background-color: transparent;\n }\n\n .caption {\n padding: 35px 0;\n font-size: 25px;\n line-height: 40px;\n color: #fff;\n font-style: italic;\n }\n "]);
- _templateObject2_76a1723022d211eaa0764d1a500fd781 = function _templateObject2_76a1723022d211eaa0764d1a500fd781() {
+ _templateObject2_30e86f60243411ea86f395335a802507 = function _templateObject2_30e86f60243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_76a1723022d211eaa0764d1a500fd781() {
+ function _templateObject_30e86f60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_76a1723022d211eaa0764d1a500fd781 = function _templateObject_76a1723022d211eaa0764d1a500fd781() {
+ _templateObject_30e86f60243411ea86f395335a802507 = function _templateObject_30e86f60243411ea86f395335a802507() {
return data;
};
@@ -54,7 +54,7 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_76a1723022d211eaa0764d1a500fd781(), this.caption);
+ return (0, _litElement.html)(_templateObject_30e86f60243411ea86f395335a802507(), this.caption);
} // haxProperty definition
}, {
@@ -83,7 +83,7 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject2_76a1723022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_30e86f60243411ea86f395335a802507())];
}
}, {
key: "haxProperties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/game-show-quiz/game-show-quiz.js b/build/es5-amd/node_modules/@lrnwebcomponents/game-show-quiz/game-show-quiz.js
index e33a96b82be..9ab063ed0b8 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/game-show-quiz/game-show-quiz.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/game-show-quiz/game-show-quiz.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
_exports.GameShowQuiz = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_7743096022d211eaa0764d1a500fd781() {
+ function _templateObject_31aa38c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n Score board \n \n [[title]]
\n \n Directions \n \n \n \n \n
\n Points Remaining to Attempt:\n [[remainingAttempts]] \n
\n
\n \n \n \n [[col.title]] [[col.displayPoints]] \n \n \n \n \n
\n \n \n
\n
\n \n
\n \n \n \n Slide ID \n Terms \n Reading \n Lecture \n Total \n \n \n Points Earned \n [[points.slideid.earned]] \n [[points.terminology.earned]] \n [[points.reading.earned]] \n [[points.lecture.earned]] \n [[points.total.earned]] \n \n \n Points Attempted \n [[points.slideid.attempted]] \n [[points.terminology.attempted]] \n [[points.reading.attempted]] \n [[points.lecture.attempted]] \n [[points.total.attempted]] \n \n \n Category Percentage \n [[points.slideid.percent]] \n [[points.terminology.percent]] \n [[points.reading.percent]] \n [[points.lecture.percent]] \n [[points.total.percent]] \n \n \n Pie chart \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n
\n Points Remaining to Attempt:\n [[remainingAttempts]] \n
\n
\n
\n Return to game board \n \n \n
\n Good luck! \n \n \n \n \n \n
\n \n
\n
\n
Feedback \n
[[activeQuestion.feedback]]
\n
\n
\n \n Submit answer\n \n Continue \n \n \n \n \n "], ["\n \n \n \n \n Score board \n \n [[title]]
\n \n Directions \n \n \n \n \n
\n Points Remaining to Attempt:\n [[remainingAttempts]] \n
\n
\n \n \n \n [[col.title]] [[col.displayPoints]] \n \n \n \n \n
\n \n \n
\n
\n \n
\n \n \n \n Slide ID \n Terms \n Reading \n Lecture \n Total \n \n \n Points Earned \n [[points.slideid.earned]] \n [[points.terminology.earned]] \n [[points.reading.earned]] \n [[points.lecture.earned]] \n [[points.total.earned]] \n \n \n Points Attempted \n [[points.slideid.attempted]] \n [[points.terminology.attempted]] \n [[points.reading.attempted]] \n [[points.lecture.attempted]] \n [[points.total.attempted]] \n \n \n Category Percentage \n [[points.slideid.percent]] \n [[points.terminology.percent]] \n [[points.reading.percent]] \n [[points.lecture.percent]] \n [[points.total.percent]] \n \n \n Pie chart \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n
\n Points Remaining to Attempt:\n [[remainingAttempts]] \n
\n
\n
\n Return to game board \n \n \n
\n Good luck! \n \n \n \n \n \n
\n \n
\n
\n
Feedback \n
[[activeQuestion.feedback]]
\n
\n
\n \n Submit answer\n \n Continue \n \n \n \n \n "]);
- _templateObject_7743096022d211eaa0764d1a500fd781 = function _templateObject_7743096022d211eaa0764d1a500fd781() {
+ _templateObject_31aa38c0243411ea86f395335a802507 = function _templateObject_31aa38c0243411ea86f395335a802507() {
return data;
};
@@ -582,7 +582,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_7743096022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_31aa38c0243411ea86f395335a802507());
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/game-show-quiz/lib/game-show-quiz-modal.js b/build/es5-amd/node_modules/@lrnwebcomponents/game-show-quiz/lib/game-show-quiz-modal.js
index 5edad44c96d..532ae0f7da8 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/game-show-quiz/lib/game-show-quiz-modal.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/game-show-quiz/lib/game-show-quiz-modal.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
_exports.GameShowQuizModal = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_90f6c77022d211eaa0764d1a500fd781() {
+ function _templateObject2_4b894c90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", " \n
\n
\n \n "]);
- _templateObject2_90f6c77022d211eaa0764d1a500fd781 = function _templateObject2_90f6c77022d211eaa0764d1a500fd781() {
+ _templateObject2_4b894c90243411ea86f395335a802507 = function _templateObject2_4b894c90243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_90f6c77022d211eaa0764d1a500fd781() {
+ function _templateObject_4b894c90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n paper-dialog:not(:defined) {\n display: none;\n }\n paper-dialog {\n min-width: 60%;\n top: 2%;\n bottom: 2%;\n margin: 0;\n padding: 0;\n left: 8%;\n right: 8%;\n position: fixed;\n overflow: hidden;\n }\n .content {\n font-size: 16px;\n overflow: scroll;\n min-height: 60vh;\n height: 80vh;\n margin: 0;\n padding: 0;\n }\n h2 {\n font-size: 24px;\n background-color: var(--game-show-bg-color);\n color: var(--game-show-text-color);\n margin: 0;\n padding: 8px;\n text-align: center;\n }\n .buttons {\n font-size: 20px;\n font-weight: bold;\n background-color: var(--game-show-bg-color);\n bottom: 0;\n position: absolute;\n left: 0;\n right: 0;\n }\n .buttons ::slotted(*) {\n width: 50%;\n margin: 0 auto;\n color: var(--game-show-bg-color);\n background-color: var(--game-show-text-color);\n }\n .buttons ::slotted(*[disabled]) {\n background: #eaeaea;\n color: #a8a8a8;\n }\n .buttons ::slotted(#continue) {\n color: var(--simple-colors-default-theme-blue-11);\n background-color: var(--simple-colors-default-theme-blue-1);\n }\n @media screen and (max-width: 600px) {\n paper-dialog {\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n }\n h2 {\n font-size: 20px;\n }\n .buttons {\n font-size: 12px;\n }\n .buttons ::slotted(*) {\n width: 100%;\n }\n .content {\n font-size: 12px;\n }\n }\n "]);
- _templateObject_90f6c77022d211eaa0764d1a500fd781 = function _templateObject_90f6c77022d211eaa0764d1a500fd781() {
+ _templateObject_4b894c90243411ea86f395335a802507 = function _templateObject_4b894c90243411ea86f395335a802507() {
return data;
};
@@ -41,7 +41,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
babelHelpers.createClass(GameShowQuizModal, null, [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject_90f6c77022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_4b894c90243411ea86f395335a802507())];
}
}, {
key: "tag",
@@ -73,7 +73,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
babelHelpers.createClass(GameShowQuizModal, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_90f6c77022d211eaa0764d1a500fd781(), this.title);
+ return (0, _litElement.html)(_templateObject2_4b894c90243411ea86f395335a802507(), this.title);
}
/**
* Basic bridge to the toggle function in paper-dialog
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/git-corner/git-corner.js b/build/es5-amd/node_modules/@lrnwebcomponents/git-corner/git-corner.js
index ec9b86dae19..ef0fd0b9285 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/git-corner/git-corner.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/git-corner/git-corner.js
@@ -10,20 +10,20 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_7762c66022d211eaa0764d1a500fd781() {
+ function _templateObject2_314b01c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n :host([corner]) svg {\n z-index: var(--github-corner-z-index, 1);\n position: absolute;\n top: 0;\n border: 0;\n right: 0;\n }\n :host([circle]) svg {\n border-radius: 100px;\n transform: rotate(-45deg);\n }\n :host([size=\"micro\"]) {\n --github-corner-size: 28px;\n }\n :host([size=\"small\"]) {\n --github-corner-size: 50px;\n }\n :host([size=\"large\"]) {\n --github-corner-size: 100px;\n }\n svg {\n fill: var(--github-corner-background, #24292e);\n color: var(--github-corner-color, #ffffff);\n width: var(--github-corner-size, 80px);\n height: var(--github-corner-size, 80px);\n }\n a {\n display: table;\n outline-color: var(--github-corner-background, #24292e);\n outline-width: 2px;\n }\n\n .github-corner:focus .octo-arm,\n .github-corner:hover .octo-arm {\n animation: octocat-wave 560ms ease-in-out;\n }\n\n @keyframes octocat-wave {\n 0%,\n 100% {\n transform: rotate(0);\n }\n 20%,\n 60% {\n transform: rotate(-25deg);\n }\n 40%,\n 80% {\n transform: rotate(10deg);\n }\n }\n @media (max-width: 500px) {\n .github-corner:hover .octo-arm {\n animation: none;\n }\n .github-corner .octo-arm {\n animation: octocat-wave 560ms ease-in-out;\n }\n }\n "]);
- _templateObject2_7762c66022d211eaa0764d1a500fd781 = function _templateObject2_7762c66022d211eaa0764d1a500fd781() {
+ _templateObject2_314b01c0243411ea86f395335a802507 = function _templateObject2_314b01c0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_7762c66022d211eaa0764d1a500fd781() {
+ function _templateObject_314b01c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n "]);
- _templateObject_7762c66022d211eaa0764d1a500fd781 = function _templateObject_7762c66022d211eaa0764d1a500fd781() {
+ _templateObject_314b01c0243411ea86f395335a802507 = function _templateObject_314b01c0243411ea86f395335a802507() {
return data;
};
@@ -56,7 +56,7 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_7762c66022d211eaa0764d1a500fd781(), this.alt, this.source);
+ return (0, _litElement.html)(_templateObject_314b01c0243411ea86f395335a802507(), this.alt, this.source);
} // properties available to the custom element for data binding
}, {
@@ -84,7 +84,7 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
* Register CSS styles
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_7762c66022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_314b01c0243411ea86f395335a802507())];
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/glossary-term/glossary-term.js b/build/es5-amd/node_modules/@lrnwebcomponents/glossary-term/glossary-term.js
index 1cc6d662de2..679e18033c6 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/glossary-term/glossary-term.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/glossary-term/glossary-term.js
@@ -11,30 +11,30 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject3_777dc87022d211eaa0764d1a500fd781() {
+ function _templateObject3_31c75db0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline-block;\n }\n\n :host([hidden]) {\n display: none;\n }\n\n lrn-vocab {\n display: inline;\n }\n "]);
- _templateObject3_777dc87022d211eaa0764d1a500fd781 = function _templateObject3_777dc87022d211eaa0764d1a500fd781() {
+ _templateObject3_31c75db0243411ea86f395335a802507 = function _templateObject3_31c75db0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_777dc87022d211eaa0764d1a500fd781() {
+ function _templateObject2_31c75db0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_777dc87022d211eaa0764d1a500fd781 = function _templateObject2_777dc87022d211eaa0764d1a500fd781() {
+ _templateObject2_31c75db0243411ea86f395335a802507 = function _templateObject2_31c75db0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_777dc87022d211eaa0764d1a500fd781() {
+ function _templateObject_31c75db0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n "]);
- _templateObject_777dc87022d211eaa0764d1a500fd781 = function _templateObject_777dc87022d211eaa0764d1a500fd781() {
+ _templateObject_31c75db0243411ea86f395335a802507 = function _templateObject_31c75db0243411ea86f395335a802507() {
return data;
};
@@ -55,14 +55,14 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_777dc87022d211eaa0764d1a500fd781(), this._fallback ? (0, _litElement.html)(_templateObject2_777dc87022d211eaa0764d1a500fd781()) : "\n\n ").concat(this.definition, "
\n \n"));
+ return (0, _litElement.html)(_templateObject_31c75db0243411ea86f395335a802507(), this._fallback ? (0, _litElement.html)(_templateObject2_31c75db0243411ea86f395335a802507()) : "\n\n ").concat(this.definition, "
\n \n"));
} // haxProperty definition
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject3_777dc87022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject3_31c75db0243411ea86f395335a802507())];
}
}, {
key: "haxProperties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/grafitto-filter/grafitto-filter.js b/build/es5-amd/node_modules/@lrnwebcomponents/grafitto-filter/grafitto-filter.js
index f6a1ca55236..45edede957a 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/grafitto-filter/grafitto-filter.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/grafitto-filter/grafitto-filter.js
@@ -10,10 +10,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_875bd34022d211eaa0764d1a500fd781() {
+ function _templateObject_42251fd0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n
\n "]);
- _templateObject_875bd34022d211eaa0764d1a500fd781 = function _templateObject_875bd34022d211eaa0764d1a500fd781() {
+ _templateObject_42251fd0243411ea86f395335a802507 = function _templateObject_42251fd0243411ea86f395335a802507() {
return data;
};
@@ -338,7 +338,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_875bd34022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_42251fd0243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/grid-plate/grid-plate.js b/build/es5-amd/node_modules/@lrnwebcomponents/grid-plate/grid-plate.js
index b1145aec938..cf2155dde59 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/grid-plate/grid-plate.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/grid-plate/grid-plate.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../responsive
_exports.GridPlate = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_780213a022d211eaa0764d1a500fd781() {
+ function _templateObject2_322498e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n \n
\n
\n \n
\n
\n \n
\n
\n \n
\n
\n \n
\n
\n \n
\n
\n "]);
- _templateObject2_780213a022d211eaa0764d1a500fd781 = function _templateObject2_780213a022d211eaa0764d1a500fd781() {
+ _templateObject2_322498e0243411ea86f395335a802507 = function _templateObject2_322498e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_780213a022d211eaa0764d1a500fd781() {
+ function _templateObject_322498e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n --grid-plate-row-margin: 0px;\n --grid-plate-row-padding: 0px;\n --grid-plate-item-margin: 15px;\n --grid-plate-editable-border-color: #bbbbbb;\n --grid-plate-active-border-color: #000000;\n --grid-plate-target-background-color: var(\n --simple-colors-default-theme-blue-1\n );\n --grid-plate-possible-target-background-color: transparent;\n --grid-plate-selected-background-color: #ffffff;\n }\n :host .row {\n width: 100%;\n display: flex;\n flex-wrap: wrap;\n justify-content: space-between;\n align-items: stretch;\n margin: var(--grid-plate-row-margin);\n padding: var(--grid-plate-row-padding);\n }\n :host .column {\n width: 100%;\n flex: 0 0 auto;\n }\n :host([edit-mode]) .column {\n min-height: 150px;\n }\n :host([edit-mode]) .column {\n outline: 2px dashed var(--grid-plate-editable-border-color);\n }\n :host .column[style=\"min-height: unset;\"] {\n display: none;\n }\n :host([edit-mode]) .column[style=\"min-height: unset;\"]:not(:empty) {\n display: block;\n outline: 2px solid red;\n width: 20%;\n min-width: 100px;\n padding: 15px 0;\n min-height: 150px !important;\n margin-top: var(--grid-plate-item-margin);\n }\n :host([edit-mode])\n .column[style=\"min-height: unset;\"]:not(:empty):before {\n content: \"Column (\" attr(id) \") hidden by layout selected\";\n color: red;\n margin: var(--grid-plate-item-margin);\n }\n :host .column ::slotted(*) {\n margin: var(--grid-plate-item-margin);\n padding: var(--grid-plate-item-margin);\n max-width: calc(100% - 60px);\n max-width: -webkit-fill-available;\n }\n :host([edit-mode]) .column ::slotted(img) {\n display: block;\n }\n :host([edit-mode]) .column ::slotted(.grid-plate-active-item) {\n outline: 2px dashed var(--grid-plate-active-border-color);\n background-color: var(--grid-plate-selected-background-color);\n }\n :host([edit-mode]) .column ::slotted(*:focus),\n :host([edit-mode]) .column ::slotted(*:hover),\n :host([edit-mode]) .column ::slotted(*:active) {\n cursor: move;\n }\n :host([edit-mode]) .column ::slotted(.mover) {\n outline: 2px dashed var(--grid-plate-editable-border-color);\n }\n :host([edit-mode]) .column.mover {\n outline: 2px dashed var(--grid-plate-editable-border-color);\n }\n :host([edit-mode]) .column ::slotted(.mover) {\n background-color: var(--grid-plate-possible-target-background-color);\n padding: 16px;\n }\n :host([edit-mode]) .column.mover {\n content: \"Double click to create a paragraph here\";\n background-color: var(--grid-plate-possible-target-background-color);\n }\n :host([edit-mode]) .column ::slotted(.hovered) {\n background-color: var(\n --grid-plate-target-background-color\n ) !important;\n outline: dashed 2px var(--grid-plate-active-border-color);\n z-index: 2;\n }\n :host([edit-mode]) .column.hovered {\n background-color: var(\n --grid-plate-target-background-color\n ) !important;\n outline: dashed 2px var(--grid-plate-active-border-color);\n z-index: 2;\n }\n paper-icon-button {\n display: none;\n position: absolute;\n margin: 0;\n padding: 0;\n outline: none;\n width: 30px;\n height: 30px;\n color: black;\n opacity: 0.8;\n background-color: transparent;\n border-radius: 0;\n box-sizing: content-box !important;\n z-index: 1;\n min-width: unset;\n }\n paper-icon-button:hover {\n outline: 2px dashed #000000;\n opacity: 1;\n visibility: visible;\n background-color: #ffffff;\n }\n\n paper-icon-button[disabled] {\n color: #aaa;\n }\n paper-icon-button[disabled]:focus,\n paper-icon-button[disabled]:hover {\n cursor: not-allowed;\n }\n paper-icon-button.active {\n display: block;\n }\n\n .button-holding-pen {\n position: relative;\n }\n "]);
- _templateObject_780213a022d211eaa0764d1a500fd781 = function _templateObject_780213a022d211eaa0764d1a500fd781() {
+ _templateObject_322498e0243411ea86f395335a802507 = function _templateObject_322498e0243411ea86f395335a802507() {
return data;
};
@@ -164,7 +164,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../responsive
* LitElement render styles
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_780213a022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_322498e0243411ea86f395335a802507())];
}
}]);
@@ -205,7 +205,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../responsive
babelHelpers.createClass(GridPlate, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_780213a022d211eaa0764d1a500fd781(), this.moveActiveElement, this.moveActiveElement, this.moveActiveElement, this.moveActiveElement, this._getColumnWidth(0, this.columnWidths), this._getColumnWidth(1, this.columnWidths), this._getColumnWidth(2, this.columnWidths), this._getColumnWidth(3, this.columnWidths), this._getColumnWidth(4, this.columnWidths), this._getColumnWidth(5, this.columnWidths));
+ return (0, _litElement.html)(_templateObject2_322498e0243411ea86f395335a802507(), this.moveActiveElement, this.moveActiveElement, this.moveActiveElement, this.moveActiveElement, this._getColumnWidth(0, this.columnWidths), this._getColumnWidth(1, this.columnWidths), this._getColumnWidth(2, this.columnWidths), this._getColumnWidth(3, this.columnWidths), this._getColumnWidth(4, this.columnWidths), this._getColumnWidth(5, this.columnWidths));
}
}, {
key: "validateElementSlot",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/h5p-element/h5p-element.js b/build/es5-amd/node_modules/@lrnwebcomponents/h5p-element/h5p-element.js
index b97995b1556..ecd694c8040 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/h5p-element/h5p-element.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/h5p-element/h5p-element.js
@@ -11,20 +11,20 @@ define(["exports", "meta", "../../lit-element/lit-element.js", "../es-global-bri
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_78915b5022d211eaa0764d1a500fd781() {
+ function _templateObject2_32f41de0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n "]);
- _templateObject2_78915b5022d211eaa0764d1a500fd781 = function _templateObject2_78915b5022d211eaa0764d1a500fd781() {
+ _templateObject2_32f41de0243411ea86f395335a802507 = function _templateObject2_32f41de0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_78915b5022d211eaa0764d1a500fd781() {
+ function _templateObject_32f41de0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n
\n "]);
- _templateObject_78915b5022d211eaa0764d1a500fd781 = function _templateObject_78915b5022d211eaa0764d1a500fd781() {
+ _templateObject_32f41de0243411ea86f395335a802507 = function _templateObject_32f41de0243411ea86f395335a802507() {
return data;
};
@@ -58,14 +58,14 @@ define(["exports", "meta", "../../lit-element/lit-element.js", "../es-global-bri
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_78915b5022d211eaa0764d1a500fd781(), this.contentId);
+ return (0, _litElement.html)(_templateObject_32f41de0243411ea86f395335a802507(), this.contentId);
} // haxProperty definition
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject2_78915b5022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_32f41de0243411ea86f395335a802507())];
}
}, {
key: "haxProperties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hal-9000/hal-9000.js b/build/es5-amd/node_modules/@lrnwebcomponents/hal-9000/hal-9000.js
index e48c68ba06f..8daa6fed3d4 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hal-9000/hal-9000.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hal-9000/hal-9000.js
@@ -11,20 +11,20 @@ define(["exports", "meta", "../../lit-element/lit-element.js", "../es-global-bri
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_7d3e68a022d211eaa0764d1a500fd781() {
+ function _templateObject2_381326e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n "]);
- _templateObject2_7d3e68a022d211eaa0764d1a500fd781 = function _templateObject2_7d3e68a022d211eaa0764d1a500fd781() {
+ _templateObject2_381326e0243411ea86f395335a802507 = function _templateObject2_381326e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_7d3e68a022d211eaa0764d1a500fd781() {
+ function _templateObject_381326e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_7d3e68a022d211eaa0764d1a500fd781 = function _templateObject_7d3e68a022d211eaa0764d1a500fd781() {
+ _templateObject_381326e0243411ea86f395335a802507 = function _templateObject_381326e0243411ea86f395335a802507() {
return data;
};
@@ -47,7 +47,7 @@ define(["exports", "meta", "../../lit-element/lit-element.js", "../es-global-bri
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_7d3e68a022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_381326e0243411ea86f395335a802507());
} // properties available to the custom element for data binding
}, {
@@ -64,7 +64,7 @@ define(["exports", "meta", "../../lit-element/lit-element.js", "../es-global-bri
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject2_7d3e68a022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_381326e0243411ea86f395335a802507())];
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/hax-body.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/hax-body.js
index 5729bd68777..078ceeceb04 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/hax-body.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/hax-body.js
@@ -11,20 +11,20 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../simple-col
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_7971822022d211eaa0764d1a500fd781() {
+ function _templateObject2_33e89000243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n \n \n \n \n "]);
- _templateObject2_7971822022d211eaa0764d1a500fd781 = function _templateObject2_7971822022d211eaa0764d1a500fd781() {
+ _templateObject2_33e89000243411ea86f395335a802507 = function _templateObject2_33e89000243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_7971822022d211eaa0764d1a500fd781() {
+ function _templateObject_33e89000243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host,\n :host * ::slotted(*) {\n line-height: 1.8;\n }\n :host ul,\n :host * ::slotted(ul),\n :host ol,\n :host * ::slotted(ol) {\n padding-left: 20px;\n margin-left: 20px;\n }\n :host ul,\n :host * ::slotted(ul) {\n list-style-type: disc;\n }\n :host li,\n :host * ::slotted(li) {\n margin-bottom: 6px;\n }\n :host {\n display: block;\n position: relative;\n min-height: 32px;\n min-width: 32px;\n outline: none;\n --hax-body-editable-border-color: #bbbbbb;\n --hax-body-active-border-color: #000000;\n --hax-body-target-background-color: var(\n --simple-colors-default-theme-blue-1\n );\n --hax-body-possible-target-background-color: transparent;\n }\n .hax-context-menu {\n padding: 0;\n margin-left: -5000px;\n position: absolute;\n visibility: hidden;\n opacity: 0;\n z-index: 1000;\n float: left;\n display: block;\n pointer-events: none;\n transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out;\n }\n #textcontextmenu.hax-context-menu {\n z-index: 1001;\n }\n #haxinputmixer {\n z-index: 10000000;\n }\n .hax-context-visible.hax-active-hover {\n visibility: visible;\n opacity: 1;\n pointer-events: all;\n margin-left: unset;\n }\n :host #bodycontainer ::slotted(h1) {\n font-size: var(--hax-base-styles-h1-font-size, 2.5em);\n line-height: var(--hax-base-styles-h1-line-height, 2.5em);\n }\n :host #bodycontainer ::slotted(h2) {\n font-size: var(--hax-base-styles-h2-font-size, 2em);\n }\n :host #bodycontainer ::slotted(h3) {\n font-size: var(--hax-base-styles-h3-font-size, 1.75em);\n }\n :host #bodycontainer ::slotted(h4) {\n font-size: var(--hax-base-styles-h4-font-size, 1.5em);\n }\n :host #bodycontainer ::slotted(h5) {\n font-size: var(--hax-base-styles-h5-font-size, 1.25em);\n }\n :host #bodycontainer ::slotted(h6) {\n font-size: var(--hax-base-styles-h6-font-size, 1.25em);\n }\n :host #bodycontainer ::slotted(p) {\n min-height: var(--hax-base-styles-p-min-height, 43px);\n font-size: var(--hax-base-styles-p-font-size, 24px);\n line-height: var(--hax-base-styles-p-line-height, 1.8);\n letter-spacing: var(--hax-base-styles-p-letter-spacing, 0.5px);\n }\n :host #bodycontainer ::slotted(a) {\n color: var(--hax-base-styles-a-color, #000);\n font-size: var(--hax-base-styles-a-font-size, 24px);\n font-weight: var(--hax-base-styles-a-font-weight, normal);\n }\n :host #bodycontainer ::slotted(a:visited) {\n color: var(--hax-base-styles-a-color-visited, #2196f3);\n }\n :host #bodycontainer ::slotted(a:active),\n :host #bodycontainer ::slotted(a:focus),\n :host #bodycontainer ::slotted(a:hover) {\n color: var(--hax-base-styles-a-color-active, #2196f3);\n font-weight: var(--hax-base-styles-a-font-weight-active, normal);\n }\n :host #bodycontainer ::slotted(ol),\n :host #bodycontainer ::slotted(ul),\n :host #bodycontainer ::slotted(li) {\n padding-bottom: var(--hax-base-styles-list-padding-bottom, 1.5em);\n line-height: var(--hax-base-styles-list-line-height, 40px);\n font-size: var(--hax-base-styles-list-font-size, 24px);\n max-width: var(--hax-base-styles-list-max-width, 28em);\n }\n :host #bodycontainer ::slotted(ol > li:last-child),\n :host #bodycontainer ::slotted(ul > li:last-child) {\n padding-bottom: var(\n --hax-base-styles-list-last-child-padding-bottom,\n 1em\n );\n }\n :host #bodycontainer ::slotted(ul),\n :host #bodycontainer ::slotted(ol) {\n padding-left: var(--hax-base-styles-list-padding-left, 20px);\n padding-left: var(--hax-base-styles-list-margin-left, 20px);\n }\n\n :host([edit-mode]) #bodycontainer ::slotted(*[data-editable]) {\n outline: none;\n caret-color: var(--hax-color-text);\n }\n :host([edit-mode])\n #bodycontainer\n ::slotted(*:not(grid-plate)[data-editable]:hover) {\n outline: 2px dashed rgba(145, 151, 162, 0.5);\n caret-color: #000000;\n }\n :host([edit-mode])\n #bodycontainer\n ::slotted(*.hax-active[data-editable]:hover) {\n cursor: text !important;\n outline: 2px dashed rgba(145, 151, 162, 0.5);\n }\n :host([edit-mode])\n #bodycontainer\n ::slotted(*:not(grid-plate)[data-editable] .hax-active:hover) {\n cursor: text !important;\n outline: 2px dashed rgba(145, 151, 162, 0.5);\n }\n :host([edit-mode])\n #bodycontainer\n ::slotted(code.hax-active[data-editable]) {\n display: block;\n }\n :host([edit-mode])\n #bodycontainer\n ::slotted(*.hax-active[data-editable]) {\n outline: 2px dashed rgba(145, 151, 162, 0.25);\n }\n :host([edit-mode]) #bodycontainer ::slotted(hr[data-editable]) {\n height: 2px;\n background-color: #eeeeee;\n padding-top: 4px;\n padding-bottom: 4px;\n }\n /** Fix to support safari as it defaults to none */\n :host([edit-mode]) #bodycontainer ::slotted(*[data-editable]) {\n -webkit-user-select: text;\n cursor: pointer;\n }\n\n :host([edit-mode])\n #bodycontainer\n ::slotted(*[data-editable]::-moz-selection),\n :host([edit-mode])\n #bodycontainer\n ::slotted(*[data-editable] *::-moz-selection) {\n background-color: var(--hax-body-highlight, --paper-yellow-300);\n color: black;\n }\n :host([edit-mode])\n #bodycontainer\n ::slotted(*[data-editable]::selection),\n :host([edit-mode])\n #bodycontainer\n ::slotted(*[data-editable] *::selection) {\n background-color: var(--hax-body-highlight, --paper-yellow-300);\n color: black;\n }\n #bodycontainer {\n -webkit-user-select: text;\n user-select: text;\n }\n :host([edit-mode][hax-ray-mode])\n #bodycontainer\n ::slotted(*[data-editable]):before {\n content: attr(data-hax-ray) \" \" attr(resource) \" \" attr(typeof) \" \"\n attr(property) \" \" attr(content);\n font-size: 10px;\n font-style: italic;\n left: unset;\n right: unset;\n top: unset;\n background-color: #d3d3d3;\n color: #000000;\n bottom: unset;\n width: auto;\n padding: 8px;\n margin: 0;\n z-index: 1;\n margin: -16px 0 0 0;\n float: right;\n line-height: 2;\n }\n /* drag and drop */\n :host([edit-mode]) #bodycontainer ::slotted(.mover) {\n outline: 2px dashed var(--hax-body-editable-border-color);\n }\n :host([edit-mode]) #bodycontainer ::slotted(.mover) {\n background-color: var(--hax-body-possible-target-background-color);\n padding: 16px;\n }\n :host([edit-mode]) #bodycontainer ::slotted(.hovered) {\n background-color: var(--hax-body-target-background-color) !important;\n outline: dashed 2px var(--hax-body-active-border-color);\n z-index: 2;\n }\n .hax-context-menu:not(:defined) {\n display: none;\n }\n "]);
- _templateObject_7971822022d211eaa0764d1a500fd781 = function _templateObject_7971822022d211eaa0764d1a500fd781() {
+ _templateObject_33e89000243411ea86f395335a802507 = function _templateObject_33e89000243411ea86f395335a802507() {
return data;
};
@@ -51,7 +51,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../simple-col
* LitElement constructable styles enhancement
*/
get: function get() {
- return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(HaxBody), "styles", this)), [(0, _litElement.css)(_templateObject_7971822022d211eaa0764d1a500fd781())]);
+ return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(HaxBody), "styles", this)), [(0, _litElement.css)(_templateObject_33e89000243411ea86f395335a802507())]);
}
/**
* HTMLElement
@@ -111,7 +111,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../simple-col
* LitElement render
*/
value: function render() {
- return (0, _litElement.html)(_templateObject2_7971822022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject2_33e89000243411ea86f395335a802507());
}
/**
* LitElement / popular convention
@@ -1543,13 +1543,35 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../simple-col
this.setAttribute("tabindex", "-1");
if (newValue) {
- if (this.children && this.children[0] && this.children[0].focus) {
- this.activeNode = this.children[0];
- this.activeContainerNode = this.activeNode;
- window.HaxStore.write("activeNode", this.children[0], this);
- window.HaxStore.write("activeContainerNode", this.children[0], this);
- setTimeout(function () {
- if (window.HaxStore.instance.isTextElement(_this11.activeNode)) {
+ // minor timeout here to see if we have children or not. the slight delay helps w/
+ // timing in scenarios where this is inside of other systems which are setting default
+ // attributes and what not
+ setTimeout(function () {
+ if (_this11.children && _this11.children[0] && _this11.children[0].focus) {
+ _this11.activeNode = _this11.children[0];
+ _this11.activeContainerNode = _this11.activeNode;
+ window.HaxStore.write("activeNode", _this11.children[0], _this11);
+ window.HaxStore.write("activeContainerNode", _this11.children[0], _this11);
+ setTimeout(function () {
+ if (window.HaxStore.instance.isTextElement(_this11.activeNode)) {
+ try {
+ var range = document.createRange();
+ var sel = window.HaxStore.getSelection();
+ range.setStart(_this11.activeNode, 0);
+ range.collapse(true);
+ sel.removeAllRanges();
+ sel.addRange(range);
+
+ _this11.activeNode.focus();
+ } catch (e) {
+ console.warn(e);
+ }
+ }
+ }, 0);
+ } else {
+ _this11.haxInsert("p", "", {}, false);
+
+ setTimeout(function () {
try {
var range = document.createRange();
var sel = window.HaxStore.getSelection();
@@ -1562,25 +1584,9 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../simple-col
} catch (e) {
console.warn(e);
}
- }
- }, 0);
- } else {
- this.haxInsert("p", "", {}, false);
- setTimeout(function () {
- try {
- var range = document.createRange();
- var sel = window.HaxStore.getSelection();
- range.setStart(_this11.activeNode, 0);
- range.collapse(true);
- sel.removeAllRanges();
- sel.addRange(range);
-
- _this11.activeNode.focus();
- } catch (e) {
- console.warn(e);
- }
- }, 0);
- }
+ }, 0);
+ }
+ }, 100);
}
} // hide menus when state changes
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-browser-item.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-browser-item.js
index 51e579b488d..e49d9b5008d 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-browser-item.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-browser-item.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
_exports.HAXAppBrowserItem = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_9114afb022d211eaa0764d1a500fd781() {
+ function _templateObject2_4bd597d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n max-width: 90px;\n }\n paper-button {\n color: var(--hax-color-text);\n text-transform: none;\n background-color: var(--hax-color-bg-accent);\n min-width: unset;\n cursor: pointer;\n display: flex;\n width: 80px;\n padding: 5px;\n margin: 5px;\n color: #ffffff;\n border-radius: 0;\n transition: box-shadow 0.3s;\n }\n paper-button:hover,\n paper-button:focus {\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14),\n 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 6px 2px -4px rgba(0, 0, 0, 0.2);\n }\n paper-button:active {\n box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),\n 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);\n }\n paper-button iron-icon {\n height: 32px;\n width: 32px;\n color: var(--simple-colors-default-theme-grey-1);\n display: inline-block;\n }\n .item-title {\n margin-top: 8px;\n color: var(--hax-color-text);\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n font-size: 12px;\n line-height: 12px;\n height: 12px;\n text-align: center;\n }\n .button-inner {\n display: flex;\n }\n .flip-icon {\n transform: rotateY(180deg);\n }\n "]);
- _templateObject2_9114afb022d211eaa0764d1a500fd781 = function _templateObject2_9114afb022d211eaa0764d1a500fd781() {
+ _templateObject2_4bd597d0243411ea86f395335a802507 = function _templateObject2_4bd597d0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9114afb022d211eaa0764d1a500fd781() {
+ function _templateObject_4bd597d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n "]);
- _templateObject_9114afb022d211eaa0764d1a500fd781 = function _templateObject_9114afb022d211eaa0764d1a500fd781() {
+ _templateObject_4bd597d0243411ea86f395335a802507 = function _templateObject_4bd597d0243411ea86f395335a802507() {
return data;
};
@@ -131,7 +131,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
babelHelpers.createClass(HAXAppBrowserItem, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_9114afb022d211eaa0764d1a500fd781(), this._fireEvent, this.title, this.title, this.color, this.icon, this.title);
+ return (0, _litElement.html)(_templateObject_4bd597d0243411ea86f395335a802507(), this._fireEvent, this.title, this.title, this.color, this.icon, this.title);
}
/**
* Fire an event that includes the eventName of what was just pressed.
@@ -150,7 +150,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_9114afb022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4bd597d0243411ea86f395335a802507())];
}
}]);
return HAXAppBrowserItem;
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-browser.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-browser.js
index a8edd2b3ca5..e68ea29b6c7 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-browser.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-browser.js
@@ -7,30 +7,30 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../graf
_exports.HaxAppBrowser = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject3_911a06e022d211eaa0764d1a500fd781() {
+ function _templateObject3_4bf750a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject3_911a06e022d211eaa0764d1a500fd781 = function _templateObject3_911a06e022d211eaa0764d1a500fd781() {
+ _templateObject3_4bf750a0243411ea86f395335a802507 = function _templateObject3_4bf750a0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_911a06e022d211eaa0764d1a500fd781() {
+ function _templateObject2_4bf750a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n \n \n ", "\n \n \n "]);
- _templateObject2_911a06e022d211eaa0764d1a500fd781 = function _templateObject2_911a06e022d211eaa0764d1a500fd781() {
+ _templateObject2_4bf750a0243411ea86f395335a802507 = function _templateObject2_4bf750a0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_911a06e022d211eaa0764d1a500fd781() {
+ function _templateObject_4bf750a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n :host *[hidden] {\n display: none;\n }\n hax-app-browser-item {\n margin: 8px;\n -webkit-transition: 0.3s all linear;\n transition: 0.3s all linear;\n display: inline-flex;\n }\n .title {\n position: relative;\n padding: 16px;\n outline: 0;\n font-weight: 600;\n text-align: left;\n margin: 0;\n background-color: var(--hax-color-menu-heading-bg);\n font-size: 18px;\n line-height: 18px;\n font-family: \"Noto Serif\", serif;\n color: var(--hax-color-menu-heading-color);\n }\n grafitto-filter {\n color: black;\n }\n .toolbar-inner {\n display: inline-flex;\n padding: 0 16px;\n }\n "]);
- _templateObject_911a06e022d211eaa0764d1a500fd781 = function _templateObject_911a06e022d211eaa0764d1a500fd781() {
+ _templateObject_4bf750a0243411ea86f395335a802507 = function _templateObject_4bf750a0243411ea86f395335a802507() {
return data;
};
@@ -53,7 +53,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../graf
babelHelpers.createClass(HaxAppBrowser, null, [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject_911a06e022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_4bf750a0243411ea86f395335a802507())];
}
}]);
@@ -93,8 +93,8 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../graf
babelHelpers.createClass(HaxAppBrowser, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_911a06e022d211eaa0764d1a500fd781(), this.title, this.filtertypeChange, this.inputfilterChanged, this.appList, this.filteredChanged, this.filtered.map(function (app) {
- return (0, _litElement.html)(_templateObject3_911a06e022d211eaa0764d1a500fd781(), app.index, app.details.title, app.details.icon, app.details.tag, app.details.color, app.details.meta, app.details.groups, app.details.handles, app.details.description, app.details.rating, app.details.tags);
+ return (0, _litElement.html)(_templateObject2_4bf750a0243411ea86f395335a802507(), this.title, this.filtertypeChange, this.inputfilterChanged, this.appList, this.filteredChanged, this.filtered.map(function (app) {
+ return (0, _litElement.html)(_templateObject3_4bf750a0243411ea86f395335a802507(), app.index, app.details.title, app.details.icon, app.details.tag, app.details.color, app.details.meta, app.details.groups, app.details.handles, app.details.description, app.details.rating, app.details.tags);
}), !this.searching);
}
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-picker-item.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-picker-item.js
index 8816aca0fbb..88f1aa892dd 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-picker-item.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-picker-item.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/pap
});
_exports.HaxAppPickerItem = void 0;
- function _templateObject2_9122e08022d211eaa0764d1a500fd781() {
+ function _templateObject2_4bf8d740243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n max-width: 90px;\n }\n paper-button {\n color: black;\n text-transform: none;\n min-width: unset;\n cursor: pointer;\n width: 80px;\n padding: 5px;\n margin: 5px;\n --paper-button-ink-color: var(--hax-ink-color, black);\n -webkit-transition: box-shadow 0.3s;\n -moz-transition: box-shadow 0.3s;\n -ms-transition: box-shadow 0.3s;\n -o-transition: box-shadow 0.3s;\n transition: box-shadow 0.3s;\n }\n paper-button:hover,\n paper-button:focus {\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14),\n 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 6px 2px -4px rgba(0, 0, 0, 0.2);\n }\n paper-button:active {\n box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),\n 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);\n }\n "]);
- _templateObject2_9122e08022d211eaa0764d1a500fd781 = function _templateObject2_9122e08022d211eaa0764d1a500fd781() {
+ _templateObject2_4bf8d740243411ea86f395335a802507 = function _templateObject2_4bf8d740243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9122e08022d211eaa0764d1a500fd781() {
+ function _templateObject_4bf8d740243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n "]);
- _templateObject_9122e08022d211eaa0764d1a500fd781 = function _templateObject_9122e08022d211eaa0764d1a500fd781() {
+ _templateObject_4bf8d740243411ea86f395335a802507 = function _templateObject_4bf8d740243411ea86f395335a802507() {
return data;
};
@@ -45,12 +45,12 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/pap
babelHelpers.createClass(HaxAppPickerItem, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_9122e08022d211eaa0764d1a500fd781(), this.color, this.icon, this.label);
+ return (0, _litElement.html)(_templateObject_4bf8d740243411ea86f395335a802507(), this.color, this.icon, this.label);
}
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_9122e08022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4bf8d740243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-picker.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-picker.js
index 3886470bd52..3571e01aada 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-picker.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-picker.js
@@ -7,30 +7,30 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../../@
_exports.HaxAppPicker = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject3_9120bda022d211eaa0764d1a500fd781() {
+ function _templateObject3_4c05f6a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n "]);
- _templateObject3_9120bda022d211eaa0764d1a500fd781 = function _templateObject3_9120bda022d211eaa0764d1a500fd781() {
+ _templateObject3_4c05f6a0243411ea86f395335a802507 = function _templateObject3_4c05f6a0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_9120bda022d211eaa0764d1a500fd781() {
+ function _templateObject2_4c05f6a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n ", " \n \n \n \n \n \n "]);
- _templateObject2_9120bda022d211eaa0764d1a500fd781 = function _templateObject2_9120bda022d211eaa0764d1a500fd781() {
+ _templateObject2_4c05f6a0243411ea86f395335a802507 = function _templateObject2_4c05f6a0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9120bda022d211eaa0764d1a500fd781() {
+ function _templateObject_4c05f6a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n iron-icon:not(:defined),\n paper-button:not(:defined),\n paper-dialog:not(:defined) {\n display: none;\n }\n hax-app-picker-item {\n -webkit-transition: 0.3s all linear;\n transition: 0.3s all linear;\n display: inline-flex;\n }\n #closedialog {\n float: right;\n top: 15px;\n right: 0;\n position: absolute;\n padding: 8px;\n margin: 0;\n background-color: var(--hax-color-menu-heading-bg, #eeeeee);\n color: var(--hax-color-menu-heading-color, black);\n background-color: transparent;\n width: 40px;\n height: 40px;\n min-width: unset;\n }\n .repeat-item {\n display: inline-flex;\n }\n .scroll-wrap {\n display: flex;\n justify-content: space-evenly;\n flex-wrap: wrap;\n }\n #dialog {\n min-width: 400px;\n min-height: 200px;\n max-height: 60vh;\n max-width: 50vw;\n overflow: hidden;\n border-radius: 16px;\n z-index: 1000000;\n border: 2px solid var(--hax-color-border-outline);\n background-color: #ffffff;\n overflow: scroll;\n }\n #buttonlist {\n display: block;\n text-align: left;\n margin: 0px;\n max-width: 50vw;\n min-height: 100px;\n overflow-x: hidden;\n overflow-y: auto;\n }\n #title,\n .element-button > div {\n color: var(--hax-color-menu-heading-color, black);\n }\n #title {\n padding: 16px;\n border-bottom: 2px solid var(--hax-color-border-outline);\n margin: 0;\n width: calc(100% - 32px);\n background-color: var(--hax-color-menu-heading-bg, #eeeeee);\n color: var(--hax-color-menu-heading-color, black);\n }\n .element-button {\n display: inline-block;\n text-align: center;\n width: 96px;\n margin: 5px 0px;\n padding: 0;\n }\n "]);
- _templateObject_9120bda022d211eaa0764d1a500fd781 = function _templateObject_9120bda022d211eaa0764d1a500fd781() {
+ _templateObject_4c05f6a0243411ea86f395335a802507 = function _templateObject_4c05f6a0243411ea86f395335a802507() {
return data;
};
@@ -56,7 +56,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../../@
babelHelpers.createClass(HaxAppPicker, null, [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject_9120bda022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_4c05f6a0243411ea86f395335a802507())];
}
}]);
@@ -98,8 +98,8 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../../@
value: function render() {
var _this2 = this;
- return (0, _litElement.html)(_templateObject2_9120bda022d211eaa0764d1a500fd781(), this.opened, this.title, this.selectionList.map(function (element, index) {
- return (0, _litElement.html)(_templateObject3_9120bda022d211eaa0764d1a500fd781(), index, _this2._selected, index, element.title, element.icon, element.color);
+ return (0, _litElement.html)(_templateObject2_4c05f6a0243411ea86f395335a802507(), this.opened, this.title, this.selectionList.map(function (element, index) {
+ return (0, _litElement.html)(_templateObject3_4c05f6a0243411ea86f395335a802507(), index, _this2._selected, index, element.title, element.icon, element.color);
}), this.closeEvent);
}
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-search-inputs.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-search-inputs.js
index d6bed7f10a6..4672cc5b6f9 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-search-inputs.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-search-inputs.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../eco-
_exports.HaxAppSearchInputs = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_91259fa022d211eaa0764d1a500fd781() {
+ function _templateObject2_4c084090243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n Search ", "
\n \n "]);
- _templateObject2_91259fa022d211eaa0764d1a500fd781 = function _templateObject2_91259fa022d211eaa0764d1a500fd781() {
+ _templateObject2_4c084090243411ea86f395335a802507 = function _templateObject2_4c084090243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_91259fa022d211eaa0764d1a500fd781() {
+ function _templateObject_4c084090243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n eco-json-schema-object {\n color: var(--hax-color-text);\n }\n .search-label {\n font-size: 24px;\n color: var(--hax-color-text);\n font-weight: bold;\n margin: 0;\n padding: 0;\n }\n "]);
- _templateObject_91259fa022d211eaa0764d1a500fd781 = function _templateObject_91259fa022d211eaa0764d1a500fd781() {
+ _templateObject_4c084090243411ea86f395335a802507 = function _templateObject_4c084090243411ea86f395335a802507() {
return data;
};
@@ -49,7 +49,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../eco-
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_91259fa022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_4c084090243411ea86f395335a802507())];
}
}]);
@@ -71,7 +71,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../eco-
babelHelpers.createClass(HaxAppSearchInputs, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_91259fa022d211eaa0764d1a500fd781(), this.label, this.schema, this.searchValuesChanged);
+ return (0, _litElement.html)(_templateObject2_4c084090243411ea86f395335a802507(), this.label, this.schema, this.searchValuesChanged);
}
}, {
key: "searchValuesChanged",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-search-result.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-search-result.js
index 69d0a380873..55cb776b101 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-search-result.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-search-result.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
_exports.HaxAppSearchResult = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_9129703022d211eaa0764d1a500fd781() {
+ function _templateObject2_4c0bc300243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline-flex;\n width: 45%;\n background-color: var(--hax-color-bg-accent);\n color: var(--hax-color-text);\n }\n paper-button.button {\n margin: 0;\n padding: 7px;\n height: 168px;\n border-radius: 0;\n width: 100%;\n border: 1px solid var(--hax-color-border-outline);\n justify-content: flex-start;\n background-image: none;\n text-align: unset;\n display: flex;\n }\n paper-button:hover,\n paper-button:focus,\n paper-button:active {\n outline: 2px solid var(--hax-color-bg-accent1);\n }\n .detail-wrapper {\n padding: 0 8px;\n display: inline-block;\n height: 100%;\n width: calc(80% - 16px);\n overflow: hidden;\n font-family: \"Noto Serif\", serif;\n }\n .title {\n font-size: 16px;\n font-weight: bold;\n text-transform: none;\n padding-bottom: 4px;\n }\n .details {\n height: 100px;\n overflow: hidden;\n font-size: 12px;\n line-height: 16px;\n padding: 0;\n margin: 0;\n text-transform: none;\n }\n .image {\n display: inline-flex;\n height: 152px;\n width: 20%;\n background-color: lightgray;\n }\n @media screen and (max-width: 1000px) {\n :host {\n width: 100%;\n }\n .title {\n font-size: 12px;\n }\n .image {\n min-width: 160px;\n width: 160px;\n }\n .details {\n font-size: 10px;\n }\n }\n @media screen and (max-width: 600px) {\n .details {\n font-size: 8px;\n }\n }\n "]);
- _templateObject2_9129703022d211eaa0764d1a500fd781 = function _templateObject2_9129703022d211eaa0764d1a500fd781() {
+ _templateObject2_4c0bc300243411ea86f395335a802507 = function _templateObject2_4c0bc300243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9129703022d211eaa0764d1a500fd781() {
+ function _templateObject_4c0bc300243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n "]);
- _templateObject_9129703022d211eaa0764d1a500fd781 = function _templateObject_9129703022d211eaa0764d1a500fd781() {
+ _templateObject_4c0bc300243411ea86f395335a802507 = function _templateObject_4c0bc300243411ea86f395335a802507() {
return data;
};
@@ -57,7 +57,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
babelHelpers.createClass(HaxAppSearchResult, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_9129703022d211eaa0764d1a500fd781(), this._itemSelected, this.image, this.title, this.details);
+ return (0, _litElement.html)(_templateObject_4c0bc300243411ea86f395335a802507(), this._itemSelected, this.image, this.title, this.details);
}
}, {
key: "_itemSelected",
@@ -91,7 +91,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_9129703022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4c0bc300243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-search.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-search.js
index 61da9f8d310..e4b5b03aafd 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-search.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-app-search.js
@@ -11,30 +11,30 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject3_9137a10022d211eaa0764d1a500fd781() {
+ function _templateObject3_4c167160243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject3_9137a10022d211eaa0764d1a500fd781 = function _templateObject3_9137a10022d211eaa0764d1a500fd781() {
+ _templateObject3_4c167160243411ea86f395335a802507 = function _templateObject3_4c167160243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_9137a10022d211eaa0764d1a500fd781() {
+ function _templateObject2_4c167160243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n ", "\n
\n "]);
- _templateObject2_9137a10022d211eaa0764d1a500fd781 = function _templateObject2_9137a10022d211eaa0764d1a500fd781() {
+ _templateObject2_4c167160243411ea86f395335a802507 = function _templateObject2_4c167160243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9137a10022d211eaa0764d1a500fd781() {
+ function _templateObject_4c167160243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n paper-button.item-wrapper {\n margin: 0;\n padding: 0;\n }\n paper-card {\n padding: 0;\n margin: 8px;\n width: 240px;\n font-size: 12px;\n }\n @media screen and (min-width: 800px) {\n paper-card {\n font-size: 14px;\n }\n }\n hexagon-loader {\n display: none;\n justify-content: center;\n width: 100%;\n z-index: 1000;\n position: absolute;\n --hexagon-color: var(--hax-color-bg-accent, #0085ba);\n }\n hexagon-loader[loading] {\n display: block;\n opacity: 0.8;\n }\n .card-content {\n padding: 16px;\n }\n .card-content p {\n padding: 0;\n margin: 0;\n }\n #itemlist {\n min-height: 172px;\n border: 1px solid #222222;\n }\n hax-app-search-inputs {\n min-height: 150px;\n padding: 0 16px;\n }\n hax-app-pagination {\n min-height: 32px;\n font-size: 12.8px;\n display: none;\n justify-content: flex-end;\n justify-content: center;\n }\n "]);
- _templateObject_9137a10022d211eaa0764d1a500fd781 = function _templateObject_9137a10022d211eaa0764d1a500fd781() {
+ _templateObject_4c167160243411ea86f395335a802507 = function _templateObject_4c167160243411ea86f395335a802507() {
return data;
};
@@ -61,7 +61,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
* LitElement constructable styles enhancement
*/
get: function get() {
- return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(HaxAppSearch), "styles", this)), [(0, _litElement.css)(_templateObject_9137a10022d211eaa0764d1a500fd781())]);
+ return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(HaxAppSearch), "styles", this)), [(0, _litElement.css)(_templateObject_4c167160243411ea86f395335a802507())]);
}
}]);
@@ -109,8 +109,8 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
babelHelpers.createClass(HaxAppSearch, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_9137a10022d211eaa0764d1a500fd781(), this.requestDataChanged, this._loadingChanged, this.label, this.searchSchema, this._searchValuesChanged, this.requestData, this.pagination, this.loading, this.media.map(function (resultData) {
- return (0, _litElement.html)(_templateObject3_9137a10022d211eaa0764d1a500fd781(), resultData.image, resultData.title, resultData.details, resultData.map, resultData.type);
+ return (0, _litElement.html)(_templateObject2_4c167160243411ea86f395335a802507(), this.requestDataChanged, this._loadingChanged, this.label, this.searchSchema, this._searchValuesChanged, this.requestData, this.pagination, this.loading, this.media.map(function (resultData) {
+ return (0, _litElement.html)(_templateObject3_4c167160243411ea86f395335a802507(), resultData.image, resultData.title, resultData.details, resultData.map, resultData.type);
}));
}
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-autoloader.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-autoloader.js
index 259c79a9b11..c4b133f91b9 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-autoloader.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-autoloader.js
@@ -12,20 +12,20 @@ define(["exports", "meta", "require", "../../../lit-element/lit-element.js", "..
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_9141650022d211eaa0764d1a500fd781() {
+ function _templateObject2_4c1eaec0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: none;\n }\n "]);
- _templateObject2_9141650022d211eaa0764d1a500fd781 = function _templateObject2_9141650022d211eaa0764d1a500fd781() {
+ _templateObject2_4c1eaec0243411ea86f395335a802507 = function _templateObject2_4c1eaec0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9141650022d211eaa0764d1a500fd781() {
+ function _templateObject_4c1eaec0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_9141650022d211eaa0764d1a500fd781 = function _templateObject_9141650022d211eaa0764d1a500fd781() {
+ _templateObject_4c1eaec0243411ea86f395335a802507 = function _templateObject_4c1eaec0243411ea86f395335a802507() {
return data;
};
@@ -47,7 +47,7 @@ define(["exports", "meta", "require", "../../../lit-element/lit-element.js", "..
babelHelpers.createClass(HaxAutoloader, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_9141650022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_4c1eaec0243411ea86f395335a802507());
}
}, {
key: "pathFromUrl",
@@ -62,7 +62,7 @@ define(["exports", "meta", "require", "../../../lit-element/lit-element.js", "..
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_9141650022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4c1eaec0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-blox-browser-item.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-blox-browser-item.js
index df50385364f..4fb52778cfb 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-blox-browser-item.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-blox-browser-item.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/pap
});
_exports.HaxBloxBrowserItem = void 0;
- function _templateObject2_9144242022d211eaa0764d1a500fd781() {
+ function _templateObject2_4c211fc0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: flex;\n }\n paper-button {\n color: black;\n background-color: #ffffff;\n border: 2px solid var(--hax-color-border-outline);\n text-transform: none;\n margin: 0;\n height: 80px !important;\n width: 100%;\n display: flex;\n border-radius: 0;\n min-width: unset;\n --paper-button-ink-color: var(--hax-ink-color, black);\n box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),\n 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);\n transition: box-shadow 0.3s;\n }\n paper-button:hover,\n paper-button:focus {\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14),\n 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 6px 2px -4px rgba(0, 0, 0, 0.2);\n }\n paper-button:active {\n box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),\n 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);\n }\n paper-button .item-title {\n font-size: 14px;\n display: inline-flex;\n }\n .flip-icon {\n transform: rotateY(180deg);\n }\n iron-icon {\n width: 40px;\n height: 40px;\n display: inline-block;\n color: black;\n }\n @media screen and (max-width: 550px) {\n paper-button .item-title {\n font-size: 12px;\n }\n }\n "]);
- _templateObject2_9144242022d211eaa0764d1a500fd781 = function _templateObject2_9144242022d211eaa0764d1a500fd781() {
+ _templateObject2_4c211fc0243411ea86f395335a802507 = function _templateObject2_4c211fc0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9144242022d211eaa0764d1a500fd781() {
+ function _templateObject_4c211fc0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_9144242022d211eaa0764d1a500fd781 = function _templateObject_9144242022d211eaa0764d1a500fd781() {
+ _templateObject_4c211fc0243411ea86f395335a802507 = function _templateObject_4c211fc0243411ea86f395335a802507() {
return data;
};
@@ -44,7 +44,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/pap
babelHelpers.createClass(HaxBloxBrowserItem, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_9144242022d211eaa0764d1a500fd781(), this._fireEvent, this.title, this.icon, this.title);
+ return (0, _litElement.html)(_templateObject_4c211fc0243411ea86f395335a802507(), this._fireEvent, this.title, this.icon, this.title);
}
}, {
key: "_fireEvent",
@@ -79,7 +79,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/pap
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_9144242022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4c211fc0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-blox-browser.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-blox-browser.js
index 6cb51e7e20a..bd4d8d30ebd 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-blox-browser.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-blox-browser.js
@@ -6,30 +6,30 @@ define(["exports", "../../../lit-element/lit-element.js", "./hax-blox-browser-it
});
_exports.HaxBloxBrowser = void 0;
- function _templateObject3_9146e34022d211eaa0764d1a500fd781() {
+ function _templateObject3_4c22f480243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n "]);
- _templateObject3_9146e34022d211eaa0764d1a500fd781 = function _templateObject3_9146e34022d211eaa0764d1a500fd781() {
+ _templateObject3_4c22f480243411ea86f395335a802507 = function _templateObject3_4c22f480243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_9146e34022d211eaa0764d1a500fd781() {
+ function _templateObject2_4c22f480243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n "]);
- _templateObject2_9146e34022d211eaa0764d1a500fd781 = function _templateObject2_9146e34022d211eaa0764d1a500fd781() {
+ _templateObject2_4c22f480243411ea86f395335a802507 = function _templateObject2_4c22f480243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9146e34022d211eaa0764d1a500fd781() {
+ function _templateObject_4c22f480243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n hax-blox-browser-item {\n margin: 10px;\n -webkit-transition: 0.3s all linear;\n transition: 0.3s all linear;\n }\n "]);
- _templateObject_9146e34022d211eaa0764d1a500fd781 = function _templateObject_9146e34022d211eaa0764d1a500fd781() {
+ _templateObject_4c22f480243411ea86f395335a802507 = function _templateObject_4c22f480243411ea86f395335a802507() {
return data;
};
@@ -50,7 +50,7 @@ define(["exports", "../../../lit-element/lit-element.js", "./hax-blox-browser-it
babelHelpers.createClass(HaxBloxBrowser, null, [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject_9146e34022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_4c22f480243411ea86f395335a802507())];
}
}]);
@@ -66,8 +66,8 @@ define(["exports", "../../../lit-element/lit-element.js", "./hax-blox-browser-it
babelHelpers.createClass(HaxBloxBrowser, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_9146e34022d211eaa0764d1a500fd781(), this.bloxList.map(function (blox) {
- return (0, _litElement.html)(_templateObject3_9146e34022d211eaa0764d1a500fd781(), blox.index, blox.details.layout, blox.details.title, blox.details.tag, blox.details.icon, blox.details.author, blox.details.teaser, blox.details.description, blox.details.examples, blox.details.status, blox.blox);
+ return (0, _litElement.html)(_templateObject2_4c22f480243411ea86f395335a802507(), this.bloxList.map(function (blox) {
+ return (0, _litElement.html)(_templateObject3_4c22f480243411ea86f395335a802507(), blox.index, blox.details.layout, blox.details.title, blox.details.tag, blox.details.icon, blox.details.author, blox.details.teaser, blox.details.description, blox.details.examples, blox.details.status, blox.blox);
}));
}
}], [{
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-blox-picker.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-blox-picker.js
index 76120fef6e3..ce23a140ad7 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-blox-picker.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-blox-picker.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
_exports.HaxBloxPicker = _exports.HaxPicker = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_914b01f022d211eaa0764d1a500fd781() {
+ function _templateObject2_4c271330243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n iron-icon:not(:defined),\n paper-button:not(:defined),\n app-drawer:not(:defined) {\n display: none;\n }\n #dialog {\n --app-drawer-width: 320px;\n z-index: 10000;\n margin-top: 56px;\n }\n #closedialog {\n float: right;\n top: 124px;\n right: 0;\n position: absolute;\n padding: 8px;\n margin: 0;\n background-color: var(--hax-color-menu-heading-bg, #eeeeee);\n color: var(--hax-color-menu-heading-color, black);\n background-color: transparent;\n width: 40px;\n height: 40px;\n min-width: unset;\n }\n .title {\n position: relative;\n padding: 16px;\n outline: 0;\n font-weight: 600;\n text-align: left;\n margin: 0;\n background-color: var(--hax-color-menu-heading-bg, #eeeeee);\n color: var(--hax-color-menu-heading-color, black);\n font-size: 18px;\n line-height: 18px;\n font-family: \"Noto Serif\", serif;\n }\n app-drawer {\n --app-drawer-width: 320px;\n }\n .pref-container {\n text-align: left;\n padding: 16px;\n }\n "]);
- _templateObject2_914b01f022d211eaa0764d1a500fd781 = function _templateObject2_914b01f022d211eaa0764d1a500fd781() {
+ _templateObject2_4c271330243411ea86f395335a802507 = function _templateObject2_4c271330243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_914b01f022d211eaa0764d1a500fd781() {
+ function _templateObject_4c271330243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n ", "\n \n \n \n
\n \n \n \n \n "]);
- _templateObject_914b01f022d211eaa0764d1a500fd781 = function _templateObject_914b01f022d211eaa0764d1a500fd781() {
+ _templateObject_4c271330243411ea86f395335a802507 = function _templateObject_4c271330243411ea86f395335a802507() {
return data;
};
@@ -88,7 +88,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
}, {
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_914b01f022d211eaa0764d1a500fd781(), this.openedChanged, this.opened, this.icon, this.title, this.closeEvent);
+ return (0, _litElement.html)(_templateObject_4c271330243411ea86f395335a802507(), this.openedChanged, this.opened, this.icon, this.title, this.closeEvent);
}
}, {
key: "openedChanged",
@@ -128,7 +128,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_914b01f022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4c271330243411ea86f395335a802507())];
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-ce-context.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-ce-context.js
index 9c1e5493590..e4ec6697193 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-ce-context.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-ce-context.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
_exports.HaxCeContext = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_9151438022d211eaa0764d1a500fd781() {
+ function _templateObject2_4c2d06a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n "]);
- _templateObject2_9151438022d211eaa0764d1a500fd781 = function _templateObject2_9151438022d211eaa0764d1a500fd781() {
+ _templateObject2_4c2d06a0243411ea86f395335a802507 = function _templateObject2_4c2d06a0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9151438022d211eaa0764d1a500fd781() {
+ function _templateObject_4c2d06a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host *[hidden] {\n display: none;\n }\n :host {\n display: block;\n height: 36px;\n }\n hax-context-item {\n margin: 0;\n height: 36px;\n }\n :host(.hax-context-pin-top) hax-toolbar {\n position: fixed;\n top: 64px;\n opacity: 0.9;\n }\n :host(.hax-context-pin-bottom) hax-toolbar {\n position: fixed;\n bottom: 0;\n opacity: 0.9;\n }\n :host(.hax-context-pin-top) hax-toolbar:hover,\n :host(.hax-context-pin-bottom) hax-toolbar:hover {\n opacity: 1;\n }\n "]);
- _templateObject_9151438022d211eaa0764d1a500fd781 = function _templateObject_9151438022d211eaa0764d1a500fd781() {
+ _templateObject_4c2d06a0243411ea86f395335a802507 = function _templateObject_4c2d06a0243411ea86f395335a802507() {
return data;
};
@@ -47,7 +47,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_9151438022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_4c2d06a0243411ea86f395335a802507())];
}
}]);
@@ -70,7 +70,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
babelHelpers.createClass(HaxCeContext, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_9151438022d211eaa0764d1a500fd781(), this.ceSize, this.ceSizeChanged, !this.__hasSettingsForm, this.__parentName, !this.__hasParentSettingsForm);
+ return (0, _litElement.html)(_templateObject2_4c2d06a0243411ea86f395335a802507(), this.ceSize, this.ceSizeChanged, !this.__hasSettingsForm, this.__parentName, !this.__hasParentSettingsForm);
}
}, {
key: "updated",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-context-item-menu.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-context-item-menu.js
index cc75965a42f..10f8739f31b 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-context-item-menu.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-context-item-menu.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js", "./hax-toolbar-menu.js
});
_exports.HaxContextItemMenu = void 0;
- function _templateObject2_9155141022d211eaa0764d1a500fd781() {
+ function _templateObject2_4c308910243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_9155141022d211eaa0764d1a500fd781 = function _templateObject2_9155141022d211eaa0764d1a500fd781() {
+ _templateObject2_4c308910243411ea86f395335a802507 = function _templateObject2_4c308910243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9155141022d211eaa0764d1a500fd781() {
+ function _templateObject_4c308910243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline-flex;\n height: 36px;\n box-sizing: border-box;\n }\n :host hax-toolbar-menu ::slotted(*):hover {\n background-color: var(--hax-color-bg-accent);\n }\n :host hax-toolbar-menu ::slotted(*) {\n height: 36px;\n }\n "]);
- _templateObject_9155141022d211eaa0764d1a500fd781 = function _templateObject_9155141022d211eaa0764d1a500fd781() {
+ _templateObject_4c308910243411ea86f395335a802507 = function _templateObject_4c308910243411ea86f395335a802507() {
return data;
};
@@ -45,7 +45,7 @@ define(["exports", "../../../lit-element/lit-element.js", "./hax-toolbar-menu.js
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_9155141022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_4c308910243411ea86f395335a802507())];
}
}]);
@@ -67,7 +67,7 @@ define(["exports", "../../../lit-element/lit-element.js", "./hax-toolbar-menu.js
babelHelpers.createClass(HaxContextItemMenu, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_9155141022d211eaa0764d1a500fd781(), this.icon, this.label, this.direction, this.selectedValueChanged, this.selectedValue, this.resetOnSelect);
+ return (0, _litElement.html)(_templateObject2_4c308910243411ea86f395335a802507(), this.icon, this.label, this.direction, this.selectedValueChanged, this.selectedValue, this.resetOnSelect);
}
}, {
key: "selectedValueChanged",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-context-item-textop.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-context-item-textop.js
index dc9fecd769a..23fe2c5cff7 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-context-item-textop.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-context-item-textop.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/iro
});
_exports.HaxContextItemTextop = void 0;
- function _templateObject2_915959d022d211eaa0764d1a500fd781() {
+ function _templateObject2_4c37dc10243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n "]);
- _templateObject2_915959d022d211eaa0764d1a500fd781 = function _templateObject2_915959d022d211eaa0764d1a500fd781() {
+ _templateObject2_4c37dc10243411ea86f395335a802507 = function _templateObject2_4c37dc10243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_915959d022d211eaa0764d1a500fd781() {
+ function _templateObject_4c37dc10243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline-flex;\n box-sizing: border-box;\n height: 36px;\n width: 36px;\n }\n :host([menu]) {\n display: flex;\n width: 100%;\n }\n "]);
- _templateObject_915959d022d211eaa0764d1a500fd781 = function _templateObject_915959d022d211eaa0764d1a500fd781() {
+ _templateObject_4c37dc10243411ea86f395335a802507 = function _templateObject_4c37dc10243411ea86f395335a802507() {
return data;
};
@@ -45,7 +45,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/iro
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_915959d022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_4c37dc10243411ea86f395335a802507())];
}
}]);
@@ -71,7 +71,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/iro
babelHelpers.createClass(HaxContextItemTextop, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_915959d022d211eaa0764d1a500fd781(), this._fireEvent, this.icon, !this.icon, this.direction, this.label, this._fireEvent, this.mini, this.menu, this.light);
+ return (0, _litElement.html)(_templateObject2_4c37dc10243411ea86f395335a802507(), this._fireEvent, this.icon, !this.icon, this.direction, this.label, this._fireEvent, this.mini, this.menu, this.light);
}
}, {
key: "firstUpdated",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-context-item.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-context-item.js
index 50a2dc1fb01..4dd1cbda578 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-context-item.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-context-item.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js", "./hax-toolbar-item.js
});
_exports.HaxContextItem = void 0;
- function _templateObject2_917ac48022d211eaa0764d1a500fd781() {
+ function _templateObject2_4c3459a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline-flex;\n height: 36px;\n width: 36px;\n }\n :host([mini]) {\n height: unset;\n width: unset;\n }\n :host([menu]) {\n display: flex;\n width: 100%;\n }\n "]);
- _templateObject2_917ac48022d211eaa0764d1a500fd781 = function _templateObject2_917ac48022d211eaa0764d1a500fd781() {
+ _templateObject2_4c3459a0243411ea86f395335a802507 = function _templateObject2_4c3459a0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_917ac48022d211eaa0764d1a500fd781() {
+ function _templateObject_4c3459a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_917ac48022d211eaa0764d1a500fd781 = function _templateObject_917ac48022d211eaa0764d1a500fd781() {
+ _templateObject_4c3459a0243411ea86f395335a802507 = function _templateObject_4c3459a0243411ea86f395335a802507() {
return data;
};
@@ -64,7 +64,7 @@ define(["exports", "../../../lit-element/lit-element.js", "./hax-toolbar-item.js
babelHelpers.createClass(HaxContextItem, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_917ac48022d211eaa0764d1a500fd781(), this.disabled, this.light, this.mini, this.icon, !this.icon, this.iconClass, this._storeSelection, this._fireEvent, this.label, this.direction, this.default, this.menu);
+ return (0, _litElement.html)(_templateObject_4c3459a0243411ea86f395335a802507(), this.disabled, this.light, this.mini, this.icon, !this.icon, this.iconClass, this._storeSelection, this._fireEvent, this.label, this.direction, this.default, this.menu);
}
}, {
key: "_storeSelection",
@@ -99,7 +99,7 @@ define(["exports", "../../../lit-element/lit-element.js", "./hax-toolbar-item.js
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_917ac48022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4c3459a0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-export-dialog.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-export-dialog.js
index 21363f78749..03140fca5a0 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-export-dialog.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-export-dialog.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../dl-b
_exports.HaxExportDialog = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_9181c96022d211eaa0764d1a500fd781() {
+ function _templateObject2_4c3ee0f0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n #dialog {\n z-index: 1000;\n }\n iron-icon:not(:defined),\n paper-button:not(:defined),\n paper-dialog:not(:defined) {\n display: none;\n }\n .title {\n position: relative;\n padding: 16px;\n outline: 0;\n font-weight: 600;\n text-align: left;\n margin: 0;\n font-size: 18px;\n line-height: 18px;\n font-family: \"Noto Serif\", serif;\n background-color: var(--hax-color-menu-heading-bg, #eeeeee);\n color: var(--hax-color-menu-heading-color, black);\n }\n .pref-container {\n text-align: left;\n padding: 16px;\n }\n .buttons paper-button:focus,\n .buttons paper-button:hover {\n outline: 1px solid var(--hax-color-border-outline);\n }\n .buttons paper-button {\n text-transform: none;\n margin: 0;\n background-color: var(--hax-color-menu-heading-bg, #eeeeee);\n color: var(--hax-color-menu-heading-color, black);\n display: inline-flex;\n border-radius: 0px;\n border-style: solid;\n border-width: 1px;\n min-width: unset;\n font-size: 12px;\n font-weight: bold;\n }\n #closedialog {\n float: right;\n top: 5px;\n right: 0;\n position: absolute;\n padding: 4px;\n margin: 0;\n background-color: var(--hax-color-menu-heading-bg, #eeeeee);\n color: var(--hax-color-menu-heading-color, black);\n width: 40px;\n height: 40px;\n min-width: unset;\n }\n #textarea {\n margin-bottom: 16px;\n padding: 10px;\n font-size: 10px;\n resize: none;\n width: 90%;\n height: 40vh;\n width: -webkit-fill-available;\n background-color: transparent;\n color: #eeeeee;\n font-family: monospace;\n }\n paper-dialog {\n min-width: 70vw;\n min-height: 60vh;\n background-color: #ffffff;\n color: black;\n }\n #import {\n background-color: var(\n --hax-export-dialog-import-button-bg,\n --hax-color-menu-heading-bg\n );\n color: var(--hax-color-menu-heading-color, black);\n }\n #loading {\n position: absolute;\n margin: 0 auto;\n width: 100%;\n }\n "]);
- _templateObject2_9181c96022d211eaa0764d1a500fd781 = function _templateObject2_9181c96022d211eaa0764d1a500fd781() {
+ _templateObject2_4c3ee0f0243411ea86f395335a802507 = function _templateObject2_4c3ee0f0243411ea86f395335a802507() {
return data;
};
@@ -21,10 +21,10 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../dl-b
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_9181c96022d211eaa0764d1a500fd781() {
+ function _templateObject_4c3ee0f0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n ", "\n \n \n \n \n \n \n "]);
- _templateObject_9181c96022d211eaa0764d1a500fd781 = function _templateObject_9181c96022d211eaa0764d1a500fd781() {
+ _templateObject_4c3ee0f0243411ea86f395335a802507 = function _templateObject_4c3ee0f0243411ea86f395335a802507() {
return data;
};
@@ -43,7 +43,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../dl-b
babelHelpers.createClass(HaxExportDialog, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_9181c96022d211eaa0764d1a500fd781(), this.opened, this.openedChanged, this.title, this.importContent, this.selectBody, this.downloadfull, this.download, this.htmlToHaxElements, !this.globalPreferences.haxDeveloperMode, this.closeEvent);
+ return (0, _litElement.html)(_templateObject_4c3ee0f0243411ea86f395335a802507(), this.opened, this.openedChanged, this.title, this.importContent, this.selectBody, this.downloadfull, this.download, this.htmlToHaxElements, !this.globalPreferences.haxDeveloperMode, this.closeEvent);
}
}, {
key: "openedChanged",
@@ -194,7 +194,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../dl-b
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_9181c96022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4c3ee0f0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-gizmo-browser-item.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-gizmo-browser-item.js
index fec7f380e84..d8e693bf830 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-gizmo-browser-item.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-gizmo-browser-item.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js", "./hax-item-button-inn
});
_exports.HaxGizmoBrowserItem = void 0;
- function _templateObject2_9184888022d211eaa0764d1a500fd781() {
+ function _templateObject2_4c40b5b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n max-width: 90px;\n }\n paper-button {\n text-transform: none;\n min-width: unset;\n cursor: pointer;\n width: 80px;\n padding: 5px;\n margin: 5px;\n box-shadow: none;\n transition: 0.2s all linear;\n --paper-button-ink-color: var(--hax-ink-color, #000000);\n }\n paper-button:hover,\n paper-button:focus {\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14),\n 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 6px 2px -4px rgba(0, 0, 0, 0.2);\n }\n paper-button:active {\n box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),\n 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);\n }\n "]);
- _templateObject2_9184888022d211eaa0764d1a500fd781 = function _templateObject2_9184888022d211eaa0764d1a500fd781() {
+ _templateObject2_4c40b5b0243411ea86f395335a802507 = function _templateObject2_4c40b5b0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9184888022d211eaa0764d1a500fd781() {
+ function _templateObject_4c40b5b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n "]);
- _templateObject_9184888022d211eaa0764d1a500fd781 = function _templateObject_9184888022d211eaa0764d1a500fd781() {
+ _templateObject_4c40b5b0243411ea86f395335a802507 = function _templateObject_4c40b5b0243411ea86f395335a802507() {
return data;
};
@@ -44,7 +44,7 @@ define(["exports", "../../../lit-element/lit-element.js", "./hax-item-button-inn
babelHelpers.createClass(HaxGizmoBrowserItem, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_9184888022d211eaa0764d1a500fd781(), this._fireEvent, this.title, this.color, this.icon, this.title);
+ return (0, _litElement.html)(_templateObject_4c40b5b0243411ea86f395335a802507(), this._fireEvent, this.title, this.color, this.icon, this.title);
}
}, {
key: "_fireEvent",
@@ -62,7 +62,7 @@ define(["exports", "../../../lit-element/lit-element.js", "./hax-item-button-inn
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_9184888022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4c40b5b0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-gizmo-browser.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-gizmo-browser.js
index 3148bb43cdf..67c653a8ae1 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-gizmo-browser.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-gizmo-browser.js
@@ -7,30 +7,30 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../graf
_exports.HaxGizmoBrowser = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject3_91b44b1022d211eaa0764d1a500fd781() {
+ function _templateObject3_4c454990243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject3_91b44b1022d211eaa0764d1a500fd781 = function _templateObject3_91b44b1022d211eaa0764d1a500fd781() {
+ _templateObject3_4c454990243411ea86f395335a802507 = function _templateObject3_4c454990243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_91b44b1022d211eaa0764d1a500fd781() {
+ function _templateObject2_4c454990243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n \n \n ", "\n "]);
- _templateObject2_91b44b1022d211eaa0764d1a500fd781 = function _templateObject2_91b44b1022d211eaa0764d1a500fd781() {
+ _templateObject2_4c454990243411ea86f395335a802507 = function _templateObject2_4c454990243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_91b44b1022d211eaa0764d1a500fd781() {
+ function _templateObject_4c454990243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n hax-gizmo-browser-item {\n margin: 5px;\n transition: 0.2s all linear;\n display: inline-flex;\n }\n #ironlist {\n min-height: 50vh;\n margin: 0;\n padding: 16px;\n }\n .title {\n position: relative;\n padding: 16px;\n outline: 0;\n font-weight: 600;\n text-align: left;\n margin: 0;\n font-size: 18px;\n line-height: 18px;\n font-family: \"Noto Serif\", serif;\n background-color: var(--hax-color-menu-heading-bg, #eeeeee);\n color: var(--hax-color-menu-heading-color, black);\n }\n .toolbar-inner {\n display: inline-flex;\n padding: 10px;\n }\n "]);
- _templateObject_91b44b1022d211eaa0764d1a500fd781 = function _templateObject_91b44b1022d211eaa0764d1a500fd781() {
+ _templateObject_4c454990243411ea86f395335a802507 = function _templateObject_4c454990243411ea86f395335a802507() {
return data;
};
@@ -51,7 +51,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../graf
babelHelpers.createClass(HaxGizmoBrowser, null, [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject_91b44b1022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_4c454990243411ea86f395335a802507())];
}
}]);
@@ -81,8 +81,8 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../graf
babelHelpers.createClass(HaxGizmoBrowser, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_91b44b1022d211eaa0764d1a500fd781(), this.title, this.filtertypeChange, this.inputfilterChanged, this.__gizmoList, this.filteredChanged, this.filtered.map(function (gizmo) {
- return (0, _litElement.html)(_templateObject3_91b44b1022d211eaa0764d1a500fd781(), gizmo.index, gizmo.title, gizmo.tag, gizmo.icon, gizmo.color, gizmo.author, gizmo.teaser, gizmo.description, gizmo.examples, gizmo.status);
+ return (0, _litElement.html)(_templateObject2_4c454990243411ea86f395335a802507(), this.title, this.filtertypeChange, this.inputfilterChanged, this.__gizmoList, this.filteredChanged, this.filtered.map(function (gizmo) {
+ return (0, _litElement.html)(_templateObject3_4c454990243411ea86f395335a802507(), gizmo.index, gizmo.title, gizmo.tag, gizmo.icon, gizmo.color, gizmo.author, gizmo.teaser, gizmo.description, gizmo.examples, gizmo.status);
}));
}
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-input-mixer.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-input-mixer.js
index 0cbe40101c8..19253275b2a 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-input-mixer.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-input-mixer.js
@@ -7,140 +7,140 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
_exports.HaxInputMixer = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject14_91bbec3022d211eaa0764d1a500fd781() {
+ function _templateObject14_4c4ebf70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral([""]);
- _templateObject14_91bbec3022d211eaa0764d1a500fd781 = function _templateObject14_91bbec3022d211eaa0764d1a500fd781() {
+ _templateObject14_4c4ebf70243411ea86f395335a802507 = function _templateObject14_4c4ebf70243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject13_91bbec3022d211eaa0764d1a500fd781() {
+ function _templateObject13_4c4ebf70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n \n "]);
- _templateObject13_91bbec3022d211eaa0764d1a500fd781 = function _templateObject13_91bbec3022d211eaa0764d1a500fd781() {
+ _templateObject13_4c4ebf70243411ea86f395335a802507 = function _templateObject13_4c4ebf70243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject12_91bbec3022d211eaa0764d1a500fd781() {
+ function _templateObject12_4c4ebf70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral([""]);
- _templateObject12_91bbec3022d211eaa0764d1a500fd781 = function _templateObject12_91bbec3022d211eaa0764d1a500fd781() {
+ _templateObject12_4c4ebf70243411ea86f395335a802507 = function _templateObject12_4c4ebf70243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject11_91bbec3022d211eaa0764d1a500fd781() {
+ function _templateObject11_4c4ebf70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject11_91bbec3022d211eaa0764d1a500fd781 = function _templateObject11_91bbec3022d211eaa0764d1a500fd781() {
+ _templateObject11_4c4ebf70243411ea86f395335a802507 = function _templateObject11_4c4ebf70243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject10_91bbec3022d211eaa0764d1a500fd781() {
+ function _templateObject10_4c4ebf70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral([""]);
- _templateObject10_91bbec3022d211eaa0764d1a500fd781 = function _templateObject10_91bbec3022d211eaa0764d1a500fd781() {
+ _templateObject10_4c4ebf70243411ea86f395335a802507 = function _templateObject10_4c4ebf70243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject9_91bbec3022d211eaa0764d1a500fd781() {
+ function _templateObject9_4c4ebf70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject9_91bbec3022d211eaa0764d1a500fd781 = function _templateObject9_91bbec3022d211eaa0764d1a500fd781() {
+ _templateObject9_4c4ebf70243411ea86f395335a802507 = function _templateObject9_4c4ebf70243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject8_91bbec3022d211eaa0764d1a500fd781() {
+ function _templateObject8_4c4ebf70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral([""]);
- _templateObject8_91bbec3022d211eaa0764d1a500fd781 = function _templateObject8_91bbec3022d211eaa0764d1a500fd781() {
+ _templateObject8_4c4ebf70243411ea86f395335a802507 = function _templateObject8_4c4ebf70243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject7_91bbec3022d211eaa0764d1a500fd781() {
+ function _templateObject7_4c4ebf70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject7_91bbec3022d211eaa0764d1a500fd781 = function _templateObject7_91bbec3022d211eaa0764d1a500fd781() {
+ _templateObject7_4c4ebf70243411ea86f395335a802507 = function _templateObject7_4c4ebf70243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject6_91bbec3022d211eaa0764d1a500fd781() {
+ function _templateObject6_4c4ebf70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral([""]);
- _templateObject6_91bbec3022d211eaa0764d1a500fd781 = function _templateObject6_91bbec3022d211eaa0764d1a500fd781() {
+ _templateObject6_4c4ebf70243411ea86f395335a802507 = function _templateObject6_4c4ebf70243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject5_91bbec3022d211eaa0764d1a500fd781() {
+ function _templateObject5_4c4ebf70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject5_91bbec3022d211eaa0764d1a500fd781 = function _templateObject5_91bbec3022d211eaa0764d1a500fd781() {
+ _templateObject5_4c4ebf70243411ea86f395335a802507 = function _templateObject5_4c4ebf70243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject4_91bbec3022d211eaa0764d1a500fd781() {
+ function _templateObject4_4c4ebf70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral([""]);
- _templateObject4_91bbec3022d211eaa0764d1a500fd781 = function _templateObject4_91bbec3022d211eaa0764d1a500fd781() {
+ _templateObject4_4c4ebf70243411ea86f395335a802507 = function _templateObject4_4c4ebf70243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_91bbec3022d211eaa0764d1a500fd781() {
+ function _templateObject3_4c4ebf70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n \n \n \n "]);
- _templateObject3_91bbec3022d211eaa0764d1a500fd781 = function _templateObject3_91bbec3022d211eaa0764d1a500fd781() {
+ _templateObject3_4c4ebf70243411ea86f395335a802507 = function _templateObject3_4c4ebf70243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_91bbec3022d211eaa0764d1a500fd781() {
+ function _templateObject2_4c4ebf70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n ", "\n
\n ", "\n ", "\n ", "\n ", "\n ", "\n \n
\n ", "\n \n
\n
\n "]);
- _templateObject2_91bbec3022d211eaa0764d1a500fd781 = function _templateObject2_91bbec3022d211eaa0764d1a500fd781() {
+ _templateObject2_4c4ebf70243411ea86f395335a802507 = function _templateObject2_4c4ebf70243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_91bbec3022d211eaa0764d1a500fd781() {
+ function _templateObject_4c4ebf70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n margin: 0;\n border: none;\n padding: 0;\n border: 1px solid var(--hax-color-border-outline);\n }\n .wrapper {\n background-color: #ffffff;\n color: #222222;\n display: flex;\n align-items: center;\n justify-content: space-between;\n }\n hax-context-item {\n margin: 0;\n }\n #elementoptions {\n height: inherit;\n }\n #input {\n color: var(--hax-color-text);\n }\n paper-checkbox {\n --paper-checkbox-label-color: var(--hax-color-text);\n }\n paper-textarea,\n paper-input {\n height: 40px;\n font-size: 14px;\n margin-bottom: 6px;\n }\n .input-method {\n color: var(--hax-color-text);\n padding: 0 8px;\n width: 80%;\n }\n #updatebutton {\n outline: 1px solid black;\n }\n #updatebutton:hover {\n border: none;\n }\n "]);
- _templateObject_91bbec3022d211eaa0764d1a500fd781 = function _templateObject_91bbec3022d211eaa0764d1a500fd781() {
+ _templateObject_4c4ebf70243411ea86f395335a802507 = function _templateObject_4c4ebf70243411ea86f395335a802507() {
return data;
};
@@ -167,7 +167,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_91bbec3022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_4c4ebf70243411ea86f395335a802507())];
}
}]);
@@ -212,7 +212,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
babelHelpers.createClass(HaxInputMixer, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_91bbec3022d211eaa0764d1a500fd781(), this.__inputselect ? (0, _litElement.html)(_templateObject3_91bbec3022d211eaa0764d1a500fd781(), this.label, this.__selectedValue, this.__selectedValueChanged, this.icon) : (0, _litElement.html)(_templateObject4_91bbec3022d211eaa0764d1a500fd781()), this.__inputtextarea ? (0, _litElement.html)(_templateObject5_91bbec3022d211eaa0764d1a500fd781(), this.label, this.value, this.valueChanged, this.validation, this.required) : (0, _litElement.html)(_templateObject6_91bbec3022d211eaa0764d1a500fd781()), this.__inputtextfield ? (0, _litElement.html)(_templateObject7_91bbec3022d211eaa0764d1a500fd781(), this.validationType, this.label, this.value, this.valueChanged, this.validation, this.required) : (0, _litElement.html)(_templateObject8_91bbec3022d211eaa0764d1a500fd781()), this.__inputboolean ? (0, _litElement.html)(_templateObject9_91bbec3022d211eaa0764d1a500fd781(), this.value, this.valueChanged, this.label) : (0, _litElement.html)(_templateObject10_91bbec3022d211eaa0764d1a500fd781()), this.__inputflipboolean ? (0, _litElement.html)(_templateObject11_91bbec3022d211eaa0764d1a500fd781(), this.value, this.valueChanged, this.label) : (0, _litElement.html)(_templateObject12_91bbec3022d211eaa0764d1a500fd781()), this.__inputcolorpicker ? (0, _litElement.html)(_templateObject13_91bbec3022d211eaa0764d1a500fd781(), this.label, this.value, this.valueChanged) : (0, _litElement.html)(_templateObject14_91bbec3022d211eaa0764d1a500fd781()), this.description, this.label);
+ return (0, _litElement.html)(_templateObject2_4c4ebf70243411ea86f395335a802507(), this.__inputselect ? (0, _litElement.html)(_templateObject3_4c4ebf70243411ea86f395335a802507(), this.label, this.__selectedValue, this.__selectedValueChanged, this.icon) : (0, _litElement.html)(_templateObject4_4c4ebf70243411ea86f395335a802507()), this.__inputtextarea ? (0, _litElement.html)(_templateObject5_4c4ebf70243411ea86f395335a802507(), this.label, this.value, this.valueChanged, this.validation, this.required) : (0, _litElement.html)(_templateObject6_4c4ebf70243411ea86f395335a802507()), this.__inputtextfield ? (0, _litElement.html)(_templateObject7_4c4ebf70243411ea86f395335a802507(), this.validationType, this.label, this.value, this.valueChanged, this.validation, this.required) : (0, _litElement.html)(_templateObject8_4c4ebf70243411ea86f395335a802507()), this.__inputboolean ? (0, _litElement.html)(_templateObject9_4c4ebf70243411ea86f395335a802507(), this.value, this.valueChanged, this.label) : (0, _litElement.html)(_templateObject10_4c4ebf70243411ea86f395335a802507()), this.__inputflipboolean ? (0, _litElement.html)(_templateObject11_4c4ebf70243411ea86f395335a802507(), this.value, this.valueChanged, this.label) : (0, _litElement.html)(_templateObject12_4c4ebf70243411ea86f395335a802507()), this.__inputcolorpicker ? (0, _litElement.html)(_templateObject13_4c4ebf70243411ea86f395335a802507(), this.label, this.value, this.valueChanged) : (0, _litElement.html)(_templateObject14_4c4ebf70243411ea86f395335a802507()), this.description, this.label);
}
}, {
key: "__selectedValueChanged",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-item-button-inner.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-item-button-inner.js
index d09f453f142..a417765e512 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-item-button-inner.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-item-button-inner.js
@@ -10,20 +10,20 @@ define(["exports", "../../../lit-element/lit-element.js", "../../simple-colors/s
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_91bf479022d211eaa0764d1a500fd781() {
+ function _templateObject2_4c5241e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: flex;\n flex-direction: column;\n align-items: center;\n }\n .button-inner {\n width: 30px;\n height: 30px;\n padding: 5px;\n background-color: var(--simple-colors-default-theme-accent-7, #000);\n border-radius: 50%;\n }\n iron-icon {\n width: 30px;\n height: 30px;\n color: var(--simple-colors-default-theme-grey-1, #fff);\n }\n .item-label {\n margin-top: 8px;\n color: var(--simple-colors-default-theme-grey-12, #000);\n width: 70px;\n font-size: 12px;\n line-height: 12px;\n height: 12px;\n text-align: center;\n text-overflow: ellipsis;\n overflow: hidden;\n word-break: break-all;\n }\n .flip-icon {\n transform: rotateY(180deg);\n }\n "]);
- _templateObject2_91bf479022d211eaa0764d1a500fd781 = function _templateObject2_91bf479022d211eaa0764d1a500fd781() {
+ _templateObject2_4c5241e0243411ea86f395335a802507 = function _templateObject2_4c5241e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_91bf479022d211eaa0764d1a500fd781() {
+ function _templateObject_4c5241e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n ", "
\n "]);
- _templateObject_91bf479022d211eaa0764d1a500fd781 = function _templateObject_91bf479022d211eaa0764d1a500fd781() {
+ _templateObject_4c5241e0243411ea86f395335a802507 = function _templateObject_4c5241e0243411ea86f395335a802507() {
return data;
};
@@ -53,7 +53,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../simple-colors/s
* LitElement life cycle - render
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_91bf479022d211eaa0764d1a500fd781(), this.icon, !this.icon, this.label);
+ return (0, _litElement.html)(_templateObject_4c5241e0243411ea86f395335a802507(), this.icon, !this.icon, this.label);
}
}, {
key: "updated",
@@ -94,7 +94,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../simple-colors/s
styles = babelHelpers.get(babelHelpers.getPrototypeOf(HaxItemButtonInner), "styles", this);
}
- styles.push((0, _litElement.css)(_templateObject2_91bf479022d211eaa0764d1a500fd781()));
+ styles.push((0, _litElement.css)(_templateObject2_4c5241e0243411ea86f395335a802507()));
return styles;
}
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-manager.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-manager.js
index af4d4895f52..49d479d68e9 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-manager.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-manager.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
_exports.HaxManager = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_91cf261022d211eaa0764d1a500fd781() {
+ function _templateObject2_4c93dec0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n
\n \n
\n \n
\n ", "\n \n
\n
\n
\n
\n Add an existing resource / link\n
\n
\n
\n \n
\n
Configure item \n
\n
\n \n \n \n \n
\n \n \n
\n \n
\n \n \n
\n \n
\n \n \n
\n \n "]);
- _templateObject2_91cf261022d211eaa0764d1a500fd781 = function _templateObject2_91cf261022d211eaa0764d1a500fd781() {
+ _templateObject2_4c93dec0243411ea86f395335a802507 = function _templateObject2_4c93dec0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_91cf261022d211eaa0764d1a500fd781() {
+ function _templateObject_4c93dec0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n color: var(--hax-color-text);\n }\n app-drawer:not(:defined),\n hax-preview:not(:defined),\n hax-app-browser:not(:defined),\n hax-gizmo-browser:not(:defined),\n iron-icon:not(:defined) {\n display: none;\n }\n #dialog {\n color: var(--hax-color-text);\n z-index: 10000;\n padding: 56px 0;\n margin-top: 56px;\n --app-drawer-width: 400px;\n }\n #closedialog {\n float: right;\n top: 124px;\n right: 0;\n position: absolute;\n padding: 8px;\n margin: 0;\n background-color: var(--hax-color-menu-heading-bg, #eeeeee);\n color: var(--hax-color-menu-heading-color, black);\n background-color: transparent;\n width: 40px;\n height: 40px;\n min-width: unset;\n }\n :host([active-page=\"0\"]) #dialog {\n --app-drawer-width: 300px;\n }\n :host([active-page=\"1\"]) #dialog {\n --app-drawer-width: 60%;\n }\n :host([active-page=\"2\"]) #dialog {\n --app-drawer-width: 60%;\n }\n :host([active-step]) #dialog {\n --app-drawer-width: 60%;\n }\n :host([searching]) #dialog {\n --app-drawer-width: 60%;\n }\n @media screen and (max-width: 800px) {\n :host([active-page=\"0\"]) #dialog {\n --app-drawer-width: 50%;\n }\n :host([active-page=\"1\"]) #dialog,\n :host([active-page=\"2\"]) #dialog,\n :host([active-step]) #dialog,\n :host([searching]) #dialog {\n --app-drawer-width: 80%;\n }\n }\n .title {\n position: relative;\n padding: 16px;\n outline: 0;\n font-weight: 600;\n text-align: left;\n margin: 0;\n background-color: var(--hax-color-menu-heading-bg);\n font-size: 18px;\n line-height: 18px;\n font-family: \"Noto Serif\", serif;\n color: var(--hax-color-menu-heading-color);\n }\n\n #preview {\n height: 100%;\n }\n vaadin-upload {\n --primary-color: var(--hax-color-accent1);\n --primary-font-color: #ffffff;\n --dark-primary-color: #ffffff;\n --light-primary-color: var(--hax-color-accent1);\n --error-color: darkred;\n color: #ffffff;\n display: block;\n padding: 16px !important;\n }\n vaadin-upload[dragover] {\n border-color: #396;\n }\n vaadin-upload-file {\n --disabled-text-color: #222222;\n }\n .add-area-content-wrapper {\n padding: 0 16px;\n }\n .add-url-area,\n .add-upload-area {\n margin: 16px 0;\n }\n .url-description {\n font-size: 18px;\n color: #000000;\n line-height: 22px;\n font-family: sans-serif;\n letter-spacing: 1px;\n }\n #steppages {\n height: 100%;\n }\n #newassetconfigure {\n width: 100%;\n margin: 0;\n padding: 16px;\n background-color: var(--hax-color-menu-heading-bg, #eeeeee);\n color: var(--hax-color-menu-heading-color, black);\n }\n paper-input {\n color: var(--hax-color-text);\n }\n @media screen and (max-width: 550px) {\n .hide-on-mobile {\n opacity: 0;\n visibility: hidden;\n position: absolute;\n left: -9999px;\n }\n .page-area.hax-manager {\n padding: 6px;\n }\n }\n "]);
- _templateObject_91cf261022d211eaa0764d1a500fd781 = function _templateObject_91cf261022d211eaa0764d1a500fd781() {
+ _templateObject_4c93dec0243411ea86f395335a802507 = function _templateObject_4c93dec0243411ea86f395335a802507() {
return data;
};
@@ -49,7 +49,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
* LitElement life cycle - styles addition
*/
get: function get() {
- return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(HaxManager), "styles", this)), [(0, _litElement.css)(_templateObject_91cf261022d211eaa0764d1a500fd781())]);
+ return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(HaxManager), "styles", this)), [(0, _litElement.css)(_templateObject_4c93dec0243411ea86f395335a802507())]);
}
/**
* HTMLElement life cycle
@@ -89,7 +89,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
babelHelpers.createClass(HaxManager, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_91cf261022d211eaa0764d1a500fd781(), this.opened, this.openedChanged, this.activeStep, this.activeStepChanged, this.activePageChanged, this.activePage, this.addTitle, this._fileAboutToUpload, this._fileUploadResponse, !this.canSupportUploads, this.newAssetConfigure, this.closeEvent, this.activeStep === 0 ? false : true);
+ return (0, _litElement.html)(_templateObject2_4c93dec0243411ea86f395335a802507(), this.opened, this.openedChanged, this.activeStep, this.activeStepChanged, this.activePageChanged, this.activePage, this.addTitle, this._fileAboutToUpload, this._fileUploadResponse, !this.canSupportUploads, this.newAssetConfigure, this.closeEvent, this.activeStep === 0 ? false : true);
}
}, {
key: "activePageChanged",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-panel-item.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-panel-item.js
index fac4a53ee80..6e0812fa1ca 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-panel-item.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-panel-item.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/pap
});
_exports.HAXPanelItem = void 0;
- function _templateObject2_91d2817022d211eaa0764d1a500fd781() {
+ function _templateObject2_4c969de0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline-flex;\n }\n paper-button {\n height: 48px;\n line-height: 48px;\n width: 48px;\n overflow: hidden;\n margin: 0;\n text-transform: none;\n background-color: var(--hax-panel-item-bg);\n color: var(--hax-panel-item-text);\n display: flex;\n padding: 8px;\n border-radius: 50%;\n border: 1px solid var(--hax-panel-item-border-color);\n min-width: unset;\n --paper-button-ink-color: var(--hax-panel-item-ink, black);\n }\n paper-button .button-inner {\n text-align: center;\n margin: 0 auto;\n }\n paper-button iron-icon {\n height: 24px;\n width: 24px;\n display: inline-flex;\n }\n paper-button:hover,\n paper-button:focus {\n color: var(--hax-panel-item-active);\n border: 1px solid var(--hax-panel-item-active-border-color);\n }\n\n paper-button[disabled] {\n opacity: 0.5;\n }\n .flip-icon {\n transform: rotateY(180deg);\n }\n :host([dark]) paper-button {\n border: solid 2px #000000;\n background-color: #000000 !important;\n color: var(--hax-color-bg-accent);\n }\n :host([large]) paper-button {\n height: 40px;\n width: 40px;\n }\n :host([dark]) paper-button:hover iron-icon,\n :host([dark]) paper-button:focus iron-icon {\n color: #ffffff !important;\n }\n :host([dark]) paper-button:hover {\n border: solid #0085ba 1px;\n }\n paper-tooltip {\n font-size: 16px;\n --paper-tooltip-background: #000000;\n --paper-tooltip-opacity: 1;\n --paper-tooltip-text-color: #ffffff;\n --paper-tooltip-delay-in: 0;\n --paper-tooltip-duration-in: 200ms;\n --paper-tooltip-duration-out: 0;\n }\n "]);
- _templateObject2_91d2817022d211eaa0764d1a500fd781 = function _templateObject2_91d2817022d211eaa0764d1a500fd781() {
+ _templateObject2_4c969de0243411ea86f395335a802507 = function _templateObject2_4c969de0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_91d2817022d211eaa0764d1a500fd781() {
+ function _templateObject_4c969de0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n
\n \n \n ", "\n \n "]);
- _templateObject_91d2817022d211eaa0764d1a500fd781 = function _templateObject_91d2817022d211eaa0764d1a500fd781() {
+ _templateObject_4c969de0243411ea86f395335a802507 = function _templateObject_4c969de0243411ea86f395335a802507() {
return data;
};
@@ -63,7 +63,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/pap
* LitElement render
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_91d2817022d211eaa0764d1a500fd781(), this.disabled, this.icon, this.label);
+ return (0, _litElement.html)(_templateObject_4c969de0243411ea86f395335a802507(), this.disabled, this.icon, this.label);
}
/**
* LitElement properties changed
@@ -192,7 +192,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/pap
}, {
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_91d2817022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4c969de0243411ea86f395335a802507())];
}
}]);
return HAXPanelItem;
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-panel.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-panel.js
index f733598e255..2e7b22c09d1 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-panel.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-panel.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
_exports.HaxPanel = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_91dabed022d211eaa0764d1a500fd781() {
+ function _templateObject2_4cc045f0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ", "
\n \n ", "
\n "]);
- _templateObject2_91dabed022d211eaa0764d1a500fd781 = function _templateObject2_91dabed022d211eaa0764d1a500fd781() {
+ _templateObject2_4cc045f0243411ea86f395335a802507 = function _templateObject2_4cc045f0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_91dabed022d211eaa0764d1a500fd781() {
+ function _templateObject_4cc045f0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n position: absolute;\n z-index: 1000000;\n }\n :host *[hidden] {\n display: none;\n }\n iron-icon:not(:defined),\n hax-panel-item:not(:defined),\n app-drawer:not(:defined) {\n display: none;\n }\n app-drawer {\n z-index: 100001;\n height: 40px;\n padding: var(--hax-panel-padding, 8px 16px);\n left: 0;\n top: 0;\n align-items: center;\n touch-action: auto;\n visibility: hidden;\n opacity: 0;\n display: flex;\n --app-drawer-width: 100%;\n }\n hax-panel-item {\n margin: 8px 2px;\n }\n hax-panel-item[right] {\n float: right;\n }\n #haxcancelbutton {\n margin-right: 48px;\n }\n :host([edit-mode]) app-drawer {\n visibility: visible;\n transition: 0.3s ease opacity;\n opacity: 1;\n right: 0;\n left: 0;\n top: 0;\n }\n\n #button {\n color: white;\n position: fixed;\n top: 0;\n left: 0;\n visibility: visible;\n z-index: 10000;\n transition: all 0.3s ease;\n margin: 0;\n border-top-left-radius: 0;\n }\n :host([edit-mode]) #button {\n visibility: hidden;\n opacity: 0;\n }\n #button:hover {\n opacity: 1;\n }\n :host([align=\"right\"]) #button {\n right: 0;\n left: unset;\n border-top-right-radius: 0;\n border-top-left-radius: unset;\n }\n .active-op-name,\n .editing-mode-active {\n display: none;\n }\n :host([edit-mode]) .active-op-name {\n display: flex;\n top: 0;\n right: 0;\n z-index: 1000000;\n position: fixed;\n font-size: 14px;\n border-bottom: 1px solid black;\n border-left: 1px solid black;\n font-weight: bold;\n padding: 16px 28px 16px 16px;\n line-height: 24px;\n height: 23px;\n min-width: 120px;\n justify-content: space-evenly;\n color: var(--hax-color-menu-heading-bg, black);\n background-color: var(--hax-color-menu-heading-color, #eeeeee);\n vertical-align: middle;\n }\n :host([edit-mode]) .editing-mode-active {\n display: flex;\n font-size: 18px;\n margin-left: 100px;\n padding: 0 8px;\n font-weight: bold;\n color: var(--hax-color-menu-heading-bg, black);\n background-color: var(--hax-color-menu-heading-color, #eeeeee);\n }\n @media screen and (max-width: 600px) {\n :host([edit-mode]) .hide-small {\n display: none;\n }\n }\n @media screen and (max-width: 800px) {\n :host([edit-mode]) #haxcancelbutton {\n margin-right: 2px;\n }\n :host([edit-mode]) .editing-mode-active,\n :host([edit-mode]) .active-op-name {\n display: none;\n }\n }\n "]);
- _templateObject_91dabed022d211eaa0764d1a500fd781 = function _templateObject_91dabed022d211eaa0764d1a500fd781() {
+ _templateObject_4cc045f0243411ea86f395335a802507 = function _templateObject_4cc045f0243411ea86f395335a802507() {
return data;
};
@@ -51,7 +51,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
* LitElement constructable styles enhancement
*/
get: function get() {
- return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(HaxPanel), "styles", this)), [(0, _litElement.css)(_templateObject_91dabed022d211eaa0764d1a500fd781())]);
+ return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(HaxPanel), "styles", this)), [(0, _litElement.css)(_templateObject_4cc045f0243411ea86f395335a802507())]);
}
/**
* HTMLElement specification
@@ -137,7 +137,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
}, {
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_91dabed022d211eaa0764d1a500fd781(), this.hidePanelOps, this.editMode, this._clickEditButton, this.__tipText, this.editMode, this.openedChanged, this.hidePanelOps, this._clickSaveButton, this.__tipText, this.hidePanelOps, this.hideExportButton, !this.canUndo, !this.canRedo, this.hidePreferencesButton, this.editModeName, this.activeOperationName);
+ return (0, _litElement.html)(_templateObject2_4cc045f0243411ea86f395335a802507(), this.hidePanelOps, this.editMode, this._clickEditButton, this.__tipText, this.editMode, this.openedChanged, this.hidePanelOps, this._clickSaveButton, this.__tipText, this.hidePanelOps, this.hideExportButton, !this.canUndo, !this.canRedo, this.hidePreferencesButton, this.editModeName, this.activeOperationName);
}
}, {
key: "openedChanged",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-preferences-dialog.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-preferences-dialog.js
index 0b03957328c..3aa34438fa6 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-preferences-dialog.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-preferences-dialog.js
@@ -11,20 +11,20 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_91e2d52022d211eaa0764d1a500fd781() {
+ function _templateObject2_4cc91f90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n ", "\n \n \n \n
\n \n \n \n \n "]);
- _templateObject2_91e2d52022d211eaa0764d1a500fd781 = function _templateObject2_91e2d52022d211eaa0764d1a500fd781() {
+ _templateObject2_4cc91f90243411ea86f395335a802507 = function _templateObject2_4cc91f90243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_91e2d52022d211eaa0764d1a500fd781() {
+ function _templateObject_4cc91f90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n iron-icon:not(:defined),\n paper-button:not(:defined),\n app-drawer:not(:defined) {\n display: none;\n }\n #dialog {\n z-index: 1000;\n margin-top: 56px;\n }\n #closedialog {\n float: right;\n top: 124px;\n right: 0;\n position: absolute;\n padding: 8px;\n margin: 0;\n background-color: var(--hax-color-menu-heading-bg, #eeeeee);\n color: var(--hax-color-menu-heading-color, black);\n width: 40px;\n height: 40px;\n min-width: unset;\n }\n .title {\n position: relative;\n padding: 16px;\n outline: 0;\n font-weight: 600;\n text-align: left;\n margin: 0;\n background-color: var(--hax-color-menu-heading-bg, #eeeeee);\n color: var(--hax-color-menu-heading-color, black);\n font-size: 18px;\n line-height: 18px;\n font-family: \"Noto Serif\", serif;\n }\n eco-json-schema-object {\n color: white;\n }\n .pref-container {\n text-align: left;\n padding: 16px;\n }\n "]);
- _templateObject_91e2d52022d211eaa0764d1a500fd781 = function _templateObject_91e2d52022d211eaa0764d1a500fd781() {
+ _templateObject_4cc91f90243411ea86f395335a802507 = function _templateObject_4cc91f90243411ea86f395335a802507() {
return data;
};
@@ -47,7 +47,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
* LitElement constructable styles enhancement
*/
get: function get() {
- return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(HaxPreferencesDialog), "styles", this)), [(0, _litElement.css)(_templateObject_91e2d52022d211eaa0764d1a500fd781())]);
+ return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(HaxPreferencesDialog), "styles", this)), [(0, _litElement.css)(_templateObject_4cc91f90243411ea86f395335a802507())]);
}
}]);
@@ -102,7 +102,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
}, {
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_91e2d52022d211eaa0764d1a500fd781(), this.opened, this.openedChanged, this.title, this.schema, this.valueChanged, this.closeEvent);
+ return (0, _litElement.html)(_templateObject2_4cc91f90243411ea86f395335a802507(), this.opened, this.openedChanged, this.title, this.schema, this.valueChanged, this.closeEvent);
}
}, {
key: "openedChanged",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-preview.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-preview.js
index 8693439b7d0..18f8f0ffaf1 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-preview.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-preview.js
@@ -10,20 +10,20 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/pol
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_91f4886022d211eaa0764d1a500fd781() {
+ function _templateObject2_4cdb4800243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n
\n
\n ", "\n preview \n
\n
\n
\n end\n preview \n
\n
\n \n
\n Configure \n Advanced \n \n
\n \n \n
\n \n \n "]);
- _templateObject2_91f4886022d211eaa0764d1a500fd781 = function _templateObject2_91f4886022d211eaa0764d1a500fd781() {
+ _templateObject2_4cdb4800243411ea86f395335a802507 = function _templateObject2_4cdb4800243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_91f4886022d211eaa0764d1a500fd781() {
+ function _templateObject_4cdb4800243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n background-color: #ffffff;\n overflow: hidden;\n }\n iron-icon:not(:defined),\n paper-button:not(:defined) {\n display: none;\n }\n paper-card.form-wrapper {\n margin: 0;\n padding: 0 16px 80px 16px;\n width: 100%;\n min-height: 160px;\n background-color: transparent;\n overflow: auto;\n height: 100%;\n }\n\n vaadin-split-layout {\n display: flex;\n justify-content: space-around;\n height: 100%;\n }\n eco-json-schema-object {\n width: 50%;\n --eco-json-field-margin: var(--hax-field-margin, 0 0 4px);\n color: var(--hax-text-color);\n }\n\n .vaadin-split-layout-panel {\n flex: 1 1 auto;\n width: 100%;\n flex-wrap: nowrap;\n margin: 0;\n height: 100%;\n overflow: hidden;\n }\n #preview {\n padding: 16px;\n color: #000000;\n background-color: white;\n max-height: 63vh;\n overflow: scroll;\n }\n #preview ::slotted(*) {\n float: unset !important;\n margin: unset !important;\n width: unset !important;\n position: unset !important;\n top: unset !important;\n left: unset !important;\n right: unset !important;\n bottom: unset !important;\n }\n .preview-text {\n font-size: 14px;\n color: var(--hax-color-text);\n font-style: italic;\n width: 100%;\n height: 24px;\n border-bottom: 1px solid var(--hax-color-border-outline);\n text-align: center;\n padding: 8px 0;\n box-sizing: content-box;\n }\n .preview-text iron-icon {\n margin: 0 8px;\n display: inline-block;\n }\n .preview-text-bottom {\n border-bottom: unset;\n border-top: 1px solid var(--hax-color-border-outline);\n }\n @media screen and (max-width: 550px) {\n .hide-on-mobile {\n opacity: 0;\n visibility: hidden;\n position: absolute;\n left: -9999px;\n }\n }\n #modetabs {\n height: 64px;\n padding: 0px;\n margin: 16px 0 0 0;\n box-sizing: content-box;\n color: var(--hax-color-text);\n text-align: center;\n background-color: transparent;\n border-bottom: 1px solid var(--hax-color-border-outline);\n display: block;\n justify-content: space-evenly;\n --paper-tabs-selection-bar-color: var(--hax-color-accent1);\n }\n #modetabs paper-tab {\n display: inline-flex;\n height: 100%;\n --paper-tab-ink: var(--hax-color-accent1);\n }\n #modetabs paper-tab paper-button {\n min-width: unset;\n width: 100%;\n background-color: var(--hax-preview-button-bg, white);\n color: var(--hax-preview-button-color, black);\n }\n .preview-buttons {\n height: 64px;\n padding: 0px;\n color: var(--hax-color-text);\n border-bottom: 1px solid var(--hax-color-border-outline);\n background-color: transparent;\n margin: 16px 0 0 0;\n text-align: center;\n box-sizing: content-box;\n }\n .preview-buttons paper-button {\n min-width: unset;\n width: 40%;\n color: var(--hax-preview-button-color, black);\n display: inline-block;\n background-color: var(--hax-preview-button-bg, white);\n }\n #insert {\n background-color: var(\n --hax-preview-insert-button-bg,\n --hax-preview-button-bg\n );\n }\n #cancel {\n background-color: var(\n --hax-preview-cancel-button-bg,\n --hax-preview-button-bg\n );\n }\n .vaadin-layout-width {\n min-width: 30%;\n width: 50%;\n max-width: 70%;\n }\n .vaadin-layout-height {\n min-height: 40%;\n height: 50%;\n max-height: 60%;\n }\n "]);
- _templateObject_91f4886022d211eaa0764d1a500fd781 = function _templateObject_91f4886022d211eaa0764d1a500fd781() {
+ _templateObject_4cdb4800243411ea86f395335a802507 = function _templateObject_4cdb4800243411ea86f395335a802507() {
return data;
};
@@ -49,7 +49,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/pol
* LitElement render styles
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_91f4886022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_4cdb4800243411ea86f395335a802507())];
}
/**
* HTMLElement
@@ -87,7 +87,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/pol
babelHelpers.createClass(HaxPreview, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_91f4886022d211eaa0764d1a500fd781(), this.orientation, this.orientationDirection, this.insert, this.editTitle, this.cancel, this.humanName, this.orientationDirection, !this.haspreviewNode, this.modeTab, this.__modeTabChanged, this.schema, this.value, this.__valueChangedEvent, this._computeMediaQuery(this.responsiveWidth), this._onQueryMatchesChanged);
+ return (0, _litElement.html)(_templateObject2_4cdb4800243411ea86f395335a802507(), this.orientation, this.orientationDirection, this.insert, this.editTitle, this.cancel, this.humanName, this.orientationDirection, !this.haspreviewNode, this.modeTab, this.__modeTabChanged, this.schema, this.value, this.__valueChangedEvent, this._computeMediaQuery(this.responsiveWidth), this._onQueryMatchesChanged);
}
/**
* Notice change in eco and bubble up
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-schema-form.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-schema-form.js
index 7033e1bca5f..484b6b32a23 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-schema-form.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-schema-form.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../../@polymer/polymer/polymer-element.js", ".
_exports.HaxSchemaForm = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_91f9df9022d211eaa0764d1a500fd781() {
+ function _templateObject_4ce16280243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n Configure \n Advanced \n \n \n \n \n "]);
- _templateObject_91f9df9022d211eaa0764d1a500fd781 = function _templateObject_91f9df9022d211eaa0764d1a500fd781() {
+ _templateObject_4ce16280243411ea86f395335a802507 = function _templateObject_4ce16280243411ea86f395335a802507() {
return data;
};
@@ -182,7 +182,7 @@ define(["exports", "require", "../../../@polymer/polymer/polymer-element.js", ".
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_91f9df9022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4ce16280243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-stax-browser-item.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-stax-browser-item.js
index e9c64197aa8..9391d3d432b 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-stax-browser-item.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-stax-browser-item.js
@@ -7,30 +7,30 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../../@
_exports.HaxStaxBrowserItem = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject3_91fc9eb022d211eaa0764d1a500fd781() {
+ function _templateObject3_4ce46fc0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: flex;\n }\n paper-card {\n margin: 4px 0;\n border-radius: 10px;\n display: flex;\n width: 100%;\n }\n paper-button {\n color: black;\n background-color: #ffffff;\n border: 2px solid var(--hax-color-border-outline);\n text-transform: none;\n margin: 0;\n height: 80px !important;\n width: 100%;\n display: flex;\n border-radius: 0;\n min-width: unset;\n box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),\n 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);\n transition: box-shadow 0.3s;\n }\n paper-button:hover,\n paper-button:focus {\n box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14),\n 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 6px 2px -4px rgba(0, 0, 0, 0.2);\n }\n paper-button:active {\n box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),\n 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);\n }\n paper-button .item-title {\n font-size: 14px;\n display: inline-flex;\n }\n paper-button .item-title {\n font-size: 14px;\n display: inline-flex;\n }\n paper-button .button-inner {\n text-align: center;\n }\n .flip-icon {\n transform: rotateY(180deg);\n }\n @media screen and (max-width: 550px) {\n paper-button .item-title {\n font-size: 10px;\n }\n }\n "]);
- _templateObject3_91fc9eb022d211eaa0764d1a500fd781 = function _templateObject3_91fc9eb022d211eaa0764d1a500fd781() {
+ _templateObject3_4ce46fc0243411ea86f395335a802507 = function _templateObject3_4ce46fc0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_91fc9eb022d211eaa0764d1a500fd781() {
+ function _templateObject2_4ce46fc0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_91fc9eb022d211eaa0764d1a500fd781 = function _templateObject2_91fc9eb022d211eaa0764d1a500fd781() {
+ _templateObject2_4ce46fc0243411ea86f395335a802507 = function _templateObject2_4ce46fc0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_91fc9eb022d211eaa0764d1a500fd781() {
+ function _templateObject_4ce46fc0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_91fc9eb022d211eaa0764d1a500fd781 = function _templateObject_91fc9eb022d211eaa0764d1a500fd781() {
+ _templateObject_4ce46fc0243411ea86f395335a802507 = function _templateObject_4ce46fc0243411ea86f395335a802507() {
return data;
};
@@ -55,7 +55,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../../@
babelHelpers.createClass(HaxStaxBrowserItem, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_91fc9eb022d211eaa0764d1a500fd781(), this._fireEvent, this.title, this.image ? (0, _litElement.html)(_templateObject2_91fc9eb022d211eaa0764d1a500fd781(), this.image) : "", this.title);
+ return (0, _litElement.html)(_templateObject_4ce46fc0243411ea86f395335a802507(), this._fireEvent, this.title, this.image ? (0, _litElement.html)(_templateObject2_4ce46fc0243411ea86f395335a802507(), this.image) : "", this.title);
}
}, {
key: "updated",
@@ -86,7 +86,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../../@
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject3_91fc9eb022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject3_4ce46fc0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-stax-browser.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-stax-browser.js
index 4cb0ad739a8..67e6dd25e0c 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-stax-browser.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-stax-browser.js
@@ -6,30 +6,30 @@ define(["exports", "../../../lit-element/lit-element.js", "./hax-stax-browser-it
});
_exports.HaxStaxBrowser = void 0;
- function _templateObject3_91fe737022d211eaa0764d1a500fd781() {
+ function _templateObject3_4ce64480243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n "]);
- _templateObject3_91fe737022d211eaa0764d1a500fd781 = function _templateObject3_91fe737022d211eaa0764d1a500fd781() {
+ _templateObject3_4ce64480243411ea86f395335a802507 = function _templateObject3_4ce64480243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_91fe737022d211eaa0764d1a500fd781() {
+ function _templateObject2_4ce64480243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n "]);
- _templateObject2_91fe737022d211eaa0764d1a500fd781 = function _templateObject2_91fe737022d211eaa0764d1a500fd781() {
+ _templateObject2_4ce64480243411ea86f395335a802507 = function _templateObject2_4ce64480243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_91fe737022d211eaa0764d1a500fd781() {
+ function _templateObject_4ce64480243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n hax-stax-browser-item {\n margin: 10px;\n transition: 0.3s all linear;\n }\n "]);
- _templateObject_91fe737022d211eaa0764d1a500fd781 = function _templateObject_91fe737022d211eaa0764d1a500fd781() {
+ _templateObject_4ce64480243411ea86f395335a802507 = function _templateObject_4ce64480243411ea86f395335a802507() {
return data;
};
@@ -50,7 +50,7 @@ define(["exports", "../../../lit-element/lit-element.js", "./hax-stax-browser-it
babelHelpers.createClass(HaxStaxBrowser, null, [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject_91fe737022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_4ce64480243411ea86f395335a802507())];
}
}]);
@@ -66,8 +66,8 @@ define(["exports", "../../../lit-element/lit-element.js", "./hax-stax-browser-it
babelHelpers.createClass(HaxStaxBrowser, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_91fe737022d211eaa0764d1a500fd781(), this.staxList.map(function (stax) {
- return (0, _litElement.html)(_templateObject3_91fe737022d211eaa0764d1a500fd781(), stax.index, stax.details.title, stax.details.tag, stax.details.image, stax.details.author, stax.details.teaser, stax.details.description, stax.details.examples, stax.details.status, stax.stax);
+ return (0, _litElement.html)(_templateObject2_4ce64480243411ea86f395335a802507(), this.staxList.map(function (stax) {
+ return (0, _litElement.html)(_templateObject3_4ce64480243411ea86f395335a802507(), stax.index, stax.details.title, stax.details.tag, stax.details.image, stax.details.author, stax.details.teaser, stax.details.description, stax.details.examples, stax.details.status, stax.stax);
}));
}
}], [{
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-store.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-store.js
index 0037877e2f7..6976b74aecb 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-store.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-store.js
@@ -8,10 +8,10 @@ define(["exports", "meta", "require", "../../../lit-element/lit-element.js", "..
meta = babelHelpers.interopRequireWildcard(meta);
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_9239f5d022d211eaa0764d1a500fd781() {
+ function _templateObject2_4d1cbdd0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: none;\n }\n "]);
- _templateObject2_9239f5d022d211eaa0764d1a500fd781 = function _templateObject2_9239f5d022d211eaa0764d1a500fd781() {
+ _templateObject2_4d1cbdd0243411ea86f395335a802507 = function _templateObject2_4d1cbdd0243411ea86f395335a802507() {
return data;
};
@@ -22,10 +22,10 @@ define(["exports", "meta", "require", "../../../lit-element/lit-element.js", "..
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_9239f5d022d211eaa0764d1a500fd781() {
+ function _templateObject_4d1cbdd0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n "]);
- _templateObject_9239f5d022d211eaa0764d1a500fd781 = function _templateObject_9239f5d022d211eaa0764d1a500fd781() {
+ _templateObject_4d1cbdd0243411ea86f395335a802507 = function _templateObject_4d1cbdd0243411ea86f395335a802507() {
return data;
};
@@ -46,7 +46,7 @@ define(["exports", "meta", "require", "../../../lit-element/lit-element.js", "..
* LitElement render
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_9239f5d022d211eaa0764d1a500fd781(), this.appStore.url, this.appStore.params, this.__appStoreDataChanged, this.voiceRespondsTo, this.voiceDebug);
+ return (0, _litElement.html)(_templateObject_4d1cbdd0243411ea86f395335a802507(), this.appStore.url, this.appStore.params, this.__appStoreDataChanged, this.voiceRespondsTo, this.voiceDebug);
}
}, {
key: "__appStoreDataChanged",
@@ -676,7 +676,7 @@ define(["exports", "meta", "require", "../../../lit-element/lit-element.js", "..
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_9239f5d022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4d1cbdd0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-text-context.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-text-context.js
index f3c965a518e..fe19ea7d52a 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-text-context.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-text-context.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
_exports.HaxTextContext = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_925e94d022d211eaa0764d1a500fd781() {
+ function _templateObject2_4d252240243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n Paragraph \n Bulleted\n list \n Numbered\n list \n Title\n \n Content heading\n \n Subheading\n \n Deeper subheading\n \n Blockquote\n \n Code\n \n \n \n \n \n \n \n \n \n \n \n \n \n Subscript \n Superscript \n Underline \n Cross out \n \n "]);
- _templateObject2_925e94d022d211eaa0764d1a500fd781 = function _templateObject2_925e94d022d211eaa0764d1a500fd781() {
+ _templateObject2_4d252240243411ea86f395335a802507 = function _templateObject2_4d252240243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_925e94d022d211eaa0764d1a500fd781() {
+ function _templateObject_4d252240243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n pointer-events: none;\n }\n :host [hidden] {\n display: none;\n }\n paper-item {\n -webkit-justify-content: flex-start;\n justify-content: flex-start;\n height: 36px;\n padding: 0 8px;\n min-height: 36px;\n }\n paper-item:hover {\n background-color: #d3d3d3;\n cursor: pointer;\n }\n iron-icon {\n padding: 8px;\n }\n paper-item strong {\n padding: 8px;\n font-size: 12px;\n }\n :host(.hax-context-pin-top) hax-toolbar {\n position: fixed;\n top: 64px;\n opacity: 0.95;\n }\n :host(.hax-context-pin-bottom) hax-toolbar {\n position: fixed;\n bottom: 0;\n opacity: 0.95;\n }\n "]);
- _templateObject_925e94d022d211eaa0764d1a500fd781 = function _templateObject_925e94d022d211eaa0764d1a500fd781() {
+ _templateObject_4d252240243411ea86f395335a802507 = function _templateObject_4d252240243411ea86f395335a802507() {
return data;
};
@@ -41,7 +41,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
babelHelpers.createClass(HaxTextContext, null, [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject_925e94d022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_4d252240243411ea86f395335a802507())];
}
}]);
@@ -87,7 +87,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
babelHelpers.createClass(HaxTextContext, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_925e94d022d211eaa0764d1a500fd781(), this.selection, this.selectedValue, this.selectedValueChanged, this.formatIcon, !this._showLists, !this._showLists, !this._showIndent, !this._showIndent, this.isSafari, !this.isSafari);
+ return (0, _litElement.html)(_templateObject2_4d252240243411ea86f395335a802507(), this.selection, this.selectedValue, this.selectedValueChanged, this.formatIcon, !this._showLists, !this._showLists, !this._showIndent, !this._showIndent, this.isSafari, !this.isSafari);
}
}, {
key: "selectedValueChanged",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-toolbar-item.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-toolbar-item.js
index 0adafdfbb02..46c1aa2c7e1 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-toolbar-item.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-toolbar-item.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js", "../../simple-colors/l
});
_exports.HaxToolbarItem = void 0;
- function _templateObject2_9261a21022d211eaa0764d1a500fd781() {
+ function _templateObject2_4d287da0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: flex;\n box-sizing: border-box;\n height: 36px;\n width: 36px;\n }\n :host([mini]) {\n height: unset;\n width: unset;\n }\n :host([menu]) {\n width: 100%;\n position: relative;\n display: -ms-flexbox;\n display: -webkit-flex;\n display: flex;\n -ms-flex-direction: row;\n -webkit-flex-direction: row;\n flex-direction: row;\n -webkit-justify-content: flex-start;\n justify-content: flex-start;\n -webkit-font-smoothing: antialiased;\n font-size: 16px;\n font-weight: 400;\n line-height: 24px;\n }\n :host([menu]) paper-button {\n -webkit-justify-content: flex-start;\n justify-content: flex-start;\n }\n #label {\n padding-left: 5px;\n }\n paper-button {\n display: flex;\n align-items: center;\n background-color: var(\n --hax-toolbar-item-bg,\n var(--hax-color-bg-accent, white)\n );\n color: var(--hax-toolbar-item-color, --hax-color-text);\n min-width: 0;\n margin: 0;\n text-transform: none;\n padding: 0;\n border-radius: 0;\n font-size: 12px;\n transition: 0.3s all;\n height: 36px;\n width: 36px;\n min-width: unset;\n --paper-button-ink-color: var(\n --hax-toolbar-item-color,\n --hax-color-accent1\n );\n }\n paper-button:active,\n paper-button:hover,\n paper-button:focus {\n color: var(--hax-color-text-active);\n outline: 1px solid var(--hax-color-accent1);\n z-index: 2;\n }\n :host([default]) paper-button {\n background: black;\n }\n :host([dark]) paper-button {\n background-color: var(--hax-color-text);\n color: var(--hax-color-bg-accent);\n }\n :host([dark]) paper-button:hover {\n background-color: var(--hax-color-bg-accent);\n color: var(--hax-color-text);\n }\n :host([dark]) paper-button:active {\n background: var(--hax-color-bg-accent);\n color: var(--hax-color-text);\n }\n iron-icon {\n width: 20px;\n height: 20px;\n padding: 0;\n margin: 0;\n }\n :host([mini]) iron-icon {\n width: 16px;\n height: 16px;\n }\n :host([mini]) paper-button {\n border-radius: 50%;\n width: 18px;\n height: 18px;\n padding: 1px;\n border: 1px solid var(--hax-color-border-outline);\n }\n :host([mini]) paper-button:active,\n :host([mini]) paper-button:hover,\n :host([mini]) paper-button:focus {\n outline: unset;\n border: 1px solid var(--hax-color-accent1);\n }\n :host([menu]) paper-button {\n padding: 0 8px;\n width: 100%;\n height: 36px;\n }\n :host([menu]) paper-button:hover {\n background-color: #d3d3d3;\n color: #000000;\n }\n .flip-icon {\n transform: rotateY(180deg);\n }\n paper-tooltip {\n --paper-tooltip-background: #000000;\n --paper-tooltip-opacity: 1;\n --paper-tooltip-text-color: #ffffff;\n --paper-tooltip-delay-in: 0;\n --paper-tooltip-duration-in: 200ms;\n --paper-tooltip-duration-out: 0;\n }\n "]);
- _templateObject2_9261a21022d211eaa0764d1a500fd781 = function _templateObject2_9261a21022d211eaa0764d1a500fd781() {
+ _templateObject2_4d287da0243411ea86f395335a802507 = function _templateObject2_4d287da0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9261a21022d211eaa0764d1a500fd781() {
+ function _templateObject_4d287da0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n ", " \n \n \n \n ", "\n \n "]);
- _templateObject_9261a21022d211eaa0764d1a500fd781 = function _templateObject_9261a21022d211eaa0764d1a500fd781() {
+ _templateObject_4d287da0243411ea86f395335a802507 = function _templateObject_4d287da0243411ea86f395335a802507() {
return data;
};
@@ -33,12 +33,12 @@ define(["exports", "../../../lit-element/lit-element.js", "../../simple-colors/l
babelHelpers.createClass(HaxToolbarItem, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_9261a21022d211eaa0764d1a500fd781(), this.disabled, this.tooltip, this.icon, this.icon == "" ? true : false, this.label == "" ? true : false, this.label, this.tooltip == "" ? true : false, this.tooltipDirection, this.tooltip);
+ return (0, _litElement.html)(_templateObject_4d287da0243411ea86f395335a802507(), this.disabled, this.tooltip, this.icon, this.icon == "" ? true : false, this.label == "" ? true : false, this.label, this.tooltip == "" ? true : false, this.tooltipDirection, this.tooltip);
}
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_9261a21022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4d287da0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-toolbar-menu.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-toolbar-menu.js
index 65b42b716bb..8a87960bea8 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-toolbar-menu.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-toolbar-menu.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/iro
});
_exports.HaxToolbarMenu = void 0;
- function _templateObject2_9264884022d211eaa0764d1a500fd781() {
+ function _templateObject2_4d2c2720243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n box-sizing: border-box;\n }\n paper-menu-button {\n color: rgba(0, 0, 0, 0.66);\n margin: 0;\n padding: 0;\n text-transform: none;\n background-color: #ffffff;\n display: flex;\n min-width: 24px;\n }\n\n paper-menu-button .label {\n font-size: 12px;\n margin-top: 4px;\n }\n\n paper-menu-button .button-inner {\n padding-top: 8px;\n text-align: center;\n }\n\n .flip-icon {\n transform: rotateY(180deg);\n }\n\n paper-tooltip {\n pointer-events: none;\n }\n paper-listbox {\n padding: 0;\n }\n "]);
- _templateObject2_9264884022d211eaa0764d1a500fd781 = function _templateObject2_9264884022d211eaa0764d1a500fd781() {
+ _templateObject2_4d2c2720243411ea86f395335a802507 = function _templateObject2_4d2c2720243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9264884022d211eaa0764d1a500fd781() {
+ function _templateObject_4d2c2720243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n "]);
- _templateObject_9264884022d211eaa0764d1a500fd781 = function _templateObject_9264884022d211eaa0764d1a500fd781() {
+ _templateObject_4d2c2720243411ea86f395335a802507 = function _templateObject_4d2c2720243411ea86f395335a802507() {
return data;
};
@@ -33,7 +33,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/iro
babelHelpers.createClass(HaxToolbarMenu, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_9264884022d211eaa0764d1a500fd781(), this.icon, !this.icon, this.iconClass, this.tooltip, this.selected, this.selectedChanged);
+ return (0, _litElement.html)(_templateObject_4d2c2720243411ea86f395335a802507(), this.icon, !this.icon, this.iconClass, this.tooltip, this.selected, this.selectedChanged);
}
}, {
key: "selectedChanged",
@@ -43,7 +43,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/iro
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_9264884022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4d2c2720243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-toolbar.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-toolbar.js
index a1f0397a7c3..0061b81ecd8 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-toolbar.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-toolbar.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
_exports.HaxToolbar = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_9294e71022d211eaa0764d1a500fd781() {
+ function _templateObject2_4d3241a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n Left \n Center \n \n
\n
\n Resize\n \n
\n
\n
\n \n
\n "]);
- _templateObject2_9294e71022d211eaa0764d1a500fd781 = function _templateObject2_9294e71022d211eaa0764d1a500fd781() {
+ _templateObject2_4d3241a0243411ea86f395335a802507 = function _templateObject2_4d3241a0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9294e71022d211eaa0764d1a500fd781() {
+ function _templateObject_4d3241a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: flex;\n justify-content: flex-start;\n visibility: visible;\n transition: 0.3s all ease;\n box-sizing: border-box;\n height: 36px;\n pointer-events: all;\n }\n :host *[hidden] {\n display: none;\n }\n .wrapper {\n display: flex;\n border: 1px solid var(--hax-color-border-outline, black);\n color: #222222;\n background-color: #ffffff;\n height: 35px;\n align-items: center;\n padding: 1px;\n margin-top: -2px;\n }\n :host .wrapper ::slotted(*) {\n pointer-events: all;\n }\n .close-cap {\n margin: 10px 10px 0 8px;\n display: flex;\n padding: 0;\n }\n :host * ::slotted(hax-context-item:hover),\n :host * ::slotted(hax-context-item-textop:hover),\n :host * ::slotted(hax-context-item-menu:hover),\n hax-context-item:hover,\n hax-context-item-textop:hover,\n hax-context-item-menu:hover {\n z-index: 2;\n }\n #moremenu hax-context-item,\n #moremenu ::slotted(paper-item),\n paper-item {\n height: 32px;\n padding: 0;\n min-width: 100px;\n }\n\n #moremenu hax-context-item:hover,\n :host #moremenu ::slotted(paper-item:hover),\n paper-item:hover {\n background-color: var(--hax-color-menu-heading-bg);\n cursor: pointer;\n }\n paper-slider {\n background-color: var(--hax-color-bg-accent);\n color: #ffffff;\n font-weight: bold;\n height: 36px;\n min-width: 100px;\n --paper-slider-font-color: white;\n --paper-slider-active-color: var(--hax-color-accent1);\n --paper-slider-knob-color: var(--hax-color-accent1);\n --paper-slider-pin-start-color: var(--hax-color-accent1);\n --paper-slider-pin-color: var(--hax-color-accent1);\n }\n .convert-button {\n border-top: 1px solid var(--hax-color-bg-accent);\n }\n "]);
- _templateObject_9294e71022d211eaa0764d1a500fd781 = function _templateObject_9294e71022d211eaa0764d1a500fd781() {
+ _templateObject_4d3241a0243411ea86f395335a802507 = function _templateObject_4d3241a0243411ea86f395335a802507() {
return data;
};
@@ -38,7 +38,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_9294e71022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_4d3241a0243411ea86f395335a802507())];
}
}]);
@@ -91,7 +91,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
babelHelpers.createClass(HaxToolbar, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_9294e71022d211eaa0764d1a500fd781(), this.inline, !this.haxProperties.canPosition, this.justifyValueChanged, this.justifyIcon, !this.haxProperties.canScale, this.haxProperties.canScale && this.haxProperties.canScale.min ? this.haxProperties.canScale.min : 12.5, this.haxProperties.canScale && this.haxProperties.canScale.step ? this.haxProperties.canScale.step : 12.5, this.haxProperties.canScale && this.haxProperties.canScale.max ? this.haxProperties.canScale.max : 100, this.size, this.sizeChanged, this.sizeChanged, this.inline, this.hideTransform, this.inline, this.hideMode);
+ return (0, _litElement.html)(_templateObject2_4d3241a0243411ea86f395335a802507(), this.inline, !this.haxProperties.canPosition, this.justifyValueChanged, this.justifyIcon, !this.haxProperties.canScale, this.haxProperties.canScale && this.haxProperties.canScale.min ? this.haxProperties.canScale.min : 12.5, this.haxProperties.canScale && this.haxProperties.canScale.step ? this.haxProperties.canScale.step : 12.5, this.haxProperties.canScale && this.haxProperties.canScale.max ? this.haxProperties.canScale.max : 100, this.size, this.sizeChanged, this.sizeChanged, this.inline, this.hideTransform, this.inline, this.hideMode);
}
}, {
key: "sizeChanged",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-upload-field.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-upload-field.js
index 9fd2c72e6cb..0df36429df3 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-upload-field.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-body/lib/hax-upload-field.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
_exports.HaxUploadField = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_929c612022d211eaa0764d1a500fd781() {
+ function _templateObject2_4d441bf0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", " \n \n \n "]);
- _templateObject2_929c612022d211eaa0764d1a500fd781 = function _templateObject2_929c612022d211eaa0764d1a500fd781() {
+ _templateObject2_4d441bf0243411ea86f395335a802507 = function _templateObject2_4d441bf0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_929c612022d211eaa0764d1a500fd781() {
+ function _templateObject_4d441bf0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n visibility: visible;\n transition: 0.3s all ease;\n box-sizing: border-box;\n pointer-events: all;\n overflow: visible;\n --simple-camera-snap-width: 300px;\n --simple-camera-snap-height: calc(300px * 9 / 16);\n --simple-camera-snap-color: var(--eco-json-form-color, #222);\n --simple-camera-snap-background: var(--eco-json-form-bg, white);\n --simple-camera-snap-border-radius: 2px;\n --lumo-font-family: var(\n --eco-json-form-font-family,\n var(--paper-font-caption_-_font-family, unset)\n );\n --lumo-base-color: var(\n --eco-json-form-bg,\n var(--primary-background-color, #fff)\n );\n --lumo-primary-contrast-color: var(\n --eco-json-form-bg,\n var(--primary-background-color, #fff)\n );\n --lumo-primary-color: var(\n --eco-json-form-active-color,\n var(--primary-color, #000)\n );\n --lumo-primary-text-color: var(\n --eco-json-form-color,\n var(--primary-text-color, #222)\n );\n --lumo-body-text-color: var(\n --eco-json-form-color,\n var(--primary-text-color, #222)\n );\n --lumo-header-text-color: var(\n --eco-json-form-color,\n var(--primary-text-color, #222)\n );\n --lumo-secondary-text-color: var(\n --eco-json-form-faded-color,\n var(--secondary-text-color, #888)\n );\n --lumo-disabled-text-color: var(\n --eco-json-form-faded-color,\n var(--secondary-text-color, #888)\n );\n background-color: var(\n --eco-json-form-bg,\n var(--primary-background-color, #fff)\n );\n }\n :host #legend {\n transition: all 0.5s;\n color: var(\n --eco-json-form-faded-color,\n var(--secondary-text-color, #888)\n );\n }\n :host(:focus-within) #legend {\n color: var(--eco-json-form-active-color, var(--primary-color, #000));\n }\n :host #fieldset {\n border-radius: 2px;\n transition: all 0.5s;\n border: 1px solid\n var(--eco-json-form-faded-color, var(--secondary-text-color, #888));\n }\n :host #fieldset > div {\n display: flex;\n align-items: center;\n justify-content: space-between;\n }\n :host #fieldset > div > *:not(#picker) {\n flex: 1 1 auto;\n }\n #picker {\n margin-bottom: 0;\n margin-right: 5px;\n }\n vaadin-upload {\n padding: 0;\n margin: 0;\n }\n simple-camera-snap {\n position: relative;\n --simple-camera-snap-button-container-position: absolute;\n --simple-camera-snap-button-container-bottom: 2px;\n --simple-camera-snap-button-container-z-index: 5;\n --simple-camera-snap-button-border-radius: 100%;\n --simple-camera-snap-button-opacity: 0.7;\n }\n "]);
- _templateObject_929c612022d211eaa0764d1a500fd781 = function _templateObject_929c612022d211eaa0764d1a500fd781() {
+ _templateObject_4d441bf0243411ea86f395335a802507 = function _templateObject_4d441bf0243411ea86f395335a802507() {
return data;
};
@@ -38,7 +38,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
* LitElement life cycle - styles addition
*/
get: function get() {
- return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(HaxUploadField), "styles", this)), [(0, _litElement.css)(_templateObject_929c612022d211eaa0764d1a500fd781())]);
+ return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(HaxUploadField), "styles", this)), [(0, _litElement.css)(_templateObject_4d441bf0243411ea86f395335a802507())]);
}
/**
* HTMLElement life cycle
@@ -78,7 +78,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
babelHelpers.createClass(HaxUploadField, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_929c612022d211eaa0764d1a500fd781(), !this.label, this.label, this.option, this.optionChanged, this.options, this.option !== "url", this.value, this.valueChanged, this.option !== "fileupload", this._fileAboutToUpload, this._fileUploadResponse, this.option !== "selfie", this.option !== "audio");
+ return (0, _litElement.html)(_templateObject2_4d441bf0243411ea86f395335a802507(), !this.label, this.label, this.option, this.optionChanged, this.options, this.option !== "url", this.value, this.valueChanged, this.option !== "fileupload", this._fileAboutToUpload, this._fileUploadResponse, this.option !== "selfie", this.option !== "audio");
}
}, {
key: "optionChanged",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-iconset/hax-iconset.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-iconset/hax-iconset.js
index 8ffaf904e8a..ca8798ec274 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-iconset/hax-iconset.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-iconset/hax-iconset.js
@@ -1,16 +1,16 @@
define(["../../@polymer/iron-icon/iron-icon.js", "../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_79bfc93022d211eaa0764d1a500fd781() {
+ function _templateObject_344fb640243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n"]);
- _templateObject_79bfc93022d211eaa0764d1a500fd781 = function _templateObject_79bfc93022d211eaa0764d1a500fd781() {
+ _templateObject_344fb640243411ea86f395335a802507 = function _templateObject_344fb640243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_79bfc93022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_344fb640243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hax-text-editor/hax-text-editor.js b/build/es5-amd/node_modules/@lrnwebcomponents/hax-text-editor/hax-text-editor.js
index 66e83544726..7ce1341802c 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hax-text-editor/hax-text-editor.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hax-text-editor/hax-text-editor.js
@@ -10,10 +10,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../rich-text-ed
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_7a02025022d211eaa0764d1a500fd781() {
+ function _templateObject_349fd210243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n "]);
- _templateObject_7a02025022d211eaa0764d1a500fd781 = function _templateObject_7a02025022d211eaa0764d1a500fd781() {
+ _templateObject_349fd210243411ea86f395335a802507 = function _templateObject_349fd210243411ea86f395335a802507() {
return data;
};
@@ -40,7 +40,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../rich-text-ed
key: "template",
// render function
get: function get() {
- return (0, _polymerElement.html)(_templateObject_7a02025022d211eaa0764d1a500fd781(), babelHelpers.get(babelHelpers.getPrototypeOf(HaxTextEditor), "template", this));
+ return (0, _polymerElement.html)(_templateObject_349fd210243411ea86f395335a802507(), babelHelpers.get(babelHelpers.getPrototypeOf(HaxTextEditor), "template", this));
} // properties available to the custom element for data binding
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/backends/haxcms-backend-beaker.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/backends/haxcms-backend-beaker.js
index 5a14f3aeba9..8ff098eb02f 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/backends/haxcms-backend-beaker.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/backends/haxcms-backend-beaker.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../h
_exports.HAXCMSBackendBeaker = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_9b73420022d211eaa0764d1a500fd781() {
+ function _templateObject_5674dca0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_9b73420022d211eaa0764d1a500fd781 = function _templateObject_9b73420022d211eaa0764d1a500fd781() {
+ _templateObject_5674dca0243411ea86f395335a802507 = function _templateObject_5674dca0243411ea86f395335a802507() {
return data;
};
@@ -32,7 +32,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../h
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_9b73420022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_5674dca0243411ea86f395335a802507());
}
}], [{
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/backends/haxcms-backend-demo.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/backends/haxcms-backend-demo.js
index 8654b3d32a2..765df6d1cb0 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/backends/haxcms-backend-demo.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/backends/haxcms-backend-demo.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../h
_exports.HAXCMSBackendDemo = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_9b76c47022d211eaa0764d1a500fd781() {
+ function _templateObject_5679bea0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_9b76c47022d211eaa0764d1a500fd781 = function _templateObject_9b76c47022d211eaa0764d1a500fd781() {
+ _templateObject_5679bea0243411ea86f395335a802507 = function _templateObject_5679bea0243411ea86f395335a802507() {
return data;
};
@@ -34,7 +34,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../h
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_9b76c47022d211eaa0764d1a500fd781(), this.jwtLoginLocation, this.jwtLogoutLocation, this.jwt, this.jwtChanged);
+ return (0, _litElement.html)(_templateObject_5679bea0243411ea86f395335a802507(), this.jwtLoginLocation, this.jwtLogoutLocation, this.jwt, this.jwtChanged);
}
}, {
key: "jwtChanged",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/backends/haxcms-backend-nodejs.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/backends/haxcms-backend-nodejs.js
index 93e1dbcaf10..5e6ac5902d0 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/backends/haxcms-backend-nodejs.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/backends/haxcms-backend-nodejs.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../h
_exports.HAXCMSBackendNodeJS = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_9b7ae32022d211eaa0764d1a500fd781() {
+ function _templateObject_567e2b70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_9b7ae32022d211eaa0764d1a500fd781 = function _templateObject_9b7ae32022d211eaa0764d1a500fd781() {
+ _templateObject_567e2b70243411ea86f395335a802507 = function _templateObject_567e2b70243411ea86f395335a802507() {
return data;
};
@@ -37,7 +37,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../h
* LitElement
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_9b7ae32022d211eaa0764d1a500fd781(), this.jwtLoginLocation, this.jwtLogoutLocation, this.jwt, this.jwtChanged);
+ return (0, _litElement.html)(_templateObject_567e2b70243411ea86f395335a802507(), this.jwtLoginLocation, this.jwtLogoutLocation, this.jwt, this.jwtChanged);
}
}, {
key: "jwtChanged",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/backends/haxcms-backend-php.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/backends/haxcms-backend-php.js
index f3e3adf2e7d..974641928cd 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/backends/haxcms-backend-php.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/backends/haxcms-backend-php.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../h
_exports.HAXCMSBackendPHP = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_9b7e177022d211eaa0764d1a500fd781() {
+ function _templateObject_5682bf50243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_9b7e177022d211eaa0764d1a500fd781 = function _templateObject_9b7e177022d211eaa0764d1a500fd781() {
+ _templateObject_5682bf50243411ea86f395335a802507 = function _templateObject_5682bf50243411ea86f395335a802507() {
return data;
};
@@ -43,7 +43,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../h
* LitElement
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_9b7e177022d211eaa0764d1a500fd781(), this.jwtLoginLocation, this.jwtLogoutLocation, this.jwt, this.jwtChanged);
+ return (0, _litElement.html)(_templateObject_5682bf50243411ea86f395335a802507(), this.jwtLoginLocation, this.jwtLogoutLocation, this.jwt, this.jwtChanged);
}
}, {
key: "jwtChanged",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/haxcms-outline-editor-dialog.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/haxcms-outline-editor-dialog.js
index d98de7f9f3d..6b9e3c95af8 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/haxcms-outline-editor-dialog.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/haxcms-outline-editor-dialog.js
@@ -6,20 +6,20 @@ define(["exports", "../../../../lit-element/lit-element.js", "./haxcms-site-stor
});
_exports.HAXCMSOutlineEditorDialog = void 0;
- function _templateObject2_96af515022d211eaa0764d1a500fd781() {
+ function _templateObject2_518c4cf0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n height: 60vh;\n min-width: 50vw;\n }\n .buttons {\n position: absolute;\n bottom: 0;\n z-index: 1000000;\n background-color: var(--simple-modal-titlebar-background, #000000);\n color: var(--simple-modal-titlebar-color, #ffffff);\n left: 0;\n right: 0;\n }\n .buttons paper-button {\n color: #ffffff;\n background-color: var(--simple-modal-button-background, #000000);\n }\n editable-outline:not(:defined),\n json-editor:not(:defined),\n paper-button:not(:defined) {\n display: none;\n }\n #toggle {\n float: right;\n text-transform: unset;\n }\n #savebtn {\n color: white;\n background-color: var(--haxcms-color, #2196f3);\n }\n editable-outline,\n json-editor {\n margin-bottom: 32px;\n }\n "]);
- _templateObject2_96af515022d211eaa0764d1a500fd781 = function _templateObject2_96af515022d211eaa0764d1a500fd781() {
+ _templateObject2_518c4cf0243411ea86f395335a802507 = function _templateObject2_518c4cf0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_96af515022d211eaa0764d1a500fd781() {
+ function _templateObject_518c4cf0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_96af515022d211eaa0764d1a500fd781 = function _templateObject_96af515022d211eaa0764d1a500fd781() {
+ _templateObject_518c4cf0243411ea86f395335a802507 = function _templateObject_518c4cf0243411ea86f395335a802507() {
return data;
};
@@ -42,7 +42,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "./haxcms-site-stor
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_96af515022d211eaa0764d1a500fd781(), this.viewMode, this.manifestItems, this.currentDataChangedEvent, this.manifestItemsStatic, !this.viewMode, this._saveTap, this.toggleView, this._viewIcon, this.viewLabel);
+ return (0, _litElement.html)(_templateObject_518c4cf0243411ea86f395335a802507(), this.viewMode, this.manifestItems, this.currentDataChangedEvent, this.manifestItemsStatic, !this.viewMode, this._saveTap, this.toggleView, this._viewIcon, this.viewLabel);
}
}], [{
key: "styles",
@@ -51,7 +51,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "./haxcms-site-stor
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_96af515022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_518c4cf0243411ea86f395335a802507())];
}
/**
* Store the tag name to make it easier to obtain directly.
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/haxcms-site-builder.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/haxcms-site-builder.js
index 121cd5bfdfd..525bce8284c 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/haxcms-site-builder.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/haxcms-site-builder.js
@@ -8,20 +8,20 @@ define(["exports", "meta", "require", "../../../../lit-element/lit-element.js",
meta = babelHelpers.interopRequireWildcard(meta);
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_96bc97c022d211eaa0764d1a500fd781() {
+ function _templateObject2_519b4110243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n :host #slot {\n background-color: var(--haxcms-color, white);\n opacity: 0.2;\n visibility: hidden;\n }\n :host([dashboard-opened]) {\n display: inline-block !important;\n margin-left: 50vw;\n height: 100vh;\n pointer-events: none;\n opacity: 0.5;\n width: 100vw;\n }\n :host([theme-loaded]) #slot {\n opacity: 1;\n visibility: visible;\n }\n paper-progress {\n display: block;\n width: 100%;\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n background-color: transparent;\n z-index: 1000;\n --paper-progress-active-color: var(\n --haxcms-color,\n rgba(255, 255, 255, 0.5)\n );\n --paper-progress-container-color: transparent;\n }\n "]);
- _templateObject2_96bc97c022d211eaa0764d1a500fd781 = function _templateObject2_96bc97c022d211eaa0764d1a500fd781() {
+ _templateObject2_519b4110243411ea86f395335a802507 = function _templateObject2_519b4110243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_96bc97c022d211eaa0764d1a500fd781() {
+ function _templateObject_519b4110243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n
\n \n "]);
- _templateObject_96bc97c022d211eaa0764d1a500fd781 = function _templateObject_96bc97c022d211eaa0764d1a500fd781() {
+ _templateObject_519b4110243411ea86f395335a802507 = function _templateObject_519b4110243411ea86f395335a802507() {
return data;
};
@@ -44,7 +44,7 @@ define(["exports", "meta", "require", "../../../../lit-element/lit-element.js",
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_96bc97c022d211eaa0764d1a500fd781(), this.baseURI, !this.loading, this.outlineLocation, this.file, this._timeStamp, this._updateManifest, this._updateLastError, this.outlineLocation, this.activeItemLocation, this._timeStamp, this._updateLoading, this._updateActiveItemContent, this._updateLastError);
+ return (0, _litElement.html)(_templateObject_519b4110243411ea86f395335a802507(), this.baseURI, !this.loading, this.outlineLocation, this.file, this._timeStamp, this._updateManifest, this._updateLastError, this.outlineLocation, this.activeItemLocation, this._timeStamp, this._updateLoading, this._updateActiveItemContent, this._updateLastError);
}
/**
* Simple "two way" data binding from the element below via events
@@ -176,7 +176,7 @@ define(["exports", "meta", "require", "../../../../lit-element/lit-element.js",
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_96bc97c022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_519b4110243411ea86f395335a802507())];
}
/**
* Store the tag name to make it easier to obtain directly.
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/haxcms-site-dashboard.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/haxcms-site-dashboard.js
index ae1ae1d40c7..926aa320377 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/haxcms-site-dashboard.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/haxcms-site-dashboard.js
@@ -6,30 +6,30 @@ define(["exports", "../../../../lit-element/lit-element.js", "./haxcms-site-stor
});
_exports.HAXCMSSiteDashboard = void 0;
- function _templateObject3_96c0dd8022d211eaa0764d1a500fd781() {
+ function _templateObject3_51a02310243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n z-index: 1;\n display: inline-block;\n vertical-align: top;\n position: fixed;\n height: 100vh;\n width: 50vw;\n margin-left: -50vw;\n border-right: 2px solid #17271f;\n overflow: scroll;\n background-color: var(--haxcms-dashboard-bg, #37474f);\n }\n :host([dashboard-opened]) {\n margin-left: 0;\n }\n #homebutton {\n display: inline-block;\n vertical-align: top;\n margin-top: 4px;\n }\n #homebutton paper-icon-button {\n color: #ffffff;\n --paper-icon-button-ink-color: var(--haxcms-color, #ffffff);\n background-color: #000000;\n height: 48px;\n width: 48px;\n padding: 8px;\n border-radius: 50%;\n }\n #homebutton paper-icon-button:hover,\n #homebutton paper-icon-button:active,\n #homebutton paper-icon-button:focus {\n background-color: var(--haxcms-color, #ffffff);\n }\n .buttons {\n border: 1px solid #aaaaaa;\n background-color: var(--simple-modal-titlebar-background, #000000);\n color: var(--simple-modal-titlebar-color, #ffffff);\n position: absolute;\n bottom: 0;\n left: 0;\n right: 0;\n display: flex;\n }\n .buttons paper-button {\n color: #ffffff;\n background-color: #000000;\n font-weight: bold;\n text-transform: none;\n border-radius: 0;\n border: none;\n border-right: 1px solid white;\n margin: 0;\n }\n #save {\n background-color: var(--haxcms-system-action-color);\n }\n #cancel {\n background-color: var(--haxcms-system-danger-color);\n }\n #save:active,\n #save:focus,\n #save:hover,\n #cancel:active,\n #cancel:focus,\n #cancel:hover {\n background-color: var(--haxcms-color);\n }\n .buttons paper-button:active,\n .buttons paper-button:focus,\n .buttons paper-button:hover {\n color: #ffffff;\n }\n .title {\n color: white;\n font-size: 24px;\n margin: 0 0 0 16px;\n padding: 0;\n display: inline-flex;\n }\n @media screen and (max-width: 600px) {\n :host {\n width: 90vw;\n margin-left: -90vw;\n }\n .title {\n font-size: 14px;\n margin: 0;\n }\n .toptext {\n font-size: 11px;\n }\n #homebutton paper-icon-button {\n height: 36px;\n width: 36px;\n padding: 4px;\n }\n }\n paper-button {\n background-color: white;\n color: black;\n }\n .publishlink {\n color: white;\n }\n .title-wrapper {\n padding: 0 16px;\n }\n .toptext {\n padding: 0;\n margin: 0;\n font-size: 12px;\n font-style: italic;\n display: inline-flex;\n }\n .fields-wrapper {\n height: auto;\n background-color: white;\n }\n #siteform {\n --a11y-tabs-height: 80vh;\n --a11y-tabs-tab-height: 75vh;\n --a11y-tabs-tab-overflow: scroll;\n --primary-color: var(--haxcms-color, #000000);\n --paper-input-container-focus-color: var(--haxcms-color, #000000);\n --eco-json-form-add-color: var(--haxcms-color, #000000);\n --eco-json-form-faded-color: var(--haxcms-color, #000000);\n --lumo-primary-text-color: var(--haxcms-color, #000000);\n --a11y-tabs-color: var(--haxcms-color, #000000);\n --a11y-tabs-focus-color: var(--haxcms-color, #000000);\n }\n "]);
- _templateObject3_96c0dd8022d211eaa0764d1a500fd781 = function _templateObject3_96c0dd8022d211eaa0764d1a500fd781() {
+ _templateObject3_51a02310243411ea86f395335a802507 = function _templateObject3_51a02310243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_96c0dd8022d211eaa0764d1a500fd781() {
+ function _templateObject2_51a02310243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n Published version\n \n \n "]);
- _templateObject2_96c0dd8022d211eaa0764d1a500fd781 = function _templateObject2_96c0dd8022d211eaa0764d1a500fd781() {
+ _templateObject2_51a02310243411ea86f395335a802507 = function _templateObject2_51a02310243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_96c0dd8022d211eaa0764d1a500fd781() {
+ function _templateObject_51a02310243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n
\n \n \n
\n Back to site list\n \n
", " settings \n ", "\n
\n \n \n
\n \n "]);
- _templateObject_96c0dd8022d211eaa0764d1a500fd781 = function _templateObject_96c0dd8022d211eaa0764d1a500fd781() {
+ _templateObject_51a02310243411ea86f395335a802507 = function _templateObject_51a02310243411ea86f395335a802507() {
return data;
};
@@ -83,7 +83,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "./haxcms-site-stor
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_96c0dd8022d211eaa0764d1a500fd781(), this.manifest.title, (0, _utils.varExists)(this.manifest, "metadata.site.static.publishedLocation") ? (0, _litElement.html)(_templateObject2_96c0dd8022d211eaa0764d1a500fd781(), (0, _utils.varGet)(this.manifest, "metadata.site.static.publishedLocation", "#")) : "", this.headers, this.body, this.loadEndpoint, this.method, this._lastErrorChanged, this._saveSiteFieldsTap, this._cancel);
+ return (0, _litElement.html)(_templateObject_51a02310243411ea86f395335a802507(), this.manifest.title, (0, _utils.varExists)(this.manifest, "metadata.site.static.publishedLocation") ? (0, _litElement.html)(_templateObject2_51a02310243411ea86f395335a802507(), (0, _utils.varGet)(this.manifest, "metadata.site.static.publishedLocation", "#")) : "", this.headers, this.body, this.loadEndpoint, this.method, this._lastErrorChanged, this._saveSiteFieldsTap, this._cancel);
}
}, {
key: "_lastErrorChanged",
@@ -166,7 +166,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "./haxcms-site-stor
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject3_96c0dd8022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject3_51a02310243411ea86f395335a802507())];
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/haxcms-site-editor-ui.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/haxcms-site-editor-ui.js
index 2a95c216bb0..2b10575e052 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/haxcms-site-editor-ui.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/haxcms-site-editor-ui.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../../lit-element/lit-element.js", "./haxcm
_exports.HAXCMSSiteEditorUI = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_96cb3dc022d211eaa0764d1a500fd781() {
+ function _templateObject2_51ac09f0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n \n \n ", " \n Cancel editing \n ", " \n Edit page details \n Delete this page \n Add new page \n Organize site content \n ", " \n "]);
- _templateObject2_96cb3dc022d211eaa0764d1a500fd781 = function _templateObject2_96cb3dc022d211eaa0764d1a500fd781() {
+ _templateObject2_51ac09f0243411ea86f395335a802507 = function _templateObject2_51ac09f0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_96cb3dc022d211eaa0764d1a500fd781() {
+ function _templateObject_51ac09f0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host *:not(:defined) {\n display: none;\n }\n :host {\n display: block;\n position: fixed;\n left: 0;\n top: 0;\n bottom: 0;\n background-color: var(--haxcms-system-bg, #37474f);\n z-index: 10000;\n border-right: 2px solid black;\n visibility: visible;\n }\n :host([edit-mode]) {\n z-index: 9999;\n }\n :host([dashboard-opened]) {\n left: 50vw;\n }\n @media screen and (max-width: 600px) {\n :host([dashboard-opened]) {\n left: 90vw;\n }\n }\n /**\n * Dashboard open trumps all contextual settings\n */\n :host([dashboard-opened]) #editbutton,\n :host([dashboard-opened]) #editdetails,\n :host([dashboard-opened]) #deletebutton,\n :host([dashboard-opened]) #addbutton,\n :host([dashboard-opened]) #outlinebutton {\n display: none !important;\n }\n :host *[hidden] {\n display: none;\n }\n paper-fab:not(:defined),\n paper-tooltip:not(:defined),\n paper-icon-button:not(:defined) {\n display: none !important;\n }\n paper-avatar {\n width: 48px;\n height: 48px;\n line-height: 20px;\n padding: 12px;\n }\n paper-fab {\n display: block;\n width: 48px;\n height: 48px;\n line-height: 20px;\n background-color: black;\n color: #ffffff;\n transition: 0.3s all ease-in-out;\n padding: 12px;\n margin: 0;\n position: relative;\n box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14),\n 0 3px 14px 2px rgba(0, 0, 0, 0.12),\n 0 5px 5px -3px rgba(0, 0, 0, 0.4);\n }\n :host([painting]) {\n opacity: 0;\n visibility: hidden;\n }\n paper-icon-button {\n display: block;\n padding: 8px;\n width: 48px;\n min-width: 48px;\n height: 48px;\n border-radius: 50%;\n margin: 0px;\n background-color: black;\n color: #ffffff;\n transition: 0.3s all ease-in-out;\n box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14),\n 0 3px 14px 2px rgba(0, 0, 0, 0.12),\n 0 5px 5px -3px rgba(0, 0, 0, 0.4);\n }\n paper-fab:hover,\n paper-fab:focus,\n paper-fab:active,\n paper-icon-button:hover,\n paper-icon-button:focus,\n paper-icon-button:active {\n background-color: var(--haxcms-color, blue);\n color: #ffffff;\n }\n #cancelbutton {\n background-color: var(--haxcms-system-danger-color);\n }\n #editbutton,\n #editdetails,\n #deletebutton {\n visibility: hidden;\n opacity: 0;\n }\n :host([page-allowed]) #editbutton,\n :host([page-allowed]) #editdetails,\n :host([page-allowed]) #deletebutton {\n visibility: visible;\n opacity: 1;\n }\n :host([edit-mode]) #editbutton {\n color: white;\n background-color: var(--haxcms-system-action-color, blue) !important;\n }\n :host([edit-mode]) #manifestbutton,\n :host([edit-mode]) #editdetails,\n :host([edit-mode]) #deletebutton,\n :host([edit-mode]) #addbutton,\n :host([edit-mode]) #outlinebutton {\n display: none !important;\n }\n\n :host(:hover),\n :host(:active),\n :host(:focus) {\n opacity: 1;\n }\n paper-tooltip {\n --paper-tooltip-background: #000000;\n --paper-tooltip-opacity: 1;\n --paper-tooltip-text-color: #ffffff;\n --paper-tooltip-delay-in: 0;\n --paper-tooltip-duration-in: 200ms;\n --paper-tooltip-duration-out: 0;\n }\n "]);
- _templateObject_96cb3dc022d211eaa0764d1a500fd781 = function _templateObject_96cb3dc022d211eaa0764d1a500fd781() {
+ _templateObject_51ac09f0243411ea86f395335a802507 = function _templateObject_51ac09f0243411ea86f395335a802507() {
return data;
};
@@ -41,7 +41,7 @@ define(["exports", "require", "../../../../lit-element/lit-element.js", "./haxcm
babelHelpers.createClass(HAXCMSSiteEditorUI, null, [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject_96cb3dc022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_51ac09f0243411ea86f395335a802507())];
}
/**
* Store the tag name to make it easier to obtain directly.
@@ -110,7 +110,7 @@ define(["exports", "require", "../../../../lit-element/lit-element.js", "./haxcm
babelHelpers.createClass(HAXCMSSiteEditorUI, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_96cb3dc022d211eaa0764d1a500fd781(), this.userName, this.userPicture, this.__editIcon, this._editButtonTap, this.__editText, this._cancelButtonTap, !this.editMode, this._editDetailsButtonTap, this._addButtonTap, this._deleteButtonTap, this._outlineButtonTap, this.icon, this._manifestButtonTap, this.__settingsText, this.userName, this.__editText, this.__settingsText);
+ return (0, _litElement.html)(_templateObject2_51ac09f0243411ea86f395335a802507(), this.userName, this.userPicture, this.__editIcon, this._editButtonTap, this.__editText, this._cancelButtonTap, !this.editMode, this._editDetailsButtonTap, this._addButtonTap, this._deleteButtonTap, this._outlineButtonTap, this.icon, this._manifestButtonTap, this.__settingsText, this.userName, this.__editText, this.__settingsText);
}
}, {
key: "firstUpdated",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/haxcms-site-editor.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/haxcms-site-editor.js
index 366404ea200..61b9bdec8e1 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/haxcms-site-editor.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/haxcms-site-editor.js
@@ -6,10 +6,10 @@ define(["exports", "../../../../lit-element/lit-element.js", "./haxcms-site-stor
});
_exports.HAXCMSSiteEditor = void 0;
- function _templateObject_96dc7bd022d211eaa0764d1a500fd781() {
+ function _templateObject_51bf1cc0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_96dc7bd022d211eaa0764d1a500fd781 = function _templateObject_96dc7bd022d211eaa0764d1a500fd781() {
+ _templateObject_51bf1cc0243411ea86f395335a802507 = function _templateObject_51bf1cc0243411ea86f395335a802507() {
return data;
};
@@ -52,7 +52,7 @@ define(["exports", "../../../../lit-element/lit-element.js", "./haxcms-site-stor
babelHelpers.createClass(HAXCMSSiteEditor, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_96dc7bd022d211eaa0764d1a500fd781(), this.jwt, this.saveNodePath, this.method, this._handleNodeResponse, this.lastErrorChanged, this.jwt, this.saveOutlinePath, this.method, this._handleOutlineResponse, this.lastErrorChanged, this.jwt, this.saveManifestPath, this.method, this._handleManifestResponse, this.lastErrorChanged, this.jwt, this.publishing, this.loadingChanged, this.publishSitePath, this.method, this._handlePublishResponse, this.lastErrorChanged, this.jwt, this.revertSitePath, this.method, this._handleRevertResponse, this.lastErrorChanged, this.jwt, this.syncSitePath, this.method, this._handleSyncResponse, this.lastErrorChanged, this.jwt, this.createNodePath, this.method, this._handleCreateResponse, this.lastErrorChanged, this.__createNodeResponseChanged, this.jwt, this.deleteNodePath, this.method, this._handleDeleteResponse, this.lastErrorChanged, this.__deleteNodeResponseChanged, this.jwt, this.getNodeFieldsPath, this.method, this._handleGetNodeFieldsResponse, this.lastErrorChanged, this.jwt, this.getUserDataPath, this.method, this._handleUserDataResponse, this.lastErrorChanged);
+ return (0, _litElement.html)(_templateObject_51bf1cc0243411ea86f395335a802507(), this.jwt, this.saveNodePath, this.method, this._handleNodeResponse, this.lastErrorChanged, this.jwt, this.saveOutlinePath, this.method, this._handleOutlineResponse, this.lastErrorChanged, this.jwt, this.saveManifestPath, this.method, this._handleManifestResponse, this.lastErrorChanged, this.jwt, this.publishing, this.loadingChanged, this.publishSitePath, this.method, this._handlePublishResponse, this.lastErrorChanged, this.jwt, this.revertSitePath, this.method, this._handleRevertResponse, this.lastErrorChanged, this.jwt, this.syncSitePath, this.method, this._handleSyncResponse, this.lastErrorChanged, this.jwt, this.createNodePath, this.method, this._handleCreateResponse, this.lastErrorChanged, this.__createNodeResponseChanged, this.jwt, this.deleteNodePath, this.method, this._handleDeleteResponse, this.lastErrorChanged, this.__deleteNodeResponseChanged, this.jwt, this.getNodeFieldsPath, this.method, this._handleGetNodeFieldsResponse, this.lastErrorChanged, this.jwt, this.getUserDataPath, this.method, this._handleUserDataResponse, this.lastErrorChanged);
}
}, {
key: "__deleteNodeResponseChanged",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/site-list/haxcms-site-listing.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/site-list/haxcms-site-listing.js
index 7aa6e6b14bb..2266d98ca4a 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/site-list/haxcms-site-listing.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/site-list/haxcms-site-listing.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../../../../@polymer/polymer/polymer-element.j
_exports.HAXCMSSiteListing = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_9b9ac73022d211eaa0764d1a500fd781() {
+ function _templateObject_56a402f0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n
\n \n \n \n \n
\n \n Create \n \n
\n \n Import \n \n
\n [[title]]
\n \n
\n \n Settings \n \n
\n \n \n \n \n \n \n [[__loginText]] \n
\n \n \n \n \n \n
\n \n Publish site \n \n
\n \n Sync git \n \n
\n \n Copy site \n \n
\n \n Download zip \n \n
\n \n Archive site \n \n
\n \n Delete forever \n \n
\n \n \n\n \n \n \n \n \n \n \n [[item.title]]\n \n \n [[cleanLocation(item.location)]]\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n
\n HAXcms login \n \n \n
\n \n \n \n Forget your login? Check _config/config.php \n
\n \n
\n
\n \n \n \n \n \n \n [[site.title]] \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n "], ["\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n
\n \n \n \n \n
\n \n Create \n \n
\n \n Import \n \n
\n [[title]]
\n \n
\n \n Settings \n \n
\n \n \n \n \n \n \n [[__loginText]] \n
\n \n \n \n \n \n
\n \n Publish site \n \n
\n \n Sync git \n \n
\n \n Copy site \n \n
\n \n Download zip \n \n
\n \n Archive site \n \n
\n \n Delete forever \n \n
\n \n \n\n \n \n \n \n \n \n \n [[item.title]]\n \n \n [[cleanLocation(item.location)]]\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n
\n HAXcms login \n \n \n
\n \n \n \n Forget your login? Check _config/config.php \n
\n \n
\n
\n \n \n \n \n \n \n [[site.title]] \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_9b9ac73022d211eaa0764d1a500fd781 = function _templateObject_9b9ac73022d211eaa0764d1a500fd781() {
+ _templateObject_56a402f0243411ea86f395335a802507 = function _templateObject_56a402f0243411ea86f395335a802507() {
return data;
};
@@ -1136,7 +1136,7 @@ define(["exports", "require", "../../../../../@polymer/polymer/polymer-element.j
}, {
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9b9ac73022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_56a402f0243411ea86f395335a802507());
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/site-list/site-login.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/site-list/site-login.js
index 7e3d9de2d3c..968fdf77320 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/site-list/site-login.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/site-list/site-login.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
_exports.SiteLogin = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_9b9ff75022d211eaa0764d1a500fd781() {
+ function _templateObject2_56a98130243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n "]);
- _templateObject2_9b9ff75022d211eaa0764d1a500fd781 = function _templateObject2_9b9ff75022d211eaa0764d1a500fd781() {
+ _templateObject2_56a98130243411ea86f395335a802507 = function _templateObject2_56a98130243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9b9ff75022d211eaa0764d1a500fd781() {
+ function _templateObject_56a98130243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n #loginform {\n width: 450px;\n height: 450px;\n background: var(--login-form-background-color, white);\n box-shadow: 0 12px 16px 1px rgba(0, 0, 0, 0.14),\n 0 4px 22px 3px rgba(0, 0, 0, 0.12),\n 0 6px 7px -4px rgba(0, 0, 0, 0.4);\n }\n #loginformcontent {\n padding: 48px;\n }\n #loginformcontent > * {\n margin-top: 8px;\n margin-bottom: 8px;\n }\n #loginbtn {\n margin-top: 24px;\n float: right;\n background-color: var(\n --login-btn-background-color,\n var(--paper-indigo-500)\n );\n color: var(--login-btn-text-color, white);\n }\n #loginbtn[disabled] {\n background-color: var(\n --login-btn-disabled-background-color,\n var(--paper-indigo-100)\n );\n }\n h1 {\n margin: 0;\n }\n h2 {\n margin: 0;\n }\n paper-progress {\n width: 100%;\n }\n #errormsg {\n margin-top: 16px;\n color: var(--login-error-label-color, var(--error-color));\n }\n "]);
- _templateObject_9b9ff75022d211eaa0764d1a500fd781 = function _templateObject_9b9ff75022d211eaa0764d1a500fd781() {
+ _templateObject_56a98130243411ea86f395335a802507 = function _templateObject_56a98130243411ea86f395335a802507() {
return data;
};
@@ -46,7 +46,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_9b9ff75022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_56a98130243411ea86f395335a802507())];
}
/**
* HTMLElement life cycle
@@ -80,7 +80,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
babelHelpers.createClass(SiteLogin, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_9b9ff75022d211eaa0764d1a500fd781(), !this.loading, this.title, this.subtitle, this.errorMsg, this.username, this.usernameChanged, this.loading, this.userInputLabel, this.userInputErrMsg, this.password, this.passwordChanged, this.loading, this.passwordInputLabel, this.passwordInputErrMsg, this._login, this.loading, this.loginBtnText);
+ return (0, _litElement.html)(_templateObject2_56a98130243411ea86f395335a802507(), !this.loading, this.title, this.subtitle, this.errorMsg, this.username, this.usernameChanged, this.loading, this.userInputLabel, this.userInputErrMsg, this.password, this.passwordChanged, this.loading, this.passwordInputLabel, this.passwordInputErrMsg, this._login, this.loading, this.loginBtnText);
}
}, {
key: "usernameChanged",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/themes/haxcms-basic-theme.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/themes/haxcms-basic-theme.js
index 6cdeaf1eeff..106b9a848ef 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/themes/haxcms-basic-theme.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/themes/haxcms-basic-theme.js
@@ -6,10 +6,10 @@ define(["exports", "../../../../../@polymer/polymer/polymer-element.js", "../HAX
});
_exports.HAXCMSBasicTheme = void 0;
- function _templateObject_9ba1f32022d211eaa0764d1a500fd781() {
+ function _templateObject_56ab2ee0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n "]);
- _templateObject_9ba1f32022d211eaa0764d1a500fd781 = function _templateObject_9ba1f32022d211eaa0764d1a500fd781() {
+ _templateObject_56ab2ee0243411ea86f395335a802507 = function _templateObject_56ab2ee0243411ea86f395335a802507() {
return data;
};
@@ -39,7 +39,7 @@ define(["exports", "../../../../../@polymer/polymer/polymer-element.js", "../HAX
// render function
get: function get() {
var template = babelHelpers.get(babelHelpers.getPrototypeOf(HAXCMSBasicTheme), "template", this);
- return (0, _polymerElement.html)(_templateObject_9ba1f32022d211eaa0764d1a500fd781(), template);
+ return (0, _polymerElement.html)(_templateObject_56ab2ee0243411ea86f395335a802507(), template);
}
}]);
return HAXCMSBasicTheme;
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/themes/haxcms-legacy-player.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/themes/haxcms-legacy-player.js
index a2ea40bad57..031a053af64 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/themes/haxcms-legacy-player.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/themes/haxcms-legacy-player.js
@@ -8,10 +8,10 @@ define(["exports", "meta", "require", "../../../../../@polymer/polymer/polymer-e
meta = babelHelpers.interopRequireWildcard(meta);
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_9baec46022d211eaa0764d1a500fd781() {
+ function _templateObject_56b84e40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n [[manifest.title]] \n \n \n \n \n \n \n [[activeItem.title]]\n
\n
\n \n \n \n \n \n \n \n \n "]);
- _templateObject_9baec46022d211eaa0764d1a500fd781 = function _templateObject_9baec46022d211eaa0764d1a500fd781() {
+ _templateObject_56b84e40243411ea86f395335a802507 = function _templateObject_56b84e40243411ea86f395335a802507() {
return data;
};
@@ -103,7 +103,7 @@ define(["exports", "meta", "require", "../../../../../@polymer/polymer/polymer-e
}, {
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9baec46022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_56b84e40243411ea86f395335a802507());
}
}]);
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/themes/haxcms-minimalist-theme.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/themes/haxcms-minimalist-theme.js
index 1532fbb03bc..e93c8e9decd 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/themes/haxcms-minimalist-theme.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/themes/haxcms-minimalist-theme.js
@@ -6,10 +6,10 @@ define(["exports", "../../../../../@polymer/polymer/polymer-element.js", "../HAX
});
_exports.HAXCMSMinimalistTheme = void 0;
- function _templateObject_9bb5a23022d211eaa0764d1a500fd781() {
+ function _templateObject_56ba4a10243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n "]);
- _templateObject_9bb5a23022d211eaa0764d1a500fd781 = function _templateObject_9bb5a23022d211eaa0764d1a500fd781() {
+ _templateObject_56ba4a10243411ea86f395335a802507 = function _templateObject_56ba4a10243411ea86f395335a802507() {
return data;
};
@@ -39,7 +39,7 @@ define(["exports", "../../../../../@polymer/polymer/polymer-element.js", "../HAX
// render function
get: function get() {
var template = babelHelpers.get(babelHelpers.getPrototypeOf(HAXCMSMinimalistTheme), "template", this);
- return (0, _polymerElement.html)(_templateObject_9bb5a23022d211eaa0764d1a500fd781(), template);
+ return (0, _polymerElement.html)(_templateObject_56ba4a10243411ea86f395335a802507(), template);
}
}]);
return HAXCMSMinimalistTheme;
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/themes/haxcms-slide-theme.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/themes/haxcms-slide-theme.js
index 1291f709054..b1c39489d4c 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/themes/haxcms-slide-theme.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/themes/haxcms-slide-theme.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../../../../@polymer/polymer/polymer-element.j
_exports.HAXCMSSlideTheme = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_9bb3a66022d211eaa0764d1a500fd781() {
+ function _templateObject_56bfef60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n
\n
\n
\n [[activeManifestIndexCounter]] / [[manifestLength]]\n
\n
\n
\n
\n \n \n \n \n \n
\n
\n "]);
- _templateObject_9bb3a66022d211eaa0764d1a500fd781 = function _templateObject_9bb3a66022d211eaa0764d1a500fd781() {
+ _templateObject_56bfef60243411ea86f395335a802507 = function _templateObject_56bfef60243411ea86f395335a802507() {
return data;
};
@@ -112,7 +112,7 @@ define(["exports", "require", "../../../../../@polymer/polymer/polymer-element.j
}, {
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9bb3a66022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_56bfef60243411ea86f395335a802507());
}
}]);
return HAXCMSSlideTheme;
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/themes/haxcms-user-theme.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/themes/haxcms-user-theme.js
index cd306e8e2fe..6cc87ee4534 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/themes/haxcms-user-theme.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/core/themes/haxcms-user-theme.js
@@ -6,10 +6,10 @@ define(["exports", "../../../../../@polymer/polymer/polymer-element.js", "../HAX
});
_exports.HAXCMSUserTheme = void 0;
- function _templateObject_9bbb478022d211eaa0764d1a500fd781() {
+ function _templateObject_56c51f80243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject_9bbb478022d211eaa0764d1a500fd781 = function _templateObject_9bbb478022d211eaa0764d1a500fd781() {
+ _templateObject_56c51f80243411ea86f395335a802507 = function _templateObject_56c51f80243411ea86f395335a802507() {
return data;
};
@@ -189,7 +189,7 @@ define(["exports", "../../../../../@polymer/polymer/polymer-element.js", "../HAX
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9bbb478022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_56c51f80243411ea86f395335a802507());
}
}]);
return HAXCMSUserTheme;
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/development/haxcms-dev-theme.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/development/haxcms-dev-theme.js
index 0ad947b6205..134d5db6bf2 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/development/haxcms-dev-theme.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/development/haxcms-dev-theme.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../../../@polymer/polymer/polymer-element.js",
_exports.HAXCMSDevTheme = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_9697839022d211eaa0764d1a500fd781() {
+ function _templateObject_51d2a4c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n HAXCMS DEVELOPMENT THEME \n \n \n \n
title: [[manifest.title]] \n
description: [[manifest.description]]
\n
\n icon:\n \n
\n
\n image:\n
\n
\n
\n \n
\n
ACTIVE ITEM \n
\n
\n
\n \n \n \n
\n \n
description: [[item.description]]
\n
location: [[item.location]]
\n
changed: [[item.metadata.updated]]
\n
\n \n \n
\n \n \n \n "]);
- _templateObject_9697839022d211eaa0764d1a500fd781 = function _templateObject_9697839022d211eaa0764d1a500fd781() {
+ _templateObject_51d2a4c0243411ea86f395335a802507 = function _templateObject_51d2a4c0243411ea86f395335a802507() {
return data;
};
@@ -109,7 +109,7 @@ define(["exports", "require", "../../../../@polymer/polymer/polymer-element.js",
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9697839022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_51d2a4c0243411ea86f395335a802507());
}
}]);
return HAXCMSDevTheme;
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/development/haxcms-theme-developer.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/development/haxcms-theme-developer.js
index 93faf305c9a..dcf6b2962b4 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/development/haxcms-theme-developer.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/development/haxcms-theme-developer.js
@@ -6,10 +6,10 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js", "../core/H
});
_exports.HAXCMSThemeDeveloper = void 0;
- function _templateObject_969cdac022d211eaa0764d1a500fd781() {
+ function _templateObject_51d90d60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject_969cdac022d211eaa0764d1a500fd781 = function _templateObject_969cdac022d211eaa0764d1a500fd781() {
+ _templateObject_51d90d60243411ea86f395335a802507 = function _templateObject_51d90d60243411ea86f395335a802507() {
return data;
};
@@ -309,7 +309,7 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js", "../core/H
}, {
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_969cdac022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_51d90d60243411ea86f395335a802507());
}
}]);
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/active-item/site-active-title.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/active-item/site-active-title.js
index d924c22267b..15340b75eb5 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/active-item/site-active-title.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/active-item/site-active-title.js
@@ -6,20 +6,20 @@ define(["exports", "../../../../../lit-element/lit-element.js", "../../core/haxc
});
_exports.SiteActiveTitle = void 0;
- function _templateObject2_9bbf3f2022d211eaa0764d1a500fd781() {
+ function _templateObject2_56cb8820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n transition: 0.2s opacity linear;\n opacity: 1;\n }\n :host([edit-mode]) {\n opacity: 0.2;\n }\n h2 {\n text-rendering: optimizelegibility;\n font-family: sans-serif;\n color: var(--site-active-title-color, #383f45);\n }\n "]);
- _templateObject2_9bbf3f2022d211eaa0764d1a500fd781 = function _templateObject2_9bbf3f2022d211eaa0764d1a500fd781() {
+ _templateObject2_56cb8820243411ea86f395335a802507 = function _templateObject2_56cb8820243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9bbf3f2022d211eaa0764d1a500fd781() {
+ function _templateObject_56cb8820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n ", " \n "]);
- _templateObject_9bbf3f2022d211eaa0764d1a500fd781 = function _templateObject_9bbf3f2022d211eaa0764d1a500fd781() {
+ _templateObject_56cb8820243411ea86f395335a802507 = function _templateObject_56cb8820243411ea86f395335a802507() {
return data;
};
@@ -44,7 +44,7 @@ define(["exports", "../../../../../lit-element/lit-element.js", "../../core/haxc
* LitElement
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_9bbf3f2022d211eaa0764d1a500fd781(), this.__title);
+ return (0, _litElement.html)(_templateObject_56cb8820243411ea86f395335a802507(), this.__title);
}
/**
* LitElement life cycle - property changed
@@ -105,7 +105,7 @@ define(["exports", "../../../../../lit-element/lit-element.js", "../../core/haxc
* LitElement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_9bbf3f2022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_56cb8820243411ea86f395335a802507())];
}
/**
* Store the tag name to make it easier to obtain directly.
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/active-item/site-git-corner.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/active-item/site-git-corner.js
index 792e7de934e..a6f6f15ba0e 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/active-item/site-git-corner.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/active-item/site-git-corner.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
_exports.SiteGitCorner = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_9bc559a022d211eaa0764d1a500fd781() {
+ function _templateObject2_56cebc70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n float: var(--site-git-corner-float);\n }\n :host([direction=\"right\"]) {\n float: right;\n }\n :host([direction=\"left\"]) {\n float: left;\n }\n "]);
- _templateObject2_9bc559a022d211eaa0764d1a500fd781 = function _templateObject2_9bc559a022d211eaa0764d1a500fd781() {
+ _templateObject2_56cebc70243411ea86f395335a802507 = function _templateObject2_56cebc70243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9bc559a022d211eaa0764d1a500fd781() {
+ function _templateObject_56cebc70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_9bc559a022d211eaa0764d1a500fd781 = function _templateObject_9bc559a022d211eaa0764d1a500fd781() {
+ _templateObject_56cebc70243411ea86f395335a802507 = function _templateObject_56cebc70243411ea86f395335a802507() {
return data;
};
@@ -34,7 +34,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
babelHelpers.createClass(SiteGitCorner, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_9bc559a022d211eaa0764d1a500fd781(), this.alt, this.activeGitFileLink);
+ return (0, _litElement.html)(_templateObject_56cebc70243411ea86f395335a802507(), this.alt, this.activeGitFileLink);
}
}], [{
key: "tag",
@@ -44,7 +44,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
}, {
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_9bc559a022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_56cebc70243411ea86f395335a802507())];
}
}]);
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/active-item/site-render-item.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/active-item/site-render-item.js
index 3448c259a55..c2f247b111f 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/active-item/site-render-item.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/active-item/site-render-item.js
@@ -8,10 +8,10 @@ define(["exports", "meta", "require", "../../../../../@polymer/polymer/polymer-e
meta = babelHelpers.interopRequireWildcard(meta);
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_9bcad7e022d211eaa0764d1a500fd781() {
+ function _templateObject_56d4afe0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_9bcad7e022d211eaa0764d1a500fd781 = function _templateObject_9bcad7e022d211eaa0764d1a500fd781() {
+ _templateObject_56d4afe0243411ea86f395335a802507 = function _templateObject_56d4afe0243411ea86f395335a802507() {
return data;
};
@@ -149,7 +149,7 @@ define(["exports", "meta", "require", "../../../../../@polymer/polymer/polymer-e
}, {
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9bcad7e022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_56d4afe0243411ea86f395335a802507());
}
/**
* Props
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/active-item/site-share-widget.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/active-item/site-share-widget.js
index 010ac30433b..0a62447134e 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/active-item/site-share-widget.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/active-item/site-share-widget.js
@@ -6,20 +6,20 @@ define(["exports", "../../../../../lit-element/lit-element.js", "../../core/haxc
});
_exports.SiteShareWidget = void 0;
- function _templateObject2_9bcf44b022d211eaa0764d1a500fd781() {
+ function _templateObject2_56d8a780243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n paper-icon-button {\n color: #ffffff;\n background-color: var(--site-share-widget-bg);\n padding: 8px;\n margin: 0 0 0 4px;\n border-radius: 50%;\n }\n web-social-share {\n --web-social-share-zindex: 10000;\n }\n iron-icon {\n display: block;\n color: var(--haxcms-color, #000000);\n }\n iron-icon:hover {\n display: block;\n color: #ffffff;\n background-color: var(--haxcms-color, #000000);\n }\n "]);
- _templateObject2_9bcf44b022d211eaa0764d1a500fd781 = function _templateObject2_9bcf44b022d211eaa0764d1a500fd781() {
+ _templateObject2_56d8a780243411ea86f395335a802507 = function _templateObject2_56d8a780243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9bcf44b022d211eaa0764d1a500fd781() {
+ function _templateObject_56d8a780243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_9bcf44b022d211eaa0764d1a500fd781 = function _templateObject_9bcf44b022d211eaa0764d1a500fd781() {
+ _templateObject_56d8a780243411ea86f395335a802507 = function _templateObject_56d8a780243411ea86f395335a802507() {
return data;
};
@@ -42,7 +42,7 @@ define(["exports", "../../../../../lit-element/lit-element.js", "../../core/haxc
babelHelpers.createClass(SiteShareWidget, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_9bcf44b022d211eaa0764d1a500fd781(), this.click, this.alt, this.icon);
+ return (0, _litElement.html)(_templateObject_56d8a780243411ea86f395335a802507(), this.click, this.alt, this.icon);
}
}], [{
key: "tag",
@@ -52,7 +52,7 @@ define(["exports", "../../../../../lit-element/lit-element.js", "../../core/haxc
}, {
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_9bcf44b022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_56d8a780243411ea86f395335a802507())];
}
}]);
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/blocks/site-children-block.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/blocks/site-children-block.js
index 6ce53ea2873..5f3d8de1a33 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/blocks/site-children-block.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/blocks/site-children-block.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../../../../@polymer/polymer/polymer-element.j
_exports.SiteChildrenBlock = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_9bd3d89022d211eaa0764d1a500fd781() {
+ function _templateObject_5736f420243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject_9bd3d89022d211eaa0764d1a500fd781 = function _templateObject_9bd3d89022d211eaa0764d1a500fd781() {
+ _templateObject_5736f420243411ea86f395335a802507 = function _templateObject_5736f420243411ea86f395335a802507() {
return data;
};
@@ -145,7 +145,7 @@ define(["exports", "require", "../../../../../@polymer/polymer/polymer-element.j
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9bd3d89022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_5736f420243411ea86f395335a802507());
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/blocks/site-outline-block.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/blocks/site-outline-block.js
index 3ea78b06652..ee8a5c12191 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/blocks/site-outline-block.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/blocks/site-outline-block.js
@@ -6,10 +6,10 @@ define(["exports", "../../../../../@polymer/polymer/polymer-element.js", "../../
});
_exports.SiteOutlineBlock = void 0;
- function _templateObject_9bd908b022d211eaa0764d1a500fd781() {
+ function _templateObject_574c29d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n
\n
\n \n \n \n \n
\n
\n
\n "]);
- _templateObject_9bd908b022d211eaa0764d1a500fd781 = function _templateObject_9bd908b022d211eaa0764d1a500fd781() {
+ _templateObject_574c29d0243411ea86f395335a802507 = function _templateObject_574c29d0243411ea86f395335a802507() {
return data;
};
@@ -149,7 +149,7 @@ define(["exports", "../../../../../@polymer/polymer/polymer-element.js", "../../
}, {
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9bd908b022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_574c29d0243411ea86f395335a802507());
}
/**
* Props
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/blocks/site-recent-content-block.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/blocks/site-recent-content-block.js
index 560fd3cfd9b..ab0ca10ee1e 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/blocks/site-recent-content-block.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/blocks/site-recent-content-block.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../../../../@polymer/polymer/polymer-element.j
_exports.SiteRecentContentBlock = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_9bdcd94022d211eaa0764d1a500fd781() {
+ function _templateObject_575159f0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n \n \n "], ["\n \n \n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_9bdcd94022d211eaa0764d1a500fd781 = function _templateObject_9bdcd94022d211eaa0764d1a500fd781() {
+ _templateObject_575159f0243411ea86f395335a802507 = function _templateObject_575159f0243411ea86f395335a802507() {
return data;
};
@@ -116,7 +116,7 @@ define(["exports", "require", "../../../../../@polymer/polymer/polymer-element.j
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9bdcd94022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_575159f0243411ea86f395335a802507());
}
/**
* Props
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/layout/site-drawer.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/layout/site-drawer.js
index 899028159e0..9be67ba25e4 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/layout/site-drawer.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/layout/site-drawer.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
_exports.SiteDrawer = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_9bdfe68022d211eaa0764d1a500fd781() {
+ function _templateObject2_5753caf0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n
\n \n "]);
- _templateObject2_9bdfe68022d211eaa0764d1a500fd781 = function _templateObject2_9bdfe68022d211eaa0764d1a500fd781() {
+ _templateObject2_5753caf0243411ea86f395335a802507 = function _templateObject2_5753caf0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9bdfe68022d211eaa0764d1a500fd781() {
+ function _templateObject_5753caf0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n .drawer-contents {\n height: 100%;\n overflow-y: auto;\n padding: 16px;\n }\n paper-icon-button {\n color: var(--site-drawer-button-color, #ffffff);\n }\n "]);
- _templateObject_9bdfe68022d211eaa0764d1a500fd781 = function _templateObject_9bdfe68022d211eaa0764d1a500fd781() {
+ _templateObject_5753caf0243411ea86f395335a802507 = function _templateObject_5753caf0243411ea86f395335a802507() {
return data;
};
@@ -45,7 +45,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_9bdfe68022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_5753caf0243411ea86f395335a802507())];
}
/**
* HTMLElement
@@ -76,7 +76,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
babelHelpers.createClass(SiteDrawer, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_9bdfe68022d211eaa0764d1a500fd781(), this.icon, this.toggle, this.align);
+ return (0, _litElement.html)(_templateObject2_5753caf0243411ea86f395335a802507(), this.icon, this.toggle, this.align);
}
}, {
key: "toggle",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/layout/site-footer.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/layout/site-footer.js
index 1ce51bf3d2a..5394629036c 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/layout/site-footer.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/layout/site-footer.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
_exports.SiteFooter = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_9be341e022d211eaa0764d1a500fd781() {
+ function _templateObject2_57572650243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n
\n "]);
- _templateObject2_9be341e022d211eaa0764d1a500fd781 = function _templateObject2_9be341e022d211eaa0764d1a500fd781() {
+ _templateObject2_57572650243411ea86f395335a802507 = function _templateObject2_57572650243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9be341e022d211eaa0764d1a500fd781() {
+ function _templateObject_57572650243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n transition: 0.2s opacity linear;\n opacity: 1;\n }\n :host([edit-mode]) {\n opacity: 0.2;\n pointer-events: none;\n }\n "]);
- _templateObject_9be341e022d211eaa0764d1a500fd781 = function _templateObject_9be341e022d211eaa0764d1a500fd781() {
+ _templateObject_57572650243411ea86f395335a802507 = function _templateObject_57572650243411ea86f395335a802507() {
return data;
};
@@ -42,7 +42,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
babelHelpers.createClass(SiteFooter, null, [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject_9be341e022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_57572650243411ea86f395335a802507())];
}
/**
* Store the tag name to make it easier to obtain directly.
@@ -71,7 +71,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
babelHelpers.createClass(SiteFooter, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_9be341e022d211eaa0764d1a500fd781(), this.siteTitle, this.manifest.author, this.manifest.domain, this.manifest.license);
+ return (0, _litElement.html)(_templateObject2_57572650243411ea86f395335a802507(), this.siteTitle, this.manifest.author, this.manifest.domain, this.manifest.license);
}
}, {
key: "connectedCallback",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/layout/site-modal.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/layout/site-modal.js
index fc194cc929f..4db05cfa542 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/layout/site-modal.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/layout/site-modal.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
_exports.SiteModal = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_9be64f2022d211eaa0764d1a500fd781() {
+ function _templateObject2_575a5aa0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n ", "\n \n \n
\n \n "]);
- _templateObject2_9be64f2022d211eaa0764d1a500fd781 = function _templateObject2_9be64f2022d211eaa0764d1a500fd781() {
+ _templateObject2_575a5aa0243411ea86f395335a802507 = function _templateObject2_575a5aa0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9be64f2022d211eaa0764d1a500fd781() {
+ function _templateObject_575a5aa0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n paper-icon-button {\n color: var(--site-modal-icon-color);\n }\n "]);
- _templateObject_9be64f2022d211eaa0764d1a500fd781 = function _templateObject_9be64f2022d211eaa0764d1a500fd781() {
+ _templateObject_575a5aa0243411ea86f395335a802507 = function _templateObject_575a5aa0243411ea86f395335a802507() {
return data;
};
@@ -46,7 +46,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_9be64f2022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_575a5aa0243411ea86f395335a802507())];
}
/**
* Store the tag name to make it easier to obtain directly.
@@ -78,7 +78,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
babelHelpers.createClass(SiteModal, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_9be64f2022d211eaa0764d1a500fd781(), this.editMode, this.fireEvent, this.icon, this.buttonLabel, this.position, this.buttonLabel, this.title);
+ return (0, _litElement.html)(_templateObject2_575a5aa0243411ea86f395335a802507(), this.editMode, this.fireEvent, this.icon, this.buttonLabel, this.position, this.buttonLabel, this.title);
}
/**
* Fire an event for things to react to above us; useful for lazy loading
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/magic/active-when-visible.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/magic/active-when-visible.js
index 4e55cb42a6a..e0d48c34349 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/magic/active-when-visible.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/magic/active-when-visible.js
@@ -6,20 +6,20 @@ define(["exports", "../../../../../lit-element/lit-element.js", "../../core/haxc
});
_exports.ActiveWhenVisible = void 0;
- function _templateObject2_9bea46c022d211eaa0764d1a500fd781() {
+ function _templateObject2_575e5240243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n a {\n height: 10px;\n width: 10px;\n float: left;\n pointer-events: none;\n background-color: transparent;\n }\n "]);
- _templateObject2_9bea46c022d211eaa0764d1a500fd781 = function _templateObject2_9bea46c022d211eaa0764d1a500fd781() {
+ _templateObject2_575e5240243411ea86f395335a802507 = function _templateObject2_575e5240243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9bea46c022d211eaa0764d1a500fd781() {
+ function _templateObject_575e5240243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_9bea46c022d211eaa0764d1a500fd781 = function _templateObject_9bea46c022d211eaa0764d1a500fd781() {
+ _templateObject_575e5240243411ea86f395335a802507 = function _templateObject_575e5240243411ea86f395335a802507() {
return data;
};
@@ -42,12 +42,12 @@ define(["exports", "../../../../../lit-element/lit-element.js", "../../core/haxc
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_9bea46c022d211eaa0764d1a500fd781(), this._a, this.itemId);
+ return (0, _litElement.html)(_templateObject_575e5240243411ea86f395335a802507(), this._a, this.itemId);
}
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_9bea46c022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_575e5240243411ea86f395335a802507())];
}
/**
* Store the tag name to make it easier to obtain directly.
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/navigation/site-breadcrumb.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/navigation/site-breadcrumb.js
index aceda80a446..98d9173d11e 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/navigation/site-breadcrumb.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/navigation/site-breadcrumb.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
_exports.SiteBreadcrumb = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_9bf0132022d211eaa0764d1a500fd781() {
+ function _templateObject2_5763d080243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n
\n "]);
- _templateObject2_9bf0132022d211eaa0764d1a500fd781 = function _templateObject2_9bf0132022d211eaa0764d1a500fd781() {
+ _templateObject2_5763d080243411ea86f395335a802507 = function _templateObject2_5763d080243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9bf0132022d211eaa0764d1a500fd781() {
+ function _templateObject_5763d080243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n font-size: 16px;\n color: var(--site-breadcrumb-color, #383f45);\n }\n #space {\n height: 24px;\n line-height: 24px;\n }\n a {\n height: 24px;\n color: var(--site-breadcrumb-color, #383f45);\n display: inline-flex;\n line-height: 24px;\n padding: 0 8px 0 0;\n text-decoration: var(--site-breadcrumb-text-decoration, underline);\n }\n paper-button {\n margin: 0;\n padding: 0;\n height: 24px;\n min-width: unset;\n display: inline-flex;\n text-transform: unset;\n }\n paper-button:hover,\n paper-button:focus,\n paper-button:active {\n background-color: var(--site-breadcrumb-hover-bg, transparent);\n color: var(--site-breadcrumb-hover-color, #222222);\n }\n span {\n margin: 0;\n padding: 0 8px 0 0;\n height: 24px;\n display: inline-flex;\n }\n iron-icon {\n display: inline-flex;\n height: 24px;\n width: 24px;\n padding: 0 8px 0 0;\n color: var(--site-breadcrumb-color, #383f45);\n }\n "]);
- _templateObject_9bf0132022d211eaa0764d1a500fd781 = function _templateObject_9bf0132022d211eaa0764d1a500fd781() {
+ _templateObject_5763d080243411ea86f395335a802507 = function _templateObject_5763d080243411ea86f395335a802507() {
return data;
};
@@ -42,7 +42,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
babelHelpers.createClass(SiteBreadcrumb, null, [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject_9bf0132022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_5763d080243411ea86f395335a802507())];
}
/**
* Store the tag name to make it easier to obtain directly.
@@ -90,7 +90,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
babelHelpers.createClass(SiteBreadcrumb, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_9bf0132022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject2_5763d080243411ea86f395335a802507());
}
/**
* Notice the change and build
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/navigation/site-dot-indicator.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/navigation/site-dot-indicator.js
index 8982693874d..75c9420b8e3 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/navigation/site-dot-indicator.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/navigation/site-dot-indicator.js
@@ -6,20 +6,20 @@ define(["exports", "../../../../../lit-element/lit-element.js", "../../core/haxc
});
_exports.SiteDotIndicator = void 0;
- function _templateObject2_9bf5916022d211eaa0764d1a500fd781() {
+ function _templateObject2_576900a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_9bf5916022d211eaa0764d1a500fd781 = function _templateObject2_9bf5916022d211eaa0764d1a500fd781() {
+ _templateObject2_576900a0243411ea86f395335a802507 = function _templateObject2_576900a0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9bf5916022d211eaa0764d1a500fd781() {
+ function _templateObject_576900a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n --site-dot-indicator-color: white;\n }\n :host([sticky=\"left\"]) {\n position: fixed;\n left: 8px;\n z-index: 1000;\n top: 25vh;\n }\n :host([sticky=\"right\"]) {\n position: fixed;\n right: 8px;\n z-index: 1000;\n top: 25vh;\n }\n :host([sticky=\"left\"]) ol,\n :host([sticky=\"right\"]) ol {\n display: grid;\n }\n ol {\n padding-left: 0;\n margin-left: 0;\n }\n li {\n transition: 0.3s all ease-in-out;\n display: inline-block;\n width: 10px;\n height: 10px;\n margin: 2px;\n text-indent: -999px;\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n border: 1px solid var(--site-dot-indicator-color);\n border-radius: 10px;\n }\n a {\n width: 12px;\n height: 12px;\n display: block;\n margin: 0;\n padding: 0;\n }\n .active {\n width: 12px;\n height: 12px;\n margin: 1px;\n background-color: var(--site-dot-indicator-color);\n }\n "]);
- _templateObject_9bf5916022d211eaa0764d1a500fd781 = function _templateObject_9bf5916022d211eaa0764d1a500fd781() {
+ _templateObject_576900a0243411ea86f395335a802507 = function _templateObject_576900a0243411ea86f395335a802507() {
return data;
};
@@ -41,7 +41,7 @@ define(["exports", "../../../../../lit-element/lit-element.js", "../../core/haxc
babelHelpers.createClass(SiteDotIndicator, null, [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject_9bf5916022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_576900a0243411ea86f395335a802507())];
}
}]);
@@ -63,7 +63,7 @@ define(["exports", "../../../../../lit-element/lit-element.js", "../../core/haxc
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject2_9bf5916022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject2_576900a0243411ea86f395335a802507());
}
/**
* Props
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/navigation/site-menu-button.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/navigation/site-menu-button.js
index 94da717f6e0..b6c156e4380 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/navigation/site-menu-button.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/navigation/site-menu-button.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
_exports.SiteMenuButton = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_9c3be93022d211eaa0764d1a500fd781() {
+ function _templateObject2_57702c90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n ", "\n \n "]);
- _templateObject2_9c3be93022d211eaa0764d1a500fd781 = function _templateObject2_9c3be93022d211eaa0764d1a500fd781() {
+ _templateObject2_57702c90243411ea86f395335a802507 = function _templateObject2_57702c90243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9c3be93022d211eaa0764d1a500fd781() {
+ function _templateObject_57702c90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n font-size: 16px;\n transition: 0.3s all ease-in-out;\n }\n :host([disabled]) {\n pointer-events: none;\n opacity: 0.3;\n }\n a {\n color: var(--site-menu-button-link-color, black);\n text-decoration: underline;\n }\n paper-button {\n transition: 0.3s all ease-in-out;\n min-width: unset;\n }\n iron-icon {\n display: block;\n font-size: 16px;\n --iron-icon-width: var(--site-menu-button-icon-width, 32px);\n --iron-icon-height: var(--site-menu-button-icon-height, 32px);\n --iron-icon-fill-color: var(\n --site-menu-button-icon-fill-color,\n black\n );\n }\n paper-tooltip {\n --paper-tooltip-background: var(\n --site-menu-button-tooltip-bg,\n #000000\n );\n --paper-tooltip-opacity: 1;\n --paper-tooltip-text-color: var(\n --site-menu-button-tooltip-text,\n #ffffff\n );\n --paper-tooltip-delay-in: 0;\n }\n "]);
- _templateObject_9c3be93022d211eaa0764d1a500fd781 = function _templateObject_9c3be93022d211eaa0764d1a500fd781() {
+ _templateObject_57702c90243411ea86f395335a802507 = function _templateObject_57702c90243411ea86f395335a802507() {
return data;
};
@@ -46,7 +46,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_9c3be93022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_57702c90243411ea86f395335a802507())];
}
/**
* Store the tag name to make it easier to obtain directly.
@@ -99,7 +99,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
babelHelpers.createClass(SiteMenuButton, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_9c3be93022d211eaa0764d1a500fd781(), this.disabled, this.label, this.disabled, this.raised, this.label, this.icon, this.position, this.label);
+ return (0, _litElement.html)(_templateObject2_57702c90243411ea86f395335a802507(), this.disabled, this.label, this.disabled, this.raised, this.label, this.icon, this.position, this.label);
}
/**
* Props
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/navigation/site-menu.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/navigation/site-menu.js
index 30b0e95f52f..66b0bd9c5b0 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/navigation/site-menu.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/navigation/site-menu.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
_exports.SiteMenu = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_9c91f87022d211eaa0764d1a500fd781() {
+ function _templateObject2_5774c070243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n "]);
- _templateObject2_9c91f87022d211eaa0764d1a500fd781 = function _templateObject2_9c91f87022d211eaa0764d1a500fd781() {
+ _templateObject2_5774c070243411ea86f395335a802507 = function _templateObject2_5774c070243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9c91f87022d211eaa0764d1a500fd781() {
+ function _templateObject_5774c070243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n height: 100vh;\n }\n map-menu[disabled] {\n pointer-events: none;\n opacity: 0.5;\n background-color: grey;\n }\n map-menu:not(:defined) {\n display: none;\n }\n\n map-menu::-webkit-scrollbar-track {\n -webkit-box-shadow: inset 0 0 4px\n var(--site-menu-scrolltrack-bg-color, rgba(56, 63, 69, 0.9));\n border-radius: 0;\n background-color: var(--site-menu-bg-color, #383f45);\n }\n map-menu::-webkit-scrollbar {\n width: 2px;\n background-color: var(--site-menu-bg-color, #383f45);\n }\n map-menu::-webkit-scrollbar-thumb {\n border-radius: 1px;\n -webkit-box-shadow: inset 0 0 4px var(--site-menu-bg-shadow, #747474);\n background-color: var(--site-menu-bg-color, #383f45);\n }\n "]);
- _templateObject_9c91f87022d211eaa0764d1a500fd781 = function _templateObject_9c91f87022d211eaa0764d1a500fd781() {
+ _templateObject_5774c070243411ea86f395335a802507 = function _templateObject_5774c070243411ea86f395335a802507() {
return data;
};
@@ -43,7 +43,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_9c91f87022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_5774c070243411ea86f395335a802507())];
}
/**
* Store the tag name to make it easier to obtain directly.
@@ -92,7 +92,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
babelHelpers.createClass(SiteMenu, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_9c91f87022d211eaa0764d1a500fd781(), this.editMode, this.activeId, this.routerManifest, !this.hideActiveIndicator, this.activeId, !this.preventAutoScroll, this.mapMenuActiveChanged);
+ return (0, _litElement.html)(_templateObject2_5774c070243411ea86f395335a802507(), this.editMode, this.activeId, this.routerManifest, !this.hideActiveIndicator, this.activeId, !this.preventAutoScroll, this.mapMenuActiveChanged);
}
}, {
key: "firstUpdated",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/navigation/site-top-menu.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/navigation/site-top-menu.js
index 2c44d738b0d..8bfef0655b4 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/navigation/site-top-menu.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/navigation/site-top-menu.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../../../../@polymer/polymer/polymer-element.j
_exports.SiteTopMenu = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_9c9812f022d211eaa0764d1a500fd781() {
+ function _templateObject_577b7730243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n
[[mobileTitle]] \n
\n
\n \n \n \n \n
\n
\n
\n "]);
- _templateObject_9c9812f022d211eaa0764d1a500fd781 = function _templateObject_9c9812f022d211eaa0764d1a500fd781() {
+ _templateObject_577b7730243411ea86f395335a802507 = function _templateObject_577b7730243411ea86f395335a802507() {
return data;
};
@@ -180,7 +180,7 @@ define(["exports", "require", "../../../../../@polymer/polymer/polymer-element.j
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9c9812f022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_577b7730243411ea86f395335a802507());
}
/**
* Props
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/query/site-render-query.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/query/site-render-query.js
index 870e4d1571c..6b6b7156cef 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/query/site-render-query.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/query/site-render-query.js
@@ -6,20 +6,20 @@ define(["exports", "../../../../../lit-element/lit-element.js", "../../../../../
});
_exports.SiteRenderQuery = void 0;
- function _templateObject2_9ca5596022d211eaa0764d1a500fd781() {
+ function _templateObject2_578980f0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n "]);
- _templateObject2_9ca5596022d211eaa0764d1a500fd781 = function _templateObject2_9ca5596022d211eaa0764d1a500fd781() {
+ _templateObject2_578980f0243411ea86f395335a802507 = function _templateObject2_578980f0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9ca5596022d211eaa0764d1a500fd781() {
+ function _templateObject_578980f0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n "]);
- _templateObject_9ca5596022d211eaa0764d1a500fd781 = function _templateObject_9ca5596022d211eaa0764d1a500fd781() {
+ _templateObject_578980f0243411ea86f395335a802507 = function _templateObject_578980f0243411ea86f395335a802507() {
return data;
};
@@ -42,7 +42,7 @@ define(["exports", "../../../../../lit-element/lit-element.js", "../../../../../
key: "render",
// render function, this is non-visual
value: function render() {
- return (0, _litElement.html)(_templateObject_9ca5596022d211eaa0764d1a500fd781(), this.result, this.resultEvent, this.sort, this.conditions, this.__items, this.grid);
+ return (0, _litElement.html)(_templateObject_578980f0243411ea86f395335a802507(), this.result, this.resultEvent, this.sort, this.conditions, this.__items, this.grid);
}
}, {
key: "resultEvent",
@@ -60,7 +60,7 @@ define(["exports", "../../../../../lit-element/lit-element.js", "../../../../../
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_9ca5596022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_578980f0243411ea86f395335a802507())];
}
/**
* Store the tag name to make it easier to obtain directly.
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/site/site-print-button.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/site/site-print-button.js
index 8c496dfc3ff..0e7c757536d 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/site/site-print-button.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/site/site-print-button.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
_exports.SitePrintButton = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_9cb9a4b022d211eaa0764d1a500fd781() {
+ function _templateObject2_5795dd00243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n ", "\n \n "]);
- _templateObject2_9cb9a4b022d211eaa0764d1a500fd781 = function _templateObject2_9cb9a4b022d211eaa0764d1a500fd781() {
+ _templateObject2_5795dd00243411ea86f395335a802507 = function _templateObject2_5795dd00243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9cb9a4b022d211eaa0764d1a500fd781() {
+ function _templateObject_5795dd00243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n text-rendering: optimizelegibility;\n position: relative;\n }\n "]);
- _templateObject_9cb9a4b022d211eaa0764d1a500fd781 = function _templateObject_9cb9a4b022d211eaa0764d1a500fd781() {
+ _templateObject_5795dd00243411ea86f395335a802507 = function _templateObject_5795dd00243411ea86f395335a802507() {
return data;
};
@@ -44,7 +44,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_9cb9a4b022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_5795dd00243411ea86f395335a802507())];
}
/**
* Store the tag name to make it easier to obtain directly.
@@ -78,7 +78,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
babelHelpers.createClass(SitePrintButton, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_9cb9a4b022d211eaa0764d1a500fd781(), this.icon, this.print, this.label, this.disabled, this.position, this.label);
+ return (0, _litElement.html)(_templateObject2_5795dd00243411ea86f395335a802507(), this.icon, this.print, this.label, this.disabled, this.position, this.label);
}
}, {
key: "updated",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/site/site-rss-button.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/site/site-rss-button.js
index 6bf993e04a4..d914ea55ad4 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/site/site-rss-button.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/site/site-rss-button.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
_exports.SiteRSSButton = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_9cbd754022d211eaa0764d1a500fd781() {
+ function _templateObject2_57995f70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n ", "\n \n \n "]);
- _templateObject2_9cbd754022d211eaa0764d1a500fd781 = function _templateObject2_9cbd754022d211eaa0764d1a500fd781() {
+ _templateObject2_57995f70243411ea86f395335a802507 = function _templateObject2_57995f70243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9cbd754022d211eaa0764d1a500fd781() {
+ function _templateObject_57995f70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n font-size: 16px;\n color: var(--site-rss-color, #383f45);\n }\n a {\n text-decoration: var(--site-rss-text-decoration, none);\n }\n paper-button {\n text-transform: unset;\n color: white;\n background-color: var(--site-rss-bg-color, #383f45);\n font-size: var(--site-rss-font-size, 13px);\n margin: var(--site-rss-paper-button-margin, 0);\n border-radius: var(--site-rss-border-radius, 3px);\n padding: var(--site-rss-paper-button-padding, 0);\n }\n paper-button:hover,\n paper-button:focus,\n paper-button:active {\n background-color: var(--site-rss-bg-active, #2d3237);\n }\n "]);
- _templateObject_9cbd754022d211eaa0764d1a500fd781 = function _templateObject_9cbd754022d211eaa0764d1a500fd781() {
+ _templateObject_57995f70243411ea86f395335a802507 = function _templateObject_57995f70243411ea86f395335a802507() {
return data;
};
@@ -44,7 +44,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_9cbd754022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_57995f70243411ea86f395335a802507())];
}
/**
* Store the tag name to make it easier to obtain directly.
@@ -80,7 +80,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
babelHelpers.createClass(SiteRSSButton, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_9cbd754022d211eaa0764d1a500fd781(), this.disabled, this.href, this.raised, this.icon, this.label);
+ return (0, _litElement.html)(_templateObject2_57995f70243411ea86f395335a802507(), this.disabled, this.href, this.raised, this.icon, this.label);
}
/**
* Mix in an opened status
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/site/site-search.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/site/site-search.js
index 3bcbf97f69c..71d63020b13 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/site/site-search.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/site/site-search.js
@@ -7,50 +7,50 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js"], func
_exports.SiteSearch = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject5_9cc16ce022d211eaa0764d1a500fd781() {
+ function _templateObject5_579e4170243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n ", "(", ") \n
\n \n ", " \n
\n ", "..
\n \n "]);
- _templateObject5_9cc16ce022d211eaa0764d1a500fd781 = function _templateObject5_9cc16ce022d211eaa0764d1a500fd781() {
+ _templateObject5_579e4170243411ea86f395335a802507 = function _templateObject5_579e4170243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject4_9cc16ce022d211eaa0764d1a500fd781() {
+ function _templateObject4_579e4170243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral([""]);
- _templateObject4_9cc16ce022d211eaa0764d1a500fd781 = function _templateObject4_9cc16ce022d211eaa0764d1a500fd781() {
+ _templateObject4_579e4170243411ea86f395335a802507 = function _templateObject4_579e4170243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_9cc16ce022d211eaa0764d1a500fd781() {
+ function _templateObject3_579e4170243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n Found ", " results.\n "]);
- _templateObject3_9cc16ce022d211eaa0764d1a500fd781 = function _templateObject3_9cc16ce022d211eaa0764d1a500fd781() {
+ _templateObject3_579e4170243411ea86f395335a802507 = function _templateObject3_579e4170243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_9cc16ce022d211eaa0764d1a500fd781() {
+ function _templateObject2_579e4170243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n ", "\n \n\n ", "\n "]);
- _templateObject2_9cc16ce022d211eaa0764d1a500fd781 = function _templateObject2_9cc16ce022d211eaa0764d1a500fd781() {
+ _templateObject2_579e4170243411ea86f395335a802507 = function _templateObject2_579e4170243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9cc16ce022d211eaa0764d1a500fd781() {
+ function _templateObject_579e4170243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n font-size: 16px;\n color: var(--site-search-color, #383f45);\n height: 55vh;\n width: 60vh;\n }\n .result {\n display: block;\n background-color: #eeeeee;\n color: #222222;\n border: 1px solid black;\n padding: 16px;\n }\n .result:hover,\n .result:focus {\n background-color: #dddddd;\n color: black;\n color: var(--site-search-link-color-hover, #000000);\n text-decoration: underline;\n }\n .result .title {\n font-size: 28px;\n margin: 0 0 8px 0;\n line-height: 1;\n }\n .result {\n color: var(--site-search-link-color, #444444);\n text-decoration: none;\n }\n .result .link-text {\n font-size: 12px;\n color: var(--site-search-link-text-color, #999999);\n font-style: italic;\n padding-left: 8px;\n }\n #search {\n flex-grow: 2;\n margin-right: 4px;\n --paper-input-container-input-color: var(\n --site-search-text-color,\n #000\n );\n --paper-input-container-shared-input-style_-_color: var(\n --site-search-text-color,\n #000\n );\n --paper-input-container-focus-color: var(\n --site-search-line-color,\n #000\n );\n --paper-input-container-color: var(\n --site-search-placeholder-color,\n #222\n );\n color: var(--site-search-placeholder-color, #222);\n }\n "]);
- _templateObject_9cc16ce022d211eaa0764d1a500fd781 = function _templateObject_9cc16ce022d211eaa0764d1a500fd781() {
+ _templateObject_579e4170243411ea86f395335a802507 = function _templateObject_579e4170243411ea86f395335a802507() {
return data;
};
@@ -76,7 +76,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js"], func
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_9cc16ce022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_579e4170243411ea86f395335a802507())];
}
/**
* Store the tag name to make it easier to obtain directly.
@@ -118,8 +118,8 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js"], func
babelHelpers.createClass(SiteSearch, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_9cc16ce022d211eaa0764d1a500fd781(), this._searchValueChanged, this.search.length > 0 ? (0, _litElement.html)(_templateObject3_9cc16ce022d211eaa0764d1a500fd781(), this.__results.length) : (0, _litElement.html)(_templateObject4_9cc16ce022d211eaa0764d1a500fd781()), this.__results.map(function (item) {
- return (0, _litElement.html)(_templateObject5_9cc16ce022d211eaa0764d1a500fd781(), item.location, item.title, item.location, item.created, item.created, item.description);
+ return (0, _litElement.html)(_templateObject2_579e4170243411ea86f395335a802507(), this._searchValueChanged, this.search.length > 0 ? (0, _litElement.html)(_templateObject3_579e4170243411ea86f395335a802507(), this.__results.length) : (0, _litElement.html)(_templateObject4_579e4170243411ea86f395335a802507()), this.__results.map(function (item) {
+ return (0, _litElement.html)(_templateObject5_579e4170243411ea86f395335a802507(), item.location, item.title, item.location, item.created, item.created, item.description);
}));
}
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/site/site-title.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/site/site-title.js
index 537189dcba6..bcd5a9dbd78 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/site/site-title.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/site/site-title.js
@@ -7,40 +7,40 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
_exports.SiteTitle = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject4_9cc4c84022d211eaa0764d1a500fd781() {
+ function _templateObject4_57a1eaf0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject4_9cc4c84022d211eaa0764d1a500fd781 = function _templateObject4_9cc4c84022d211eaa0764d1a500fd781() {
+ _templateObject4_57a1eaf0243411ea86f395335a802507 = function _templateObject4_57a1eaf0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_9cc4c84022d211eaa0764d1a500fd781() {
+ function _templateObject3_57a1eaf0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral([""]);
- _templateObject3_9cc4c84022d211eaa0764d1a500fd781 = function _templateObject3_9cc4c84022d211eaa0764d1a500fd781() {
+ _templateObject3_57a1eaf0243411ea86f395335a802507 = function _templateObject3_57a1eaf0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_9cc4c84022d211eaa0764d1a500fd781() {
+ function _templateObject2_57a1eaf0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n ", "\n \n "]);
- _templateObject2_9cc4c84022d211eaa0764d1a500fd781 = function _templateObject2_9cc4c84022d211eaa0764d1a500fd781() {
+ _templateObject2_57a1eaf0243411ea86f395335a802507 = function _templateObject2_57a1eaf0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9cc4c84022d211eaa0764d1a500fd781() {
+ function _templateObject_57a1eaf0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n text-rendering: optimizelegibility;\n position: relative;\n }\n "]);
- _templateObject_9cc4c84022d211eaa0764d1a500fd781 = function _templateObject_9cc4c84022d211eaa0764d1a500fd781() {
+ _templateObject_57a1eaf0243411ea86f395335a802507 = function _templateObject_57a1eaf0243411ea86f395335a802507() {
return data;
};
@@ -65,7 +65,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_9cc4c84022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_57a1eaf0243411ea86f395335a802507())];
}
/**
* Store the tag name to make it easier to obtain directly.
@@ -109,7 +109,7 @@ define(["exports", "require", "../../../../../lit-element/lit-element.js", "../.
babelHelpers.createClass(SiteTitle, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_9cc4c84022d211eaa0764d1a500fd781(), this.homeLink, this.label, this.disabled, this.icon ? false : true, this.icon, this.notitle ? (0, _litElement.html)(_templateObject3_9cc4c84022d211eaa0764d1a500fd781()) : (0, _litElement.html)(_templateObject4_9cc4c84022d211eaa0764d1a500fd781(), this.siteTitle));
+ return (0, _litElement.html)(_templateObject2_57a1eaf0243411ea86f395335a802507(), this.homeLink, this.label, this.disabled, this.icon ? false : true, this.icon, this.notitle ? (0, _litElement.html)(_templateObject3_57a1eaf0243411ea86f395335a802507()) : (0, _litElement.html)(_templateObject4_57a1eaf0243411ea86f395335a802507(), this.siteTitle));
}
/**
* Props
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/templates/basic-template.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/templates/basic-template.js
index af8d873cc51..113fa20f5e6 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/templates/basic-template.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/templates/basic-template.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../../../../@polymer/polymer/polymer-element.j
_exports.Basic = _exports.BasicTemplate = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_9caa3b6022d211eaa0764d1a500fd781() {
+ function _templateObject_57a87aa0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n \n
\n
\n \n \n
\n
\n\n
\n \n \n \n
\n
\n \n \n
\n \n \n "]);
- _templateObject_9caa3b6022d211eaa0764d1a500fd781 = function _templateObject_9caa3b6022d211eaa0764d1a500fd781() {
+ _templateObject_57a87aa0243411ea86f395335a802507 = function _templateObject_57a87aa0243411ea86f395335a802507() {
return data;
};
@@ -105,7 +105,7 @@ define(["exports", "require", "../../../../../@polymer/polymer/polymer-element.j
babelHelpers.createClass(_class, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9caa3b6022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_57a87aa0243411ea86f395335a802507());
}
}]);
return _class;
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/templates/minimalist-template.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/templates/minimalist-template.js
index 9f82326ccc9..7152a6e2566 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/templates/minimalist-template.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxcms-elements/lib/ui-components/templates/minimalist-template.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../../../../@polymer/polymer/polymer-element.j
_exports.Minimalist = _exports.MinimalistTemplate = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_9cae330022d211eaa0764d1a500fd781() {
+ function _templateObject_57acc060243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n
\n \n \n
\n \n \n \n \n \n \n \n \n
\n \n \n
\n \n \n
\n \n \n
\n \n \n \n \n "]);
- _templateObject_9cae330022d211eaa0764d1a500fd781 = function _templateObject_9cae330022d211eaa0764d1a500fd781() {
+ _templateObject_57acc060243411ea86f395335a802507 = function _templateObject_57acc060243411ea86f395335a802507() {
return data;
};
@@ -78,7 +78,7 @@ define(["exports", "require", "../../../../../@polymer/polymer/polymer-element.j
babelHelpers.createClass(_class, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9cae330022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_57acc060243411ea86f395335a802507());
}
}]);
return _class;
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxor-slevin/haxor-slevin.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxor-slevin/haxor-slevin.js
index d819304dba6..6b2652bc963 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxor-slevin/haxor-slevin.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxor-slevin/haxor-slevin.js
@@ -11,50 +11,50 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../haxcms-ele
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject5_7a49e0c022d211eaa0764d1a500fd781() {
+ function _templateObject5_34e147e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n background-color: #ffffff;\n color: rgba(0, 0, 0, 0.84);\n --hax-base-styles-a-color: var(--haxcms-color, #2196f3);\n --hax-base-styles-a-color-visited: var(--haxcms-color, #2196f3);\n --hax-base-styles-a-color-active: var(--haxcms-color, #2196f3);\n }\n\n :host([hidden]) {\n display: none;\n }\n :host([is-logged-in]) {\n margin-left: 48px;\n }\n :host([is-logged-in][edit-mode]) {\n padding-left: 12px;\n }\n /**\n * Hide the slotted content during edit mode. This must be here to work.\n */\n :host([edit-mode]) #slot {\n display: none;\n }\n :host([edit-mode]) .contentcontainer-wrapper simple-blog-card {\n opacity: 0.2;\n pointer-events: none;\n }\n #slot {\n min-height: 50vh;\n }\n\n .wrapper {\n padding-bottom: 80px;\n }\n #home {\n max-width: 1032px;\n padding-left: 20px;\n padding-right: 20px;\n margin: 0 auto;\n }\n .contentcontainer-wrapper {\n max-width: 740px;\n margin: 0 auto;\n box-sizing: border-box;\n padding-left: 20px;\n padding-right: 20px;\n }\n simple-blog-card {\n padding: 8px;\n min-height: 100px;\n min-width: 100px;\n }\n .simple-blog-card-wrapper {\n margin: 0 auto;\n width: 100%;\n }\n .evenly {\n display: flex;\n justify-content: space-evenly;\n }\n simple-blog-card[size=\"micro\"] {\n padding: 4px;\n }\n iron-pages {\n padding-top: 64px;\n }\n dom-repeat {\n padding-bottom: 16px;\n min-height: 300px;\n }\n app-toolbar {\n padding: 0 20px;\n height: 54px;\n max-width: 1032px;\n margin: 0 auto;\n }\n .backbutton {\n height: 54px;\n border-radius: 0;\n min-width: unset;\n text-transform: unset;\n }\n app-header {\n z-index: 100;\n @apply --layout-fixed-top;\n color: #ffffff;\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);\n background-color: var(--haxcms-color, rgba(255, 0, 116, 1));\n --app-header-background-rear-layer: {\n background-color: var(--haxcms-color, rgba(255, 0, 116, 1));\n }\n }\n paper-icon-button {\n --paper-icon-button-ink-color: white;\n }\n site-active-title {\n --site-active-title-heading: {\n font-size: 42px;\n font-family: Georgia, Cambria, \"Times New Roman\", Times, serif;\n font-weight: 400;\n font-style: normal;\n font-weight: 400;\n line-height: 1.25;\n letter-spacing: 0;\n }\n }\n\n .social-float {\n top: 160px;\n position: fixed;\n z-index: 99;\n margin-left: -10vw;\n opacity: 1;\n transition: 0.2s opacity linear;\n }\n .social-float.disable-items {\n pointer-events: none;\n opacity: 0.2 !important;\n }\n .social-float ul {\n padding: 0;\n margin: 0;\n list-style: none;\n }\n\n site-share-widget {\n --site-share-widget-bg: var(--haxcms-color, rgba(255, 0, 116, 1));\n }\n site-share-widget:hover,\n site-share-widget:focus,\n site-share-widget:active {\n --site-share-widget-bg: var(--haxcms-system-action-color, blue);\n }\n\n social-share-link {\n --social-share-button-bg: var(--haxcms-color, rgba(255, 0, 116, 1));\n --social-share-button-padding: 8px;\n --social-share-button-border-radius: 50%;\n }\n\n .annoy-user {\n background-color: rgba(255, 255, 255, 0.9);\n display: block;\n position: fixed;\n bottom: 0;\n left: 0;\n right: 0;\n box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.0785);\n padding: 10px 0;\n height: 50px;\n z-index: 100;\n opacity: 1;\n transition: 0.2s opacity linear;\n }\n .annoy-user.disable-items {\n pointer-events: none;\n opacity: 0 !important;\n }\n iron-icon {\n height: 40px;\n width: 40px;\n display: flex;\n padding-right: 20px;\n }\n .annoy-user iron-icon {\n color: black;\n }\n .annoy-user span {\n flex: 1 1 auto;\n height: 40px;\n display: flex;\n vertical-align: middle;\n line-height: 40px;\n }\n .annoy-inner strong {\n padding: 0 4px;\n }\n .annoy-user .rss {\n margin-left: 50px;\n }\n .annoy-inner {\n max-width: 700px;\n margin: 0 auto;\n display: flex;\n }\n .subtitle {\n font-family: \"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\",\n Geneva, Arial, sans-serif;\n letter-spacing: -0.02em;\n font-weight: 300;\n font-style: normal;\n letter-spacing: 0;\n font-size: 28px;\n line-height: 1.22;\n letter-spacing: -0.012em;\n }\n site-rss-button {\n margin: 0 4px;\n padding: 0;\n --site-rss-color: #000000;\n --site-rss-bg-color: var(--haxcms-color, rgba(255, 0, 116, 1));\n --site-rss-paper-button-padding: 0 4px;\n --site-rss-paper-button-margin: 0;\n }\n\n @media screen and (max-width: 800px) {\n .simple-blog-card-wrapper simple-blog-card {\n margin: 0 10vw;\n }\n .simple-blog-card-wrapper {\n text-align: center;\n }\n #contentcontainer,\n #home {\n padding-left: 8px;\n padding-right: 8px;\n }\n .evenly {\n display: unset;\n justify-content: unset;\n }\n simple-blog-card {\n padding: 0;\n }\n .hide-small {\n display: none !important;\n }\n .annoy-user .rss {\n margin-left: unset;\n }\n .annoy-user {\n position: relative;\n bottom: unset;\n left: unset;\n right: unset;\n padding: 0;\n height: unset;\n }\n .annoy-user span {\n height: unset;\n line-height: unset;\n }\n .annoy-inner {\n max-width: unset;\n margin: 0;\n }\n }\n "]);
- _templateObject5_7a49e0c022d211eaa0764d1a500fd781 = function _templateObject5_7a49e0c022d211eaa0764d1a500fd781() {
+ _templateObject5_34e147e0243411ea86f395335a802507 = function _templateObject5_34e147e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject4_7a49e0c022d211eaa0764d1a500fd781() {
+ function _templateObject4_34e147e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n "]);
- _templateObject4_7a49e0c022d211eaa0764d1a500fd781 = function _templateObject4_7a49e0c022d211eaa0764d1a500fd781() {
+ _templateObject4_34e147e0243411ea86f395335a802507 = function _templateObject4_34e147e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_7a49e0c022d211eaa0764d1a500fd781() {
+ function _templateObject3_34e147e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n "]);
- _templateObject3_7a49e0c022d211eaa0764d1a500fd781 = function _templateObject3_7a49e0c022d211eaa0764d1a500fd781() {
+ _templateObject3_34e147e0243411ea86f395335a802507 = function _templateObject3_34e147e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_7a49e0c022d211eaa0764d1a500fd781() {
+ function _templateObject2_34e147e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n "]);
- _templateObject2_7a49e0c022d211eaa0764d1a500fd781 = function _templateObject2_7a49e0c022d211eaa0764d1a500fd781() {
+ _templateObject2_34e147e0243411ea86f395335a802507 = function _templateObject2_34e147e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_7a49e0c022d211eaa0764d1a500fd781() {
+ function _templateObject_34e147e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n
\n \n ", " - ", " \n \n
\n \n \n
\n \n \n \n \n
\n \n \n \n
\n \n
\n
\n ", "\n
\n
\n
\n ", "\n
\n
\n \n
\n
\n
\n
\n ", "\n \n
\n \n
\n
\n
\n
\n ", "\n
\n
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n
\n
\n \n \n Never miss a story from ", " use RSS\n today!\n \n \n \n
\n
\n
\n \n
\n "]);
- _templateObject_7a49e0c022d211eaa0764d1a500fd781 = function _templateObject_7a49e0c022d211eaa0764d1a500fd781() {
+ _templateObject_34e147e0243411ea86f395335a802507 = function _templateObject_34e147e0243411ea86f395335a802507() {
return data;
};
@@ -82,12 +82,12 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../haxcms-ele
value: function render() {
var _this2 = this;
- return (0, _litElement.html)(_templateObject_7a49e0c022d211eaa0764d1a500fd781(), this._goBack, this.icon, this.title, this.activeTitle, this.image, this.siteModalClick, this.selectedPage, this.__mainPostsChanged, this.__mainPosts.map(function (post) {
- return (0, _litElement.html)(_templateObject2_7a49e0c022d211eaa0764d1a500fd781(), post.metadata.fields && post.metadata.fields.images && post.metadata.fields.images[0] && post.metadata.fields.images[0].alt ? post.metadata.fields.images[0].alt : "", _this2.color, post.title, post.location, _this2._showImage(post.metadata.fields && post.metadata.fields.images && post.metadata.fields.images[0] && post.metadata.fields.images[0].alt ? post.metadata.fields.images[0].alt : false), _this2.author.name, post.metadata.created, post.metadata.readtime, _this2.author.image, _this2.image, _this2.author.socialLink, post.description);
+ return (0, _litElement.html)(_templateObject_34e147e0243411ea86f395335a802507(), this._goBack, this.icon, this.title, this.activeTitle, this.image, this.siteModalClick, this.selectedPage, this.__mainPostsChanged, this.__mainPosts.map(function (post) {
+ return (0, _litElement.html)(_templateObject2_34e147e0243411ea86f395335a802507(), post.metadata.fields && post.metadata.fields.images && post.metadata.fields.images[0] && post.metadata.fields.images[0].alt ? post.metadata.fields.images[0].alt : "", _this2.color, post.title, post.location, _this2._showImage(post.metadata.fields && post.metadata.fields.images && post.metadata.fields.images[0] && post.metadata.fields.images[0].alt ? post.metadata.fields.images[0].alt : false), _this2.author.name, post.metadata.created, post.metadata.readtime, _this2.author.image, _this2.image, _this2.author.socialLink, post.description);
}), this.__extraPostsChanged, this.__extraPosts.map(function (post) {
- return (0, _litElement.html)(_templateObject3_7a49e0c022d211eaa0764d1a500fd781(), post.metadata.fields && post.metadata.fields.images && post.metadata.fields.images[0] && post.metadata.fields.images[0].alt ? post.metadata.fields.images[0].alt : "", _this2.color, post.title, post.location, _this2._showImage(post.metadata.fields && post.metadata.fields.images && post.metadata.fields.images[0] && post.metadata.fields.images[0].alt ? post.metadata.fields.images[0].alt : false), _this2.author.name, post.metadata.created, post.metadata.readtime, _this2.author.image, _this2.image, _this2.author.socialLink, post.description);
+ return (0, _litElement.html)(_templateObject3_34e147e0243411ea86f395335a802507(), post.metadata.fields && post.metadata.fields.images && post.metadata.fields.images[0] && post.metadata.fields.images[0].alt ? post.metadata.fields.images[0].alt : "", _this2.color, post.title, post.location, _this2._showImage(post.metadata.fields && post.metadata.fields.images && post.metadata.fields.images[0] && post.metadata.fields.images[0].alt ? post.metadata.fields.images[0].alt : false), _this2.author.name, post.metadata.created, post.metadata.readtime, _this2.author.image, _this2.image, _this2.author.socialLink, post.description);
}), !this.subtitle, this.subtitle, this.__followUpPostsChanged, this.activeManifestIndexCounter, this.__followUpPosts.map(function (post) {
- return (0, _litElement.html)(_templateObject4_7a49e0c022d211eaa0764d1a500fd781(), post.metadata.fields && post.metadata.fields.images && post.metadata.fields.images[0] && post.metadata.fields.images[0].alt ? post.metadata.fields.images[0].alt : "", _this2.color, post.title, post.location, _this2._showImage(post.metadata.fields && post.metadata.fields.images && post.metadata.fields.images[0] && post.metadata.fields.images[0].alt ? post.metadata.fields.images[0].alt : false), _this2.author.name, post.metadata.created, post.metadata.readtime, _this2.author.image, _this2.image, _this2.author.socialLink, post.description);
+ return (0, _litElement.html)(_templateObject4_34e147e0243411ea86f395335a802507(), post.metadata.fields && post.metadata.fields.images && post.metadata.fields.images[0] && post.metadata.fields.images[0].alt ? post.metadata.fields.images[0].alt : "", _this2.color, post.title, post.location, _this2._showImage(post.metadata.fields && post.metadata.fields.images && post.metadata.fields.images[0] && post.metadata.fields.images[0].alt ? post.metadata.fields.images[0].alt : false), _this2.author.name, post.metadata.created, post.metadata.readtime, _this2.author.image, _this2.image, _this2.author.socialLink, post.description);
}), this.stateClass, this.shareMsg, this.shareMsg, this.shareUrl, this.shareUrl, this.shareMsg, this.shareMsg, this.activeImage, this.shareUrl, this.stateClass, this.icon, this.title);
}
/**
@@ -140,7 +140,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../haxcms-ele
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject5_7a49e0c022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject5_34e147e0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/haxschema-builder/haxschema-builder.js b/build/es5-amd/node_modules/@lrnwebcomponents/haxschema-builder/haxschema-builder.js
index 181b8192a9b..f5774cf709b 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/haxschema-builder/haxschema-builder.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/haxschema-builder/haxschema-builder.js
@@ -10,10 +10,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../json-editor/
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_7a6753d022d211eaa0764d1a500fd781() {
+ function _templateObject_35113180243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n
Add to configure \n
Add to advanced \n
\n
\n
\n \n \n
\n \n "]);
- _templateObject_7a6753d022d211eaa0764d1a500fd781 = function _templateObject_7a6753d022d211eaa0764d1a500fd781() {
+ _templateObject_35113180243411ea86f395335a802507 = function _templateObject_35113180243411ea86f395335a802507() {
return data;
};
@@ -138,7 +138,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../json-editor/
key: "template",
// render function
get: function get() {
- return (0, _polymerElement.html)(_templateObject_7a6753d022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_35113180243411ea86f395335a802507());
} // haxProperty definition
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hero-banner/hero-banner.js b/build/es5-amd/node_modules/@lrnwebcomponents/hero-banner/hero-banner.js
index d3f502cff44..6decdce7073 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hero-banner/hero-banner.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hero-banner/hero-banner.js
@@ -11,10 +11,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../s
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_7a92828022d211eaa0764d1a500fd781() {
+ function _templateObject_3534bf10243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "], ["\n \n \n \n "]);
- _templateObject_7a92828022d211eaa0764d1a500fd781 = function _templateObject_7a92828022d211eaa0764d1a500fd781() {
+ _templateObject_3534bf10243411ea86f395335a802507 = function _templateObject_3534bf10243411ea86f395335a802507() {
return data;
};
@@ -49,7 +49,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../s
babelHelpers.createClass(HeroBanner, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_7a92828022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3534bf10243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/hexagon-loader/hexagon-loader.js b/build/es5-amd/node_modules/@lrnwebcomponents/hexagon-loader/hexagon-loader.js
index 401d4d8e225..7abd21c0648 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/hexagon-loader/hexagon-loader.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/hexagon-loader/hexagon-loader.js
@@ -10,30 +10,30 @@ define(["exports", "../../lit-element/lit-element.js", "./lib/hex-a-gon.js"], fu
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject3_7ab302d022d211eaa0764d1a500fd781() {
+ function _templateObject3_35598520243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: none;\n }\n :host([hidden]) {\n display: none;\n }\n :host([loading]) {\n display: block;\n }\n :host([size=\"small\"]) {\n transform: scale(0.5, 0.5);\n -webkit-transform: scale(0.5, 0.5);\n -moz-transform: scale(0.5, 0.5);\n -ms-transform: scale(0.5, 0.5);\n -o-transform: scale(0.5, 0.5);\n }\n :host([size=\"large\"]) {\n transform: scale(1.25, 1.25);\n -webkit-transform: scale(1.25, 1.25);\n -moz-transform: scale(1.25, 1.25);\n -ms-transform: scale(1.25, 1.25);\n -o-transform: scale(1.25, 1.25);\n }\n :host([size=\"epic\"]) {\n transform: scale(2.5, 2.5);\n -webkit-transform: scale(2.5, 2.5);\n -moz-transform: scale(2.5, 2.5);\n -ms-transform: scale(2.5, 2.5);\n -o-transform: scale(2.5, 2.5);\n }\n\n div {\n position: relative;\n width: 255px;\n height: 232.5px;\n margin: 0 auto;\n }\n\n hex-a-gon {\n display: none;\n position: absolute;\n top: 50%;\n left: 50%;\n width: 30px;\n height: 18px;\n color: #9fb475;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n -webkit-transform-origin: 0 0;\n transform-origin: 0 0;\n }\n\n hex-a-gon:nth-of-type(1) {\n display: block;\n margin-left: -56.25px;\n margin-top: -97.875px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0s;\n animation-delay: 0s;\n }\n hex-a-gon:nth-of-type(2) {\n display: block;\n margin-left: -18.75px;\n margin-top: -97.875px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.05s;\n animation-delay: 0.05s;\n }\n hex-a-gon:nth-of-type(3) {\n display: block;\n margin-left: 18.75px;\n margin-top: -97.875px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.1s;\n animation-delay: 0.1s;\n }\n hex-a-gon:nth-of-type(4) {\n display: block;\n margin-left: 56.25px;\n margin-top: -97.875px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.15s;\n animation-delay: 0.15s;\n }\n hex-a-gon:nth-of-type(5) {\n display: block;\n margin-left: -75px;\n margin-top: -65.25px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0s;\n animation-delay: 0s;\n }\n hex-a-gon:nth-of-type(6) {\n display: block;\n margin-left: -37.5px;\n margin-top: -65.25px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.05s;\n animation-delay: 0.05s;\n }\n hex-a-gon:nth-of-type(7) {\n display: block;\n margin-left: 0px;\n margin-top: -65.25px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.1s;\n animation-delay: 0.1s;\n }\n hex-a-gon:nth-of-type(8) {\n display: block;\n margin-left: 37.5px;\n margin-top: -65.25px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.15s;\n animation-delay: 0.15s;\n }\n hex-a-gon:nth-of-type(9) {\n display: block;\n margin-left: 75px;\n margin-top: -65.25px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.2s;\n animation-delay: 0.2s;\n }\n hex-a-gon:nth-of-type(10) {\n display: block;\n margin-left: -93.75px;\n margin-top: -32.625px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0s;\n animation-delay: 0s;\n }\n hex-a-gon:nth-of-type(11) {\n display: block;\n margin-left: -56.25px;\n margin-top: -32.625px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.05s;\n animation-delay: 0.05s;\n }\n hex-a-gon:nth-of-type(12) {\n display: block;\n margin-left: -18.75px;\n margin-top: -32.625px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.1s;\n animation-delay: 0.1s;\n }\n hex-a-gon:nth-of-type(13) {\n display: block;\n margin-left: 18.75px;\n margin-top: -32.625px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.15s;\n animation-delay: 0.15s;\n }\n hex-a-gon:nth-of-type(14) {\n display: block;\n margin-left: 56.25px;\n margin-top: -32.625px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.2s;\n animation-delay: 0.2s;\n }\n hex-a-gon:nth-of-type(15) {\n display: block;\n margin-left: 93.75px;\n margin-top: -32.625px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.25s;\n animation-delay: 0.25s;\n }\n hex-a-gon:nth-of-type(16) {\n display: block;\n margin-left: -112.5px;\n margin-top: 0px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0s;\n animation-delay: 0s;\n }\n hex-a-gon:nth-of-type(17) {\n display: block;\n margin-left: -75px;\n margin-top: 0px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.05s;\n animation-delay: 0.05s;\n }\n hex-a-gon:nth-of-type(18) {\n display: block;\n margin-left: -37.5px;\n margin-top: 0px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.1s;\n animation-delay: 0.1s;\n }\n hex-a-gon:nth-of-type(19) {\n display: block;\n margin-left: 0px;\n margin-top: 0px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.15s;\n animation-delay: 0.15s;\n }\n hex-a-gon:nth-of-type(20) {\n display: block;\n margin-left: 37.5px;\n margin-top: 0px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.2s;\n animation-delay: 0.2s;\n }\n hex-a-gon:nth-of-type(21) {\n display: block;\n margin-left: 75px;\n margin-top: 0px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.25s;\n animation-delay: 0.25s;\n }\n hex-a-gon:nth-of-type(22) {\n display: block;\n margin-left: 112.5px;\n margin-top: 0px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.3s;\n animation-delay: 0.3s;\n }\n hex-a-gon:nth-of-type(23) {\n display: block;\n margin-left: -93.75px;\n margin-top: 32.625px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0s;\n animation-delay: 0s;\n }\n hex-a-gon:nth-of-type(24) {\n display: block;\n margin-left: -56.25px;\n margin-top: 32.625px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.05s;\n animation-delay: 0.05s;\n }\n hex-a-gon:nth-of-type(25) {\n display: block;\n margin-left: -18.75px;\n margin-top: 32.625px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.1s;\n animation-delay: 0.1s;\n }\n hex-a-gon:nth-of-type(26) {\n display: block;\n margin-left: 18.75px;\n margin-top: 32.625px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.15s;\n animation-delay: 0.15s;\n }\n hex-a-gon:nth-of-type(27) {\n display: block;\n margin-left: 56.25px;\n margin-top: 32.625px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.2s;\n animation-delay: 0.2s;\n }\n hex-a-gon:nth-of-type(28) {\n display: block;\n margin-left: 93.75px;\n margin-top: 32.625px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.25s;\n animation-delay: 0.25s;\n }\n hex-a-gon:nth-of-type(29) {\n display: block;\n margin-left: -75px;\n margin-top: 65.25px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0s;\n animation-delay: 0s;\n }\n hex-a-gon:nth-of-type(30) {\n display: block;\n margin-left: -37.5px;\n margin-top: 65.25px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.05s;\n animation-delay: 0.05s;\n }\n hex-a-gon:nth-of-type(31) {\n display: block;\n margin-left: 0px;\n margin-top: 65.25px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.1s;\n animation-delay: 0.1s;\n }\n hex-a-gon:nth-of-type(32) {\n display: block;\n margin-left: 37.5px;\n margin-top: 65.25px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.15s;\n animation-delay: 0.15s;\n }\n hex-a-gon:nth-of-type(33) {\n display: block;\n margin-left: 75px;\n margin-top: 65.25px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.2s;\n animation-delay: 0.2s;\n }\n hex-a-gon:nth-of-type(34) {\n display: block;\n margin-left: -56.25px;\n margin-top: 97.875px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0s;\n animation-delay: 0s;\n }\n hex-a-gon:nth-of-type(35) {\n display: block;\n margin-left: -18.75px;\n margin-top: 97.875px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.05s;\n animation-delay: 0.05s;\n }\n hex-a-gon:nth-of-type(36) {\n display: block;\n margin-left: 18.75px;\n margin-top: 97.875px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.1s;\n animation-delay: 0.1s;\n }\n hex-a-gon:nth-of-type(37) {\n display: block;\n margin-left: 56.25px;\n margin-top: 97.875px;\n -webkit-animation: scaleIt 1.5s ease-in-out infinite both;\n animation: scaleIt 1.5s ease-in-out infinite both;\n -webkit-animation-delay: 0.15s;\n animation-delay: 0.15s;\n }\n\n @-webkit-keyframes scaleIt {\n 25%,\n 100% {\n -webkit-transform: scale(1) translate(-50%, -50%);\n transform: scale(1) translate(-50%, -50%);\n }\n 50% {\n -webkit-transform: scale(0) translate(-50%, -50%);\n transform: scale(0) translate(-50%, -50%);\n }\n }\n\n @keyframes scaleIt {\n 25%,\n 100% {\n -webkit-transform: scale(1) translate(-50%, -50%);\n transform: scale(1) translate(-50%, -50%);\n }\n 50% {\n -webkit-transform: scale(0) translate(-50%, -50%);\n transform: scale(0) translate(-50%, -50%);\n }\n }\n "]);
- _templateObject3_7ab302d022d211eaa0764d1a500fd781 = function _templateObject3_7ab302d022d211eaa0764d1a500fd781() {
+ _templateObject3_35598520243411ea86f395335a802507 = function _templateObject3_35598520243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_7ab302d022d211eaa0764d1a500fd781() {
+ function _templateObject2_35598520243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_7ab302d022d211eaa0764d1a500fd781 = function _templateObject2_7ab302d022d211eaa0764d1a500fd781() {
+ _templateObject2_35598520243411ea86f395335a802507 = function _templateObject2_35598520243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_7ab302d022d211eaa0764d1a500fd781() {
+ function _templateObject_35598520243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n
\n "]);
- _templateObject_7ab302d022d211eaa0764d1a500fd781 = function _templateObject_7ab302d022d211eaa0764d1a500fd781() {
+ _templateObject_35598520243411ea86f395335a802507 = function _templateObject_35598520243411ea86f395335a802507() {
return data;
};
@@ -57,8 +57,8 @@ define(["exports", "../../lit-element/lit-element.js", "./lib/hex-a-gon.js"], fu
key: "render",
// LitElement render function
value: function render() {
- return (0, _litElement.html)(_templateObject_7ab302d022d211eaa0764d1a500fd781(), this.items.map(function (item) {
- return (0, _litElement.html)(_templateObject2_7ab302d022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_35598520243411ea86f395335a802507(), this.items.map(function (item) {
+ return (0, _litElement.html)(_templateObject2_35598520243411ea86f395335a802507());
}));
} // properties available to the custom element for data binding
@@ -66,7 +66,7 @@ define(["exports", "../../lit-element/lit-element.js", "./lib/hex-a-gon.js"], fu
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject3_7ab302d022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject3_35598520243411ea86f395335a802507())];
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/iconset-demo/iconset-demo.js b/build/es5-amd/node_modules/@lrnwebcomponents/iconset-demo/iconset-demo.js
index 5b99e2b1e71..cfb5dbdc7d0 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/iconset-demo/iconset-demo.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/iconset-demo/iconset-demo.js
@@ -10,10 +10,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_7afdee8022d211eaa0764d1a500fd781() {
+ function _templateObject_35b5aee0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n "], ["\n \n \n \n \n "]);
- _templateObject_7afdee8022d211eaa0764d1a500fd781 = function _templateObject_7afdee8022d211eaa0764d1a500fd781() {
+ _templateObject_35b5aee0243411ea86f395335a802507 = function _templateObject_35b5aee0243411ea86f395335a802507() {
return data;
};
@@ -101,7 +101,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
key: "template",
// render function
get: function get() {
- return (0, _polymerElement.html)(_templateObject_7afdee8022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_35b5aee0243411ea86f395335a802507());
} // properties available to the custom element for data binding
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/image-compare-slider/image-compare-slider.js b/build/es5-amd/node_modules/@lrnwebcomponents/image-compare-slider/image-compare-slider.js
index 7dba543a8f1..0fb48b73363 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/image-compare-slider/image-compare-slider.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/image-compare-slider/image-compare-slider.js
@@ -11,20 +11,20 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_7b1f593022d211eaa0764d1a500fd781() {
+ function _templateObject2_35cb0ba0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_7b1f593022d211eaa0764d1a500fd781 = function _templateObject2_7b1f593022d211eaa0764d1a500fd781() {
+ _templateObject2_35cb0ba0243411ea86f395335a802507 = function _templateObject2_35cb0ba0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_7b1f593022d211eaa0764d1a500fd781() {
+ function _templateObject_35cb0ba0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline-flex;\n width: 100%;\n }\n :host > div,\n :host #container,\n :host #top {\n width: 100%;\n }\n :host #container {\n background-size: cover;\n overflow: visible;\n }\n :host #top {\n background-size: auto 100%;\n overflow: hidden;\n }\n :host #slider {\n width: calc(100% + 30px);\n margin-left: -15px;\n }\n "]);
- _templateObject_7b1f593022d211eaa0764d1a500fd781 = function _templateObject_7b1f593022d211eaa0764d1a500fd781() {
+ _templateObject_35cb0ba0243411ea86f395335a802507 = function _templateObject_35cb0ba0243411ea86f395335a802507() {
return data;
};
@@ -48,7 +48,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_7b1f593022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_35cb0ba0243411ea86f395335a802507())];
}
}]);
@@ -73,7 +73,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
babelHelpers.createClass(ImageCompareSlider, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_7b1f593022d211eaa0764d1a500fd781(), this.title, this.bottomSrc, this.topSrc);
+ return (0, _litElement.html)(_templateObject2_35cb0ba0243411ea86f395335a802507(), this.title, this.bottomSrc, this.topSrc);
}
}, {
key: "updated",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/image-inspector/image-inspector.js b/build/es5-amd/node_modules/@lrnwebcomponents/image-inspector/image-inspector.js
index f60ee0f85ce..7cf46bbf50d 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/image-inspector/image-inspector.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/image-inspector/image-inspector.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
_exports.ImageInspector = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_8900d0b022d211eaa0764d1a500fd781() {
+ function _templateObject2_43d73ca0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n "]);
- _templateObject2_8900d0b022d211eaa0764d1a500fd781 = function _templateObject2_8900d0b022d211eaa0764d1a500fd781() {
+ _templateObject2_43d73ca0243411ea86f395335a802507 = function _templateObject2_43d73ca0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8900d0b022d211eaa0764d1a500fd781() {
+ function _templateObject_43d73ca0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n overflow: hidden;\n --image-inspector-background: #dddddd;\n }\n\n app-toolbar {\n width: 90%;\n background: var(--image-inspector-background);\n margin: 0 auto;\n padding: 0;\n z-index: 1;\n display: flex;\n text-align: center;\n justify-content: space-evenly;\n }\n\n lrnsys-button {\n display: inline-flex;\n }\n\n .top {\n top: 128px;\n }\n .showData {\n display: block;\n z-index: 2;\n }\n exif-data {\n margin: 0 auto;\n justify-content: space-evenly;\n position: absolute;\n display: none;\n margin: 0;\n padding: 0;\n }\n exif-data img {\n margin: 0;\n opacity: 0;\n padding: 0;\n height: 500px;\n pointer-events: none;\n }\n "]);
- _templateObject_8900d0b022d211eaa0764d1a500fd781 = function _templateObject_8900d0b022d211eaa0764d1a500fd781() {
+ _templateObject_43d73ca0243411ea86f395335a802507 = function _templateObject_43d73ca0243411ea86f395335a802507() {
return data;
};
@@ -45,7 +45,7 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_8900d0b022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_43d73ca0243411ea86f395335a802507())];
}
}]);
@@ -80,7 +80,7 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
babelHelpers.createClass(ImageInspector, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_8900d0b022d211eaa0764d1a500fd781(), this.zoomIn, this.hoverClass, this.zoomOut, this.hoverClass, this.rotateRight, this.hoverClass, this.rotateLeft, this.hoverClass, this.mirrorImage, this.hoverClass, this.src, this.hoverClass, this.exifDataEvent, this.hoverClass, this.hideData, this.src, this.src);
+ return (0, _litElement.html)(_templateObject2_43d73ca0243411ea86f395335a802507(), this.zoomIn, this.hoverClass, this.zoomOut, this.hoverClass, this.rotateRight, this.hoverClass, this.rotateLeft, this.hoverClass, this.mirrorImage, this.hoverClass, this.src, this.hoverClass, this.exifDataEvent, this.hoverClass, this.hideData, this.src, this.src);
}
}, {
key: "exifDataEvent",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/img-pan-zoom/img-pan-zoom.js b/build/es5-amd/node_modules/@lrnwebcomponents/img-pan-zoom/img-pan-zoom.js
index af4df0fbe5a..749a49354df 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/img-pan-zoom/img-pan-zoom.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/img-pan-zoom/img-pan-zoom.js
@@ -8,30 +8,30 @@ define(["exports", "meta", "require", "../../lit-element/lit-element.js", "../es
meta = babelHelpers.interopRequireWildcard(meta);
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject3_86ad43c022d211eaa0764d1a500fd781() {
+ function _templateObject3_41724a90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n position: relative;\n height: 500px;\n }\n #viewer {\n position: relative;\n height: 100%;\n width: 100%;\n }\n\n hexagon-loader {\n opacity: 0;\n display: block;\n transition: opacity 700ms;\n position: absolute;\n margin: auto;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n z-index: 1;\n height: 70px;\n width: 70px;\n }\n hexagon-loader[loading] {\n opacity: 1;\n }\n "]);
- _templateObject3_86ad43c022d211eaa0764d1a500fd781 = function _templateObject3_86ad43c022d211eaa0764d1a500fd781() {
+ _templateObject3_41724a90243411ea86f395335a802507 = function _templateObject3_41724a90243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_86ad43c022d211eaa0764d1a500fd781() {
+ function _templateObject2_41724a90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject2_86ad43c022d211eaa0764d1a500fd781 = function _templateObject2_86ad43c022d211eaa0764d1a500fd781() {
+ _templateObject2_41724a90243411ea86f395335a802507 = function _templateObject2_41724a90243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_86ad43c022d211eaa0764d1a500fd781() {
+ function _templateObject_41724a90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n\n \n
\n "]);
- _templateObject_86ad43c022d211eaa0764d1a500fd781 = function _templateObject_86ad43c022d211eaa0764d1a500fd781() {
+ _templateObject_41724a90243411ea86f395335a802507 = function _templateObject_41724a90243411ea86f395335a802507() {
return data;
};
@@ -54,7 +54,7 @@ define(["exports", "meta", "require", "../../lit-element/lit-element.js", "../es
babelHelpers.createClass(ImgPanZoom, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_86ad43c022d211eaa0764d1a500fd781(), !this.dzi ? (0, _litElement.html)(_templateObject2_86ad43c022d211eaa0764d1a500fd781(), this.hideSpinner, this.loading, this.loaded, this.loadedChangedEvent, this.loading, this.loadingChangedEvent, this.src) : "");
+ return (0, _litElement.html)(_templateObject_41724a90243411ea86f395335a802507(), !this.dzi ? (0, _litElement.html)(_templateObject2_41724a90243411ea86f395335a802507(), this.hideSpinner, this.loading, this.loaded, this.loadedChangedEvent, this.loading, this.loadingChangedEvent, this.src) : "");
}
}, {
key: "pathFromUrl",
@@ -73,7 +73,7 @@ define(["exports", "meta", "require", "../../lit-element/lit-element.js", "../es
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject3_86ad43c022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject3_41724a90243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/img-pan-zoom/lib/img-loader.js b/build/es5-amd/node_modules/@lrnwebcomponents/img-pan-zoom/lib/img-loader.js
index d6247e57c1c..da2187b8488 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/img-pan-zoom/lib/img-loader.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/img-pan-zoom/lib/img-loader.js
@@ -6,10 +6,10 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
});
_exports.ImgLoader = void 0;
- function _templateObject_92aed7b022d211eaa0764d1a500fd781() {
+ function _templateObject_4d904020243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_92aed7b022d211eaa0764d1a500fd781 = function _templateObject_92aed7b022d211eaa0764d1a500fd781() {
+ _templateObject_4d904020243411ea86f395335a802507 = function _templateObject_4d904020243411ea86f395335a802507() {
return data;
};
@@ -30,7 +30,7 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
* LitElement render
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_92aed7b022d211eaa0764d1a500fd781(), this.src);
+ return (0, _litElement.html)(_templateObject_4d904020243411ea86f395335a802507(), this.src);
}
/**
* convention
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/item-overlay-ops/item-overlay-ops.js b/build/es5-amd/node_modules/@lrnwebcomponents/item-overlay-ops/item-overlay-ops.js
index 3c6623081ab..2e3585b2c64 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/item-overlay-ops/item-overlay-ops.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/item-overlay-ops/item-overlay-ops.js
@@ -6,10 +6,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
});
_exports.ItemOverlayOps = void 0;
- function _templateObject_7b9106c022d211eaa0764d1a500fd781() {
+ function _templateObject_364dd030243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n
[[activeTitle]]
\n
\n
\n \n "], ["\n \n \n
\n
[[activeTitle]]
\n
\n
\n \n "]);
- _templateObject_7b9106c022d211eaa0764d1a500fd781 = function _templateObject_7b9106c022d211eaa0764d1a500fd781() {
+ _templateObject_364dd030243411ea86f395335a802507 = function _templateObject_364dd030243411ea86f395335a802507() {
return data;
};
@@ -227,7 +227,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_7b9106c022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_364dd030243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/json-editor/json-editor.js b/build/es5-amd/node_modules/@lrnwebcomponents/json-editor/json-editor.js
index 749eff5aa19..2d9bbdb1170 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/json-editor/json-editor.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/json-editor/json-editor.js
@@ -11,20 +11,20 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_7bbea67022d211eaa0764d1a500fd781() {
+ function _templateObject2_367de0e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n :host([hidden]) {\n display: none;\n }\n "]);
- _templateObject2_7bbea67022d211eaa0764d1a500fd781 = function _templateObject2_7bbea67022d211eaa0764d1a500fd781() {
+ _templateObject2_367de0e0243411ea86f395335a802507 = function _templateObject2_367de0e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_7bbea67022d211eaa0764d1a500fd781() {
+ function _templateObject_367de0e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n "]);
- _templateObject_7bbea67022d211eaa0764d1a500fd781 = function _templateObject_7bbea67022d211eaa0764d1a500fd781() {
+ _templateObject_367de0e0243411ea86f395335a802507 = function _templateObject_367de0e0243411ea86f395335a802507() {
return data;
};
@@ -45,14 +45,14 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_7bbea67022d211eaa0764d1a500fd781(), this.label, this.value, this.valueEvent, this.disabled, this.error, this.maxRows);
+ return (0, _litElement.html)(_templateObject_367de0e0243411ea86f395335a802507(), this.label, this.value, this.valueEvent, this.disabled, this.error, this.maxRows);
} // properties available to the custom element for data binding
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject2_7bbea67022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_367de0e0243411ea86f395335a802507())];
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/jwt-login/jwt-login.js b/build/es5-amd/node_modules/@lrnwebcomponents/jwt-login/jwt-login.js
index 7ceec19ea2a..cfd7a5599a2 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/jwt-login/jwt-login.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/jwt-login/jwt-login.js
@@ -10,20 +10,20 @@ define(["exports", "../../lit-element/lit-element.js", "../../@polymer/iron-ajax
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_7c49333022d211eaa0764d1a500fd781() {
+ function _templateObject2_36fe5b80243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject2_7c49333022d211eaa0764d1a500fd781 = function _templateObject2_7c49333022d211eaa0764d1a500fd781() {
+ _templateObject2_36fe5b80243411ea86f395335a802507 = function _templateObject2_36fe5b80243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_7c49333022d211eaa0764d1a500fd781() {
+ function _templateObject_36fe5b80243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_7c49333022d211eaa0764d1a500fd781 = function _templateObject_7c49333022d211eaa0764d1a500fd781() {
+ _templateObject_36fe5b80243411ea86f395335a802507 = function _templateObject_36fe5b80243411ea86f395335a802507() {
return data;
};
@@ -49,7 +49,7 @@ define(["exports", "../../lit-element/lit-element.js", "../../@polymer/iron-ajax
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_7c49333022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_36fe5b80243411ea86f395335a802507())];
}
}]);
@@ -73,7 +73,7 @@ define(["exports", "../../lit-element/lit-element.js", "../../@polymer/iron-ajax
babelHelpers.createClass(JwtLogin, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_7c49333022d211eaa0764d1a500fd781(), this.auto, this.method, this.url, this.loginResponse);
+ return (0, _litElement.html)(_templateObject2_36fe5b80243411ea86f395335a802507(), this.auto, this.method, this.url, this.loginResponse);
}
}, {
key: "updated",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/layout-builder/layout-builder.js b/build/es5-amd/node_modules/@lrnwebcomponents/layout-builder/layout-builder.js
index 5ddaf3b3f89..84e8c549ca2 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/layout-builder/layout-builder.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/layout-builder/layout-builder.js
@@ -10,10 +10,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_7ca276c022d211eaa0764d1a500fd781() {
+ function _templateObject_3744da60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n
Insert into [[type]] \n
\n
\n
\n \n "]);
- _templateObject_7ca276c022d211eaa0764d1a500fd781 = function _templateObject_7ca276c022d211eaa0764d1a500fd781() {
+ _templateObject_3744da60243411ea86f395335a802507 = function _templateObject_3744da60243411ea86f395335a802507() {
return data;
};
@@ -87,7 +87,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
key: "template",
// render function
get: function get() {
- return (0, _polymerElement.html)(_templateObject_7ca276c022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3744da60243411ea86f395335a802507());
} // haxProperty definition
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/learn-two-theme/learn-two-theme.js b/build/es5-amd/node_modules/@lrnwebcomponents/learn-two-theme/learn-two-theme.js
index f8cd80f5f3a..7e657326cb4 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/learn-two-theme/learn-two-theme.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/learn-two-theme/learn-two-theme.js
@@ -11,20 +11,20 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../haxcms-ele
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_7d46f42022d211eaa0764d1a500fd781() {
+ function _templateObject2_38028510243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n --__learn-two-theme-default-font-family: var(\n --learn-two-theme-default-font-family,\n \"Muli, Helvetica, Tahoma, Geneva, Arial, sans-serif\"\n );\n --__learn-two-theme-default-background: var(\n --learn-two-theme-default-background,\n #ffffff\n );\n display: block;\n font-family: var(\n --learn-two-theme-font-family,\n var(--__learn-two-theme-default-font-family)\n );\n letter-spacing: var(--learn-two-theme-letter-spacing, -0.03rem);\n font-weight: var(--learn-two-theme-font-weight, 400);\n background: var(\n --learn-two-theme-background,\n var(--__learn-two-theme-default-background)\n );\n }\n html,\n body {\n background: var(\n --learn-two-theme-html-body-background,\n var(--__learn-two-theme-default-background)\n );\n }\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n font-family: var(\n --learn-two-theme-headers-font-family,\n var(--__learn-two-theme-default-font-family)\n );\n font-weight: var(--learn-two-theme-headers-font-weight, 400);\n text-rendering: var(\n --learn-two-theme-headers-text-rendering,\n optimizeLegibility\n );\n line-height: var(--learn-two-theme-headers-line-height, 150%);\n letter-spacing: var(--learn-two-theme-headers-letter-spacing, 150%);\n }\n\n :host([hidden]) {\n display: none;\n }\n\n :host([edit-mode]) #slot {\n display: none;\n }\n\n #contentcontainer {\n padding: var(--learn-two-theme-contentcontainer-padding, 48px 96px);\n max-width: var(--learn-two-theme-contentcontainer-max-width, 900px);\n margin: var(--learn-two-theme-contentcontainer-margin, auto);\n }\n\n .header {\n background: #747474;\n color: #fafafa;\n text-align: center;\n padding: 0rem 1rem 2rem 1rem;\n }\n\n site-git-corner {\n top: 0;\n right: 0;\n position: absolute;\n z-index: 1000;\n }\n\n site-menu::-webkit-scrollbar-track {\n -webkit-box-shadow: inset 0 0 4px rgba(56, 63, 69, 0.9);\n border-radius: 0;\n background-color: #383f45;\n }\n site-menu::-webkit-scrollbar {\n width: 2px;\n background-color: #383f45;\n }\n site-menu::-webkit-scrollbar-thumb {\n border-radius: 1px;\n -webkit-box-shadow: inset 0 0 4px #747474;\n background-color: #383f45;\n }\n .rss-buttons {\n justify-content: space-evenly;\n display: flex;\n }\n site-print-button {\n --site-print-button-button: {\n color: white;\n }\n }\n\n h-a-x {\n padding: 0 !important;\n }\n\n :host([edit-mode]) app-drawer {\n opacity: 0.2;\n pointer-events: none;\n }\n\n :host([is-logged-in]) app-drawer {\n left: 48px;\n }\n :host([is-logged-in]) app-drawer-layout[narrow] {\n margin: 0 0 0 48px;\n }\n\n git-corner {\n float: right;\n }\n\n app-drawer {\n opacity: 1;\n transition: 0.2s linear all;\n box-shadow: 0 0 6px -3px var(--haxcms-color, black);\n overflow: hidden;\n width: 300px;\n }\n app-drawer-layout[narrow] #contentcontainer {\n padding: 0 16px;\n }\n #menubutton,\n #menubutton2 {\n display: none;\n }\n app-drawer-layout[narrow] #menubutton {\n display: block;\n }\n app-drawer-layout[narrow] #menubutton2 {\n display: block;\n position: absolute;\n z-index: 1;\n }\n app-drawer-layout[narrow] .header {\n padding: 0;\n }\n :host([is-logged-in]) site-menu-button[type=\"prev\"] {\n left: 348px;\n }\n site-menu-button:not([disabled]):hover,\n site-menu-button:not([disabled]):active,\n site-menu-button:not([disabled]):focus {\n opacity: 1;\n background-color: rgba(0, 0, 0, 0.1);\n }\n app-drawer-layout[narrow] site-menu {\n max-height: calc(100vh - 160px);\n }\n site-menu-button[type=\"next\"] {\n right: 0;\n left: unset;\n }\n\n :host([is-logged-in])\n app-drawer-layout[narrow]\n site-menu-button[type=\"prev\"],\n app-drawer-layout[narrow] site-menu-button[type=\"prev\"] {\n left: unset;\n }\n :host([opened]) app-drawer-layout[narrow] site-menu-button[type=\"prev\"],\n :host([opened])\n app-drawer-layout[narrow]\n site-menu-button[type=\"next\"] {\n display: none;\n }\n\n site-title {\n position: relative;\n overflow: hidden;\n }\n site-menu {\n background-color: #383f45;\n color: #ffffff;\n padding: 0;\n overflow: scroll;\n max-height: calc(100vh - 200px);\n --site-menu-active-color: #ffffff;\n --site-menu-item-active-item-color: #2d3237;\n }\n app-drawer-layout {\n min-height: 100vh;\n min-height: -moz-available;\n min-height: -webkit-fill-available;\n min-height: fill-available;\n --app-drawer-width: 300px;\n --app-drawer-scrim-background: rgba(80, 80, 80, 0.8);\n }\n site-menu-button {\n position: fixed;\n top: 0;\n bottom: 0;\n left: 300px;\n z-index: 1;\n --site-menu-button-icon-width: 64px;\n --site-menu-button-icon-height: 64px;\n --site-menu-button-icon-fill-color: #2d3237;\n }\n app-drawer-layout[narrow] site-menu-button {\n bottom: 0;\n top: unset;\n }\n site-menu,\n map-menu,\n map-menu * {\n display: flex;\n flex-direction: column;\n flex: 1 1 auto;\n }\n "]);
- _templateObject2_7d46f42022d211eaa0764d1a500fd781 = function _templateObject2_7d46f42022d211eaa0764d1a500fd781() {
+ _templateObject2_38028510243411ea86f395335a802507 = function _templateObject2_38028510243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_7d46f42022d211eaa0764d1a500fd781() {
+ function _templateObject_38028510243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_7d46f42022d211eaa0764d1a500fd781 = function _templateObject_7d46f42022d211eaa0764d1a500fd781() {
+ _templateObject_38028510243411ea86f395335a802507 = function _templateObject_38028510243411ea86f395335a802507() {
return data;
};
@@ -47,14 +47,14 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../haxcms-ele
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_7d46f42022d211eaa0764d1a500fd781(), this.toggleDrawer, this.opened, this.__openedChanged, this.toggleDrawer, this.editMode, this.siteModalClick, this.editMode, this.editMode, this.editMode, this.editMode);
+ return (0, _litElement.html)(_templateObject_38028510243411ea86f395335a802507(), this.toggleDrawer, this.opened, this.__openedChanged, this.toggleDrawer, this.editMode, this.siteModalClick, this.editMode, this.editMode, this.editMode, this.editMode);
} // properties available to the custom element for data binding
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject2_7d46f42022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_38028510243411ea86f395335a802507())];
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/license-element/license-element.js b/build/es5-amd/node_modules/@lrnwebcomponents/license-element/license-element.js
index ad2f80bbcfe..478c5d5cdbe 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/license-element/license-element.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/license-element/license-element.js
@@ -10,40 +10,40 @@ define(["exports", "../../lit-element/lit-element.js", "../schema-behaviors/sche
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject4_7d6d19c022d211eaa0764d1a500fd781() {
+ function _templateObject4_382cf070243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n font-size: 16px;\n line-height: 32px;\n --license-text-color: #222222;\n --license-background-color: #f2f2f2;\n background-color: var(--license-background-color);\n }\n :host:after {\n content: \"License\";\n position: relative;\n float: right;\n bottom: 36px;\n right: 8px;\n font-size: 28px;\n color: #dddddd;\n font-style: italic;\n }\n .license-body {\n padding: 32px;\n font-style: italic;\n background-color: var(--license-background-color);\n color: var(--license-text-color);\n }\n\n :host([display-method=\"footnote\"]) {\n visibility: hidden;\n opacity: 0;\n }\n :host([display-method=\"popup\"]) {\n display: block;\n }\n .license-link {\n font-style: italic;\n }\n .big-license-link img {\n margin-right: 8px;\n margin-bottom: 8px;\n width: 88px;\n height: 31px;\n vertical-align: middle;\n }\n .work-title {\n font-weight: bold;\n }\n "]);
- _templateObject4_7d6d19c022d211eaa0764d1a500fd781 = function _templateObject4_7d6d19c022d211eaa0764d1a500fd781() {
+ _templateObject4_382cf070243411ea86f395335a802507 = function _templateObject4_382cf070243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_7d6d19c022d211eaa0764d1a500fd781() {
+ function _templateObject3_382cf070243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n Permissions beyond the scope of this license are available\n ", " . \n "]);
- _templateObject3_7d6d19c022d211eaa0764d1a500fd781 = function _templateObject3_7d6d19c022d211eaa0764d1a500fd781() {
+ _templateObject3_382cf070243411ea86f395335a802507 = function _templateObject3_382cf070243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_7d6d19c022d211eaa0764d1a500fd781() {
+ function _templateObject2_382cf070243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_7d6d19c022d211eaa0764d1a500fd781 = function _templateObject2_7d6d19c022d211eaa0764d1a500fd781() {
+ _templateObject2_382cf070243411ea86f395335a802507 = function _templateObject2_382cf070243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_7d6d19c022d211eaa0764d1a500fd781() {
+ function _templateObject_382cf070243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n ", "\n
", " \n by\n
", " \n is licensed under a\n
", " .
\n ", "\n
\n "]);
- _templateObject_7d6d19c022d211eaa0764d1a500fd781 = function _templateObject_7d6d19c022d211eaa0764d1a500fd781() {
+ _templateObject_382cf070243411ea86f395335a802507 = function _templateObject_382cf070243411ea86f395335a802507() {
return data;
};
@@ -118,7 +118,7 @@ define(["exports", "../../lit-element/lit-element.js", "../schema-behaviors/sche
babelHelpers.createClass(LicenseElement, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_7d6d19c022d211eaa0764d1a500fd781(), this.licenseLink, this.licenseName, this.licenseLink, this.licenseImage ? (0, _litElement.html)(_templateObject2_7d6d19c022d211eaa0764d1a500fd781(), this.licenseLink, this.licenseName, this.licenseImage) : "", this.title, this.source, this.creator, this.licenseLink, this.licenseName, this.source, this.hasMore ? (0, _litElement.html)(_templateObject3_7d6d19c022d211eaa0764d1a500fd781(), this.moreLink, this.moreLabel) : "");
+ return (0, _litElement.html)(_templateObject_382cf070243411ea86f395335a802507(), this.licenseLink, this.licenseName, this.licenseLink, this.licenseImage ? (0, _litElement.html)(_templateObject2_382cf070243411ea86f395335a802507(), this.licenseLink, this.licenseName, this.licenseImage) : "", this.title, this.source, this.creator, this.licenseLink, this.licenseName, this.source, this.hasMore ? (0, _litElement.html)(_templateObject3_382cf070243411ea86f395335a802507(), this.moreLink, this.moreLabel) : "");
}
}], [{
key: "styles",
@@ -127,7 +127,7 @@ define(["exports", "../../lit-element/lit-element.js", "../schema-behaviors/sche
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject4_7d6d19c022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject4_382cf070243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-aside/lrn-aside.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-aside/lrn-aside.js
index 368c3bd802c..3161d821897 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-aside/lrn-aside.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-aside/lrn-aside.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js"], func
_exports.LrnAside = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_7e15dce022d211eaa0764d1a500fd781() {
+ function _templateObject_384ad8b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject_7e15dce022d211eaa0764d1a500fd781 = function _templateObject_7e15dce022d211eaa0764d1a500fd781() {
+ _templateObject_384ad8b0243411ea86f395335a802507 = function _templateObject_384ad8b0243411ea86f395335a802507() {
return data;
};
@@ -43,7 +43,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js"], func
babelHelpers.createClass(LrnAside, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_7e15dce022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_384ad8b0243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-assignment/lib/lrn-assignment-button.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-assignment/lib/lrn-assignment-button.js
index 9564e05a442..399086f5c02 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-assignment/lib/lrn-assignment-button.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-assignment/lib/lrn-assignment-button.js
@@ -6,40 +6,40 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/pap
});
_exports.LrnAssignmentButton = void 0;
- function _templateObject4_92b196d022d211eaa0764d1a500fd781() {
+ function _templateObject4_4d959750243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n a {\n color: inherit;\n text-decoration: inherit;\n }\n paper-button {\n background: #b0e6f9;\n }\n paper-button[complete] {\n background: #e7ffe7;\n }\n iron-icon {\n margin-left: 8px;\n opacity: 0.8;\n }\n "]);
- _templateObject4_92b196d022d211eaa0764d1a500fd781 = function _templateObject4_92b196d022d211eaa0764d1a500fd781() {
+ _templateObject4_4d959750243411ea86f395335a802507 = function _templateObject4_4d959750243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_92b196d022d211eaa0764d1a500fd781() {
+ function _templateObject3_4d959750243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject3_92b196d022d211eaa0764d1a500fd781 = function _templateObject3_92b196d022d211eaa0764d1a500fd781() {
+ _templateObject3_4d959750243411ea86f395335a802507 = function _templateObject3_4d959750243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_92b196d022d211eaa0764d1a500fd781() {
+ function _templateObject2_4d959750243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject2_92b196d022d211eaa0764d1a500fd781 = function _templateObject2_92b196d022d211eaa0764d1a500fd781() {
+ _templateObject2_4d959750243411ea86f395335a802507 = function _templateObject2_4d959750243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_92b196d022d211eaa0764d1a500fd781() {
+ function _templateObject_4d959750243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n ", "\n \n "]);
- _templateObject_92b196d022d211eaa0764d1a500fd781 = function _templateObject_92b196d022d211eaa0764d1a500fd781() {
+ _templateObject_4d959750243411ea86f395335a802507 = function _templateObject_4d959750243411ea86f395335a802507() {
return data;
};
@@ -57,7 +57,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/pap
* LitElement render
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_92b196d022d211eaa0764d1a500fd781(), this.url, this.open ? (0, _litElement.html)(_templateObject2_92b196d022d211eaa0764d1a500fd781(), this.title) : "", this.complete ? (0, _litElement.html)(_templateObject3_92b196d022d211eaa0764d1a500fd781(), this.title) : "");
+ return (0, _litElement.html)(_templateObject_4d959750243411ea86f395335a802507(), this.url, this.open ? (0, _litElement.html)(_templateObject2_4d959750243411ea86f395335a802507(), this.title) : "", this.complete ? (0, _litElement.html)(_templateObject3_4d959750243411ea86f395335a802507(), this.title) : "");
}
}], [{
key: "styles",
@@ -66,7 +66,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/pap
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject4_92b196d022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject4_4d959750243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-assignment/lrn-assignment.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-assignment/lrn-assignment.js
index accfc3fd6cb..b42f804bccd 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-assignment/lrn-assignment.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-assignment/lrn-assignment.js
@@ -6,20 +6,20 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
});
_exports.LrnAssignments = _exports.LrnAssignment = void 0;
- function _templateObject2_7d90593022d211eaa0764d1a500fd781() {
+ function _templateObject2_387c21e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n\n \n \n \n "]);
- _templateObject2_7d90593022d211eaa0764d1a500fd781 = function _templateObject2_7d90593022d211eaa0764d1a500fd781() {
+ _templateObject2_387c21e0243411ea86f395335a802507 = function _templateObject2_387c21e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_7d90593022d211eaa0764d1a500fd781() {
+ function _templateObject_387c21e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n [[details]]
\n \n \n "]);
- _templateObject_7d90593022d211eaa0764d1a500fd781 = function _templateObject_7d90593022d211eaa0764d1a500fd781() {
+ _templateObject_387c21e0243411ea86f395335a802507 = function _templateObject_387c21e0243411ea86f395335a802507() {
return data;
};
@@ -44,7 +44,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
babelHelpers.createClass(LrnAssignment, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_7d90593022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_387c21e0243411ea86f395335a802507());
}
}, {
key: "tag",
@@ -134,7 +134,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject2_7d90593022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject2_387c21e0243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-button/lrn-button.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-button/lrn-button.js
index 021a7568703..9784f24b687 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-button/lrn-button.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-button/lrn-button.js
@@ -11,40 +11,40 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../materializ
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject4_7dd0e4a022d211eaa0764d1a500fd781() {
+ function _templateObject4_38af66e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n --lrnsys-button-height: 48px;\n }\n\n :host(.center) {\n text-align: center;\n }\n\n a {\n text-decoration: none;\n display: block;\n color: #000000;\n }\n\n paper-button {\n transition: 0.3s;\n margin: 0;\n max-width: 50%;\n height: inherit;\n -webkit-justify-content: flex-start;\n justify-content: flex-start;\n align-items: center;\n border-radius: unset;\n }\n\n paper-button iron-icon {\n height: var(--lrnsys-button-height);\n margin: 0 12px;\n }\n\n paper-button div.inner {\n height: var(--lrnsys-button-height);\n line-height: var(--lrnsys-button-height);\n padding: 0 12px;\n }\n\n paper-button span.label {\n height: var(--lrnsys-button-height);\n line-height: var(--lrnsys-button-height);\n }\n\n .no-margin {\n margin: 0 !important;\n }\n\n .no-right-padding {\n padding-right: 0 !important;\n }\n\n .no-left-padding {\n padding-left: 0 !important;\n }\n\n .center {\n text-align: center;\n margin: 0 auto;\n }\n "]);
- _templateObject4_7dd0e4a022d211eaa0764d1a500fd781 = function _templateObject4_7dd0e4a022d211eaa0764d1a500fd781() {
+ _templateObject4_38af66e0243411ea86f395335a802507 = function _templateObject4_38af66e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_7dd0e4a022d211eaa0764d1a500fd781() {
+ function _templateObject3_38af66e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n "]);
- _templateObject3_7dd0e4a022d211eaa0764d1a500fd781 = function _templateObject3_7dd0e4a022d211eaa0764d1a500fd781() {
+ _templateObject3_38af66e0243411ea86f395335a802507 = function _templateObject3_38af66e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_7dd0e4a022d211eaa0764d1a500fd781() {
+ function _templateObject2_38af66e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_7dd0e4a022d211eaa0764d1a500fd781 = function _templateObject2_7dd0e4a022d211eaa0764d1a500fd781() {
+ _templateObject2_38af66e0243411ea86f395335a802507 = function _templateObject2_38af66e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_7dd0e4a022d211eaa0764d1a500fd781() {
+ function _templateObject_38af66e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n ", "\n ", "\n \n
\n \n \n ", " \n "]);
- _templateObject_7dd0e4a022d211eaa0764d1a500fd781 = function _templateObject_7dd0e4a022d211eaa0764d1a500fd781() {
+ _templateObject_38af66e0243411ea86f395335a802507 = function _templateObject_38af66e0243411ea86f395335a802507() {
return data;
};
@@ -65,14 +65,14 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../materializ
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_7dd0e4a022d211eaa0764d1a500fd781(), this.showHref, this.prefetch, this.target, this.raised, this.class, this.color, this.textColor, this.disabled, this.innerClass, this.icon ? (0, _litElement.html)(_templateObject2_7dd0e4a022d211eaa0764d1a500fd781(), this.icon, this.iconClass) : "", this.label ? (0, _litElement.html)(_templateObject3_7dd0e4a022d211eaa0764d1a500fd781(), this.label) : "", this.alt);
+ return (0, _litElement.html)(_templateObject_38af66e0243411ea86f395335a802507(), this.showHref, this.prefetch, this.target, this.raised, this.class, this.color, this.textColor, this.disabled, this.innerClass, this.icon ? (0, _litElement.html)(_templateObject2_38af66e0243411ea86f395335a802507(), this.icon, this.iconClass) : "", this.label ? (0, _litElement.html)(_templateObject3_38af66e0243411ea86f395335a802507(), this.label) : "", this.alt);
} // properties available to the custom element for data binding
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject4_7dd0e4a022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject4_38af66e0243411ea86f395335a802507())];
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-calendar/lib/lrn-calendar-date.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-calendar/lib/lrn-calendar-date.js
index 0a712f7eeb6..1961581785b 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-calendar/lib/lrn-calendar-date.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-calendar/lib/lrn-calendar-date.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.LrnCalendarDate = void 0;
- function _templateObject_92b62ab022d211eaa0764d1a500fd781() {
+ function _templateObject_4d9aa060243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n
\n
\n [[getWeek(date)]] \n \n
\n \n
\n "]);
- _templateObject_92b62ab022d211eaa0764d1a500fd781 = function _templateObject_92b62ab022d211eaa0764d1a500fd781() {
+ _templateObject_4d9aa060243411ea86f395335a802507 = function _templateObject_4d9aa060243411ea86f395335a802507() {
return data;
};
@@ -228,7 +228,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_92b62ab022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4d9aa060243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-calendar/lrn-calendar.es6.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-calendar/lrn-calendar.es6.js
index b9c7fa0ba5a..f8f58a97630 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-calendar/lrn-calendar.es6.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-calendar/lrn-calendar.es6.js
@@ -8,10 +8,10 @@ define(["exports", "meta", "require", "../../@polymer/polymer/polymer-element.js
meta = babelHelpers.interopRequireWildcard(meta);
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_69b72bf022d211eaa0764d1a500fd781() {
+ function _templateObject_229152b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n "]);
- _templateObject_69b72bf022d211eaa0764d1a500fd781 = function _templateObject_69b72bf022d211eaa0764d1a500fd781() {
+ _templateObject_229152b0243411ea86f395335a802507 = function _templateObject_229152b0243411ea86f395335a802507() {
return data;
};
@@ -88,7 +88,7 @@ define(["exports", "meta", "require", "../../@polymer/polymer/polymer-element.js
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_69b72bf022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_229152b0243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-calendar/lrn-calendar.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-calendar/lrn-calendar.js
index a357eaf15c0..2159831ef24 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-calendar/lrn-calendar.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-calendar/lrn-calendar.js
@@ -8,10 +8,10 @@ define(["exports", "meta", "require", "../../@polymer/polymer/polymer-element.js
meta = babelHelpers.interopRequireWildcard(meta);
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_6d9af5d022d211eaa0764d1a500fd781() {
+ function _templateObject_26d7fd10243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n "]);
- _templateObject_6d9af5d022d211eaa0764d1a500fd781 = function _templateObject_6d9af5d022d211eaa0764d1a500fd781() {
+ _templateObject_26d7fd10243411ea86f395335a802507 = function _templateObject_26d7fd10243411ea86f395335a802507() {
return data;
};
@@ -88,7 +88,7 @@ define(["exports", "meta", "require", "../../@polymer/polymer/polymer-element.js
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_6d9af5d022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_26d7fd10243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-content/lrn-content.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-content/lrn-content.js
index bc9b109956f..4873143056f 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-content/lrn-content.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-content/lrn-content.js
@@ -6,30 +6,30 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
});
_exports.LrnContent = void 0;
- function _templateObject3_7deafc5022d211eaa0764d1a500fd781() {
+ function _templateObject3_38d9ab30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n "]);
- _templateObject3_7deafc5022d211eaa0764d1a500fd781 = function _templateObject3_7deafc5022d211eaa0764d1a500fd781() {
+ _templateObject3_38d9ab30243411ea86f395335a802507 = function _templateObject3_38d9ab30243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_7deafc5022d211eaa0764d1a500fd781() {
+ function _templateObject2_38d9ab30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject2_7deafc5022d211eaa0764d1a500fd781 = function _templateObject2_7deafc5022d211eaa0764d1a500fd781() {
+ _templateObject2_38d9ab30243411ea86f395335a802507 = function _templateObject2_38d9ab30243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_7deafc5022d211eaa0764d1a500fd781() {
+ function _templateObject_38d9ab30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_7deafc5022d211eaa0764d1a500fd781 = function _templateObject_7deafc5022d211eaa0764d1a500fd781() {
+ _templateObject_38d9ab30243411ea86f395335a802507 = function _templateObject_38d9ab30243411ea86f395335a802507() {
return data;
};
@@ -56,7 +56,7 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
babelHelpers.createClass(LrnContent, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_7deafc5022d211eaa0764d1a500fd781(), this.title ? (0, _litElement.html)(_templateObject2_7deafc5022d211eaa0764d1a500fd781(), this.title) : "");
+ return (0, _litElement.html)(_templateObject_38d9ab30243411ea86f395335a802507(), this.title ? (0, _litElement.html)(_templateObject2_38d9ab30243411ea86f395335a802507(), this.title) : "");
}
}], [{
key: "styles",
@@ -65,7 +65,7 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject3_7deafc5022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject3_38d9ab30243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-gitgraph/lrn-gitgraph.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-gitgraph/lrn-gitgraph.js
index 8499191fb2d..c54a654ad6a 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-gitgraph/lrn-gitgraph.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-gitgraph/lrn-gitgraph.js
@@ -6,10 +6,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "./lib/gitgraph.
});
_exports.LrnGitgraph = void 0;
- function _templateObject_7e3b182022d211eaa0764d1a500fd781() {
+ function _templateObject_38f7e190243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject_7e3b182022d211eaa0764d1a500fd781 = function _templateObject_7e3b182022d211eaa0764d1a500fd781() {
+ _templateObject_38f7e190243411ea86f395335a802507 = function _templateObject_38f7e190243411ea86f395335a802507() {
return data;
};
@@ -116,7 +116,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "./lib/gitgraph.
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_7e3b182022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_38f7e190243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-icon/lrn-icon.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-icon/lrn-icon.js
index 0076a7ea8bc..9015dbd5589 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-icon/lrn-icon.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-icon/lrn-icon.js
@@ -6,10 +6,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
});
_exports.LrnIcon = void 0;
- function _templateObject_7e85679022d211eaa0764d1a500fd781() {
+ function _templateObject_3963c2c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject_7e85679022d211eaa0764d1a500fd781 = function _templateObject_7e85679022d211eaa0764d1a500fd781() {
+ _templateObject_3963c2c0243411ea86f395335a802507 = function _templateObject_3963c2c0243411ea86f395335a802507() {
return data;
};
@@ -168,7 +168,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_7e85679022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3963c2c0243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-markdown-editor/lib/lrn-markdown-editor-editor.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-markdown-editor/lib/lrn-markdown-editor-editor.js
index 913e399655a..6d33cb0f84c 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-markdown-editor/lib/lrn-markdown-editor-editor.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-markdown-editor/lib/lrn-markdown-editor-editor.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js", "../../mtz-marked-edit
});
_exports.LrnMarkdownEditorEditor = void 0;
- function _templateObject2_92b8c2c022d211eaa0764d1a500fd781() {
+ function _templateObject2_4d9d5f80243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n\n .mtz-controls {\n display: flex;\n width: 100%;\n }\n\n .mtz-toolbar {\n flex-grow: 5;\n }\n "]);
- _templateObject2_92b8c2c022d211eaa0764d1a500fd781 = function _templateObject2_92b8c2c022d211eaa0764d1a500fd781() {
+ _templateObject2_4d9d5f80243411ea86f395335a802507 = function _templateObject2_4d9d5f80243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_92b8c2c022d211eaa0764d1a500fd781() {
+ function _templateObject_4d9d5f80243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n
\n \n \n "]);
- _templateObject_92b8c2c022d211eaa0764d1a500fd781 = function _templateObject_92b8c2c022d211eaa0764d1a500fd781() {
+ _templateObject_4d9d5f80243411ea86f395335a802507 = function _templateObject_4d9d5f80243411ea86f395335a802507() {
return data;
};
@@ -43,7 +43,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../mtz-marked-edit
* LitElement render
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_92b8c2c022d211eaa0764d1a500fd781(), this.content, this._contentChanged);
+ return (0, _litElement.html)(_templateObject_4d9d5f80243411ea86f395335a802507(), this.content, this._contentChanged);
}
}, {
key: "_contentChanged",
@@ -91,7 +91,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../mtz-marked-edit
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_92b8c2c022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4d9d5f80243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-markdown-editor/lrn-markdown-editor.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-markdown-editor/lrn-markdown-editor.js
index 597fb8c9f39..9daf017facf 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-markdown-editor/lrn-markdown-editor.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-markdown-editor/lrn-markdown-editor.js
@@ -6,20 +6,20 @@ define(["exports", "../../lit-element/lit-element.js", "../../@polymer/paper-tab
});
_exports.LrnMarkdownEditor = void 0;
- function _templateObject2_8bffb8d022d211eaa0764d1a500fd781() {
+ function _templateObject2_46eb3360243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n\n #split-pane {\n display: flex;\n }\n\n .split-pane > * {\n flex: 1 1 auto;\n min-height: 160px;\n }\n\n .preview-pane {\n background: lightblue;\n }\n\n div.pane {\n padding: 16px;\n width: calc(100% - 32px);\n }\n\n paper-tabs {\n background: #f5f5f5;\n border-style: solid;\n border-color: #dcdcdc;\n border-width: 1px;\n min-width: 500px;\n }\n\n marked-element.lrn-markdown-editor {\n width: 100%;\n word-wrap: break-word;\n }\n\n .container-flex {\n display: flex;\n flex-wrap: nowrap;\n }\n\n .split-pane .container-flex > * {\n width: 50%;\n }\n\n .split-pane marked-element {\n width: calc(100% - 32px);\n min-width: 150px;\n margin: 0 16px;\n padding: 0 16px;\n background: #fff;\n border-left: solid #dcdcdc 1px;\n }\n "]);
- _templateObject2_8bffb8d022d211eaa0764d1a500fd781 = function _templateObject2_8bffb8d022d211eaa0764d1a500fd781() {
+ _templateObject2_46eb3360243411ea86f395335a802507 = function _templateObject2_46eb3360243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8bffb8d022d211eaa0764d1a500fd781() {
+ function _templateObject_46eb3360243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n \n\n \n\n \n \n "]);
- _templateObject_8bffb8d022d211eaa0764d1a500fd781 = function _templateObject_8bffb8d022d211eaa0764d1a500fd781() {
+ _templateObject_46eb3360243411ea86f395335a802507 = function _templateObject_46eb3360243411ea86f395335a802507() {
return data;
};
@@ -48,7 +48,7 @@ define(["exports", "../../lit-element/lit-element.js", "../../@polymer/paper-tab
* LitElement render
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_8bffb8d022d211eaa0764d1a500fd781(), this.selected, this.__selectedChanged, this.selected, this.__selectedChanged, this.content, this.__contentChanged, this.content, this.__contentChanged, this.content, this.__contentChanged, this.content, this.__contentChanged);
+ return (0, _litElement.html)(_templateObject_46eb3360243411ea86f395335a802507(), this.selected, this.__selectedChanged, this.selected, this.__selectedChanged, this.content, this.__contentChanged, this.content, this.__contentChanged, this.content, this.__contentChanged, this.content, this.__contentChanged);
}
}, {
key: "__selectedChanged",
@@ -67,7 +67,7 @@ define(["exports", "../../lit-element/lit-element.js", "../../@polymer/paper-tab
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_8bffb8d022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_46eb3360243411ea86f395335a802507())];
}
}]);
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-page/lrn-page.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-page/lrn-page.js
index 937e4737621..6a471d8bd47 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-page/lrn-page.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-page/lrn-page.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
_exports.LrnPage = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_7f9c55d022d211eaa0764d1a500fd781() {
+ function _templateObject2_3a3bd340243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_7f9c55d022d211eaa0764d1a500fd781 = function _templateObject2_7f9c55d022d211eaa0764d1a500fd781() {
+ _templateObject2_3a3bd340243411ea86f395335a802507 = function _templateObject2_3a3bd340243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_7f9c55d022d211eaa0764d1a500fd781() {
+ function _templateObject_3a3bd340243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n "]);
- _templateObject_7f9c55d022d211eaa0764d1a500fd781 = function _templateObject_7f9c55d022d211eaa0764d1a500fd781() {
+ _templateObject_3a3bd340243411ea86f395335a802507 = function _templateObject_3a3bd340243411ea86f395335a802507() {
return data;
};
@@ -45,7 +45,7 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_7f9c55d022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_3a3bd340243411ea86f395335a802507())];
}
}]);
@@ -63,7 +63,7 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
babelHelpers.createClass(LrnPage, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_7f9c55d022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject2_3a3bd340243411ea86f395335a802507());
}
}], [{
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-shared-styles/lib/lrn-shared-styles-demo.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-shared-styles/lib/lrn-shared-styles-demo.js
index f4ff628f984..5d09edb965a 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-shared-styles/lib/lrn-shared-styles-demo.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-shared-styles/lib/lrn-shared-styles-demo.js
@@ -1,10 +1,10 @@
define(["../../../@polymer/polymer/polymer-element.js", "../lrn-shared-styles.js"], function (_polymerElement, _lrnSharedStyles) {
"use strict";
- function _templateObject_92b9fb4022d211eaa0764d1a500fd781() {
+ function _templateObject_4d9e70f0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n This text can only be read on screen readers. It is not visible on screen.
\n This text can only be read on screen. It will not print.
\n This text can only be read when printed. It will not be visible on screen.
"]);
- _templateObject_92b9fb4022d211eaa0764d1a500fd781 = function _templateObject_92b9fb4022d211eaa0764d1a500fd781() {
+ _templateObject_4d9e70f0243411ea86f395335a802507 = function _templateObject_4d9e70f0243411ea86f395335a802507() {
return data;
};
@@ -25,7 +25,7 @@ define(["../../../@polymer/polymer/polymer-element.js", "../lrn-shared-styles.js
babelHelpers.createClass(LrnSharedStylesDemo, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_92b9fb4022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4d9e70f0243411ea86f395335a802507());
}
}]);
return LrnSharedStylesDemo;
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-shared-styles/lrn-shared-styles.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-shared-styles/lrn-shared-styles.js
index 946ea5f557c..1ad7ee8fedd 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-shared-styles/lrn-shared-styles.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-shared-styles/lrn-shared-styles.js
@@ -1,10 +1,10 @@
define(["../../@polymer/polymer/polymer-element.js", "../../@polymer/polymer/lib/elements/dom-module.js", "../../@polymer/iron-flex-layout/iron-flex-layout-classes.js"], function (_polymerElement, _domModule, _ironFlexLayoutClasses) {
"use strict";
- function _templateObject_7fae573022d211eaa0764d1a500fd781() {
+ function _templateObject_3a604b30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n"]);
- _templateObject_7fae573022d211eaa0764d1a500fd781 = function _templateObject_7fae573022d211eaa0764d1a500fd781() {
+ _templateObject_3a604b30243411ea86f395335a802507 = function _templateObject_3a604b30243411ea86f395335a802507() {
return data;
};
@@ -12,7 +12,7 @@ define(["../../@polymer/polymer/polymer-element.js", "../../@polymer/polymer/lib
}
var styleElement = document.createElement("dom-module");
- var css = (0, _polymerElement.html)(_templateObject_7fae573022d211eaa0764d1a500fd781());
+ var css = (0, _polymerElement.html)(_templateObject_3a604b30243411ea86f395335a802507());
styleElement.appendChild(css);
styleElement.register("lrn-shared-styles");
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-table/lrn-table.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-table/lrn-table.js
index 448e9305165..395887a09f9 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-table/lrn-table.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-table/lrn-table.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../s
_exports.LrnTable = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_7fc8bd0022d211eaa0764d1a500fd781() {
+ function _templateObject_3a74e4a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
[[title]]
\n
\n \n \n
\n
\n "]);
- _templateObject_7fc8bd0022d211eaa0764d1a500fd781 = function _templateObject_7fc8bd0022d211eaa0764d1a500fd781() {
+ _templateObject_3a74e4a0243411ea86f395335a802507 = function _templateObject_3a74e4a0243411ea86f395335a802507() {
return data;
};
@@ -49,7 +49,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../s
babelHelpers.createClass(LrnTable, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_7fc8bd0022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3a74e4a0243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-vocab/lrn-vocab.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-vocab/lrn-vocab.js
index 44524960b97..754d5424aad 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrn-vocab/lrn-vocab.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrn-vocab/lrn-vocab.js
@@ -11,20 +11,20 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_7ff9df2022d211eaa0764d1a500fd781() {
+ function _templateObject2_3a94c8b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject2_7ff9df2022d211eaa0764d1a500fd781 = function _templateObject2_7ff9df2022d211eaa0764d1a500fd781() {
+ _templateObject2_3a94c8b0243411ea86f395335a802507 = function _templateObject2_3a94c8b0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_7ff9df2022d211eaa0764d1a500fd781() {
+ function _templateObject_3a94c8b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline-flex;\n --lrn-vocab-border: 1px dashed #ccc;\n }\n button {\n text-transform: none;\n min-width: unset;\n margin: 0;\n position: relative;\n top: 0px;\n border-radius: 0;\n border-bottom: var(--lrn-vocab-border);\n background: #f5f5f5;\n font-size: 1.1em;\n padding: 2px;\n }\n button:hover {\n background: #bbdefb;\n border-bottom: 1px dashed #2196f3;\n }\n "]);
- _templateObject_7ff9df2022d211eaa0764d1a500fd781 = function _templateObject_7ff9df2022d211eaa0764d1a500fd781() {
+ _templateObject_3a94c8b0243411ea86f395335a802507 = function _templateObject_3a94c8b0243411ea86f395335a802507() {
return data;
};
@@ -48,7 +48,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_7ff9df2022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_3a94c8b0243411ea86f395335a802507())];
}
}]);
@@ -66,7 +66,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
babelHelpers.createClass(LrnVocab, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_7ff9df2022d211eaa0764d1a500fd781(), this.term);
+ return (0, _litElement.html)(_templateObject2_3a94c8b0243411ea86f395335a802507(), this.term);
}
}, {
key: "openDialog",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrnapp-fab-menu/lib/lrnapp-fab-speed-dial-action.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrnapp-fab-menu/lib/lrnapp-fab-speed-dial-action.js
index 1d3c55e475f..d2cea6dd12e 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrnapp-fab-menu/lib/lrnapp-fab-speed-dial-action.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrnapp-fab-menu/lib/lrnapp-fab-speed-dial-action.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../../@
_exports.LrnappFabSpeedDialAction = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_92bc935022d211eaa0764d1a500fd781() {
+ function _templateObject2_4da093d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n
\n \n "]);
- _templateObject2_92bc935022d211eaa0764d1a500fd781 = function _templateObject2_92bc935022d211eaa0764d1a500fd781() {
+ _templateObject2_4da093d0243411ea86f395335a802507 = function _templateObject2_4da093d0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_92bc935022d211eaa0764d1a500fd781() {
+ function _templateObject_4da093d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n margin-top: 15px;\n margin-right: 8px;\n min-width: 270px;\n }\n .label {\n color: black;\n background: white;\n padding: 0 16px;\n border-radius: 4px;\n margin-right: 24px;\n }\n .fab {\n --lrnapp-fab-background: var(\n --lrnapp-fab-speed-dial-action-background\n );\n --lrnapp-fab-keyboard-focus-background: var(\n --lrnapp-fab-speed-dial-action-keyboard-focus-background\n );\n }\n .label,\n .fab {\n display: flex;\n }\n "]);
- _templateObject_92bc935022d211eaa0764d1a500fd781 = function _templateObject_92bc935022d211eaa0764d1a500fd781() {
+ _templateObject_4da093d0243411ea86f395335a802507 = function _templateObject_4da093d0243411ea86f395335a802507() {
return data;
};
@@ -56,7 +56,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../../@
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_92bc935022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_4da093d0243411ea86f395335a802507())];
}
}, {
key: "tag",
@@ -88,7 +88,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../../@
babelHelpers.createClass(LrnappFabSpeedDialAction, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_92bc935022d211eaa0764d1a500fd781(), this.color, this.icon);
+ return (0, _litElement.html)(_templateObject2_4da093d0243411ea86f395335a802507(), this.color, this.icon);
}
}], [{
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrnapp-fab-menu/lrnapp-fab-menu.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrnapp-fab-menu/lrnapp-fab-menu.js
index 4a7bbd61db5..fa3e77a513a 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrnapp-fab-menu/lrnapp-fab-menu.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrnapp-fab-menu/lrnapp-fab-menu.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
_exports.LrnappFabMenu = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_8020c81022d211eaa0764d1a500fd781() {
+ function _templateObject_3ac54e90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n\n \n \n \n \n "]);
- _templateObject_8020c81022d211eaa0764d1a500fd781 = function _templateObject_8020c81022d211eaa0764d1a500fd781() {
+ _templateObject_3ac54e90243411ea86f395335a802507 = function _templateObject_3ac54e90243411ea86f395335a802507() {
return data;
};
@@ -73,7 +73,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8020c81022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3ac54e90243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-abbreviation/lrndesign-abbreviation.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-abbreviation/lrndesign-abbreviation.js
index c006a8b617f..0eb3c3100d1 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-abbreviation/lrndesign-abbreviation.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-abbreviation/lrndesign-abbreviation.js
@@ -11,10 +11,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../s
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_804eb5e022d211eaa0764d1a500fd781() {
+ function _templateObject_3aecacb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n [[abbr]] \n [[phrase]] \n "]);
- _templateObject_804eb5e022d211eaa0764d1a500fd781 = function _templateObject_804eb5e022d211eaa0764d1a500fd781() {
+ _templateObject_3aecacb0243411ea86f395335a802507 = function _templateObject_3aecacb0243411ea86f395335a802507() {
return data;
};
@@ -47,7 +47,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../s
babelHelpers.createClass(LrndesignAbbreviation, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_804eb5e022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3aecacb0243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-avatar/lrndesign-avatar.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-avatar/lrndesign-avatar.js
index 5670c94c416..d4c09314670 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-avatar/lrndesign-avatar.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-avatar/lrndesign-avatar.js
@@ -11,20 +11,20 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../simple-col
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_80cc234022d211eaa0764d1a500fd781() {
+ function _templateObject2_3b25e520243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_80cc234022d211eaa0764d1a500fd781 = function _templateObject2_80cc234022d211eaa0764d1a500fd781() {
+ _templateObject2_3b25e520243411ea86f395335a802507 = function _templateObject2_3b25e520243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_80cc234022d211eaa0764d1a500fd781() {
+ function _templateObject_3b25e520243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n paper-avatar {\n color: var(--simple-colors-default-theme-grey-1);\n --paper-avatar-width: var(--lrndesign-avatar-width, 40px);\n --paper-avatar-height: var(--lrndesign-avatar-height, 40px);\n --paper-avatar-text-color: var(--simple-colors-default-theme-grey-1);\n }\n "]);
- _templateObject_80cc234022d211eaa0764d1a500fd781 = function _templateObject_80cc234022d211eaa0764d1a500fd781() {
+ _templateObject_3b25e520243411ea86f395335a802507 = function _templateObject_3b25e520243411ea86f395335a802507() {
return data;
};
@@ -48,7 +48,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../simple-col
* LitElement constructable styles enhancement
*/
get: function get() {
- return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(LrndesignAvatar), "styles", this)), [(0, _litElement.css)(_templateObject_80cc234022d211eaa0764d1a500fd781())]);
+ return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(LrndesignAvatar), "styles", this)), [(0, _litElement.css)(_templateObject_3b25e520243411ea86f395335a802507())]);
}
}]);
@@ -70,7 +70,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../simple-col
babelHelpers.createClass(LrndesignAvatar, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_80cc234022d211eaa0764d1a500fd781(), this.label, this.src, this.twoChars, this.hexColor, this.jdenticon);
+ return (0, _litElement.html)(_templateObject2_3b25e520243411ea86f395335a802507(), this.label, this.src, this.twoChars, this.hexColor, this.jdenticon);
}
}, {
key: "_getAccentColor",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-blockquote/lrndesign-blockquote.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-blockquote/lrndesign-blockquote.js
index c7f4d0c4065..263ce6f315d 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-blockquote/lrndesign-blockquote.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-blockquote/lrndesign-blockquote.js
@@ -7,20 +7,20 @@ define(["exports", "meta", "../../lit-element/lit-element.js", "../schema-behavi
_exports.LrndesignBlockquote = void 0;
meta = babelHelpers.interopRequireWildcard(meta);
- function _templateObject2_810e837022d211eaa0764d1a500fd781() {
+ function _templateObject2_3b98f240243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline-block;\n position: relative;\n box-sizing: border-box;\n font-size: 16px;\n z-index: 0;\n }\n\n :host([display-mode=\"hypercard\"]) ::slotted(*) {\n -webkit-filter: grayscale(1) contrast(300%);\n filter: grayscale(1) contrast(300%);\n font-family: Chikarego, Helvetica, sans-serif;\n transition: all 0.6s ease;\n }\n\n /* Let's set and reset some common styles */\n .mb-wrap {\n width: 300px;\n margin: 20px auto;\n padding: 20px;\n position: relative;\n }\n .mb-wrap p {\n margin: 0;\n padding: 0;\n }\n .mb-wrap blockquote {\n margin: 0;\n padding: 0;\n position: relative;\n }\n .mb-wrap cite {\n font-style: normal;\n }\n p ::slotted(*) {\n font-size: 16px;\n }\n :host([display-mode=\"default\"]) .mb-wrap {\n background-color: #fff9c4;\n color: var(--lrndesign-blockquote-color, #222222);\n }\n :host([display-mode=\"default\"]) .mb-wrap blockquote {\n font-size: 19.2px;\n font-style: italic;\n margin: 4px 0;\n padding: 24px 24px 24px 40px;\n line-height: 1.5;\n position: relative;\n color: var(--lrndesign-blockquote-color, #222222);\n }\n :host([display-mode=\"default\"]) .mb-wrap cite {\n color: var(--lrndesign-blockquote-cite, #222222);\n font-size: 12.8px;\n display: block;\n margin-top: 4px;\n text-align: right;\n }\n\n :host([display-mode=\"leather\"]) .mb-wrap {\n background: #363738 repeat top left;\n margin-top: 100px;\n padding-top: 100px;\n width: 400px;\n color: #fff;\n box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);\n border-top: 10px solid #fff;\n }\n :host([display-mode=\"leather\"]) .mb-wrap .mb-thumb {\n display: block;\n width: 180px;\n height: 180px;\n border: 10px solid rgba(255, 255, 255, 0.5);\n border-radius: 50%;\n background-clip: padding-box !important;\n background-size: contain !important;\n position: absolute;\n left: 50%;\n top: -90px;\n margin: 0 0 0 -90px;\n box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.5),\n 0 2px 3px rgba(0, 0, 0, 0.6);\n }\n :host([display-mode=\"leather\"]) .mb-wrap blockquote:before,\n :host([display-mode=\"leather\"]) .mb-wrap blockquote:after {\n position: absolute;\n font-size: 164px;\n top: -95px;\n color: #242526;\n text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);\n }\n\n :host([display-mode=\"leather\"]) .mb-wrap blockquote:before {\n content: \"\u201C\";\n }\n\n :host([display-mode=\"leather\"]) .mb-wrap blockquote:after {\n right: 0px;\n content: \"\u201D\";\n }\n :host([display-mode=\"leather\"]) .mb-wrap blockquote p {\n font-family: Cambria, Georgia, serif;\n font-style: italic;\n font-size: 25px;\n font-weight: 400;\n border-bottom: 1px solid rgba(0, 0, 0, 0.5);\n box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);\n padding: 10px 10px 20px 10px;\n text-align: center;\n margin: 0 0 20px 0;\n text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);\n }\n :host([display-mode=\"leather\"]) .mb-wrap blockquote p ::slotted(*) {\n font-family: Cambria, Georgia, serif;\n font-style: italic;\n font-weight: 400;\n font-size: 25px;\n text-align: center;\n text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);\n }\n\n :host([display-mode=\"leather\"]) .mb-wrap .mb-attribution {\n text-align: right;\n }\n\n :host([display-mode=\"leather\"]) .mb-wrap .mb-author {\n text-transform: uppercase;\n font-size: 20px;\n font-weight: bold;\n color: #cccccc;\n text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);\n }\n\n :host([display-mode=\"leather\"]) .mb-wrap cite a {\n color: #f0f0f0;\n font-style: italic;\n font-weight: 400;\n font-family: Cambria, Georgia, serif;\n text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);\n }\n\n :host([display-mode=\"leather\"]) .mb-wrap cite a:hover {\n text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);\n }\n\n :host([display-mode=\"swoop\"]) .mb-wrap blockquote {\n padding-top: 150px;\n }\n :host([display-mode=\"swoop\"]) .mb-wrap blockquote:after {\n background: rgba(235, 150, 108, 0.8);\n width: 130px;\n height: 130px;\n border-radius: 50%;\n content: \"\u201D\";\n position: absolute;\n font-size: 164px;\n line-height: 200px;\n text-align: center;\n top: 0px;\n left: 50%;\n margin-left: -65px;\n color: rgba(255, 255, 255, 0.5);\n text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);\n }\n :host([display-mode=\"swoop\"]) .mb-wrap blockquote:before {\n content: \"\";\n width: 500px;\n height: 500px;\n border-radius: 50%;\n border-left: 5px solid rgba(235, 150, 108, 0.1);\n position: absolute;\n top: 0px;\n left: -50px;\n z-index: -1;\n }\n :host([display-mode=\"swoop\"]) .mb-wrap blockquote p {\n font-family: Baskerville, Georgia, serif;\n font-size: 28px;\n font-style: italic;\n background: rgba(255, 255, 255, 0.5);\n display: inline;\n color: rgba(235, 150, 108, 0.8);\n text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);\n line-height: 46px;\n box-shadow: 0 -6px 0 rgba(235, 150, 108, 0.2);\n }\n :host([display-mode=\"swoop\"]) .mb-wrap .mb-attribution {\n text-align: right;\n }\n\n :host([display-mode=\"swoop\"]) .mb-wrap .mb-author {\n text-transform: uppercase;\n font-size: 18px;\n padding-top: 10px;\n font-weight: bold;\n color: #d48158;\n text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);\n }\n\n :host([display-mode=\"swoop\"]) .mb-wrap cite a {\n color: #d7aa94;\n font-style: italic;\n }\n\n :host([display-mode=\"swoop\"]) .mb-wrap cite a:hover {\n color: #d48158;\n }\n\n :host([display-mode=\"soft\"]) .mb-wrap {\n width: 500px;\n }\n\n :host([display-mode=\"soft\"]) .mb-wrap blockquote {\n background: #fff;\n padding: 30px;\n border-radius: 5px;\n box-shadow: inset 0 2px 0 rgba(188, 147, 200, 0.7),\n -5px -4px 25px rgba(0, 0, 0, 0.3);\n }\n :host([display-mode=\"soft\"]) .mb-wrap blockquote:after,\n :host([display-mode=\"soft\"]) .mb-wrap blockquote:before {\n top: 100%;\n border: solid transparent;\n content: \" \";\n height: 0;\n width: 0;\n position: absolute;\n pointer-events: none;\n }\n\n :host([display-mode=\"soft\"]) .mb-wrap blockquote:after {\n border-top-color: #ffffff;\n border-width: 10px;\n left: 65%;\n margin-left: -10px;\n }\n\n :host([display-mode=\"soft\"]) .mb-wrap blockquote:before {\n border-top-color: rgba(0, 0, 0, 0.01);\n border-width: 11px;\n left: 65%;\n margin-left: -11px;\n }\n :host([display-mode=\"soft\"]) .mb-wrap blockquote p {\n font-family: \"Alegreya\", serif;\n font-size: 24px;\n color: #b4b4b4;\n font-weight: 400;\n line-height: 40px;\n font-style: italic;\n text-indent: 100px;\n position: relative;\n }\n :host([display-mode=\"soft\"]) .mb-wrap blockquote p:before {\n content: \"\u201C\";\n font-family: serif;\n font-style: normal;\n font-weight: 700;\n position: absolute;\n font-size: 175px;\n top: 0px;\n left: -105px;\n color: rgba(188, 147, 200, 1);\n text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);\n }\n :host([display-mode=\"soft\"]) .mb-wrap .mb-attribution {\n text-align: right;\n padding: 20px 100px 20px 20px;\n position: relative;\n }\n :host([display-mode=\"soft\"]) .mb-wrap .mb-thumb {\n display: block;\n width: 70px;\n height: 70px;\n border: 5px solid #fff;\n border-radius: 50%;\n background-clip: padding-box !important;\n background-size: contain !important;\n position: absolute;\n right: 10px;\n bottom: 5px;\n box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.5),\n 0 2px 3px rgba(0, 0, 0, 0.6);\n }\n :host([display-mode=\"soft\"]) .mb-wrap .mb-author {\n font-family: \"Alegreya SC\", serif;\n font-weight: 700;\n font-size: 18px;\n color: black;\n text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);\n }\n\n :host([display-mode=\"soft\"]) .mb-wrap cite a {\n font-family: \"Alegreya\", serif;\n font-weight: 700;\n font-style: italic;\n color: black;\n text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);\n }\n\n :host([display-mode=\"soft\"]) .mb-wrap cite a:hover {\n color: rgba(188, 147, 200, 1);\n text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);\n }\n\n :host([display-mode=\"poster\"]) .mb-wrap {\n width: 600px;\n padding: 20px 240px 50px 20px;\n overflow: hidden;\n box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);\n }\n :host([display-mode=\"poster\"]) .mb-wrap blockquote p {\n color: rgba(255, 255, 255, 0.95);\n font-size: 21px;\n line-height: 26px;\n text-align: right;\n color: #999;\n text-transform: uppercase;\n font-weight: bold;\n }\n :host([display-mode=\"poster\"]) .mb-wrap blockquote p ::slotted(span) {\n font-weight: 700;\n color: #fcf779;\n font-size: 58px;\n line-height: 58px;\n display: block;\n padding: 10px;\n text-shadow: 7px 7px 2px rgba(0, 0, 0, 0.2);\n transform: rotate(-7deg) translateY(10px);\n }\n :host([display-mode=\"poster\"])\n .mb-wrap\n blockquote\n p\n ::slotted(span):before {\n content: \"\u201C\";\n font-weight: normal;\n opacity: 0.1;\n font-size: 200px;\n position: absolute;\n color: #fff;\n top: -50px;\n left: -25px;\n transform: rotate(45deg);\n }\n :host([display-mode=\"poster\"]) .mb-wrap .mb-attribution {\n text-align: right;\n text-transform: uppercase;\n font-weight: bold;\n background: #222;\n position: absolute;\n width: 100%;\n left: 0px;\n bottom: 0px;\n text-align: center;\n padding: 30px;\n transform: rotate(-40deg) translate(175px, 110px);\n }\n :host([display-mode=\"poster\"]) .mb-wrap .mb-author {\n color: #fcf779;\n }\n :host([display-mode=\"poster\"]) .mb-wrap .mb-author:before {\n content: \"-\";\n padding-right: 4px;\n }\n\n :host([display-mode=\"poster\"]) .mb-wrap .mb-attribution cite a {\n color: #fcf779;\n }\n\n :host([display-mode=\"poster\"]) .mb-wrap .mb-attribution cite a:hover {\n color: #fcf779;\n }\n\n :host([display-mode=\"fun\"]) .mb-wrap {\n width: 390px;\n }\n\n :host([display-mode=\"fun\"]) .mb-wrap blockquote {\n text-align: center;\n background: #333;\n width: 350px;\n height: 350px;\n padding: 60px;\n border-radius: 50%;\n box-shadow: inset 0 0 0 10px #333,\n inset 0 0 0 12px rgba(255, 255, 255, 0.6),\n 80px 0 0 rgba(255, 255, 255, 0.3),\n -80px 0 0 rgba(255, 255, 255, 0.3), 50px 0 0 rgba(60, 185, 145, 0.2),\n -50px 0 0 rgba(185, 60, 60, 0.2);\n }\n :host([display-mode=\"fun\"]) .mb-wrap blockquote p {\n color: #fff;\n font-size: 20px;\n font-weight: 400;\n padding-top: 25px;\n text-transform: uppercase;\n text-shadow: 0 0 1px #fff, 0 1px 1px #000;\n font-family: \"Annie Use Your Telescope\", cursive;\n }\n :host([display-mode=\"fun\"]) .mb-wrap blockquote p ::slotted(span) {\n display: block;\n position: relative;\n padding-top: 40px;\n margin-top: 40px;\n border-top: 1px solid rgba(255, 255, 255, 0.3);\n }\n :host([display-mode=\"fun\"])\n .mb-wrap\n blockquote\n p\n ::slotted(span):before {\n position: absolute;\n width: 50px;\n height: 50px;\n background: #ddd;\n content: \"\u201C\";\n font-size: 40px;\n color: #333;\n top: 0px;\n left: 50%;\n margin: -25px 0 0 -25px;\n border-radius: 50%;\n }\n :host([display-mode=\"fun\"]) .mb-wrap .mb-attribution {\n text-align: center;\n font-family: \"Annie Use Your Telescope\", cursive;\n padding: 20px;\n font-size: 16px;\n }\n :host([display-mode=\"fun\"]) .mb-wrap cite a:hover {\n color: #000;\n }\n\n :host([display-mode=\"photo\"]) .mb-wrap {\n width: 350px;\n background: #fff;\n border-radius: 4px;\n }\n /* Shadow style from Nicolas Gallagher: http://nicolasgallagher.com/css-drop-shadows-without-images/demo/ */\n :host([display-mode=\"photo\"]) .mb-wrap:before,\n :host([display-mode=\"photo\"]) .mb-wrap:after {\n content: \" \";\n position: absolute;\n z-index: -1;\n transform: rotate(-3deg);\n bottom: 10px;\n box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);\n height: 20%;\n left: 2px;\n max-height: 100px;\n max-width: 300px;\n width: 50%;\n }\n :host([display-mode=\"photo\"]) .mb-wrap:after {\n transform: rotate(3deg);\n left: auto;\n right: 2px;\n }\n :host([display-mode=\"photo\"]) .mb-wrap blockquote {\n background: #333;\n height: 75%;\n padding: 30px;\n text-align: center;\n }\n :host([display-mode=\"photo\"]) .mb-wrap blockquote:before {\n color: rgba(255, 255, 255, 0.2);\n position: absolute;\n content: \"\u201D\";\n font-size: 150px;\n line-height: 130px;\n font-style: italic;\n top: 0px;\n right: 20px;\n font-family: Cambria, Georgia, serif;\n }\n :host([display-mode=\"photo\"]) .mb-wrap blockquote p {\n color: #fff;\n font-family: \"Abril Fatface\", sans-serif;\n font-size: 24px;\n text-shadow: 1px 1px 1px #000;\n }\n :host([display-mode=\"photo\"]) .mb-wrap .mb-attribution {\n padding: 20px;\n }\n :host([display-mode=\"photo\"]) .mb-wrap .mb-author {\n font-size: 24px;\n font-family: \"Dr Sugiyama\", cursive;\n transform: rotate(-4deg);\n color: #070d5f;\n text-align: center;\n min-height: 40px;\n line-height: 40px;\n }\n :host([display-mode=\"photo\"]) .mb-wrap cite {\n display: block;\n text-align: center;\n }\n :host([display-mode=\"photo\"]) .mb-wrap cite a {\n color: #999;\n text-transform: uppercase;\n letter-spacing: 3px;\n font-size: 12px;\n }\n :host([display-mode=\"photo\"]) .mb-wrap cite a:hover {\n color: #000;\n }\n :host([display-mode=\"photo\"]) .mb-wrap .mb-thumb {\n display: block;\n width: 70px;\n height: 70px;\n border: 5px solid #fff;\n border-radius: 50%;\n background-clip: padding-box !important;\n background-size: contain !important;\n position: absolute;\n left: 30px;\n bottom: 30px;\n box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.5),\n 0 2px 3px rgba(0, 0, 0, 0.6);\n }\n /* BEGIN HYPERCARDIFY, thanks @realdlnorman */\n :host([display-mode=\"hypercard\"]) ::slotted(*) {\n -webkit-filter: grayscale(1) contrast(300%);\n filter: grayscale(1) contrast(300%);\n font-family: Chikarego, Helvetica, sans-serif;\n transition: all 0.6s ease;\n }\n /* Disable grayscale on hover */\n :host([display-mode=\"hypercard\"]:hover) ::slotted(*) {\n -webkit-filter: grayscale(0);\n filter: none;\n }\n "]);
- _templateObject2_810e837022d211eaa0764d1a500fd781 = function _templateObject2_810e837022d211eaa0764d1a500fd781() {
+ _templateObject2_3b98f240243411ea86f395335a802507 = function _templateObject2_3b98f240243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_810e837022d211eaa0764d1a500fd781() {
+ function _templateObject_3b98f240243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_810e837022d211eaa0764d1a500fd781 = function _templateObject_810e837022d211eaa0764d1a500fd781() {
+ _templateObject_3b98f240243411ea86f395335a802507 = function _templateObject_3b98f240243411ea86f395335a802507() {
return data;
};
@@ -40,7 +40,7 @@ define(["exports", "meta", "../../lit-element/lit-element.js", "../schema-behavi
babelHelpers.createClass(LrndesignBlockquote, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_810e837022d211eaa0764d1a500fd781(), this.sourceLink, this.author, this.sourceLink, this.citation);
+ return (0, _litElement.html)(_templateObject_3b98f240243411ea86f395335a802507(), this.sourceLink, this.author, this.sourceLink, this.citation);
}
}], [{
key: "styles",
@@ -49,7 +49,7 @@ define(["exports", "meta", "../../lit-element/lit-element.js", "../schema-behavi
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_810e837022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_3b98f240243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-chart/lrndesign-chart.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-chart/lrndesign-chart.js
index d5f0ae65f19..ea1e2937b76 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-chart/lrndesign-chart.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-chart/lrndesign-chart.js
@@ -10,20 +10,20 @@ define(["exports", "../../lit-element/lit-element.js", "../simple-colors/simple-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_872e5aa022d211eaa0764d1a500fd781() {
+ function _templateObject2_41fdc1b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n --chartist-color-1: var(--simple-colors-default-theme-red-8);\n --chartist-color-2: var(--simple-colors-default-theme-blue-8);\n --chartist-color-3: var(--simple-colors-default-theme-yellow-8);\n --chartist-color-4: var(--simple-colors-default-theme-purple-8);\n --chartist-color-5: var(--simple-colors-default-theme-green-8);\n --chartist-color-6: var(--simple-colors-default-theme-orange-7);\n --chartist-color-7: var(--simple-colors-default-theme-pink-8);\n --chartist-color-8: var(--simple-colors-default-theme-deep-orange-8);\n --chartist-color-9: var(--simple-colors-default-theme-red-9);\n --chartist-color-10: var(--simple-colors-default-theme-blue-9);\n --chartist-color-11: var(--simple-colors-default-theme-yellow-9);\n --chartist-color-12: var(--simple-colors-default-theme-purple-9);\n --chartist-color-13: var(--simple-colors-default-theme-green-9);\n --chartist-color-14: var(--simple-colors-default-theme-orange-8);\n --chartist-color-15: var(--simple-colors-default-theme-pink-9);\n }\n\n :host([dark]) {\n --chartist-color-1: var(--simple-colors-default-theme-red-4);\n --chartist-color-2: var(--simple-colors-default-theme-blue-4);\n --chartist-color-3: var(--simple-colors-default-theme-yellow-4);\n --chartist-color-4: var(--simple-colors-default-theme-purple-4);\n --chartist-color-5: var(--simple-colors-default-theme-green-4);\n --chartist-color-6: var(--simple-colors-default-theme-orange-5);\n --chartist-color-7: var(--simple-colors-default-theme-pink-4);\n --chartist-color-8: var(--simple-colors-default-theme-deep-orange-4);\n --chartist-color-9: var(--simple-colors-default-theme-red-3);\n --chartist-color-10: var(--simple-colors-default-theme-blue-3);\n --chartist-color-11: var(--simple-colors-default-theme-yellow-3);\n --chartist-color-12: var(--simple-colors-default-theme-purple-3);\n --chartist-color-13: var(--simple-colors-default-theme-green-3);\n --chartist-color-14: var(--simple-colors-default-theme-orange-4);\n --chartist-color-15: var(--simple-colors-default-theme-pink-3);\n }\n\n :host([accent-color=\"red\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-red-8);\n --chartist-color-2: var(--simple-colors-default-theme-pink-9);\n --chartist-color-3: var(--simple-colors-default-theme-deep-orange-10);\n --chartist-color-4: var(--simple-colors-default-theme-purple-8);\n --chartist-color-5: var(--simple-colors-default-theme-orange-9);\n --chartist-color-6: var(--simple-colors-default-theme-red-10);\n --chartist-color-7: var(--simple-colors-default-theme-pink-8);\n --chartist-color-8: var(--simple-colors-default-theme-deep-orange-9);\n --chartist-color-9: var(--simple-colors-default-theme-purple-10);\n --chartist-color-10: var(--simple-colors-default-theme-orange-8);\n --chartist-color-11: var(--simple-colors-default-theme-red-9);\n --chartist-color-12: var(--simple-colors-default-theme-pink-10);\n --chartist-color-13: var(--simple-colors-default-theme-deep-orange-8);\n --chartist-color-14: var(--simple-colors-default-theme-purple-9);\n --chartist-color-15: var(--simple-colors-default-theme-orange-10);\n }\n\n :host([dark][accent-color=\"red\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-red-4);\n --chartist-color-2: var(--simple-colors-default-theme-pink-3);\n --chartist-color-3: var(--simple-colors-default-theme-deep-orange-2);\n --chartist-color-4: var(--simple-colors-default-theme-purple-4);\n --chartist-color-5: var(--simple-colors-default-theme-orange-3);\n --chartist-color-6: var(--simple-colors-default-theme-red-2);\n --chartist-color-7: var(--simple-colors-default-theme-pink-4);\n --chartist-color-8: var(--simple-colors-default-theme-deep-orange-3);\n --chartist-color-9: var(--simple-colors-default-theme-purple-2);\n --chartist-color-10: var(--simple-colors-default-theme-orange-4);\n --chartist-color-11: var(--simple-colors-default-theme-red-3);\n --chartist-color-12: var(--simple-colors-default-theme-pink-2);\n --chartist-color-13: var(--simple-colors-default-theme-deep-orange-4);\n --chartist-color-14: var(--simple-colors-default-theme-purple-3);\n --chartist-color-15: var(--simple-colors-default-theme-orange-2);\n }\n\n :host([accent-color=\"pink\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-pink-8);\n --chartist-color-2: var(--simple-colors-default-theme-purple-9);\n --chartist-color-3: var(--simple-colors-default-theme-red-10);\n --chartist-color-4: var(--simple-colors-default-theme-purple-8);\n --chartist-color-5: var(--simple-colors-default-theme-deep-orange-9);\n --chartist-color-6: var(--simple-colors-default-theme-pink-10);\n --chartist-color-7: var(--simple-colors-default-theme-purple-8);\n --chartist-color-8: var(--simple-colors-default-theme-red-9);\n --chartist-color-9: var(--simple-colors-default-theme-purple-10);\n --chartist-color-10: var(--simple-colors-default-theme-deep-orange-8);\n --chartist-color-11: var(--simple-colors-default-theme-pink-9);\n --chartist-color-12: var(--simple-colors-default-theme-purple-10);\n --chartist-color-13: var(--simple-colors-default-theme-red-8);\n --chartist-color-14: var(--simple-colors-default-theme-purple-9);\n --chartist-color-15: var(\n --simple-colors-default-theme-deep-orange-10\n );\n }\n\n :host([dark][accent-color=\"pink\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-pink-4);\n --chartist-color-2: var(--simple-colors-default-theme-purple-3);\n --chartist-color-3: var(--simple-colors-default-theme-red-2);\n --chartist-color-4: var(--simple-colors-default-theme-purple-4);\n --chartist-color-5: var(--simple-colors-default-theme-deep-orange-3);\n --chartist-color-6: var(--simple-colors-default-theme-pink-2);\n --chartist-color-7: var(--simple-colors-default-theme-purple-4);\n --chartist-color-8: var(--simple-colors-default-theme-red-3);\n --chartist-color-9: var(--simple-colors-default-theme-purple-2);\n --chartist-color-10: var(--simple-colors-default-theme-deep-orange-4);\n --chartist-color-11: var(--simple-colors-default-theme-pink-3);\n --chartist-color-12: var(--simple-colors-default-theme-purple-2);\n --chartist-color-13: var(--simple-colors-default-theme-red-4);\n --chartist-color-14: var(--simple-colors-default-theme-purple-3);\n --chartist-color-15: var(--simple-colors-default-theme-deep-orange-2);\n }\n\n :host([accent-color=\"purple\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-purple-8);\n --chartist-color-2: var(--simple-colors-default-theme-deep-purple-9);\n --chartist-color-3: var(--simple-colors-default-theme-pink-10);\n --chartist-color-4: var(--simple-colors-default-theme-indigo-8);\n --chartist-color-5: var(--simple-colors-default-theme-red-9);\n --chartist-color-6: var(--simple-colors-default-theme-purple-10);\n --chartist-color-7: var(--simple-colors-default-theme-deep-purple-8);\n --chartist-color-8: var(--simple-colors-default-theme-pink-9);\n --chartist-color-9: var(--simple-colors-default-theme-indigo-10);\n --chartist-color-10: var(--simple-colors-default-theme-red-8);\n --chartist-color-11: var(--simple-colors-default-theme-purple-9);\n --chartist-color-12: var(\n --simple-colors-default-theme-deep-purple-10\n );\n --chartist-color-13: var(--simple-colors-default-theme-pink-8);\n --chartist-color-14: var(--simple-colors-default-theme-indigo-9);\n --chartist-color-15: var(--simple-colors-default-theme-red-10);\n }\n\n :host([dark][accent-color=\"purple\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-purple-4);\n --chartist-color-2: var(--simple-colors-default-theme-deep-purple-3);\n --chartist-color-3: var(--simple-colors-default-theme-pink-2);\n --chartist-color-4: var(--simple-colors-default-theme-indigo-4);\n --chartist-color-5: var(--simple-colors-default-theme-red-3);\n --chartist-color-6: var(--simple-colors-default-theme-purple-2);\n --chartist-color-7: var(--simple-colors-default-theme-deep-purple-4);\n --chartist-color-8: var(--simple-colors-default-theme-pink-3);\n --chartist-color-9: var(--simple-colors-default-theme-indigo-2);\n --chartist-color-10: var(--simple-colors-default-theme-red-4);\n --chartist-color-11: var(--simple-colors-default-theme-purple-3);\n --chartist-color-12: var(--simple-colors-default-theme-deep-purple-2);\n --chartist-color-13: var(--simple-colors-default-theme-pink-4);\n --chartist-color-14: var(--simple-colors-default-theme-indigo-3);\n --chartist-color-15: var(--simple-colors-default-theme-red-2);\n }\n\n :host([accent-color=\"deep-purple\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-deep-purple-8);\n --chartist-color-2: var(--simple-colors-default-theme-indigo-9);\n --chartist-color-3: var(--simple-colors-default-theme-purple-10);\n --chartist-color-4: var(--simple-colors-default-theme-blue-8);\n --chartist-color-5: var(--simple-colors-default-theme-pink-9);\n --chartist-color-6: var(--simple-colors-default-theme-deep-purple-10);\n --chartist-color-7: var(--simple-colors-default-theme-indigo-8);\n --chartist-color-8: var(--simple-colors-default-theme-purple-9);\n --chartist-color-9: var(--simple-colors-default-theme-blue-10);\n --chartist-color-10: var(--simple-colors-default-theme-pink-8);\n --chartist-color-11: var(--simple-colors-default-theme-deep-purple-9);\n --chartist-color-12: var(--simple-colors-default-theme-indigo-10);\n --chartist-color-13: var(--simple-colors-default-theme-purple-8);\n --chartist-color-14: var(--simple-colors-default-theme-blue-9);\n --chartist-color-15: var(--simple-colors-default-theme-pink-10);\n }\n\n :host([dark][accent-color=\"deep-purple\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-deep-purple-4);\n --chartist-color-2: var(--simple-colors-default-theme-indigo-3);\n --chartist-color-3: var(--simple-colors-default-theme-purple-2);\n --chartist-color-4: var(--simple-colors-default-theme-blue-4);\n --chartist-color-5: var(--simple-colors-default-theme-pink-3);\n --chartist-color-6: var(--simple-colors-default-theme-deep-purple-2);\n --chartist-color-7: var(--simple-colors-default-theme-indigo-4);\n --chartist-color-8: var(--simple-colors-default-theme-purple-3);\n --chartist-color-9: var(--simple-colors-default-theme-blue-2);\n --chartist-color-10: var(--simple-colors-default-theme-pink-4);\n --chartist-color-11: var(--simple-colors-default-theme-deep-purple-3);\n --chartist-color-12: var(--simple-colors-default-theme-indigo-2);\n --chartist-color-13: var(--simple-colors-default-theme-purple-4);\n --chartist-color-14: var(--simple-colors-default-theme-blue-3);\n --chartist-color-15: var(--simple-colors-default-theme-pink-2);\n }\n\n :host([accent-color=\"indigo\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-indigo-8);\n --chartist-color-2: var(--simple-colors-default-theme-blue-9);\n --chartist-color-3: var(--simple-colors-default-theme-deep-purple-10);\n --chartist-color-4: var(--simple-colors-default-theme-light-blue-8);\n --chartist-color-5: var(--simple-colors-default-theme-purple-9);\n --chartist-color-6: var(--simple-colors-default-theme-indigo-10);\n --chartist-color-7: var(--simple-colors-default-theme-blue-8);\n --chartist-color-8: var(--simple-colors-default-theme-deep-purple-9);\n --chartist-color-9: var(--simple-colors-default-theme-light-blue-10);\n --chartist-color-10: var(--simple-colors-default-theme-purple-8);\n --chartist-color-11: var(--simple-colors-default-theme-indigo-9);\n --chartist-color-12: var(--simple-colors-default-theme-blue-10);\n --chartist-color-13: var(--simple-colors-default-theme-deep-purple-8);\n --chartist-color-14: var(--simple-colors-default-theme-light-blue-9);\n --chartist-color-15: var(--simple-colors-default-theme-purple-10);\n }\n\n :host([dark][accent-color=\"indigo\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-indigo-4);\n --chartist-color-2: var(--simple-colors-default-theme-blue-3);\n --chartist-color-3: var(--simple-colors-default-theme-deep-purple-2);\n --chartist-color-4: var(--simple-colors-default-theme-light-blue-4);\n --chartist-color-5: var(--simple-colors-default-theme-purple-3);\n --chartist-color-6: var(--simple-colors-default-theme-indigo-2);\n --chartist-color-7: var(--simple-colors-default-theme-blue-4);\n --chartist-color-8: var(--simple-colors-default-theme-deep-purple-3);\n --chartist-color-9: var(--simple-colors-default-theme-light-blue-2);\n --chartist-color-10: var(--simple-colors-default-theme-purple-4);\n --chartist-color-11: var(--simple-colors-default-theme-indigo-3);\n --chartist-color-12: var(--simple-colors-default-theme-blue-2);\n --chartist-color-13: var(--simple-colors-default-theme-deep-purple-4);\n --chartist-color-14: var(--simple-colors-default-theme-light-blue-3);\n --chartist-color-15: var(--simple-colors-default-theme-purple-2);\n }\n\n :host([accent-color=\"blue\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-blue-8);\n --chartist-color-2: var(--simple-colors-default-theme-light-blue-9);\n --chartist-color-3: var(--simple-colors-default-theme-indigo-10);\n --chartist-color-4: var(--simple-colors-default-theme-cyan-8);\n --chartist-color-5: var(--simple-colors-default-theme-deep-purple-9);\n --chartist-color-6: var(--simple-colors-default-theme-blue-10);\n --chartist-color-7: var(--simple-colors-default-theme-light-blue-8);\n --chartist-color-8: var(--simple-colors-default-theme-indigo-9);\n --chartist-color-9: var(--simple-colors-default-theme-cyan-10);\n --chartist-color-10: var(--simple-colors-default-theme-deep-purple-8);\n --chartist-color-11: var(--simple-colors-default-theme-blue-9);\n --chartist-color-12: var(--simple-colors-default-theme-light-blue-10);\n --chartist-color-13: var(--simple-colors-default-theme-indigo-8);\n --chartist-color-14: var(--simple-colors-default-theme-cyan-9);\n --chartist-color-15: var(\n --simple-colors-default-theme-deep-purple-10\n );\n }\n\n :host([dark][accent-color=\"blue\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-blue-4);\n --chartist-color-2: var(--simple-colors-default-theme-light-blue-3);\n --chartist-color-3: var(--simple-colors-default-theme-indigo-2);\n --chartist-color-4: var(--simple-colors-default-theme-cyan-4);\n --chartist-color-5: var(--simple-colors-default-theme-deep-purple-3);\n --chartist-color-6: var(--simple-colors-default-theme-blue-2);\n --chartist-color-7: var(--simple-colors-default-theme-light-blue-4);\n --chartist-color-8: var(--simple-colors-default-theme-indigo-3);\n --chartist-color-9: var(--simple-colors-default-theme-cyan-2);\n --chartist-color-10: var(--simple-colors-default-theme-deep-purple-4);\n --chartist-color-11: var(--simple-colors-default-theme-blue-3);\n --chartist-color-12: var(--simple-colors-default-theme-light-blue-2);\n --chartist-color-13: var(--simple-colors-default-theme-indigo-4);\n --chartist-color-14: var(--simple-colors-default-theme-cyan-3);\n --chartist-color-15: var(--simple-colors-default-theme-deep-purple-2);\n }\n\n :host([accent-color=\"light-blue\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-light-blue-8);\n --chartist-color-2: var(--simple-colors-default-theme-cyan-9);\n --chartist-color-3: var(--simple-colors-default-theme-blue-10);\n --chartist-color-4: var(--simple-colors-default-theme-teal-8);\n --chartist-color-5: var(--simple-colors-default-theme-indigo-9);\n --chartist-color-6: var(--simple-colors-default-theme-light-blue-10);\n --chartist-color-7: var(--simple-colors-default-theme-cyan-8);\n --chartist-color-8: var(--simple-colors-default-theme-blue-9);\n --chartist-color-9: var(--simple-colors-default-theme-teal-10);\n --chartist-color-10: var(--simple-colors-default-theme-indigo-8);\n --chartist-color-11: var(--simple-colors-default-theme-light-blue-9);\n --chartist-color-12: var(--simple-colors-default-theme-cyan-10);\n --chartist-color-13: var(--simple-colors-default-theme-blue-8);\n --chartist-color-14: var(--simple-colors-default-theme-teal-9);\n --chartist-color-15: var(--simple-colors-default-theme-indigo-10);\n }\n\n :host([dark][accent-color=\"light-blue\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-light-blue-4);\n --chartist-color-2: var(--simple-colors-default-theme-cyan-3);\n --chartist-color-3: var(--simple-colors-default-theme-blue-2);\n --chartist-color-4: var(--simple-colors-default-theme-teal-4);\n --chartist-color-5: var(--simple-colors-default-theme-indigo-3);\n --chartist-color-6: var(--simple-colors-default-theme-light-blue-2);\n --chartist-color-7: var(--simple-colors-default-theme-cyan-4);\n --chartist-color-8: var(--simple-colors-default-theme-blue-3);\n --chartist-color-9: var(--simple-colors-default-theme-teal-2);\n --chartist-color-10: var(--simple-colors-default-theme-indigo-4);\n --chartist-color-11: var(--simple-colors-default-theme-light-blue-3);\n --chartist-color-12: var(--simple-colors-default-theme-cyan-2);\n --chartist-color-13: var(--simple-colors-default-theme-blue-4);\n --chartist-color-14: var(--simple-colors-default-theme-teal-3);\n --chartist-color-15: var(--simple-colors-default-theme-indigo-2);\n }\n\n :host([accent-color=\"cyan\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-cyan-8);\n --chartist-color-2: var(--simple-colors-default-theme-teal-9);\n --chartist-color-3: var(--simple-colors-default-theme-light-blue-10);\n --chartist-color-4: var(--simple-colors-default-theme-green-8);\n --chartist-color-5: var(--simple-colors-default-theme-blue-9);\n --chartist-color-6: var(--simple-colors-default-theme-cyan-10);\n --chartist-color-7: var(--simple-colors-default-theme-teal-8);\n --chartist-color-8: var(--simple-colors-default-theme-light-blue-9);\n --chartist-color-9: var(--simple-colors-default-theme-green-10);\n --chartist-color-10: var(--simple-colors-default-theme-blue-8);\n --chartist-color-11: var(--simple-colors-default-theme-cyan-9);\n --chartist-color-12: var(--simple-colors-default-theme-teal-10);\n --chartist-color-13: var(--simple-colors-default-theme-light-blue-8);\n --chartist-color-14: var(--simple-colors-default-theme-green-9);\n --chartist-color-15: var(--simple-colors-default-theme-blue-10);\n }\n\n :host([dark][accent-color=\"cyan\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-cyan-4);\n --chartist-color-2: var(--simple-colors-default-theme-teal-3);\n --chartist-color-3: var(--simple-colors-default-theme-light-blue-2);\n --chartist-color-4: var(--simple-colors-default-theme-green-4);\n --chartist-color-5: var(--simple-colors-default-theme-blue-3);\n --chartist-color-6: var(--simple-colors-default-theme-cyan-2);\n --chartist-color-7: var(--simple-colors-default-theme-teal-4);\n --chartist-color-8: var(--simple-colors-default-theme-light-blue-3);\n --chartist-color-9: var(--simple-colors-default-theme-green-2);\n --chartist-color-10: var(--simple-colors-default-theme-blue-4);\n --chartist-color-11: var(--simple-colors-default-theme-cyan-3);\n --chartist-color-12: var(--simple-colors-default-theme-teal-2);\n --chartist-color-13: var(--simple-colors-default-theme-light-blue-4);\n --chartist-color-14: var(--simple-colors-default-theme-green-3);\n --chartist-color-15: var(--simple-colors-default-theme-blue-2);\n }\n\n :host([accent-color=\"teal\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-teal-8);\n --chartist-color-2: var(--simple-colors-default-theme-green-9);\n --chartist-color-3: var(--simple-colors-default-theme-cyan-10);\n --chartist-color-4: var(--simple-colors-default-theme-light-green-8);\n --chartist-color-5: var(--simple-colors-default-theme-light-blue-9);\n --chartist-color-6: var(--simple-colors-default-theme-teal-10);\n --chartist-color-7: var(--simple-colors-default-theme-green-8);\n --chartist-color-8: var(--simple-colors-default-theme-cyan-9);\n --chartist-color-9: var(--simple-colors-default-theme-light-green-10);\n --chartist-color-10: var(--simple-colors-default-theme-light-blue-8);\n --chartist-color-11: var(--simple-colors-default-theme-teal-9);\n --chartist-color-12: var(--simple-colors-default-theme-green-10);\n --chartist-color-13: var(--simple-colors-default-theme-cyan-8);\n --chartist-color-14: var(--simple-colors-default-theme-light-green-9);\n --chartist-color-15: var(--simple-colors-default-theme-light-blue-10);\n }\n\n :host([dark][accent-color=\"teal\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-teal-4);\n --chartist-color-2: var(--simple-colors-default-theme-green-3);\n --chartist-color-3: var(--simple-colors-default-theme-cyan-2);\n --chartist-color-4: var(--simple-colors-default-theme-light-green-4);\n --chartist-color-5: var(--simple-colors-default-theme-light-blue-3);\n --chartist-color-6: var(--simple-colors-default-theme-teal-2);\n --chartist-color-7: var(--simple-colors-default-theme-green-4);\n --chartist-color-8: var(--simple-colors-default-theme-cyan-3);\n --chartist-color-9: var(--simple-colors-default-theme-light-green-2);\n --chartist-color-10: var(--simple-colors-default-theme-light-blue-4);\n --chartist-color-11: var(--simple-colors-default-theme-teal-3);\n --chartist-color-12: var(--simple-colors-default-theme-green-2);\n --chartist-color-13: var(--simple-colors-default-theme-cyan-4);\n --chartist-color-14: var(--simple-colors-default-theme-light-green-3);\n --chartist-color-15: var(--simple-colors-default-theme-light-blue-2);\n }\n\n :host([accent-color=\"green\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-green-8);\n --chartist-color-2: var(--simple-colors-default-theme-light-green-9);\n --chartist-color-3: var(--simple-colors-default-theme-teal-10);\n --chartist-color-4: var(--simple-colors-default-theme-lime-8);\n --chartist-color-5: var(--simple-colors-default-theme-cyan-9);\n --chartist-color-6: var(--simple-colors-default-theme-green-10);\n --chartist-color-7: var(--simple-colors-default-theme-light-green-8);\n --chartist-color-8: var(--simple-colors-default-theme-teal-9);\n --chartist-color-9: var(--simple-colors-default-theme-lime-10);\n --chartist-color-10: var(--simple-colors-default-theme-cyan-8);\n --chartist-color-11: var(--simple-colors-default-theme-green-9);\n --chartist-color-12: var(\n --simple-colors-default-theme-light-green-10\n );\n --chartist-color-13: var(--simple-colors-default-theme-teal-8);\n --chartist-color-14: var(--simple-colors-default-theme-lime-9);\n --chartist-color-15: var(--simple-colors-default-theme-cyan-10);\n }\n\n :host([dark][accent-color=\"green\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-green-4);\n --chartist-color-2: var(--simple-colors-default-theme-light-green-3);\n --chartist-color-3: var(--simple-colors-default-theme-teal-2);\n --chartist-color-4: var(--simple-colors-default-theme-lime-4);\n --chartist-color-5: var(--simple-colors-default-theme-cyan-3);\n --chartist-color-6: var(--simple-colors-default-theme-green-2);\n --chartist-color-7: var(--simple-colors-default-theme-light-green-4);\n --chartist-color-8: var(--simple-colors-default-theme-teal-3);\n --chartist-color-9: var(--simple-colors-default-theme-lime-2);\n --chartist-color-10: var(--simple-colors-default-theme-cyan-4);\n --chartist-color-11: var(--simple-colors-default-theme-green-3);\n --chartist-color-12: var(--simple-colors-default-theme-light-green-2);\n --chartist-color-13: var(--simple-colors-default-theme-teal-4);\n --chartist-color-14: var(--simple-colors-default-theme-lime-3);\n --chartist-color-15: var(--simple-colors-default-theme-cyan-2);\n }\n\n :host([accent-color=\"light-green\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-light-green-8);\n --chartist-color-2: var(--simple-colors-default-theme-lime-9);\n --chartist-color-3: var(--simple-colors-default-theme-green-10);\n --chartist-color-4: var(--simple-colors-default-theme-amber-8);\n --chartist-color-5: var(--simple-colors-default-theme-teal-9);\n --chartist-color-6: var(--simple-colors-default-theme-light-green-10);\n --chartist-color-7: var(--simple-colors-default-theme-lime-8);\n --chartist-color-8: var(--simple-colors-default-theme-green-9);\n --chartist-color-9: var(--simple-colors-default-theme-amber-10);\n --chartist-color-10: var(--simple-colors-default-theme-teal-8);\n --chartist-color-11: var(--simple-colors-default-theme-light-green-9);\n --chartist-color-12: var(--simple-colors-default-theme-lime-10);\n --chartist-color-13: var(--simple-colors-default-theme-green-8);\n --chartist-color-14: var(--simple-colors-default-theme-amber-9);\n --chartist-color-15: var(--simple-colors-default-theme-teal-10);\n }\n\n :host([dark][accent-color=\"light-green\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-light-green-4);\n --chartist-color-2: var(--simple-colors-default-theme-lime-3);\n --chartist-color-3: var(--simple-colors-default-theme-green-2);\n --chartist-color-4: var(--simple-colors-default-theme-amber-4);\n --chartist-color-5: var(--simple-colors-default-theme-teal-3);\n --chartist-color-6: var(--simple-colors-default-theme-light-green-2);\n --chartist-color-7: var(--simple-colors-default-theme-lime-4);\n --chartist-color-8: var(--simple-colors-default-theme-green-3);\n --chartist-color-9: var(--simple-colors-default-theme-amber-2);\n --chartist-color-10: var(--simple-colors-default-theme-teal-4);\n --chartist-color-11: var(--simple-colors-default-theme-light-green-3);\n --chartist-color-12: var(--simple-colors-default-theme-lime-2);\n --chartist-color-13: var(--simple-colors-default-theme-green-4);\n --chartist-color-14: var(--simple-colors-default-theme-amber-3);\n --chartist-color-15: var(--simple-colors-default-theme-teal-2);\n }\n\n :host([accent-color=\"lime\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-lime-8);\n --chartist-color-2: var(--simple-colors-default-theme-yellow-9);\n --chartist-color-3: var(--simple-colors-default-theme-light-green-10);\n --chartist-color-4: var(--simple-colors-default-theme-orange-8);\n --chartist-color-5: var(--simple-colors-default-theme-green-9);\n --chartist-color-6: var(--simple-colors-default-theme-lime-10);\n --chartist-color-7: var(--simple-colors-default-theme-yellow-8);\n --chartist-color-8: var(--simple-colors-default-theme-light-green-9);\n --chartist-color-9: var(--simple-colors-default-theme-orange-10);\n --chartist-color-10: var(--simple-colors-default-theme-green-8);\n --chartist-color-11: var(--simple-colors-default-theme-lime-9);\n --chartist-color-12: var(--simple-colors-default-theme-yellow-10);\n --chartist-color-13: var(--simple-colors-default-theme-light-green-8);\n --chartist-color-14: var(--simple-colors-default-theme-orange-9);\n --chartist-color-15: var(--simple-colors-default-theme-green-10);\n }\n\n :host([dark][accent-color=\"lime\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-lime-4);\n --chartist-color-2: var(--simple-colors-default-theme-yellow-3);\n --chartist-color-3: var(--simple-colors-default-theme-light-green-2);\n --chartist-color-4: var(--simple-colors-default-theme-orange-4);\n --chartist-color-5: var(--simple-colors-default-theme-green-3);\n --chartist-color-6: var(--simple-colors-default-theme-lime-2);\n --chartist-color-7: var(--simple-colors-default-theme-yellow-4);\n --chartist-color-8: var(--simple-colors-default-theme-light-green-3);\n --chartist-color-9: var(--simple-colors-default-theme-orange-2);\n --chartist-color-10: var(--simple-colors-default-theme-green-4);\n --chartist-color-11: var(--simple-colors-default-theme-lime-3);\n --chartist-color-12: var(--simple-colors-default-theme-yellow-2);\n --chartist-color-13: var(--simple-colors-default-theme-light-green-4);\n --chartist-color-14: var(--simple-colors-default-theme-orange-3);\n --chartist-color-15: var(--simple-colors-default-theme-green-2);\n }\n\n :host([accent-color=\"yellow\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-yellow-8);\n --chartist-color-2: var(--simple-colors-default-theme-amber-9);\n --chartist-color-3: var(--simple-colors-default-theme-lime-10);\n --chartist-color-4: var(--simple-colors-default-theme-deep-orange-8);\n --chartist-color-5: var(--simple-colors-default-theme-light-green-9);\n --chartist-color-6: var(--simple-colors-default-theme-yellow-10);\n --chartist-color-7: var(--simple-colors-default-theme-amber-8);\n --chartist-color-8: var(--simple-colors-default-theme-lime-9);\n --chartist-color-9: var(--simple-colors-default-theme-deep-orange-10);\n --chartist-color-10: var(--simple-colors-default-theme-light-green-8);\n --chartist-color-11: var(--simple-colors-default-theme-yellow-9);\n --chartist-color-12: var(--simple-colors-default-theme-amber-10);\n --chartist-color-13: var(--simple-colors-default-theme-lime-8);\n --chartist-color-14: var(--simple-colors-default-theme-deep-orange-9);\n --chartist-color-15: var(\n --simple-colors-default-theme-light-green-10\n );\n }\n\n :host([dark][accent-color=\"yellow\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-yellow-4);\n --chartist-color-2: var(--simple-colors-default-theme-amber-3);\n --chartist-color-3: var(--simple-colors-default-theme-lime-2);\n --chartist-color-4: var(--simple-colors-default-theme-deep-orange-4);\n --chartist-color-5: var(--simple-colors-default-theme-light-green-3);\n --chartist-color-6: var(--simple-colors-default-theme-yellow-2);\n --chartist-color-7: var(--simple-colors-default-theme-amber-4);\n --chartist-color-8: var(--simple-colors-default-theme-lime-3);\n --chartist-color-9: var(--simple-colors-default-theme-deep-orange-2);\n --chartist-color-10: var(--simple-colors-default-theme-light-green-4);\n --chartist-color-11: var(--simple-colors-default-theme-yellow-3);\n --chartist-color-12: var(--simple-colors-default-theme-amber-2);\n --chartist-color-13: var(--simple-colors-default-theme-lime-4);\n --chartist-color-14: var(--simple-colors-default-theme-deep-orange-3);\n --chartist-color-15: var(--simple-colors-default-theme-light-green-2);\n }\n\n :host([accent-color=\"amber\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-amber-8);\n --chartist-color-2: var(--simple-colors-default-theme-orange-9);\n --chartist-color-3: var(--simple-colors-default-theme-yellow-10);\n --chartist-color-4: var(--simple-colors-default-theme-red-8);\n --chartist-color-5: var(--simple-colors-default-theme-lime-9);\n --chartist-color-6: var(--simple-colors-default-theme-amber-10);\n --chartist-color-7: var(--simple-colors-default-theme-orange-8);\n --chartist-color-8: var(--simple-colors-default-theme-yellow-9);\n --chartist-color-9: var(--simple-colors-default-theme-red-10);\n --chartist-color-10: var(--simple-colors-default-theme-lime-8);\n --chartist-color-11: var(--simple-colors-default-theme-amber-9);\n --chartist-color-12: var(--simple-colors-default-theme-orange-10);\n --chartist-color-13: var(--simple-colors-default-theme-yellow-8);\n --chartist-color-14: var(--simple-colors-default-theme-red-9);\n --chartist-color-15: var(--simple-colors-default-theme-lime-10);\n }\n\n :host([dark][accent-color=\"amber\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-amber-4);\n --chartist-color-2: var(--simple-colors-default-theme-orange-3);\n --chartist-color-3: var(--simple-colors-default-theme-yellow-2);\n --chartist-color-4: var(--simple-colors-default-theme-red-4);\n --chartist-color-5: var(--simple-colors-default-theme-lime-3);\n --chartist-color-6: var(--simple-colors-default-theme-amber-2);\n --chartist-color-7: var(--simple-colors-default-theme-orange-4);\n --chartist-color-8: var(--simple-colors-default-theme-yellow-3);\n --chartist-color-9: var(--simple-colors-default-theme-red-2);\n --chartist-color-10: var(--simple-colors-default-theme-lime-4);\n --chartist-color-11: var(--simple-colors-default-theme-amber-3);\n --chartist-color-12: var(--simple-colors-default-theme-orange-2);\n --chartist-color-13: var(--simple-colors-default-theme-yellow-4);\n --chartist-color-14: var(--simple-colors-default-theme-red-3);\n --chartist-color-15: var(--simple-colors-default-theme-lime-2);\n }\n\n :host([accent-color=\"orange\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-orange-8);\n --chartist-color-2: var(--simple-colors-default-theme-deep-orange-9);\n --chartist-color-3: var(--simple-colors-default-theme-amber-10);\n --chartist-color-4: var(--simple-colors-default-theme-pink-8);\n --chartist-color-5: var(--simple-colors-default-theme-yellow-9);\n --chartist-color-6: var(--simple-colors-default-theme-orange-10);\n --chartist-color-7: var(--simple-colors-default-theme-deep-orange-8);\n --chartist-color-8: var(--simple-colors-default-theme-amber-9);\n --chartist-color-9: var(--simple-colors-default-theme-pink-10);\n --chartist-color-10: var(--simple-colors-default-theme-yellow-8);\n --chartist-color-11: var(--simple-colors-default-theme-orange-9);\n --chartist-color-12: var(\n --simple-colors-default-theme-deep-orange-10\n );\n --chartist-color-13: var(--simple-colors-default-theme-amber-8);\n --chartist-color-14: var(--simple-colors-default-theme-pink-9);\n --chartist-color-15: var(--simple-colors-default-theme-yellow-10);\n }\n\n :host([dark][accent-color=\"orange\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-orange-4);\n --chartist-color-2: var(--simple-colors-default-theme-deep-orange-3);\n --chartist-color-3: var(--simple-colors-default-theme-amber-2);\n --chartist-color-4: var(--simple-colors-default-theme-pink-4);\n --chartist-color-5: var(--simple-colors-default-theme-yellow-3);\n --chartist-color-6: var(--simple-colors-default-theme-orange-2);\n --chartist-color-7: var(--simple-colors-default-theme-deep-orange-4);\n --chartist-color-8: var(--simple-colors-default-theme-amber-3);\n --chartist-color-9: var(--simple-colors-default-theme-pink-2);\n --chartist-color-10: var(--simple-colors-default-theme-yellow-4);\n --chartist-color-11: var(--simple-colors-default-theme-orange-3);\n --chartist-color-12: var(--simple-colors-default-theme-deep-orange-2);\n --chartist-color-13: var(--simple-colors-default-theme-amber-4);\n --chartist-color-14: var(--simple-colors-default-theme-pink-3);\n --chartist-color-15: var(--simple-colors-default-theme-yellow-2);\n }\n\n :host([accent-color=\"deep-orange\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-deep-orange-8);\n --chartist-color-2: var(--simple-colors-default-theme-red-9);\n --chartist-color-3: var(--simple-colors-default-theme-orange-10);\n --chartist-color-4: var(--simple-colors-default-theme-purple-8);\n --chartist-color-5: var(--simple-colors-default-theme-amber-9);\n --chartist-color-6: var(--simple-colors-default-theme-deep-orange-10);\n --chartist-color-7: var(--simple-colors-default-theme-red-8);\n --chartist-color-8: var(--simple-colors-default-theme-orange-9);\n --chartist-color-9: var(--simple-colors-default-theme-purple-10);\n --chartist-color-10: var(--simple-colors-default-theme-amber-8);\n --chartist-color-11: var(--simple-colors-default-theme-deep-orange-9);\n --chartist-color-12: var(--simple-colors-default-theme-red-10);\n --chartist-color-13: var(--simple-colors-default-theme-orange-8);\n --chartist-color-14: var(--simple-colors-default-theme-purple-9);\n --chartist-color-15: var(--simple-colors-default-theme-amber-10);\n }\n\n :host([dark][accent-color=\"deep-orange\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-deep-orange-4);\n --chartist-color-2: var(--simple-colors-default-theme-red-3);\n --chartist-color-3: var(--simple-colors-default-theme-orange-2);\n --chartist-color-4: var(--simple-colors-default-theme-purple-4);\n --chartist-color-5: var(--simple-colors-default-theme-amber-3);\n --chartist-color-6: var(--simple-colors-default-theme-deep-orange-2);\n --chartist-color-7: var(--simple-colors-default-theme-red-4);\n --chartist-color-8: var(--simple-colors-default-theme-orange-3);\n --chartist-color-9: var(--simple-colors-default-theme-purple-2);\n --chartist-color-10: var(--simple-colors-default-theme-amber-4);\n --chartist-color-11: var(--simple-colors-default-theme-deep-orange-3);\n --chartist-color-12: var(--simple-colors-default-theme-red-2);\n --chartist-color-13: var(--simple-colors-default-theme-orange-4);\n --chartist-color-14: var(--simple-colors-default-theme-purple-3);\n --chartist-color-15: var(--simple-colors-default-theme-amber-2);\n }\n\n :host([accent-color=\"brown\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-brown-8);\n --chartist-color-2: var(--simple-colors-default-theme-red-9);\n --chartist-color-3: var(--simple-colors-default-theme-deep-orange-10);\n --chartist-color-4: var(--simple-colors-default-theme-brown-11);\n --chartist-color-5: var(--simple-colors-default-theme-red-12);\n --chartist-color-6: var(--simple-colors-default-theme-deep-orange-8);\n --chartist-color-7: var(--simple-colors-default-theme-brown-9);\n --chartist-color-8: var(--simple-colors-default-theme-red-10);\n --chartist-color-9: var(--simple-colors-default-theme-deep-orange-11);\n --chartist-color-10: var(--simple-colors-default-theme-brown-12);\n --chartist-color-11: var(--simple-colors-default-theme-red-8);\n --chartist-color-12: var(--simple-colors-default-theme-deep-orange-9);\n --chartist-color-13: var(--simple-colors-default-theme-brown-10);\n --chartist-color-14: var(--simple-colors-default-theme-red-11);\n --chartist-color-15: var(\n --simple-colors-default-theme-deep-orange-12\n );\n }\n\n :host([dark][accent-color=\"brown\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-brown-4);\n --chartist-color-2: var(--simple-colors-default-theme-red-3);\n --chartist-color-3: var(--simple-colors-default-theme-deep-orange-2);\n --chartist-color-4: var(--simple-colors-default-theme-brown-1);\n --chartist-color-5: var(--simple-colors-default-theme-red-0);\n --chartist-color-6: var(--simple-colors-default-theme-deep-orange-4);\n --chartist-color-7: var(--simple-colors-default-theme-brown-3);\n --chartist-color-8: var(--simple-colors-default-theme-red-2);\n --chartist-color-9: var(--simple-colors-default-theme-deep-orange-1);\n --chartist-color-10: var(--simple-colors-default-theme-brown-0);\n --chartist-color-11: var(--simple-colors-default-theme-red-4);\n --chartist-color-12: var(--simple-colors-default-theme-deep-orange-3);\n --chartist-color-13: var(--simple-colors-default-theme-brown-2);\n --chartist-color-14: var(--simple-colors-default-theme-red-1);\n --chartist-color-15: var(--simple-colors-default-theme-deep-orange-0);\n }\n\n :host {\n display: block;\n }\n "]);
- _templateObject2_872e5aa022d211eaa0764d1a500fd781 = function _templateObject2_872e5aa022d211eaa0764d1a500fd781() {
+ _templateObject2_41fdc1b0243411ea86f395335a802507 = function _templateObject2_41fdc1b0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_872e5aa022d211eaa0764d1a500fd781() {
+ function _templateObject_41fdc1b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject_872e5aa022d211eaa0764d1a500fd781 = function _templateObject_872e5aa022d211eaa0764d1a500fd781() {
+ _templateObject_41fdc1b0243411ea86f395335a802507 = function _templateObject_41fdc1b0243411ea86f395335a802507() {
return data;
};
@@ -57,14 +57,14 @@ define(["exports", "../../lit-element/lit-element.js", "../simple-colors/simple-
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_872e5aa022d211eaa0764d1a500fd781(), this.dataSource, this.handleResponse, this.type, this.scale, this.chartTitle, this.chartDesc, this.data, this.responsiveOptions);
+ return (0, _litElement.html)(_templateObject_41fdc1b0243411ea86f395335a802507(), this.dataSource, this.handleResponse, this.type, this.scale, this.chartTitle, this.chartDesc, this.data, this.responsiveOptions);
} // haxProperty definition
}], [{
key: "styles",
//styles function
get: function get() {
- var styles = [(0, _litElement.css)(_templateObject2_872e5aa022d211eaa0764d1a500fd781())];
+ var styles = [(0, _litElement.css)(_templateObject2_41fdc1b0243411ea86f395335a802507())];
if (babelHelpers.get(babelHelpers.getPrototypeOf(LrndesignChart), "styles", this)) styles = Object.assign(babelHelpers.get(babelHelpers.getPrototypeOf(LrndesignChart), "styles", this), styles);
return styles;
}
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-comment/lrndesign-comment.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-comment/lrndesign-comment.js
index 526d5a5fe7c..903143baaa2 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-comment/lrndesign-comment.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-comment/lrndesign-comment.js
@@ -6,10 +6,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../lrndesign-av
});
_exports.LrndesignComment = void 0;
- function _templateObject_815c7c6022d211eaa0764d1a500fd781() {
+ function _templateObject_3be7fca0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "], ["\n \n \n "]);
- _templateObject_815c7c6022d211eaa0764d1a500fd781 = function _templateObject_815c7c6022d211eaa0764d1a500fd781() {
+ _templateObject_3be7fca0243411ea86f395335a802507 = function _templateObject_3be7fca0243411ea86f395335a802507() {
return data;
};
@@ -36,7 +36,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../lrndesign-av
babelHelpers.createClass(LrndesignComment, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_815c7c6022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3be7fca0243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-contactcard/lrndesign-contactcard.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-contactcard/lrndesign-contactcard.js
index 13da2e49779..b756ac2693f 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-contactcard/lrndesign-contactcard.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-contactcard/lrndesign-contactcard.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js"], func
_exports.LrndesignContactcard = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_817f6db022d211eaa0764d1a500fd781() {
+ function _templateObject_3c241b40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n
\n
\n \n [[position]]
\n [[organization]]
\n \n \n "], ["\n \n \n \n
\n
\n \n [[position]]
\n [[organization]]
\n \n \n "]);
- _templateObject_817f6db022d211eaa0764d1a500fd781 = function _templateObject_817f6db022d211eaa0764d1a500fd781() {
+ _templateObject_3c241b40243411ea86f395335a802507 = function _templateObject_3c241b40243411ea86f395335a802507() {
return data;
};
@@ -63,7 +63,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js"], func
babelHelpers.createClass(LrndesignContactcard, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_817f6db022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3c241b40243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-contentblock/lrndesign-contentblock.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-contentblock/lrndesign-contentblock.js
index 1ea191cb973..34fe099296b 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-contentblock/lrndesign-contentblock.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-contentblock/lrndesign-contentblock.js
@@ -6,10 +6,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js"], function (_expo
});
_exports.LrndesignContentblock = void 0;
- function _templateObject_8907124022d211eaa0764d1a500fd781() {
+ function _templateObject_43f85930243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n [[title]] \n \n "]);
- _templateObject_8907124022d211eaa0764d1a500fd781 = function _templateObject_8907124022d211eaa0764d1a500fd781() {
+ _templateObject_43f85930243411ea86f395335a802507 = function _templateObject_43f85930243411ea86f395335a802507() {
return data;
};
@@ -35,7 +35,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js"], function (_expo
babelHelpers.createClass(LrndesignContentblock, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8907124022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_43f85930243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-course-banner/lrndesign-course-banner.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-course-banner/lrndesign-course-banner.js
index 4542a691f70..77b51af1c86 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-course-banner/lrndesign-course-banner.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-course-banner/lrndesign-course-banner.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js"], func
_exports.LrndesignCourseBanner = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_82d1903022d211eaa0764d1a500fd781() {
+ function _templateObject_3d85ce20243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n
\n \n
\n
[[name]]
\n
[[title]]
\n
\n
\n "], ["\n \n \n \n
\n \n
\n
[[name]]
\n
[[title]]
\n
\n
\n "]);
- _templateObject_82d1903022d211eaa0764d1a500fd781 = function _templateObject_82d1903022d211eaa0764d1a500fd781() {
+ _templateObject_3d85ce20243411ea86f395335a802507 = function _templateObject_3d85ce20243411ea86f395335a802507() {
return data;
};
@@ -44,7 +44,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js"], func
babelHelpers.createClass(LrndesignCourseBanner, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_82d1903022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3d85ce20243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-drawer/lrndesign-drawer.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-drawer/lrndesign-drawer.js
index 5908c18a595..5d50e044ded 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-drawer/lrndesign-drawer.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-drawer/lrndesign-drawer.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js"], func
_exports.LrndesignDrawer = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_824332e022d211eaa0764d1a500fd781() {
+ function _templateObject_3ce9b530243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n [[alt]] \n "]);
- _templateObject_824332e022d211eaa0764d1a500fd781 = function _templateObject_824332e022d211eaa0764d1a500fd781() {
+ _templateObject_3ce9b530243411ea86f395335a802507 = function _templateObject_3ce9b530243411ea86f395335a802507() {
return data;
};
@@ -65,7 +65,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js"], func
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_824332e022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3ce9b530243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallery/lib/lrndesign-gallery-carousel.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallery/lib/lrndesign-gallery-carousel.js
index d71f57e1090..5104d7d655f 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallery/lib/lrndesign-gallery-carousel.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallery/lib/lrndesign-gallery-carousel.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "./lrndesign-
});
_exports.LrndesignGalleryCarousel = void 0;
- function _templateObject_9301b2a022d211eaa0764d1a500fd781() {
+ function _templateObject_4db6b3e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n [[title]] \n \n
\n A carousel of items:
\n \n
\n
\n Slide [[selected.xofy]] selected.\n
\n
\n
\n \n
\n \n \n
\n
\n \n \n
previous \n
\n \n \n
next \n
\n
\n
\n
\n
\n
\n [[selected.title]]\n \n
\n \n
\n
\n
\n
\n ( End of slide \n [[selected.xofy]]. )\n
\n
\n
\n
\n
\n
\n Slides list:\n
\n
\n \n \n \n \n \n [[item.alt]]\n \n \n
\n
\n
\n
\n
\n
\n
\n \n
\n \n \n [[item.title]] \n \n \n \n \n \n
\n \n "]);
- _templateObject_9301b2a022d211eaa0764d1a500fd781 = function _templateObject_9301b2a022d211eaa0764d1a500fd781() {
+ _templateObject_4db6b3e0243411ea86f395335a802507 = function _templateObject_4db6b3e0243411ea86f395335a802507() {
return data;
};
@@ -192,7 +192,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "./lrndesign-
}, {
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9301b2a022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4db6b3e0243411ea86f395335a802507());
} // properties available to the custom element for data binding
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallery/lib/lrndesign-gallery-details.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallery/lib/lrndesign-gallery-details.js
index 95c36e4981b..aa0cf6f79b6 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallery/lib/lrndesign-gallery-details.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallery/lib/lrndesign-gallery-details.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
});
_exports.LrndesignGalleryDetails = void 0;
- function _templateObject2_9303605022d211eaa0764d1a500fd781() {
+ function _templateObject2_4db86190243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n :host([hidden]) {\n display: none;\n }\n "]);
- _templateObject2_9303605022d211eaa0764d1a500fd781 = function _templateObject2_9303605022d211eaa0764d1a500fd781() {
+ _templateObject2_4db86190243411ea86f395335a802507 = function _templateObject2_4db86190243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9303605022d211eaa0764d1a500fd781() {
+ function _templateObject_4db86190243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n
\n "]);
- _templateObject_9303605022d211eaa0764d1a500fd781 = function _templateObject_9303605022d211eaa0764d1a500fd781() {
+ _templateObject_4db86190243411ea86f395335a802507 = function _templateObject_4db86190243411ea86f395335a802507() {
return data;
};
@@ -45,7 +45,7 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_9303605022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_4db86190243411ea86f395335a802507());
}
}], [{
key: "styles",
@@ -54,7 +54,7 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_9303605022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4db86190243411ea86f395335a802507())];
}
/**
* Store the tag name to make it easier to obtain directly.
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallery/lib/lrndesign-gallery-grid.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallery/lib/lrndesign-gallery-grid.js
index f459a958808..1295ed3e36b 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallery/lib/lrndesign-gallery-grid.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallery/lib/lrndesign-gallery-grid.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.LrndesignGalleryGrid = void 0;
- function _templateObject_9306468022d211eaa0764d1a500fd781() {
+ function _templateObject_4dbaf9a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n [[title]] \n \n
\n A list of thumbnail buttons items:
\n \n
\n \n \n \n \n
\n \n \n \n
\n \n
\n \n \n [[item.title]] \n \n \n \n \n \n
\n \n "]);
- _templateObject_9306468022d211eaa0764d1a500fd781 = function _templateObject_9306468022d211eaa0764d1a500fd781() {
+ _templateObject_4dbaf9a0243411ea86f395335a802507 = function _templateObject_4dbaf9a0243411ea86f395335a802507() {
return data;
};
@@ -108,7 +108,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}, {
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9306468022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4dbaf9a0243411ea86f395335a802507());
} // properties available to the custom element for data binding
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallery/lib/lrndesign-gallery-shared-styles.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallery/lib/lrndesign-gallery-shared-styles.js
index b8474b0abbd..606122c30bc 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallery/lib/lrndesign-gallery-shared-styles.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallery/lib/lrndesign-gallery-shared-styles.js
@@ -1,10 +1,10 @@
define(["../../../@polymer/polymer/polymer-element.js", "../../../@polymer/iron-flex-layout/iron-flex-layout.js"], function (_polymerElement, _ironFlexLayout) {
"use strict";
- function _templateObject_9307a61022d211eaa0764d1a500fd781() {
+ function _templateObject_4dbbbcf0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n"]);
- _templateObject_9307a61022d211eaa0764d1a500fd781 = function _templateObject_9307a61022d211eaa0764d1a500fd781() {
+ _templateObject_4dbbbcf0243411ea86f395335a802507 = function _templateObject_4dbbbcf0243411ea86f395335a802507() {
return data;
};
@@ -12,7 +12,7 @@ define(["../../../@polymer/polymer/polymer-element.js", "../../../@polymer/iron-
}
var styleElement = document.createElement("dom-module");
- var css = (0, _polymerElement.html)(_templateObject_9307a61022d211eaa0764d1a500fd781());
+ var css = (0, _polymerElement.html)(_templateObject_4dbbbcf0243411ea86f395335a802507());
styleElement.appendChild(css);
styleElement.register("lrndesign-gallery-shared-styles");
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallery/lib/lrndesign-gallery-zoom.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallery/lib/lrndesign-gallery-zoom.js
index 87032c8b0b1..a42c7d7c078 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallery/lib/lrndesign-gallery-zoom.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallery/lib/lrndesign-gallery-zoom.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../simple
});
_exports.LrndesignGalleryZoom = void 0;
- function _templateObject_930ab35022d211eaa0764d1a500fd781() {
+ function _templateObject_4deb7f80243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n [[tooltip]] \n \n
\n \n
\n \n
\n Swipe, use a mouse or use the +/- and arrow keys to zoom and pan the\n image above.\n
\n
\n \n "]);
- _templateObject_930ab35022d211eaa0764d1a500fd781 = function _templateObject_930ab35022d211eaa0764d1a500fd781() {
+ _templateObject_4deb7f80243411ea86f395335a802507 = function _templateObject_4deb7f80243411ea86f395335a802507() {
return data;
};
@@ -130,7 +130,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../simple
}, {
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_930ab35022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4deb7f80243411ea86f395335a802507());
} // properties available to the custom element for data binding
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallery/lrndesign-gallery.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallery/lrndesign-gallery.js
index 411e49e5bd6..7b0dc32d366 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallery/lrndesign-gallery.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallery/lrndesign-gallery.js
@@ -6,10 +6,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "./lib/lrndesign
});
_exports.LrndesignGallery = void 0;
- function _templateObject_825de6d022d211eaa0764d1a500fd781() {
+ function _templateObject_3d05c8b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n \n \n \n
\n "]);
- _templateObject_825de6d022d211eaa0764d1a500fd781 = function _templateObject_825de6d022d211eaa0764d1a500fd781() {
+ _templateObject_3d05c8b0243411ea86f395335a802507 = function _templateObject_3d05c8b0243411ea86f395335a802507() {
return data;
};
@@ -109,7 +109,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "./lib/lrndesign
}, {
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_825de6d022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3d05c8b0243411ea86f395335a802507());
} // haxProperty definition
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallerycard/lrndesign-gallerycard.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallerycard/lrndesign-gallerycard.js
index 85a0871f1fe..c95ddf67d34 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallerycard/lrndesign-gallerycard.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-gallerycard/lrndesign-gallerycard.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
_exports.LrndesignGallerycard = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_8304600022d211eaa0764d1a500fd781() {
+ function _templateObject_3db51b80243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n
\n
\n [[author.display_name]] \n \n
\n
\n \n "], ["\n \n \n \n \n
\n
\n [[author.display_name]] \n \n
\n
\n \n "]);
- _templateObject_8304600022d211eaa0764d1a500fd781 = function _templateObject_8304600022d211eaa0764d1a500fd781() {
+ _templateObject_3db51b80243411ea86f395335a802507 = function _templateObject_3db51b80243411ea86f395335a802507() {
return data;
};
@@ -77,7 +77,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8304600022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3db51b80243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-imagemap/lib/lrndesign-imagemap-hotspot.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-imagemap/lib/lrndesign-imagemap-hotspot.js
index f5ffccc1c44..eb3513cecee 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-imagemap/lib/lrndesign-imagemap-hotspot.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-imagemap/lib/lrndesign-imagemap-hotspot.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
_exports.LrndesignImagemapHotspot = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_930d245022d211eaa0764d1a500fd781() {
+ function _templateObject2_4dedc970243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: none;\n }\n :host #desc {\n margin: 0 0 15px;\n }\n @media print {\n :host {\n display: block;\n }\n }\n "]);
- _templateObject2_930d245022d211eaa0764d1a500fd781 = function _templateObject2_930d245022d211eaa0764d1a500fd781() {
+ _templateObject2_4dedc970243411ea86f395335a802507 = function _templateObject2_4dedc970243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_930d245022d211eaa0764d1a500fd781() {
+ function _templateObject_4dedc970243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n "]);
- _templateObject_930d245022d211eaa0764d1a500fd781 = function _templateObject_930d245022d211eaa0764d1a500fd781() {
+ _templateObject_4dedc970243411ea86f395335a802507 = function _templateObject_4dedc970243411ea86f395335a802507() {
return data;
};
@@ -44,7 +44,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
* LitElement render
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_930d245022d211eaa0764d1a500fd781(), !this.label, this.label);
+ return (0, _litElement.html)(_templateObject_4dedc970243411ea86f395335a802507(), !this.label, this.label);
}
/**
* HTMLElement
@@ -57,7 +57,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_930d245022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4dedc970243411ea86f395335a802507())];
}
}]);
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-imagemap/lrndesign-imagemap.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-imagemap/lrndesign-imagemap.js
index 9185b1484d0..3c61be78ce9 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-imagemap/lrndesign-imagemap.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-imagemap/lrndesign-imagemap.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
_exports.LrndesignImagemap = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_828e6cb022d211eaa0764d1a500fd781() {
+ function _templateObject_3d3982e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n
\n
\n
\n \n \n "], ["\n \n \n \n
\n
\n
\n \n \n "]);
- _templateObject_828e6cb022d211eaa0764d1a500fd781 = function _templateObject_828e6cb022d211eaa0764d1a500fd781() {
+ _templateObject_3d3982e0243411ea86f395335a802507 = function _templateObject_3d3982e0243411ea86f395335a802507() {
return data;
};
@@ -234,7 +234,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_828e6cb022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3d3982e0243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-mapmenu/lib/lrndesign-mapmenu-header.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-mapmenu/lib/lrndesign-mapmenu-header.js
index 6961d93c428..3c7a9f59df5 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-mapmenu/lib/lrndesign-mapmenu-header.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-mapmenu/lib/lrndesign-mapmenu-header.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../lrndes
});
_exports.LrndesignMapmenuHeader = void 0;
- function _templateObject_930f473022d211eaa0764d1a500fd781() {
+ function _templateObject_4defc540243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n \n \n
\n \n
\n
[[label]]
\n
[[title]]
\n
\n
\n \n \n \n \n \n \n
\n
\n "]);
- _templateObject_930f473022d211eaa0764d1a500fd781 = function _templateObject_930f473022d211eaa0764d1a500fd781() {
+ _templateObject_4defc540243411ea86f395335a802507 = function _templateObject_4defc540243411ea86f395335a802507() {
return data;
};
@@ -36,7 +36,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../lrndes
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_930f473022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4defc540243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-mapmenu/lib/lrndesign-mapmenu-item.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-mapmenu/lib/lrndesign-mapmenu-item.js
index c8ae3f6cc2a..48e08526a47 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-mapmenu/lib/lrndesign-mapmenu-item.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-mapmenu/lib/lrndesign-mapmenu-item.js
@@ -6,30 +6,30 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/iro
});
_exports.LrndesignMapmenuItem = void 0;
- function _templateObject3_9310f4e022d211eaa0764d1a500fd781() {
+ function _templateObject3_4e0dd490243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n --lrndesign-mapmenu-item-height: 16px;\n }\n iron-icon {\n --iron-icon-height: var(--lrndesign-mapmenu-item-height);\n display: inline-flex;\n }\n "]);
- _templateObject3_9310f4e022d211eaa0764d1a500fd781 = function _templateObject3_9310f4e022d211eaa0764d1a500fd781() {
+ _templateObject3_4e0dd490243411ea86f395335a802507 = function _templateObject3_4e0dd490243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_9310f4e022d211eaa0764d1a500fd781() {
+ function _templateObject2_4e0dd490243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_9310f4e022d211eaa0764d1a500fd781 = function _templateObject2_9310f4e022d211eaa0764d1a500fd781() {
+ _templateObject2_4e0dd490243411ea86f395335a802507 = function _templateObject2_4e0dd490243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9310f4e022d211eaa0764d1a500fd781() {
+ function _templateObject_4e0dd490243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n ", " \n "]);
- _templateObject_9310f4e022d211eaa0764d1a500fd781 = function _templateObject_9310f4e022d211eaa0764d1a500fd781() {
+ _templateObject_4e0dd490243411ea86f395335a802507 = function _templateObject_4e0dd490243411ea86f395335a802507() {
return data;
};
@@ -43,7 +43,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/iro
babelHelpers.createClass(LrndesignMapmenuItem, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_9310f4e022d211eaa0764d1a500fd781(), this.icon ? (0, _litElement.html)(_templateObject2_9310f4e022d211eaa0764d1a500fd781(), this.icon) : "", this.title);
+ return (0, _litElement.html)(_templateObject_4e0dd490243411ea86f395335a802507(), this.icon ? (0, _litElement.html)(_templateObject2_4e0dd490243411ea86f395335a802507(), this.icon) : "", this.title);
}
}], [{
key: "styles",
@@ -52,7 +52,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/iro
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject3_9310f4e022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject3_4e0dd490243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-mapmenu/lib/lrndesign-mapmenu-submenu.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-mapmenu/lib/lrndesign-mapmenu-submenu.js
index 8e9eedad493..9843b438ec4 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-mapmenu/lib/lrndesign-mapmenu-submenu.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-mapmenu/lib/lrndesign-mapmenu-submenu.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/pol
});
_exports.LrndesignMapmenuSubmenu = void 0;
- function _templateObject2_9313db1022d211eaa0764d1a500fd781() {
+ function _templateObject2_4e10bac0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n :host([collapsable]) > lrndesign-mapmenu-header {\n cursor: pointer;\n display: block;\n }\n #container {\n padding: 16px;\n }\n #container ::slotted(lrndesign-mapmenu-item) {\n margin-top: 6.4px;\n }\n "]);
- _templateObject2_9313db1022d211eaa0764d1a500fd781 = function _templateObject2_9313db1022d211eaa0764d1a500fd781() {
+ _templateObject2_4e10bac0243411ea86f395335a802507 = function _templateObject2_4e10bac0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9313db1022d211eaa0764d1a500fd781() {
+ function _templateObject_4e10bac0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject_9313db1022d211eaa0764d1a500fd781 = function _templateObject_9313db1022d211eaa0764d1a500fd781() {
+ _templateObject_4e10bac0243411ea86f395335a802507 = function _templateObject_4e10bac0243411ea86f395335a802507() {
return data;
};
@@ -33,7 +33,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/pol
babelHelpers.createClass(LrndesignMapmenuSubmenu, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_9313db1022d211eaa0764d1a500fd781(), this._headerClickHandler, this.avatarLabel, this.title, this.label, this.opened);
+ return (0, _litElement.html)(_templateObject_4e10bac0243411ea86f395335a802507(), this._headerClickHandler, this.avatarLabel, this.title, this.label, this.opened);
}
}, {
key: "_openChanged",
@@ -56,7 +56,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/pol
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_9313db1022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4e10bac0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-mapmenu/lrndesign-mapmenu.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-mapmenu/lrndesign-mapmenu.js
index e1b3bb03469..0b62debd013 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-mapmenu/lrndesign-mapmenu.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-mapmenu/lrndesign-mapmenu.js
@@ -6,10 +6,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "./lib/lrndesign
});
_exports.LrndesignMapmenu = void 0;
- function _templateObject_829dfd1022d211eaa0764d1a500fd781() {
+ function _templateObject_3d484ff0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject_829dfd1022d211eaa0764d1a500fd781 = function _templateObject_829dfd1022d211eaa0764d1a500fd781() {
+ _templateObject_3d484ff0243411ea86f395335a802507 = function _templateObject_3d484ff0243411ea86f395335a802507() {
return data;
};
@@ -35,7 +35,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "./lib/lrndesign
babelHelpers.createClass(LrndesignMapmenu, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_829dfd1022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3d484ff0243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-panelcard/lrndesign-panelcard.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-panelcard/lrndesign-panelcard.js
index 46c58588036..8351af978e8 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-panelcard/lrndesign-panelcard.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-panelcard/lrndesign-panelcard.js
@@ -11,10 +11,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../s
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_82bbbe4022d211eaa0764d1a500fd781() {
+ function _templateObject_3d585580243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n
[[title]] \n \n \n \n \n "]);
- _templateObject_82bbbe4022d211eaa0764d1a500fd781 = function _templateObject_82bbbe4022d211eaa0764d1a500fd781() {
+ _templateObject_3d585580243411ea86f395335a802507 = function _templateObject_3d585580243411ea86f395335a802507() {
return data;
};
@@ -46,7 +46,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../s
babelHelpers.createClass(LrndesignPanelcard, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_82bbbe4022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3d585580243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-paperstack/lrndesign-paperstack.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-paperstack/lrndesign-paperstack.js
index 549a1e1f587..8d705833e6c 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-paperstack/lrndesign-paperstack.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-paperstack/lrndesign-paperstack.js
@@ -11,10 +11,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../s
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_82d44f5022d211eaa0764d1a500fd781() {
+ function _templateObject_3d7f3e70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject_82d44f5022d211eaa0764d1a500fd781 = function _templateObject_82d44f5022d211eaa0764d1a500fd781() {
+ _templateObject_3d7f3e70243411ea86f395335a802507 = function _templateObject_3d7f3e70243411ea86f395335a802507() {
return data;
};
@@ -50,7 +50,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../s
babelHelpers.createClass(LrndesignPaperstack, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_82d44f5022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3d7f3e70243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-sidenote/lrndesign-sidenote.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-sidenote/lrndesign-sidenote.js
index ca051003583..7f7379d2d6d 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-sidenote/lrndesign-sidenote.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-sidenote/lrndesign-sidenote.js
@@ -6,10 +6,10 @@ define(["exports", "../../lit-element/lit-element.js", "../../@polymer/iron-icon
});
_exports.LrndesignSidenote = void 0;
- function _templateObject_82fc22a022d211eaa0764d1a500fd781() {
+ function _templateObject_3d9efb70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n
\n "]);
- _templateObject_82fc22a022d211eaa0764d1a500fd781 = function _templateObject_82fc22a022d211eaa0764d1a500fd781() {
+ _templateObject_3d9efb70243411ea86f395335a802507 = function _templateObject_3d9efb70243411ea86f395335a802507() {
return data;
};
@@ -100,7 +100,7 @@ define(["exports", "../../lit-element/lit-element.js", "../../@polymer/iron-icon
key: "render",
value: function render() {
var inlineStyle = this.bgColor ? "background-color:".concat(this.bgColor, ";") : "";
- return (0, _litElement.html)(_templateObject_82fc22a022d211eaa0764d1a500fd781(), inlineStyle, this.icon, this.label);
+ return (0, _litElement.html)(_templateObject_3d9efb70243411ea86f395335a802507(), inlineStyle, this.icon, this.label);
}
}], [{
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-stepper/lib/lrndesign-stepper-button.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-stepper/lib/lrndesign-stepper-button.js
index 4164fd0eb80..aa5e8f1a420 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-stepper/lib/lrndesign-stepper-button.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-stepper/lib/lrndesign-stepper-button.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.LrndesignStepperButton = void 0;
- function _templateObject_93175d8022d211eaa0764d1a500fd781() {
+ function _templateObject_4e13a0f0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n \n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_93175d8022d211eaa0764d1a500fd781 = function _templateObject_93175d8022d211eaa0764d1a500fd781() {
+ _templateObject_4e13a0f0243411ea86f395335a802507 = function _templateObject_4e13a0f0243411ea86f395335a802507() {
return data;
};
@@ -72,7 +72,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_93175d8022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4e13a0f0243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-stepper/lrndesign-stepper.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-stepper/lrndesign-stepper.js
index 3183d58dc40..c8f56b0cb23 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-stepper/lrndesign-stepper.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-stepper/lrndesign-stepper.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js"], func
_exports.LrndesignStepper = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_8330520022d211eaa0764d1a500fd781() {
+ function _templateObject_3dc34c50243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n
\n "]);
- _templateObject_8330520022d211eaa0764d1a500fd781 = function _templateObject_8330520022d211eaa0764d1a500fd781() {
+ _templateObject_3dc34c50243411ea86f395335a802507 = function _templateObject_3dc34c50243411ea86f395335a802507() {
return data;
};
@@ -66,7 +66,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js"], func
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8330520022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3dc34c50243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-timeline/lrndesign-timeline.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-timeline/lrndesign-timeline.js
index 9d0ab4da461..b5f04bd4751 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-timeline/lrndesign-timeline.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrndesign-timeline/lrndesign-timeline.js
@@ -10,10 +10,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../simple-color
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_8367408022d211eaa0764d1a500fd781() {
+ function _templateObject_3dfe8090243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n [[title]] \n \n \n
\n
\n \n \n
[[event.heading]] \n
\n
\n [[event.details]]
\n \n \n
\n
\n \n "]);
- _templateObject_8367408022d211eaa0764d1a500fd781 = function _templateObject_8367408022d211eaa0764d1a500fd781() {
+ _templateObject_3dfe8090243411ea86f395335a802507 = function _templateObject_3dfe8090243411ea86f395335a802507() {
return data;
};
@@ -139,7 +139,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../simple-color
key: "template",
// render function
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8367408022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3dfe8090243411ea86f395335a802507());
} // haxProperty definition
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-button/lrnsys-button.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-button/lrnsys-button.js
index d67739584e3..fa10a85789d 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-button/lrnsys-button.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-button/lrnsys-button.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
_exports.LrnsysButton = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_8390c18022d211eaa0764d1a500fd781() {
+ function _templateObject_3e2bf930243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n [[label]] \n \n
\n \n \n [[alt]] \n "], ["\n \n \n \n \n \n \n [[label]] \n \n
\n \n \n [[alt]] \n "]);
- _templateObject_8390c18022d211eaa0764d1a500fd781 = function _templateObject_8390c18022d211eaa0764d1a500fd781() {
+ _templateObject_3e2bf930243411ea86f395335a802507 = function _templateObject_3e2bf930243411ea86f395335a802507() {
return data;
};
@@ -201,7 +201,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8390c18022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3e2bf930243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-chartjs/lrnsys-chartjs.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-chartjs/lrnsys-chartjs.js
index 41f67136070..6bf7aa09eb7 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-chartjs/lrnsys-chartjs.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-chartjs/lrnsys-chartjs.js
@@ -6,10 +6,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@vowo/cha
});
_exports.LrnsysChartjs = void 0;
- function _templateObject_83c5db4022d211eaa0764d1a500fd781() {
+ function _templateObject_3e692940243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n
\n "]);
- _templateObject_83c5db4022d211eaa0764d1a500fd781 = function _templateObject_83c5db4022d211eaa0764d1a500fd781() {
+ _templateObject_3e692940243411ea86f395335a802507 = function _templateObject_3e692940243411ea86f395335a802507() {
return data;
};
@@ -64,7 +64,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@vowo/cha
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_83c5db4022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3e692940243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-comment/lib/lrnsys-comment-list.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-comment/lib/lrnsys-comment-list.js
index 326e821f34c..00d07b29e62 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-comment/lib/lrnsys-comment-list.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-comment/lib/lrnsys-comment-list.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.LrnsysCommentList = void 0;
- function _templateObject_931f4cc022d211eaa0764d1a500fd781() {
+ function _templateObject_4e1bde50243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Body \n User Name \n \n \n \n \n "], ["\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Body \n User Name \n \n \n \n \n "]);
- _templateObject_931f4cc022d211eaa0764d1a500fd781 = function _templateObject_931f4cc022d211eaa0764d1a500fd781() {
+ _templateObject_4e1bde50243411ea86f395335a802507 = function _templateObject_4e1bde50243411ea86f395335a802507() {
return data;
};
@@ -88,7 +88,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_931f4cc022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4e1bde50243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-comment/lrnsys-comment.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-comment/lrnsys-comment.js
index 940b9ae4d09..6ecc6f50c14 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-comment/lrnsys-comment.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-comment/lrnsys-comment.js
@@ -8,10 +8,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
_require = babelHelpers.interopRequireWildcard(_require);
async = babelHelpers.interopRequireWildcard(async);
- function _templateObject_8913474022d211eaa0764d1a500fd781() {
+ function _templateObject_44029260243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n
\n "], ["\n \n \n \n
\n "]);
- _templateObject_8913474022d211eaa0764d1a500fd781 = function _templateObject_8913474022d211eaa0764d1a500fd781() {
+ _templateObject_44029260243411ea86f395335a802507 = function _templateObject_44029260243411ea86f395335a802507() {
return data;
};
@@ -225,7 +225,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8913474022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_44029260243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-button-inner.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-button-inner.js
index 29c58b12751..cf33322189d 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-button-inner.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-button-inner.js
@@ -7,50 +7,50 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
_exports.LrnsysButtonInner = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject5_932232f022d211eaa0764d1a500fd781() {
+ function _templateObject5_4e1f39b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n :host > div > * {\n vertical-align: middle;\n }\n .text-label {\n margin-left: 8px;\n }\n .text-label-only {\n margin-left: 0;\n }\n "]);
- _templateObject5_932232f022d211eaa0764d1a500fd781 = function _templateObject5_932232f022d211eaa0764d1a500fd781() {
+ _templateObject5_4e1f39b0243411ea86f395335a802507 = function _templateObject5_4e1f39b0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject4_932232f022d211eaa0764d1a500fd781() {
+ function _templateObject4_4e1f39b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject4_932232f022d211eaa0764d1a500fd781 = function _templateObject4_932232f022d211eaa0764d1a500fd781() {
+ _templateObject4_4e1f39b0243411ea86f395335a802507 = function _templateObject4_4e1f39b0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_932232f022d211eaa0764d1a500fd781() {
+ function _templateObject3_4e1f39b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject3_932232f022d211eaa0764d1a500fd781 = function _templateObject3_932232f022d211eaa0764d1a500fd781() {
+ _templateObject3_4e1f39b0243411ea86f395335a802507 = function _templateObject3_4e1f39b0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_932232f022d211eaa0764d1a500fd781() {
+ function _templateObject2_4e1f39b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_932232f022d211eaa0764d1a500fd781 = function _templateObject2_932232f022d211eaa0764d1a500fd781() {
+ _templateObject2_4e1f39b0243411ea86f395335a802507 = function _templateObject2_4e1f39b0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_932232f022d211eaa0764d1a500fd781() {
+ function _templateObject_4e1f39b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n ", "\n ", "\n
\n
\n "]);
- _templateObject_932232f022d211eaa0764d1a500fd781 = function _templateObject_932232f022d211eaa0764d1a500fd781() {
+ _templateObject_4e1f39b0243411ea86f395335a802507 = function _templateObject_4e1f39b0243411ea86f395335a802507() {
return data;
};
@@ -78,7 +78,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
* LitElement render
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_932232f022d211eaa0764d1a500fd781(), this.avatar ? (0, _litElement.html)(_templateObject2_932232f022d211eaa0764d1a500fd781(), this.avatar) : "", this.icon ? (0, _litElement.html)(_templateObject3_932232f022d211eaa0764d1a500fd781(), this.icon) : "", this.text ? (0, _litElement.html)(_templateObject4_932232f022d211eaa0764d1a500fd781(), this._getTextLabelClass(this.avatar, this.icon), this.text) : "");
+ return (0, _litElement.html)(_templateObject_4e1f39b0243411ea86f395335a802507(), this.avatar ? (0, _litElement.html)(_templateObject2_4e1f39b0243411ea86f395335a802507(), this.avatar) : "", this.icon ? (0, _litElement.html)(_templateObject3_4e1f39b0243411ea86f395335a802507(), this.icon) : "", this.text ? (0, _litElement.html)(_templateObject4_4e1f39b0243411ea86f395335a802507(), this._getTextLabelClass(this.avatar, this.icon), this.text) : "");
}
/**
* LitElement properties changed
@@ -125,7 +125,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject5_932232f022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject5_4e1f39b0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-collapselist-item.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-collapselist-item.js
index 6fcef2602d9..80d49b7962c 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-collapselist-item.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-collapselist-item.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
_exports.LrnsysCollapselistItem = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_9327d84022d211eaa0764d1a500fd781() {
+ function _templateObject2_4e21f8d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n
\n \n "]);
- _templateObject2_9327d84022d211eaa0764d1a500fd781 = function _templateObject2_9327d84022d211eaa0764d1a500fd781() {
+ _templateObject2_4e21f8d0243411ea86f395335a802507 = function _templateObject2_4e21f8d0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9327d84022d211eaa0764d1a500fd781() {
+ function _templateObject_4e21f8d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n color: var(--lrnsys-collapselist-text-color, #000);\n }\n paper-button {\n height: 48px;\n padding: 0;\n margin: 0;\n min-width: 0.16px;\n -webkit-justify-content: flex-start;\n justify-content: flex-start;\n align-items: center;\n width: 100%;\n text-transform: unset;\n border-radius: 0;\n background-color: var(--lrnsys-collapselist-item-color, #fff);\n }\n paper-button span {\n pointer-events: none;\n }\n .collapse-label {\n padding: 12px 8px 4px 8px;\n width: 100%;\n height: 32px;\n }\n :host([opened]) #collapse {\n border-top: 1px solid var(--lrnsys-collapselist-item-border, #bbb);\n background-color: var(--lrnsys-collapselist-item-active-color, #eee);\n }\n :host([opened]) .collapse-label {\n font-weight: bold;\n background-color: var(--lrnsys-collapselist-item-active-color, #eee);\n }\n .collapse-content {\n padding: 16px;\n }\n "]);
- _templateObject_9327d84022d211eaa0764d1a500fd781 = function _templateObject_9327d84022d211eaa0764d1a500fd781() {
+ _templateObject_4e21f8d0243411ea86f395335a802507 = function _templateObject_4e21f8d0243411ea86f395335a802507() {
return data;
};
@@ -43,7 +43,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_9327d84022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_4e21f8d0243411ea86f395335a802507())];
}
/**
* HTMLElement
@@ -73,7 +73,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
babelHelpers.createClass(LrnsysCollapselistItem, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_9327d84022d211eaa0764d1a500fd781(), this.collapseToggle, this.opened, this.__openedChanged);
+ return (0, _litElement.html)(_templateObject2_4e21f8d0243411ea86f395335a802507(), this.collapseToggle, this.opened, this.__openedChanged);
}
}, {
key: "__openedChanged",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-collapselist.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-collapselist.js
index a862be52063..6abdf057a96 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-collapselist.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-collapselist.js
@@ -7,30 +7,30 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
_exports.LrnsysCollapselist = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject3_93247ce022d211eaa0764d1a500fd781() {
+ function _templateObject3_4e2442c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n ", " \n \n ", " \n \n \n "]);
- _templateObject3_93247ce022d211eaa0764d1a500fd781 = function _templateObject3_93247ce022d211eaa0764d1a500fd781() {
+ _templateObject3_4e2442c0243411ea86f395335a802507 = function _templateObject3_4e2442c0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_93247ce022d211eaa0764d1a500fd781() {
+ function _templateObject2_4e2442c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_93247ce022d211eaa0764d1a500fd781 = function _templateObject2_93247ce022d211eaa0764d1a500fd781() {
+ _templateObject2_4e2442c0243411ea86f395335a802507 = function _templateObject2_4e2442c0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_93247ce022d211eaa0764d1a500fd781() {
+ function _templateObject_4e2442c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n background-color: var(--simple-colors-background1);\n --lrnsys-collapselist-text-color: var(--simple-colors-foreground1);\n --lrnsys-collapselist-item-color: var(--simple-colors-background1);\n --lrnsys-collapselist-item-active-color: var(\n --simple-colors-background2\n );\n --lrnsys-collapselist-item-border: var(--simple-colors-background5);\n }\n ul {\n list-style-type: none;\n margin: 0;\n padding: 0;\n }\n ul li {\n width: 100%;\n border: 1px solid var(--lrnsys-collapselist-item-border);\n margin-bottom: -1px;\n }\n ul li lrnsys-collapselist-item {\n height: 32px;\n padding: 8px;\n margin: 0;\n min-width: 0.16px;\n -webkit-justify-content: flex-start;\n justify-content: flex-start;\n align-items: center;\n width: 100%;\n text-transform: unset;\n border-radius: 0;\n }\n ul li lrnsys-collapselist-item iron-icon,\n ul li lrnsys-collapselist-item span {\n pointer-events: none;\n }\n iron-icon {\n display: inline-block;\n }\n .collapse-label {\n margin-left: 8px;\n }\n .collapse-content {\n padding: 16px;\n }\n "]);
- _templateObject_93247ce022d211eaa0764d1a500fd781 = function _templateObject_93247ce022d211eaa0764d1a500fd781() {
+ _templateObject_4e2442c0243411ea86f395335a802507 = function _templateObject_4e2442c0243411ea86f395335a802507() {
return data;
};
@@ -52,7 +52,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_93247ce022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_4e2442c0243411ea86f395335a802507())];
}
/**
* HTMLElement
@@ -82,8 +82,8 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
babelHelpers.createClass(LrnsysCollapselist, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_93247ce022d211eaa0764d1a500fd781(), this.items.map(function (row) {
- return (0, _litElement.html)(_templateObject3_93247ce022d211eaa0764d1a500fd781(), row.icon, row.label, row.content);
+ return (0, _litElement.html)(_templateObject2_4e2442c0243411ea86f395335a802507(), this.items.map(function (row) {
+ return (0, _litElement.html)(_templateObject3_4e2442c0243411ea86f395335a802507(), row.icon, row.label, row.content);
}));
}
}], [{
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-dialog-toolbar-button.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-dialog-toolbar-button.js
index b8263626a89..c501817d6a4 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-dialog-toolbar-button.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-dialog-toolbar-button.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
_exports.LrnsysDialogToolbarButton = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_932a223022d211eaa0764d1a500fd781() {
+ function _templateObject2_4e277710243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline-block;\n }\n iron-icon {\n display: inline-block;\n height: 16px;\n width: 16px;\n }\n "]);
- _templateObject2_932a223022d211eaa0764d1a500fd781 = function _templateObject2_932a223022d211eaa0764d1a500fd781() {
+ _templateObject2_4e277710243411ea86f395335a802507 = function _templateObject2_4e277710243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_932a223022d211eaa0764d1a500fd781() {
+ function _templateObject_4e277710243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n ", " \n "]);
- _templateObject_932a223022d211eaa0764d1a500fd781 = function _templateObject_932a223022d211eaa0764d1a500fd781() {
+ _templateObject_4e277710243411ea86f395335a802507 = function _templateObject_4e277710243411ea86f395335a802507() {
return data;
};
@@ -38,7 +38,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
* LitElement render
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_932a223022d211eaa0764d1a500fd781(), this._onTap, this.id, this.title, this.icon, this.title, this.id, this.title);
+ return (0, _litElement.html)(_templateObject_4e277710243411ea86f395335a802507(), this._onTap, this.id, this.title, this.icon, this.title, this.id, this.title);
}
}], [{
key: "styles",
@@ -47,7 +47,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_932a223022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4e277710243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-dialog-toolbar.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-dialog-toolbar.js
index 2689b4a5ec9..79bca44520f 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-dialog-toolbar.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-dialog-toolbar.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
_exports.LrnsysDialogToolbar = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_932c6c2022d211eaa0764d1a500fd781() {
+ function _templateObject2_4e2a0f20243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n --app-toolbar-primary-height: 40px;\n --app-toolbar-secondary-height: 50px;\n --app-toolbar-secondary-color: var(\n --lrnsys-dialog-secondary-background-color\n );\n --app-toolbar-primary-color: var(\n --lrnsys-dialog-toolbar-background-color\n );\n position: relative;\n margin: 0;\n padding: 0;\n }\n app-toolbar#primary {\n color: var(--lrnsys-dialog-color, #000);\n background-color: var(--app-toolbar-primary-color);\n z-index: 10;\n position: relative;\n height: var(--app-toolbar-primary-height);\n }\n app-toolbar#secondary {\n color: var(--lrnsys-dialog-color, #000);\n background-color: var(--app-toolbar-secondary-color);\n z-index: 5;\n position: absolute;\n width: 100%;\n transform: translateY(-100%);\n transition: all 0.3s ease-in;\n height: var(--app-toolbar-primary-height);\n display: flex;\n justify-content: center;\n padding: 0;\n }\n :host([secondary-visible]) #secondary {\n transform: translateY(0);\n height: var(--app-toolbar-secondary-height);\n }\n .secondary-buttons {\n display: flex;\n }\n .secondary-buttons ::slotted(*) {\n display: inline-flex;\n }\n "]);
- _templateObject2_932c6c2022d211eaa0764d1a500fd781 = function _templateObject2_932c6c2022d211eaa0764d1a500fd781() {
+ _templateObject2_4e2a0f20243411ea86f395335a802507 = function _templateObject2_4e2a0f20243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_932c6c2022d211eaa0764d1a500fd781() {
+ function _templateObject_4e2a0f20243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n \n \n \n \n \n
\n \n "]);
- _templateObject_932c6c2022d211eaa0764d1a500fd781 = function _templateObject_932c6c2022d211eaa0764d1a500fd781() {
+ _templateObject_4e2a0f20243411ea86f395335a802507 = function _templateObject_4e2a0f20243411ea86f395335a802507() {
return data;
};
@@ -38,7 +38,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
* LitElement render
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_932c6c2022d211eaa0764d1a500fd781(), !this._secondaryHasChildren);
+ return (0, _litElement.html)(_templateObject_4e2a0f20243411ea86f395335a802507(), !this._secondaryHasChildren);
}
}], [{
key: "styles",
@@ -47,7 +47,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_932c6c2022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4e2a0f20243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-dialog.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-dialog.js
index 38bdb107956..3e7cffc307b 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-dialog.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-dialog.js
@@ -11,20 +11,20 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_9333bf2022d211eaa0764d1a500fd781() {
+ function _templateObject2_4e316220243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n ", " \n "]);
- _templateObject2_9333bf2022d211eaa0764d1a500fd781 = function _templateObject2_9333bf2022d211eaa0764d1a500fd781() {
+ _templateObject2_4e316220243411ea86f395335a802507 = function _templateObject2_4e316220243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9333bf2022d211eaa0764d1a500fd781() {
+ function _templateObject_4e316220243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline-block;\n --lrnsys-dialog-color: var(--simple-colors-foreground1, #000);\n --lrnsys-dialog-background-color: var(--simple-colors-background1);\n --lrnsys-dialog-toolbar-background-color: var(\n --simple-colors-background3\n );\n --lrnsys-dialog-secondary-background-color: rgba(255, 255, 255, 0.7);\n }\n :host([dark]) {\n --lrnsys-dialog-toolbar-background-color: var(\n --simple-colors-background1\n );\n --lrnsys-dialog-background-color: var(--simple-colors-background3);\n --lrnsys-dialog-secondary-background-color: rgba(0, 0, 0, 0.7);\n }\n #dialogtrigger {\n display: inline-block;\n min-width: unset;\n margin: var(--lrnsys-dialog-button-margin);\n padding: var(--lrnsys-dialog-button-padding);\n }\n "]);
- _templateObject_9333bf2022d211eaa0764d1a500fd781 = function _templateObject_9333bf2022d211eaa0764d1a500fd781() {
+ _templateObject_4e316220243411ea86f395335a802507 = function _templateObject_4e316220243411ea86f395335a802507() {
return data;
};
@@ -47,7 +47,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
* LitElement constructable styles enhancement
*/
get: function get() {
- return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(LrnsysDialog), "styles", this)), [(0, _litElement.css)(_templateObject_9333bf2022d211eaa0764d1a500fd781())]);
+ return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(LrnsysDialog), "styles", this)), [(0, _litElement.css)(_templateObject_4e316220243411ea86f395335a802507())]);
}
/**
* HTMLElement
@@ -89,7 +89,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
babelHelpers.createClass(LrnsysDialog, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_9333bf2022d211eaa0764d1a500fd781(), this.class, this.openDialog, this.raised, this.disabled, this.alt, this.alt, this.avatar, this.icon, this.text, !this.alt, this.alt);
+ return (0, _litElement.html)(_templateObject2_4e316220243411ea86f395335a802507(), this.class, this.openDialog, this.raised, this.disabled, this.alt, this.alt, this.avatar, this.icon, this.text, !this.alt, this.alt);
}
}, {
key: "tapEventOn",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-drawer.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-drawer.js
index 4c8845d4949..d918fbaec6b 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-drawer.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-layout/lib/lrnsys-drawer.js
@@ -11,20 +11,20 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_933a4ed022d211eaa0764d1a500fd781() {
+ function _templateObject2_4e377ca0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n [[alt]] \n "]);
- _templateObject2_933a4ed022d211eaa0764d1a500fd781 = function _templateObject2_933a4ed022d211eaa0764d1a500fd781() {
+ _templateObject2_4e377ca0243411ea86f395335a802507 = function _templateObject2_4e377ca0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_933a4ed022d211eaa0764d1a500fd781() {
+ function _templateObject_4e377ca0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n --lrnsys-drawer-color: var(--simple-colors-foreground1);\n --lrnsys-drawer-background-color: var(--simple-colors-background1);\n }\n paper-button {\n display: inline-block;\n min-width: unset;\n margin: var(--lrnsys-drawer-button-margin);\n padding: var(--lrnsys-drawer-button-padding);\n }\n "]);
- _templateObject_933a4ed022d211eaa0764d1a500fd781 = function _templateObject_933a4ed022d211eaa0764d1a500fd781() {
+ _templateObject_4e377ca0243411ea86f395335a802507 = function _templateObject_4e377ca0243411ea86f395335a802507() {
return data;
};
@@ -48,7 +48,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
* LitElement constructable styles enhancement
*/
get: function get() {
- return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(LrnsysDrawer), "styles", this)), [(0, _litElement.css)(_templateObject_933a4ed022d211eaa0764d1a500fd781())]);
+ return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(LrnsysDrawer), "styles", this)), [(0, _litElement.css)(_templateObject_4e377ca0243411ea86f395335a802507())]);
}
/**
* HTMLElement
@@ -85,7 +85,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
babelHelpers.createClass(LrnsysDrawer, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_933a4ed022d211eaa0764d1a500fd781(), this.class, this.toggleDrawer, this.raised, this.disabled, this.alt, this.avatar, this.icon, this.text);
+ return (0, _litElement.html)(_templateObject2_4e377ca0243411ea86f395335a802507(), this.class, this.toggleDrawer, this.raised, this.disabled, this.alt, this.avatar, this.icon, this.text);
}
}, {
key: "firstUpdated",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-outline/lib/lrnsys-outline-item.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-outline/lib/lrnsys-outline-item.js
index 0512e3de3d3..262cba81e91 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-outline/lib/lrnsys-outline-item.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-outline/lib/lrnsys-outline-item.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.LrnsysOutlineItem = void 0;
- function _templateObject_9341a1d022d211eaa0764d1a500fd781() {
+ function _templateObject_4e400820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n
\n \n
\n
\n
\n
\n
\n
\n
\n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_9341a1d022d211eaa0764d1a500fd781 = function _templateObject_9341a1d022d211eaa0764d1a500fd781() {
+ _templateObject_4e400820243411ea86f395335a802507 = function _templateObject_4e400820243411ea86f395335a802507() {
return data;
};
@@ -178,7 +178,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9341a1d022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4e400820243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-outline/lrnsys-outline.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-outline/lrnsys-outline.js
index 5c5a37d35ab..49b8be01f9c 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-outline/lrnsys-outline.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-outline/lrnsys-outline.js
@@ -8,10 +8,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
_require = babelHelpers.interopRequireWildcard(_require);
async = babelHelpers.interopRequireWildcard(async);
- function _templateObject_84715d8022d211eaa0764d1a500fd781() {
+ function _templateObject_3f1d5e10243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n
\n "]);
- _templateObject_84715d8022d211eaa0764d1a500fd781 = function _templateObject_84715d8022d211eaa0764d1a500fd781() {
+ _templateObject_3f1d5e10243411ea86f395335a802507 = function _templateObject_3f1d5e10243411ea86f395335a802507() {
return data;
};
@@ -499,7 +499,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_84715d8022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3f1d5e10243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-pdf/lrnsys-pdf.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-pdf/lrnsys-pdf.js
index 0799d909d0f..8c2386b7d2c 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-pdf/lrnsys-pdf.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-pdf/lrnsys-pdf.js
@@ -11,10 +11,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../s
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_847d6b7022d211eaa0764d1a500fd781() {
+ function _templateObject_3f35a100243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n [[title]] \n \n "]);
- _templateObject_847d6b7022d211eaa0764d1a500fd781 = function _templateObject_847d6b7022d211eaa0764d1a500fd781() {
+ _templateObject_3f35a100243411ea86f395335a802507 = function _templateObject_3f35a100243411ea86f395335a802507() {
return data;
};
@@ -58,7 +58,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../s
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_847d6b7022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3f35a100243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-progress/lib/lrnsys-progress-circle.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-progress/lib/lrnsys-progress-circle.js
index d87fa9e5fc4..e808f8bb2fb 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-progress/lib/lrnsys-progress-circle.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-progress/lib/lrnsys-progress-circle.js
@@ -7,10 +7,10 @@ define(["exports", "meta", "../../../@polymer/polymer/polymer-element.js", "../.
_exports.LrnsysProgressCircle = void 0;
meta = babelHelpers.interopRequireWildcard(meta);
- function _templateObject_934ac99022d211eaa0764d1a500fd781() {
+ function _templateObject_4e481e70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n [[label]]\n \n \n \n \n \n \n \n \n \n \n [[label]] \n \n \n
\n \n \n "]);
- _templateObject_934ac99022d211eaa0764d1a500fd781 = function _templateObject_934ac99022d211eaa0764d1a500fd781() {
+ _templateObject_4e481e70243411ea86f395335a802507 = function _templateObject_4e481e70243411ea86f395335a802507() {
return data;
};
@@ -102,7 +102,7 @@ define(["exports", "meta", "../../../@polymer/polymer/polymer-element.js", "../.
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_934ac99022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4e481e70243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-progress/lrnsys-progress.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-progress/lrnsys-progress.js
index e9a9945c578..ad7ecfe504f 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-progress/lrnsys-progress.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-progress/lrnsys-progress.js
@@ -7,10 +7,10 @@ define(["exports", "meta", "../../@polymer/polymer/polymer-element.js", "../../@
_exports.LrnsysProgress = void 0;
meta = babelHelpers.interopRequireWildcard(meta);
- function _templateObject_84acdfe022d211eaa0764d1a500fd781() {
+ function _templateObject_3f59a3c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n [[title]] \n \n \n \n \n \n [[item.description]] \n \n \n \n \n "], ["\n \n\n \n [[title]] \n \n \n \n \n \n [[item.description]] \n \n \n \n \n "]);
- _templateObject_84acdfe022d211eaa0764d1a500fd781 = function _templateObject_84acdfe022d211eaa0764d1a500fd781() {
+ _templateObject_3f59a3c0243411ea86f395335a802507 = function _templateObject_3f59a3c0243411ea86f395335a802507() {
return data;
};
@@ -464,7 +464,7 @@ define(["exports", "meta", "../../@polymer/polymer/polymer-element.js", "../../@
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_84acdfe022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3f59a3c0243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-randomimage/lrnsys-randomimage.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-randomimage/lrnsys-randomimage.js
index 76e276b212e..4517d20998a 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-randomimage/lrnsys-randomimage.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-randomimage/lrnsys-randomimage.js
@@ -6,10 +6,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
});
_exports.LrnsysRandomimage = void 0;
- function _templateObject_84caef3022d211eaa0764d1a500fd781() {
+ function _templateObject_3fa48f70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n
\n Reload \n "]);
- _templateObject_84caef3022d211eaa0764d1a500fd781 = function _templateObject_84caef3022d211eaa0764d1a500fd781() {
+ _templateObject_3fa48f70243411ea86f395335a802507 = function _templateObject_3fa48f70243411ea86f395335a802507() {
return data;
};
@@ -43,7 +43,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_84caef3022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3fa48f70243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-render-html/lrnsys-render-html.js b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-render-html/lrnsys-render-html.js
index 0dc951bd3e3..2cffc4943e0 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-render-html/lrnsys-render-html.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lrnsys-render-html/lrnsys-render-html.js
@@ -6,20 +6,20 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
});
_exports.LrnsysRenderHtml = void 0;
- function _templateObject2_850d4f6022d211eaa0764d1a500fd781() {
+ function _templateObject2_3fbcab50243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n "]);
- _templateObject2_850d4f6022d211eaa0764d1a500fd781 = function _templateObject2_850d4f6022d211eaa0764d1a500fd781() {
+ _templateObject2_3fbcab50243411ea86f395335a802507 = function _templateObject2_3fbcab50243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_850d4f6022d211eaa0764d1a500fd781() {
+ function _templateObject_3fbcab50243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n
\n "]);
- _templateObject_850d4f6022d211eaa0764d1a500fd781 = function _templateObject_850d4f6022d211eaa0764d1a500fd781() {
+ _templateObject_3fbcab50243411ea86f395335a802507 = function _templateObject_3fbcab50243411ea86f395335a802507() {
return data;
};
@@ -51,7 +51,7 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
babelHelpers.createClass(LrnsysRenderHtml, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_850d4f6022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_3fbcab50243411ea86f395335a802507());
}
}, {
key: "firstUpdated",
@@ -76,7 +76,7 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_850d4f6022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_3fbcab50243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/lunr-search/lunr-search.js b/build/es5-amd/node_modules/@lrnwebcomponents/lunr-search/lunr-search.js
index 4b5a57d276b..80a0e69bd04 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/lunr-search/lunr-search.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/lunr-search/lunr-search.js
@@ -11,10 +11,10 @@ define(["exports", "meta", "../../@polymer/polymer/polymer-element.js", "../es-g
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_853019a022d211eaa0764d1a500fd781() {
+ function _templateObject_3fddeef0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject_853019a022d211eaa0764d1a500fd781 = function _templateObject_853019a022d211eaa0764d1a500fd781() {
+ _templateObject_3fddeef0243411ea86f395335a802507 = function _templateObject_3fddeef0243411ea86f395335a802507() {
return data;
};
@@ -41,7 +41,7 @@ define(["exports", "meta", "../../@polymer/polymer/polymer-element.js", "../es-g
key: "template",
// render function
get: function get() {
- return (0, _polymerElement.html)(_templateObject_853019a022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_3fddeef0243411ea86f395335a802507());
} // properties available to the custom element for data binding
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/magazine-cover/magazine-cover.js b/build/es5-amd/node_modules/@lrnwebcomponents/magazine-cover/magazine-cover.js
index 898cda2a059..4fe6a4c1f59 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/magazine-cover/magazine-cover.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/magazine-cover/magazine-cover.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
_exports.MagazineCover = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_853d390022d211eaa0764d1a500fd781() {
+ function _templateObject2_3ff6a710243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject2_853d390022d211eaa0764d1a500fd781 = function _templateObject2_853d390022d211eaa0764d1a500fd781() {
+ _templateObject2_3ff6a710243411ea86f395335a802507 = function _templateObject2_3ff6a710243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_853d390022d211eaa0764d1a500fd781() {
+ function _templateObject_3ff6a710243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n background-color: #222222;\n overflow: hidden;\n --magazine-cover-text-color: #eeeeee;\n }\n .overlay {\n left: 0;\n right: 0;\n min-height: 30vh;\n margin: -38vh 0 0 0;\n background-color: rgba(0, 0, 0, 0.8);\n padding: 32px;\n position: relative;\n }\n #image {\n opacity: 0.5;\n filter: alpha(opacity=50);\n transition: opacity 0.3s linear;\n width: 100%;\n height: 80vh;\n background-color: #222222;\n }\n #image:hover {\n opacity: 0.9;\n filter: alpha(opacity=90);\n }\n #header {\n color: var(--magazine-cover-text-color);\n font-size: 48px;\n padding: 0;\n margin: 0;\n font-weight: bold;\n }\n #subheader {\n color: var(--magazine-cover-text-color);\n font-size: 22.4px;\n padding: 0;\n margin: 3.2px 0 16px 0;\n font-style: italic;\n font-weight: normal;\n }\n #body {\n color: var(--magazine-cover-text-color);\n padding: 0;\n margin: 0;\n font-size: 19.2px;\n padding: 0 0 0 3.2px;\n margin: 0 0 32px 0;\n }\n #body p {\n color: var(--magazine-cover-text-color);\n }\n #action {\n color: var(--magazine-cover-text-color);\n text-transform: none;\n font-size: 24px;\n font-style: italic;\n font-weight: bold;\n background-color: #000000;\n border: 1px solid var(--magazine-cover-text-color);\n border-radius: 8px;\n transition: background 0.3s linear;\n width: 100%;\n margin: 0;\n }\n #action:hover,\n #action:focus {\n border-color: #ffffff;\n color: #ffffff;\n background-color: rgba(255, 255, 255, 0.2);\n }\n #actionlink {\n color: var(--magazine-cover-text-color);\n display: flex;\n text-decoration: none;\n border-radius: 8px;\n }\n #icon {\n display: inline-block;\n width: 19.2px;\n height: 19.2px;\n font-size: 19.2px;\n margin-left: 8px;\n }\n #label {\n text-shadow: -1px 1px 2px #000000;\n }\n @media screen and (max-width: 900px) {\n #header {\n font-size: 32px;\n }\n #subheader {\n font-size: 16px;\n }\n #body {\n font-size: 16px;\n }\n #action {\n font-size: 19.2px;\n }\n }\n @media screen and (max-width: 650px) {\n #body {\n font-size: 12.8px;\n }\n #action {\n font-size: 16px;\n }\n .overlay {\n margin: -50vh 0 0 0;\n padding: 16px;\n }\n }\n "]);
- _templateObject_853d390022d211eaa0764d1a500fd781 = function _templateObject_853d390022d211eaa0764d1a500fd781() {
+ _templateObject_3ff6a710243411ea86f395335a802507 = function _templateObject_3ff6a710243411ea86f395335a802507() {
return data;
};
@@ -50,7 +50,7 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_853d390022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_3ff6a710243411ea86f395335a802507())];
}
/**
* HTMLElement
@@ -90,7 +90,7 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
babelHelpers.createClass(MagazineCover, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_853d390022d211eaa0764d1a500fd781(), this.image, !this.header, this.header, !this.subheader, this.subheader, !this.text, this.text, this.link, this._linkTapped, this.action, this.icon, !this.icon);
+ return (0, _litElement.html)(_templateObject2_3ff6a710243411ea86f395335a802507(), this.image, !this.header, this.header, !this.subheader, this.subheader, !this.text, this.text, this.link, this._linkTapped, this.action, this.icon, !this.icon);
}
/**
* convention
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/map-menu/lib/map-menu-builder.js b/build/es5-amd/node_modules/@lrnwebcomponents/map-menu/lib/map-menu-builder.js
index 6ecd32de2cc..ffcc77d38da 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/map-menu/lib/map-menu-builder.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/map-menu/lib/map-menu-builder.js
@@ -7,50 +7,50 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
_exports.MapMenuBuilder = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject5_934e4c0022d211eaa0764d1a500fd781() {
+ function _templateObject5_4e4b2bb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject5_934e4c0022d211eaa0764d1a500fd781 = function _templateObject5_934e4c0022d211eaa0764d1a500fd781() {
+ _templateObject5_4e4b2bb0243411ea86f395335a802507 = function _templateObject5_4e4b2bb0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject4_934e4c0022d211eaa0764d1a500fd781() {
+ function _templateObject4_4e4b2bb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject4_934e4c0022d211eaa0764d1a500fd781 = function _templateObject4_934e4c0022d211eaa0764d1a500fd781() {
+ _templateObject4_4e4b2bb0243411ea86f395335a802507 = function _templateObject4_4e4b2bb0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_934e4c0022d211eaa0764d1a500fd781() {
+ function _templateObject3_4e4b2bb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n "]);
- _templateObject3_934e4c0022d211eaa0764d1a500fd781 = function _templateObject3_934e4c0022d211eaa0764d1a500fd781() {
+ _templateObject3_4e4b2bb0243411ea86f395335a802507 = function _templateObject3_4e4b2bb0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_934e4c0022d211eaa0764d1a500fd781() {
+ function _templateObject2_4e4b2bb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n "]);
- _templateObject2_934e4c0022d211eaa0764d1a500fd781 = function _templateObject2_934e4c0022d211eaa0764d1a500fd781() {
+ _templateObject2_4e4b2bb0243411ea86f395335a802507 = function _templateObject2_4e4b2bb0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_934e4c0022d211eaa0764d1a500fd781() {
+ function _templateObject_4e4b2bb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n "]);
- _templateObject_934e4c0022d211eaa0764d1a500fd781 = function _templateObject_934e4c0022d211eaa0764d1a500fd781() {
+ _templateObject_4e4b2bb0243411ea86f395335a802507 = function _templateObject_4e4b2bb0243411ea86f395335a802507() {
return data;
};
@@ -68,7 +68,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_934e4c0022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_4e4b2bb0243411ea86f395335a802507())];
}
}]);
@@ -96,8 +96,8 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
value: function render() {
var _this2 = this;
- return (0, _litElement.html)(_templateObject2_934e4c0022d211eaa0764d1a500fd781(), this.items ? this.items.map(function (item) {
- return (0, _litElement.html)(_templateObject3_934e4c0022d211eaa0764d1a500fd781(), item.children.length > 0 ? (0, _litElement.html)(_templateObject4_934e4c0022d211eaa0764d1a500fd781(), item.title, item.id, item.location, item.metadata && item.metadata.icon ? item.metadata.icon : "", item.metadata && item.metadata.active ? item.metadata.active : false, item.metadata && item.metadata.avatarLabel ? item.metadata.avatarLabel : "", _this2.selected, item.children, _this2.selected) : (0, _litElement.html)(_templateObject5_934e4c0022d211eaa0764d1a500fd781(), item.title, item.id, item.location, item.metadata && item.metadata.icon ? item.metadata.icon : "", item.metadata && item.metadata.accessData && item.metadata.accessData.trackIcon ? item.metadata.accessData.trackIcon : "", _this2.activePath, _this2.selected));
+ return (0, _litElement.html)(_templateObject2_4e4b2bb0243411ea86f395335a802507(), this.items ? this.items.map(function (item) {
+ return (0, _litElement.html)(_templateObject3_4e4b2bb0243411ea86f395335a802507(), item.children.length > 0 ? (0, _litElement.html)(_templateObject4_4e4b2bb0243411ea86f395335a802507(), item.title, item.id, item.location, item.metadata && item.metadata.icon ? item.metadata.icon : "", item.metadata && item.metadata.active ? item.metadata.active : false, item.metadata && item.metadata.avatarLabel ? item.metadata.avatarLabel : "", _this2.selected, item.children, _this2.selected) : (0, _litElement.html)(_templateObject5_4e4b2bb0243411ea86f395335a802507(), item.title, item.id, item.location, item.metadata && item.metadata.icon ? item.metadata.icon : "", item.metadata && item.metadata.accessData && item.metadata.accessData.trackIcon ? item.metadata.accessData.trackIcon : "", _this2.activePath, _this2.selected));
}) : "");
}
}], [{
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/map-menu/lib/map-menu-container.js b/build/es5-amd/node_modules/@lrnwebcomponents/map-menu/lib/map-menu-container.js
index c9724c1da7b..4609dec839b 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/map-menu/lib/map-menu-container.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/map-menu/lib/map-menu-container.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js", "./map-menu-item.js",
});
_exports.MapMenuContainer = void 0;
- function _templateObject2_934fab9022d211eaa0764d1a500fd781() {
+ function _templateObject2_4e4c6430243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n #container {\n padding: 16px 32px;\n }\n :host > ::slotted(map-menu-submenu + map-menu-submenu) {\n margin-top: 16px;\n }\n "]);
- _templateObject2_934fab9022d211eaa0764d1a500fd781 = function _templateObject2_934fab9022d211eaa0764d1a500fd781() {
+ _templateObject2_4e4c6430243411ea86f395335a802507 = function _templateObject2_4e4c6430243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_934fab9022d211eaa0764d1a500fd781() {
+ function _templateObject_4e4c6430243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_934fab9022d211eaa0764d1a500fd781 = function _templateObject_934fab9022d211eaa0764d1a500fd781() {
+ _templateObject_4e4c6430243411ea86f395335a802507 = function _templateObject_4e4c6430243411ea86f395335a802507() {
return data;
};
@@ -49,7 +49,7 @@ define(["exports", "../../../lit-element/lit-element.js", "./map-menu-item.js",
* LitElement life cycle - render
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_934fab9022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_4e4c6430243411ea86f395335a802507());
}
}], [{
key: "styles",
@@ -58,7 +58,7 @@ define(["exports", "../../../lit-element/lit-element.js", "./map-menu-item.js",
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_934fab9022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4e4c6430243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/map-menu/lib/map-menu-header.js b/build/es5-amd/node_modules/@lrnwebcomponents/map-menu/lib/map-menu-header.js
index 6cc2613e5ac..2abe69be1ad 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/map-menu/lib/map-menu-header.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/map-menu/lib/map-menu-header.js
@@ -7,60 +7,60 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../../@
_exports.MapMenuHeader = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject6_9377f41022d211eaa0764d1a500fd781() {
+ function _templateObject6_4e514630243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n transition: 0.1s all ease-in-out;\n --map-menu-item-height: 16px;\n }\n :host([active]) {\n background: var(--map-menu-active-color);\n color: var(--map-menu-item-active-item-color, #000000);\n }\n #container {\n display: flex;\n align-items: center;\n }\n\n .avatarlabel {\n margin-right: 10px;\n }\n\n #center {\n flex: 1 1 auto;\n }\n\n a,\n a:hover,\n a:visited,\n a:focus {\n color: var(--map-menu-header-a-color, inherit);\n text-decoration: var(--map-menu-header-a-text-decoration, inherit);\n }\n\n lrndesign-avatar {\n display: inline-block;\n background: #fff;\n border-radius: 50%;\n box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);\n padding: 2px;\n position: relative;\n margin-top: -2px;\n transform: translateY(2px);\n }\n\n #link {\n display: flex;\n justify-content: flex-start;\n align-items: flex-start;\n flex-direction: column;\n }\n\n .title {\n font-size: var(--map-menu-font-size, 16px);\n }\n\n #right iron-icon {\n display: inline-block;\n color: gray;\n }\n\n /* @todo this is a hack */\n .icon iron-icon {\n display: inline-block;\n --iron-icon-height: var(--map-menu-item-height);\n transform: translateX(10px);\n }\n\n paper-button {\n text-transform: none;\n }\n "]);
- _templateObject6_9377f41022d211eaa0764d1a500fd781 = function _templateObject6_9377f41022d211eaa0764d1a500fd781() {
+ _templateObject6_4e514630243411ea86f395335a802507 = function _templateObject6_4e514630243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject5_9377f41022d211eaa0764d1a500fd781() {
+ function _templateObject5_4e514630243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral([""]);
- _templateObject5_9377f41022d211eaa0764d1a500fd781 = function _templateObject5_9377f41022d211eaa0764d1a500fd781() {
+ _templateObject5_4e514630243411ea86f395335a802507 = function _templateObject5_4e514630243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject4_9377f41022d211eaa0764d1a500fd781() {
+ function _templateObject4_4e514630243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n "]);
- _templateObject4_9377f41022d211eaa0764d1a500fd781 = function _templateObject4_9377f41022d211eaa0764d1a500fd781() {
+ _templateObject4_4e514630243411ea86f395335a802507 = function _templateObject4_4e514630243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_9377f41022d211eaa0764d1a500fd781() {
+ function _templateObject3_4e514630243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral([""]);
- _templateObject3_9377f41022d211eaa0764d1a500fd781 = function _templateObject3_9377f41022d211eaa0764d1a500fd781() {
+ _templateObject3_4e514630243411ea86f395335a802507 = function _templateObject3_4e514630243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_9377f41022d211eaa0764d1a500fd781() {
+ function _templateObject2_4e514630243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n "]);
- _templateObject2_9377f41022d211eaa0764d1a500fd781 = function _templateObject2_9377f41022d211eaa0764d1a500fd781() {
+ _templateObject2_4e514630243411ea86f395335a802507 = function _templateObject2_4e514630243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9377f41022d211eaa0764d1a500fd781() {
+ function _templateObject_4e514630243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n ", "\n\n
\n
\n \n
\n
\n "]);
- _templateObject_9377f41022d211eaa0764d1a500fd781 = function _templateObject_9377f41022d211eaa0764d1a500fd781() {
+ _templateObject_4e514630243411ea86f395335a802507 = function _templateObject_4e514630243411ea86f395335a802507() {
return data;
};
@@ -78,7 +78,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../../@
* LitElement life cycle - render callback
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_9377f41022d211eaa0764d1a500fd781(), this.avatarLabel ? (0, _litElement.html)(_templateObject2_9377f41022d211eaa0764d1a500fd781(), this.avatarLabel) : (0, _litElement.html)(_templateObject3_9377f41022d211eaa0764d1a500fd781()), this.icon ? (0, _litElement.html)(_templateObject4_9377f41022d211eaa0764d1a500fd781(), this.icon) : (0, _litElement.html)(_templateObject5_9377f41022d211eaa0764d1a500fd781()), this.url, this.label, this.title, this.__collapseIcon, this.__collapseAria);
+ return (0, _litElement.html)(_templateObject_4e514630243411ea86f395335a802507(), this.avatarLabel ? (0, _litElement.html)(_templateObject2_4e514630243411ea86f395335a802507(), this.avatarLabel) : (0, _litElement.html)(_templateObject3_4e514630243411ea86f395335a802507()), this.icon ? (0, _litElement.html)(_templateObject4_4e514630243411ea86f395335a802507(), this.icon) : (0, _litElement.html)(_templateObject5_4e514630243411ea86f395335a802507()), this.url, this.label, this.title, this.__collapseIcon, this.__collapseAria);
}
}], [{
key: "styles",
@@ -87,7 +87,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../../@
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject6_9377f41022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject6_4e514630243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/map-menu/lib/map-menu-item.js b/build/es5-amd/node_modules/@lrnwebcomponents/map-menu/lib/map-menu-item.js
index 3ad07513edf..2307ec9978f 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/map-menu/lib/map-menu-item.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/map-menu/lib/map-menu-item.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/iro
});
_exports.MapMenuItem = void 0;
- function _templateObject2_937ab33022d211eaa0764d1a500fd781() {
+ function _templateObject2_4e542c60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n transition: 0.1s all ease-in-out;\n font-size: var(--map-menu-item-font-size, 14px);\n --map-menu-item-height: var(--map-menu-item-height);\n --map-menu-item-a-color: inherit;\n }\n :host([active]) {\n background: var(--map-menu-active-color);\n color: var(--map-menu-item-active-item-color, #000000);\n }\n paper-button {\n width: 100%;\n justify-content: left;\n margin: 0;\n }\n iron-icon {\n display: inline-block;\n --iron-icon-height: var(--map-menu-item-height);\n }\n .title {\n text-transform: none;\n }\n a {\n color: var(--map-menu-item-a-color);\n text-decoration: var(--map-menu-item-a-text-decoration);\n }\n a,\n a:hover,\n a:visited,\n a:focus {\n color: var(\n --map-menu-item-a-active-color,\n var(--map-menu-item-a-color)\n );\n text-decoration: var(--map-menu-item-a-text-decoration);\n }\n #track {\n transition: 0.1s all ease-in-out;\n position: absolute;\n right: 0;\n\n margin-right: 0px;\n width: 0px;\n height: 0px;\n visibility: hidden;\n opacity: 0;\n }\n #track.show-icon {\n margin-right: 5px;\n width: 18px;\n height: 18px;\n visibility: visible;\n opacity: 1;\n }\n #wrapper {\n font-size: var(--map-menu-font-size, 16px);\n }\n "]);
- _templateObject2_937ab33022d211eaa0764d1a500fd781 = function _templateObject2_937ab33022d211eaa0764d1a500fd781() {
+ _templateObject2_4e542c60243411ea86f395335a802507 = function _templateObject2_4e542c60243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_937ab33022d211eaa0764d1a500fd781() {
+ function _templateObject_4e542c60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n ", " \n \n \n \n "]);
- _templateObject_937ab33022d211eaa0764d1a500fd781 = function _templateObject_937ab33022d211eaa0764d1a500fd781() {
+ _templateObject_4e542c60243411ea86f395335a802507 = function _templateObject_4e542c60243411ea86f395335a802507() {
return data;
};
@@ -37,7 +37,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/iro
* LitElement life cycle - render callback
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_937ab33022d211eaa0764d1a500fd781(), this.url, this.icon ? true : false, this.icon, this.title, this.trackIcon ? true : false, this.trackIcon);
+ return (0, _litElement.html)(_templateObject_4e542c60243411ea86f395335a802507(), this.url, this.icon ? true : false, this.icon, this.title, this.trackIcon ? true : false, this.trackIcon);
}
}], [{
key: "styles",
@@ -46,7 +46,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/iro
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_937ab33022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4e542c60243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/map-menu/lib/map-menu-submenu.js b/build/es5-amd/node_modules/@lrnwebcomponents/map-menu/lib/map-menu-submenu.js
index 0a500e4cf00..230a3295ca4 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/map-menu/lib/map-menu-submenu.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/map-menu/lib/map-menu-submenu.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
_exports.MapMenuSubmenu = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_93a608f022d211eaa0764d1a500fd781() {
+ function _templateObject2_4e584b10243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject2_93a608f022d211eaa0764d1a500fd781 = function _templateObject2_93a608f022d211eaa0764d1a500fd781() {
+ _templateObject2_4e584b10243411ea86f395335a802507 = function _templateObject2_4e584b10243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_93a608f022d211eaa0764d1a500fd781() {
+ function _templateObject_4e584b10243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n :host([collapsable]) > map-menu-header {\n cursor: pointer;\n display: block;\n }\n #container {\n margin-left: 16px;\n }\n #container ::slotted(map-menu-item) {\n margin-top: 0.4em;\n }\n "]);
- _templateObject_93a608f022d211eaa0764d1a500fd781 = function _templateObject_93a608f022d211eaa0764d1a500fd781() {
+ _templateObject_4e584b10243411ea86f395335a802507 = function _templateObject_4e584b10243411ea86f395335a802507() {
return data;
};
@@ -38,7 +38,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_93a608f022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_4e584b10243411ea86f395335a802507())];
}
}]);
@@ -77,7 +77,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js"], function (
babelHelpers.createClass(MapMenuSubmenu, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_93a608f022d211eaa0764d1a500fd781(), this.avatarLabel, this.id, this.title, this.label, this.opened, this.url, this.icon, this.selected);
+ return (0, _litElement.html)(_templateObject2_4e584b10243411ea86f395335a802507(), this.avatarLabel, this.id, this.title, this.label, this.opened, this.url, this.icon, this.selected);
}
}, {
key: "updated",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/map-menu/map-menu.js b/build/es5-amd/node_modules/@lrnwebcomponents/map-menu/map-menu.js
index 15daba197ff..21569725300 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/map-menu/map-menu.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/map-menu/map-menu.js
@@ -6,20 +6,20 @@ define(["exports", "../../lit-element/lit-element.js", "../smooth-scroll/smooth-
});
_exports.MapMenu = void 0;
- function _templateObject2_857d012022d211eaa0764d1a500fd781() {
+ function _templateObject2_403cd7d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n "]);
- _templateObject2_857d012022d211eaa0764d1a500fd781 = function _templateObject2_857d012022d211eaa0764d1a500fd781() {
+ _templateObject2_403cd7d0243411ea86f395335a802507 = function _templateObject2_403cd7d0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_857d012022d211eaa0764d1a500fd781() {
+ function _templateObject_403cd7d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n --map-menu-active-color: rgba(0, 0, 0, 0.1);\n --map-menu-size: 1;\n --map-menu-font-size: 16px;\n display: block;\n overflow-y: scroll;\n position: relative;\n height: 100%;\n transition: 0.1s linear all;\n opacity: 1;\n background-color: transparent;\n }\n #activeindicator {\n background: var(--map-menu-active-color);\n transition: all 0.1s ease-in-out;\n position: absolute;\n }\n\n map-menu-container {\n padding: var(--map-menu-container-padding, 0);\n }\n\n /* turn default active color if indicator is on */\n :host([active-indicator]) map-menu-builder {\n --map-menu-active-color: transparent;\n }\n "]);
- _templateObject_857d012022d211eaa0764d1a500fd781 = function _templateObject_857d012022d211eaa0764d1a500fd781() {
+ _templateObject_403cd7d0243411ea86f395335a802507 = function _templateObject_403cd7d0243411ea86f395335a802507() {
return data;
};
@@ -44,7 +44,7 @@ define(["exports", "../../lit-element/lit-element.js", "../smooth-scroll/smooth-
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_857d012022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_403cd7d0243411ea86f395335a802507())];
}
/**
* HTMLElement
@@ -82,7 +82,7 @@ define(["exports", "../../lit-element/lit-element.js", "../smooth-scroll/smooth-
babelHelpers.createClass(MapMenu, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_857d012022d211eaa0764d1a500fd781(), this.items, this.selected);
+ return (0, _litElement.html)(_templateObject2_403cd7d0243411ea86f395335a802507(), this.items, this.selected);
}
}, {
key: "updated",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/material-progress/lib/material-progress-bars.js b/build/es5-amd/node_modules/@lrnwebcomponents/material-progress/lib/material-progress-bars.js
index 68b85db051a..5ae66e4b6fd 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/material-progress/lib/material-progress-bars.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/material-progress/lib/material-progress-bars.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.MaterialProgressBars = void 0;
- function _templateObject_93a852e022d211eaa0764d1a500fd781() {
+ function _templateObject_4e5df060243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n
\n \n \n [[l.label]] \n \n
\n "], ["\n \n \n \n
\n \n \n [[l.label]] \n \n
\n "]);
- _templateObject_93a852e022d211eaa0764d1a500fd781 = function _templateObject_93a852e022d211eaa0764d1a500fd781() {
+ _templateObject_4e5df060243411ea86f395335a802507 = function _templateObject_4e5df060243411ea86f395335a802507() {
return data;
};
@@ -37,7 +37,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_93a852e022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4e5df060243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/material-progress/lib/material-progress-histo.js b/build/es5-amd/node_modules/@lrnwebcomponents/material-progress/lib/material-progress-histo.js
index 08785a993c1..42aecc3a14e 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/material-progress/lib/material-progress-histo.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/material-progress/lib/material-progress-histo.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.MaterialProgressHisto = void 0;
- function _templateObject_93ad34e022d211eaa0764d1a500fd781() {
+ function _templateObject_4e5f7700243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n test \n \n
\n \n \n [[l.label]] \n \n
\n "], ["\n \n \n \n test \n \n
\n \n \n [[l.label]] \n \n
\n "]);
- _templateObject_93ad34e022d211eaa0764d1a500fd781 = function _templateObject_93ad34e022d211eaa0764d1a500fd781() {
+ _templateObject_4e5f7700243411ea86f395335a802507 = function _templateObject_4e5f7700243411ea86f395335a802507() {
return data;
};
@@ -36,7 +36,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_93ad34e022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4e5f7700243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/material-word/material-word.js b/build/es5-amd/node_modules/@lrnwebcomponents/material-word/material-word.js
index 62344252e1f..7f390db4505 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/material-word/material-word.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/material-word/material-word.js
@@ -6,10 +6,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js"], function (_expo
});
_exports.MaterialWord = void 0;
- function _templateObject_85d4970022d211eaa0764d1a500fd781() {
+ function _templateObject_40f2e160243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "], ["\n \n \n "]);
- _templateObject_85d4970022d211eaa0764d1a500fd781 = function _templateObject_85d4970022d211eaa0764d1a500fd781() {
+ _templateObject_40f2e160243411ea86f395335a802507 = function _templateObject_40f2e160243411ea86f395335a802507() {
return data;
};
@@ -55,7 +55,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js"], function (_expo
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_85d4970022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_40f2e160243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/md-block/md-block.js b/build/es5-amd/node_modules/@lrnwebcomponents/md-block/md-block.js
index ade4a82cd2c..2c4e643869f 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/md-block/md-block.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/md-block/md-block.js
@@ -11,20 +11,20 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_869cc90022d211eaa0764d1a500fd781() {
+ function _templateObject2_4157bdb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n\n :host([hidden]) {\n display: none;\n }\n "]);
- _templateObject2_869cc90022d211eaa0764d1a500fd781 = function _templateObject2_869cc90022d211eaa0764d1a500fd781() {
+ _templateObject2_4157bdb0243411ea86f395335a802507 = function _templateObject2_4157bdb0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_869cc90022d211eaa0764d1a500fd781() {
+ function _templateObject_4157bdb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_869cc90022d211eaa0764d1a500fd781 = function _templateObject_869cc90022d211eaa0764d1a500fd781() {
+ _templateObject_4157bdb0243411ea86f395335a802507 = function _templateObject_4157bdb0243411ea86f395335a802507() {
return data;
};
@@ -45,14 +45,14 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_869cc90022d211eaa0764d1a500fd781(), this.markdown, this.source);
+ return (0, _litElement.html)(_templateObject_4157bdb0243411ea86f395335a802507(), this.markdown, this.source);
} // haxProperty definition
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject2_869cc90022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4157bdb0243411ea86f395335a802507())];
}
}, {
key: "haxProperties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/md-extra-icons/md-extra-icons.js b/build/es5-amd/node_modules/@lrnwebcomponents/md-extra-icons/md-extra-icons.js
index 4abab52b1b2..2a248edd83a 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/md-extra-icons/md-extra-icons.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/md-extra-icons/md-extra-icons.js
@@ -1,16 +1,16 @@
define(["../../@polymer/iron-icon/iron-icon.js", "../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_86b1898022d211eaa0764d1a500fd781() {
+ function _templateObject_416922d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n"]);
- _templateObject_86b1898022d211eaa0764d1a500fd781 = function _templateObject_86b1898022d211eaa0764d1a500fd781() {
+ _templateObject_416922d0243411ea86f395335a802507 = function _templateObject_416922d0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_86b1898022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_416922d0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-account-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-account-iconset-svg.js
index 994beaecc15..681803e3761 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-account-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-account-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_93b01b1022d211eaa0764d1a500fd781() {
+ function _templateObject_4e620f10243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_93b01b1022d211eaa0764d1a500fd781 = function _templateObject_93b01b1022d211eaa0764d1a500fd781() {
+ _templateObject_4e620f10243411ea86f395335a802507 = function _templateObject_4e620f10243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_93b01b1022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4e620f10243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-action-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-action-iconset-svg.js
index 300bcd0c312..75bd7452855 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-action-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-action-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_93b23df022d211eaa0764d1a500fd781() {
+ function _templateObject_4f2ba0a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_93b23df022d211eaa0764d1a500fd781 = function _templateObject_93b23df022d211eaa0764d1a500fd781() {
+ _templateObject_4f2ba0a0243411ea86f395335a802507 = function _templateObject_4f2ba0a0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_93b23df022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f2ba0a0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-agriculture-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-agriculture-iconset-svg.js
index e239cc39db6..6a124687f5c 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-agriculture-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-agriculture-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_93b1057022d211eaa0764d1a500fd781() {
+ function _templateObject_4f2c63f0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_93b1057022d211eaa0764d1a500fd781 = function _templateObject_93b1057022d211eaa0764d1a500fd781() {
+ _templateObject_4f2c63f0243411ea86f395335a802507 = function _templateObject_4f2c63f0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_93b1057022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f2c63f0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-alert-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-alert-iconset-svg.js
index bbeea663c00..b39e415747d 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-alert-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-alert-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_93b412b022d211eaa0764d1a500fd781() {
+ function _templateObject_4f2d4e50243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_93b412b022d211eaa0764d1a500fd781 = function _templateObject_93b412b022d211eaa0764d1a500fd781() {
+ _templateObject_4f2d4e50243411ea86f395335a802507 = function _templateObject_4f2d4e50243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_93b412b022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f2d4e50243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-arrange-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-arrange-iconset-svg.js
index 5f3f27c7d75..a322ff3885f 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-arrange-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-arrange-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_93b3285022d211eaa0764d1a500fd781() {
+ function _templateObject_4f2e11a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_93b3285022d211eaa0764d1a500fd781 = function _templateObject_93b3285022d211eaa0764d1a500fd781() {
+ _templateObject_4f2e11a0243411ea86f395335a802507 = function _templateObject_4f2e11a0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_93b3285022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f2e11a0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-arrow-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-arrow-iconset-svg.js
index a0dea2665cc..6fcd2e40e3b 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-arrow-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-arrow-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_93b4d60022d211eaa0764d1a500fd781() {
+ function _templateObject_4f2ed4f0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_93b4d60022d211eaa0764d1a500fd781 = function _templateObject_93b4d60022d211eaa0764d1a500fd781() {
+ _templateObject_4f2ed4f0243411ea86f395335a802507 = function _templateObject_4f2ed4f0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_93b4d60022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f2ed4f0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-audio-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-audio-iconset-svg.js
index 70b03114af8..eae33c70906 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-audio-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-audio-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_93b5c06022d211eaa0764d1a500fd781() {
+ function _templateObject_4f2f7130243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n\n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n"]);
- _templateObject_93b5c06022d211eaa0764d1a500fd781 = function _templateObject_93b5c06022d211eaa0764d1a500fd781() {
+ _templateObject_4f2f7130243411ea86f395335a802507 = function _templateObject_4f2f7130243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_93b5c06022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f2f7130243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-auth-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-auth-iconset-svg.js
index 5852d396001..6d1e8e9ed2f 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-auth-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-auth-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_93b76e1022d211eaa0764d1a500fd781() {
+ function _templateObject_4f3082a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n"]);
- _templateObject_93b76e1022d211eaa0764d1a500fd781 = function _templateObject_93b76e1022d211eaa0764d1a500fd781() {
+ _templateObject_4f3082a0243411ea86f395335a802507 = function _templateObject_4f3082a0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_93b76e1022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f3082a0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-av-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-av-iconset-svg.js
index 2dfa3b74384..1dbdc80ea14 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-av-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-av-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_93b8f4b022d211eaa0764d1a500fd781() {
+ function _templateObject_4f3145f0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_93b8f4b022d211eaa0764d1a500fd781 = function _templateObject_93b8f4b022d211eaa0764d1a500fd781() {
+ _templateObject_4f3145f0243411ea86f395335a802507 = function _templateObject_4f3145f0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_93b8f4b022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f3145f0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-battery-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-battery-iconset-svg.js
index ed90ff4a0fe..b2e063a7db5 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-battery-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-battery-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_93b6aac022d211eaa0764d1a500fd781() {
+ function _templateObject_4f320940243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_93b6aac022d211eaa0764d1a500fd781 = function _templateObject_93b6aac022d211eaa0764d1a500fd781() {
+ _templateObject_4f320940243411ea86f395335a802507 = function _templateObject_4f320940243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_93b6aac022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f320940243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-bell-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-bell-iconset-svg.js
index 6d8eae2164a..c6df2a447a9 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-bell-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-bell-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_93b9b80022d211eaa0764d1a500fd781() {
+ function _templateObject_4f32cc90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_93b9b80022d211eaa0764d1a500fd781 = function _templateObject_93b9b80022d211eaa0764d1a500fd781() {
+ _templateObject_4f32cc90243411ea86f395335a802507 = function _templateObject_4f32cc90243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_93b9b80022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f32cc90243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-border-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-border-iconset-svg.js
index 7285f1e48ea..aac297ad75a 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-border-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-border-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_93bb65b022d211eaa0764d1a500fd781() {
+ function _templateObject_4f338fe0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_93bb65b022d211eaa0764d1a500fd781 = function _templateObject_93bb65b022d211eaa0764d1a500fd781() {
+ _templateObject_4f338fe0243411ea86f395335a802507 = function _templateObject_4f338fe0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_93bb65b022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f338fe0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-box-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-box-iconset-svg.js
index c7effee0053..b7edf9b7734 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-box-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-box-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_93bc501022d211eaa0764d1a500fd781() {
+ function _templateObject_4f351680243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n\n \n \n \n \n \n"]);
- _templateObject_93bc501022d211eaa0764d1a500fd781 = function _templateObject_93bc501022d211eaa0764d1a500fd781() {
+ _templateObject_4f351680243411ea86f395335a802507 = function _templateObject_4f351680243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_93bc501022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f351680243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-camera-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-camera-iconset-svg.js
index 4ba1117ac98..f041150e900 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-camera-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-camera-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_93ba7b5022d211eaa0764d1a500fd781() {
+ function _templateObject_4f35d9d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_93ba7b5022d211eaa0764d1a500fd781 = function _templateObject_93ba7b5022d211eaa0764d1a500fd781() {
+ _templateObject_4f35d9d0243411ea86f395335a802507 = function _templateObject_4f35d9d0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_93ba7b5022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f35d9d0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-cart-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-cart-iconset-svg.js
index c9b74b9a801..5667a8193cb 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-cart-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-cart-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_93bcec5022d211eaa0764d1a500fd781() {
+ function _templateObject_4f369d20243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n"]);
- _templateObject_93bcec5022d211eaa0764d1a500fd781 = function _templateObject_93bcec5022d211eaa0764d1a500fd781() {
+ _templateObject_4f369d20243411ea86f395335a802507 = function _templateObject_4f369d20243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_93bcec5022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f369d20243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-circle-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-circle-iconset-svg.js
index 793c57204ce..c16aaee7412 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-circle-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-circle-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_93bdfdc022d211eaa0764d1a500fd781() {
+ function _templateObject_4f38c000243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_93bdfdc022d211eaa0764d1a500fd781 = function _templateObject_93bdfdc022d211eaa0764d1a500fd781() {
+ _templateObject_4f38c000243411ea86f395335a802507 = function _templateObject_4f38c000243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_93bdfdc022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f38c000243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-clothing-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-clothing-iconset-svg.js
index 182164073ee..dc019a2092f 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-clothing-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-clothing-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_93bec11022d211eaa0764d1a500fd781() {
+ function _templateObject_4f376070243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_93bec11022d211eaa0764d1a500fd781 = function _templateObject_93bec11022d211eaa0764d1a500fd781() {
+ _templateObject_4f376070243411ea86f395335a802507 = function _templateObject_4f376070243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_93bec11022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f376070243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-cloud-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-cloud-iconset-svg.js
index 10cfbe80165..c2e55c60f2e 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-cloud-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-cloud-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_93dde1d022d211eaa0764d1a500fd781() {
+ function _templateObject_4f39aa60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_93dde1d022d211eaa0764d1a500fd781 = function _templateObject_93dde1d022d211eaa0764d1a500fd781() {
+ _templateObject_4f39aa60243411ea86f395335a802507 = function _templateObject_4f39aa60243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_93dde1d022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f39aa60243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-color-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-color-iconset-svg.js
index 58cc01b9c56..dd629c44bf3 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-color-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-color-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_940b818022d211eaa0764d1a500fd781() {
+ function _templateObject_4f3a6db0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_940b818022d211eaa0764d1a500fd781 = function _templateObject_940b818022d211eaa0764d1a500fd781() {
+ _templateObject_4f3a6db0243411ea86f395335a802507 = function _templateObject_4f3a6db0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_940b818022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f3a6db0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-comment-isonset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-comment-isonset-svg.js
index 6f3f3447d49..dc43bbb1d34 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-comment-isonset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-comment-isonset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_940c6be022d211eaa0764d1a500fd781() {
+ function _templateObject_4f3b5810243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n \n \n"]);
- _templateObject_940c6be022d211eaa0764d1a500fd781 = function _templateObject_940c6be022d211eaa0764d1a500fd781() {
+ _templateObject_4f3b5810243411ea86f395335a802507 = function _templateObject_4f3b5810243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_940c6be022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f3b5810243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-currency-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-currency-iconset-svg.js
index 418934da481..5aadc1090e7 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-currency-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-currency-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_940d2f3022d211eaa0764d1a500fd781() {
+ function _templateObject_4f3c1b60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_940d2f3022d211eaa0764d1a500fd781 = function _templateObject_940d2f3022d211eaa0764d1a500fd781() {
+ _templateObject_4f3c1b60243411ea86f395335a802507 = function _templateObject_4f3c1b60243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_940d2f3022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f3c1b60243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-debug-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-debug-iconset-svg.js
index ce46368a447..be447f52071 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-debug-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-debug-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_940dcb7022d211eaa0764d1a500fd781() {
+ function _templateObject_4f3d05c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_940dcb7022d211eaa0764d1a500fd781 = function _templateObject_940dcb7022d211eaa0764d1a500fd781() {
+ _templateObject_4f3d05c0243411ea86f395335a802507 = function _templateObject_4f3d05c0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_940dcb7022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f3d05c0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-drawing-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-drawing-iconset-svg.js
index e0092509a8d..629d819ed4d 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-drawing-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-drawing-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_940e67b022d211eaa0764d1a500fd781() {
+ function _templateObject_4f3da200243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n"]);
- _templateObject_940e67b022d211eaa0764d1a500fd781 = function _templateObject_940e67b022d211eaa0764d1a500fd781() {
+ _templateObject_4f3da200243411ea86f395335a802507 = function _templateObject_4f3da200243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_940e67b022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f3da200243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-edit-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-edit-iconset-svg.js
index 20f4f966cc8..d6ed00c5c99 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-edit-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-edit-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_940f2b0022d211eaa0764d1a500fd781() {
+ function _templateObject_4f3e6550243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n"]);
- _templateObject_940f2b0022d211eaa0764d1a500fd781 = function _templateObject_940f2b0022d211eaa0764d1a500fd781() {
+ _templateObject_4f3e6550243411ea86f395335a802507 = function _templateObject_4f3e6550243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_940f2b0022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f3e6550243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-error-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-error-iconset-svg.js
index 2a5b2094e4e..dfdb0154554 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-error-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-error-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_940fc74022d211eaa0764d1a500fd781() {
+ function _templateObject_4f3f28a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n"]);
- _templateObject_940fc74022d211eaa0764d1a500fd781 = function _templateObject_940fc74022d211eaa0764d1a500fd781() {
+ _templateObject_4f3f28a0243411ea86f395335a802507 = function _templateObject_4f3f28a0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_940fc74022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f3f28a0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-file-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-file-iconset-svg.js
index 2d8cd59a6f5..09d9e50ae85 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-file-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-file-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_94108a9022d211eaa0764d1a500fd781() {
+ function _templateObject_4f408830243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_94108a9022d211eaa0764d1a500fd781 = function _templateObject_94108a9022d211eaa0764d1a500fd781() {
+ _templateObject_4f408830243411ea86f395335a802507 = function _templateObject_4f408830243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_94108a9022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f408830243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-filter-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-filter-iconset-svg.js
index 660efbb83d2..f62c8daeadb 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-filter-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-filter-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_9410ffc022d211eaa0764d1a500fd781() {
+ function _templateObject_4f587d00243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_9410ffc022d211eaa0764d1a500fd781 = function _templateObject_9410ffc022d211eaa0764d1a500fd781() {
+ _templateObject_4f587d00243411ea86f395335a802507 = function _templateObject_4f587d00243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_9410ffc022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f587d00243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-folder-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-folder-iconset-svg.js
index 44e8033a700..f357a0186f1 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-folder-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-folder-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_9411c31022d211eaa0764d1a500fd781() {
+ function _templateObject_4f68d0b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_9411c31022d211eaa0764d1a500fd781 = function _templateObject_9411c31022d211eaa0764d1a500fd781() {
+ _templateObject_4f68d0b0243411ea86f395335a802507 = function _templateObject_4f68d0b0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_9411c31022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f68d0b0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-form-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-form-iconset-svg.js
index 948c6cf3137..a20d19abec7 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-form-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-form-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_94125f5022d211eaa0764d1a500fd781() {
+ function _templateObject_4f69bb10243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_94125f5022d211eaa0764d1a500fd781 = function _templateObject_94125f5022d211eaa0764d1a500fd781() {
+ _templateObject_4f69bb10243411ea86f395335a802507 = function _templateObject_4f69bb10243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_94125f5022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f69bb10243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-format-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-format-iconset-svg.js
index 480bc30a3e7..6c3f7d38cef 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-format-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-format-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_941322a022d211eaa0764d1a500fd781() {
+ function _templateObject_4f6a7e60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_941322a022d211eaa0764d1a500fd781 = function _templateObject_941322a022d211eaa0764d1a500fd781() {
+ _templateObject_4f6a7e60243411ea86f395335a802507 = function _templateObject_4f6a7e60243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_941322a022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f6a7e60243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-hardware-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-hardware-iconset-svg.js
index 97f097ffacd..fed1c83335f 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-hardware-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-hardware-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_9414823022d211eaa0764d1a500fd781() {
+ function _templateObject_4f6b68c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_9414823022d211eaa0764d1a500fd781 = function _templateObject_9414823022d211eaa0764d1a500fd781() {
+ _templateObject_4f6b68c0243411ea86f395335a802507 = function _templateObject_4f6b68c0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_9414823022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f6b68c0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-helper-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-helper-iconset-svg.js
index 4d6289da7c4..334ea5854bf 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-helper-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-helper-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_9415458022d211eaa0764d1a500fd781() {
+ function _templateObject_4f6c2c10243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n"]);
- _templateObject_9415458022d211eaa0764d1a500fd781 = function _templateObject_9415458022d211eaa0764d1a500fd781() {
+ _templateObject_4f6c2c10243411ea86f395335a802507 = function _templateObject_4f6c2c10243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_9415458022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f6c2c10243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-holiday-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-holiday-iconset-svg.js
index 5bd72379edf..a1576154b12 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-holiday-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-holiday-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_9415e1c022d211eaa0764d1a500fd781() {
+ function _templateObject_4f6d8ba0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_9415e1c022d211eaa0764d1a500fd781 = function _templateObject_9415e1c022d211eaa0764d1a500fd781() {
+ _templateObject_4f6d8ba0243411ea86f395335a802507 = function _templateObject_4f6d8ba0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_9415e1c022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f6d8ba0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-image-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-image-iconset-svg.js
index d079e1cba27..0d5ba10a4ee 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-image-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-image-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_9416a51022d211eaa0764d1a500fd781() {
+ function _templateObject_4f6e7600243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_9416a51022d211eaa0764d1a500fd781 = function _templateObject_9416a51022d211eaa0764d1a500fd781() {
+ _templateObject_4f6e7600243411ea86f395335a802507 = function _templateObject_4f6e7600243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_9416a51022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f6e7600243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-local-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-local-iconset-svg.js
index 7a3752c3bcf..9a2f4ca0882 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-local-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-local-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_9417415022d211eaa0764d1a500fd781() {
+ function _templateObject_4f6f3950243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_9417415022d211eaa0764d1a500fd781 = function _templateObject_9417415022d211eaa0764d1a500fd781() {
+ _templateObject_4f6f3950243411ea86f395335a802507 = function _templateObject_4f6f3950243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_9417415022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f6f3950243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-lock-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-lock-iconset-svg.js
index 9fe903972cd..3f8aea7aa9e 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-lock-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-lock-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_941804a022d211eaa0764d1a500fd781() {
+ function _templateObject_4f6ffca0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_941804a022d211eaa0764d1a500fd781 = function _templateObject_941804a022d211eaa0764d1a500fd781() {
+ _templateObject_4f6ffca0243411ea86f395335a802507 = function _templateObject_4f6ffca0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_941804a022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f6ffca0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-logo-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-logo-iconset-svg.js
index c0a877109af..d47a9d13856 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-logo-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-logo-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_9419161022d211eaa0764d1a500fd781() {
+ function _templateObject_4f713520243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_9419161022d211eaa0764d1a500fd781 = function _templateObject_9419161022d211eaa0764d1a500fd781() {
+ _templateObject_4f713520243411ea86f395335a802507 = function _templateObject_4f713520243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_9419161022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f713520243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-map-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-map-iconset-svg.js
index 6a0b3a289f8..67bea846f78 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-map-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-map-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_9419b25022d211eaa0764d1a500fd781() {
+ function _templateObject_4f71f870243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_9419b25022d211eaa0764d1a500fd781 = function _templateObject_9419b25022d211eaa0764d1a500fd781() {
+ _templateObject_4f71f870243411ea86f395335a802507 = function _templateObject_4f71f870243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_9419b25022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f71f870243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-markdown-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-markdown-iconset-svg.js
index 27c6083fbc5..668cf7261f5 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-markdown-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-markdown-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_941a4e9022d211eaa0764d1a500fd781() {
+ function _templateObject_4f72bbc0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_941a4e9022d211eaa0764d1a500fd781 = function _templateObject_941a4e9022d211eaa0764d1a500fd781() {
+ _templateObject_4f72bbc0243411ea86f395335a802507 = function _templateObject_4f72bbc0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_941a4e9022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f72bbc0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-medical-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-medical-iconset-svg.js
index 1fcf986d459..47ea5fe42c0 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-medical-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-medical-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_941aead022d211eaa0764d1a500fd781() {
+ function _templateObject_4f737f10243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_941aead022d211eaa0764d1a500fd781 = function _templateObject_941aead022d211eaa0764d1a500fd781() {
+ _templateObject_4f737f10243411ea86f395335a802507 = function _templateObject_4f737f10243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_941aead022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f737f10243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-microphone-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-microphone-iconset-svg.js
index 49002def39c..6b4b789a1cb 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-microphone-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-microphone-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_941bae2022d211eaa0764d1a500fd781() {
+ function _templateObject_4f746970243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_941bae2022d211eaa0764d1a500fd781 = function _templateObject_941bae2022d211eaa0764d1a500fd781() {
+ _templateObject_4f746970243411ea86f395335a802507 = function _templateObject_4f746970243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_941bae2022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f746970243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-minus-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-minus-iconset-svg.js
index b1f6dc7d0c0..2b7548bf659 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-minus-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-minus-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_941c717022d211eaa0764d1a500fd781() {
+ function _templateObject_4f752cc0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_941c717022d211eaa0764d1a500fd781 = function _templateObject_941c717022d211eaa0764d1a500fd781() {
+ _templateObject_4f752cc0243411ea86f395335a802507 = function _templateObject_4f752cc0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_941c717022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f752cc0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-movie-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-movie-iconset-svg.js
index 505283ef5b6..47b25a1948c 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-movie-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-movie-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_941da9f022d211eaa0764d1a500fd781() {
+ function _templateObject_4f75f010243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_941da9f022d211eaa0764d1a500fd781 = function _templateObject_941da9f022d211eaa0764d1a500fd781() {
+ _templateObject_4f75f010243411ea86f395335a802507 = function _templateObject_4f75f010243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_941da9f022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f75f010243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-octagon-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-octagon-iconset-svg.js
index 2cfd95458cc..55965db17b9 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-octagon-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-octagon-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_942c4ff022d211eaa0764d1a500fd781() {
+ function _templateObject_4f768c50243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_942c4ff022d211eaa0764d1a500fd781 = function _templateObject_942c4ff022d211eaa0764d1a500fd781() {
+ _templateObject_4f768c50243411ea86f395335a802507 = function _templateObject_4f768c50243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_942c4ff022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f768c50243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-off-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-off-iconset-svg.js
index b1e8dca5c71..cdc8fc111f1 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-off-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-off-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_942d134022d211eaa0764d1a500fd781() {
+ function _templateObject_4f77ebe0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_942d134022d211eaa0764d1a500fd781 = function _templateObject_942d134022d211eaa0764d1a500fd781() {
+ _templateObject_4f77ebe0243411ea86f395335a802507 = function _templateObject_4f77ebe0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_942d134022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f77ebe0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-os-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-os-iconset-svg.js
index 78aae517f47..d5a0fbde20b 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-os-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-os-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_9443817022d211eaa0764d1a500fd781() {
+ function _templateObject_4f788820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_9443817022d211eaa0764d1a500fd781 = function _templateObject_9443817022d211eaa0764d1a500fd781() {
+ _templateObject_4f788820243411ea86f395335a802507 = function _templateObject_4f788820243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_9443817022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f788820243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-outline-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-outline-iconset-svg.js
index 6e12cdac5ea..e00d1394e8b 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-outline-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-outline-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_944444c022d211eaa0764d1a500fd781() {
+ function _templateObject_4f794b70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_944444c022d211eaa0764d1a500fd781 = function _templateObject_944444c022d211eaa0764d1a500fd781() {
+ _templateObject_4f794b70243411ea86f395335a802507 = function _templateObject_4f794b70243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_944444c022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f794b70243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-phone-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-phone-iconset-svg.js
index f60685e902b..061a39807b8 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-phone-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-phone-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_94452f2022d211eaa0764d1a500fd781() {
+ function _templateObject_4f7a0ec0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_94452f2022d211eaa0764d1a500fd781 = function _templateObject_94452f2022d211eaa0764d1a500fd781() {
+ _templateObject_4f7a0ec0243411ea86f395335a802507 = function _templateObject_4f7a0ec0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_94452f2022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f7a0ec0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-pin-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-pin-iconset-svg.js
index c73a2d07d04..d5fa7b2bf07 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-pin-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-pin-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_9445f27022d211eaa0764d1a500fd781() {
+ function _templateObject_4f7aab00243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_9445f27022d211eaa0764d1a500fd781 = function _templateObject_9445f27022d211eaa0764d1a500fd781() {
+ _templateObject_4f7aab00243411ea86f395335a802507 = function _templateObject_4f7aab00243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_9445f27022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f7aab00243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-plus-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-plus-iconset-svg.js
index 3f6fecdf208..7dd31aedffc 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-plus-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-plus-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_9446b5c022d211eaa0764d1a500fd781() {
+ function _templateObject_4f7b9560243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_9446b5c022d211eaa0764d1a500fd781 = function _templateObject_9446b5c022d211eaa0764d1a500fd781() {
+ _templateObject_4f7b9560243411ea86f395335a802507 = function _templateObject_4f7b9560243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_9446b5c022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f7b9560243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-settings-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-settings-iconset-svg.js
index 3de2fb01c3a..121e1205086 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-settings-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-settings-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_94483c6022d211eaa0764d1a500fd781() {
+ function _templateObject_4f9dc360243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_94483c6022d211eaa0764d1a500fd781 = function _templateObject_94483c6022d211eaa0764d1a500fd781() {
+ _templateObject_4f9dc360243411ea86f395335a802507 = function _templateObject_4f9dc360243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_94483c6022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f9dc360243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-shape-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-shape-iconset-svg.js
index bffde7cda68..9049e103e95 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-shape-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-shape-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_9448ffb022d211eaa0764d1a500fd781() {
+ function _templateObject_4f9f22f0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n"]);
- _templateObject_9448ffb022d211eaa0764d1a500fd781 = function _templateObject_9448ffb022d211eaa0764d1a500fd781() {
+ _templateObject_4f9f22f0243411ea86f395335a802507 = function _templateObject_4f9f22f0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_9448ffb022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4f9f22f0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-social-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-social-iconset-svg.js
index 9ad0f4c47a2..cb07907d90c 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-social-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-social-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_944a112022d211eaa0764d1a500fd781() {
+ function _templateObject_4fa00d50243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n\n \n \n \n\n \n \n \n\n \n\n \n\n \n \n \n \n \n"]);
- _templateObject_944a112022d211eaa0764d1a500fd781 = function _templateObject_944a112022d211eaa0764d1a500fd781() {
+ _templateObject_4fa00d50243411ea86f395335a802507 = function _templateObject_4fa00d50243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_944a112022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4fa00d50243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-square-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-square-iconset-svg.js
index 039c612c0cd..f67a6928f91 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-square-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-square-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_944ad47022d211eaa0764d1a500fd781() {
+ function _templateObject_4fa0a990243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n"]);
- _templateObject_944ad47022d211eaa0764d1a500fd781 = function _templateObject_944ad47022d211eaa0764d1a500fd781() {
+ _templateObject_4fa0a990243411ea86f395335a802507 = function _templateObject_4fa0a990243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_944ad47022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4fa0a990243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-store-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-store-iconset-svg.js
index 3005182c82b..1f2390a6e99 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-store-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-store-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_944b70b022d211eaa0764d1a500fd781() {
+ function _templateObject_4fa16ce0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n"]);
- _templateObject_944b70b022d211eaa0764d1a500fd781 = function _templateObject_944b70b022d211eaa0764d1a500fd781() {
+ _templateObject_4fa16ce0243411ea86f395335a802507 = function _templateObject_4fa16ce0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_944b70b022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4fa16ce0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-text-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-text-iconset-svg.js
index 76bc42039f7..d9049bd00a2 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-text-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-text-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_944c340022d211eaa0764d1a500fd781() {
+ function _templateObject_4fa20920243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n"]);
- _templateObject_944c340022d211eaa0764d1a500fd781 = function _templateObject_944c340022d211eaa0764d1a500fd781() {
+ _templateObject_4fa20920243411ea86f395335a802507 = function _templateObject_4fa20920243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_944c340022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4fa20920243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-time-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-time-iconset-svg.js
index ef1407bad1a..d3ac104e2f4 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-time-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-time-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_944cd04022d211eaa0764d1a500fd781() {
+ function _templateObject_4fa2a560243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_944cd04022d211eaa0764d1a500fd781 = function _templateObject_944cd04022d211eaa0764d1a500fd781() {
+ _templateObject_4fa2a560243411ea86f395335a802507 = function _templateObject_4fa2a560243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_944cd04022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4fa2a560243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-tooltip-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-tooltip-iconset-svg.js
index 5747ea37b2c..65a448a5368 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-tooltip-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-tooltip-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_944d6c8022d211eaa0764d1a500fd781() {
+ function _templateObject_4fa368b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_944d6c8022d211eaa0764d1a500fd781 = function _templateObject_944d6c8022d211eaa0764d1a500fd781() {
+ _templateObject_4fa368b0243411ea86f395335a802507 = function _templateObject_4fa368b0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_944d6c8022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4fa368b0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-transform-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-transform-iconset-svg.js
index 8b945138784..e8791e1cd86 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-transform-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-transform-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_944e08c022d211eaa0764d1a500fd781() {
+ function _templateObject_4fa404f0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_944e08c022d211eaa0764d1a500fd781 = function _templateObject_944e08c022d211eaa0764d1a500fd781() {
+ _templateObject_4fa404f0243411ea86f395335a802507 = function _templateObject_4fa404f0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_944e08c022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4fa404f0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-transportation-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-transportation-iconset-svg.js
index 9b025168ab5..73a8aceab15 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-transportation-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-transportation-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_944ecc1022d211eaa0764d1a500fd781() {
+ function _templateObject_4fa4c840243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_944ecc1022d211eaa0764d1a500fd781 = function _templateObject_944ecc1022d211eaa0764d1a500fd781() {
+ _templateObject_4fa4c840243411ea86f395335a802507 = function _templateObject_4fa4c840243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_944ecc1022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4fa4c840243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-user-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-user-iconset-svg.js
index 81b280c0270..522b16203b4 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-user-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-user-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_944f685022d211eaa0764d1a500fd781() {
+ function _templateObject_4fa58b90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_944f685022d211eaa0764d1a500fd781 = function _templateObject_944f685022d211eaa0764d1a500fd781() {
+ _templateObject_4fa58b90243411ea86f395335a802507 = function _templateObject_4fa58b90243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_944f685022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4fa58b90243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-vector-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-vector-iconset-svg.js
index 6e9e3bb317a..cef0d6afb82 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-vector-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-vector-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_945052b022d211eaa0764d1a500fd781() {
+ function _templateObject_4fa64ee0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n"]);
- _templateObject_945052b022d211eaa0764d1a500fd781 = function _templateObject_945052b022d211eaa0764d1a500fd781() {
+ _templateObject_4fa64ee0243411ea86f395335a802507 = function _templateObject_4fa64ee0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_945052b022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4fa64ee0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-video-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-video-iconset-svg.js
index e97a6333b12..14ab574a534 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-video-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-video-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_9451160022d211eaa0764d1a500fd781() {
+ function _templateObject_4fa6eb20243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n\n \n \n \n\n \n \n \n\n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n"]);
- _templateObject_9451160022d211eaa0764d1a500fd781 = function _templateObject_9451160022d211eaa0764d1a500fd781() {
+ _templateObject_4fa6eb20243411ea86f395335a802507 = function _templateObject_4fa6eb20243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_9451160022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4fa6eb20243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-view-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-view-iconset-svg.js
index 8a44c8b13d0..10d41da8f61 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-view-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-view-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_94524e8022d211eaa0764d1a500fd781() {
+ function _templateObject_4fa78760243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n\n \n \n \n \n \n"]);
- _templateObject_94524e8022d211eaa0764d1a500fd781 = function _templateObject_94524e8022d211eaa0764d1a500fd781() {
+ _templateObject_4fa78760243411ea86f395335a802507 = function _templateObject_4fa78760243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_94524e8022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4fa78760243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-vote-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-vote-iconset-svg.js
index 5471ae278c9..c0e14ebbd3a 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-vote-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-vote-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_945311d022d211eaa0764d1a500fd781() {
+ function _templateObject_4fa8bfe0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_945311d022d211eaa0764d1a500fd781 = function _templateObject_945311d022d211eaa0764d1a500fd781() {
+ _templateObject_4fa8bfe0243411ea86f395335a802507 = function _templateObject_4fa8bfe0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_945311d022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4fa8bfe0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-weather-iconset-svg.js b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-weather-iconset-svg.js
index e5d3d1a26ae..4ac03baf164 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-weather-iconset-svg.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mdi-iconset-svg/lib/mdi-weather-iconset-svg.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_9453fc3022d211eaa0764d1a500fd781() {
+ function _templateObject_4fa9d150243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n \n \n"]);
- _templateObject_9453fc3022d211eaa0764d1a500fd781 = function _templateObject_9453fc3022d211eaa0764d1a500fd781() {
+ _templateObject_4fa9d150243411ea86f395335a802507 = function _templateObject_4fa9d150243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_9453fc3022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_4fa9d150243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/media-image/media-image.js b/build/es5-amd/node_modules/@lrnwebcomponents/media-image/media-image.js
index 811240474f1..fb9ade5c15c 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/media-image/media-image.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/media-image/media-image.js
@@ -7,50 +7,50 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
_exports.MediaImage = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject9_873622d022d211eaa0764d1a500fd781() {
+ function _templateObject9_41f18cb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n\n .caption {\n padding-bottom: 25px;\n border-bottom: dashed 2px lightgray;\n margin-bottom: 25px;\n line-height: 1.5;\n font-size: 18px;\n }\n\n .caption ::slotted(*) {\n margin-top: 0;\n }\n .caption ::slotted(*:last-child) {\n margin-bottom: 0;\n }\n "]);
- _templateObject9_873622d022d211eaa0764d1a500fd781 = function _templateObject9_873622d022d211eaa0764d1a500fd781() {
+ _templateObject9_41f18cb0243411ea86f395335a802507 = function _templateObject9_41f18cb0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject8_873622d022d211eaa0764d1a500fd781() {
+ function _templateObject8_41f18cb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject8_873622d022d211eaa0764d1a500fd781 = function _templateObject8_873622d022d211eaa0764d1a500fd781() {
+ _templateObject8_41f18cb0243411ea86f395335a802507 = function _templateObject8_41f18cb0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject7_873622d022d211eaa0764d1a500fd781() {
+ function _templateObject7_41f18cb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n
\n "]);
- _templateObject7_873622d022d211eaa0764d1a500fd781 = function _templateObject7_873622d022d211eaa0764d1a500fd781() {
+ _templateObject7_41f18cb0243411ea86f395335a802507 = function _templateObject7_41f18cb0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject6_873622d022d211eaa0764d1a500fd781() {
+ function _templateObject6_41f18cb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n\n .citation {\n font-size: 12.8px;\n font-style: italic;\n color: #4c4c4c;\n margin: 15px 0 15px;\n }\n "]);
- _templateObject6_873622d022d211eaa0764d1a500fd781 = function _templateObject6_873622d022d211eaa0764d1a500fd781() {
+ _templateObject6_41f18cb0243411ea86f395335a802507 = function _templateObject6_41f18cb0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject5_873622d022d211eaa0764d1a500fd781() {
+ function _templateObject5_41f18cb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n
\n "]);
- _templateObject5_873622d022d211eaa0764d1a500fd781 = function _templateObject5_873622d022d211eaa0764d1a500fd781() {
+ _templateObject5_41f18cb0243411ea86f395335a802507 = function _templateObject5_41f18cb0243411ea86f395335a802507() {
return data;
};
@@ -61,40 +61,40 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject4_873622d022d211eaa0764d1a500fd781() {
+ function _templateObject4_41f18cb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n ", "\n \n \n "]);
- _templateObject4_873622d022d211eaa0764d1a500fd781 = function _templateObject4_873622d022d211eaa0764d1a500fd781() {
+ _templateObject4_41f18cb0243411ea86f395335a802507 = function _templateObject4_41f18cb0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_873622d022d211eaa0764d1a500fd781() {
+ function _templateObject3_41f18cb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject3_873622d022d211eaa0764d1a500fd781 = function _templateObject3_873622d022d211eaa0764d1a500fd781() {
+ _templateObject3_41f18cb0243411ea86f395335a802507 = function _templateObject3_41f18cb0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_873622d022d211eaa0764d1a500fd781() {
+ function _templateObject2_41f18cb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n \n \n \n ", "\n \n \n ", "\n "]);
- _templateObject2_873622d022d211eaa0764d1a500fd781 = function _templateObject2_873622d022d211eaa0764d1a500fd781() {
+ _templateObject2_41f18cb0243411ea86f395335a802507 = function _templateObject2_41f18cb0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_873622d022d211eaa0764d1a500fd781() {
+ function _templateObject_41f18cb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n width: auto;\n margin: auto;\n --box-background-color: #f7f6ef;\n }\n\n :host([card]) {\n box-shadow: 0 1px 5px rgba(0, 0, 0, 0.14);\n padding: 20px;\n }\n\n :host([box]) {\n background-color: var(--box-background-color);\n padding: 20px;\n }\n\n :host([round]) iron-image {\n border-radius: 50%;\n }\n\n @media screen and (min-width: 450px) {\n :host([size=\"small\"]) {\n max-width: 50%;\n }\n }\n\n @media screen and (min-width: 650px) {\n :host([size=\"small\"]) {\n max-width: 35%;\n }\n }\n\n @media screen and (min-width: 900px) {\n :host([size=\"small\"]) {\n max-width: 25%;\n }\n }\n\n iron-image {\n width: 100%;\n --iron-image-width: 100%;\n }\n\n :host([offset=\"left\"]) {\n float: left;\n margin: var(--media-image-offset-width, 1.5vw);\n margin-left: calc(-2 * var(--media-image-offset-width, 1.5vw));\n padding-left: calc(4 * var(--media-image-offset-width, 1.5vw));\n margin-top: 0;\n margin-bottom: calc(0.1 * var(--media-image-offset-width, 1.5vw));\n }\n\n :host([offset=\"right\"]) {\n float: right;\n margin: var(--media-image-offset-width, 1.5vw);\n margin-right: calc(-2 * var(--media-image-offset-width, 1.5vw));\n padding-right: calc(4 * var(--media-image-offset-width, 1.5vw));\n margin-top: 0;\n margin-bottom: calc(0.1 * var(--media-image-offset-width, 1.5vw));\n }\n\n :host([offset=\"wide\"]) {\n margin: 0 calc(-1 * var(--media-image-offset-wide-width, 3.5vw));\n max-width: 100vw;\n }\n\n :host([offset=\"narrow\"]) {\n max-width: var(--media-image-offset-narrow-max-width, 500px);\n margin: auto;\n }\n "]);
- _templateObject_873622d022d211eaa0764d1a500fd781 = function _templateObject_873622d022d211eaa0764d1a500fd781() {
+ _templateObject_41f18cb0243411ea86f395335a802507 = function _templateObject_41f18cb0243411ea86f395335a802507() {
return data;
};
@@ -118,7 +118,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_873622d022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_41f18cb0243411ea86f395335a802507())];
}
}]);
@@ -164,7 +164,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
}, {
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_873622d022d211eaa0764d1a500fd781(), this._hasFigureLabel(this.figureLabelTitle, this.figureLabelDescription) ? (0, _litElement.html)(_templateObject3_873622d022d211eaa0764d1a500fd781(), this.figureLabelTitle, this.figureLabelDescription) : "", this.schemaResourceID, this.source, this.alt, this.citation, this._hasCaption ? (0, _litElement.html)(_templateObject4_873622d022d211eaa0764d1a500fd781(), this.caption) : "");
+ return (0, _litElement.html)(_templateObject2_41f18cb0243411ea86f395335a802507(), this._hasFigureLabel(this.figureLabelTitle, this.figureLabelDescription) ? (0, _litElement.html)(_templateObject3_41f18cb0243411ea86f395335a802507(), this.figureLabelTitle, this.figureLabelDescription) : "", this.schemaResourceID, this.source, this.alt, this.citation, this._hasCaption ? (0, _litElement.html)(_templateObject4_41f18cb0243411ea86f395335a802507(), this.caption) : "");
}
}, {
key: "_hasFigureLabel",
@@ -450,7 +450,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
babelHelpers.createClass(MediaImageCitation, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject5_873622d022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject5_41f18cb0243411ea86f395335a802507());
}
}], [{
key: "styles",
@@ -459,7 +459,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject6_873622d022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject6_41f18cb0243411ea86f395335a802507())];
}
}, {
key: "tag",
@@ -491,7 +491,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
babelHelpers.createClass(MediaImageCaption, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject7_873622d022d211eaa0764d1a500fd781(), !this.__hasContent ? (0, _litElement.html)(_templateObject8_873622d022d211eaa0764d1a500fd781()) : "");
+ return (0, _litElement.html)(_templateObject7_41f18cb0243411ea86f395335a802507(), !this.__hasContent ? (0, _litElement.html)(_templateObject8_41f18cb0243411ea86f395335a802507()) : "");
}
}], [{
key: "styles",
@@ -500,7 +500,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject9_873622d022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject9_41f18cb0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/meme-maker/meme-maker.js b/build/es5-amd/node_modules/@lrnwebcomponents/meme-maker/meme-maker.js
index e7aa7d6cc21..b4bf47054dd 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/meme-maker/meme-maker.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/meme-maker/meme-maker.js
@@ -6,20 +6,20 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
});
_exports.MemeMaker = void 0;
- function _templateObject2_8752f9a022d211eaa0764d1a500fd781() {
+ function _templateObject2_421197d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n * {\n box-sizing: border-box;\n }\n figure {\n position: relative;\n width: 100%;\n margin: 0;\n padding: 0;\n font-size: 20px;\n }\n img {\n width: 100%;\n height: auto;\n }\n .top-text,\n .bottom-text {\n position: absolute;\n left: 0;\n width: 100%;\n padding: 3% 2%;\n text-align: center;\n text-transform: uppercase;\n font-weight: 900;\n font-family: \"Impact\", \"Arial Black\", \"sans serif\";\n line-height: 1.2;\n font-size: var(--meme-maker-font-size, 36px);\n color: white;\n text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,\n 1px 1px 0 #000;\n letter-spacing: 2px;\n }\n .top-text {\n top: 0;\n }\n .bottom-text {\n bottom: 0;\n }\n @media (max-width: 800px) {\n .top-text,\n .bottom-text {\n font-size: var(--meme-maker-font-size-medium, 20px);\n }\n }\n @media (max-width: 600px) {\n .top-text,\n .bottom-text {\n font-size: var(--meme-maker-font-size-small, 20px);\n }\n }\n "]);
- _templateObject2_8752f9a022d211eaa0764d1a500fd781 = function _templateObject2_8752f9a022d211eaa0764d1a500fd781() {
+ _templateObject2_421197d0243411ea86f395335a802507 = function _templateObject2_421197d0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8752f9a022d211eaa0764d1a500fd781() {
+ function _templateObject_421197d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n ", " \n ", " \n \n "]);
- _templateObject_8752f9a022d211eaa0764d1a500fd781 = function _templateObject_8752f9a022d211eaa0764d1a500fd781() {
+ _templateObject_421197d0243411ea86f395335a802507 = function _templateObject_421197d0243411ea86f395335a802507() {
return data;
};
@@ -41,12 +41,12 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
babelHelpers.createClass(MemeMaker, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_8752f9a022d211eaa0764d1a500fd781(), this.imageUrl, this.alt, this.topText, this.bottomText);
+ return (0, _litElement.html)(_templateObject_421197d0243411ea86f395335a802507(), this.imageUrl, this.alt, this.topText, this.bottomText);
}
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_8752f9a022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_421197d0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/micro-copy-heading/micro-copy-heading.js b/build/es5-amd/node_modules/@lrnwebcomponents/micro-copy-heading/micro-copy-heading.js
index c8504ec56d8..4ac61ad42b0 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/micro-copy-heading/micro-copy-heading.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/micro-copy-heading/micro-copy-heading.js
@@ -10,20 +10,20 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_87728f9022d211eaa0764d1a500fd781() {
+ function _templateObject2_4228a240243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n margin: 16px 0;\n }\n\n :host([hidden]) {\n display: none;\n }\n span {\n margin-left: 8px;\n }\n h2 {\n display: inline-flex;\n margin: unset;\n padding: unset;\n font-size: 0.75em;\n color: var(--simple-colors-default-theme-red-5, #de2654);\n border: 2px solid var(--simple-colors-default-theme-red-5, #de2654);\n line-height: 12px;\n margin-right: 10px;\n text-transform: uppercase;\n font-weight: 500;\n letter-spacing: 0.09em;\n padding: 6px 16px;\n }\n "]);
- _templateObject2_87728f9022d211eaa0764d1a500fd781 = function _templateObject2_87728f9022d211eaa0764d1a500fd781() {
+ _templateObject2_4228a240243411ea86f395335a802507 = function _templateObject2_4228a240243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_87728f9022d211eaa0764d1a500fd781() {
+ function _templateObject_4228a240243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "", " \n "]);
- _templateObject_87728f9022d211eaa0764d1a500fd781 = function _templateObject_87728f9022d211eaa0764d1a500fd781() {
+ _templateObject_4228a240243411ea86f395335a802507 = function _templateObject_4228a240243411ea86f395335a802507() {
return data;
};
@@ -50,14 +50,14 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_87728f9022d211eaa0764d1a500fd781(), this.heading, this.endcap);
+ return (0, _litElement.html)(_templateObject_4228a240243411ea86f395335a802507(), this.heading, this.endcap);
} // haxProperty definition
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject2_87728f9022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4228a240243411ea86f395335a802507())];
}
}, {
key: "haxProperties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/moment-element/moment-element.js b/build/es5-amd/node_modules/@lrnwebcomponents/moment-element/moment-element.js
index b5a6831b42a..c947b9e4283 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/moment-element/moment-element.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/moment-element/moment-element.js
@@ -7,10 +7,10 @@ define(["exports", "meta", "../../lit-element/lit-element.js", "../es-global-bri
_exports.MomentElement = void 0;
meta = babelHelpers.interopRequireWildcard(meta);
- function _templateObject_8b3a941022d211eaa0764d1a500fd781() {
+ function _templateObject_46039280243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n "]);
- _templateObject_8b3a941022d211eaa0764d1a500fd781 = function _templateObject_8b3a941022d211eaa0764d1a500fd781() {
+ _templateObject_46039280243411ea86f395335a802507 = function _templateObject_46039280243411ea86f395335a802507() {
return data;
};
@@ -40,7 +40,7 @@ define(["exports", "meta", "../../lit-element/lit-element.js", "../es-global-bri
babelHelpers.createClass(MomentElement, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_8b3a941022d211eaa0764d1a500fd781(), this.output);
+ return (0, _litElement.html)(_templateObject_46039280243411ea86f395335a802507(), this.output);
}
}, {
key: "pathFromUrl",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mtz-marked-editor/lib/mtz-marked-control-generic-line.js b/build/es5-amd/node_modules/@lrnwebcomponents/mtz-marked-editor/lib/mtz-marked-control-generic-line.js
index d86c9cd3449..30bdc29ac40 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mtz-marked-editor/lib/mtz-marked-control-generic-line.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mtz-marked-editor/lib/mtz-marked-control-generic-line.js
@@ -10,10 +10,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_946a6a6022d211eaa0764d1a500fd781() {
+ function _templateObject_4fad2cb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n\n \n "]);
- _templateObject_946a6a6022d211eaa0764d1a500fd781 = function _templateObject_946a6a6022d211eaa0764d1a500fd781() {
+ _templateObject_4fad2cb0243411ea86f395335a802507 = function _templateObject_4fad2cb0243411ea86f395335a802507() {
return data;
};
@@ -33,7 +33,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
babelHelpers.createClass(MtzMarkedControlGenericLine, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_946a6a6022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4fad2cb0243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mtz-marked-editor/lib/mtz-marked-control-generic-wrap.js b/build/es5-amd/node_modules/@lrnwebcomponents/mtz-marked-editor/lib/mtz-marked-control-generic-wrap.js
index 0a0fb98cee6..b4cdaae5e9f 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mtz-marked-editor/lib/mtz-marked-control-generic-wrap.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mtz-marked-editor/lib/mtz-marked-control-generic-wrap.js
@@ -10,10 +10,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_946c663022d211eaa0764d1a500fd781() {
+ function _templateObject_4faf2880243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n\n \n "]);
- _templateObject_946c663022d211eaa0764d1a500fd781 = function _templateObject_946c663022d211eaa0764d1a500fd781() {
+ _templateObject_4faf2880243411ea86f395335a802507 = function _templateObject_4faf2880243411ea86f395335a802507() {
return data;
};
@@ -33,7 +33,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
babelHelpers.createClass(MtzMarkedControlGenericWrap, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_946c663022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4faf2880243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mtz-marked-editor/lib/mtz-marked-control-link.js b/build/es5-amd/node_modules/@lrnwebcomponents/mtz-marked-editor/lib/mtz-marked-control-link.js
index 1da68b71506..751b5b7691c 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mtz-marked-editor/lib/mtz-marked-control-link.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mtz-marked-editor/lib/mtz-marked-control-link.js
@@ -10,10 +10,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_949523e022d211eaa0764d1a500fd781() {
+ function _templateObject_4fb54300243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n\n \n "]);
- _templateObject_949523e022d211eaa0764d1a500fd781 = function _templateObject_949523e022d211eaa0764d1a500fd781() {
+ _templateObject_4fb54300243411ea86f395335a802507 = function _templateObject_4fb54300243411ea86f395335a802507() {
return data;
};
@@ -93,7 +93,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_949523e022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4fb54300243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/mtz-marked-editor/mtz-marked-editor.js b/build/es5-amd/node_modules/@lrnwebcomponents/mtz-marked-editor/mtz-marked-editor.js
index f41ee381a60..8b51d428fb2 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/mtz-marked-editor/mtz-marked-editor.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/mtz-marked-editor/mtz-marked-editor.js
@@ -10,10 +10,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_8b297d1022d211eaa0764d1a500fd781() {
+ function _templateObject_45ee83e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_8b297d1022d211eaa0764d1a500fd781 = function _templateObject_8b297d1022d211eaa0764d1a500fd781() {
+ _templateObject_45ee83e0243411ea86f395335a802507 = function _templateObject_45ee83e0243411ea86f395335a802507() {
return data;
};
@@ -33,7 +33,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
babelHelpers.createClass(MtzMarkedEditor, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8b297d1022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_45ee83e0243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/multiple-choice/multiple-choice.js b/build/es5-amd/node_modules/@lrnwebcomponents/multiple-choice/multiple-choice.js
index 3d0a34850e2..80b36983dbe 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/multiple-choice/multiple-choice.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/multiple-choice/multiple-choice.js
@@ -11,80 +11,80 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject8_8824efa022d211eaa0764d1a500fd781() {
+ function _templateObject8_42ee3c30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject8_8824efa022d211eaa0764d1a500fd781 = function _templateObject8_8824efa022d211eaa0764d1a500fd781() {
+ _templateObject8_42ee3c30243411ea86f395335a802507 = function _templateObject8_42ee3c30243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject7_8824efa022d211eaa0764d1a500fd781() {
+ function _templateObject7_42ee3c30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", " \n \n "]);
- _templateObject7_8824efa022d211eaa0764d1a500fd781 = function _templateObject7_8824efa022d211eaa0764d1a500fd781() {
+ _templateObject7_42ee3c30243411ea86f395335a802507 = function _templateObject7_42ee3c30243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject6_8824efa022d211eaa0764d1a500fd781() {
+ function _templateObject6_42ee3c30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject6_8824efa022d211eaa0764d1a500fd781 = function _templateObject6_8824efa022d211eaa0764d1a500fd781() {
+ _templateObject6_42ee3c30243411ea86f395335a802507 = function _templateObject6_42ee3c30243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject5_8824efa022d211eaa0764d1a500fd781() {
+ function _templateObject5_42ee3c30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject5_8824efa022d211eaa0764d1a500fd781 = function _templateObject5_8824efa022d211eaa0764d1a500fd781() {
+ _templateObject5_42ee3c30243411ea86f395335a802507 = function _templateObject5_42ee3c30243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject4_8824efa022d211eaa0764d1a500fd781() {
+ function _templateObject4_42ee3c30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n "]);
- _templateObject4_8824efa022d211eaa0764d1a500fd781 = function _templateObject4_8824efa022d211eaa0764d1a500fd781() {
+ _templateObject4_42ee3c30243411ea86f395335a802507 = function _templateObject4_42ee3c30243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_8824efa022d211eaa0764d1a500fd781() {
+ function _templateObject3_42ee3c30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject3_8824efa022d211eaa0764d1a500fd781 = function _templateObject3_8824efa022d211eaa0764d1a500fd781() {
+ _templateObject3_42ee3c30243411ea86f395335a802507 = function _templateObject3_42ee3c30243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_8824efa022d211eaa0764d1a500fd781() {
+ function _templateObject2_42ee3c30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n ", "
\n ", "\n ", "\n \n ", "\n \n \n "]);
- _templateObject2_8824efa022d211eaa0764d1a500fd781 = function _templateObject2_8824efa022d211eaa0764d1a500fd781() {
+ _templateObject2_42ee3c30243411ea86f395335a802507 = function _templateObject2_42ee3c30243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8824efa022d211eaa0764d1a500fd781() {
+ function _templateObject_42ee3c30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n padding: 16px 16px 54px 16px;\n background-color: var(--simple-colors-default-theme-grey-1);\n color: var(--simple-colors-default-theme-grey-12);\n --paper-checkbox-unchecked-color: var(\n --simple-colors-default-theme-grey-12\n );\n --paper-checkbox-unchecked-ink-color: var(\n --simple-colors-default-theme-grey-12\n );\n --paper-checkbox-checked-color: var(\n --simple-colors-default-theme-accent-8\n );\n --paper-checkbox-checked-ink-color: var(\n --simple-colors-default-theme-accent-8\n );\n --paper-checkbox-checkmark-color: var(\n --simple-colors-default-theme-grey-1\n );\n --paper-checkbox-label-color: var(\n --simple-colors-default-theme-grey-12\n );\n --paper-checkbox-error-color: var(\n --simple-colors-default-theme-red-8\n );\n }\n :host([accent-color=\"grey\"]),\n :host([accent-color=\"red\"]),\n :host([accent-color=\"green\"]) {\n --paper-checkbox-checked-color: var(\n --simple-colors-default-theme-blue-8\n );\n --paper-checkbox-checked-ink-color: var(\n --simple-colors-default-theme-blue-8\n );\n }\n :host #check {\n background-color: var(--simple-colors-default-theme-accent-8);\n color: var(--simple-colors-default-theme-grey-1);\n }\n :host #check:hover {\n background-color: var(--simple-colors-default-theme-accent-9);\n }\n :host([accent-color=\"red\"]) #check,\n :host([accent-color=\"green\"]) #check {\n background-color: var(--simple-colors-default-theme-blue-8);\n color: var(--simple-colors-default-theme-grey-1);\n }\n :host([accent-color=\"red\"]) #check:hover,\n :host([accent-color=\"green\"]) #check:hover {\n background-color: var(--simple-colors-default-theme-blue-9);\n }\n :host([accent-color=\"grey\"]) #check,\n :host paper-button {\n background-color: var(--simple-colors-default-theme-grey-1);\n color: var(--simple-colors-default-theme-grey-12);\n }\n :host([accent-color=\"grey\"]) #check:hover,\n :host paper-button:hover {\n cursor: pointer;\n background-color: var(--simple-colors-default-theme-grey-2);\n color: var(--simple-colors-default-theme-grey-12);\n }\n .red {\n background-color: var(--simple-colors-default-theme-red-8);\n }\n .green {\n background-color: var(--simple-colors-default-theme-green-8);\n }\n h3 {\n margin: 8px;\n }\n ul {\n list-style: none;\n padding: 0;\n margin: 0;\n }\n ul li {\n padding: 8px;\n }\n paper-radio-button {\n padding: 8px;\n display: block;\n }\n paper-checkbox {\n padding: 8px;\n }\n iron-icon {\n display: inline-flex;\n }\n "]);
- _templateObject_8824efa022d211eaa0764d1a500fd781 = function _templateObject_8824efa022d211eaa0764d1a500fd781() {
+ _templateObject_42ee3c30243411ea86f395335a802507 = function _templateObject_42ee3c30243411ea86f395335a802507() {
return data;
};
@@ -108,7 +108,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
* LitElement constructable styles enhancement
*/
get: function get() {
- return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(MultipleChoice), "styles", this)), [(0, _litElement.css)(_templateObject_8824efa022d211eaa0764d1a500fd781())]);
+ return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(MultipleChoice), "styles", this)), [(0, _litElement.css)(_templateObject_42ee3c30243411ea86f395335a802507())]);
}
}, {
key: "tag",
@@ -205,11 +205,11 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
value: function render() {
var _this3 = this;
- return (0, _litElement.html)(_templateObject2_8824efa022d211eaa0764d1a500fd781(), this.relatedResource, this.title ? (0, _litElement.html)(_templateObject3_8824efa022d211eaa0764d1a500fd781(), this.title) : "", this.question, this.singleOption ? (0, _litElement.html)(_templateObject4_8824efa022d211eaa0764d1a500fd781(), this.displayedAnswers.map(function (answer, index) {
- return (0, _litElement.html)(_templateObject5_8824efa022d211eaa0764d1a500fd781(), _this3.disabled, index, answer.userGuess, _this3.checkedEvent, answer.label);
- })) : (0, _litElement.html)(_templateObject6_8824efa022d211eaa0764d1a500fd781(), this.displayedAnswers.map(function (answer, index) {
- return (0, _litElement.html)(_templateObject7_8824efa022d211eaa0764d1a500fd781(), _this3.disabled, index, answer.userGuess, _this3.checkedEvent, answer.label);
- })), !this.hideButtons ? (0, _litElement.html)(_templateObject8_8824efa022d211eaa0764d1a500fd781(), this.disabled, this._verifyAnswers, this.checkLabel, this.disabled, this.resetAnswers, this.resetLabel) : "", this.positionTarget, this.__toastColor, this.__toastText, this.__toastIcon);
+ return (0, _litElement.html)(_templateObject2_42ee3c30243411ea86f395335a802507(), this.relatedResource, this.title ? (0, _litElement.html)(_templateObject3_42ee3c30243411ea86f395335a802507(), this.title) : "", this.question, this.singleOption ? (0, _litElement.html)(_templateObject4_42ee3c30243411ea86f395335a802507(), this.displayedAnswers.map(function (answer, index) {
+ return (0, _litElement.html)(_templateObject5_42ee3c30243411ea86f395335a802507(), _this3.disabled, index, answer.userGuess, _this3.checkedEvent, answer.label);
+ })) : (0, _litElement.html)(_templateObject6_42ee3c30243411ea86f395335a802507(), this.displayedAnswers.map(function (answer, index) {
+ return (0, _litElement.html)(_templateObject7_42ee3c30243411ea86f395335a802507(), _this3.disabled, index, answer.userGuess, _this3.checkedEvent, answer.label);
+ })), !this.hideButtons ? (0, _litElement.html)(_templateObject8_42ee3c30243411ea86f395335a802507(), this.disabled, this._verifyAnswers, this.checkLabel, this.disabled, this.resetAnswers, this.resetLabel) : "", this.positionTarget, this.__toastColor, this.__toastText, this.__toastIcon);
}
}, {
key: "checkedEvent",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/oer-schema/oer-schema.js b/build/es5-amd/node_modules/@lrnwebcomponents/oer-schema/oer-schema.js
index c29ffc3a034..6862dba84de 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/oer-schema/oer-schema.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/oer-schema/oer-schema.js
@@ -11,20 +11,20 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_882cdee022d211eaa0764d1a500fd781() {
+ function _templateObject2_42f6eec0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline-block;\n }\n "]);
- _templateObject2_882cdee022d211eaa0764d1a500fd781 = function _templateObject2_882cdee022d211eaa0764d1a500fd781() {
+ _templateObject2_42f6eec0243411ea86f395335a802507 = function _templateObject2_42f6eec0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_882cdee022d211eaa0764d1a500fd781() {
+ function _templateObject_42f6eec0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n "]);
- _templateObject_882cdee022d211eaa0764d1a500fd781 = function _templateObject_882cdee022d211eaa0764d1a500fd781() {
+ _templateObject_42f6eec0243411ea86f395335a802507 = function _templateObject_42f6eec0243411ea86f395335a802507() {
return data;
};
@@ -44,7 +44,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
babelHelpers.createClass(OerSchemaElement, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_882cdee022d211eaa0764d1a500fd781(), this.oerProperty, this.text);
+ return (0, _litElement.html)(_templateObject_42f6eec0243411ea86f395335a802507(), this.oerProperty, this.text);
}
}], [{
key: "styles",
@@ -53,7 +53,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_882cdee022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_42f6eec0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/outline-designer/lib/sortable-list.js b/build/es5-amd/node_modules/@lrnwebcomponents/outline-designer/lib/sortable-list.js
index 73ceafa023d..0a16f38c8c4 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/outline-designer/lib/sortable-list.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/outline-designer/lib/sortable-list.js
@@ -8,10 +8,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
async = babelHelpers.interopRequireWildcard(async);
Gestures = babelHelpers.interopRequireWildcard(Gestures);
- function _templateObject_9517e87022d211eaa0764d1a500fd781() {
+ function _templateObject_4fdbb6c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n
\n "]);
- _templateObject_9517e87022d211eaa0764d1a500fd781 = function _templateObject_9517e87022d211eaa0764d1a500fd781() {
+ _templateObject_4fdbb6c0243411ea86f395335a802507 = function _templateObject_4fdbb6c0243411ea86f395335a802507() {
return data;
};
@@ -37,7 +37,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
key: "template",
// render function
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9517e87022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4fdbb6c0243411ea86f395335a802507());
}
}, {
key: "is",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/outline-designer/outline-designer.js b/build/es5-amd/node_modules/@lrnwebcomponents/outline-designer/outline-designer.js
index 8658818f830..e5737846eb7 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/outline-designer/outline-designer.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/outline-designer/outline-designer.js
@@ -11,10 +11,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_88476bc022d211eaa0764d1a500fd781() {
+ function _templateObject_430b6120243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n View: [[viewModeLabel]]\n \n [[viewModeLabel]] \n Detail: [[detailsModeLabel]]\n \n [[detailsModeLabel]] \n \n \n
\n
Toggle mini-map \n
\n
Help \n
\n \n \n \n \n \n \n \n \n
\n \n \n [[item.description]]\n
\n \n
\n [[item.title]] \n \n
\n Page 1 \n Page 2 \n Page 3 \n \n
\n \n \n
\n \n \n \n \n \n \n
\n \n \n \n \n [[item.title]]\n
\n [[item.title]] \n \n \n \n \n \n
\n \n \n \n \n \n
\n \n [[item.description]]\n
\n
\n \n
\n \n \n \n \n \n \n "]);
- _templateObject_88476bc022d211eaa0764d1a500fd781 = function _templateObject_88476bc022d211eaa0764d1a500fd781() {
+ _templateObject_430b6120243411ea86f395335a802507 = function _templateObject_430b6120243411ea86f395335a802507() {
return data;
};
@@ -318,7 +318,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
key: "template",
// render function
get: function get() {
- return (0, _polymerElement.html)(_templateObject_88476bc022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_430b6120243411ea86f395335a802507());
} // properties available to the custom element for data binding
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/outline-player/outline-player.js b/build/es5-amd/node_modules/@lrnwebcomponents/outline-player/outline-player.js
index f32ff724bd8..ab6950b815e 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/outline-player/outline-player.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/outline-player/outline-player.js
@@ -11,20 +11,20 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../haxcms-ele
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_8875a7b022d211eaa0764d1a500fd781() {
+ function _templateObject2_433fb790243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n "]);
- _templateObject2_8875a7b022d211eaa0764d1a500fd781 = function _templateObject2_8875a7b022d211eaa0764d1a500fd781() {
+ _templateObject2_433fb790243411ea86f395335a802507 = function _templateObject2_433fb790243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8875a7b022d211eaa0764d1a500fd781() {
+ function _templateObject_433fb790243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n font-family: libre baskerville;\n position: relative;\n overflow: hidden;\n --outline-player-min-height: 100vh;\n --app-drawer-width: 300px;\n --outline-player-dark: #222222;\n --outline-player-light: #f8f8f8;\n background-color: var(--outline-player-light);\n }\n\n :host([closed]) {\n --app-drawer-width: 0px;\n }\n\n :host,\n :host * ::slotted(*) {\n line-height: 1.8;\n }\n :host ul,\n :host * ::slotted(ul),\n :host ol,\n :host * ::slotted(ol) {\n padding-left: 20px;\n margin-left: 20px;\n }\n :host ul,\n :host * ::slotted(ul) {\n list-style-type: disc;\n }\n :host li,\n :host * ::slotted(li) {\n margin-bottom: 6px;\n }\n\n h1 {\n font-size: 48px;\n line-height: 16px;\n }\n\n h2 {\n font-size: 32px;\n }\n\n h3 {\n font-size: 28px;\n }\n\n p {\n line-height: 26px;\n min-height: 26px;\n }\n\n a,\n a:visited,\n a:active {\n color: #000;\n }\n\n a:hover {\n color: #2196f3;\n }\n\n ul li {\n padding-bottom: 24px;\n line-height: 1.5;\n color: #424242;\n max-width: 448px;\n }\n\n ul li:last-child {\n padding-bottom: 16px;\n }\n\n app-drawer-layout {\n min-height: 100vh;\n min-height: -moz-available; /* WebKit-based browsers will ignore this. */\n min-height: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */\n min-height: fill-available;\n /* if the user has set a specific value then override the defaults */\n min-height: var(--outline-player-min-height);\n }\n\n outline-player-navigation {\n --outline-player-dark: var(--outline-player-dark);\n }\n\n div[main-title] {\n margin-left: 8px;\n font-size: 16px;\n line-height: 22px;\n overflow-wrap: break-word;\n text-overflow: ellipsis;\n display: inline-block;\n word-break: break-word;\n }\n\n paper-progress {\n display: block;\n width: 100%;\n --paper-progress-active-color: rgba(255, 255, 255, 0.5);\n --paper-progress-container-color: transparent;\n }\n\n app-toolbar {\n border-bottom: none;\n background-color: #ffffff;\n box-shadow: 0 0 6px -3px var(--outline-player-dark);\n }\n app-drawer-layout[narrow] app-toolbar {\n position: fixed !important;\n left: 0;\n right: 0;\n }\n app-drawer-layout[narrow] #contentcontainer {\n padding-top: 64px;\n }\n #content {\n justify-content: center;\n padding: 8px 8px 8px 8px;\n }\n\n #content > * {\n display: flex;\n flex-direction: column;\n align-items: center;\n }\n\n /* Required for HAX */\n :host([edit-mode]) #slot {\n display: none !important;\n }\n :host([edit-mode]) #content {\n padding: 32px 8px 8px 8px;\n }\n :host([is-logged-in]) app-drawer,\n :host([is-logged-in]) app-drawer-layout[narrow] {\n left: 48px;\n }\n #contentcontainer {\n max-width: 840px;\n margin: 0 auto;\n padding: 0 16px 16px 16px;\n flex: 1 1 auto;\n order: 1;\n display: flex;\n }\n #contentcontainer > * {\n flex: 1 1 auto;\n display: flex;\n flex-direction: column;\n width: 100%;\n }\n #contentcontainer h-a-x {\n margin: 0;\n }\n "]);
- _templateObject_8875a7b022d211eaa0764d1a500fd781 = function _templateObject_8875a7b022d211eaa0764d1a500fd781() {
+ _templateObject_433fb790243411ea86f395335a802507 = function _templateObject_433fb790243411ea86f395335a802507() {
return data;
};
@@ -49,7 +49,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../haxcms-ele
* LitElement style render
*/
get: function get() {
- return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(OutlinePlayer), "styles", this)), [(0, _litElement.css)(_templateObject_8875a7b022d211eaa0764d1a500fd781())]);
+ return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(OutlinePlayer), "styles", this)), [(0, _litElement.css)(_templateObject_433fb790243411ea86f395335a802507())]);
}
/**
* Store the tag name to make it easier to obtain directly.
@@ -114,7 +114,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../haxcms-ele
babelHelpers.createClass(OutlinePlayer, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_8875a7b022d211eaa0764d1a500fd781(), this.narrow, this._narrowChanged, this.opened, this._openedChanged, this._toggleMenu);
+ return (0, _litElement.html)(_templateObject2_433fb790243411ea86f395335a802507(), this.narrow, this._narrowChanged, this.opened, this._openedChanged, this._toggleMenu);
}
}, {
key: "_narrowChanged",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/paper-audio-player/paper-audio-player.js b/build/es5-amd/node_modules/@lrnwebcomponents/paper-audio-player/paper-audio-player.js
index 044865b33a5..c109888a6ab 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/paper-audio-player/paper-audio-player.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/paper-audio-player/paper-audio-player.js
@@ -10,10 +10,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_88d999a022d211eaa0764d1a500fd781() {
+ function _templateObject_4396ff50243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n
\n \n
[[title]]
\n \n
\n \n
\n \n
\n
\n
\n \n
\n [[ _convertSecToMin(timeLeft) ]] \n
\n \n
\n
\n
\n "], ["\n \n \n
\n
\n \n
[[title]]
\n \n
\n \n
\n \n
\n
\n
\n \n
\n [[ _convertSecToMin(timeLeft) ]] \n
\n \n
\n
\n
\n "]);
- _templateObject_88d999a022d211eaa0764d1a500fd781 = function _templateObject_88d999a022d211eaa0764d1a500fd781() {
+ _templateObject_4396ff50243411ea86f395335a802507 = function _templateObject_4396ff50243411ea86f395335a802507() {
return data;
};
@@ -380,7 +380,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_88d999a022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4396ff50243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/paper-avatar/paper-avatar.js b/build/es5-amd/node_modules/@lrnwebcomponents/paper-avatar/paper-avatar.js
index f4dcf6de2b7..90b34fe8495 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/paper-avatar/paper-avatar.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/paper-avatar/paper-avatar.js
@@ -8,30 +8,30 @@ define(["exports", "meta", "../../lit-element/lit-element.js", "../es-global-bri
meta = babelHelpers.interopRequireWildcard(meta);
md5 = babelHelpers.interopRequireWildcard(md5);
- function _templateObject3_88ee0c0022d211eaa0764d1a500fd781() {
+ function _templateObject3_43ac5c10243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n --paper-avatar-width: 40px;\n display: inline-block;\n box-sizing: border-box;\n position: relative;\n width: var(--paper-avatar-width);\n height: var(--paper-avatar-width);\n border-radius: 50%;\n cursor: default;\n background-color: var(\n --paper-avatar-color,\n var(--paper-avatar-bgcolor)\n );\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n }\n\n :host > * {\n pointer-events: none;\n }\n\n #label,\n #img,\n #jdenticon {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n width: 100%;\n height: 100%;\n border-radius: 50%;\n }\n #label {\n overflow: hidden;\n display: -ms-flexbox;\n display: -webkit-flex;\n display: flex;\n -webkit-flex-direction: row;\n -ms-flex-direction: row;\n flex-direction: row;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n }\n #label span {\n display: block;\n width: 100%;\n font-weight: 400;\n color: var(--paper-avatar-text-color, rgba(255, 255, 255, 0.8));\n text-transform: capitalize;\n font-family: \"Roboto\", \"Noto\", sans-serif;\n -webkit-font-smoothing: antialiased;\n text-align: center;\n font-size: calc(var(--paper-avatar-width) / 1.65);\n }\n #jdenticon {\n width: var(--paper-avatar-width);\n height: var(--paper-avatar-width);\n }\n #jdenticon * {\n fill: var(\n --paper-avatar-text-color,\n rgba(255, 255, 255, 0.8)\n ) !important;\n }\n "]);
- _templateObject3_88ee0c0022d211eaa0764d1a500fd781 = function _templateObject3_88ee0c0022d211eaa0764d1a500fd781() {
+ _templateObject3_43ac5c10243411ea86f395335a802507 = function _templateObject3_43ac5c10243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_88ee0c0022d211eaa0764d1a500fd781() {
+ function _templateObject2_43ac5c10243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_88ee0c0022d211eaa0764d1a500fd781 = function _templateObject2_88ee0c0022d211eaa0764d1a500fd781() {
+ _templateObject2_43ac5c10243411ea86f395335a802507 = function _templateObject2_43ac5c10243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_88ee0c0022d211eaa0764d1a500fd781() {
+ function _templateObject_43ac5c10243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", " \n
\n \n ", "\n "]);
- _templateObject_88ee0c0022d211eaa0764d1a500fd781 = function _templateObject_88ee0c0022d211eaa0764d1a500fd781() {
+ _templateObject_43ac5c10243411ea86f395335a802507 = function _templateObject_43ac5c10243411ea86f395335a802507() {
return data;
};
@@ -75,7 +75,7 @@ define(["exports", "meta", "../../lit-element/lit-element.js", "../es-global-bri
* LitElement render method
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_88ee0c0022d211eaa0764d1a500fd781(), this.label, this._label(this.label), this.src ? (0, _litElement.html)(_templateObject2_88ee0c0022d211eaa0764d1a500fd781(), this.src, this.label, this._onImgLoad, this._onImgError, this.color) : "");
+ return (0, _litElement.html)(_templateObject_43ac5c10243411ea86f395335a802507(), this.label, this._label(this.label), this.src ? (0, _litElement.html)(_templateObject2_43ac5c10243411ea86f395335a802507(), this.src, this.label, this._onImgLoad, this._onImgError, this.color) : "");
}
/**
* HTMLElement specification
@@ -88,7 +88,7 @@ define(["exports", "meta", "../../lit-element/lit-element.js", "../es-global-bri
* LitElement style method
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject3_88ee0c0022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject3_43ac5c10243411ea86f395335a802507())];
}
/**
* A convention our team uses
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/paper-fab-speed-dial/lib/paper-fab-speed-dial-overlay.js b/build/es5-amd/node_modules/@lrnwebcomponents/paper-fab-speed-dial/lib/paper-fab-speed-dial-overlay.js
index 07624a71adf..ac1806f6e9c 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/paper-fab-speed-dial/lib/paper-fab-speed-dial-overlay.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/paper-fab-speed-dial/lib/paper-fab-speed-dial-overlay.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.PaperFabSpeedDialOverlay = void 0;
- function _templateObject_9527ee0022d211eaa0764d1a500fd781() {
+ function _templateObject_4ffc3710243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_9527ee0022d211eaa0764d1a500fd781 = function _templateObject_9527ee0022d211eaa0764d1a500fd781() {
+ _templateObject_4ffc3710243411ea86f395335a802507 = function _templateObject_4ffc3710243411ea86f395335a802507() {
return data;
};
@@ -29,7 +29,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
babelHelpers.createClass(PaperFabSpeedDialOverlay, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9527ee0022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4ffc3710243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/paper-fab-transitions/lib/paper-fab-morph.js b/build/es5-amd/node_modules/@lrnwebcomponents/paper-fab-transitions/lib/paper-fab-morph.js
index c70ad0bcb48..79231495033 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/paper-fab-transitions/lib/paper-fab-morph.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/paper-fab-transitions/lib/paper-fab-morph.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.PaperFabMorph = void 0;
- function _templateObject_952c5ad022d211eaa0764d1a500fd781() {
+ function _templateObject_50014020243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n "]);
- _templateObject_952c5ad022d211eaa0764d1a500fd781 = function _templateObject_952c5ad022d211eaa0764d1a500fd781() {
+ _templateObject_50014020243411ea86f395335a802507 = function _templateObject_50014020243411ea86f395335a802507() {
return data;
};
@@ -203,7 +203,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_952c5ad022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_50014020243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/paper-fab-transitions/lib/paper-fab-speed-dial.js b/build/es5-amd/node_modules/@lrnwebcomponents/paper-fab-transitions/lib/paper-fab-speed-dial.js
index 5709e3f5215..53ae468a672 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/paper-fab-transitions/lib/paper-fab-speed-dial.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/paper-fab-transitions/lib/paper-fab-speed-dial.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.PaperFabSpeedDial = void 0;
- function _templateObject_952fdd4022d211eaa0764d1a500fd781() {
+ function _templateObject_50049b80243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n "]);
- _templateObject_952fdd4022d211eaa0764d1a500fd781 = function _templateObject_952fdd4022d211eaa0764d1a500fd781() {
+ _templateObject_50049b80243411ea86f395335a802507 = function _templateObject_50049b80243411ea86f395335a802507() {
return data;
};
@@ -143,7 +143,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_952fdd4022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_50049b80243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/paper-input-flagged/paper-input-flagged.js b/build/es5-amd/node_modules/@lrnwebcomponents/paper-input-flagged/paper-input-flagged.js
index b3e9b6835ba..67eefd8835a 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/paper-input-flagged/paper-input-flagged.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/paper-input-flagged/paper-input-flagged.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
_exports.PaperInputFlagged = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_8967a8d022d211eaa0764d1a500fd781() {
+ function _templateObject2_44222850243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n ", "
\n \n ", "\n \n "]);
- _templateObject2_8967a8d022d211eaa0764d1a500fd781 = function _templateObject2_8967a8d022d211eaa0764d1a500fd781() {
+ _templateObject2_44222850243411ea86f395335a802507 = function _templateObject2_44222850243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8967a8d022d211eaa0764d1a500fd781() {
+ function _templateObject_44222850243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n iron-icon {\n transition: 0.6s all ease-in;\n width: 24px;\n height: 24px;\n margin-right: 4px;\n }\n paper-tooltip {\n --paper-tooltip-delay-in: 100;\n font-size: 11px;\n }\n #icon {\n color: var(--paper-grey-400);\n background-color: transparent;\n }\n :host([status=\"info\"]) #icon {\n color: var(--paper-green-400);\n }\n :host([status=\"notice\"]) #icon {\n color: var(--paper-grey-400);\n }\n :host([status=\"warning\"]) #icon {\n color: var(--paper-yellow-700);\n }\n :host([status=\"error\"]) #icon {\n color: var(--paper-red-900);\n }\n .element-invisible {\n position: absolute !important;\n clip: rect(1px, 1px, 1px, 1px);\n overflow: hidden;\n height: 1px;\n }\n "]);
- _templateObject_8967a8d022d211eaa0764d1a500fd781 = function _templateObject_8967a8d022d211eaa0764d1a500fd781() {
+ _templateObject_44222850243411ea86f395335a802507 = function _templateObject_44222850243411ea86f395335a802507() {
return data;
};
@@ -47,7 +47,7 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_8967a8d022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_44222850243411ea86f395335a802507())];
}
}]);
@@ -139,7 +139,7 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
}, {
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_8967a8d022d211eaa0764d1a500fd781(), this.label, this.value, this.valueEvent, this.charCounter, this.disabled, this.minlength, this.maxlength, this.icon, this.__activeMessage, this.__activeMessage);
+ return (0, _litElement.html)(_templateObject2_44222850243411ea86f395335a802507(), this.label, this.value, this.valueEvent, this.charCounter, this.disabled, this.minlength, this.maxlength, this.icon, this.__activeMessage, this.__activeMessage);
}
}, {
key: "testStatus",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/parallax-image/parallax-image.js b/build/es5-amd/node_modules/@lrnwebcomponents/parallax-image/parallax-image.js
index ec4b2d2cc3c..4818389ba70 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/parallax-image/parallax-image.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/parallax-image/parallax-image.js
@@ -10,20 +10,20 @@ define(["exports", "../../lit-element/lit-element.js", "../schema-behaviors/sche
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_89b8d61022d211eaa0764d1a500fd781() {
+ function _templateObject2_450a3e60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n --parallax-image-background: \"\";\n --parallax-title-background: rgba(0, 0, 0, 0.3);\n --parallax-title-font: #fff;\n }\n\n .parallax_container {\n height: 400px;\n width: 100%;\n overflow: hidden;\n display: flex;\n justify-content: center;\n }\n\n .parallax {\n background-image: var(--parallax-image-background);\n background-attachment: fixed;\n background-position: top center;\n background-repeat: no-repeat;\n background-size: cover;\n width: 100%;\n height: 100%;\n justify-content: center;\n }\n\n #bgParallax {\n display: flex;\n align-items: center;\n }\n\n .title {\n background: var(--parallax-title-background);\n display: block;\n padding: 20px 15px;\n text-align: center;\n width: 40%;\n color: var(--parallax-title-font);\n font-size: 32px;\n position: absolute;\n margin-top: 120px;\n }\n\n @media screen and (max-width: 900px) {\n .title {\n font-size: 16px;\n }\n }\n "]);
- _templateObject2_89b8d61022d211eaa0764d1a500fd781 = function _templateObject2_89b8d61022d211eaa0764d1a500fd781() {
+ _templateObject2_450a3e60243411ea86f395335a802507 = function _templateObject2_450a3e60243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_89b8d61022d211eaa0764d1a500fd781() {
+ function _templateObject_450a3e60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_89b8d61022d211eaa0764d1a500fd781 = function _templateObject_89b8d61022d211eaa0764d1a500fd781() {
+ _templateObject_450a3e60243411ea86f395335a802507 = function _templateObject_450a3e60243411ea86f395335a802507() {
return data;
};
@@ -42,7 +42,7 @@ define(["exports", "../../lit-element/lit-element.js", "../schema-behaviors/sche
babelHelpers.createClass(ParallaxImage, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_89b8d61022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_450a3e60243411ea86f395335a802507());
}
}], [{
key: "styles",
@@ -51,7 +51,7 @@ define(["exports", "../../lit-element/lit-element.js", "../schema-behaviors/sche
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_89b8d61022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_450a3e60243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/pdf-browser-viewer/pdf-browser-viewer.js b/build/es5-amd/node_modules/@lrnwebcomponents/pdf-browser-viewer/pdf-browser-viewer.js
index b3f85025bb1..2f2f79e230c 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/pdf-browser-viewer/pdf-browser-viewer.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/pdf-browser-viewer/pdf-browser-viewer.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
_exports.PdfBrowserViewer = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_89f1724022d211eaa0764d1a500fd781() {
+ function _templateObject_45289bd0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n \n \n
\n \n {{notSupportedMessage}}\n {{notSupportedLinkMessage}} \n
\n \n
\n \n \n \n\n \n \n \n {{notSupportedMessage}}\n {{notSupportedLinkMessage}} \n
\n \n \n "]);
- _templateObject_89f1724022d211eaa0764d1a500fd781 = function _templateObject_89f1724022d211eaa0764d1a500fd781() {
+ _templateObject_45289bd0243411ea86f395335a802507 = function _templateObject_45289bd0243411ea86f395335a802507() {
return data;
};
@@ -105,7 +105,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_89f1724022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_45289bd0243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/pdf-element/pdf-element.js b/build/es5-amd/node_modules/@lrnwebcomponents/pdf-element/pdf-element.js
index a79094b6ba1..5169e2cec05 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/pdf-element/pdf-element.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/pdf-element/pdf-element.js
@@ -11,10 +11,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_8ac786f022d211eaa0764d1a500fd781() {
+ function _templateObject_4552e020243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n \n
\n \n
\n \n \n \n / \n \n Testing \n \n \n \n \n \n \n \n \n
\n
\n \n
\n \n "], ["\n \n\n \n \n
\n \n
\n \n \n \n / \n \n Testing \n \n \n \n \n \n \n \n \n
\n
\n \n
\n \n "]);
- _templateObject_8ac786f022d211eaa0764d1a500fd781 = function _templateObject_8ac786f022d211eaa0764d1a500fd781() {
+ _templateObject_4552e020243411ea86f395335a802507 = function _templateObject_4552e020243411ea86f395335a802507() {
return data;
};
@@ -308,7 +308,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8ac786f022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4552e020243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/person-testimonial/person-testimonial.js b/build/es5-amd/node_modules/@lrnwebcomponents/person-testimonial/person-testimonial.js
index 3dcc6685813..1fa6259760b 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/person-testimonial/person-testimonial.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/person-testimonial/person-testimonial.js
@@ -11,10 +11,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../s
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_8b0d90a022d211eaa0764d1a500fd781() {
+ function _templateObject_457ab370243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n
\n
\n \n
\n \n \n \n
\n
[[name]]
\n
[[position]]
\n
\n \n "]);
- _templateObject_8b0d90a022d211eaa0764d1a500fd781 = function _templateObject_8b0d90a022d211eaa0764d1a500fd781() {
+ _templateObject_457ab370243411ea86f395335a802507 = function _templateObject_457ab370243411ea86f395335a802507() {
return data;
};
@@ -55,7 +55,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../s
babelHelpers.createClass(PersonTestimonial, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8b0d90a022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_457ab370243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/pie-menu/pie-menu.js b/build/es5-amd/node_modules/@lrnwebcomponents/pie-menu/pie-menu.js
index 712d77d2b68..45b2dcc09f7 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/pie-menu/pie-menu.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/pie-menu/pie-menu.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js"], func
_exports.PieMenu = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_8b2389a022d211eaa0764d1a500fd781() {
+ function _templateObject_45c6d7a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n \n \n \n \n \n \n
\n
\n
\n
\n
\n
\n \n \n \n \n \n \n
\n "], ["\n \n \n
\n \n \n \n \n \n \n
\n
\n
\n
\n
\n
\n \n \n \n \n \n \n
\n "]);
- _templateObject_8b2389a022d211eaa0764d1a500fd781 = function _templateObject_8b2389a022d211eaa0764d1a500fd781() {
+ _templateObject_45c6d7a0243411ea86f395335a802507 = function _templateObject_45c6d7a0243411ea86f395335a802507() {
return data;
};
@@ -124,7 +124,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js"], func
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8b2389a022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_45c6d7a0243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/place-holder/place-holder.js b/build/es5-amd/node_modules/@lrnwebcomponents/place-holder/place-holder.js
index 7635c2c2864..7d522b689a6 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/place-holder/place-holder.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/place-holder/place-holder.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../simple-colors/simple-colors.js", "../../lit-el
_exports.PlaceHolder = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_8b44310022d211eaa0764d1a500fd781() {
+ function _templateObject2_45fadff0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n border: none;\n transition: 0.2s all linear;\n }\n :host([drag-over]) {\n border: var(--place-holder-drag-over-border, 4px dashed #2196f3);\n }\n .wrapper {\n text-align: center;\n padding: 16px;\n color: var(--simple-colors-default-theme-grey-11, #222222);\n background-color: var(--simple-colors-default-theme-grey-2, #eeeeee);\n }\n iron-icon {\n margin: 0 auto;\n width: 50%;\n height: 50%;\n display: block;\n }\n .text {\n line-height: 24px;\n font-size: 24px;\n }\n .directions {\n line-height: 16px;\n font-size: 16px;\n font-style: italic;\n }\n "]);
- _templateObject2_8b44310022d211eaa0764d1a500fd781 = function _templateObject2_8b44310022d211eaa0764d1a500fd781() {
+ _templateObject2_45fadff0243411ea86f395335a802507 = function _templateObject2_45fadff0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8b44310022d211eaa0764d1a500fd781() {
+ function _templateObject_45fadff0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_8b44310022d211eaa0764d1a500fd781 = function _templateObject_8b44310022d211eaa0764d1a500fd781() {
+ _templateObject_45fadff0243411ea86f395335a802507 = function _templateObject_45fadff0243411ea86f395335a802507() {
return data;
};
@@ -48,7 +48,7 @@ define(["exports", "require", "../simple-colors/simple-colors.js", "../../lit-el
* LitElement render
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_8b44310022d211eaa0764d1a500fd781(), this.iconFromType, this.calcText, this.directions);
+ return (0, _litElement.html)(_templateObject_45fadff0243411ea86f395335a802507(), this.iconFromType, this.calcText, this.directions);
}
}, {
key: "updated",
@@ -170,7 +170,7 @@ define(["exports", "require", "../simple-colors/simple-colors.js", "../../lit-el
* LitElement render styles
*/
get: function get() {
- return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(PlaceHolder), "styles", this)), [(0, _litElement.css)(_templateObject2_8b44310022d211eaa0764d1a500fd781())]);
+ return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(PlaceHolder), "styles", this)), [(0, _litElement.css)(_templateObject2_45fadff0243411ea86f395335a802507())]);
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/pouch-db/pouch-db.js b/build/es5-amd/node_modules/@lrnwebcomponents/pouch-db/pouch-db.js
index 8564dddcfb8..06093e04737 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/pouch-db/pouch-db.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/pouch-db/pouch-db.js
@@ -10,10 +10,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "./lib/pouchdb.m
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_8b8ece9022d211eaa0764d1a500fd781() {
+ function _templateObject_463047d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject_8b8ece9022d211eaa0764d1a500fd781 = function _templateObject_8b8ece9022d211eaa0764d1a500fd781() {
+ _templateObject_463047d0243411ea86f395335a802507 = function _templateObject_463047d0243411ea86f395335a802507() {
return data;
};
@@ -282,7 +282,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "./lib/pouchdb.m
key: "template",
// render function
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8b8ece9022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_463047d0243411ea86f395335a802507());
} // properties available to the custom element for data binding
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/progress-donut/progress-donut.js b/build/es5-amd/node_modules/@lrnwebcomponents/progress-donut/progress-donut.js
index c667e36d6d6..66b4905273c 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/progress-donut/progress-donut.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/progress-donut/progress-donut.js
@@ -10,20 +10,20 @@ define(["exports", "../../lit-element/lit-element.js", "../schema-behaviors/sche
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_8bd107b022d211eaa0764d1a500fd781() {
+ function _templateObject2_4660cdb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n --chartist-color-1: var(--simple-colors-default-theme-red-8);\n --chartist-color-2: var(--simple-colors-default-theme-blue-8);\n --chartist-color-3: var(--simple-colors-default-theme-yellow-8);\n --chartist-color-4: var(--simple-colors-default-theme-purple-8);\n --chartist-color-5: var(--simple-colors-default-theme-green-8);\n --chartist-color-6: var(--simple-colors-default-theme-orange-7);\n --chartist-color-7: var(--simple-colors-default-theme-pink-8);\n --chartist-color-8: var(--simple-colors-default-theme-deep-orange-8);\n --chartist-color-9: var(--simple-colors-default-theme-red-9);\n --chartist-color-10: var(--simple-colors-default-theme-blue-9);\n --chartist-color-11: var(--simple-colors-default-theme-yellow-9);\n --chartist-color-12: var(--simple-colors-default-theme-purple-9);\n --chartist-color-13: var(--simple-colors-default-theme-green-9);\n --chartist-color-14: var(--simple-colors-default-theme-orange-8);\n --chartist-color-15: var(--simple-colors-default-theme-pink-9);\n }\n\n :host([dark]) {\n --chartist-color-1: var(--simple-colors-default-theme-red-4);\n --chartist-color-2: var(--simple-colors-default-theme-blue-4);\n --chartist-color-3: var(--simple-colors-default-theme-yellow-4);\n --chartist-color-4: var(--simple-colors-default-theme-purple-4);\n --chartist-color-5: var(--simple-colors-default-theme-green-4);\n --chartist-color-6: var(--simple-colors-default-theme-orange-5);\n --chartist-color-7: var(--simple-colors-default-theme-pink-4);\n --chartist-color-8: var(--simple-colors-default-theme-deep-orange-4);\n --chartist-color-9: var(--simple-colors-default-theme-red-3);\n --chartist-color-10: var(--simple-colors-default-theme-blue-3);\n --chartist-color-11: var(--simple-colors-default-theme-yellow-3);\n --chartist-color-12: var(--simple-colors-default-theme-purple-3);\n --chartist-color-13: var(--simple-colors-default-theme-green-3);\n --chartist-color-14: var(--simple-colors-default-theme-orange-4);\n --chartist-color-15: var(--simple-colors-default-theme-pink-3);\n }\n\n :host([accent-color=\"red\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-red-8);\n --chartist-color-2: var(--simple-colors-default-theme-pink-9);\n --chartist-color-3: var(--simple-colors-default-theme-deep-orange-10);\n --chartist-color-4: var(--simple-colors-default-theme-purple-8);\n --chartist-color-5: var(--simple-colors-default-theme-orange-9);\n --chartist-color-6: var(--simple-colors-default-theme-red-10);\n --chartist-color-7: var(--simple-colors-default-theme-pink-8);\n --chartist-color-8: var(--simple-colors-default-theme-deep-orange-9);\n --chartist-color-9: var(--simple-colors-default-theme-purple-10);\n --chartist-color-10: var(--simple-colors-default-theme-orange-8);\n --chartist-color-11: var(--simple-colors-default-theme-red-9);\n --chartist-color-12: var(--simple-colors-default-theme-pink-10);\n --chartist-color-13: var(--simple-colors-default-theme-deep-orange-8);\n --chartist-color-14: var(--simple-colors-default-theme-purple-9);\n --chartist-color-15: var(--simple-colors-default-theme-orange-10);\n }\n\n :host([dark][accent-color=\"red\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-red-4);\n --chartist-color-2: var(--simple-colors-default-theme-pink-3);\n --chartist-color-3: var(--simple-colors-default-theme-deep-orange-2);\n --chartist-color-4: var(--simple-colors-default-theme-purple-4);\n --chartist-color-5: var(--simple-colors-default-theme-orange-3);\n --chartist-color-6: var(--simple-colors-default-theme-red-2);\n --chartist-color-7: var(--simple-colors-default-theme-pink-4);\n --chartist-color-8: var(--simple-colors-default-theme-deep-orange-3);\n --chartist-color-9: var(--simple-colors-default-theme-purple-2);\n --chartist-color-10: var(--simple-colors-default-theme-orange-4);\n --chartist-color-11: var(--simple-colors-default-theme-red-3);\n --chartist-color-12: var(--simple-colors-default-theme-pink-2);\n --chartist-color-13: var(--simple-colors-default-theme-deep-orange-4);\n --chartist-color-14: var(--simple-colors-default-theme-purple-3);\n --chartist-color-15: var(--simple-colors-default-theme-orange-2);\n }\n\n :host([accent-color=\"pink\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-pink-8);\n --chartist-color-2: var(--simple-colors-default-theme-purple-9);\n --chartist-color-3: var(--simple-colors-default-theme-red-10);\n --chartist-color-4: var(--simple-colors-default-theme-purple-8);\n --chartist-color-5: var(--simple-colors-default-theme-deep-orange-9);\n --chartist-color-6: var(--simple-colors-default-theme-pink-10);\n --chartist-color-7: var(--simple-colors-default-theme-purple-8);\n --chartist-color-8: var(--simple-colors-default-theme-red-9);\n --chartist-color-9: var(--simple-colors-default-theme-purple-10);\n --chartist-color-10: var(--simple-colors-default-theme-deep-orange-8);\n --chartist-color-11: var(--simple-colors-default-theme-pink-9);\n --chartist-color-12: var(--simple-colors-default-theme-purple-10);\n --chartist-color-13: var(--simple-colors-default-theme-red-8);\n --chartist-color-14: var(--simple-colors-default-theme-purple-9);\n --chartist-color-15: var(\n --simple-colors-default-theme-deep-orange-10\n );\n }\n\n :host([dark][accent-color=\"pink\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-pink-4);\n --chartist-color-2: var(--simple-colors-default-theme-purple-3);\n --chartist-color-3: var(--simple-colors-default-theme-red-2);\n --chartist-color-4: var(--simple-colors-default-theme-purple-4);\n --chartist-color-5: var(--simple-colors-default-theme-deep-orange-3);\n --chartist-color-6: var(--simple-colors-default-theme-pink-2);\n --chartist-color-7: var(--simple-colors-default-theme-purple-4);\n --chartist-color-8: var(--simple-colors-default-theme-red-3);\n --chartist-color-9: var(--simple-colors-default-theme-purple-2);\n --chartist-color-10: var(--simple-colors-default-theme-deep-orange-4);\n --chartist-color-11: var(--simple-colors-default-theme-pink-3);\n --chartist-color-12: var(--simple-colors-default-theme-purple-2);\n --chartist-color-13: var(--simple-colors-default-theme-red-4);\n --chartist-color-14: var(--simple-colors-default-theme-purple-3);\n --chartist-color-15: var(--simple-colors-default-theme-deep-orange-2);\n }\n\n :host([accent-color=\"purple\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-purple-8);\n --chartist-color-2: var(--simple-colors-default-theme-deep-purple-9);\n --chartist-color-3: var(--simple-colors-default-theme-pink-10);\n --chartist-color-4: var(--simple-colors-default-theme-indigo-8);\n --chartist-color-5: var(--simple-colors-default-theme-red-9);\n --chartist-color-6: var(--simple-colors-default-theme-purple-10);\n --chartist-color-7: var(--simple-colors-default-theme-deep-purple-8);\n --chartist-color-8: var(--simple-colors-default-theme-pink-9);\n --chartist-color-9: var(--simple-colors-default-theme-indigo-10);\n --chartist-color-10: var(--simple-colors-default-theme-red-8);\n --chartist-color-11: var(--simple-colors-default-theme-purple-9);\n --chartist-color-12: var(\n --simple-colors-default-theme-deep-purple-10\n );\n --chartist-color-13: var(--simple-colors-default-theme-pink-8);\n --chartist-color-14: var(--simple-colors-default-theme-indigo-9);\n --chartist-color-15: var(--simple-colors-default-theme-red-10);\n }\n\n :host([dark][accent-color=\"purple\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-purple-4);\n --chartist-color-2: var(--simple-colors-default-theme-deep-purple-3);\n --chartist-color-3: var(--simple-colors-default-theme-pink-2);\n --chartist-color-4: var(--simple-colors-default-theme-indigo-4);\n --chartist-color-5: var(--simple-colors-default-theme-red-3);\n --chartist-color-6: var(--simple-colors-default-theme-purple-2);\n --chartist-color-7: var(--simple-colors-default-theme-deep-purple-4);\n --chartist-color-8: var(--simple-colors-default-theme-pink-3);\n --chartist-color-9: var(--simple-colors-default-theme-indigo-2);\n --chartist-color-10: var(--simple-colors-default-theme-red-4);\n --chartist-color-11: var(--simple-colors-default-theme-purple-3);\n --chartist-color-12: var(--simple-colors-default-theme-deep-purple-2);\n --chartist-color-13: var(--simple-colors-default-theme-pink-4);\n --chartist-color-14: var(--simple-colors-default-theme-indigo-3);\n --chartist-color-15: var(--simple-colors-default-theme-red-2);\n }\n\n :host([accent-color=\"deep-purple\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-deep-purple-8);\n --chartist-color-2: var(--simple-colors-default-theme-indigo-9);\n --chartist-color-3: var(--simple-colors-default-theme-purple-10);\n --chartist-color-4: var(--simple-colors-default-theme-blue-8);\n --chartist-color-5: var(--simple-colors-default-theme-pink-9);\n --chartist-color-6: var(--simple-colors-default-theme-deep-purple-10);\n --chartist-color-7: var(--simple-colors-default-theme-indigo-8);\n --chartist-color-8: var(--simple-colors-default-theme-purple-9);\n --chartist-color-9: var(--simple-colors-default-theme-blue-10);\n --chartist-color-10: var(--simple-colors-default-theme-pink-8);\n --chartist-color-11: var(--simple-colors-default-theme-deep-purple-9);\n --chartist-color-12: var(--simple-colors-default-theme-indigo-10);\n --chartist-color-13: var(--simple-colors-default-theme-purple-8);\n --chartist-color-14: var(--simple-colors-default-theme-blue-9);\n --chartist-color-15: var(--simple-colors-default-theme-pink-10);\n }\n\n :host([dark][accent-color=\"deep-purple\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-deep-purple-4);\n --chartist-color-2: var(--simple-colors-default-theme-indigo-3);\n --chartist-color-3: var(--simple-colors-default-theme-purple-2);\n --chartist-color-4: var(--simple-colors-default-theme-blue-4);\n --chartist-color-5: var(--simple-colors-default-theme-pink-3);\n --chartist-color-6: var(--simple-colors-default-theme-deep-purple-2);\n --chartist-color-7: var(--simple-colors-default-theme-indigo-4);\n --chartist-color-8: var(--simple-colors-default-theme-purple-3);\n --chartist-color-9: var(--simple-colors-default-theme-blue-2);\n --chartist-color-10: var(--simple-colors-default-theme-pink-4);\n --chartist-color-11: var(--simple-colors-default-theme-deep-purple-3);\n --chartist-color-12: var(--simple-colors-default-theme-indigo-2);\n --chartist-color-13: var(--simple-colors-default-theme-purple-4);\n --chartist-color-14: var(--simple-colors-default-theme-blue-3);\n --chartist-color-15: var(--simple-colors-default-theme-pink-2);\n }\n\n :host([accent-color=\"indigo\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-indigo-8);\n --chartist-color-2: var(--simple-colors-default-theme-blue-9);\n --chartist-color-3: var(--simple-colors-default-theme-deep-purple-10);\n --chartist-color-4: var(--simple-colors-default-theme-light-blue-8);\n --chartist-color-5: var(--simple-colors-default-theme-purple-9);\n --chartist-color-6: var(--simple-colors-default-theme-indigo-10);\n --chartist-color-7: var(--simple-colors-default-theme-blue-8);\n --chartist-color-8: var(--simple-colors-default-theme-deep-purple-9);\n --chartist-color-9: var(--simple-colors-default-theme-light-blue-10);\n --chartist-color-10: var(--simple-colors-default-theme-purple-8);\n --chartist-color-11: var(--simple-colors-default-theme-indigo-9);\n --chartist-color-12: var(--simple-colors-default-theme-blue-10);\n --chartist-color-13: var(--simple-colors-default-theme-deep-purple-8);\n --chartist-color-14: var(--simple-colors-default-theme-light-blue-9);\n --chartist-color-15: var(--simple-colors-default-theme-purple-10);\n }\n\n :host([dark][accent-color=\"indigo\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-indigo-4);\n --chartist-color-2: var(--simple-colors-default-theme-blue-3);\n --chartist-color-3: var(--simple-colors-default-theme-deep-purple-2);\n --chartist-color-4: var(--simple-colors-default-theme-light-blue-4);\n --chartist-color-5: var(--simple-colors-default-theme-purple-3);\n --chartist-color-6: var(--simple-colors-default-theme-indigo-2);\n --chartist-color-7: var(--simple-colors-default-theme-blue-4);\n --chartist-color-8: var(--simple-colors-default-theme-deep-purple-3);\n --chartist-color-9: var(--simple-colors-default-theme-light-blue-2);\n --chartist-color-10: var(--simple-colors-default-theme-purple-4);\n --chartist-color-11: var(--simple-colors-default-theme-indigo-3);\n --chartist-color-12: var(--simple-colors-default-theme-blue-2);\n --chartist-color-13: var(--simple-colors-default-theme-deep-purple-4);\n --chartist-color-14: var(--simple-colors-default-theme-light-blue-3);\n --chartist-color-15: var(--simple-colors-default-theme-purple-2);\n }\n\n :host([accent-color=\"blue\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-blue-8);\n --chartist-color-2: var(--simple-colors-default-theme-light-blue-9);\n --chartist-color-3: var(--simple-colors-default-theme-indigo-10);\n --chartist-color-4: var(--simple-colors-default-theme-cyan-8);\n --chartist-color-5: var(--simple-colors-default-theme-deep-purple-9);\n --chartist-color-6: var(--simple-colors-default-theme-blue-10);\n --chartist-color-7: var(--simple-colors-default-theme-light-blue-8);\n --chartist-color-8: var(--simple-colors-default-theme-indigo-9);\n --chartist-color-9: var(--simple-colors-default-theme-cyan-10);\n --chartist-color-10: var(--simple-colors-default-theme-deep-purple-8);\n --chartist-color-11: var(--simple-colors-default-theme-blue-9);\n --chartist-color-12: var(--simple-colors-default-theme-light-blue-10);\n --chartist-color-13: var(--simple-colors-default-theme-indigo-8);\n --chartist-color-14: var(--simple-colors-default-theme-cyan-9);\n --chartist-color-15: var(\n --simple-colors-default-theme-deep-purple-10\n );\n }\n\n :host([dark][accent-color=\"blue\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-blue-4);\n --chartist-color-2: var(--simple-colors-default-theme-light-blue-3);\n --chartist-color-3: var(--simple-colors-default-theme-indigo-2);\n --chartist-color-4: var(--simple-colors-default-theme-cyan-4);\n --chartist-color-5: var(--simple-colors-default-theme-deep-purple-3);\n --chartist-color-6: var(--simple-colors-default-theme-blue-2);\n --chartist-color-7: var(--simple-colors-default-theme-light-blue-4);\n --chartist-color-8: var(--simple-colors-default-theme-indigo-3);\n --chartist-color-9: var(--simple-colors-default-theme-cyan-2);\n --chartist-color-10: var(--simple-colors-default-theme-deep-purple-4);\n --chartist-color-11: var(--simple-colors-default-theme-blue-3);\n --chartist-color-12: var(--simple-colors-default-theme-light-blue-2);\n --chartist-color-13: var(--simple-colors-default-theme-indigo-4);\n --chartist-color-14: var(--simple-colors-default-theme-cyan-3);\n --chartist-color-15: var(--simple-colors-default-theme-deep-purple-2);\n }\n\n :host([accent-color=\"light-blue\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-light-blue-8);\n --chartist-color-2: var(--simple-colors-default-theme-cyan-9);\n --chartist-color-3: var(--simple-colors-default-theme-blue-10);\n --chartist-color-4: var(--simple-colors-default-theme-teal-8);\n --chartist-color-5: var(--simple-colors-default-theme-indigo-9);\n --chartist-color-6: var(--simple-colors-default-theme-light-blue-10);\n --chartist-color-7: var(--simple-colors-default-theme-cyan-8);\n --chartist-color-8: var(--simple-colors-default-theme-blue-9);\n --chartist-color-9: var(--simple-colors-default-theme-teal-10);\n --chartist-color-10: var(--simple-colors-default-theme-indigo-8);\n --chartist-color-11: var(--simple-colors-default-theme-light-blue-9);\n --chartist-color-12: var(--simple-colors-default-theme-cyan-10);\n --chartist-color-13: var(--simple-colors-default-theme-blue-8);\n --chartist-color-14: var(--simple-colors-default-theme-teal-9);\n --chartist-color-15: var(--simple-colors-default-theme-indigo-10);\n }\n\n :host([dark][accent-color=\"light-blue\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-light-blue-4);\n --chartist-color-2: var(--simple-colors-default-theme-cyan-3);\n --chartist-color-3: var(--simple-colors-default-theme-blue-2);\n --chartist-color-4: var(--simple-colors-default-theme-teal-4);\n --chartist-color-5: var(--simple-colors-default-theme-indigo-3);\n --chartist-color-6: var(--simple-colors-default-theme-light-blue-2);\n --chartist-color-7: var(--simple-colors-default-theme-cyan-4);\n --chartist-color-8: var(--simple-colors-default-theme-blue-3);\n --chartist-color-9: var(--simple-colors-default-theme-teal-2);\n --chartist-color-10: var(--simple-colors-default-theme-indigo-4);\n --chartist-color-11: var(--simple-colors-default-theme-light-blue-3);\n --chartist-color-12: var(--simple-colors-default-theme-cyan-2);\n --chartist-color-13: var(--simple-colors-default-theme-blue-4);\n --chartist-color-14: var(--simple-colors-default-theme-teal-3);\n --chartist-color-15: var(--simple-colors-default-theme-indigo-2);\n }\n\n :host([accent-color=\"cyan\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-cyan-8);\n --chartist-color-2: var(--simple-colors-default-theme-teal-9);\n --chartist-color-3: var(--simple-colors-default-theme-light-blue-10);\n --chartist-color-4: var(--simple-colors-default-theme-green-8);\n --chartist-color-5: var(--simple-colors-default-theme-blue-9);\n --chartist-color-6: var(--simple-colors-default-theme-cyan-10);\n --chartist-color-7: var(--simple-colors-default-theme-teal-8);\n --chartist-color-8: var(--simple-colors-default-theme-light-blue-9);\n --chartist-color-9: var(--simple-colors-default-theme-green-10);\n --chartist-color-10: var(--simple-colors-default-theme-blue-8);\n --chartist-color-11: var(--simple-colors-default-theme-cyan-9);\n --chartist-color-12: var(--simple-colors-default-theme-teal-10);\n --chartist-color-13: var(--simple-colors-default-theme-light-blue-8);\n --chartist-color-14: var(--simple-colors-default-theme-green-9);\n --chartist-color-15: var(--simple-colors-default-theme-blue-10);\n }\n\n :host([dark][accent-color=\"cyan\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-cyan-4);\n --chartist-color-2: var(--simple-colors-default-theme-teal-3);\n --chartist-color-3: var(--simple-colors-default-theme-light-blue-2);\n --chartist-color-4: var(--simple-colors-default-theme-green-4);\n --chartist-color-5: var(--simple-colors-default-theme-blue-3);\n --chartist-color-6: var(--simple-colors-default-theme-cyan-2);\n --chartist-color-7: var(--simple-colors-default-theme-teal-4);\n --chartist-color-8: var(--simple-colors-default-theme-light-blue-3);\n --chartist-color-9: var(--simple-colors-default-theme-green-2);\n --chartist-color-10: var(--simple-colors-default-theme-blue-4);\n --chartist-color-11: var(--simple-colors-default-theme-cyan-3);\n --chartist-color-12: var(--simple-colors-default-theme-teal-2);\n --chartist-color-13: var(--simple-colors-default-theme-light-blue-4);\n --chartist-color-14: var(--simple-colors-default-theme-green-3);\n --chartist-color-15: var(--simple-colors-default-theme-blue-2);\n }\n\n :host([accent-color=\"teal\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-teal-8);\n --chartist-color-2: var(--simple-colors-default-theme-green-9);\n --chartist-color-3: var(--simple-colors-default-theme-cyan-10);\n --chartist-color-4: var(--simple-colors-default-theme-light-green-8);\n --chartist-color-5: var(--simple-colors-default-theme-light-blue-9);\n --chartist-color-6: var(--simple-colors-default-theme-teal-10);\n --chartist-color-7: var(--simple-colors-default-theme-green-8);\n --chartist-color-8: var(--simple-colors-default-theme-cyan-9);\n --chartist-color-9: var(--simple-colors-default-theme-light-green-10);\n --chartist-color-10: var(--simple-colors-default-theme-light-blue-8);\n --chartist-color-11: var(--simple-colors-default-theme-teal-9);\n --chartist-color-12: var(--simple-colors-default-theme-green-10);\n --chartist-color-13: var(--simple-colors-default-theme-cyan-8);\n --chartist-color-14: var(--simple-colors-default-theme-light-green-9);\n --chartist-color-15: var(--simple-colors-default-theme-light-blue-10);\n }\n\n :host([dark][accent-color=\"teal\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-teal-4);\n --chartist-color-2: var(--simple-colors-default-theme-green-3);\n --chartist-color-3: var(--simple-colors-default-theme-cyan-2);\n --chartist-color-4: var(--simple-colors-default-theme-light-green-4);\n --chartist-color-5: var(--simple-colors-default-theme-light-blue-3);\n --chartist-color-6: var(--simple-colors-default-theme-teal-2);\n --chartist-color-7: var(--simple-colors-default-theme-green-4);\n --chartist-color-8: var(--simple-colors-default-theme-cyan-3);\n --chartist-color-9: var(--simple-colors-default-theme-light-green-2);\n --chartist-color-10: var(--simple-colors-default-theme-light-blue-4);\n --chartist-color-11: var(--simple-colors-default-theme-teal-3);\n --chartist-color-12: var(--simple-colors-default-theme-green-2);\n --chartist-color-13: var(--simple-colors-default-theme-cyan-4);\n --chartist-color-14: var(--simple-colors-default-theme-light-green-3);\n --chartist-color-15: var(--simple-colors-default-theme-light-blue-2);\n }\n\n :host([accent-color=\"green\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-green-8);\n --chartist-color-2: var(--simple-colors-default-theme-light-green-9);\n --chartist-color-3: var(--simple-colors-default-theme-teal-10);\n --chartist-color-4: var(--simple-colors-default-theme-lime-8);\n --chartist-color-5: var(--simple-colors-default-theme-cyan-9);\n --chartist-color-6: var(--simple-colors-default-theme-green-10);\n --chartist-color-7: var(--simple-colors-default-theme-light-green-8);\n --chartist-color-8: var(--simple-colors-default-theme-teal-9);\n --chartist-color-9: var(--simple-colors-default-theme-lime-10);\n --chartist-color-10: var(--simple-colors-default-theme-cyan-8);\n --chartist-color-11: var(--simple-colors-default-theme-green-9);\n --chartist-color-12: var(\n --simple-colors-default-theme-light-green-10\n );\n --chartist-color-13: var(--simple-colors-default-theme-teal-8);\n --chartist-color-14: var(--simple-colors-default-theme-lime-9);\n --chartist-color-15: var(--simple-colors-default-theme-cyan-10);\n }\n\n :host([dark][accent-color=\"green\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-green-4);\n --chartist-color-2: var(--simple-colors-default-theme-light-green-3);\n --chartist-color-3: var(--simple-colors-default-theme-teal-2);\n --chartist-color-4: var(--simple-colors-default-theme-lime-4);\n --chartist-color-5: var(--simple-colors-default-theme-cyan-3);\n --chartist-color-6: var(--simple-colors-default-theme-green-2);\n --chartist-color-7: var(--simple-colors-default-theme-light-green-4);\n --chartist-color-8: var(--simple-colors-default-theme-teal-3);\n --chartist-color-9: var(--simple-colors-default-theme-lime-2);\n --chartist-color-10: var(--simple-colors-default-theme-cyan-4);\n --chartist-color-11: var(--simple-colors-default-theme-green-3);\n --chartist-color-12: var(--simple-colors-default-theme-light-green-2);\n --chartist-color-13: var(--simple-colors-default-theme-teal-4);\n --chartist-color-14: var(--simple-colors-default-theme-lime-3);\n --chartist-color-15: var(--simple-colors-default-theme-cyan-2);\n }\n\n :host([accent-color=\"light-green\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-light-green-8);\n --chartist-color-2: var(--simple-colors-default-theme-lime-9);\n --chartist-color-3: var(--simple-colors-default-theme-green-10);\n --chartist-color-4: var(--simple-colors-default-theme-amber-8);\n --chartist-color-5: var(--simple-colors-default-theme-teal-9);\n --chartist-color-6: var(--simple-colors-default-theme-light-green-10);\n --chartist-color-7: var(--simple-colors-default-theme-lime-8);\n --chartist-color-8: var(--simple-colors-default-theme-green-9);\n --chartist-color-9: var(--simple-colors-default-theme-amber-10);\n --chartist-color-10: var(--simple-colors-default-theme-teal-8);\n --chartist-color-11: var(--simple-colors-default-theme-light-green-9);\n --chartist-color-12: var(--simple-colors-default-theme-lime-10);\n --chartist-color-13: var(--simple-colors-default-theme-green-8);\n --chartist-color-14: var(--simple-colors-default-theme-amber-9);\n --chartist-color-15: var(--simple-colors-default-theme-teal-10);\n }\n\n :host([dark][accent-color=\"light-green\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-light-green-4);\n --chartist-color-2: var(--simple-colors-default-theme-lime-3);\n --chartist-color-3: var(--simple-colors-default-theme-green-2);\n --chartist-color-4: var(--simple-colors-default-theme-amber-4);\n --chartist-color-5: var(--simple-colors-default-theme-teal-3);\n --chartist-color-6: var(--simple-colors-default-theme-light-green-2);\n --chartist-color-7: var(--simple-colors-default-theme-lime-4);\n --chartist-color-8: var(--simple-colors-default-theme-green-3);\n --chartist-color-9: var(--simple-colors-default-theme-amber-2);\n --chartist-color-10: var(--simple-colors-default-theme-teal-4);\n --chartist-color-11: var(--simple-colors-default-theme-light-green-3);\n --chartist-color-12: var(--simple-colors-default-theme-lime-2);\n --chartist-color-13: var(--simple-colors-default-theme-green-4);\n --chartist-color-14: var(--simple-colors-default-theme-amber-3);\n --chartist-color-15: var(--simple-colors-default-theme-teal-2);\n }\n\n :host([accent-color=\"lime\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-lime-8);\n --chartist-color-2: var(--simple-colors-default-theme-yellow-9);\n --chartist-color-3: var(--simple-colors-default-theme-light-green-10);\n --chartist-color-4: var(--simple-colors-default-theme-orange-8);\n --chartist-color-5: var(--simple-colors-default-theme-green-9);\n --chartist-color-6: var(--simple-colors-default-theme-lime-10);\n --chartist-color-7: var(--simple-colors-default-theme-yellow-8);\n --chartist-color-8: var(--simple-colors-default-theme-light-green-9);\n --chartist-color-9: var(--simple-colors-default-theme-orange-10);\n --chartist-color-10: var(--simple-colors-default-theme-green-8);\n --chartist-color-11: var(--simple-colors-default-theme-lime-9);\n --chartist-color-12: var(--simple-colors-default-theme-yellow-10);\n --chartist-color-13: var(--simple-colors-default-theme-light-green-8);\n --chartist-color-14: var(--simple-colors-default-theme-orange-9);\n --chartist-color-15: var(--simple-colors-default-theme-green-10);\n }\n\n :host([dark][accent-color=\"lime\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-lime-4);\n --chartist-color-2: var(--simple-colors-default-theme-yellow-3);\n --chartist-color-3: var(--simple-colors-default-theme-light-green-2);\n --chartist-color-4: var(--simple-colors-default-theme-orange-4);\n --chartist-color-5: var(--simple-colors-default-theme-green-3);\n --chartist-color-6: var(--simple-colors-default-theme-lime-2);\n --chartist-color-7: var(--simple-colors-default-theme-yellow-4);\n --chartist-color-8: var(--simple-colors-default-theme-light-green-3);\n --chartist-color-9: var(--simple-colors-default-theme-orange-2);\n --chartist-color-10: var(--simple-colors-default-theme-green-4);\n --chartist-color-11: var(--simple-colors-default-theme-lime-3);\n --chartist-color-12: var(--simple-colors-default-theme-yellow-2);\n --chartist-color-13: var(--simple-colors-default-theme-light-green-4);\n --chartist-color-14: var(--simple-colors-default-theme-orange-3);\n --chartist-color-15: var(--simple-colors-default-theme-green-2);\n }\n\n :host([accent-color=\"yellow\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-yellow-8);\n --chartist-color-2: var(--simple-colors-default-theme-amber-9);\n --chartist-color-3: var(--simple-colors-default-theme-lime-10);\n --chartist-color-4: var(--simple-colors-default-theme-deep-orange-8);\n --chartist-color-5: var(--simple-colors-default-theme-light-green-9);\n --chartist-color-6: var(--simple-colors-default-theme-yellow-10);\n --chartist-color-7: var(--simple-colors-default-theme-amber-8);\n --chartist-color-8: var(--simple-colors-default-theme-lime-9);\n --chartist-color-9: var(--simple-colors-default-theme-deep-orange-10);\n --chartist-color-10: var(--simple-colors-default-theme-light-green-8);\n --chartist-color-11: var(--simple-colors-default-theme-yellow-9);\n --chartist-color-12: var(--simple-colors-default-theme-amber-10);\n --chartist-color-13: var(--simple-colors-default-theme-lime-8);\n --chartist-color-14: var(--simple-colors-default-theme-deep-orange-9);\n --chartist-color-15: var(\n --simple-colors-default-theme-light-green-10\n );\n }\n\n :host([dark][accent-color=\"yellow\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-yellow-4);\n --chartist-color-2: var(--simple-colors-default-theme-amber-3);\n --chartist-color-3: var(--simple-colors-default-theme-lime-2);\n --chartist-color-4: var(--simple-colors-default-theme-deep-orange-4);\n --chartist-color-5: var(--simple-colors-default-theme-light-green-3);\n --chartist-color-6: var(--simple-colors-default-theme-yellow-2);\n --chartist-color-7: var(--simple-colors-default-theme-amber-4);\n --chartist-color-8: var(--simple-colors-default-theme-lime-3);\n --chartist-color-9: var(--simple-colors-default-theme-deep-orange-2);\n --chartist-color-10: var(--simple-colors-default-theme-light-green-4);\n --chartist-color-11: var(--simple-colors-default-theme-yellow-3);\n --chartist-color-12: var(--simple-colors-default-theme-amber-2);\n --chartist-color-13: var(--simple-colors-default-theme-lime-4);\n --chartist-color-14: var(--simple-colors-default-theme-deep-orange-3);\n --chartist-color-15: var(--simple-colors-default-theme-light-green-2);\n }\n\n :host([accent-color=\"amber\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-amber-8);\n --chartist-color-2: var(--simple-colors-default-theme-orange-9);\n --chartist-color-3: var(--simple-colors-default-theme-yellow-10);\n --chartist-color-4: var(--simple-colors-default-theme-red-8);\n --chartist-color-5: var(--simple-colors-default-theme-lime-9);\n --chartist-color-6: var(--simple-colors-default-theme-amber-10);\n --chartist-color-7: var(--simple-colors-default-theme-orange-8);\n --chartist-color-8: var(--simple-colors-default-theme-yellow-9);\n --chartist-color-9: var(--simple-colors-default-theme-red-10);\n --chartist-color-10: var(--simple-colors-default-theme-lime-8);\n --chartist-color-11: var(--simple-colors-default-theme-amber-9);\n --chartist-color-12: var(--simple-colors-default-theme-orange-10);\n --chartist-color-13: var(--simple-colors-default-theme-yellow-8);\n --chartist-color-14: var(--simple-colors-default-theme-red-9);\n --chartist-color-15: var(--simple-colors-default-theme-lime-10);\n }\n\n :host([dark][accent-color=\"amber\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-amber-4);\n --chartist-color-2: var(--simple-colors-default-theme-orange-3);\n --chartist-color-3: var(--simple-colors-default-theme-yellow-2);\n --chartist-color-4: var(--simple-colors-default-theme-red-4);\n --chartist-color-5: var(--simple-colors-default-theme-lime-3);\n --chartist-color-6: var(--simple-colors-default-theme-amber-2);\n --chartist-color-7: var(--simple-colors-default-theme-orange-4);\n --chartist-color-8: var(--simple-colors-default-theme-yellow-3);\n --chartist-color-9: var(--simple-colors-default-theme-red-2);\n --chartist-color-10: var(--simple-colors-default-theme-lime-4);\n --chartist-color-11: var(--simple-colors-default-theme-amber-3);\n --chartist-color-12: var(--simple-colors-default-theme-orange-2);\n --chartist-color-13: var(--simple-colors-default-theme-yellow-4);\n --chartist-color-14: var(--simple-colors-default-theme-red-3);\n --chartist-color-15: var(--simple-colors-default-theme-lime-2);\n }\n\n :host([accent-color=\"orange\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-orange-8);\n --chartist-color-2: var(--simple-colors-default-theme-deep-orange-9);\n --chartist-color-3: var(--simple-colors-default-theme-amber-10);\n --chartist-color-4: var(--simple-colors-default-theme-pink-8);\n --chartist-color-5: var(--simple-colors-default-theme-yellow-9);\n --chartist-color-6: var(--simple-colors-default-theme-orange-10);\n --chartist-color-7: var(--simple-colors-default-theme-deep-orange-8);\n --chartist-color-8: var(--simple-colors-default-theme-amber-9);\n --chartist-color-9: var(--simple-colors-default-theme-pink-10);\n --chartist-color-10: var(--simple-colors-default-theme-yellow-8);\n --chartist-color-11: var(--simple-colors-default-theme-orange-9);\n --chartist-color-12: var(\n --simple-colors-default-theme-deep-orange-10\n );\n --chartist-color-13: var(--simple-colors-default-theme-amber-8);\n --chartist-color-14: var(--simple-colors-default-theme-pink-9);\n --chartist-color-15: var(--simple-colors-default-theme-yellow-10);\n }\n\n :host([dark][accent-color=\"orange\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-orange-4);\n --chartist-color-2: var(--simple-colors-default-theme-deep-orange-3);\n --chartist-color-3: var(--simple-colors-default-theme-amber-2);\n --chartist-color-4: var(--simple-colors-default-theme-pink-4);\n --chartist-color-5: var(--simple-colors-default-theme-yellow-3);\n --chartist-color-6: var(--simple-colors-default-theme-orange-2);\n --chartist-color-7: var(--simple-colors-default-theme-deep-orange-4);\n --chartist-color-8: var(--simple-colors-default-theme-amber-3);\n --chartist-color-9: var(--simple-colors-default-theme-pink-2);\n --chartist-color-10: var(--simple-colors-default-theme-yellow-4);\n --chartist-color-11: var(--simple-colors-default-theme-orange-3);\n --chartist-color-12: var(--simple-colors-default-theme-deep-orange-2);\n --chartist-color-13: var(--simple-colors-default-theme-amber-4);\n --chartist-color-14: var(--simple-colors-default-theme-pink-3);\n --chartist-color-15: var(--simple-colors-default-theme-yellow-2);\n }\n\n :host([accent-color=\"deep-orange\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-deep-orange-8);\n --chartist-color-2: var(--simple-colors-default-theme-red-9);\n --chartist-color-3: var(--simple-colors-default-theme-orange-10);\n --chartist-color-4: var(--simple-colors-default-theme-purple-8);\n --chartist-color-5: var(--simple-colors-default-theme-amber-9);\n --chartist-color-6: var(--simple-colors-default-theme-deep-orange-10);\n --chartist-color-7: var(--simple-colors-default-theme-red-8);\n --chartist-color-8: var(--simple-colors-default-theme-orange-9);\n --chartist-color-9: var(--simple-colors-default-theme-purple-10);\n --chartist-color-10: var(--simple-colors-default-theme-amber-8);\n --chartist-color-11: var(--simple-colors-default-theme-deep-orange-9);\n --chartist-color-12: var(--simple-colors-default-theme-red-10);\n --chartist-color-13: var(--simple-colors-default-theme-orange-8);\n --chartist-color-14: var(--simple-colors-default-theme-purple-9);\n --chartist-color-15: var(--simple-colors-default-theme-amber-10);\n }\n\n :host([dark][accent-color=\"deep-orange\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-deep-orange-4);\n --chartist-color-2: var(--simple-colors-default-theme-red-3);\n --chartist-color-3: var(--simple-colors-default-theme-orange-2);\n --chartist-color-4: var(--simple-colors-default-theme-purple-4);\n --chartist-color-5: var(--simple-colors-default-theme-amber-3);\n --chartist-color-6: var(--simple-colors-default-theme-deep-orange-2);\n --chartist-color-7: var(--simple-colors-default-theme-red-4);\n --chartist-color-8: var(--simple-colors-default-theme-orange-3);\n --chartist-color-9: var(--simple-colors-default-theme-purple-2);\n --chartist-color-10: var(--simple-colors-default-theme-amber-4);\n --chartist-color-11: var(--simple-colors-default-theme-deep-orange-3);\n --chartist-color-12: var(--simple-colors-default-theme-red-2);\n --chartist-color-13: var(--simple-colors-default-theme-orange-4);\n --chartist-color-14: var(--simple-colors-default-theme-purple-3);\n --chartist-color-15: var(--simple-colors-default-theme-amber-2);\n }\n\n :host([accent-color=\"brown\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-brown-8);\n --chartist-color-2: var(--simple-colors-default-theme-red-9);\n --chartist-color-3: var(--simple-colors-default-theme-deep-orange-10);\n --chartist-color-4: var(--simple-colors-default-theme-brown-11);\n --chartist-color-5: var(--simple-colors-default-theme-red-12);\n --chartist-color-6: var(--simple-colors-default-theme-deep-orange-8);\n --chartist-color-7: var(--simple-colors-default-theme-brown-9);\n --chartist-color-8: var(--simple-colors-default-theme-red-10);\n --chartist-color-9: var(--simple-colors-default-theme-deep-orange-11);\n --chartist-color-10: var(--simple-colors-default-theme-brown-12);\n --chartist-color-11: var(--simple-colors-default-theme-red-8);\n --chartist-color-12: var(--simple-colors-default-theme-deep-orange-9);\n --chartist-color-13: var(--simple-colors-default-theme-brown-10);\n --chartist-color-14: var(--simple-colors-default-theme-red-11);\n --chartist-color-15: var(\n --simple-colors-default-theme-deep-orange-12\n );\n }\n\n :host([dark][accent-color=\"brown\"]) {\n --chartist-color-1: var(--simple-colors-default-theme-brown-4);\n --chartist-color-2: var(--simple-colors-default-theme-red-3);\n --chartist-color-3: var(--simple-colors-default-theme-deep-orange-2);\n --chartist-color-4: var(--simple-colors-default-theme-brown-1);\n --chartist-color-5: var(--simple-colors-default-theme-red-0);\n --chartist-color-6: var(--simple-colors-default-theme-deep-orange-4);\n --chartist-color-7: var(--simple-colors-default-theme-brown-3);\n --chartist-color-8: var(--simple-colors-default-theme-red-2);\n --chartist-color-9: var(--simple-colors-default-theme-deep-orange-1);\n --chartist-color-10: var(--simple-colors-default-theme-brown-0);\n --chartist-color-11: var(--simple-colors-default-theme-red-4);\n --chartist-color-12: var(--simple-colors-default-theme-deep-orange-3);\n --chartist-color-13: var(--simple-colors-default-theme-brown-2);\n --chartist-color-14: var(--simple-colors-default-theme-red-1);\n --chartist-color-15: var(--simple-colors-default-theme-deep-orange-0);\n }\n\n :host {\n overflow: visible;\n display: flex;\n margin: 15px;\n }\n\n :host #wrapper {\n margin: 0 auto;\n position: relative;\n padding-top: 100%;\n display: flex;\n align-items: stretch;\n justify-content: space-around;\n }\n\n :host #wrapper > * {\n position: absolute;\n }\n\n :host #chart {\n left: 0;\n top: 0;\n flex: 1 1 100%;\n }\n\n :host #wrapper,\n :host #chart {\n width: 100%;\n }\n\n :host #image {\n left: 15%;\n top: 15%;\n width: 70%;\n height: 70%;\n -webkit-clip-path: circle(50% at 50% 50%);\n clip-path: circle(50% at 50% 50%);\n }\n "]);
- _templateObject2_8bd107b022d211eaa0764d1a500fd781 = function _templateObject2_8bd107b022d211eaa0764d1a500fd781() {
+ _templateObject2_4660cdb0243411ea86f395335a802507 = function _templateObject2_4660cdb0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8bd107b022d211eaa0764d1a500fd781() {
+ function _templateObject_4660cdb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n
\n
\n \n
\n "]);
- _templateObject_8bd107b022d211eaa0764d1a500fd781 = function _templateObject_8bd107b022d211eaa0764d1a500fd781() {
+ _templateObject_4660cdb0243411ea86f395335a802507 = function _templateObject_4660cdb0243411ea86f395335a802507() {
return data;
};
@@ -53,14 +53,14 @@ define(["exports", "../../lit-element/lit-element.js", "../schema-behaviors/sche
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_8bd107b022d211eaa0764d1a500fd781(), this.imageAlt, this.imageSrc, !this.imageSrc || this.imageSrc == "", this.title, this.desc, this._onCreated);
+ return (0, _litElement.html)(_templateObject_4660cdb0243411ea86f395335a802507(), this.imageAlt, this.imageSrc, !this.imageSrc || this.imageSrc == "", this.title, this.desc, this._onCreated);
} // haxProperty definition
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject2_8bd107b022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4660cdb0243411ea86f395335a802507())];
}
}, {
key: "haxProperties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/promo-tile/promo-tile.js b/build/es5-amd/node_modules/@lrnwebcomponents/promo-tile/promo-tile.js
index 5a35f756291..024f181b590 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/promo-tile/promo-tile.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/promo-tile/promo-tile.js
@@ -11,10 +11,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_8bef3e1022d211eaa0764d1a500fd781() {
+ function _templateObject_468ac3e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n
\n
\n
[[title]] \n \n
\n
\n
[[title]] \n \n
\n \n
\n
\n
\n
\n
\n
\n "]);
- _templateObject_8bef3e1022d211eaa0764d1a500fd781 = function _templateObject_8bef3e1022d211eaa0764d1a500fd781() {
+ _templateObject_468ac3e0243411ea86f395335a802507 = function _templateObject_468ac3e0243411ea86f395335a802507() {
return data;
};
@@ -126,7 +126,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8bef3e1022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_468ac3e0243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/punnett-square/punnett-square.js b/build/es5-amd/node_modules/@lrnwebcomponents/punnett-square/punnett-square.js
index ada47c69dd8..ff22d1dea63 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/punnett-square/punnett-square.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/punnett-square/punnett-square.js
@@ -6,90 +6,90 @@ define(["exports", "../../lit-element/lit-element.js", "../../@polymer/paper-inp
});
_exports.PunnettSquare = void 0;
- function _templateObject9_8c78b96022d211eaa0764d1a500fd781() {
+ function _templateObject9_46e34420243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "", " \n "]);
- _templateObject9_8c78b96022d211eaa0764d1a500fd781 = function _templateObject9_8c78b96022d211eaa0764d1a500fd781() {
+ _templateObject9_46e34420243411ea86f395335a802507 = function _templateObject9_46e34420243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject8_8c78b96022d211eaa0764d1a500fd781() {
+ function _templateObject8_46e34420243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", " \n ", "\n \n "]);
- _templateObject8_8c78b96022d211eaa0764d1a500fd781 = function _templateObject8_8c78b96022d211eaa0764d1a500fd781() {
+ _templateObject8_46e34420243411ea86f395335a802507 = function _templateObject8_46e34420243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject7_8c78b96022d211eaa0764d1a500fd781() {
+ function _templateObject7_46e34420243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject7_8c78b96022d211eaa0764d1a500fd781 = function _templateObject7_8c78b96022d211eaa0764d1a500fd781() {
+ _templateObject7_46e34420243411ea86f395335a802507 = function _templateObject7_46e34420243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject6_8c78b96022d211eaa0764d1a500fd781() {
+ function _templateObject6_46e34420243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n "]);
- _templateObject6_8c78b96022d211eaa0764d1a500fd781 = function _templateObject6_8c78b96022d211eaa0764d1a500fd781() {
+ _templateObject6_46e34420243411ea86f395335a802507 = function _templateObject6_46e34420243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject5_8c78b96022d211eaa0764d1a500fd781() {
+ function _templateObject5_46e34420243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n "]);
- _templateObject5_8c78b96022d211eaa0764d1a500fd781 = function _templateObject5_8c78b96022d211eaa0764d1a500fd781() {
+ _templateObject5_46e34420243411ea86f395335a802507 = function _templateObject5_46e34420243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject4_8c78b96022d211eaa0764d1a500fd781() {
+ function _templateObject4_46e34420243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject4_8c78b96022d211eaa0764d1a500fd781 = function _templateObject4_8c78b96022d211eaa0764d1a500fd781() {
+ _templateObject4_46e34420243411ea86f395335a802507 = function _templateObject4_46e34420243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_8c78b96022d211eaa0764d1a500fd781() {
+ function _templateObject3_46e34420243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n "]);
- _templateObject3_8c78b96022d211eaa0764d1a500fd781 = function _templateObject3_8c78b96022d211eaa0764d1a500fd781() {
+ _templateObject3_46e34420243411ea86f395335a802507 = function _templateObject3_46e34420243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_8c78b96022d211eaa0764d1a500fd781() {
+ function _templateObject2_46e34420243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_8c78b96022d211eaa0764d1a500fd781 = function _templateObject2_8c78b96022d211eaa0764d1a500fd781() {
+ _templateObject2_46e34420243411ea86f395335a802507 = function _templateObject2_46e34420243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8c78b96022d211eaa0764d1a500fd781() {
+ function _templateObject_46e34420243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n ", "\n \n \n ", "\n \n \n
\n "]);
- _templateObject_8c78b96022d211eaa0764d1a500fd781 = function _templateObject_8c78b96022d211eaa0764d1a500fd781() {
+ _templateObject_46e34420243411ea86f395335a802507 = function _templateObject_46e34420243411ea86f395335a802507() {
return data;
};
@@ -179,19 +179,19 @@ define(["exports", "../../lit-element/lit-element.js", "../../@polymer/paper-inp
var value2 = this.__ensureArray(this.variant2);
- return (0, _litElement.html)(_templateObject_8c78b96022d211eaa0764d1a500fd781(), this.editable ? (0, _litElement.html)(_templateObject2_8c78b96022d211eaa0764d1a500fd781(), this.variant1, function (e) {
+ return (0, _litElement.html)(_templateObject_46e34420243411ea86f395335a802507(), this.editable ? (0, _litElement.html)(_templateObject2_46e34420243411ea86f395335a802507(), this.variant1, function (e) {
return _this2.variant1 = e.detail.value;
- }) : (0, _litElement.html)(_templateObject3_8c78b96022d211eaa0764d1a500fd781(), this.variant1), this.editable ? (0, _litElement.html)(_templateObject4_8c78b96022d211eaa0764d1a500fd781(), this.variant2, function (e) {
+ }) : (0, _litElement.html)(_templateObject3_46e34420243411ea86f395335a802507(), this.variant1), this.editable ? (0, _litElement.html)(_templateObject4_46e34420243411ea86f395335a802507(), this.variant2, function (e) {
return _this2.variant2 = e.detail.value;
- }) : (0, _litElement.html)(_templateObject5_8c78b96022d211eaa0764d1a500fd781(), this.variant2), value1.map(function (allele1) {
- return (0, _litElement.html)(_templateObject6_8c78b96022d211eaa0764d1a500fd781(), allele1.map(function (i) {
- return (0, _litElement.html)(_templateObject7_8c78b96022d211eaa0764d1a500fd781(), i);
+ }) : (0, _litElement.html)(_templateObject5_46e34420243411ea86f395335a802507(), this.variant2), value1.map(function (allele1) {
+ return (0, _litElement.html)(_templateObject6_46e34420243411ea86f395335a802507(), allele1.map(function (i) {
+ return (0, _litElement.html)(_templateObject7_46e34420243411ea86f395335a802507(), i);
}));
}), value2.map(function (allele2, index) {
return allele2.map(function (allele) {
- return (0, _litElement.html)(_templateObject8_8c78b96022d211eaa0764d1a500fd781(), allele, value1.map(function (v1) {
+ return (0, _litElement.html)(_templateObject8_46e34420243411ea86f395335a802507(), allele, value1.map(function (v1) {
return v1.map(function (allele1) {
- return (0, _litElement.html)(_templateObject9_8c78b96022d211eaa0764d1a500fd781(), allele1, allele);
+ return (0, _litElement.html)(_templateObject9_46e34420243411ea86f395335a802507(), allele1, allele);
});
}));
});
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/q-r/q-r.js b/build/es5-amd/node_modules/@lrnwebcomponents/q-r/q-r.js
index 9d645f8192f..24385f0b9ea 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/q-r/q-r.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/q-r/q-r.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
_exports.QR = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_8c03896022d211eaa0764d1a500fd781() {
+ function _templateObject2_47516f40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", " \n "]);
- _templateObject2_8c03896022d211eaa0764d1a500fd781 = function _templateObject2_8c03896022d211eaa0764d1a500fd781() {
+ _templateObject2_47516f40243411ea86f395335a802507 = function _templateObject2_47516f40243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8c03896022d211eaa0764d1a500fd781() {
+ function _templateObject_47516f40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n #link {\n visibility: hidden;\n opacity: 0;\n }\n "]);
- _templateObject_8c03896022d211eaa0764d1a500fd781 = function _templateObject_8c03896022d211eaa0764d1a500fd781() {
+ _templateObject_47516f40243411ea86f395335a802507 = function _templateObject_47516f40243411ea86f395335a802507() {
return data;
};
@@ -45,7 +45,7 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_8c03896022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_47516f40243411ea86f395335a802507())];
}
}]);
@@ -66,7 +66,7 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
babelHelpers.createClass(QR, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_8c03896022d211eaa0764d1a500fd781(), this.data, this.modulesize, this.margin, this.format, this.data, this.title);
+ return (0, _litElement.html)(_templateObject2_47516f40243411ea86f395335a802507(), this.data, this.modulesize, this.margin, this.format, this.data, this.title);
}
}], [{
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/r-coder/r-coder.js b/build/es5-amd/node_modules/@lrnwebcomponents/r-coder/r-coder.js
index f0387773124..6e704401e39 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/r-coder/r-coder.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/r-coder/r-coder.js
@@ -10,10 +10,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_8ca56eb022d211eaa0764d1a500fd781() {
+ function _templateObject_47562a30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n Process \n
\n "]);
- _templateObject_8ca56eb022d211eaa0764d1a500fd781 = function _templateObject_8ca56eb022d211eaa0764d1a500fd781() {
+ _templateObject_47562a30243411ea86f395335a802507 = function _templateObject_47562a30243411ea86f395335a802507() {
return data;
};
@@ -136,7 +136,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
key: "template",
// render function
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8ca56eb022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_47562a30243411ea86f395335a802507());
} // haxProperty definition
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/random-image/random-image.js b/build/es5-amd/node_modules/@lrnwebcomponents/random-image/random-image.js
index 7055e47f29a..325d665b657 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/random-image/random-image.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/random-image/random-image.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
_exports.RandomImage = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_8ca82dd022d211eaa0764d1a500fd781() {
+ function _templateObject2_47591060243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_8ca82dd022d211eaa0764d1a500fd781 = function _templateObject2_8ca82dd022d211eaa0764d1a500fd781() {
+ _templateObject2_47591060243411ea86f395335a802507 = function _templateObject2_47591060243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8ca82dd022d211eaa0764d1a500fd781() {
+ function _templateObject_47591060243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n .is-circle {\n border: 1px solid grey;\n border-radius: 50%;\n box-shadow: 0px 5px 10px #ccc;\n }\n "]);
- _templateObject_8ca82dd022d211eaa0764d1a500fd781 = function _templateObject_8ca82dd022d211eaa0764d1a500fd781() {
+ _templateObject_47591060243411ea86f395335a802507 = function _templateObject_47591060243411ea86f395335a802507() {
return data;
};
@@ -44,7 +44,7 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_8ca82dd022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_47591060243411ea86f395335a802507())];
}
}]);
@@ -64,7 +64,7 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
babelHelpers.createClass(RandomImage, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_8ca82dd022d211eaa0764d1a500fd781(), this.mode, this._imgSrc, this._imgTitle);
+ return (0, _litElement.html)(_templateObject2_47591060243411ea86f395335a802507(), this.mode, this._imgSrc, this._imgTitle);
}
}, {
key: "_pickRandomProperty",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/relative-heading/relative-heading.js b/build/es5-amd/node_modules/@lrnwebcomponents/relative-heading/relative-heading.js
index 930bf66bf57..2abc920aab8 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/relative-heading/relative-heading.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/relative-heading/relative-heading.js
@@ -10,20 +10,20 @@ define(["exports", "../../lit-element/lit-element.js", "../utils/utils.js"], fun
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_8cb2b52022d211eaa0764d1a500fd781() {
+ function _templateObject2_478836b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n :host([hidden]) {\n display: none;\n }\n "]);
- _templateObject2_8cb2b52022d211eaa0764d1a500fd781 = function _templateObject2_8cb2b52022d211eaa0764d1a500fd781() {
+ _templateObject2_478836b0243411ea86f395335a802507 = function _templateObject2_478836b0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8cb2b52022d211eaa0764d1a500fd781() {
+ function _templateObject_478836b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n
\n "]);
- _templateObject_8cb2b52022d211eaa0764d1a500fd781 = function _templateObject_8cb2b52022d211eaa0764d1a500fd781() {
+ _templateObject_478836b0243411ea86f395335a802507 = function _templateObject_478836b0243411ea86f395335a802507() {
return data;
};
@@ -45,7 +45,7 @@ define(["exports", "../../lit-element/lit-element.js", "../utils/utils.js"], fun
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_8cb2b52022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_478836b0243411ea86f395335a802507());
} // haxProperty definition
}, {
@@ -87,7 +87,7 @@ define(["exports", "../../lit-element/lit-element.js", "../utils/utils.js"], fun
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject2_8cb2b52022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_478836b0243411ea86f395335a802507())];
}
}, {
key: "haxProperties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/responsive-grid/lib/responsive-grid-clear.js b/build/es5-amd/node_modules/@lrnwebcomponents/responsive-grid/lib/responsive-grid-clear.js
index 22f88f9bd3c..d6718c9398d 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/responsive-grid/lib/responsive-grid-clear.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/responsive-grid/lib/responsive-grid-clear.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
});
_exports.ResponsiveGridClear = void 0;
- function _templateObject2_95f7730022d211eaa0764d1a500fd781() {
+ function _templateObject2_50cb46e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: none;\n clear: both;\n }\n "]);
- _templateObject2_95f7730022d211eaa0764d1a500fd781 = function _templateObject2_95f7730022d211eaa0764d1a500fd781() {
+ _templateObject2_50cb46e0243411ea86f395335a802507 = function _templateObject2_50cb46e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_95f7730022d211eaa0764d1a500fd781() {
+ function _templateObject_50cb46e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral([""]);
- _templateObject_95f7730022d211eaa0764d1a500fd781 = function _templateObject_95f7730022d211eaa0764d1a500fd781() {
+ _templateObject_50cb46e0243411ea86f395335a802507 = function _templateObject_50cb46e0243411ea86f395335a802507() {
return data;
};
@@ -44,7 +44,7 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
babelHelpers.createClass(ResponsiveGridClear, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_95f7730022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_50cb46e0243411ea86f395335a802507());
}
}], [{
key: "styles",
@@ -53,7 +53,7 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_95f7730022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_50cb46e0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/responsive-grid/lib/responsive-grid-col.js b/build/es5-amd/node_modules/@lrnwebcomponents/responsive-grid/lib/responsive-grid-col.js
index 102f35b5b59..575dd985518 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/responsive-grid/lib/responsive-grid-col.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/responsive-grid/lib/responsive-grid-col.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
});
_exports.ResponsiveGridCol = void 0;
- function _templateObject2_95f920b022d211eaa0764d1a500fd781() {
+ function _templateObject2_50cdb7e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n position: relative;\n min-height: 1px;\n float: left;\n }\n :host:after {\n clear: both;\n }\n #col-inner {\n padding-left: var(--responsive-grid-col-inner-padding-left, 15px);\n padding-right: var(--responsive-grid-col-inner-padding-right, 15px);\n }\n /* Hide Print-Only on Screen */\n @media screen {\n :host([print-only]) {\n display: none;\n }\n }\n /* Hide Screen-Only on Print */\n @media print {\n :host([screen-only]) {\n display: none;\n }\n }\n "]);
- _templateObject2_95f920b022d211eaa0764d1a500fd781 = function _templateObject2_95f920b022d211eaa0764d1a500fd781() {
+ _templateObject2_50cdb7e0243411ea86f395335a802507 = function _templateObject2_50cdb7e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_95f920b022d211eaa0764d1a500fd781() {
+ function _templateObject_50cdb7e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n
\n "]);
- _templateObject_95f920b022d211eaa0764d1a500fd781 = function _templateObject_95f920b022d211eaa0764d1a500fd781() {
+ _templateObject_50cdb7e0243411ea86f395335a802507 = function _templateObject_50cdb7e0243411ea86f395335a802507() {
return data;
};
@@ -47,7 +47,7 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
babelHelpers.createClass(ResponsiveGridCol, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_95f920b022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_50cdb7e0243411ea86f395335a802507());
}
}], [{
key: "styles",
@@ -56,7 +56,7 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_95f920b022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_50cdb7e0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/responsive-grid/lib/responsive-grid-row.js b/build/es5-amd/node_modules/@lrnwebcomponents/responsive-grid/lib/responsive-grid-row.js
index 97a873f9993..4590d47d4df 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/responsive-grid/lib/responsive-grid-row.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/responsive-grid/lib/responsive-grid-row.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js", "../../responsive-util
});
_exports.ResponsiveGridRow = void 0;
- function _templateObject2_95fb91b022d211eaa0764d1a500fd781() {
+ function _templateObject2_50d028e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n width: 100%;\n margin-right: auto;\n margin-left: auto;\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n }\n :host:before,\n :host:after {\n content: \" \";\n display: table;\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n }\n #row-inner {\n margin-left: var(--responsive-grid-row-inner-margin-left, -15px);\n margin-right: var(--responsive-grid-row-inner-margin-right, -15px);\n }\n :host #row-inner:before,\n :host #row-inner:after {\n content: \" \";\n display: table;\n }\n :host #row-inner:after {\n clear: both;\n }\n :host #row-inner:before,\n :host #row-inner:after {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n }\n #row-inner[screen=\"xs\"] ::slotted(responsive-grid-clear[xs]),\n #row-inner[screen=\"sm\"] ::slotted(responsive-grid-clear[sm]),\n #row-inner[screen=\"md\"] ::slotted(responsive-grid-clear[md]),\n #row-inner[screen=\"lg\"] ::slotted(responsive-grid-clear[lg]),\n #row-inner[screen=\"xl\"] ::slotted(responsive-grid-clear[xl]) {\n display: block;\n }\n #row-inner[screen=\"sm\"] ::slotted(responsive-grid-col[xs=\"0\"]),\n #row-inner[screen=\"md\"] ::slotted(responsive-grid-col[sm=\"0\"]),\n #row-inner[screen=\"lg\"] ::slotted(responsive-grid-col[md=\"0\"]),\n #row-inner[screen=\"xl\"] ::slotted(responsive-grid-col[lg=\"0\"]) {\n display: inline-block;\n }\n #row-inner[screen=\"xs\"] ::slotted(responsive-grid-col[xs=\"12\"]),\n #row-inner[screen=\"sm\"] ::slotted(responsive-grid-col[sm=\"12\"]),\n #row-inner[screen=\"md\"] ::slotted(responsive-grid-col[md=\"12\"]),\n #row-inner[screen=\"lg\"] ::slotted(responsive-grid-col[lg=\"12\"]),\n #row-inner[screen=\"xl\"] ::slotted(responsive-grid-col[xl=\"12\"]) {\n width: 100%;\n }\n #row-inner[screen=\"xs\"] ::slotted(responsive-grid-col[xs=\"11\"]),\n #row-inner[screen=\"sm\"] ::slotted(responsive-grid-col[sm=\"11\"]),\n #row-inner[screen=\"md\"] ::slotted(responsive-grid-col[md=\"11\"]),\n #row-inner[screen=\"lg\"] ::slotted(responsive-grid-col[lg=\"11\"]),\n #row-inner[screen=\"xl\"] ::slotted(responsive-grid-col[xl=\"11\"]) {\n width: 91.66666667%;\n }\n #row-inner[screen=\"xs\"] ::slotted(responsive-grid-col[xs=\"10\"]),\n #row-inner[screen=\"sm\"] ::slotted(responsive-grid-col[sm=\"10\"]),\n #row-inner[screen=\"md\"] ::slotted(responsive-grid-col[md=\"10\"]),\n #row-inner[screen=\"lg\"] ::slotted(responsive-grid-col[lg=\"10\"]),\n #row-inner[screen=\"xl\"] ::slotted(responsive-grid-col[xl=\"10\"]) {\n width: 83.33333333%;\n }\n #row-inner[screen=\"xs\"] ::slotted(responsive-grid-col[xs=\"9\"]),\n #row-inner[screen=\"sm\"] ::slotted(responsive-grid-col[sm=\"9\"]),\n #row-inner[screen=\"md\"] ::slotted(responsive-grid-col[md=\"9\"]),\n #row-inner[screen=\"lg\"] ::slotted(responsive-grid-col[lg=\"9\"]),\n #row-inner[screen=\"xl\"] ::slotted(responsive-grid-col[xl=\"9\"]) {\n width: 75%;\n }\n #row-inner[screen=\"xs\"] ::slotted(responsive-grid-col[xs=\"8\"]),\n #row-inner[screen=\"sm\"] ::slotted(responsive-grid-col[sm=\"8\"]),\n #row-inner[screen=\"md\"] ::slotted(responsive-grid-col[md=\"8\"]),\n #row-inner[screen=\"lg\"] ::slotted(responsive-grid-col[lg=\"8\"]),\n #row-inner[screen=\"xl\"] ::slotted(responsive-grid-col[xl=\"8\"]) {\n width: 66.66666667%;\n }\n #row-inner[screen=\"xs\"] ::slotted(responsive-grid-col[xs=\"7\"]),\n #row-inner[screen=\"sm\"] ::slotted(responsive-grid-col[sm=\"7\"]),\n #row-inner[screen=\"md\"] ::slotted(responsive-grid-col[md=\"7\"]),\n #row-inner[screen=\"lg\"] ::slotted(responsive-grid-col[lg=\"7\"]),\n #row-inner[screen=\"xl\"] ::slotted(responsive-grid-col[xl=\"7\"]) {\n width: 58.33333333%;\n }\n #row-inner[screen=\"xs\"] ::slotted(responsive-grid-col[xs=\"6\"]),\n #row-inner[screen=\"sm\"] ::slotted(responsive-grid-col[sm=\"6\"]),\n #row-inner[screen=\"md\"] ::slotted(responsive-grid-col[md=\"6\"]),\n #row-inner[screen=\"lg\"] ::slotted(responsive-grid-col[lg=\"6\"]),\n #row-inner[screen=\"xl\"] ::slotted(responsive-grid-col[xl=\"6\"]) {\n width: 50%;\n }\n #row-inner[screen=\"xs\"] ::slotted(responsive-grid-col[xs=\"5\"]),\n #row-inner[screen=\"sm\"] ::slotted(responsive-grid-col[sm=\"5\"]),\n #row-inner[screen=\"md\"] ::slotted(responsive-grid-col[md=\"5\"]),\n #row-inner[screen=\"lg\"] ::slotted(responsive-grid-col[lg=\"5\"]),\n #row-inner[screen=\"xl\"] ::slotted(responsive-grid-col[xl=\"5\"]) {\n width: 41.66666667%;\n }\n #row-inner[screen=\"xs\"] ::slotted(responsive-grid-col[xs=\"4\"]),\n #row-inner[screen=\"sm\"] ::slotted(responsive-grid-col[sm=\"4\"]),\n #row-inner[screen=\"md\"] ::slotted(responsive-grid-col[md=\"4\"]),\n #row-inner[screen=\"lg\"] ::slotted(responsive-grid-col[lg=\"4\"]),\n #row-inner[screen=\"xl\"] ::slotted(responsive-grid-col[xl=\"4\"]) {\n width: 33.33333333%;\n }\n #row-inner[screen=\"xs\"] ::slotted(responsive-grid-col[xs=\"3\"]),\n #row-inner[screen=\"sm\"] ::slotted(responsive-grid-col[sm=\"3\"]),\n #row-inner[screen=\"md\"] ::slotted(responsive-grid-col[md=\"3\"]),\n #row-inner[screen=\"lg\"] ::slotted(responsive-grid-col[lg=\"3\"]),\n #row-inner[screen=\"xl\"] ::slotted(responsive-grid-col[xl=\"3\"]) {\n width: 25%;\n }\n #row-inner[screen=\"xs\"] ::slotted(responsive-grid-col[xs=\"2\"]),\n #row-inner[screen=\"sm\"] ::slotted(responsive-grid-col[sm=\"2\"]),\n #row-inner[screen=\"md\"] ::slotted(responsive-grid-col[md=\"2\"]),\n #row-inner[screen=\"lg\"] ::slotted(responsive-grid-col[lg=\"2\"]),\n #row-inner[screen=\"xl\"] ::slotted(responsive-grid-col[xl=\"2\"]) {\n width: 16.66666667%;\n }\n #row-inner[screen=\"xs\"] ::slotted(responsive-grid-col[xs=\"1\"]),\n #row-inner[screen=\"sm\"] ::slotted(responsive-grid-col[sm=\"1\"]),\n #row-inner[screen=\"md\"] ::slotted(responsive-grid-col[md=\"1\"]),\n #row-inner[screen=\"lg\"] ::slotted(responsive-grid-col[lg=\"1\"]),\n #row-inner[screen=\"xl\"] ::slotted(responsive-grid-col[xl=\"1\"]) {\n width: 8.33333333%;\n }\n #row-inner[screen=\"xs\"] ::slotted(responsive-grid-col[xs=\"0\"]),\n #row-inner[screen=\"sm\"] ::slotted(responsive-grid-col[sm=\"0\"]),\n #row-inner[screen=\"md\"] ::slotted(responsive-grid-col[md=\"0\"]),\n #row-inner[screen=\"lg\"] ::slotted(responsive-grid-col[lg=\"0\"]),\n #row-inner[screen=\"xl\"] ::slotted(responsive-grid-col[xl=\"0\"]) {\n display: none;\n }\n :host #row-inner ::slotted(* > #col-inner) {\n padding: 0px;\n }\n :host #row-inner[gutter=\"1\"] ::slotted(* > #col-inner) {\n padding: 5px;\n }\n :host #row-inner[gutter=\"2\"] ::slotted(* > #col-inner) {\n padding: 10px;\n }\n :host #row-inner[gutter=\"3\"] ::slotted(* > #col-inner) {\n padding: 15px;\n }\n :host #row-inner[gutter=\"4\"] ::slotted(* > #col-inner) {\n padding: 20px;\n }\n "]);
- _templateObject2_95fb91b022d211eaa0764d1a500fd781 = function _templateObject2_95fb91b022d211eaa0764d1a500fd781() {
+ _templateObject2_50d028e0243411ea86f395335a802507 = function _templateObject2_50d028e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_95fb91b022d211eaa0764d1a500fd781() {
+ function _templateObject_50d028e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n
\n "]);
- _templateObject_95fb91b022d211eaa0764d1a500fd781 = function _templateObject_95fb91b022d211eaa0764d1a500fd781() {
+ _templateObject_50d028e0243411ea86f395335a802507 = function _templateObject_50d028e0243411ea86f395335a802507() {
return data;
};
@@ -59,7 +59,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../responsive-util
* LitElement render
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_95fb91b022d211eaa0764d1a500fd781(), this.xs, this.sm, this.md, this.lg, this.xl, this.responsiveToParent, this.screen, this.gutter);
+ return (0, _litElement.html)(_templateObject_50d028e0243411ea86f395335a802507(), this.xs, this.sm, this.md, this.lg, this.xl, this.responsiveToParent, this.screen, this.gutter);
}
/**
* convention
@@ -72,7 +72,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../responsive-util
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_95fb91b022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_50d028e0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/responsive-utility/responsive-utility.js b/build/es5-amd/node_modules/@lrnwebcomponents/responsive-utility/responsive-utility.js
index 29caf0b4789..d562180ba80 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/responsive-utility/responsive-utility.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/responsive-utility/responsive-utility.js
@@ -10,10 +10,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_8ce66f5022d211eaa0764d1a500fd781() {
+ function _templateObject_478ddc00243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject_8ce66f5022d211eaa0764d1a500fd781 = function _templateObject_8ce66f5022d211eaa0764d1a500fd781() {
+ _templateObject_478ddc00243411ea86f395335a802507 = function _templateObject_478ddc00243411ea86f395335a802507() {
return data;
};
@@ -104,7 +104,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8ce66f5022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_478ddc00243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/retro-card/retro-card.js b/build/es5-amd/node_modules/@lrnwebcomponents/retro-card/retro-card.js
new file mode 100644
index 00000000000..81a694685c1
--- /dev/null
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/retro-card/retro-card.js
@@ -0,0 +1,320 @@
+define(["exports", "../../lit-element/lit-element.js", "../simple-colors/simple-colors.js"], function (_exports, _litElement, _simpleColors) {
+ "use strict";
+
+ Object.defineProperty(_exports, "__esModule", {
+ value: true
+ });
+ _exports.RetroCard = void 0;
+
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
+
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
+
+ function _templateObject3_4797c710243411ea86f395335a802507() {
+ var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n --retro-card-level-2: var(\n --simple-colors-default-theme-accent-7,\n #b8a515\n );\n --retro-card-level-1: var(\n --simple-colors-default-theme-accent-6,\n #e5cd1b\n );\n --retro-card-level-3: var(\n --simple-colors-default-theme-accent-5,\n #ead749\n );\n --retro-card-shadow: var(\n --simple-colors-default-theme-accent-8,\n rgba(229, 205, 27, 0.2)\n );\n --retro-card-light-color: #f4f1d0;\n --retro-card-dark-color: #212121;\n }\n :host([dark]) {\n --retro-card-dark-color: #f4f1d0;\n --retro-card-light-color: #212121;\n }\n :host([hidden]) {\n display: none;\n }\n\n :host([hover-state]) .link:nth-child(1n + 0) {\n box-shadow: 16px 16px 0px 0px var(--retro-card-shadow);\n border: 16px solid var(--retro-card-level-2);\n background-color: var(--retro-card-level-1);\n }\n\n :host([hover-state]) .link {\n color: var(--retro-card-light-color);\n text-decoration: underline;\n padding: 1.25rem;\n border: 16px var(--retro-card-level-1) solid;\n box-shadow: 16px 16px 0px 0px var(--retro-card-shadow);\n transition: background-color 0.2s ease-in-out 0s,\n padding 0.4s ease-in-out 0s, border 0.4s ease-in-out 0s,\n box-shadow 0.2s ease-in-out 0s;\n }\n .link:nth-child(1n + 0) {\n background-color: var(--retro-card-level-3);\n box-shadow: 8px 8px 0px 0px var(--retro-card-level-1);\n border: 4px var(--retro-card-level-1) solid;\n }\n .link {\n display: block;\n background-color: var(--retro-card-level-3);\n border: 4px var(--retro-card-level-1) solid;\n padding: 2rem;\n box-shadow: 8px 8px 0px 0px var(--retro-card-level-1);\n transition: padding 0.4s ease-in-out 0s, border 0.4s ease-in-out 0s,\n box-shadow 0.2s ease-in-out 0s;\n }\n\n .img {\n -webkit-filter: grayscale(1);\n filter: grayscale(1);\n mix-blend-mode: screen;\n border: 0;\n max-width: 100%;\n height: auto;\n -ms-interpolation-mode: bicubic;\n display: inline-block;\n vertical-align: middle;\n max-height: 200px;\n }\n\n .title {\n display: block;\n font-size: 1.5rem;\n padding: 2rem 0 0 0;\n text-transform: uppercase;\n font-weight: 700;\n text-align: center;\n }\n\n .description {\n display: block;\n font-size: 0.9rem;\n padding: 0.75rem 1rem 0;\n }\n .card-tags {\n line-height: 1.6;\n text-align: center;\n margin-bottom: 1rem;\n text-rendering: optimizeLegibility;\n font-weight: 300;\n }\n .project-tag {\n font-size: 0.7rem;\n padding: 0.25rem 0.5rem;\n font-style: italic;\n font-weight: 600;\n color: var(--retro-card-light-color);\n background: var(--retro-card-dark-color);\n word-wrap: break-word;\n padding: 0 0.5rem;\n text-transform: uppercase;\n margin-bottom: 2rem;\n margin: 0 0.25rem 2rem 0;\n }\n\n hr {\n border-bottom: 1px solid var(--retro-card-dark-color);\n max-width: 75rem;\n height: 0;\n border-right: 0;\n border-top: 0;\n border-left: 0;\n margin: 1.25rem auto;\n clear: both;\n }\n\n a {\n text-align: center;\n color: var(--retro-card-dark-color);\n text-decoration: none;\n line-height: inherit;\n cursor: pointer;\n font-family: \"Roboto Mono\", Consolas, Monospace;\n }\n "]);
+
+ _templateObject3_4797c710243411ea86f395335a802507 = function _templateObject3_4797c710243411ea86f395335a802507() {
+ return data;
+ };
+
+ return data;
+ }
+
+ function _templateObject2_4797c710243411ea86f395335a802507() {
+ var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
+
+ _templateObject2_4797c710243411ea86f395335a802507 = function _templateObject2_4797c710243411ea86f395335a802507() {
+ return data;
+ };
+
+ return data;
+ }
+
+ function _templateObject_4797c710243411ea86f395335a802507() {
+ var data = babelHelpers.taggedTemplateLiteral(["\n \n \n ", " \n ", " \n \n \n \n ", "\n
\n \n "]);
+
+ _templateObject_4797c710243411ea86f395335a802507 = function _templateObject_4797c710243411ea86f395335a802507() {
+ return data;
+ };
+
+ return data;
+ }
+
+ /**
+ * `retro-card`
+ * `Simple card in a cool retro design`
+ *
+ * @microcopy - language worth noting:
+ * -
+ *
+ * @demo demo/index.html
+ * @customElement retro-card
+ */
+ var RetroCard =
+ /*#__PURE__*/
+ function (_SimpleColors) {
+ babelHelpers.inherits(RetroCard, _SimpleColors);
+ babelHelpers.createClass(RetroCard, [{
+ key: "render",
+ // render function
+ value: function render() {
+ return (0, _litElement.html)(_templateObject_4797c710243411ea86f395335a802507(), this.color, this.url, this.__source, this.title, this.subtitle, this.__cardTags.map(function (tag) {
+ return (0, _litElement.html)(_templateObject2_4797c710243411ea86f395335a802507(), tag.trim());
+ }));
+ } // haxProperty definition
+
+ }], [{
+ key: "styles",
+ //styles function
+ get: function get() {
+ return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(RetroCard), "styles", this)), [(0, _litElement.css)(_templateObject3_4797c710243411ea86f395335a802507())]);
+ }
+ }, {
+ key: "haxProperties",
+ get: function get() {
+ return {
+ canScale: false,
+ canPosition: false,
+ canEditSource: false,
+ gizmo: {
+ title: "Retro card",
+ description: "Simple card in a cool retro design",
+ icon: "icons:android",
+ color: "purple",
+ groups: ["Card"],
+ handles: [{
+ type: "image",
+ source2: "mediaSource",
+ source: "hoverSource",
+ alt: "subtitle",
+ title: "title",
+ name: "title"
+ }],
+ meta: {
+ author: "ELMS:LN",
+ owner: "The Pennsylvania State University"
+ }
+ },
+ settings: {
+ quick: [{
+ property: "mediaSource",
+ description: "",
+ inputMethod: "textfield",
+ required: true,
+ icon: "icons:link",
+ validationType: "url"
+ }],
+ configure: [{
+ property: "title",
+ description: "",
+ inputMethod: "textfield",
+ required: false,
+ icon: "icons:android"
+ }, {
+ property: "url",
+ description: "",
+ inputMethod: "textfield",
+ required: false,
+ icon: "icons:android",
+ validationType: "url"
+ }, {
+ property: "subtitle",
+ description: "",
+ inputMethod: "textfield",
+ required: false,
+ icon: "icons:android"
+ }, {
+ property: "tags",
+ description: "",
+ inputMethod: "textfield",
+ required: false,
+ icon: "icons:android"
+ }, {
+ property: "mediaSource",
+ description: "Primary media source",
+ inputMethod: "haxupload",
+ required: true,
+ icon: "icons:link",
+ validationType: "url"
+ }, {
+ property: "hoverSource",
+ description: "When user hovers / activates the card",
+ title: "Source on hover",
+ inputMethod: "haxupload",
+ required: false,
+ validationType: "url",
+ icon: "icons:android"
+ }, {
+ property: "accentColor",
+ description: "An accent to apply evenly to the card",
+ title: "Accent Color",
+ inputMethod: "colorpicker",
+ required: false,
+ icon: "icons:android"
+ }, {
+ property: "dark",
+ title: "Dark",
+ description: "Flips the color mode to be dark mode",
+ inputMethod: "boolean",
+ required: false
+ }],
+ advanced: []
+ }
+ };
+ } // properties available to the custom element for data binding
+
+ }, {
+ key: "properties",
+ get: function get() {
+ return _objectSpread({}, babelHelpers.get(babelHelpers.getPrototypeOf(RetroCard), "properties", this), {
+ title: {
+ type: String
+ },
+ subtitle: {
+ type: String
+ },
+ tags: {
+ type: String
+ },
+ mediaSource: {
+ type: String,
+ attribute: "media-source"
+ },
+ url: {
+ type: String
+ },
+ hoverSource: {
+ type: String,
+ attribute: "hover-source"
+ },
+ hoverState: {
+ type: Boolean,
+ attribute: "hover-state",
+ reflect: true
+ },
+ __cardTags: {
+ type: Array
+ },
+ __source: {
+ type: String
+ }
+ });
+ }
+ /**
+ * Convention we use
+ */
+
+ }, {
+ key: "tag",
+ get: function get() {
+ return "retro-card";
+ }
+ /**
+ * HTMLElement
+ */
+
+ }]);
+
+ function RetroCard() {
+ var _this;
+
+ babelHelpers.classCallCheck(this, RetroCard);
+ _this = babelHelpers.possibleConstructorReturn(this, babelHelpers.getPrototypeOf(RetroCard).call(this));
+ _this.__cardTags = [];
+ _this.hoverState = false; // makes this focusable and we normalize the hover / focus state
+ // between CSS, JS and keyboard actions this way
+
+ _this.setAttribute("tabindex", 0);
+
+ setTimeout(function () {
+ _this.addEventListener("keypress", _this._keyPress.bind(babelHelpers.assertThisInitialized(_this)));
+
+ _this.addEventListener("mouseover", _this._hoverStateOn.bind(babelHelpers.assertThisInitialized(_this)));
+
+ _this.addEventListener("mouseout", _this._hoverStateOff.bind(babelHelpers.assertThisInitialized(_this)));
+
+ _this.addEventListener("focusin", _this._hoverStateOn.bind(babelHelpers.assertThisInitialized(_this)));
+
+ _this.addEventListener("focusout", _this._hoverStateOff.bind(babelHelpers.assertThisInitialized(_this)));
+ }, 0);
+ return _this;
+ }
+ /**
+ * A11y because we are delegating keyboard function to hit the link when enter pressed
+ */
+
+
+ babelHelpers.createClass(RetroCard, [{
+ key: "_keyPress",
+ value: function _keyPress(e) {
+ switch (e.key) {
+ case "Enter":
+ // simulate click to go to whatever link / action it has
+ this.shadowRoot.querySelector("a").click();
+ break;
+ }
+ }
+ }, {
+ key: "_hoverStateOff",
+ value: function _hoverStateOff(e) {
+ this.hoverState = false;
+ }
+ }, {
+ key: "_hoverStateOn",
+ value: function _hoverStateOn(e) {
+ this.hoverState = true;
+ }
+ }, {
+ key: "firstUpdated",
+ value: function firstUpdated() {
+ // optional support for hoverSource being the default source
+ if (!this.hoverSource) {
+ console.log("?");
+ this.hoverSource = this.mediaSource;
+ }
+ }
+ /**
+ * LitElement life cycle - property changed
+ */
+
+ }, {
+ key: "updated",
+ value: function updated(changedProperties) {
+ var _this2 = this;
+
+ if (babelHelpers.get(babelHelpers.getPrototypeOf(RetroCard.prototype), "updated", this)) {
+ babelHelpers.get(babelHelpers.getPrototypeOf(RetroCard.prototype), "updated", this).call(this, changedProperties);
+ }
+
+ changedProperties.forEach(function (oldValue, propName) {
+ if (propName == "tags") {
+ _this2._tagsChanged(_this2[propName]);
+ }
+
+ if (propName == "source") {
+ _this2.__source = _this2.mediaSource;
+ }
+
+ if (propName == "hoverState") {
+ _this2.__source = _this2[propName] ? _this2.hoverSource : _this2.mediaSource;
+ console.log(_this2.mediaSource);
+ }
+ });
+ }
+ /**
+ * Convert string based tags into array
+ */
+
+ }, {
+ key: "_tagsChanged",
+ value: function _tagsChanged(tags) {
+ var ary = tags.split(",");
+ this.__cardTags = babelHelpers.toConsumableArray(ary);
+ }
+ }]);
+ return RetroCard;
+ }(_simpleColors.SimpleColors);
+
+ _exports.RetroCard = RetroCard;
+ customElements.define(RetroCard.tag, RetroCard);
+});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/buttons/rich-text-editor-button-styles.js b/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/buttons/rich-text-editor-button-styles.js
index 51a92feb172..2e3d59735ba 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/buttons/rich-text-editor-button-styles.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/buttons/rich-text-editor-button-styles.js
@@ -1,10 +1,10 @@
define(["../../../../@polymer/polymer/polymer-element.js"], function (_polymerElement) {
"use strict";
- function _templateObject_9724cf7022d211eaa0764d1a500fd781() {
+ function _templateObject_521700c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n"]);
- _templateObject_9724cf7022d211eaa0764d1a500fd781 = function _templateObject_9724cf7022d211eaa0764d1a500fd781() {
+ _templateObject_521700c0243411ea86f395335a802507 = function _templateObject_521700c0243411ea86f395335a802507() {
return data;
};
@@ -12,7 +12,7 @@ define(["../../../../@polymer/polymer/polymer-element.js"], function (_polymerEl
}
var styleElement = document.createElement("dom-module");
- var css = (0, _polymerElement.html)(_templateObject_9724cf7022d211eaa0764d1a500fd781());
+ var css = (0, _polymerElement.html)(_templateObject_521700c0243411ea86f395335a802507());
styleElement.appendChild(css);
styleElement.register("rich-text-editor-button-styles");
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/buttons/rich-text-editor-button.js b/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/buttons/rich-text-editor-button.js
index 58a3f7459b7..2e93387e975 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/buttons/rich-text-editor-button.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/buttons/rich-text-editor-button.js
@@ -6,10 +6,10 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js", "../../../
});
_exports.RichTextEditorButton = void 0;
- function _templateObject_9729d88022d211eaa0764d1a500fd781() {
+ function _templateObject_521f3e20243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n [[__label]] \n \n [[__label]] \n "]);
- _templateObject_9729d88022d211eaa0764d1a500fd781 = function _templateObject_9729d88022d211eaa0764d1a500fd781() {
+ _templateObject_521f3e20243411ea86f395335a802507 = function _templateObject_521f3e20243411ea86f395335a802507() {
return data;
};
@@ -205,7 +205,7 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js", "../../../
key: "template",
// render function
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9729d88022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_521f3e20243411ea86f395335a802507());
} // properties available to the custom element for data binding
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/buttons/rich-text-editor-picker.js b/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/buttons/rich-text-editor-picker.js
index 283f325d279..66b3f13d01e 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/buttons/rich-text-editor-picker.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/buttons/rich-text-editor-picker.js
@@ -6,10 +6,10 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js", "./rich-te
});
_exports.RichTextEditorPicker = void 0;
- function _templateObject_9735e67022d211eaa0764d1a500fd781() {
+ function _templateObject_522f43b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n [[__label]] \n \n [[__label]] \n "]);
- _templateObject_9735e67022d211eaa0764d1a500fd781 = function _templateObject_9735e67022d211eaa0764d1a500fd781() {
+ _templateObject_522f43b0243411ea86f395335a802507 = function _templateObject_522f43b0243411ea86f395335a802507() {
return data;
};
@@ -153,7 +153,7 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js", "./rich-te
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9735e67022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_522f43b0243411ea86f395335a802507());
} // properties available to the custom element for data binding
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/rich-text-editor-styles.js b/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/rich-text-editor-styles.js
index aca5810a991..a968ea66eab 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/rich-text-editor-styles.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/rich-text-editor-styles.js
@@ -1,10 +1,10 @@
define(["../../../@polymer/polymer/polymer-element.js"], function (_polymerElement) {
"use strict";
- function _templateObject_95fe29c022d211eaa0764d1a500fd781() {
+ function _templateObject_50d272d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n"]);
- _templateObject_95fe29c022d211eaa0764d1a500fd781 = function _templateObject_95fe29c022d211eaa0764d1a500fd781() {
+ _templateObject_50d272d0243411ea86f395335a802507 = function _templateObject_50d272d0243411ea86f395335a802507() {
return data;
};
@@ -12,7 +12,7 @@ define(["../../../@polymer/polymer/polymer-element.js"], function (_polymerEleme
}
var styleElement = document.createElement("dom-module");
- var css = (0, _polymerElement.html)(_templateObject_95fe29c022d211eaa0764d1a500fd781());
+ var css = (0, _polymerElement.html)(_templateObject_50d272d0243411ea86f395335a802507());
styleElement.appendChild(css);
styleElement.register("rich-text-editor-styles");
window.RichTextEditorStyleManager = {};
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/singletons/rich-text-editor-prompt.js b/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/singletons/rich-text-editor-prompt.js
index 6ab8cdd609e..6fb4e10bbfc 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/singletons/rich-text-editor-prompt.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/singletons/rich-text-editor-prompt.js
@@ -6,10 +6,10 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js", "../../../
});
_exports.RichTextEditorPrompt = void 0;
- function _templateObject_974290a022d211eaa0764d1a500fd781() {
+ function _templateObject_523d2660243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n "]);
- _templateObject_974290a022d211eaa0764d1a500fd781 = function _templateObject_974290a022d211eaa0764d1a500fd781() {
+ _templateObject_523d2660243411ea86f395335a802507 = function _templateObject_523d2660243411ea86f395335a802507() {
return data;
};
@@ -36,7 +36,7 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js", "../../../
/* REQUIRED FOR TOOLING DO NOT TOUCH */
// render function
get: function get() {
- return (0, _polymerElement.html)(_templateObject_974290a022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_523d2660243411ea86f395335a802507());
}
/**
* Store the tag name to make it easier to obtain directly.
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/singletons/rich-text-editor-selection.js b/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/singletons/rich-text-editor-selection.js
index 233cb8c9fc9..b879113d462 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/singletons/rich-text-editor-selection.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/singletons/rich-text-editor-selection.js
@@ -6,10 +6,10 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js", "../rich-t
});
_exports.RichTextEditorSelection = void 0;
- function _templateObject_9747c0c022d211eaa0764d1a500fd781() {
+ function _templateObject_524340e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject_9747c0c022d211eaa0764d1a500fd781 = function _templateObject_9747c0c022d211eaa0764d1a500fd781() {
+ _templateObject_524340e0243411ea86f395335a802507 = function _templateObject_524340e0243411ea86f395335a802507() {
return data;
};
@@ -282,7 +282,7 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js", "../rich-t
key: "template",
// render function
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9747c0c022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_524340e0243411ea86f395335a802507());
} // properties available to the custom element for data binding
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/toolbars/rich-text-editor-breadcrumb.js b/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/toolbars/rich-text-editor-breadcrumb.js
index 7b8ce209ce9..f9faaebb89d 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/toolbars/rich-text-editor-breadcrumb.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/toolbars/rich-text-editor-breadcrumb.js
@@ -6,10 +6,10 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js", "../../../
});
_exports.RichTextEditorBreadcrumb = void 0;
- function _templateObject_97496e7022d211eaa0764d1a500fd781() {
+ function _templateObject_52453cb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n [[tag]]\n \n "]);
- _templateObject_97496e7022d211eaa0764d1a500fd781 = function _templateObject_97496e7022d211eaa0764d1a500fd781() {
+ _templateObject_52453cb0243411ea86f395335a802507 = function _templateObject_52453cb0243411ea86f395335a802507() {
return data;
};
@@ -84,7 +84,7 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js", "../../../
key: "template",
// render function
get: function get() {
- return (0, _polymerElement.html)(_templateObject_97496e7022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_52453cb0243411ea86f395335a802507());
} // properties available to the custom element for data binding
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/toolbars/rich-text-editor-breadcrumbs.js b/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/toolbars/rich-text-editor-breadcrumbs.js
index d0ee36c459e..fc9a3867765 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/toolbars/rich-text-editor-breadcrumbs.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/toolbars/rich-text-editor-breadcrumbs.js
@@ -6,10 +6,10 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js", "./rich-te
});
_exports.RichTextEditorBreadcrumbs = void 0;
- function _templateObject_974b433022d211eaa0764d1a500fd781() {
+ function _templateObject_524786a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n [[label]]\n \n \n \n \n "]);
- _templateObject_974b433022d211eaa0764d1a500fd781 = function _templateObject_974b433022d211eaa0764d1a500fd781() {
+ _templateObject_524786a0243411ea86f395335a802507 = function _templateObject_524786a0243411ea86f395335a802507() {
return data;
};
@@ -81,7 +81,7 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js", "./rich-te
/* REQUIRED FOR TOOLING DO NOT TOUCH */
// render function
get: function get() {
- return (0, _polymerElement.html)(_templateObject_974b433022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_524786a0243411ea86f395335a802507());
}
/**
* Store the tag name to make it easier to obtain directly.
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/toolbars/rich-text-editor-toolbar-full.js b/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/toolbars/rich-text-editor-toolbar-full.js
index 9453477e472..6796c8998a2 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/toolbars/rich-text-editor-toolbar-full.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/toolbars/rich-text-editor-toolbar-full.js
@@ -6,10 +6,10 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js", "./rich-te
});
_exports.RichTextEditorToolbarFull = void 0;
- function _templateObject_974d17f022d211eaa0764d1a500fd781() {
+ function _templateObject_524a6cd0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " ", " ", "\n "]);
- _templateObject_974d17f022d211eaa0764d1a500fd781 = function _templateObject_974d17f022d211eaa0764d1a500fd781() {
+ _templateObject_524a6cd0243411ea86f395335a802507 = function _templateObject_524a6cd0243411ea86f395335a802507() {
return data;
};
@@ -119,7 +119,7 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js", "./rich-te
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_974d17f022d211eaa0764d1a500fd781(), this.styleTemplate, this.stickyTemplate, this.toolbarTemplate);
+ return (0, _polymerElement.html)(_templateObject_524a6cd0243411ea86f395335a802507(), this.styleTemplate, this.stickyTemplate, this.toolbarTemplate);
} // properties available to the custom element for data binding
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/toolbars/rich-text-editor-toolbar-mini.js b/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/toolbars/rich-text-editor-toolbar-mini.js
index 892a91a6977..bf7adb5e77d 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/toolbars/rich-text-editor-toolbar-mini.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/toolbars/rich-text-editor-toolbar-mini.js
@@ -6,10 +6,10 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js", "./rich-te
});
_exports.RichTextEditorToolbarMini = void 0;
- function _templateObject_974f88f022d211eaa0764d1a500fd781() {
+ function _templateObject_524c8fb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n \n \n ", "\n \n "]);
- _templateObject_974f88f022d211eaa0764d1a500fd781 = function _templateObject_974f88f022d211eaa0764d1a500fd781() {
+ _templateObject_524c8fb0243411ea86f395335a802507 = function _templateObject_524c8fb0243411ea86f395335a802507() {
return data;
};
@@ -115,7 +115,7 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js", "./rich-te
babelHelpers.createClass(RichTextEditorToolbarMini, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_974f88f022d211eaa0764d1a500fd781(), this.styleTemplate, this.toolbarTemplate);
+ return (0, _polymerElement.html)(_templateObject_524c8fb0243411ea86f395335a802507(), this.styleTemplate, this.toolbarTemplate);
} // properties available to the custom element for data binding
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/toolbars/rich-text-editor-toolbar.js b/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/toolbars/rich-text-editor-toolbar.js
index 1480850f5b1..bc85560d01f 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/toolbars/rich-text-editor-toolbar.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/lib/toolbars/rich-text-editor-toolbar.js
@@ -6,40 +6,40 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js", "../../../
});
_exports.RichTextEditorToolbar = void 0;
- function _templateObject4_975b21b022d211eaa0764d1a500fd781() {
+ function _templateObject4_525a4b50243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " ", " ", "\n "]);
- _templateObject4_975b21b022d211eaa0764d1a500fd781 = function _templateObject4_975b21b022d211eaa0764d1a500fd781() {
+ _templateObject4_525a4b50243411ea86f395335a802507 = function _templateObject4_525a4b50243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_975b21b022d211eaa0764d1a500fd781() {
+ function _templateObject3_525a4b50243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n
\n "]);
- _templateObject3_975b21b022d211eaa0764d1a500fd781 = function _templateObject3_975b21b022d211eaa0764d1a500fd781() {
+ _templateObject3_525a4b50243411ea86f395335a802507 = function _templateObject3_525a4b50243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_975b21b022d211eaa0764d1a500fd781() {
+ function _templateObject2_525a4b50243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_975b21b022d211eaa0764d1a500fd781 = function _templateObject2_975b21b022d211eaa0764d1a500fd781() {
+ _templateObject2_525a4b50243411ea86f395335a802507 = function _templateObject2_525a4b50243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_975b21b022d211eaa0764d1a500fd781() {
+ function _templateObject_525a4b50243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_975b21b022d211eaa0764d1a500fd781 = function _templateObject_975b21b022d211eaa0764d1a500fd781() {
+ _templateObject_525a4b50243411ea86f395335a802507 = function _templateObject_525a4b50243411ea86f395335a802507() {
return data;
};
@@ -525,25 +525,25 @@ define(["exports", "../../../../@polymer/polymer/polymer-element.js", "../../../
key: "stickyTemplate",
// render function for styles
get: function get() {
- return (0, _polymerElement.html)(_templateObject_975b21b022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_525a4b50243411ea86f395335a802507());
} // render function for styles
}, {
key: "styleTemplate",
get: function get() {
- return (0, _polymerElement.html)(_templateObject2_975b21b022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject2_525a4b50243411ea86f395335a802507());
} // render function for toolbar
}, {
key: "toolbarTemplate",
get: function get() {
- return (0, _polymerElement.html)(_templateObject3_975b21b022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject3_525a4b50243411ea86f395335a802507());
} // render function for template
}, {
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject4_975b21b022d211eaa0764d1a500fd781(), this.styleTemplate, this.stickyTemplate, this.toolbarTemplate);
+ return (0, _polymerElement.html)(_templateObject4_525a4b50243411ea86f395335a802507(), this.styleTemplate, this.stickyTemplate, this.toolbarTemplate);
} // properties available to the custom element for data binding
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/rich-text-editor.js b/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/rich-text-editor.js
index 01abd331902..f3181e2e204 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/rich-text-editor.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/rich-text-editor/rich-text-editor.js
@@ -10,10 +10,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_8cea66f022d211eaa0764d1a500fd781() {
+ function _templateObject_479d1e40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_8cea66f022d211eaa0764d1a500fd781 = function _templateObject_8cea66f022d211eaa0764d1a500fd781() {
+ _templateObject_479d1e40243411ea86f395335a802507 = function _templateObject_479d1e40243411ea86f395335a802507() {
return data;
};
@@ -126,7 +126,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
key: "template",
// render function
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8cea66f022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_479d1e40243411ea86f395335a802507());
} // haxProperty definition
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/rss-items/rss-items.js b/build/es5-amd/node_modules/@lrnwebcomponents/rss-items/rss-items.js
index 1ae141d928c..37774a2d728 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/rss-items/rss-items.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/rss-items/rss-items.js
@@ -12,50 +12,50 @@ define(["exports", "meta", "require", "../../lit-element/lit-element.js", "../es
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject5_8cf27d4022d211eaa0764d1a500fd781() {
+ function _templateObject5_47c39200243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host([hidden]) {\n display: none;\n }\n :host {\n display: flex;\n flex-wrap: wrap;\n flex-direction: row;\n align-items: flex-start;\n justify-content: space-between;\n }\n\n :host * {\n box-sizing: border-box;\n }\n\n h3,\n p {\n margin: 0;\n }\n\n a {\n color: var(--primary-color, inherit);\n text-decoration: none;\n }\n\n article {\n margin-bottom: 2em;\n }\n\n .thumbnail-container {\n display: block;\n overflow: hidden;\n width: 100%;\n height: 180px;\n }\n\n .thumbnail {\n width: 100%;\n height: 100%;\n transition: transform 0.5s ease-out;\n }\n\n .thumbnail-container:hover .thumbnail,\n .thumbnail-container:focus .thumbnail {\n transform: scale3d(1.3, 1.3, 1);\n }\n\n .title {\n min-height: 3em;\n margin: 1em 0 0.5em;\n }\n\n .excerpt {\n min-height: 6em;\n margin: 0.5em 0 2em;\n }\n\n @media (max-width: 599px) {\n .title,\n .excerpt {\n min-height: 0;\n }\n }\n\n @media (min-width: 600px) {\n article {\n flex: 1 1 40%;\n margin-right: 2em;\n }\n\n article:nth-of-type(2n),\n article:last-of-type {\n margin-right: 0;\n }\n }\n\n @media (min-width: 900px) {\n article {\n flex: 1 1 30%;\n }\n\n article:nth-of-type(2n) {\n margin-right: 2em;\n }\n\n article:nth-of-type(3n) {\n margin-right: 0;\n }\n }\n "]);
- _templateObject5_8cf27d4022d211eaa0764d1a500fd781 = function _templateObject5_8cf27d4022d211eaa0764d1a500fd781() {
+ _templateObject5_47c39200243411ea86f395335a802507 = function _templateObject5_47c39200243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject4_8cf27d4022d211eaa0764d1a500fd781() {
+ function _templateObject4_47c39200243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n \n \n "]);
- _templateObject4_8cf27d4022d211eaa0764d1a500fd781 = function _templateObject4_8cf27d4022d211eaa0764d1a500fd781() {
+ _templateObject4_47c39200243411ea86f395335a802507 = function _templateObject4_47c39200243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_8cf27d4022d211eaa0764d1a500fd781() {
+ function _templateObject3_47c39200243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject3_8cf27d4022d211eaa0764d1a500fd781 = function _templateObject3_8cf27d4022d211eaa0764d1a500fd781() {
+ _templateObject3_47c39200243411ea86f395335a802507 = function _templateObject3_47c39200243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_8cf27d4022d211eaa0764d1a500fd781() {
+ function _templateObject2_47c39200243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n ", " \n \n \n ", "\n
\n ", "\n \n "]);
- _templateObject2_8cf27d4022d211eaa0764d1a500fd781 = function _templateObject2_8cf27d4022d211eaa0764d1a500fd781() {
+ _templateObject2_47c39200243411ea86f395335a802507 = function _templateObject2_47c39200243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8cf27d4022d211eaa0764d1a500fd781() {
+ function _templateObject_47c39200243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n "]);
- _templateObject_8cf27d4022d211eaa0764d1a500fd781 = function _templateObject_8cf27d4022d211eaa0764d1a500fd781() {
+ _templateObject_47c39200243411ea86f395335a802507 = function _templateObject_47c39200243411ea86f395335a802507() {
return data;
};
@@ -88,8 +88,8 @@ define(["exports", "meta", "require", "../../lit-element/lit-element.js", "../es
value: function render() {
var _this2 = this;
- return (0, _litElement.html)(_templateObject_8cf27d4022d211eaa0764d1a500fd781(), this.url, this.xmlEvent, this.items.map(function (item) {
- return (0, _litElement.html)(_templateObject2_8cf27d4022d211eaa0764d1a500fd781(), item.imageSrc ? (0, _litElement.html)(_templateObject3_8cf27d4022d211eaa0764d1a500fd781(), item.link, item.title, item.imageSrc, item.title) : "", item.link, item.title, _this2._truncateText(item.title, _this2.maxTitleLength), _this2._truncateText(item.excerpt, _this2.maxExcerptLength), _this2.showReadMore ? (0, _litElement.html)(_templateObject4_8cf27d4022d211eaa0764d1a500fd781(), item.link, item.title, _this2.readMoreAnchorText, _this2.readMoreImageAlt) : "");
+ return (0, _litElement.html)(_templateObject_47c39200243411ea86f395335a802507(), this.url, this.xmlEvent, this.items.map(function (item) {
+ return (0, _litElement.html)(_templateObject2_47c39200243411ea86f395335a802507(), item.imageSrc ? (0, _litElement.html)(_templateObject3_47c39200243411ea86f395335a802507(), item.link, item.title, item.imageSrc, item.title) : "", item.link, item.title, _this2._truncateText(item.title, _this2.maxTitleLength), _this2._truncateText(item.excerpt, _this2.maxExcerptLength), _this2.showReadMore ? (0, _litElement.html)(_templateObject4_47c39200243411ea86f395335a802507(), item.link, item.title, _this2.readMoreAnchorText, _this2.readMoreImageAlt) : "");
}));
} // haxProperty definition
@@ -248,7 +248,7 @@ define(["exports", "meta", "require", "../../lit-element/lit-element.js", "../es
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject5_8cf27d4022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject5_47c39200243411ea86f395335a802507())];
}
}, {
key: "haxProperties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/scroll-button/scroll-button.js b/build/es5-amd/node_modules/@lrnwebcomponents/scroll-button/scroll-button.js
index 28031559fc2..09f8603013d 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/scroll-button/scroll-button.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/scroll-button/scroll-button.js
@@ -11,20 +11,20 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../../@polyme
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_8d06536022d211eaa0764d1a500fd781() {
+ function _templateObject2_47ca6fd0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n --scroll-button-z-index: 99;\n z-index: var(--scroll-button-z-index);\n }\n\n :host([hidden]) {\n display: none;\n }\n paper-icon-button {\n background-color: rgba(0, 0, 0, 0.6);\n color: white;\n }\n paper-icon-button:hover,\n paper-icon-button:active,\n paper-icon-button:focus {\n background-color: rgba(0, 0, 0, 1);\n }\n paper-tooltip {\n --paper-tooltip-background: #000000;\n --paper-tooltip-opacity: 1;\n --paper-tooltip-text-color: #ffffff;\n --paper-tooltip-delay-in: 0;\n }\n "]);
- _templateObject2_8d06536022d211eaa0764d1a500fd781 = function _templateObject2_8d06536022d211eaa0764d1a500fd781() {
+ _templateObject2_47ca6fd0243411ea86f395335a802507 = function _templateObject2_47ca6fd0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8d06536022d211eaa0764d1a500fd781() {
+ function _templateObject_47ca6fd0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n ", "\n \n "]);
- _templateObject_8d06536022d211eaa0764d1a500fd781 = function _templateObject_8d06536022d211eaa0764d1a500fd781() {
+ _templateObject_47ca6fd0243411ea86f395335a802507 = function _templateObject_47ca6fd0243411ea86f395335a802507() {
return data;
};
@@ -45,14 +45,14 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../../@polyme
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_8d06536022d211eaa0764d1a500fd781(), this.scrollEvent, this.icon, this.label, this.position, this.label);
+ return (0, _litElement.html)(_templateObject_47ca6fd0243411ea86f395335a802507(), this.scrollEvent, this.icon, this.label, this.position, this.label);
} // haxProperty definition
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject2_8d06536022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_47ca6fd0243411ea86f395335a802507())];
}
}, {
key: "haxProperties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/select-menu/select-menu.js b/build/es5-amd/node_modules/@lrnwebcomponents/select-menu/select-menu.js
index a3b057aff4d..1c259efa64b 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/select-menu/select-menu.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/select-menu/select-menu.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js"], func
_exports.SelectMenu = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_8d1d36c022d211eaa0764d1a500fd781() {
+ function _templateObject_47cfee10243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "], ["\n \n \n "]);
- _templateObject_8d1d36c022d211eaa0764d1a500fd781 = function _templateObject_8d1d36c022d211eaa0764d1a500fd781() {
+ _templateObject_47cfee10243411ea86f395335a802507 = function _templateObject_47cfee10243411ea86f395335a802507() {
return data;
};
@@ -91,7 +91,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js"], func
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8d1d36c022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_47cfee10243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/self-check/self-check.js b/build/es5-amd/node_modules/@lrnwebcomponents/self-check/self-check.js
index bbc24f24959..74c9b0abfcd 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/self-check/self-check.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/self-check/self-check.js
@@ -11,30 +11,30 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../simple-col
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject3_8d22dc1022d211eaa0764d1a500fd781() {
+ function _templateObject3_48094d90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n margin: 15px 0;\n }\n :host([hidden]),\n *[hidden] {\n display: none !important;\n }\n\n paper-card {\n width: 100%;\n color: var(\n --self-check-question-text,\n var(--simple-colors-default-theme-grey-12, #000)\n );\n background-color: var(\n --self-check-question-color,\n var(--simple-colors-default-theme-grey-1, #fff)\n );\n overflow: hidden;\n }\n\n paper-icon-button#checkbtn {\n width: 50px;\n height: 50px;\n position: relative;\n left: 16px;\n bottom: -10px;\n }\n\n .check_button {\n display: flex;\n justify-content: flex-end;\n }\n\n paper-icon-button#closeBtn {\n width: 50px;\n height: 50px;\n position: relative;\n left: 16px;\n bottom: -16px;\n }\n\n .close_button {\n display: flex;\n justify-content: flex-end;\n }\n\n iron-icon#questionmark {\n width: 35px;\n height: 35px;\n padding: 5px;\n color: var(\n --self-check-heading-text,\n var(--simple-colors-default-theme-grey-1, #fff)\n );\n }\n\n .heading {\n text-transform: uppercase;\n font-size: 22px;\n margin: 10px;\n color: var(\n --self-check-heading-text,\n var(--simple-colors-default-theme-grey-1, #fff)\n );\n }\n\n #header_wrap {\n color: var(\n --self-check-heading-text,\n var(--simple-colors-default-theme-grey-1, #fff)\n );\n background-color: var(\n --self-check-heading-color,\n var(--simple-colors-default-theme-accent-8, #444)\n );\n display: inline-flex;\n width: 100%;\n margin: -20px 0 0;\n }\n\n #question_wrap {\n color: var(\n --self-check-question-text,\n var(--simple-colors-default-theme-grey-12, #000)\n );\n background-color: var(\n --self-check-question-color,\n var(--simple-colors-default-theme-grey-1, #fff)\n );\n position: relative;\n }\n\n .question {\n font-size: 16px;\n padding: 15px 15px;\n }\n\n :host([correct]) .question {\n display: none;\n }\n\n #answer_wrap {\n visibility: hidden;\n opacity: 0;\n color: var(\n --self-check-answer-text,\n var(--simple-colors-default-theme-grey-1, #fff)\n );\n background-color: var(\n --self-check-answer-color,\n var(--simple-colors-default-theme-light-green-8, #00762e)\n );\n border-top: 2px solid\n var(\n --self-check-answer-text,\n var(--simple-colors-default-theme-grey-1, #fff)\n );\n width: 100%;\n top: 0;\n transition: all 0.2s ease;\n left: calc(100%);\n position: absolute;\n }\n\n :host([correct]) #answer_wrap {\n visibility: visible;\n opacity: 1;\n position: relative;\n left: 0;\n }\n\n .answer {\n font-size: 16px;\n padding: 15px;\n line-height: 19.2px;\n }\n\n #quote_start {\n display: inline-flex;\n transform: rotateY(180deg);\n }\n\n #quote_end {\n display: inline-flex;\n }\n\n .triangle {\n width: 0;\n height: 0;\n border-left: 20px solid transparent;\n border-right: 20px solid transparent;\n border-bottom: 20px solid\n var(\n --self-check-heading-color,\n var(--simple-colors-default-theme-accent-8, #444)\n );\n position: relative;\n top: -20px;\n left: -1px;\n }\n\n .more_info {\n display: inline;\n }\n\n .more_info a {\n color: var(\n --self-check-answer-text,\n var(--simple-colors-default-theme-grey-1, #fff)\n );\n }\n\n .more_info a:hover {\n text-decoration: none;\n }\n "]);
- _templateObject3_8d22dc1022d211eaa0764d1a500fd781 = function _templateObject3_8d22dc1022d211eaa0764d1a500fd781() {
+ _templateObject3_48094d90243411ea86f395335a802507 = function _templateObject3_48094d90243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_8d22dc1022d211eaa0764d1a500fd781() {
+ function _templateObject2_48094d90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_8d22dc1022d211eaa0764d1a500fd781 = function _templateObject2_8d22dc1022d211eaa0764d1a500fd781() {
+ _templateObject2_48094d90243411ea86f395335a802507 = function _templateObject2_48094d90243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8d22dc1022d211eaa0764d1a500fd781() {
+ function _templateObject_48094d90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n
\n \n \n \n "]);
- _templateObject_8d22dc1022d211eaa0764d1a500fd781 = function _templateObject_8d22dc1022d211eaa0764d1a500fd781() {
+ _templateObject_48094d90243411ea86f395335a802507 = function _templateObject_48094d90243411ea86f395335a802507() {
return data;
};
@@ -106,7 +106,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../simple-col
babelHelpers.createClass(SelfCheck, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_8d22dc1022d211eaa0764d1a500fd781(), this.image, this.alt, this.title, this.correct, this.openAnswer, this.correct ? "false" : "true", this.link ? (0, _litElement.html)(_templateObject2_8d22dc1022d211eaa0764d1a500fd781(), this.link) : "", this.openAnswer);
+ return (0, _litElement.html)(_templateObject_48094d90243411ea86f395335a802507(), this.image, this.alt, this.title, this.correct, this.openAnswer, this.correct ? "false" : "true", this.link ? (0, _litElement.html)(_templateObject2_48094d90243411ea86f395335a802507(), this.link) : "", this.openAnswer);
}
}, {
key: "openAnswer",
@@ -120,7 +120,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../simple-col
}], [{
key: "styles",
get: function get() {
- return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(SelfCheck), "styles", this)), [(0, _litElement.css)(_templateObject3_8d22dc1022d211eaa0764d1a500fd781())]);
+ return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(SelfCheck), "styles", this)), [(0, _litElement.css)(_templateObject3_48094d90243411ea86f395335a802507())]);
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/silly-hax-game/silly-hax-game.es6.js b/build/es5-amd/node_modules/@lrnwebcomponents/silly-hax-game/silly-hax-game.es6.js
index c7e11f320d8..5d659abf826 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/silly-hax-game/silly-hax-game.es6.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/silly-hax-game/silly-hax-game.es6.js
@@ -6,10 +6,10 @@ define(["exports", "./node_modules/@polymer/polymer/polymer-legacy.js", "./node_
});
_exports.SillyHaxGame = void 0;
- function _templateObject_6aacd69022d211eaa0764d1a500fd781() {
+ function _templateObject_23935960243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n
\n \n \n "]);
- _templateObject_6aacd69022d211eaa0764d1a500fd781 = function _templateObject_6aacd69022d211eaa0764d1a500fd781() {
+ _templateObject_23935960243411ea86f395335a802507 = function _templateObject_23935960243411ea86f395335a802507() {
return data;
};
@@ -22,7 +22,7 @@ define(["exports", "./node_modules/@polymer/polymer/polymer-legacy.js", "./node_
* @demo demo/index.html
*/
var SillyHaxGame = (0, _polymerLegacy.Polymer)({
- _template: (0, _polymerLegacy.html)(_templateObject_6aacd69022d211eaa0764d1a500fd781()),
+ _template: (0, _polymerLegacy.html)(_templateObject_23935960243411ea86f395335a802507()),
is: "silly-hax-game",
properties: {
/**
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/silly-hax-game/silly-hax-game.js b/build/es5-amd/node_modules/@lrnwebcomponents/silly-hax-game/silly-hax-game.js
index b412f88a639..f5d995a0165 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/silly-hax-game/silly-hax-game.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/silly-hax-game/silly-hax-game.js
@@ -6,10 +6,10 @@ define(["exports", "../../@polymer/polymer/polymer-legacy.js", "../simple-timer/
});
_exports.SillyHaxGame = void 0;
- function _templateObject_6ab6e8b022d211eaa0764d1a500fd781() {
+ function _templateObject_239e07c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n
\n \n \n "]);
- _templateObject_6ab6e8b022d211eaa0764d1a500fd781 = function _templateObject_6ab6e8b022d211eaa0764d1a500fd781() {
+ _templateObject_239e07c0243411ea86f395335a802507 = function _templateObject_239e07c0243411ea86f395335a802507() {
return data;
};
@@ -24,7 +24,7 @@ define(["exports", "../../@polymer/polymer/polymer-legacy.js", "../simple-timer/
*/
var SillyHaxGame = (0, _polymerLegacy.Polymer)({
- _template: (0, _polymerLegacy.html)(_templateObject_6ab6e8b022d211eaa0764d1a500fd781()),
+ _template: (0, _polymerLegacy.html)(_templateObject_239e07c0243411ea86f395335a802507()),
is: "silly-hax-game",
properties: {
/**
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog-card/simple-blog-card.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog-card/simple-blog-card.js
index 557d730f79e..18ef064eedc 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog-card/simple-blog-card.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog-card/simple-blog-card.js
@@ -11,20 +11,20 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../../@polyme
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_8d435c6022d211eaa0764d1a500fd781() {
+ function _templateObject2_48142300243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline-block;\n --simple-blog-card-author-link: #03a87c;\n }\n\n :host([hidden]) {\n display: none;\n }\n .card-micro {\n width: 100px;\n }\n .card-small {\n width: 200px;\n }\n .card-medium {\n width: 300px;\n }\n .card-large {\n width: 400px;\n }\n .card-xlarge {\n width: 600px;\n }\n a {\n text-decoration: none;\n }\n .teaser {\n margin-top: 7px;\n }\n .teaser,\n .teaser ::slotted(*) {\n color: var(--simple-blog-card-text, rgba(0, 0, 0, 0.54));\n line-height: 1.2;\n font-size: 20px;\n word-break: all;\n }\n paper-card:not(:defined) {\n display: none;\n }\n paper-card {\n --iron-image-height: 250px;\n }\n .card-content {\n height: 125px;\n overflow: hidden;\n }\n .card-micro {\n --iron-image-height: 50px;\n }\n .card-small {\n --iron-image-height: 100px;\n }\n .card-medium {\n --iron-image-height: 150px;\n }\n .card-large {\n --iron-image-height: 200px;\n height: 100px;\n }\n .card-micro .card-content {\n height: 25px;\n }\n .card-small .card-content {\n height: 50px;\n }\n .card-medium .card-content {\n height: 75px;\n }\n .card-large .card-content {\n height: 100px;\n }\n paper-card h3 {\n font-size: 26px;\n line-height: 1.1;\n letter-spacing: 0;\n font-weight: 600;\n color: var(--simple-blog-card-header, black);\n text-decoration: none;\n padding-bottom: 2px;\n padding-top: 5px;\n margin: 0;\n font-family: \"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\",\n Geneva, Arial, sans-serif;\n display: -webkit-box;\n -webkit-line-clamp: 3;\n -webkit-box-orient: vertical;\n overflow: hidden;\n word-break: break-word;\n word-wrap: break-word;\n text-overflow: ellipsis;\n }\n paper-avatar {\n -webkit-box-flex: 0;\n -webkit-flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n display: inline-block;\n }\n .reading-time:after {\n content: attr(title);\n }\n .author-block {\n line-height: 1.4;\n font-size: 15px;\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n }\n .author-info {\n font-size: 16px;\n line-height: 1.4;\n padding-left: 10px;\n text-rendering: auto;\n }\n .author-info a {\n color: var(--simple-blog-card-author-link);\n }\n .post-details {\n font-size: 15px;\n color: var(--simple-blog-card-text, rgba(0, 0, 0, 0.54));\n }\n .post-details .dot {\n padding-right: 0.3em;\n padding-left: 0.3em;\n }\n .box {\n outline: 1px solid black;\n }\n simple-popover:not([for]) {\n display: none;\n }\n "]);
- _templateObject2_8d435c6022d211eaa0764d1a500fd781 = function _templateObject2_8d435c6022d211eaa0764d1a500fd781() {
+ _templateObject2_48142300243411ea86f395335a802507 = function _templateObject2_48142300243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8d435c6022d211eaa0764d1a500fd781() {
+ function _templateObject_48142300243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n\n\n \n \n
\n
\n \n
\n
", " \n
\n \n \n · \n \n
\n
\n
\n
\n "]);
- _templateObject_8d435c6022d211eaa0764d1a500fd781 = function _templateObject_8d435c6022d211eaa0764d1a500fd781() {
+ _templateObject_48142300243411ea86f395335a802507 = function _templateObject_48142300243411ea86f395335a802507() {
return data;
};
@@ -51,13 +51,13 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../../@polyme
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_8d435c6022d211eaa0764d1a500fd781(), this.alt, this.image, this.shadow, this.placeholder, this.size, this.link, this.title, this.author, this.authorimage, this.authorlink, this.author, this.timestamp, this.readtime);
+ return (0, _litElement.html)(_templateObject_48142300243411ea86f395335a802507(), this.alt, this.image, this.shadow, this.placeholder, this.size, this.link, this.title, this.author, this.authorimage, this.authorlink, this.author, this.timestamp, this.readtime);
} // properties available to the custom element for data binding
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_8d435c6022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_48142300243411ea86f395335a802507())];
} // life cycle
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog/lib/simple-blog-footer.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog/lib/simple-blog-footer.js
index 71c1bb0a229..a931ab2fd17 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog/lib/simple-blog-footer.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog/lib/simple-blog-footer.js
@@ -11,20 +11,20 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_960b221022d211eaa0764d1a500fd781() {
+ function _templateObject2_50df6b20243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n width: 100%;\n position: relative;\n overflow: hidden;\n opacity: 1;\n transition: 0.2s opacity linear;\n }\n :host([edit-mode]) {\n pointer-events: none;\n opacity: 0.2;\n }\n :host *[hidden] {\n display: none;\n }\n .background-closer-image {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n text-indent: -9999px;\n background-size: cover;\n background-repeat: no-repeat;\n background-position: center;\n opacity: 0.4;\n transition: all 0.6s linear;\n }\n .background-closer-image-wrap {\n position: absolute;\n background-color: rgba(0, 0, 0, 0.9);\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n text-indent: -9999px;\n transition: all 0.6s linear;\n opacity: 1;\n }\n :host([active]) .background-closer-image {\n opacity: 0.8;\n }\n :host([active]) .background-closer-image-wrap {\n background-color: rgba(0, 0, 0, 0.2);\n }\n .inner {\n width: 100%;\n position: relative;\n z-index: 99;\n max-width: 640px;\n padding: 32px 0;\n text-align: center;\n margin: 0 auto;\n }\n .blog-title {\n margin: 0;\n padding: 0 0 10px;\n font-size: 50px;\n text-align: center;\n font-weight: 700;\n letter-spacing: -2px;\n outline: 0;\n line-height: 50px;\n word-break: break-word;\n color: white;\n text-shadow: 0 1px 16px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.5);\n }\n .blog-description {\n margin: 0 0 50px;\n padding: 0 32px;\n font-size: 18px;\n line-height: 1.5;\n color: white;\n text-align: center;\n font-weight: 400;\n text-shadow: 0 1px 16px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.5);\n }\n paper-button,\n site-menu-button:not([disabled]) {\n display: block;\n text-align: center;\n letter-spacing: -0.32px;\n font-size: 15px;\n font-weight: 400;\n font-style: normal;\n text-decoration: none;\n cursor: pointer;\n height: 44px;\n background-color: var(--haxcms-color, red);\n color: black;\n box-sizing: border-box;\n border-radius: none;\n line-height: 44px;\n margin: 16px 0;\n padding: 0;\n }\n paper-button:focus,\n paper-button:active,\n paper-button:hover,\n site-menu-button:focus,\n site-menu-button:active,\n site-menu-button:hover {\n outline: 2px solid var(--haxcms-color);\n outline-offset: 8px;\n }\n simple-datetime {\n letter-spacing: -0.32px;\n font-weight: 300;\n font-style: normal;\n font-size: 16px;\n line-height: 1.3;\n color: black;\n display: inline-flex;\n }\n "]);
- _templateObject2_960b221022d211eaa0764d1a500fd781 = function _templateObject2_960b221022d211eaa0764d1a500fd781() {
+ _templateObject2_50df6b20243411ea86f395335a802507 = function _templateObject2_50df6b20243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_960b221022d211eaa0764d1a500fd781() {
+ function _templateObject_50df6b20243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n
\n \n \n ", " \n \n
\n \n ", " \n \n
Back to list \n
\n ", "\n \n
\n ", "\n \n
\n "]);
- _templateObject_960b221022d211eaa0764d1a500fd781 = function _templateObject_960b221022d211eaa0764d1a500fd781() {
+ _templateObject_50df6b20243411ea86f395335a802507 = function _templateObject_50df6b20243411ea86f395335a802507() {
return data;
};
@@ -50,7 +50,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
* LitElement render
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_960b221022d211eaa0764d1a500fd781(), (0, _utils.varExists)(this.manifest, "metadata.theme.variables.image") ? this.manifest.metadata.theme.variables.image : "", this.prevChanged, this.prevTitle, this.nextChanged, this.nextTitle, this._backButtonTap, (0, _utils.varExists)(this.manifest, "title") ? this.manifest.title : "", (0, _utils.varExists)(this.manifest, "description") ? this.manifest.description : "");
+ return (0, _litElement.html)(_templateObject_50df6b20243411ea86f395335a802507(), (0, _utils.varExists)(this.manifest, "metadata.theme.variables.image") ? this.manifest.metadata.theme.variables.image : "", this.prevChanged, this.prevTitle, this.nextChanged, this.nextTitle, this._backButtonTap, (0, _utils.varExists)(this.manifest, "title") ? this.manifest.title : "", (0, _utils.varExists)(this.manifest, "description") ? this.manifest.description : "");
}
/**
* LitElement properties changed
@@ -99,7 +99,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
* LitElement style render
*/
get: function get() {
- return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(SimpleBlogFooter), "styles", this)), [(0, _litElement.css)(_templateObject2_960b221022d211eaa0764d1a500fd781())]);
+ return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(SimpleBlogFooter), "styles", this)), [(0, _litElement.css)(_templateObject2_50df6b20243411ea86f395335a802507())]);
}
/**
* Store the tag name to make it easier to obtain directly.
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog/lib/simple-blog-header.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog/lib/simple-blog-header.js
index 5234a3d81f6..be96324569a 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog/lib/simple-blog-header.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog/lib/simple-blog-header.js
@@ -11,20 +11,20 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_960fb5f022d211eaa0764d1a500fd781() {
+ function _templateObject2_50e42610243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject2_960fb5f022d211eaa0764d1a500fd781 = function _templateObject2_960fb5f022d211eaa0764d1a500fd781() {
+ _templateObject2_50e42610243411ea86f395335a802507 = function _templateObject2_50e42610243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_960fb5f022d211eaa0764d1a500fd781() {
+ function _templateObject_50e42610243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n .teaserimage {\n height: 450px;\n padding: 0;\n margin: 0;\n position: relative;\n overflow: hidden;\n background-color: var(--haxcms-color, black);\n }\n .teaserimage-image {\n transition: all 0.6s linear;\n background-size: cover;\n background-position: center;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n z-index: 1;\n text-indent: -9999px;\n transform: translate3d(0px, 24px, 0px);\n opacity: 0.8;\n visibility: visible;\n }\n .teaserimage-image:hover {\n opacity: 1;\n }\n .blog-logo {\n width: 120px;\n height: 120px;\n position: absolute;\n margin-top: -60px;\n right: 50%;\n margin-right: -60px;\n background-size: cover;\n border-radius: 50%;\n z-index: 99;\n text-indent: -9999px;\n border: 3px solid #fff;\n background-color: #fff;\n -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);\n -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);\n box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);\n }\n .site-title {\n margin: 0;\n padding: 84px 16px 8px;\n font-size: 50px;\n text-align: center;\n font-weight: 700;\n letter-spacing: -2px;\n outline: 0;\n line-height: 50px;\n word-break: break-word;\n color: #333;\n }\n .blog-description {\n margin: 0 0 20px;\n padding: 0 32px;\n font-size: 18px;\n line-height: 1.5;\n color: #666;\n text-align: center;\n font-weight: 400;\n }\n .custom-links {\n margin: 0 auto 36px;\n text-align: center;\n color: #ccc;\n display: flex;\n justify-content: center;\n }\n site-rss-button {\n margin: 0 4px;\n }\n "]);
- _templateObject_960fb5f022d211eaa0764d1a500fd781 = function _templateObject_960fb5f022d211eaa0764d1a500fd781() {
+ _templateObject_50e42610243411ea86f395335a802507 = function _templateObject_50e42610243411ea86f395335a802507() {
return data;
};
@@ -47,7 +47,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
* LitElement constructable styles enhancement
*/
get: function get() {
- return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(SimpleBlogHeader), "styles", this)), [(0, _litElement.css)(_templateObject_960fb5f022d211eaa0764d1a500fd781())]);
+ return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(SimpleBlogHeader), "styles", this)), [(0, _litElement.css)(_templateObject_50e42610243411ea86f395335a802507())]);
}
/**
* Store the tag name to make it easier to obtain directly.
@@ -78,7 +78,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
babelHelpers.createClass(SimpleBlogHeader, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_960fb5f022d211eaa0764d1a500fd781(), this.image, this.icon, this.title, this.description);
+ return (0, _litElement.html)(_templateObject2_50e42610243411ea86f395335a802507(), this.image, this.icon, this.title, this.description);
}
}, {
key: "connectedCallback",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog/lib/simple-blog-listing.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog/lib/simple-blog-listing.js
index c2eba9afea0..879b748e9b9 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog/lib/simple-blog-listing.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog/lib/simple-blog-listing.js
@@ -10,30 +10,30 @@ define(["exports", "../../../lit-element/lit-element.js", "../../simple-colors/s
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject3_961226f022d211eaa0764d1a500fd781() {
+ function _templateObject3_50e6e530243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject3_961226f022d211eaa0764d1a500fd781 = function _templateObject3_961226f022d211eaa0764d1a500fd781() {
+ _templateObject3_50e6e530243411ea86f395335a802507 = function _templateObject3_50e6e530243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_961226f022d211eaa0764d1a500fd781() {
+ function _templateObject2_50e6e530243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n ", "\n
\n "]);
- _templateObject2_961226f022d211eaa0764d1a500fd781 = function _templateObject2_961226f022d211eaa0764d1a500fd781() {
+ _templateObject2_50e6e530243411ea86f395335a802507 = function _templateObject2_50e6e530243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_961226f022d211eaa0764d1a500fd781() {
+ function _templateObject_50e6e530243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n .listing {\n width: 100%;\n max-width: 640px;\n margin: 0 auto;\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n }\n @media only screen and (max-width: 800px) {\n .listing {\n padding: 0 32px;\n }\n }\n simple-blog-overview:not(:defined) {\n display: none;\n }\n simple-blog-overview {\n width: 100%;\n border: 1px solid #f2f2f0;\n }\n "]);
- _templateObject_961226f022d211eaa0764d1a500fd781 = function _templateObject_961226f022d211eaa0764d1a500fd781() {
+ _templateObject_50e6e530243411ea86f395335a802507 = function _templateObject_50e6e530243411ea86f395335a802507() {
return data;
};
@@ -56,7 +56,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../simple-colors/s
* LitElement render styles
*/
get: function get() {
- return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(SimpleBlogListing), "styles", this)), [(0, _litElement.css)(_templateObject_961226f022d211eaa0764d1a500fd781())]);
+ return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(SimpleBlogListing), "styles", this)), [(0, _litElement.css)(_templateObject_50e6e530243411ea86f395335a802507())]);
}
/**
* Store the tag name to make it easier to obtain directly.
@@ -89,8 +89,8 @@ define(["exports", "../../../lit-element/lit-element.js", "../../simple-colors/s
babelHelpers.createClass(SimpleBlogListing, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_961226f022d211eaa0764d1a500fd781(), this.__itemsChanged, this.__items.map(function (item) {
- return (0, _litElement.html)(_templateObject3_961226f022d211eaa0764d1a500fd781(), item.id, item.title, item.description, item.location, item.metadata.created);
+ return (0, _litElement.html)(_templateObject2_50e6e530243411ea86f395335a802507(), this.__itemsChanged, this.__items.map(function (item) {
+ return (0, _litElement.html)(_templateObject3_50e6e530243411ea86f395335a802507(), item.id, item.title, item.description, item.location, item.metadata.created);
}));
}
/**
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog/lib/simple-blog-overview.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog/lib/simple-blog-overview.js
index 9d1d90e1bf0..684bd1f2e7a 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog/lib/simple-blog-overview.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog/lib/simple-blog-overview.js
@@ -11,20 +11,20 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_9615a96022d211eaa0764d1a500fd781() {
+ function _templateObject2_50ea8eb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n "]);
- _templateObject2_9615a96022d211eaa0764d1a500fd781 = function _templateObject2_9615a96022d211eaa0764d1a500fd781() {
+ _templateObject2_50ea8eb0243411ea86f395335a802507 = function _templateObject2_50ea8eb0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9615a96022d211eaa0764d1a500fd781() {
+ function _templateObject_50ea8eb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n outline: none;\n text-transform: none;\n }\n paper-card {\n padding: 32px 16px;\n margin: 0;\n min-width: unset;\n width: 100%;\n background-color: transparent;\n }\n .post-title {\n letter-spacing: -0.32px;\n font-weight: 700;\n font-style: normal;\n display: block;\n font-size: 28px;\n line-height: 1.1;\n margin: 0;\n }\n .post-title a {\n text-decoration: none;\n color: #333332;\n }\n .post-excerpt,\n simple-datetime {\n letter-spacing: -0.32px;\n font-weight: 300;\n font-style: normal;\n font-size: 16px;\n line-height: 1.3;\n color: var(--simple-colors-default-theme-grey-10);\n }\n .post-excerpt p {\n text-transform: none;\n }\n :host([elevation=\"2\"]) .post-excerpt,\n :host([elevation=\"2\"]) simple-datetime {\n color: var(--simple-colors-default-theme-grey-12);\n }\n .post-meta {\n font-size: 14px;\n color: #b3b3b1;\n line-height: 30px;\n }\n a,\n a:visited,\n a:hover,\n a:focus,\n a:active {\n color: inherit;\n }\n "]);
- _templateObject_9615a96022d211eaa0764d1a500fd781 = function _templateObject_9615a96022d211eaa0764d1a500fd781() {
+ _templateObject_50ea8eb0243411ea86f395335a802507 = function _templateObject_50ea8eb0243411ea86f395335a802507() {
return data;
};
@@ -52,7 +52,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
* LitElement render style
*/
get: function get() {
- return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(SimpleBlogOverview), "styles", this)), [(0, _litElement.css)(_templateObject_9615a96022d211eaa0764d1a500fd781())]);
+ return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(SimpleBlogOverview), "styles", this)), [(0, _litElement.css)(_templateObject_50ea8eb0243411ea86f395335a802507())]);
}
/**
* Store the tag name to make it easier to obtain directly.
@@ -102,7 +102,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
babelHelpers.createClass(SimpleBlogOverview, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_9615a96022d211eaa0764d1a500fd781(), this.link, this.title, this.elevation, this.title, this.description, this.changed);
+ return (0, _litElement.html)(_templateObject2_50ea8eb0243411ea86f395335a802507(), this.link, this.title, this.elevation, this.title, this.description, this.changed);
}
/**
* LitElement / popular convention
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog/lib/simple-blog-post.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog/lib/simple-blog-post.js
index 865be68d660..a6e28c856f5 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog/lib/simple-blog-post.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog/lib/simple-blog-post.js
@@ -11,30 +11,30 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject3_9619ef2022d211eaa0764d1a500fd781() {
+ function _templateObject3_50f03400243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n min-height: 80vh;\n }\n main {\n transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;\n width: 100%;\n max-width: 900px;\n margin: 0 auto;\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n opacity: 1;\n visibility: visible;\n }\n @media only screen and (max-width: 900px) {\n main {\n padding: 0 32px;\n }\n }\n section {\n width: 100%;\n font-family: Linux Libertine;\n color: #333;\n }\n section ::slotted(*) {\n font-weight: 400;\n font-style: normal;\n font-size: 22px;\n line-height: 30px;\n margin: 0;\n padding-bottom: 30px;\n color: #333;\n -webkit-hyphens: auto;\n -moz-hyphens: auto;\n hyphens: auto;\n }\n :host([has-image]) .article-image {\n position: absolute;\n background-color: var(--haxcms-color, black);\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n overflow: hidden;\n }\n .post-image-image {\n background-size: cover;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n text-indent: -9999px;\n padding-top: 33%;\n z-index: 1;\n }\n .post-meta {\n font-family: Open Sans, MundoSans, \"Helvetica Neue\", Arial, Helvetica,\n sans-serif;\n }\n :host([has-image]) .post-meta {\n position: absolute;\n bottom: 80px;\n left: 30%;\n right: 30%;\n padding-top: 60px;\n z-index: 9;\n font-family: Open Sans, MundoSans, \"Helvetica Neue\", Arial, Helvetica,\n sans-serif;\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n }\n /**\n * Hide the slotted content during edit mode\n */\n :host([edit-mode]) #slot {\n display: none;\n }\n "]);
- _templateObject3_9619ef2022d211eaa0764d1a500fd781 = function _templateObject3_9619ef2022d211eaa0764d1a500fd781() {
+ _templateObject3_50f03400243411ea86f395335a802507 = function _templateObject3_50f03400243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_9619ef2022d211eaa0764d1a500fd781() {
+ function _templateObject2_50f03400243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n
\n "]);
- _templateObject2_9619ef2022d211eaa0764d1a500fd781 = function _templateObject2_9619ef2022d211eaa0764d1a500fd781() {
+ _templateObject2_50f03400243411ea86f395335a802507 = function _templateObject2_50f03400243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_9619ef2022d211eaa0764d1a500fd781() {
+ function _templateObject_50f03400243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_9619ef2022d211eaa0764d1a500fd781 = function _templateObject_9619ef2022d211eaa0764d1a500fd781() {
+ _templateObject_50f03400243411ea86f395335a802507 = function _templateObject_50f03400243411ea86f395335a802507() {
return data;
};
@@ -54,7 +54,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_9619ef2022d211eaa0764d1a500fd781(), this.hasImage ? (0, _litElement.html)(_templateObject2_9619ef2022d211eaa0764d1a500fd781(), this.image) : "");
+ return (0, _litElement.html)(_templateObject_50f03400243411ea86f395335a802507(), this.hasImage ? (0, _litElement.html)(_templateObject2_50f03400243411ea86f395335a802507(), this.image) : "");
}
}, {
key: "updated",
@@ -74,7 +74,7 @@ define(["exports", "require", "../../../lit-element/lit-element.js", "../../simp
* LitElement constructable styles enhancement
*/
get: function get() {
- return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(SimpleBlogPost), "styles", this)), [(0, _litElement.css)(_templateObject3_9619ef2022d211eaa0764d1a500fd781())]);
+ return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(SimpleBlogPost), "styles", this)), [(0, _litElement.css)(_templateObject3_50f03400243411ea86f395335a802507())]);
}
/**
* Store the tag name to make it easier to obtain directly.
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog/simple-blog.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog/simple-blog.js
index b9be4a5b26b..1df5cd6f854 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog/simple-blog.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-blog/simple-blog.js
@@ -11,20 +11,20 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../haxcms-ele
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_8d2944b022d211eaa0764d1a500fd781() {
+ function _templateObject2_480f6810243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n html,\n body {\n background-color: #fafafa;\n }\n :host {\n display: block;\n font-family: \"Roboto\", \"Noto\", sans-serif;\n -webkit-font-smoothing: antialiased;\n font-size: 14px;\n background-color: #fafafa;\n font-family: \"Open Sans\", \"MundoSans\", helvetica neue, Arial,\n Helvetica, sans-serif;\n margin: 0;\n padding: 0;\n text-rendering: optimizeLegibility;\n -webkit-font-smoothing: antialiased;\n -moz-font-feature-settings: \"liga=1, dlig=1\";\n -ms-font-feature-settings: \"liga\", \"dlig\";\n -webkit-font-feature-settings: \"liga\", \"dlig\";\n -o-font-feature-settings: \"liga\", \"dlig\";\n font-feature-settings: \"liga\", \"dlig\";\n }\n #backbutton {\n position: fixed;\n top: 0px;\n left: 0px;\n padding: 2px;\n width: 40px;\n height: 40px;\n margin: 8px;\n z-index: 1000;\n color: black;\n background-color: rgba(250, 250, 250, 0.5);\n opacity: 0.5;\n border-radius: 50%;\n transition: all 0.6s linear;\n }\n #backbutton:focus,\n #backbutton:hover {\n opacity: 1;\n color: white;\n background-color: var(--haxcms-color, black);\n }\n iron-pages,\n iron-pages section {\n width: 100vw;\n height: 100vh;\n }\n simple-blog-post {\n transition: all 0.6s ease-in-out;\n visibility: hidden;\n }\n :host([selected-page=\"0\"]) simple-blog-post {\n opacity: 0;\n visibility: hidden;\n }\n :host([selected-page=\"1\"]) simple-blog-post {\n visibility: visible;\n opacity: 1;\n }\n a,\n a:active,\n a:hover,\n a:focus {\n color: inherit;\n }\n "]);
- _templateObject2_8d2944b022d211eaa0764d1a500fd781 = function _templateObject2_8d2944b022d211eaa0764d1a500fd781() {
+ _templateObject2_480f6810243411ea86f395335a802507 = function _templateObject2_480f6810243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8d2944b022d211eaa0764d1a500fd781() {
+ function _templateObject_480f6810243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n Back to listing\n \n \n \n \n \n "]);
- _templateObject_8d2944b022d211eaa0764d1a500fd781 = function _templateObject_8d2944b022d211eaa0764d1a500fd781() {
+ _templateObject_480f6810243411ea86f395335a802507 = function _templateObject_480f6810243411ea86f395335a802507() {
return data;
};
@@ -45,7 +45,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../haxcms-ele
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_8d2944b022d211eaa0764d1a500fd781(), this.selectedPage, this._goBack, this.editMode);
+ return (0, _litElement.html)(_templateObject_480f6810243411ea86f395335a802507(), this.selectedPage, this._goBack, this.editMode);
}
/**
* Mix in an opened status
@@ -58,7 +58,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../haxcms-ele
* LitElement constructable styles enhancement
*/
get: function get() {
- return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(SimpleBlog), "styles", this)), [(0, _litElement.css)(_templateObject2_8d2944b022d211eaa0764d1a500fd781())]);
+ return [].concat(babelHelpers.toConsumableArray(babelHelpers.get(babelHelpers.getPrototypeOf(SimpleBlog), "styles", this)), [(0, _litElement.css)(_templateObject2_480f6810243411ea86f395335a802507())]);
}
/**
* Store the tag name to make it easier to obtain directly.
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors-shared-styles/simple-colors-shared-styles.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors-shared-styles/simple-colors-shared-styles.js
index b05f618ca42..59023748c55 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors-shared-styles/simple-colors-shared-styles.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors-shared-styles/simple-colors-shared-styles.js
@@ -10,20 +10,20 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_8d6e640022d211eaa0764d1a500fd781() {
+ function _templateObject2_485c2880243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n html {\n --simple-colors-default-theme-accent-1: #ffffff;\n --simple-colors-default-theme-accent-2: #eeeeee;\n --simple-colors-default-theme-accent-3: #dddddd;\n --simple-colors-default-theme-accent-4: #cccccc;\n --simple-colors-default-theme-accent-5: #bbbbbb;\n --simple-colors-default-theme-accent-6: #999999;\n --simple-colors-default-theme-accent-7: #666666;\n --simple-colors-default-theme-accent-8: #444444;\n --simple-colors-default-theme-accent-9: #333333;\n --simple-colors-default-theme-accent-10: #222222;\n --simple-colors-default-theme-accent-11: #111111;\n --simple-colors-default-theme-accent-12: #000000;\n\n --simple-colors-default-theme-grey-1: #ffffff;\n --simple-colors-default-theme-grey-2: #eeeeee;\n --simple-colors-default-theme-grey-3: #dddddd;\n --simple-colors-default-theme-grey-4: #cccccc;\n --simple-colors-default-theme-grey-5: #bbbbbb;\n --simple-colors-default-theme-grey-6: #999999;\n --simple-colors-default-theme-grey-7: #666666;\n --simple-colors-default-theme-grey-8: #444444;\n --simple-colors-default-theme-grey-9: #333333;\n --simple-colors-default-theme-grey-10: #222222;\n --simple-colors-default-theme-grey-11: #111111;\n --simple-colors-default-theme-grey-12: #000000;\n\n --simple-colors-default-theme-red-1: #ffdddd;\n --simple-colors-default-theme-red-2: #ffaeae;\n --simple-colors-default-theme-red-3: #ff8f8f;\n --simple-colors-default-theme-red-4: #ff7474;\n --simple-colors-default-theme-red-5: #fd5151;\n --simple-colors-default-theme-red-6: #ff2222;\n --simple-colors-default-theme-red-7: #ee0000;\n --simple-colors-default-theme-red-8: #ac0000;\n --simple-colors-default-theme-red-9: #850000;\n --simple-colors-default-theme-red-10: #670000;\n --simple-colors-default-theme-red-11: #520000;\n --simple-colors-default-theme-red-12: #3f0000;\n\n --simple-colors-default-theme-pink-1: #ffe6f1;\n --simple-colors-default-theme-pink-2: #ffa5cf;\n --simple-colors-default-theme-pink-3: #ff87c0;\n --simple-colors-default-theme-pink-4: #ff73b5;\n --simple-colors-default-theme-pink-5: #fd60aa;\n --simple-colors-default-theme-pink-6: #ff3996;\n --simple-colors-default-theme-pink-7: #da004e;\n --simple-colors-default-theme-pink-8: #b80042;\n --simple-colors-default-theme-pink-9: #980036;\n --simple-colors-default-theme-pink-10: #78002b;\n --simple-colors-default-theme-pink-11: #5a0020;\n --simple-colors-default-theme-pink-12: #440019;\n\n --simple-colors-default-theme-purple-1: #fce6ff;\n --simple-colors-default-theme-purple-2: #f4affd;\n --simple-colors-default-theme-purple-3: #f394ff;\n --simple-colors-default-theme-purple-4: #f07cff;\n --simple-colors-default-theme-purple-5: #ed61ff;\n --simple-colors-default-theme-purple-6: #e200ff;\n --simple-colors-default-theme-purple-7: #a500ba;\n --simple-colors-default-theme-purple-8: #8a009b;\n --simple-colors-default-theme-purple-9: #6c0079;\n --simple-colors-default-theme-purple-10: #490052;\n --simple-colors-default-theme-purple-11: #33003a;\n --simple-colors-default-theme-purple-12: #200025;\n\n --simple-colors-default-theme-deep-purple-1: #f3e4ff;\n --simple-colors-default-theme-deep-purple-2: #ddacff;\n --simple-colors-default-theme-deep-purple-3: #c97eff;\n --simple-colors-default-theme-deep-purple-4: #bb63f9;\n --simple-colors-default-theme-deep-purple-5: #b44aff;\n --simple-colors-default-theme-deep-purple-6: #a931ff;\n --simple-colors-default-theme-deep-purple-7: #7e00d8;\n --simple-colors-default-theme-deep-purple-8: #5d009f;\n --simple-colors-default-theme-deep-purple-9: #4c0081;\n --simple-colors-default-theme-deep-purple-10: #3a0063;\n --simple-colors-default-theme-deep-purple-11: #2a0049;\n --simple-colors-default-theme-deep-purple-12: #1d0033;\n\n --simple-colors-default-theme-indigo-1: #e5ddff;\n --simple-colors-default-theme-indigo-2: #c3b2ff;\n --simple-colors-default-theme-indigo-3: #af97ff;\n --simple-colors-default-theme-indigo-4: #9e82ff;\n --simple-colors-default-theme-indigo-5: #9373ff;\n --simple-colors-default-theme-indigo-6: #835fff;\n --simple-colors-default-theme-indigo-7: #3a00ff;\n --simple-colors-default-theme-indigo-8: #2801b0;\n --simple-colors-default-theme-indigo-9: #20008c;\n --simple-colors-default-theme-indigo-10: #160063;\n --simple-colors-default-theme-indigo-11: #100049;\n --simple-colors-default-theme-indigo-12: #0a0030;\n\n --simple-colors-default-theme-blue-1: #e2ecff;\n --simple-colors-default-theme-blue-2: #acc9ff;\n --simple-colors-default-theme-blue-3: #95baff;\n --simple-colors-default-theme-blue-4: #74a5ff;\n --simple-colors-default-theme-blue-5: #5892fd;\n --simple-colors-default-theme-blue-6: #4083ff;\n --simple-colors-default-theme-blue-7: #0059ff;\n --simple-colors-default-theme-blue-8: #0041bb;\n --simple-colors-default-theme-blue-9: #003494;\n --simple-colors-default-theme-blue-10: #002569;\n --simple-colors-default-theme-blue-11: #001947;\n --simple-colors-default-theme-blue-12: #001333;\n\n --simple-colors-default-theme-light-blue-1: #ddefff;\n --simple-colors-default-theme-light-blue-2: #a1d1ff;\n --simple-colors-default-theme-light-blue-3: #92c9ff;\n --simple-colors-default-theme-light-blue-4: #65b3ff;\n --simple-colors-default-theme-light-blue-5: #58adff;\n --simple-colors-default-theme-light-blue-6: #41a1ff;\n --simple-colors-default-theme-light-blue-7: #007ffc;\n --simple-colors-default-theme-light-blue-8: #0066ca;\n --simple-colors-default-theme-light-blue-9: #0055a8;\n --simple-colors-default-theme-light-blue-10: #003f7d;\n --simple-colors-default-theme-light-blue-11: #002850;\n --simple-colors-default-theme-light-blue-12: #001b36;\n\n --simple-colors-default-theme-cyan-1: #ddf8ff;\n --simple-colors-default-theme-cyan-2: #9beaff;\n --simple-colors-default-theme-cyan-3: #77e2ff;\n --simple-colors-default-theme-cyan-4: #33d4ff;\n --simple-colors-default-theme-cyan-5: #1ccfff;\n --simple-colors-default-theme-cyan-6: #00c9ff;\n --simple-colors-default-theme-cyan-7: #009dc7;\n --simple-colors-default-theme-cyan-8: #007999;\n --simple-colors-default-theme-cyan-9: #005970;\n --simple-colors-default-theme-cyan-10: #003f50;\n --simple-colors-default-theme-cyan-11: #002c38;\n --simple-colors-default-theme-cyan-12: #001a20;\n\n --simple-colors-default-theme-teal-1: #d9fff0;\n --simple-colors-default-theme-teal-2: #98ffd7;\n --simple-colors-default-theme-teal-3: #79ffcb;\n --simple-colors-default-theme-teal-4: #56ffbd;\n --simple-colors-default-theme-teal-5: #29ffac;\n --simple-colors-default-theme-teal-6: #00ff9c;\n --simple-colors-default-theme-teal-7: #009d75;\n --simple-colors-default-theme-teal-8: #007658;\n --simple-colors-default-theme-teal-9: #004e3a;\n --simple-colors-default-theme-teal-10: #003829;\n --simple-colors-default-theme-teal-11: #002a20;\n --simple-colors-default-theme-teal-12: #001b14;\n\n --simple-colors-default-theme-green-1: #e1ffeb;\n --simple-colors-default-theme-green-2: #acffc9;\n --simple-colors-default-theme-green-3: #79ffa7;\n --simple-colors-default-theme-green-4: #49ff88;\n --simple-colors-default-theme-green-5: #24ff70;\n --simple-colors-default-theme-green-6: #00f961;\n --simple-colors-default-theme-green-7: #008c37;\n --simple-colors-default-theme-green-8: #00762e;\n --simple-colors-default-theme-green-9: #005a23;\n --simple-colors-default-theme-green-10: #003d18;\n --simple-colors-default-theme-green-11: #002a11;\n --simple-colors-default-theme-green-12: #001d0c;\n\n --simple-colors-default-theme-light-green-1: #ebffdb;\n --simple-colors-default-theme-light-green-2: #c7ff9b;\n --simple-colors-default-theme-light-green-3: #b1ff75;\n --simple-colors-default-theme-light-green-4: #a1fd5a;\n --simple-colors-default-theme-light-green-5: #8efd38;\n --simple-colors-default-theme-light-green-6: #6fff00;\n --simple-colors-default-theme-light-green-7: #429d00;\n --simple-colors-default-theme-light-green-8: #357f00;\n --simple-colors-default-theme-light-green-9: #296100;\n --simple-colors-default-theme-light-green-10: #1b3f00;\n --simple-colors-default-theme-light-green-11: #143000;\n --simple-colors-default-theme-light-green-12: #0d2000;\n\n --simple-colors-default-theme-lime-1: #f1ffd2;\n --simple-colors-default-theme-lime-2: #dfff9b;\n --simple-colors-default-theme-lime-3: #d4ff77;\n --simple-colors-default-theme-lime-4: #caff58;\n --simple-colors-default-theme-lime-5: #bdff2d;\n --simple-colors-default-theme-lime-6: #aeff00;\n --simple-colors-default-theme-lime-7: #649900;\n --simple-colors-default-theme-lime-8: #4d7600;\n --simple-colors-default-theme-lime-9: #3b5a00;\n --simple-colors-default-theme-lime-10: #293f00;\n --simple-colors-default-theme-lime-11: #223400;\n --simple-colors-default-theme-lime-12: #182400;\n\n --simple-colors-default-theme-yellow-1: #ffffd5;\n --simple-colors-default-theme-yellow-2: #ffffac;\n --simple-colors-default-theme-yellow-3: #ffff90;\n --simple-colors-default-theme-yellow-4: #ffff7c;\n --simple-colors-default-theme-yellow-5: #ffff3a;\n --simple-colors-default-theme-yellow-6: #f6f600;\n --simple-colors-default-theme-yellow-7: #929100;\n --simple-colors-default-theme-yellow-8: #787700;\n --simple-colors-default-theme-yellow-9: #585700;\n --simple-colors-default-theme-yellow-10: #454400;\n --simple-colors-default-theme-yellow-11: #303000;\n --simple-colors-default-theme-yellow-12: #242400;\n\n --simple-colors-default-theme-amber-1: #fff2d4;\n --simple-colors-default-theme-amber-2: #ffdf92;\n --simple-colors-default-theme-amber-3: #ffd677;\n --simple-colors-default-theme-amber-4: #ffcf5e;\n --simple-colors-default-theme-amber-5: #ffc235;\n --simple-colors-default-theme-amber-6: #ffc500;\n --simple-colors-default-theme-amber-7: #b28900;\n --simple-colors-default-theme-amber-8: #876800;\n --simple-colors-default-theme-amber-9: #614b00;\n --simple-colors-default-theme-amber-10: #413200;\n --simple-colors-default-theme-amber-11: #302500;\n --simple-colors-default-theme-amber-12: #221a00;\n\n --simple-colors-default-theme-orange-1: #ffebd7;\n --simple-colors-default-theme-orange-2: #ffca92;\n --simple-colors-default-theme-orange-3: #ffbd75;\n --simple-colors-default-theme-orange-4: #ffb05c;\n --simple-colors-default-theme-orange-5: #ff9e36;\n --simple-colors-default-theme-orange-6: #ff9625;\n --simple-colors-default-theme-orange-7: #e56a00;\n --simple-colors-default-theme-orange-8: #ae5100;\n --simple-colors-default-theme-orange-9: #833d00;\n --simple-colors-default-theme-orange-10: #612d00;\n --simple-colors-default-theme-orange-11: #3d1c00;\n --simple-colors-default-theme-orange-12: #2c1400;\n\n --simple-colors-default-theme-deep-orange-1: #ffe7e0;\n --simple-colors-default-theme-deep-orange-2: #ffb299;\n --simple-colors-default-theme-deep-orange-3: #ffa588;\n --simple-colors-default-theme-deep-orange-4: #ff8a64;\n --simple-colors-default-theme-deep-orange-5: #ff7649;\n --simple-colors-default-theme-deep-orange-6: #ff6c3c;\n --simple-colors-default-theme-deep-orange-7: #f53100;\n --simple-colors-default-theme-deep-orange-8: #b92500;\n --simple-colors-default-theme-deep-orange-9: #8a1c00;\n --simple-colors-default-theme-deep-orange-10: #561100;\n --simple-colors-default-theme-deep-orange-11: #3a0c00;\n --simple-colors-default-theme-deep-orange-12: #240700;\n\n --simple-colors-default-theme-brown-1: #f0e2de;\n --simple-colors-default-theme-brown-2: #e5b8aa;\n --simple-colors-default-theme-brown-3: #c59485;\n --simple-colors-default-theme-brown-4: #b68373;\n --simple-colors-default-theme-brown-5: #ac7868;\n --simple-colors-default-theme-brown-6: #a47060;\n --simple-colors-default-theme-brown-7: #85574a;\n --simple-colors-default-theme-brown-8: #724539;\n --simple-colors-default-theme-brown-9: #5b3328;\n --simple-colors-default-theme-brown-10: #3b1e15;\n --simple-colors-default-theme-brown-11: #2c140e;\n --simple-colors-default-theme-brown-12: #200e09;\n\n --simple-colors-default-theme-blue-grey-1: #e7eff1;\n --simple-colors-default-theme-blue-grey-2: #b1c5ce;\n --simple-colors-default-theme-blue-grey-3: #9badb6;\n --simple-colors-default-theme-blue-grey-4: #8d9fa7;\n --simple-colors-default-theme-blue-grey-5: #7a8f98;\n --simple-colors-default-theme-blue-grey-6: #718892;\n --simple-colors-default-theme-blue-grey-7: #56707c;\n --simple-colors-default-theme-blue-grey-8: #40535b;\n --simple-colors-default-theme-blue-grey-9: #2f3e45;\n --simple-colors-default-theme-blue-grey-10: #1e282c;\n --simple-colors-default-theme-blue-grey-11: #182023;\n --simple-colors-default-theme-blue-grey-12: #0f1518;\n --simple-colors-fixed-theme-accent-1: #ffffff;\n --simple-colors-fixed-theme-accent-2: #eeeeee;\n --simple-colors-fixed-theme-accent-3: #dddddd;\n --simple-colors-fixed-theme-accent-4: #cccccc;\n --simple-colors-fixed-theme-accent-5: #bbbbbb;\n --simple-colors-fixed-theme-accent-6: #999999;\n --simple-colors-fixed-theme-accent-7: #666666;\n --simple-colors-fixed-theme-accent-8: #444444;\n --simple-colors-fixed-theme-accent-9: #333333;\n --simple-colors-fixed-theme-accent-10: #222222;\n --simple-colors-fixed-theme-accent-11: #111111;\n --simple-colors-fixed-theme-accent-12: #000000;\n\n --simple-colors-fixed-theme-grey-1: #ffffff;\n --simple-colors-fixed-theme-grey-2: #eeeeee;\n --simple-colors-fixed-theme-grey-3: #dddddd;\n --simple-colors-fixed-theme-grey-4: #cccccc;\n --simple-colors-fixed-theme-grey-5: #bbbbbb;\n --simple-colors-fixed-theme-grey-6: #999999;\n --simple-colors-fixed-theme-grey-7: #666666;\n --simple-colors-fixed-theme-grey-8: #444444;\n --simple-colors-fixed-theme-grey-9: #333333;\n --simple-colors-fixed-theme-grey-10: #222222;\n --simple-colors-fixed-theme-grey-11: #111111;\n --simple-colors-fixed-theme-grey-12: #000000;\n\n --simple-colors-fixed-theme-red-1: #ffdddd;\n --simple-colors-fixed-theme-red-2: #ffaeae;\n --simple-colors-fixed-theme-red-3: #ff8f8f;\n --simple-colors-fixed-theme-red-4: #ff7474;\n --simple-colors-fixed-theme-red-5: #fd5151;\n --simple-colors-fixed-theme-red-6: #ff2222;\n --simple-colors-fixed-theme-red-7: #ee0000;\n --simple-colors-fixed-theme-red-8: #ac0000;\n --simple-colors-fixed-theme-red-9: #850000;\n --simple-colors-fixed-theme-red-10: #670000;\n --simple-colors-fixed-theme-red-11: #520000;\n --simple-colors-fixed-theme-red-12: #3f0000;\n\n --simple-colors-fixed-theme-pink-1: #ffe6f1;\n --simple-colors-fixed-theme-pink-2: #ffa5cf;\n --simple-colors-fixed-theme-pink-3: #ff87c0;\n --simple-colors-fixed-theme-pink-4: #ff73b5;\n --simple-colors-fixed-theme-pink-5: #fd60aa;\n --simple-colors-fixed-theme-pink-6: #ff3996;\n --simple-colors-fixed-theme-pink-7: #da004e;\n --simple-colors-fixed-theme-pink-8: #b80042;\n --simple-colors-fixed-theme-pink-9: #980036;\n --simple-colors-fixed-theme-pink-10: #78002b;\n --simple-colors-fixed-theme-pink-11: #5a0020;\n --simple-colors-fixed-theme-pink-12: #440019;\n\n --simple-colors-fixed-theme-purple-1: #fce6ff;\n --simple-colors-fixed-theme-purple-2: #f4affd;\n --simple-colors-fixed-theme-purple-3: #f394ff;\n --simple-colors-fixed-theme-purple-4: #f07cff;\n --simple-colors-fixed-theme-purple-5: #ed61ff;\n --simple-colors-fixed-theme-purple-6: #e200ff;\n --simple-colors-fixed-theme-purple-7: #a500ba;\n --simple-colors-fixed-theme-purple-8: #8a009b;\n --simple-colors-fixed-theme-purple-9: #6c0079;\n --simple-colors-fixed-theme-purple-10: #490052;\n --simple-colors-fixed-theme-purple-11: #33003a;\n --simple-colors-fixed-theme-purple-12: #200025;\n\n --simple-colors-fixed-theme-deep-purple-1: #f3e4ff;\n --simple-colors-fixed-theme-deep-purple-2: #ddacff;\n --simple-colors-fixed-theme-deep-purple-3: #c97eff;\n --simple-colors-fixed-theme-deep-purple-4: #bb63f9;\n --simple-colors-fixed-theme-deep-purple-5: #b44aff;\n --simple-colors-fixed-theme-deep-purple-6: #a931ff;\n --simple-colors-fixed-theme-deep-purple-7: #7e00d8;\n --simple-colors-fixed-theme-deep-purple-8: #5d009f;\n --simple-colors-fixed-theme-deep-purple-9: #4c0081;\n --simple-colors-fixed-theme-deep-purple-10: #3a0063;\n --simple-colors-fixed-theme-deep-purple-11: #2a0049;\n --simple-colors-fixed-theme-deep-purple-12: #1d0033;\n\n --simple-colors-fixed-theme-indigo-1: #e5ddff;\n --simple-colors-fixed-theme-indigo-2: #c3b2ff;\n --simple-colors-fixed-theme-indigo-3: #af97ff;\n --simple-colors-fixed-theme-indigo-4: #9e82ff;\n --simple-colors-fixed-theme-indigo-5: #9373ff;\n --simple-colors-fixed-theme-indigo-6: #835fff;\n --simple-colors-fixed-theme-indigo-7: #3a00ff;\n --simple-colors-fixed-theme-indigo-8: #2801b0;\n --simple-colors-fixed-theme-indigo-9: #20008c;\n --simple-colors-fixed-theme-indigo-10: #160063;\n --simple-colors-fixed-theme-indigo-11: #100049;\n --simple-colors-fixed-theme-indigo-12: #0a0030;\n\n --simple-colors-fixed-theme-blue-1: #e2ecff;\n --simple-colors-fixed-theme-blue-2: #acc9ff;\n --simple-colors-fixed-theme-blue-3: #95baff;\n --simple-colors-fixed-theme-blue-4: #74a5ff;\n --simple-colors-fixed-theme-blue-5: #5892fd;\n --simple-colors-fixed-theme-blue-6: #4083ff;\n --simple-colors-fixed-theme-blue-7: #0059ff;\n --simple-colors-fixed-theme-blue-8: #0041bb;\n --simple-colors-fixed-theme-blue-9: #003494;\n --simple-colors-fixed-theme-blue-10: #002569;\n --simple-colors-fixed-theme-blue-11: #001947;\n --simple-colors-fixed-theme-blue-12: #001333;\n\n --simple-colors-fixed-theme-light-blue-1: #ddefff;\n --simple-colors-fixed-theme-light-blue-2: #a1d1ff;\n --simple-colors-fixed-theme-light-blue-3: #92c9ff;\n --simple-colors-fixed-theme-light-blue-4: #65b3ff;\n --simple-colors-fixed-theme-light-blue-5: #58adff;\n --simple-colors-fixed-theme-light-blue-6: #41a1ff;\n --simple-colors-fixed-theme-light-blue-7: #007ffc;\n --simple-colors-fixed-theme-light-blue-8: #0066ca;\n --simple-colors-fixed-theme-light-blue-9: #0055a8;\n --simple-colors-fixed-theme-light-blue-10: #003f7d;\n --simple-colors-fixed-theme-light-blue-11: #002850;\n --simple-colors-fixed-theme-light-blue-12: #001b36;\n\n --simple-colors-fixed-theme-cyan-1: #ddf8ff;\n --simple-colors-fixed-theme-cyan-2: #9beaff;\n --simple-colors-fixed-theme-cyan-3: #77e2ff;\n --simple-colors-fixed-theme-cyan-4: #33d4ff;\n --simple-colors-fixed-theme-cyan-5: #1ccfff;\n --simple-colors-fixed-theme-cyan-6: #00c9ff;\n --simple-colors-fixed-theme-cyan-7: #009dc7;\n --simple-colors-fixed-theme-cyan-8: #007999;\n --simple-colors-fixed-theme-cyan-9: #005970;\n --simple-colors-fixed-theme-cyan-10: #003f50;\n --simple-colors-fixed-theme-cyan-11: #002c38;\n --simple-colors-fixed-theme-cyan-12: #001a20;\n\n --simple-colors-fixed-theme-teal-1: #d9fff0;\n --simple-colors-fixed-theme-teal-2: #98ffd7;\n --simple-colors-fixed-theme-teal-3: #79ffcb;\n --simple-colors-fixed-theme-teal-4: #56ffbd;\n --simple-colors-fixed-theme-teal-5: #29ffac;\n --simple-colors-fixed-theme-teal-6: #00ff9c;\n --simple-colors-fixed-theme-teal-7: #009d75;\n --simple-colors-fixed-theme-teal-8: #007658;\n --simple-colors-fixed-theme-teal-9: #004e3a;\n --simple-colors-fixed-theme-teal-10: #003829;\n --simple-colors-fixed-theme-teal-11: #002a20;\n --simple-colors-fixed-theme-teal-12: #001b14;\n\n --simple-colors-fixed-theme-green-1: #e1ffeb;\n --simple-colors-fixed-theme-green-2: #acffc9;\n --simple-colors-fixed-theme-green-3: #79ffa7;\n --simple-colors-fixed-theme-green-4: #49ff88;\n --simple-colors-fixed-theme-green-5: #24ff70;\n --simple-colors-fixed-theme-green-6: #00f961;\n --simple-colors-fixed-theme-green-7: #008c37;\n --simple-colors-fixed-theme-green-8: #00762e;\n --simple-colors-fixed-theme-green-9: #005a23;\n --simple-colors-fixed-theme-green-10: #003d18;\n --simple-colors-fixed-theme-green-11: #002a11;\n --simple-colors-fixed-theme-green-12: #001d0c;\n\n --simple-colors-fixed-theme-light-green-1: #ebffdb;\n --simple-colors-fixed-theme-light-green-2: #c7ff9b;\n --simple-colors-fixed-theme-light-green-3: #b1ff75;\n --simple-colors-fixed-theme-light-green-4: #a1fd5a;\n --simple-colors-fixed-theme-light-green-5: #8efd38;\n --simple-colors-fixed-theme-light-green-6: #6fff00;\n --simple-colors-fixed-theme-light-green-7: #429d00;\n --simple-colors-fixed-theme-light-green-8: #357f00;\n --simple-colors-fixed-theme-light-green-9: #296100;\n --simple-colors-fixed-theme-light-green-10: #1b3f00;\n --simple-colors-fixed-theme-light-green-11: #143000;\n --simple-colors-fixed-theme-light-green-12: #0d2000;\n\n --simple-colors-fixed-theme-lime-1: #f1ffd2;\n --simple-colors-fixed-theme-lime-2: #dfff9b;\n --simple-colors-fixed-theme-lime-3: #d4ff77;\n --simple-colors-fixed-theme-lime-4: #caff58;\n --simple-colors-fixed-theme-lime-5: #bdff2d;\n --simple-colors-fixed-theme-lime-6: #aeff00;\n --simple-colors-fixed-theme-lime-7: #649900;\n --simple-colors-fixed-theme-lime-8: #4d7600;\n --simple-colors-fixed-theme-lime-9: #3b5a00;\n --simple-colors-fixed-theme-lime-10: #293f00;\n --simple-colors-fixed-theme-lime-11: #223400;\n --simple-colors-fixed-theme-lime-12: #182400;\n\n --simple-colors-fixed-theme-yellow-1: #ffffd5;\n --simple-colors-fixed-theme-yellow-2: #ffffac;\n --simple-colors-fixed-theme-yellow-3: #ffff90;\n --simple-colors-fixed-theme-yellow-4: #ffff7c;\n --simple-colors-fixed-theme-yellow-5: #ffff3a;\n --simple-colors-fixed-theme-yellow-6: #f6f600;\n --simple-colors-fixed-theme-yellow-7: #929100;\n --simple-colors-fixed-theme-yellow-8: #787700;\n --simple-colors-fixed-theme-yellow-9: #585700;\n --simple-colors-fixed-theme-yellow-10: #454400;\n --simple-colors-fixed-theme-yellow-11: #303000;\n --simple-colors-fixed-theme-yellow-12: #242400;\n\n --simple-colors-fixed-theme-amber-1: #fff2d4;\n --simple-colors-fixed-theme-amber-2: #ffdf92;\n --simple-colors-fixed-theme-amber-3: #ffd677;\n --simple-colors-fixed-theme-amber-4: #ffcf5e;\n --simple-colors-fixed-theme-amber-5: #ffc235;\n --simple-colors-fixed-theme-amber-6: #ffc500;\n --simple-colors-fixed-theme-amber-7: #b28900;\n --simple-colors-fixed-theme-amber-8: #876800;\n --simple-colors-fixed-theme-amber-9: #614b00;\n --simple-colors-fixed-theme-amber-10: #413200;\n --simple-colors-fixed-theme-amber-11: #302500;\n --simple-colors-fixed-theme-amber-12: #221a00;\n\n --simple-colors-fixed-theme-orange-1: #ffebd7;\n --simple-colors-fixed-theme-orange-2: #ffca92;\n --simple-colors-fixed-theme-orange-3: #ffbd75;\n --simple-colors-fixed-theme-orange-4: #ffb05c;\n --simple-colors-fixed-theme-orange-5: #ff9e36;\n --simple-colors-fixed-theme-orange-6: #ff9625;\n --simple-colors-fixed-theme-orange-7: #e56a00;\n --simple-colors-fixed-theme-orange-8: #ae5100;\n --simple-colors-fixed-theme-orange-9: #833d00;\n --simple-colors-fixed-theme-orange-10: #612d00;\n --simple-colors-fixed-theme-orange-11: #3d1c00;\n --simple-colors-fixed-theme-orange-12: #2c1400;\n\n --simple-colors-fixed-theme-deep-orange-1: #ffe7e0;\n --simple-colors-fixed-theme-deep-orange-2: #ffb299;\n --simple-colors-fixed-theme-deep-orange-3: #ffa588;\n --simple-colors-fixed-theme-deep-orange-4: #ff8a64;\n --simple-colors-fixed-theme-deep-orange-5: #ff7649;\n --simple-colors-fixed-theme-deep-orange-6: #ff6c3c;\n --simple-colors-fixed-theme-deep-orange-7: #f53100;\n --simple-colors-fixed-theme-deep-orange-8: #b92500;\n --simple-colors-fixed-theme-deep-orange-9: #8a1c00;\n --simple-colors-fixed-theme-deep-orange-10: #561100;\n --simple-colors-fixed-theme-deep-orange-11: #3a0c00;\n --simple-colors-fixed-theme-deep-orange-12: #240700;\n\n --simple-colors-fixed-theme-brown-1: #f0e2de;\n --simple-colors-fixed-theme-brown-2: #e5b8aa;\n --simple-colors-fixed-theme-brown-3: #c59485;\n --simple-colors-fixed-theme-brown-4: #b68373;\n --simple-colors-fixed-theme-brown-5: #ac7868;\n --simple-colors-fixed-theme-brown-6: #a47060;\n --simple-colors-fixed-theme-brown-7: #85574a;\n --simple-colors-fixed-theme-brown-8: #724539;\n --simple-colors-fixed-theme-brown-9: #5b3328;\n --simple-colors-fixed-theme-brown-10: #3b1e15;\n --simple-colors-fixed-theme-brown-11: #2c140e;\n --simple-colors-fixed-theme-brown-12: #200e09;\n\n --simple-colors-fixed-theme-blue-grey-1: #e7eff1;\n --simple-colors-fixed-theme-blue-grey-2: #b1c5ce;\n --simple-colors-fixed-theme-blue-grey-3: #9badb6;\n --simple-colors-fixed-theme-blue-grey-4: #8d9fa7;\n --simple-colors-fixed-theme-blue-grey-5: #7a8f98;\n --simple-colors-fixed-theme-blue-grey-6: #718892;\n --simple-colors-fixed-theme-blue-grey-7: #56707c;\n --simple-colors-fixed-theme-blue-grey-8: #40535b;\n --simple-colors-fixed-theme-blue-grey-9: #2f3e45;\n --simple-colors-fixed-theme-blue-grey-10: #1e282c;\n --simple-colors-fixed-theme-blue-grey-11: #182023;\n --simple-colors-fixed-theme-blue-grey-12: #0f1518;\n }\n "]);
- _templateObject2_8d6e640022d211eaa0764d1a500fd781 = function _templateObject2_8d6e640022d211eaa0764d1a500fd781() {
+ _templateObject2_485c2880243411ea86f395335a802507 = function _templateObject2_485c2880243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8d6e640022d211eaa0764d1a500fd781() {
+ function _templateObject_485c2880243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral([""]);
- _templateObject_8d6e640022d211eaa0764d1a500fd781 = function _templateObject_8d6e640022d211eaa0764d1a500fd781() {
+ _templateObject_485c2880243411ea86f395335a802507 = function _templateObject_485c2880243411ea86f395335a802507() {
return data;
};
@@ -41,14 +41,14 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_8d6e640022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_485c2880243411ea86f395335a802507());
} // properties available to the custom element for data binding
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject2_8d6e640022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_485c2880243411ea86f395335a802507())];
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors/lib/demo/simple-colors-swatch-info.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors/lib/demo/simple-colors-swatch-info.js
index 5f391a06fcf..237ce828f67 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors/lib/demo/simple-colors-swatch-info.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors/lib/demo/simple-colors-swatch-info.js
@@ -6,50 +6,50 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../simple-color
});
_exports.simpleColorsSwatchInfo = void 0;
- function _templateObject5_97635f1022d211eaa0764d1a500fd781() {
+ function _templateObject5_525df4d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n margin: 15px 0;\n }\n :host([hidden]) {\n display: none;\n }\n :host table {\n width: 100%;\n border: 1px solid black;\n border-radius: 3px;\n border-collapse: collapse;\n margin: 0 0 15px;\n }\n :host table caption {\n font-weight: bold;\n background-color: #222;\n color: white;\n }\n :host table th {\n background-color: #e0e0e0;\n }\n :host table caption,\n :host table th,\n :host table td {\n padding: 5px;\n border: 1px solid black;\n text-align: left;\n line-height: 160%;\n }\n :host table td span {\n padding: 5px;\n white-space: nowrap;\n margin: 5px 0;\n }\n "]);
- _templateObject5_97635f1022d211eaa0764d1a500fd781 = function _templateObject5_97635f1022d211eaa0764d1a500fd781() {
+ _templateObject5_525df4d0243411ea86f395335a802507 = function _templateObject5_525df4d0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject4_97635f1022d211eaa0764d1a500fd781() {
+ function _templateObject4_525df4d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "-", " \n "]);
- _templateObject4_97635f1022d211eaa0764d1a500fd781 = function _templateObject4_97635f1022d211eaa0764d1a500fd781() {
+ _templateObject4_525df4d0243411ea86f395335a802507 = function _templateObject4_525df4d0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_97635f1022d211eaa0764d1a500fd781() {
+ function _templateObject3_525df4d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "-", " \n "]);
- _templateObject3_97635f1022d211eaa0764d1a500fd781 = function _templateObject3_97635f1022d211eaa0764d1a500fd781() {
+ _templateObject3_525df4d0243411ea86f395335a802507 = function _templateObject3_525df4d0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_97635f1022d211eaa0764d1a500fd781() {
+ function _templateObject2_525df4d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", " \n \n ", "\n \n \n ", "\n \n \n "]);
- _templateObject2_97635f1022d211eaa0764d1a500fd781 = function _templateObject2_97635f1022d211eaa0764d1a500fd781() {
+ _templateObject2_525df4d0243411ea86f395335a802507 = function _templateObject2_525df4d0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_97635f1022d211eaa0764d1a500fd781() {
+ function _templateObject_525df4d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n CSS Variables and Classes for ", "\n \n \n \n Variable Name \n Color \n With dark Attribute \n \n \n \n \n \n --simple-colors-default-theme-", "\n \n default color \n inverted color \n \n \n \n --simple-colors-fixed-theme-", "\n \n default color \n fixed color \n \n \n
\n\n \n \n WCAG 2.0 AA Contrast with ", "\n \n \n \n Color Name \n Regular Text \n Large Text* \n \n \n \n ", "\n \n
\n \n * Large text is defined as bold text at least 14pt or normal text at\n least 18pt \n
\n "]);
- _templateObject_97635f1022d211eaa0764d1a500fd781 = function _templateObject_97635f1022d211eaa0764d1a500fd781() {
+ _templateObject_525df4d0243411ea86f395335a802507 = function _templateObject_525df4d0243411ea86f395335a802507() {
return data;
};
@@ -79,18 +79,18 @@ define(["exports", "../../../../lit-element/lit-element.js", "../../simple-color
value: function render() {
var _this2 = this;
- return (0, _litElement.html)(_templateObject_97635f1022d211eaa0764d1a500fd781(), this.swatchName, this.swatchName, this._getBg(this.swatchId), this._getInverseBg(this.swatchId), this.swatchName, this._getBg(this.swatchId), this._getBg(this.swatchId), this.swatchName, this._getOptions(this.colors).map(function (color) {
- return (0, _litElement.html)(_templateObject2_97635f1022d211eaa0764d1a500fd781(), color, _this2._getAa(_this2.swatchId, color).map(function (contrast) {
- return (0, _litElement.html)(_templateObject3_97635f1022d211eaa0764d1a500fd781(), _this2._getContrastBg(color, contrast), color, contrast);
+ return (0, _litElement.html)(_templateObject_525df4d0243411ea86f395335a802507(), this.swatchName, this.swatchName, this._getBg(this.swatchId), this._getInverseBg(this.swatchId), this.swatchName, this._getBg(this.swatchId), this._getBg(this.swatchId), this.swatchName, this._getOptions(this.colors).map(function (color) {
+ return (0, _litElement.html)(_templateObject2_525df4d0243411ea86f395335a802507(), color, _this2._getAa(_this2.swatchId, color).map(function (contrast) {
+ return (0, _litElement.html)(_templateObject3_525df4d0243411ea86f395335a802507(), _this2._getContrastBg(color, contrast), color, contrast);
}), _this2._getAaLarge(_this2.swatchId, color).map(function (contrast) {
- return (0, _litElement.html)(_templateObject4_97635f1022d211eaa0764d1a500fd781(), _this2._getContrastBg(color, contrast), color, contrast);
+ return (0, _litElement.html)(_templateObject4_525df4d0243411ea86f395335a802507(), _this2._getContrastBg(color, contrast), color, contrast);
}));
}));
}
}], [{
key: "styles",
get: function get() {
- return [babelHelpers.get(babelHelpers.getPrototypeOf(simpleColorsSwatchInfo), "styles", this), (0, _litElement.css)(_templateObject5_97635f1022d211eaa0764d1a500fd781())];
+ return [babelHelpers.get(babelHelpers.getPrototypeOf(simpleColorsSwatchInfo), "styles", this), (0, _litElement.css)(_templateObject5_525df4d0243411ea86f395335a802507())];
}
}]);
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors/lib/demo/simple-colors-swatches.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors/lib/demo/simple-colors-swatches.js
index 1f1cf88c41a..22ff58211fe 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors/lib/demo/simple-colors-swatches.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors/lib/demo/simple-colors-swatches.js
@@ -7,40 +7,40 @@ define(["exports", "require", "../../../../lit-element/lit-element.js", "../../s
_exports.simpleColorsSwatches = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject4_97672fa022d211eaa0764d1a500fd781() {
+ function _templateObject4_52617740243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n margin: 15px 0;\n }\n :host([hidden]) {\n display: none;\n }\n :host simple-modal-template {\n --simple-modal-titlebar-color: var(--simple-colors-swatch-contrast);\n --simple-modal-titlebar-background: var(--simple-colors-swatch-color);\n }\n :host .row {\n display: flex;\n align-items: stretch;\n }\n :host button {\n width: calc(8% - 6px);\n height: 80px;\n margin: 3px;\n border: 1px solid black;\n border-radius: 3px;\n padding: 0;\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n align-items: stretch;\n }\n :host button div {\n margin: 0;\n padding: 2px;\n font-size: 10px;\n background: black;\n color: white;\n width: calc(100% - 4px);\n }\n :host button:focus,\n :host button:hover {\n opacity: 0.7;\n cursor: pointer;\n }\n "]);
- _templateObject4_97672fa022d211eaa0764d1a500fd781 = function _templateObject4_97672fa022d211eaa0764d1a500fd781() {
+ _templateObject4_52617740243411ea86f395335a802507 = function _templateObject4_52617740243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_97672fa022d211eaa0764d1a500fd781() {
+ function _templateObject3_52617740243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "
\n \n "]);
- _templateObject3_97672fa022d211eaa0764d1a500fd781 = function _templateObject3_97672fa022d211eaa0764d1a500fd781() {
+ _templateObject3_52617740243411ea86f395335a802507 = function _templateObject3_52617740243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_97672fa022d211eaa0764d1a500fd781() {
+ function _templateObject2_52617740243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n
\n "]);
- _templateObject2_97672fa022d211eaa0764d1a500fd781 = function _templateObject2_97672fa022d211eaa0764d1a500fd781() {
+ _templateObject2_52617740243411ea86f395335a802507 = function _templateObject2_52617740243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_97672fa022d211eaa0764d1a500fd781() {
+ function _templateObject_52617740243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n
Click on the swatches above to learn more.
\n
\n ", "\n
\n
\n \n \n \n
\n \n
\n "]);
- _templateObject_97672fa022d211eaa0764d1a500fd781 = function _templateObject_97672fa022d211eaa0764d1a500fd781() {
+ _templateObject_52617740243411ea86f395335a802507 = function _templateObject_52617740243411ea86f395335a802507() {
return data;
};
@@ -79,9 +79,9 @@ define(["exports", "require", "../../../../lit-element/lit-element.js", "../../s
value: function render() {
var _this2 = this;
- return (0, _litElement.html)(_templateObject_97672fa022d211eaa0764d1a500fd781(), Object.keys(this.colors).map(function (color) {
- return (0, _litElement.html)(_templateObject2_97672fa022d211eaa0764d1a500fd781(), _this2.colors.grey.map(function (shade, index) {
- return (0, _litElement.html)(_templateObject3_97672fa022d211eaa0764d1a500fd781(), _this2._getId(color, index), _this2.colors[color][index], _this2._getTitle(color, index), function (e) {
+ return (0, _litElement.html)(_templateObject_52617740243411ea86f395335a802507(), Object.keys(this.colors).map(function (color) {
+ return (0, _litElement.html)(_templateObject2_52617740243411ea86f395335a802507(), _this2.colors.grey.map(function (shade, index) {
+ return (0, _litElement.html)(_templateObject3_52617740243411ea86f395335a802507(), _this2._getId(color, index), _this2.colors[color][index], _this2._getTitle(color, index), function (e) {
return _this2._handleClick(color, index);
}, _this2._getTitle(color, index));
}));
@@ -107,7 +107,7 @@ define(["exports", "require", "../../../../lit-element/lit-element.js", "../../s
}], [{
key: "styles",
get: function get() {
- return [babelHelpers.get(babelHelpers.getPrototypeOf(simpleColorsSwatches), "styles", this), (0, _litElement.css)(_templateObject4_97672fa022d211eaa0764d1a500fd781())];
+ return [babelHelpers.get(babelHelpers.getPrototypeOf(simpleColorsSwatches), "styles", this), (0, _litElement.css)(_templateObject4_52617740243411ea86f395335a802507())];
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors/lib/simple-colors-picker.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors/lib/simple-colors-picker.js
index cfc9adaf2e9..592437d51e3 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors/lib/simple-colors-picker.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors/lib/simple-colors-picker.js
@@ -10,20 +10,20 @@ define(["exports", "../../../lit-element/lit-element.js", "../simple-colors.js",
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_961eaa1022d211eaa0764d1a500fd781() {
+ function _templateObject2_50f5d950243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline-block;\n }\n :host([hidden]) {\n display: none;\n }\n "]);
- _templateObject2_961eaa1022d211eaa0764d1a500fd781 = function _templateObject2_961eaa1022d211eaa0764d1a500fd781() {
+ _templateObject2_50f5d950243411ea86f395335a802507 = function _templateObject2_50f5d950243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_961eaa1022d211eaa0764d1a500fd781() {
+ function _templateObject_50f5d950243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject_961eaa1022d211eaa0764d1a500fd781 = function _templateObject_961eaa1022d211eaa0764d1a500fd781() {
+ _templateObject_50f5d950243411ea86f395335a802507 = function _templateObject_50f5d950243411ea86f395335a802507() {
return data;
};
@@ -52,12 +52,12 @@ define(["exports", "../../../lit-element/lit-element.js", "../simple-colors.js",
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_961eaa1022d211eaa0764d1a500fd781(), this.blockLabel, this.disabled, this.expanded, this.shades, this._handleChange, this._handleCollapse, this._handleExpand, this._handleOptionFocus, this.ariaLabelledby, this.label, this.options, this.value);
+ return (0, _litElement.html)(_templateObject_50f5d950243411ea86f395335a802507(), this.blockLabel, this.disabled, this.expanded, this.shades, this._handleChange, this._handleCollapse, this._handleExpand, this._handleOptionFocus, this.ariaLabelledby, this.label, this.options, this.value);
}
}], [{
key: "styles",
get: function get() {
- return [babelHelpers.get(babelHelpers.getPrototypeOf(SimpleColorsPicker), "styles", this), (0, _litElement.css)(_templateObject2_961eaa1022d211eaa0764d1a500fd781())];
+ return [babelHelpers.get(babelHelpers.getPrototypeOf(SimpleColorsPicker), "styles", this), (0, _litElement.css)(_templateObject2_50f5d950243411ea86f395335a802507())];
}
}]);
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors/lib/simple-colors-polymer.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors/lib/simple-colors-polymer.js
index df997f12041..10cd8bba199 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors/lib/simple-colors-polymer.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors/lib/simple-colors-polymer.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../simple
});
_exports.SimpleColorsPolymer = void 0;
- function _templateObject_96211b1022d211eaa0764d1a500fd781() {
+ function _templateObject_50f82340243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject_96211b1022d211eaa0764d1a500fd781 = function _templateObject_96211b1022d211eaa0764d1a500fd781() {
+ _templateObject_50f82340243411ea86f395335a802507 = function _templateObject_50f82340243411ea86f395335a802507() {
return data;
};
@@ -32,7 +32,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../simple
key: "template",
// render function
get: function get() {
- return (0, _polymerElement.html)(_templateObject_96211b1022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_50f82340243411ea86f395335a802507());
} // properties available to the custom element for data binding
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors/lib/simple-colors-shared-styles-polymer.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors/lib/simple-colors-shared-styles-polymer.js
index 00f61a25039..b0eb170acd5 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors/lib/simple-colors-shared-styles-polymer.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors/lib/simple-colors-shared-styles-polymer.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js"], function (_e
});
_exports.css = void 0;
- function _templateObject_9627aac022d211eaa0764d1a500fd781() {
+ function _templateObject_50f9d0f0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n"]);
- _templateObject_9627aac022d211eaa0764d1a500fd781 = function _templateObject_9627aac022d211eaa0764d1a500fd781() {
+ _templateObject_50f9d0f0243411ea86f395335a802507 = function _templateObject_50f9d0f0243411ea86f395335a802507() {
return data;
};
@@ -26,7 +26,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js"], function (_e
*/
var StyleElement = document.createElement("dom-module"); // styles
- var css = (0, _polymerElement.html)(_templateObject_9627aac022d211eaa0764d1a500fd781());
+ var css = (0, _polymerElement.html)(_templateObject_50f9d0f0243411ea86f395335a802507());
_exports.css = css;
StyleElement.appendChild(css);
StyleElement.register("simple-colors-shared-styles-polymer");
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors/simple-colors.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors/simple-colors.js
index fc0e2d46a71..5ed6d27d231 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors/simple-colors.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-colors/simple-colors.js
@@ -10,20 +10,20 @@ define(["exports", "../../lit-element/lit-element.js", "../simple-colors-shared-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_8d67381022d211eaa0764d1a500fd781() {
+ function _templateObject2_4818b6e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host([dark]) {\n --simple-colors-default-theme-accent-1: #000000;\n --simple-colors-default-theme-accent-2: #111111;\n --simple-colors-default-theme-accent-3: #222222;\n --simple-colors-default-theme-accent-4: #333333;\n --simple-colors-default-theme-accent-5: #444444;\n --simple-colors-default-theme-accent-6: #666666;\n --simple-colors-default-theme-accent-7: #999999;\n --simple-colors-default-theme-accent-8: #bbbbbb;\n --simple-colors-default-theme-accent-9: #cccccc;\n --simple-colors-default-theme-accent-10: #dddddd;\n --simple-colors-default-theme-accent-11: #eeeeee;\n --simple-colors-default-theme-accent-12: #ffffff;\n\n --simple-colors-default-theme-grey-1: #000000;\n --simple-colors-default-theme-grey-2: #111111;\n --simple-colors-default-theme-grey-3: #222222;\n --simple-colors-default-theme-grey-4: #333333;\n --simple-colors-default-theme-grey-5: #444444;\n --simple-colors-default-theme-grey-6: #666666;\n --simple-colors-default-theme-grey-7: #999999;\n --simple-colors-default-theme-grey-8: #bbbbbb;\n --simple-colors-default-theme-grey-9: #cccccc;\n --simple-colors-default-theme-grey-10: #dddddd;\n --simple-colors-default-theme-grey-11: #eeeeee;\n --simple-colors-default-theme-grey-12: #ffffff;\n\n --simple-colors-default-theme-red-1: #3f0000;\n --simple-colors-default-theme-red-2: #520000;\n --simple-colors-default-theme-red-3: #670000;\n --simple-colors-default-theme-red-4: #850000;\n --simple-colors-default-theme-red-5: #ac0000;\n --simple-colors-default-theme-red-6: #ee0000;\n --simple-colors-default-theme-red-7: #ff2222;\n --simple-colors-default-theme-red-8: #fd5151;\n --simple-colors-default-theme-red-9: #ff7474;\n --simple-colors-default-theme-red-10: #ff8f8f;\n --simple-colors-default-theme-red-11: #ffaeae;\n --simple-colors-default-theme-red-12: #ffdddd;\n\n --simple-colors-default-theme-pink-1: #440019;\n --simple-colors-default-theme-pink-2: #5a0020;\n --simple-colors-default-theme-pink-3: #78002b;\n --simple-colors-default-theme-pink-4: #980036;\n --simple-colors-default-theme-pink-5: #b80042;\n --simple-colors-default-theme-pink-6: #da004e;\n --simple-colors-default-theme-pink-7: #ff3996;\n --simple-colors-default-theme-pink-8: #fd60aa;\n --simple-colors-default-theme-pink-9: #ff73b5;\n --simple-colors-default-theme-pink-10: #ff87c0;\n --simple-colors-default-theme-pink-11: #ffa5cf;\n --simple-colors-default-theme-pink-12: #ffe6f1;\n\n --simple-colors-default-theme-purple-1: #200025;\n --simple-colors-default-theme-purple-2: #33003a;\n --simple-colors-default-theme-purple-3: #490052;\n --simple-colors-default-theme-purple-4: #6c0079;\n --simple-colors-default-theme-purple-5: #8a009b;\n --simple-colors-default-theme-purple-6: #a500ba;\n --simple-colors-default-theme-purple-7: #e200ff;\n --simple-colors-default-theme-purple-8: #ed61ff;\n --simple-colors-default-theme-purple-9: #f07cff;\n --simple-colors-default-theme-purple-10: #f394ff;\n --simple-colors-default-theme-purple-11: #f4affd;\n --simple-colors-default-theme-purple-12: #fce6ff;\n\n --simple-colors-default-theme-deep-purple-1: #1d0033;\n --simple-colors-default-theme-deep-purple-2: #2a0049;\n --simple-colors-default-theme-deep-purple-3: #3a0063;\n --simple-colors-default-theme-deep-purple-4: #4c0081;\n --simple-colors-default-theme-deep-purple-5: #5d009f;\n --simple-colors-default-theme-deep-purple-6: #7e00d8;\n --simple-colors-default-theme-deep-purple-7: #a931ff;\n --simple-colors-default-theme-deep-purple-8: #b44aff;\n --simple-colors-default-theme-deep-purple-9: #bb63f9;\n --simple-colors-default-theme-deep-purple-10: #c97eff;\n --simple-colors-default-theme-deep-purple-11: #ddacff;\n --simple-colors-default-theme-deep-purple-12: #f3e4ff;\n\n --simple-colors-default-theme-indigo-1: #0a0030;\n --simple-colors-default-theme-indigo-2: #100049;\n --simple-colors-default-theme-indigo-3: #160063;\n --simple-colors-default-theme-indigo-4: #20008c;\n --simple-colors-default-theme-indigo-5: #2801b0;\n --simple-colors-default-theme-indigo-6: #3a00ff;\n --simple-colors-default-theme-indigo-7: #835fff;\n --simple-colors-default-theme-indigo-8: #9373ff;\n --simple-colors-default-theme-indigo-9: #9e82ff;\n --simple-colors-default-theme-indigo-10: #af97ff;\n --simple-colors-default-theme-indigo-11: #c3b2ff;\n --simple-colors-default-theme-indigo-12: #e5ddff;\n\n --simple-colors-default-theme-blue-1: #001333;\n --simple-colors-default-theme-blue-2: #001947;\n --simple-colors-default-theme-blue-3: #002569;\n --simple-colors-default-theme-blue-4: #003494;\n --simple-colors-default-theme-blue-5: #0041bb;\n --simple-colors-default-theme-blue-6: #0059ff;\n --simple-colors-default-theme-blue-7: #4083ff;\n --simple-colors-default-theme-blue-8: #5892fd;\n --simple-colors-default-theme-blue-9: #74a5ff;\n --simple-colors-default-theme-blue-10: #95baff;\n --simple-colors-default-theme-blue-11: #acc9ff;\n --simple-colors-default-theme-blue-12: #e2ecff;\n\n --simple-colors-default-theme-light-blue-1: #001b36;\n --simple-colors-default-theme-light-blue-2: #002850;\n --simple-colors-default-theme-light-blue-3: #003f7d;\n --simple-colors-default-theme-light-blue-4: #0055a8;\n --simple-colors-default-theme-light-blue-5: #0066ca;\n --simple-colors-default-theme-light-blue-6: #007ffc;\n --simple-colors-default-theme-light-blue-7: #41a1ff;\n --simple-colors-default-theme-light-blue-8: #58adff;\n --simple-colors-default-theme-light-blue-9: #65b3ff;\n --simple-colors-default-theme-light-blue-10: #92c9ff;\n --simple-colors-default-theme-light-blue-11: #a1d1ff;\n --simple-colors-default-theme-light-blue-12: #ddefff;\n\n --simple-colors-default-theme-cyan-1: #001a20;\n --simple-colors-default-theme-cyan-2: #002c38;\n --simple-colors-default-theme-cyan-3: #003f50;\n --simple-colors-default-theme-cyan-4: #005970;\n --simple-colors-default-theme-cyan-5: #007999;\n --simple-colors-default-theme-cyan-6: #009dc7;\n --simple-colors-default-theme-cyan-7: #00c9ff;\n --simple-colors-default-theme-cyan-8: #1ccfff;\n --simple-colors-default-theme-cyan-9: #33d4ff;\n --simple-colors-default-theme-cyan-10: #77e2ff;\n --simple-colors-default-theme-cyan-11: #9beaff;\n --simple-colors-default-theme-cyan-12: #ddf8ff;\n\n --simple-colors-default-theme-teal-1: #001b14;\n --simple-colors-default-theme-teal-2: #002a20;\n --simple-colors-default-theme-teal-3: #003829;\n --simple-colors-default-theme-teal-4: #004e3a;\n --simple-colors-default-theme-teal-5: #007658;\n --simple-colors-default-theme-teal-6: #009d75;\n --simple-colors-default-theme-teal-7: #00ff9c;\n --simple-colors-default-theme-teal-8: #29ffac;\n --simple-colors-default-theme-teal-9: #56ffbd;\n --simple-colors-default-theme-teal-10: #79ffcb;\n --simple-colors-default-theme-teal-11: #98ffd7;\n --simple-colors-default-theme-teal-12: #d9fff0;\n\n --simple-colors-default-theme-green-1: #001d0c;\n --simple-colors-default-theme-green-2: #002a11;\n --simple-colors-default-theme-green-3: #003d18;\n --simple-colors-default-theme-green-4: #005a23;\n --simple-colors-default-theme-green-5: #00762e;\n --simple-colors-default-theme-green-6: #008c37;\n --simple-colors-default-theme-green-7: #00f961;\n --simple-colors-default-theme-green-8: #24ff70;\n --simple-colors-default-theme-green-9: #49ff88;\n --simple-colors-default-theme-green-10: #79ffa7;\n --simple-colors-default-theme-green-11: #acffc9;\n --simple-colors-default-theme-green-12: #e1ffeb;\n\n --simple-colors-default-theme-light-green-1: #0d2000;\n --simple-colors-default-theme-light-green-2: #143000;\n --simple-colors-default-theme-light-green-3: #1b3f00;\n --simple-colors-default-theme-light-green-4: #296100;\n --simple-colors-default-theme-light-green-5: #357f00;\n --simple-colors-default-theme-light-green-6: #429d00;\n --simple-colors-default-theme-light-green-7: #6fff00;\n --simple-colors-default-theme-light-green-8: #8efd38;\n --simple-colors-default-theme-light-green-9: #a1fd5a;\n --simple-colors-default-theme-light-green-10: #b1ff75;\n --simple-colors-default-theme-light-green-11: #c7ff9b;\n --simple-colors-default-theme-light-green-12: #ebffdb;\n\n --simple-colors-default-theme-lime-1: #182400;\n --simple-colors-default-theme-lime-2: #223400;\n --simple-colors-default-theme-lime-3: #293f00;\n --simple-colors-default-theme-lime-4: #3b5a00;\n --simple-colors-default-theme-lime-5: #4d7600;\n --simple-colors-default-theme-lime-6: #649900;\n --simple-colors-default-theme-lime-7: #aeff00;\n --simple-colors-default-theme-lime-8: #bdff2d;\n --simple-colors-default-theme-lime-9: #caff58;\n --simple-colors-default-theme-lime-10: #d4ff77;\n --simple-colors-default-theme-lime-11: #dfff9b;\n --simple-colors-default-theme-lime-12: #f1ffd2;\n\n --simple-colors-default-theme-yellow-1: #242400;\n --simple-colors-default-theme-yellow-2: #303000;\n --simple-colors-default-theme-yellow-3: #454400;\n --simple-colors-default-theme-yellow-4: #585700;\n --simple-colors-default-theme-yellow-5: #787700;\n --simple-colors-default-theme-yellow-6: #929100;\n --simple-colors-default-theme-yellow-7: #f6f600;\n --simple-colors-default-theme-yellow-8: #ffff3a;\n --simple-colors-default-theme-yellow-9: #ffff7c;\n --simple-colors-default-theme-yellow-10: #ffff90;\n --simple-colors-default-theme-yellow-11: #ffffac;\n --simple-colors-default-theme-yellow-12: #ffffd5;\n\n --simple-colors-default-theme-amber-1: #221a00;\n --simple-colors-default-theme-amber-2: #302500;\n --simple-colors-default-theme-amber-3: #413200;\n --simple-colors-default-theme-amber-4: #614b00;\n --simple-colors-default-theme-amber-5: #876800;\n --simple-colors-default-theme-amber-6: #b28900;\n --simple-colors-default-theme-amber-7: #ffc500;\n --simple-colors-default-theme-amber-8: #ffc235;\n --simple-colors-default-theme-amber-9: #ffcf5e;\n --simple-colors-default-theme-amber-10: #ffd677;\n --simple-colors-default-theme-amber-11: #ffdf92;\n --simple-colors-default-theme-amber-12: #fff2d4;\n\n --simple-colors-default-theme-orange-1: #2c1400;\n --simple-colors-default-theme-orange-2: #3d1c00;\n --simple-colors-default-theme-orange-3: #612d00;\n --simple-colors-default-theme-orange-4: #833d00;\n --simple-colors-default-theme-orange-5: #ae5100;\n --simple-colors-default-theme-orange-6: #e56a00;\n --simple-colors-default-theme-orange-7: #ff9625;\n --simple-colors-default-theme-orange-8: #ff9e36;\n --simple-colors-default-theme-orange-9: #ffb05c;\n --simple-colors-default-theme-orange-10: #ffbd75;\n --simple-colors-default-theme-orange-11: #ffca92;\n --simple-colors-default-theme-orange-12: #ffebd7;\n\n --simple-colors-default-theme-deep-orange-1: #240700;\n --simple-colors-default-theme-deep-orange-2: #3a0c00;\n --simple-colors-default-theme-deep-orange-3: #561100;\n --simple-colors-default-theme-deep-orange-4: #8a1c00;\n --simple-colors-default-theme-deep-orange-5: #b92500;\n --simple-colors-default-theme-deep-orange-6: #f53100;\n --simple-colors-default-theme-deep-orange-7: #ff6c3c;\n --simple-colors-default-theme-deep-orange-8: #ff7649;\n --simple-colors-default-theme-deep-orange-9: #ff8a64;\n --simple-colors-default-theme-deep-orange-10: #ffa588;\n --simple-colors-default-theme-deep-orange-11: #ffb299;\n --simple-colors-default-theme-deep-orange-12: #ffe7e0;\n\n --simple-colors-default-theme-brown-1: #200e09;\n --simple-colors-default-theme-brown-2: #2c140e;\n --simple-colors-default-theme-brown-3: #3b1e15;\n --simple-colors-default-theme-brown-4: #5b3328;\n --simple-colors-default-theme-brown-5: #724539;\n --simple-colors-default-theme-brown-6: #85574a;\n --simple-colors-default-theme-brown-7: #a47060;\n --simple-colors-default-theme-brown-8: #ac7868;\n --simple-colors-default-theme-brown-9: #b68373;\n --simple-colors-default-theme-brown-10: #c59485;\n --simple-colors-default-theme-brown-11: #e5b8aa;\n --simple-colors-default-theme-brown-12: #f0e2de;\n\n --simple-colors-default-theme-blue-grey-1: #0f1518;\n --simple-colors-default-theme-blue-grey-2: #182023;\n --simple-colors-default-theme-blue-grey-3: #1e282c;\n --simple-colors-default-theme-blue-grey-4: #2f3e45;\n --simple-colors-default-theme-blue-grey-5: #40535b;\n --simple-colors-default-theme-blue-grey-6: #56707c;\n --simple-colors-default-theme-blue-grey-7: #718892;\n --simple-colors-default-theme-blue-grey-8: #7a8f98;\n --simple-colors-default-theme-blue-grey-9: #8d9fa7;\n --simple-colors-default-theme-blue-grey-10: #9badb6;\n --simple-colors-default-theme-blue-grey-11: #b1c5ce;\n --simple-colors-default-theme-blue-grey-12: #e7eff1;\n }\n\n :host([accent-color=\"grey\"]) {\n --simple-colors-default-theme-accent-1: #ffffff;\n --simple-colors-default-theme-accent-2: #eeeeee;\n --simple-colors-default-theme-accent-3: #dddddd;\n --simple-colors-default-theme-accent-4: #cccccc;\n --simple-colors-default-theme-accent-5: #bbbbbb;\n --simple-colors-default-theme-accent-6: #999999;\n --simple-colors-default-theme-accent-7: #666666;\n --simple-colors-default-theme-accent-8: #444444;\n --simple-colors-default-theme-accent-9: #333333;\n --simple-colors-default-theme-accent-10: #222222;\n --simple-colors-default-theme-accent-11: #111111;\n --simple-colors-default-theme-accent-12: #000000;\n --simple-colors-fixed-theme-accent-1: #ffffff;\n --simple-colors-fixed-theme-accent-2: #eeeeee;\n --simple-colors-fixed-theme-accent-3: #dddddd;\n --simple-colors-fixed-theme-accent-4: #cccccc;\n --simple-colors-fixed-theme-accent-5: #bbbbbb;\n --simple-colors-fixed-theme-accent-6: #999999;\n --simple-colors-fixed-theme-accent-7: #666666;\n --simple-colors-fixed-theme-accent-8: #444444;\n --simple-colors-fixed-theme-accent-9: #333333;\n --simple-colors-fixed-theme-accent-10: #222222;\n --simple-colors-fixed-theme-accent-11: #111111;\n --simple-colors-fixed-theme-accent-12: #000000;\n }\n\n :host([dark][accent-color=\"grey\"]) {\n --simple-colors-default-theme-accent-1: #000000;\n --simple-colors-default-theme-accent-2: #111111;\n --simple-colors-default-theme-accent-3: #222222;\n --simple-colors-default-theme-accent-4: #333333;\n --simple-colors-default-theme-accent-5: #444444;\n --simple-colors-default-theme-accent-6: #666666;\n --simple-colors-default-theme-accent-7: #999999;\n --simple-colors-default-theme-accent-8: #bbbbbb;\n --simple-colors-default-theme-accent-9: #cccccc;\n --simple-colors-default-theme-accent-10: #dddddd;\n --simple-colors-default-theme-accent-11: #eeeeee;\n --simple-colors-default-theme-accent-12: #ffffff;\n }\n\n :host([accent-color=\"red\"]) {\n --simple-colors-default-theme-accent-1: #ffdddd;\n --simple-colors-default-theme-accent-2: #ffaeae;\n --simple-colors-default-theme-accent-3: #ff8f8f;\n --simple-colors-default-theme-accent-4: #ff7474;\n --simple-colors-default-theme-accent-5: #fd5151;\n --simple-colors-default-theme-accent-6: #ff2222;\n --simple-colors-default-theme-accent-7: #ee0000;\n --simple-colors-default-theme-accent-8: #ac0000;\n --simple-colors-default-theme-accent-9: #850000;\n --simple-colors-default-theme-accent-10: #670000;\n --simple-colors-default-theme-accent-11: #520000;\n --simple-colors-default-theme-accent-12: #3f0000;\n --simple-colors-fixed-theme-accent-1: #ffdddd;\n --simple-colors-fixed-theme-accent-2: #ffaeae;\n --simple-colors-fixed-theme-accent-3: #ff8f8f;\n --simple-colors-fixed-theme-accent-4: #ff7474;\n --simple-colors-fixed-theme-accent-5: #fd5151;\n --simple-colors-fixed-theme-accent-6: #ff2222;\n --simple-colors-fixed-theme-accent-7: #ee0000;\n --simple-colors-fixed-theme-accent-8: #ac0000;\n --simple-colors-fixed-theme-accent-9: #850000;\n --simple-colors-fixed-theme-accent-10: #670000;\n --simple-colors-fixed-theme-accent-11: #520000;\n --simple-colors-fixed-theme-accent-12: #3f0000;\n }\n\n :host([dark][accent-color=\"red\"]) {\n --simple-colors-default-theme-accent-1: #3f0000;\n --simple-colors-default-theme-accent-2: #520000;\n --simple-colors-default-theme-accent-3: #670000;\n --simple-colors-default-theme-accent-4: #850000;\n --simple-colors-default-theme-accent-5: #ac0000;\n --simple-colors-default-theme-accent-6: #ee0000;\n --simple-colors-default-theme-accent-7: #ff2222;\n --simple-colors-default-theme-accent-8: #fd5151;\n --simple-colors-default-theme-accent-9: #ff7474;\n --simple-colors-default-theme-accent-10: #ff8f8f;\n --simple-colors-default-theme-accent-11: #ffaeae;\n --simple-colors-default-theme-accent-12: #ffdddd;\n }\n\n :host([accent-color=\"pink\"]) {\n --simple-colors-default-theme-accent-1: #ffe6f1;\n --simple-colors-default-theme-accent-2: #ffa5cf;\n --simple-colors-default-theme-accent-3: #ff87c0;\n --simple-colors-default-theme-accent-4: #ff73b5;\n --simple-colors-default-theme-accent-5: #fd60aa;\n --simple-colors-default-theme-accent-6: #ff3996;\n --simple-colors-default-theme-accent-7: #da004e;\n --simple-colors-default-theme-accent-8: #b80042;\n --simple-colors-default-theme-accent-9: #980036;\n --simple-colors-default-theme-accent-10: #78002b;\n --simple-colors-default-theme-accent-11: #5a0020;\n --simple-colors-default-theme-accent-12: #440019;\n --simple-colors-fixed-theme-accent-1: #ffe6f1;\n --simple-colors-fixed-theme-accent-2: #ffa5cf;\n --simple-colors-fixed-theme-accent-3: #ff87c0;\n --simple-colors-fixed-theme-accent-4: #ff73b5;\n --simple-colors-fixed-theme-accent-5: #fd60aa;\n --simple-colors-fixed-theme-accent-6: #ff3996;\n --simple-colors-fixed-theme-accent-7: #da004e;\n --simple-colors-fixed-theme-accent-8: #b80042;\n --simple-colors-fixed-theme-accent-9: #980036;\n --simple-colors-fixed-theme-accent-10: #78002b;\n --simple-colors-fixed-theme-accent-11: #5a0020;\n --simple-colors-fixed-theme-accent-12: #440019;\n }\n\n :host([dark][accent-color=\"pink\"]) {\n --simple-colors-default-theme-accent-1: #440019;\n --simple-colors-default-theme-accent-2: #5a0020;\n --simple-colors-default-theme-accent-3: #78002b;\n --simple-colors-default-theme-accent-4: #980036;\n --simple-colors-default-theme-accent-5: #b80042;\n --simple-colors-default-theme-accent-6: #da004e;\n --simple-colors-default-theme-accent-7: #ff3996;\n --simple-colors-default-theme-accent-8: #fd60aa;\n --simple-colors-default-theme-accent-9: #ff73b5;\n --simple-colors-default-theme-accent-10: #ff87c0;\n --simple-colors-default-theme-accent-11: #ffa5cf;\n --simple-colors-default-theme-accent-12: #ffe6f1;\n }\n\n :host([accent-color=\"purple\"]) {\n --simple-colors-default-theme-accent-1: #fce6ff;\n --simple-colors-default-theme-accent-2: #f4affd;\n --simple-colors-default-theme-accent-3: #f394ff;\n --simple-colors-default-theme-accent-4: #f07cff;\n --simple-colors-default-theme-accent-5: #ed61ff;\n --simple-colors-default-theme-accent-6: #e200ff;\n --simple-colors-default-theme-accent-7: #a500ba;\n --simple-colors-default-theme-accent-8: #8a009b;\n --simple-colors-default-theme-accent-9: #6c0079;\n --simple-colors-default-theme-accent-10: #490052;\n --simple-colors-default-theme-accent-11: #33003a;\n --simple-colors-default-theme-accent-12: #200025;\n --simple-colors-fixed-theme-accent-1: #fce6ff;\n --simple-colors-fixed-theme-accent-2: #f4affd;\n --simple-colors-fixed-theme-accent-3: #f394ff;\n --simple-colors-fixed-theme-accent-4: #f07cff;\n --simple-colors-fixed-theme-accent-5: #ed61ff;\n --simple-colors-fixed-theme-accent-6: #e200ff;\n --simple-colors-fixed-theme-accent-7: #a500ba;\n --simple-colors-fixed-theme-accent-8: #8a009b;\n --simple-colors-fixed-theme-accent-9: #6c0079;\n --simple-colors-fixed-theme-accent-10: #490052;\n --simple-colors-fixed-theme-accent-11: #33003a;\n --simple-colors-fixed-theme-accent-12: #200025;\n }\n\n :host([dark][accent-color=\"purple\"]) {\n --simple-colors-default-theme-accent-1: #200025;\n --simple-colors-default-theme-accent-2: #33003a;\n --simple-colors-default-theme-accent-3: #490052;\n --simple-colors-default-theme-accent-4: #6c0079;\n --simple-colors-default-theme-accent-5: #8a009b;\n --simple-colors-default-theme-accent-6: #a500ba;\n --simple-colors-default-theme-accent-7: #e200ff;\n --simple-colors-default-theme-accent-8: #ed61ff;\n --simple-colors-default-theme-accent-9: #f07cff;\n --simple-colors-default-theme-accent-10: #f394ff;\n --simple-colors-default-theme-accent-11: #f4affd;\n --simple-colors-default-theme-accent-12: #fce6ff;\n }\n\n :host([accent-color=\"deep-purple\"]) {\n --simple-colors-default-theme-accent-1: #f3e4ff;\n --simple-colors-default-theme-accent-2: #ddacff;\n --simple-colors-default-theme-accent-3: #c97eff;\n --simple-colors-default-theme-accent-4: #bb63f9;\n --simple-colors-default-theme-accent-5: #b44aff;\n --simple-colors-default-theme-accent-6: #a931ff;\n --simple-colors-default-theme-accent-7: #7e00d8;\n --simple-colors-default-theme-accent-8: #5d009f;\n --simple-colors-default-theme-accent-9: #4c0081;\n --simple-colors-default-theme-accent-10: #3a0063;\n --simple-colors-default-theme-accent-11: #2a0049;\n --simple-colors-default-theme-accent-12: #1d0033;\n --simple-colors-fixed-theme-accent-1: #f3e4ff;\n --simple-colors-fixed-theme-accent-2: #ddacff;\n --simple-colors-fixed-theme-accent-3: #c97eff;\n --simple-colors-fixed-theme-accent-4: #bb63f9;\n --simple-colors-fixed-theme-accent-5: #b44aff;\n --simple-colors-fixed-theme-accent-6: #a931ff;\n --simple-colors-fixed-theme-accent-7: #7e00d8;\n --simple-colors-fixed-theme-accent-8: #5d009f;\n --simple-colors-fixed-theme-accent-9: #4c0081;\n --simple-colors-fixed-theme-accent-10: #3a0063;\n --simple-colors-fixed-theme-accent-11: #2a0049;\n --simple-colors-fixed-theme-accent-12: #1d0033;\n }\n\n :host([dark][accent-color=\"deep-purple\"]) {\n --simple-colors-default-theme-accent-1: #1d0033;\n --simple-colors-default-theme-accent-2: #2a0049;\n --simple-colors-default-theme-accent-3: #3a0063;\n --simple-colors-default-theme-accent-4: #4c0081;\n --simple-colors-default-theme-accent-5: #5d009f;\n --simple-colors-default-theme-accent-6: #7e00d8;\n --simple-colors-default-theme-accent-7: #a931ff;\n --simple-colors-default-theme-accent-8: #b44aff;\n --simple-colors-default-theme-accent-9: #bb63f9;\n --simple-colors-default-theme-accent-10: #c97eff;\n --simple-colors-default-theme-accent-11: #ddacff;\n --simple-colors-default-theme-accent-12: #f3e4ff;\n }\n\n :host([accent-color=\"indigo\"]) {\n --simple-colors-default-theme-accent-1: #e5ddff;\n --simple-colors-default-theme-accent-2: #c3b2ff;\n --simple-colors-default-theme-accent-3: #af97ff;\n --simple-colors-default-theme-accent-4: #9e82ff;\n --simple-colors-default-theme-accent-5: #9373ff;\n --simple-colors-default-theme-accent-6: #835fff;\n --simple-colors-default-theme-accent-7: #3a00ff;\n --simple-colors-default-theme-accent-8: #2801b0;\n --simple-colors-default-theme-accent-9: #20008c;\n --simple-colors-default-theme-accent-10: #160063;\n --simple-colors-default-theme-accent-11: #100049;\n --simple-colors-default-theme-accent-12: #0a0030;\n --simple-colors-fixed-theme-accent-1: #e5ddff;\n --simple-colors-fixed-theme-accent-2: #c3b2ff;\n --simple-colors-fixed-theme-accent-3: #af97ff;\n --simple-colors-fixed-theme-accent-4: #9e82ff;\n --simple-colors-fixed-theme-accent-5: #9373ff;\n --simple-colors-fixed-theme-accent-6: #835fff;\n --simple-colors-fixed-theme-accent-7: #3a00ff;\n --simple-colors-fixed-theme-accent-8: #2801b0;\n --simple-colors-fixed-theme-accent-9: #20008c;\n --simple-colors-fixed-theme-accent-10: #160063;\n --simple-colors-fixed-theme-accent-11: #100049;\n --simple-colors-fixed-theme-accent-12: #0a0030;\n }\n\n :host([dark][accent-color=\"indigo\"]) {\n --simple-colors-default-theme-accent-1: #0a0030;\n --simple-colors-default-theme-accent-2: #100049;\n --simple-colors-default-theme-accent-3: #160063;\n --simple-colors-default-theme-accent-4: #20008c;\n --simple-colors-default-theme-accent-5: #2801b0;\n --simple-colors-default-theme-accent-6: #3a00ff;\n --simple-colors-default-theme-accent-7: #835fff;\n --simple-colors-default-theme-accent-8: #9373ff;\n --simple-colors-default-theme-accent-9: #9e82ff;\n --simple-colors-default-theme-accent-10: #af97ff;\n --simple-colors-default-theme-accent-11: #c3b2ff;\n --simple-colors-default-theme-accent-12: #e5ddff;\n }\n\n :host([accent-color=\"blue\"]) {\n --simple-colors-default-theme-accent-1: #e2ecff;\n --simple-colors-default-theme-accent-2: #acc9ff;\n --simple-colors-default-theme-accent-3: #95baff;\n --simple-colors-default-theme-accent-4: #74a5ff;\n --simple-colors-default-theme-accent-5: #5892fd;\n --simple-colors-default-theme-accent-6: #4083ff;\n --simple-colors-default-theme-accent-7: #0059ff;\n --simple-colors-default-theme-accent-8: #0041bb;\n --simple-colors-default-theme-accent-9: #003494;\n --simple-colors-default-theme-accent-10: #002569;\n --simple-colors-default-theme-accent-11: #001947;\n --simple-colors-default-theme-accent-12: #001333;\n --simple-colors-fixed-theme-accent-1: #e2ecff;\n --simple-colors-fixed-theme-accent-2: #acc9ff;\n --simple-colors-fixed-theme-accent-3: #95baff;\n --simple-colors-fixed-theme-accent-4: #74a5ff;\n --simple-colors-fixed-theme-accent-5: #5892fd;\n --simple-colors-fixed-theme-accent-6: #4083ff;\n --simple-colors-fixed-theme-accent-7: #0059ff;\n --simple-colors-fixed-theme-accent-8: #0041bb;\n --simple-colors-fixed-theme-accent-9: #003494;\n --simple-colors-fixed-theme-accent-10: #002569;\n --simple-colors-fixed-theme-accent-11: #001947;\n --simple-colors-fixed-theme-accent-12: #001333;\n }\n\n :host([dark][accent-color=\"blue\"]) {\n --simple-colors-default-theme-accent-1: #001333;\n --simple-colors-default-theme-accent-2: #001947;\n --simple-colors-default-theme-accent-3: #002569;\n --simple-colors-default-theme-accent-4: #003494;\n --simple-colors-default-theme-accent-5: #0041bb;\n --simple-colors-default-theme-accent-6: #0059ff;\n --simple-colors-default-theme-accent-7: #4083ff;\n --simple-colors-default-theme-accent-8: #5892fd;\n --simple-colors-default-theme-accent-9: #74a5ff;\n --simple-colors-default-theme-accent-10: #95baff;\n --simple-colors-default-theme-accent-11: #acc9ff;\n --simple-colors-default-theme-accent-12: #e2ecff;\n }\n\n :host([accent-color=\"light-blue\"]) {\n --simple-colors-default-theme-accent-1: #ddefff;\n --simple-colors-default-theme-accent-2: #a1d1ff;\n --simple-colors-default-theme-accent-3: #92c9ff;\n --simple-colors-default-theme-accent-4: #65b3ff;\n --simple-colors-default-theme-accent-5: #58adff;\n --simple-colors-default-theme-accent-6: #41a1ff;\n --simple-colors-default-theme-accent-7: #007ffc;\n --simple-colors-default-theme-accent-8: #0066ca;\n --simple-colors-default-theme-accent-9: #0055a8;\n --simple-colors-default-theme-accent-10: #003f7d;\n --simple-colors-default-theme-accent-11: #002850;\n --simple-colors-default-theme-accent-12: #001b36;\n --simple-colors-fixed-theme-accent-1: #ddefff;\n --simple-colors-fixed-theme-accent-2: #a1d1ff;\n --simple-colors-fixed-theme-accent-3: #92c9ff;\n --simple-colors-fixed-theme-accent-4: #65b3ff;\n --simple-colors-fixed-theme-accent-5: #58adff;\n --simple-colors-fixed-theme-accent-6: #41a1ff;\n --simple-colors-fixed-theme-accent-7: #007ffc;\n --simple-colors-fixed-theme-accent-8: #0066ca;\n --simple-colors-fixed-theme-accent-9: #0055a8;\n --simple-colors-fixed-theme-accent-10: #003f7d;\n --simple-colors-fixed-theme-accent-11: #002850;\n --simple-colors-fixed-theme-accent-12: #001b36;\n }\n\n :host([dark][accent-color=\"light-blue\"]) {\n --simple-colors-default-theme-accent-1: #001b36;\n --simple-colors-default-theme-accent-2: #002850;\n --simple-colors-default-theme-accent-3: #003f7d;\n --simple-colors-default-theme-accent-4: #0055a8;\n --simple-colors-default-theme-accent-5: #0066ca;\n --simple-colors-default-theme-accent-6: #007ffc;\n --simple-colors-default-theme-accent-7: #41a1ff;\n --simple-colors-default-theme-accent-8: #58adff;\n --simple-colors-default-theme-accent-9: #65b3ff;\n --simple-colors-default-theme-accent-10: #92c9ff;\n --simple-colors-default-theme-accent-11: #a1d1ff;\n --simple-colors-default-theme-accent-12: #ddefff;\n }\n\n :host([accent-color=\"cyan\"]) {\n --simple-colors-default-theme-accent-1: #ddf8ff;\n --simple-colors-default-theme-accent-2: #9beaff;\n --simple-colors-default-theme-accent-3: #77e2ff;\n --simple-colors-default-theme-accent-4: #33d4ff;\n --simple-colors-default-theme-accent-5: #1ccfff;\n --simple-colors-default-theme-accent-6: #00c9ff;\n --simple-colors-default-theme-accent-7: #009dc7;\n --simple-colors-default-theme-accent-8: #007999;\n --simple-colors-default-theme-accent-9: #005970;\n --simple-colors-default-theme-accent-10: #003f50;\n --simple-colors-default-theme-accent-11: #002c38;\n --simple-colors-default-theme-accent-12: #001a20;\n --simple-colors-fixed-theme-accent-1: #ddf8ff;\n --simple-colors-fixed-theme-accent-2: #9beaff;\n --simple-colors-fixed-theme-accent-3: #77e2ff;\n --simple-colors-fixed-theme-accent-4: #33d4ff;\n --simple-colors-fixed-theme-accent-5: #1ccfff;\n --simple-colors-fixed-theme-accent-6: #00c9ff;\n --simple-colors-fixed-theme-accent-7: #009dc7;\n --simple-colors-fixed-theme-accent-8: #007999;\n --simple-colors-fixed-theme-accent-9: #005970;\n --simple-colors-fixed-theme-accent-10: #003f50;\n --simple-colors-fixed-theme-accent-11: #002c38;\n --simple-colors-fixed-theme-accent-12: #001a20;\n }\n\n :host([dark][accent-color=\"cyan\"]) {\n --simple-colors-default-theme-accent-1: #001a20;\n --simple-colors-default-theme-accent-2: #002c38;\n --simple-colors-default-theme-accent-3: #003f50;\n --simple-colors-default-theme-accent-4: #005970;\n --simple-colors-default-theme-accent-5: #007999;\n --simple-colors-default-theme-accent-6: #009dc7;\n --simple-colors-default-theme-accent-7: #00c9ff;\n --simple-colors-default-theme-accent-8: #1ccfff;\n --simple-colors-default-theme-accent-9: #33d4ff;\n --simple-colors-default-theme-accent-10: #77e2ff;\n --simple-colors-default-theme-accent-11: #9beaff;\n --simple-colors-default-theme-accent-12: #ddf8ff;\n }\n\n :host([accent-color=\"teal\"]) {\n --simple-colors-default-theme-accent-1: #d9fff0;\n --simple-colors-default-theme-accent-2: #98ffd7;\n --simple-colors-default-theme-accent-3: #79ffcb;\n --simple-colors-default-theme-accent-4: #56ffbd;\n --simple-colors-default-theme-accent-5: #29ffac;\n --simple-colors-default-theme-accent-6: #00ff9c;\n --simple-colors-default-theme-accent-7: #009d75;\n --simple-colors-default-theme-accent-8: #007658;\n --simple-colors-default-theme-accent-9: #004e3a;\n --simple-colors-default-theme-accent-10: #003829;\n --simple-colors-default-theme-accent-11: #002a20;\n --simple-colors-default-theme-accent-12: #001b14;\n --simple-colors-fixed-theme-accent-1: #d9fff0;\n --simple-colors-fixed-theme-accent-2: #98ffd7;\n --simple-colors-fixed-theme-accent-3: #79ffcb;\n --simple-colors-fixed-theme-accent-4: #56ffbd;\n --simple-colors-fixed-theme-accent-5: #29ffac;\n --simple-colors-fixed-theme-accent-6: #00ff9c;\n --simple-colors-fixed-theme-accent-7: #009d75;\n --simple-colors-fixed-theme-accent-8: #007658;\n --simple-colors-fixed-theme-accent-9: #004e3a;\n --simple-colors-fixed-theme-accent-10: #003829;\n --simple-colors-fixed-theme-accent-11: #002a20;\n --simple-colors-fixed-theme-accent-12: #001b14;\n }\n\n :host([dark][accent-color=\"teal\"]) {\n --simple-colors-default-theme-accent-1: #001b14;\n --simple-colors-default-theme-accent-2: #002a20;\n --simple-colors-default-theme-accent-3: #003829;\n --simple-colors-default-theme-accent-4: #004e3a;\n --simple-colors-default-theme-accent-5: #007658;\n --simple-colors-default-theme-accent-6: #009d75;\n --simple-colors-default-theme-accent-7: #00ff9c;\n --simple-colors-default-theme-accent-8: #29ffac;\n --simple-colors-default-theme-accent-9: #56ffbd;\n --simple-colors-default-theme-accent-10: #79ffcb;\n --simple-colors-default-theme-accent-11: #98ffd7;\n --simple-colors-default-theme-accent-12: #d9fff0;\n }\n\n :host([accent-color=\"green\"]) {\n --simple-colors-default-theme-accent-1: #e1ffeb;\n --simple-colors-default-theme-accent-2: #acffc9;\n --simple-colors-default-theme-accent-3: #79ffa7;\n --simple-colors-default-theme-accent-4: #49ff88;\n --simple-colors-default-theme-accent-5: #24ff70;\n --simple-colors-default-theme-accent-6: #00f961;\n --simple-colors-default-theme-accent-7: #008c37;\n --simple-colors-default-theme-accent-8: #00762e;\n --simple-colors-default-theme-accent-9: #005a23;\n --simple-colors-default-theme-accent-10: #003d18;\n --simple-colors-default-theme-accent-11: #002a11;\n --simple-colors-default-theme-accent-12: #001d0c;\n --simple-colors-fixed-theme-accent-1: #e1ffeb;\n --simple-colors-fixed-theme-accent-2: #acffc9;\n --simple-colors-fixed-theme-accent-3: #79ffa7;\n --simple-colors-fixed-theme-accent-4: #49ff88;\n --simple-colors-fixed-theme-accent-5: #24ff70;\n --simple-colors-fixed-theme-accent-6: #00f961;\n --simple-colors-fixed-theme-accent-7: #008c37;\n --simple-colors-fixed-theme-accent-8: #00762e;\n --simple-colors-fixed-theme-accent-9: #005a23;\n --simple-colors-fixed-theme-accent-10: #003d18;\n --simple-colors-fixed-theme-accent-11: #002a11;\n --simple-colors-fixed-theme-accent-12: #001d0c;\n }\n\n :host([dark][accent-color=\"green\"]) {\n --simple-colors-default-theme-accent-1: #001d0c;\n --simple-colors-default-theme-accent-2: #002a11;\n --simple-colors-default-theme-accent-3: #003d18;\n --simple-colors-default-theme-accent-4: #005a23;\n --simple-colors-default-theme-accent-5: #00762e;\n --simple-colors-default-theme-accent-6: #008c37;\n --simple-colors-default-theme-accent-7: #00f961;\n --simple-colors-default-theme-accent-8: #24ff70;\n --simple-colors-default-theme-accent-9: #49ff88;\n --simple-colors-default-theme-accent-10: #79ffa7;\n --simple-colors-default-theme-accent-11: #acffc9;\n --simple-colors-default-theme-accent-12: #e1ffeb;\n }\n\n :host([accent-color=\"light-green\"]) {\n --simple-colors-default-theme-accent-1: #ebffdb;\n --simple-colors-default-theme-accent-2: #c7ff9b;\n --simple-colors-default-theme-accent-3: #b1ff75;\n --simple-colors-default-theme-accent-4: #a1fd5a;\n --simple-colors-default-theme-accent-5: #8efd38;\n --simple-colors-default-theme-accent-6: #6fff00;\n --simple-colors-default-theme-accent-7: #429d00;\n --simple-colors-default-theme-accent-8: #357f00;\n --simple-colors-default-theme-accent-9: #296100;\n --simple-colors-default-theme-accent-10: #1b3f00;\n --simple-colors-default-theme-accent-11: #143000;\n --simple-colors-default-theme-accent-12: #0d2000;\n --simple-colors-fixed-theme-accent-1: #ebffdb;\n --simple-colors-fixed-theme-accent-2: #c7ff9b;\n --simple-colors-fixed-theme-accent-3: #b1ff75;\n --simple-colors-fixed-theme-accent-4: #a1fd5a;\n --simple-colors-fixed-theme-accent-5: #8efd38;\n --simple-colors-fixed-theme-accent-6: #6fff00;\n --simple-colors-fixed-theme-accent-7: #429d00;\n --simple-colors-fixed-theme-accent-8: #357f00;\n --simple-colors-fixed-theme-accent-9: #296100;\n --simple-colors-fixed-theme-accent-10: #1b3f00;\n --simple-colors-fixed-theme-accent-11: #143000;\n --simple-colors-fixed-theme-accent-12: #0d2000;\n }\n\n :host([dark][accent-color=\"light-green\"]) {\n --simple-colors-default-theme-accent-1: #0d2000;\n --simple-colors-default-theme-accent-2: #143000;\n --simple-colors-default-theme-accent-3: #1b3f00;\n --simple-colors-default-theme-accent-4: #296100;\n --simple-colors-default-theme-accent-5: #357f00;\n --simple-colors-default-theme-accent-6: #429d00;\n --simple-colors-default-theme-accent-7: #6fff00;\n --simple-colors-default-theme-accent-8: #8efd38;\n --simple-colors-default-theme-accent-9: #a1fd5a;\n --simple-colors-default-theme-accent-10: #b1ff75;\n --simple-colors-default-theme-accent-11: #c7ff9b;\n --simple-colors-default-theme-accent-12: #ebffdb;\n }\n\n :host([accent-color=\"lime\"]) {\n --simple-colors-default-theme-accent-1: #f1ffd2;\n --simple-colors-default-theme-accent-2: #dfff9b;\n --simple-colors-default-theme-accent-3: #d4ff77;\n --simple-colors-default-theme-accent-4: #caff58;\n --simple-colors-default-theme-accent-5: #bdff2d;\n --simple-colors-default-theme-accent-6: #aeff00;\n --simple-colors-default-theme-accent-7: #649900;\n --simple-colors-default-theme-accent-8: #4d7600;\n --simple-colors-default-theme-accent-9: #3b5a00;\n --simple-colors-default-theme-accent-10: #293f00;\n --simple-colors-default-theme-accent-11: #223400;\n --simple-colors-default-theme-accent-12: #182400;\n --simple-colors-fixed-theme-accent-1: #f1ffd2;\n --simple-colors-fixed-theme-accent-2: #dfff9b;\n --simple-colors-fixed-theme-accent-3: #d4ff77;\n --simple-colors-fixed-theme-accent-4: #caff58;\n --simple-colors-fixed-theme-accent-5: #bdff2d;\n --simple-colors-fixed-theme-accent-6: #aeff00;\n --simple-colors-fixed-theme-accent-7: #649900;\n --simple-colors-fixed-theme-accent-8: #4d7600;\n --simple-colors-fixed-theme-accent-9: #3b5a00;\n --simple-colors-fixed-theme-accent-10: #293f00;\n --simple-colors-fixed-theme-accent-11: #223400;\n --simple-colors-fixed-theme-accent-12: #182400;\n }\n\n :host([dark][accent-color=\"lime\"]) {\n --simple-colors-default-theme-accent-1: #182400;\n --simple-colors-default-theme-accent-2: #223400;\n --simple-colors-default-theme-accent-3: #293f00;\n --simple-colors-default-theme-accent-4: #3b5a00;\n --simple-colors-default-theme-accent-5: #4d7600;\n --simple-colors-default-theme-accent-6: #649900;\n --simple-colors-default-theme-accent-7: #aeff00;\n --simple-colors-default-theme-accent-8: #bdff2d;\n --simple-colors-default-theme-accent-9: #caff58;\n --simple-colors-default-theme-accent-10: #d4ff77;\n --simple-colors-default-theme-accent-11: #dfff9b;\n --simple-colors-default-theme-accent-12: #f1ffd2;\n }\n\n :host([accent-color=\"yellow\"]) {\n --simple-colors-default-theme-accent-1: #ffffd5;\n --simple-colors-default-theme-accent-2: #ffffac;\n --simple-colors-default-theme-accent-3: #ffff90;\n --simple-colors-default-theme-accent-4: #ffff7c;\n --simple-colors-default-theme-accent-5: #ffff3a;\n --simple-colors-default-theme-accent-6: #f6f600;\n --simple-colors-default-theme-accent-7: #929100;\n --simple-colors-default-theme-accent-8: #787700;\n --simple-colors-default-theme-accent-9: #585700;\n --simple-colors-default-theme-accent-10: #454400;\n --simple-colors-default-theme-accent-11: #303000;\n --simple-colors-default-theme-accent-12: #242400;\n --simple-colors-fixed-theme-accent-1: #ffffd5;\n --simple-colors-fixed-theme-accent-2: #ffffac;\n --simple-colors-fixed-theme-accent-3: #ffff90;\n --simple-colors-fixed-theme-accent-4: #ffff7c;\n --simple-colors-fixed-theme-accent-5: #ffff3a;\n --simple-colors-fixed-theme-accent-6: #f6f600;\n --simple-colors-fixed-theme-accent-7: #929100;\n --simple-colors-fixed-theme-accent-8: #787700;\n --simple-colors-fixed-theme-accent-9: #585700;\n --simple-colors-fixed-theme-accent-10: #454400;\n --simple-colors-fixed-theme-accent-11: #303000;\n --simple-colors-fixed-theme-accent-12: #242400;\n }\n\n :host([dark][accent-color=\"yellow\"]) {\n --simple-colors-default-theme-accent-1: #242400;\n --simple-colors-default-theme-accent-2: #303000;\n --simple-colors-default-theme-accent-3: #454400;\n --simple-colors-default-theme-accent-4: #585700;\n --simple-colors-default-theme-accent-5: #787700;\n --simple-colors-default-theme-accent-6: #929100;\n --simple-colors-default-theme-accent-7: #f6f600;\n --simple-colors-default-theme-accent-8: #ffff3a;\n --simple-colors-default-theme-accent-9: #ffff7c;\n --simple-colors-default-theme-accent-10: #ffff90;\n --simple-colors-default-theme-accent-11: #ffffac;\n --simple-colors-default-theme-accent-12: #ffffd5;\n }\n\n :host([accent-color=\"amber\"]) {\n --simple-colors-default-theme-accent-1: #fff2d4;\n --simple-colors-default-theme-accent-2: #ffdf92;\n --simple-colors-default-theme-accent-3: #ffd677;\n --simple-colors-default-theme-accent-4: #ffcf5e;\n --simple-colors-default-theme-accent-5: #ffc235;\n --simple-colors-default-theme-accent-6: #ffc500;\n --simple-colors-default-theme-accent-7: #b28900;\n --simple-colors-default-theme-accent-8: #876800;\n --simple-colors-default-theme-accent-9: #614b00;\n --simple-colors-default-theme-accent-10: #413200;\n --simple-colors-default-theme-accent-11: #302500;\n --simple-colors-default-theme-accent-12: #221a00;\n --simple-colors-fixed-theme-accent-1: #fff2d4;\n --simple-colors-fixed-theme-accent-2: #ffdf92;\n --simple-colors-fixed-theme-accent-3: #ffd677;\n --simple-colors-fixed-theme-accent-4: #ffcf5e;\n --simple-colors-fixed-theme-accent-5: #ffc235;\n --simple-colors-fixed-theme-accent-6: #ffc500;\n --simple-colors-fixed-theme-accent-7: #b28900;\n --simple-colors-fixed-theme-accent-8: #876800;\n --simple-colors-fixed-theme-accent-9: #614b00;\n --simple-colors-fixed-theme-accent-10: #413200;\n --simple-colors-fixed-theme-accent-11: #302500;\n --simple-colors-fixed-theme-accent-12: #221a00;\n }\n\n :host([dark][accent-color=\"amber\"]) {\n --simple-colors-default-theme-accent-1: #221a00;\n --simple-colors-default-theme-accent-2: #302500;\n --simple-colors-default-theme-accent-3: #413200;\n --simple-colors-default-theme-accent-4: #614b00;\n --simple-colors-default-theme-accent-5: #876800;\n --simple-colors-default-theme-accent-6: #b28900;\n --simple-colors-default-theme-accent-7: #ffc500;\n --simple-colors-default-theme-accent-8: #ffc235;\n --simple-colors-default-theme-accent-9: #ffcf5e;\n --simple-colors-default-theme-accent-10: #ffd677;\n --simple-colors-default-theme-accent-11: #ffdf92;\n --simple-colors-default-theme-accent-12: #fff2d4;\n }\n\n :host([accent-color=\"orange\"]) {\n --simple-colors-default-theme-accent-1: #ffebd7;\n --simple-colors-default-theme-accent-2: #ffca92;\n --simple-colors-default-theme-accent-3: #ffbd75;\n --simple-colors-default-theme-accent-4: #ffb05c;\n --simple-colors-default-theme-accent-5: #ff9e36;\n --simple-colors-default-theme-accent-6: #ff9625;\n --simple-colors-default-theme-accent-7: #e56a00;\n --simple-colors-default-theme-accent-8: #ae5100;\n --simple-colors-default-theme-accent-9: #833d00;\n --simple-colors-default-theme-accent-10: #612d00;\n --simple-colors-default-theme-accent-11: #3d1c00;\n --simple-colors-default-theme-accent-12: #2c1400;\n --simple-colors-fixed-theme-accent-1: #ffebd7;\n --simple-colors-fixed-theme-accent-2: #ffca92;\n --simple-colors-fixed-theme-accent-3: #ffbd75;\n --simple-colors-fixed-theme-accent-4: #ffb05c;\n --simple-colors-fixed-theme-accent-5: #ff9e36;\n --simple-colors-fixed-theme-accent-6: #ff9625;\n --simple-colors-fixed-theme-accent-7: #e56a00;\n --simple-colors-fixed-theme-accent-8: #ae5100;\n --simple-colors-fixed-theme-accent-9: #833d00;\n --simple-colors-fixed-theme-accent-10: #612d00;\n --simple-colors-fixed-theme-accent-11: #3d1c00;\n --simple-colors-fixed-theme-accent-12: #2c1400;\n }\n\n :host([dark][accent-color=\"orange\"]) {\n --simple-colors-default-theme-accent-1: #2c1400;\n --simple-colors-default-theme-accent-2: #3d1c00;\n --simple-colors-default-theme-accent-3: #612d00;\n --simple-colors-default-theme-accent-4: #833d00;\n --simple-colors-default-theme-accent-5: #ae5100;\n --simple-colors-default-theme-accent-6: #e56a00;\n --simple-colors-default-theme-accent-7: #ff9625;\n --simple-colors-default-theme-accent-8: #ff9e36;\n --simple-colors-default-theme-accent-9: #ffb05c;\n --simple-colors-default-theme-accent-10: #ffbd75;\n --simple-colors-default-theme-accent-11: #ffca92;\n --simple-colors-default-theme-accent-12: #ffebd7;\n }\n\n :host([accent-color=\"deep-orange\"]) {\n --simple-colors-default-theme-accent-1: #ffe7e0;\n --simple-colors-default-theme-accent-2: #ffb299;\n --simple-colors-default-theme-accent-3: #ffa588;\n --simple-colors-default-theme-accent-4: #ff8a64;\n --simple-colors-default-theme-accent-5: #ff7649;\n --simple-colors-default-theme-accent-6: #ff6c3c;\n --simple-colors-default-theme-accent-7: #f53100;\n --simple-colors-default-theme-accent-8: #b92500;\n --simple-colors-default-theme-accent-9: #8a1c00;\n --simple-colors-default-theme-accent-10: #561100;\n --simple-colors-default-theme-accent-11: #3a0c00;\n --simple-colors-default-theme-accent-12: #240700;\n --simple-colors-fixed-theme-accent-1: #ffe7e0;\n --simple-colors-fixed-theme-accent-2: #ffb299;\n --simple-colors-fixed-theme-accent-3: #ffa588;\n --simple-colors-fixed-theme-accent-4: #ff8a64;\n --simple-colors-fixed-theme-accent-5: #ff7649;\n --simple-colors-fixed-theme-accent-6: #ff6c3c;\n --simple-colors-fixed-theme-accent-7: #f53100;\n --simple-colors-fixed-theme-accent-8: #b92500;\n --simple-colors-fixed-theme-accent-9: #8a1c00;\n --simple-colors-fixed-theme-accent-10: #561100;\n --simple-colors-fixed-theme-accent-11: #3a0c00;\n --simple-colors-fixed-theme-accent-12: #240700;\n }\n\n :host([dark][accent-color=\"deep-orange\"]) {\n --simple-colors-default-theme-accent-1: #240700;\n --simple-colors-default-theme-accent-2: #3a0c00;\n --simple-colors-default-theme-accent-3: #561100;\n --simple-colors-default-theme-accent-4: #8a1c00;\n --simple-colors-default-theme-accent-5: #b92500;\n --simple-colors-default-theme-accent-6: #f53100;\n --simple-colors-default-theme-accent-7: #ff6c3c;\n --simple-colors-default-theme-accent-8: #ff7649;\n --simple-colors-default-theme-accent-9: #ff8a64;\n --simple-colors-default-theme-accent-10: #ffa588;\n --simple-colors-default-theme-accent-11: #ffb299;\n --simple-colors-default-theme-accent-12: #ffe7e0;\n }\n\n :host([accent-color=\"brown\"]) {\n --simple-colors-default-theme-accent-1: #f0e2de;\n --simple-colors-default-theme-accent-2: #e5b8aa;\n --simple-colors-default-theme-accent-3: #c59485;\n --simple-colors-default-theme-accent-4: #b68373;\n --simple-colors-default-theme-accent-5: #ac7868;\n --simple-colors-default-theme-accent-6: #a47060;\n --simple-colors-default-theme-accent-7: #85574a;\n --simple-colors-default-theme-accent-8: #724539;\n --simple-colors-default-theme-accent-9: #5b3328;\n --simple-colors-default-theme-accent-10: #3b1e15;\n --simple-colors-default-theme-accent-11: #2c140e;\n --simple-colors-default-theme-accent-12: #200e09;\n --simple-colors-fixed-theme-accent-1: #f0e2de;\n --simple-colors-fixed-theme-accent-2: #e5b8aa;\n --simple-colors-fixed-theme-accent-3: #c59485;\n --simple-colors-fixed-theme-accent-4: #b68373;\n --simple-colors-fixed-theme-accent-5: #ac7868;\n --simple-colors-fixed-theme-accent-6: #a47060;\n --simple-colors-fixed-theme-accent-7: #85574a;\n --simple-colors-fixed-theme-accent-8: #724539;\n --simple-colors-fixed-theme-accent-9: #5b3328;\n --simple-colors-fixed-theme-accent-10: #3b1e15;\n --simple-colors-fixed-theme-accent-11: #2c140e;\n --simple-colors-fixed-theme-accent-12: #200e09;\n }\n\n :host([dark][accent-color=\"brown\"]) {\n --simple-colors-default-theme-accent-1: #200e09;\n --simple-colors-default-theme-accent-2: #2c140e;\n --simple-colors-default-theme-accent-3: #3b1e15;\n --simple-colors-default-theme-accent-4: #5b3328;\n --simple-colors-default-theme-accent-5: #724539;\n --simple-colors-default-theme-accent-6: #85574a;\n --simple-colors-default-theme-accent-7: #a47060;\n --simple-colors-default-theme-accent-8: #ac7868;\n --simple-colors-default-theme-accent-9: #b68373;\n --simple-colors-default-theme-accent-10: #c59485;\n --simple-colors-default-theme-accent-11: #e5b8aa;\n --simple-colors-default-theme-accent-12: #f0e2de;\n }\n\n :host([accent-color=\"blue-grey\"]) {\n --simple-colors-default-theme-accent-1: #e7eff1;\n --simple-colors-default-theme-accent-2: #b1c5ce;\n --simple-colors-default-theme-accent-3: #9badb6;\n --simple-colors-default-theme-accent-4: #8d9fa7;\n --simple-colors-default-theme-accent-5: #7a8f98;\n --simple-colors-default-theme-accent-6: #718892;\n --simple-colors-default-theme-accent-7: #56707c;\n --simple-colors-default-theme-accent-8: #40535b;\n --simple-colors-default-theme-accent-9: #2f3e45;\n --simple-colors-default-theme-accent-10: #1e282c;\n --simple-colors-default-theme-accent-11: #182023;\n --simple-colors-default-theme-accent-12: #0f1518;\n --simple-colors-fixed-theme-accent-1: #e7eff1;\n --simple-colors-fixed-theme-accent-2: #b1c5ce;\n --simple-colors-fixed-theme-accent-3: #9badb6;\n --simple-colors-fixed-theme-accent-4: #8d9fa7;\n --simple-colors-fixed-theme-accent-5: #7a8f98;\n --simple-colors-fixed-theme-accent-6: #718892;\n --simple-colors-fixed-theme-accent-7: #56707c;\n --simple-colors-fixed-theme-accent-8: #40535b;\n --simple-colors-fixed-theme-accent-9: #2f3e45;\n --simple-colors-fixed-theme-accent-10: #1e282c;\n --simple-colors-fixed-theme-accent-11: #182023;\n --simple-colors-fixed-theme-accent-12: #0f1518;\n }\n\n :host([dark][accent-color=\"blue-grey\"]) {\n --simple-colors-default-theme-accent-1: #0f1518;\n --simple-colors-default-theme-accent-2: #182023;\n --simple-colors-default-theme-accent-3: #1e282c;\n --simple-colors-default-theme-accent-4: #2f3e45;\n --simple-colors-default-theme-accent-5: #40535b;\n --simple-colors-default-theme-accent-6: #56707c;\n --simple-colors-default-theme-accent-7: #718892;\n --simple-colors-default-theme-accent-8: #7a8f98;\n --simple-colors-default-theme-accent-9: #8d9fa7;\n --simple-colors-default-theme-accent-10: #9badb6;\n --simple-colors-default-theme-accent-11: #b1c5ce;\n --simple-colors-default-theme-accent-12: #e7eff1;\n }\n "]);
- _templateObject2_8d67381022d211eaa0764d1a500fd781 = function _templateObject2_8d67381022d211eaa0764d1a500fd781() {
+ _templateObject2_4818b6e0243411ea86f395335a802507 = function _templateObject2_4818b6e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8d67381022d211eaa0764d1a500fd781() {
+ function _templateObject_4818b6e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_8d67381022d211eaa0764d1a500fd781 = function _templateObject_8d67381022d211eaa0764d1a500fd781() {
+ _templateObject_4818b6e0243411ea86f395335a802507 = function _templateObject_4818b6e0243411ea86f395335a802507() {
return data;
};
@@ -39,14 +39,14 @@ define(["exports", "../../lit-element/lit-element.js", "../simple-colors-shared-
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_8d67381022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_4818b6e0243411ea86f395335a802507());
} // properties available to the custom element for data binding
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject2_8d67381022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4818b6e0243411ea86f395335a802507())];
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-concept-network/lib/simple-concept-network-node.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-concept-network/lib/simple-concept-network-node.js
index 6ba087fa446..83b9cf444b6 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-concept-network/lib/simple-concept-network-node.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-concept-network/lib/simple-concept-network-node.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../../@polymer/polymer/polymer-element.js", ".
_exports.SimpleConceptNetworkNode = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_9629a69022d211eaa0764d1a500fd781() {
+ function _templateObject_50fcb720243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n [[label]]\n \n "]);
- _templateObject_9629a69022d211eaa0764d1a500fd781 = function _templateObject_9629a69022d211eaa0764d1a500fd781() {
+ _templateObject_50fcb720243411ea86f395335a802507 = function _templateObject_50fcb720243411ea86f395335a802507() {
return data;
};
@@ -54,7 +54,7 @@ define(["exports", "require", "../../../@polymer/polymer/polymer-element.js", ".
babelHelpers.createClass(SimpleConceptNetworkNode, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9629a69022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_50fcb720243411ea86f395335a802507());
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-concept-network/simple-concept-network.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-concept-network/simple-concept-network.js
index 396524506b5..8ed7d864ead 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-concept-network/simple-concept-network.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-concept-network/simple-concept-network.js
@@ -11,10 +11,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../s
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_8d72d0d022d211eaa0764d1a500fd781() {
+ function _templateObject_4860bc60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n "]);
- _templateObject_8d72d0d022d211eaa0764d1a500fd781 = function _templateObject_8d72d0d022d211eaa0764d1a500fd781() {
+ _templateObject_4860bc60243411ea86f395335a802507 = function _templateObject_4860bc60243411ea86f395335a802507() {
return data;
};
@@ -61,7 +61,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../s
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8d72d0d022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4860bc60243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-datetime/simple-datetime.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-datetime/simple-datetime.js
index 3d50111c3a3..be814e283c5 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-datetime/simple-datetime.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-datetime/simple-datetime.js
@@ -6,20 +6,20 @@ define(["exports", "../../lit-element/lit-element.js", "./lib/date.format.js"],
});
_exports.SimpleDatetime = void 0;
- function _templateObject2_8d751ac022d211eaa0764d1a500fd781() {
+ function _templateObject2_4862df40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n font-size: 14px;\n color: #b3b3b1;\n line-height: 30px;\n }\n "]);
- _templateObject2_8d751ac022d211eaa0764d1a500fd781 = function _templateObject2_8d751ac022d211eaa0764d1a500fd781() {
+ _templateObject2_4862df40243411ea86f395335a802507 = function _templateObject2_4862df40243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8d751ac022d211eaa0764d1a500fd781() {
+ function _templateObject_4862df40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject_8d751ac022d211eaa0764d1a500fd781 = function _templateObject_8d751ac022d211eaa0764d1a500fd781() {
+ _templateObject_4862df40243411ea86f395335a802507 = function _templateObject_4862df40243411ea86f395335a802507() {
return data;
};
@@ -63,7 +63,7 @@ define(["exports", "../../lit-element/lit-element.js", "./lib/date.format.js"],
* LitElement life cycle - render callback
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_8d751ac022d211eaa0764d1a500fd781(), this.date, this.date);
+ return (0, _litElement.html)(_templateObject_4862df40243411ea86f395335a802507(), this.date, this.date);
}
}, {
key: "updated",
@@ -97,7 +97,7 @@ define(["exports", "../../lit-element/lit-element.js", "./lib/date.format.js"],
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_8d751ac022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4862df40243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-drawer/simple-drawer.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-drawer/simple-drawer.js
index 50134a6ce82..d25616c4f17 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-drawer/simple-drawer.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-drawer/simple-drawer.js
@@ -10,30 +10,30 @@ define(["exports", "../../lit-element/lit-element.js", "../simple-colors/simple-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject3_8d923fb022d211eaa0764d1a500fd781() {
+ function _templateObject3_48699600243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n z-index: 1000;\n }\n :host([hidden]) {\n display: none;\n }\n :host div::slotted(*) {\n font-size: 14px;\n }\n\n .content {\n text-align: left;\n padding: 8px 24px;\n }\n\n .top ::slotted(*) {\n font-size: 24px;\n margin: 0;\n padding: 0 15px;\n height: 40px;\n line-height: 48px;\n }\n\n #close {\n position: absolute;\n right: 8px;\n top: 8px;\n padding: 4px;\n margin: 0;\n text-transform: none;\n float: right;\n font-size: 12px;\n color: var(--simple-drawer-header-color, #ffffff);\n background-color: transparent;\n min-width: unset;\n }\n\n #close iron-icon {\n display: inline-block;\n width: 16px;\n height: 16px;\n margin-right: 2px;\n }\n\n .top {\n font-size: 24px;\n margin: 0 0 8px 0;\n padding: 0 16px;\n height: 64px;\n line-height: 64px;\n display: flex;\n text-align: left;\n justify-content: space-between;\n background-color: var(--simple-drawer-header-background, #20427b);\n color: var(--simple-drawer-header-color, #ffffff);\n }\n\n .top h2 {\n flex: auto;\n color: var(--simple-drawer-header-color, #ffffff);\n font-size: 24px;\n padding: 0;\n line-height: 32px;\n margin: 8px;\n }\n "]);
- _templateObject3_8d923fb022d211eaa0764d1a500fd781 = function _templateObject3_8d923fb022d211eaa0764d1a500fd781() {
+ _templateObject3_48699600243411ea86f395335a802507 = function _templateObject3_48699600243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_8d923fb022d211eaa0764d1a500fd781() {
+ function _templateObject2_48699600243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject2_8d923fb022d211eaa0764d1a500fd781 = function _templateObject2_8d923fb022d211eaa0764d1a500fd781() {
+ _templateObject2_48699600243411ea86f395335a802507 = function _templateObject2_48699600243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8d923fb022d211eaa0764d1a500fd781() {
+ function _templateObject_48699600243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n
\n ", "\n \n
\n
\n \n
\n
\n ", "\n \n
\n \n "]);
- _templateObject_8d923fb022d211eaa0764d1a500fd781 = function _templateObject_8d923fb022d211eaa0764d1a500fd781() {
+ _templateObject_48699600243411ea86f395335a802507 = function _templateObject_48699600243411ea86f395335a802507() {
return data;
};
@@ -75,14 +75,14 @@ define(["exports", "../../lit-element/lit-element.js", "../simple-colors/simple-
key: "render",
// LitElement
value: function render() {
- return (0, _litElement.html)(_templateObject_8d923fb022d211eaa0764d1a500fd781(), this.opened, this.__openedChanged, this.align, this.title ? (0, _litElement.html)(_templateObject2_8d923fb022d211eaa0764d1a500fd781(), this.title) : "", this.close, this.closeIcon, this.closeLabel);
+ return (0, _litElement.html)(_templateObject_48699600243411ea86f395335a802507(), this.opened, this.__openedChanged, this.align, this.title ? (0, _litElement.html)(_templateObject2_48699600243411ea86f395335a802507(), this.title) : "", this.close, this.closeIcon, this.closeLabel);
} // properties available to the custom element for data binding
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject3_8d923fb022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject3_48699600243411ea86f395335a802507())];
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-fields/lib/simple-fields-form.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-fields/lib/simple-fields-form.js
index 18da08a8590..1b99e1621cf 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-fields/lib/simple-fields-form.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-fields/lib/simple-fields-form.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js", "../simple-fields.js"]
});
_exports.SimpleFieldsForm = void 0;
- function _templateObject2_96373b2022d211eaa0764d1a500fd781() {
+ function _templateObject2_51040a20243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n "]);
- _templateObject2_96373b2022d211eaa0764d1a500fd781 = function _templateObject2_96373b2022d211eaa0764d1a500fd781() {
+ _templateObject2_51040a20243411ea86f395335a802507 = function _templateObject2_51040a20243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_96373b2022d211eaa0764d1a500fd781() {
+ function _templateObject_51040a20243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_96373b2022d211eaa0764d1a500fd781 = function _templateObject_96373b2022d211eaa0764d1a500fd781() {
+ _templateObject_51040a20243411ea86f395335a802507 = function _templateObject_51040a20243411ea86f395335a802507() {
return data;
};
@@ -43,7 +43,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../simple-fields.js"]
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_96373b2022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_51040a20243411ea86f395335a802507());
}
/**
* first update hook; also implies default settings
@@ -182,7 +182,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../simple-fields.js"]
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_96373b2022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_51040a20243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-fields/simple-fields.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-fields/simple-fields.js
index 18da4bc9205..de814d3ac33 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-fields/simple-fields.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-fields/simple-fields.js
@@ -11,10 +11,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_8db928a022d211eaa0764d1a500fd781() {
+ function _templateObject_486d6690243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_8db928a022d211eaa0764d1a500fd781 = function _templateObject_8db928a022d211eaa0764d1a500fd781() {
+ _templateObject_486d6690243411ea86f395335a802507 = function _templateObject_486d6690243411ea86f395335a802507() {
return data;
};
@@ -132,7 +132,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
key: "template",
// render function
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8db928a022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_486d6690243411ea86f395335a802507());
} // haxProperty definition
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-icon-picker/simple-icon-picker.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-icon-picker/simple-icon-picker.js
index 56e331040b1..17853bec070 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-icon-picker/simple-icon-picker.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-icon-picker/simple-icon-picker.js
@@ -10,10 +10,10 @@ define(["exports", "../../lit-element/lit-element.js", "../simple-picker/simple-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_8dbe58c022d211eaa0764d1a500fd781() {
+ function _templateObject_488868a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host(simple-icon-picker) #collapse {\n width: 300px;\n }\n :host(simple-icon-picker) .row {\n justify-content: flex-start;\n }\n :host(simple-icon-picker) simple-picker-option {\n flex: 0 0 auto;\n }\n "]);
- _templateObject_8dbe58c022d211eaa0764d1a500fd781 = function _templateObject_8dbe58c022d211eaa0764d1a500fd781() {
+ _templateObject_488868a0243411ea86f395335a802507 = function _templateObject_488868a0243411ea86f395335a802507() {
return data;
};
@@ -36,7 +36,7 @@ define(["exports", "../../lit-element/lit-element.js", "../simple-picker/simple-
key: "styles",
//styles function
get: function get() {
- return [babelHelpers.get(babelHelpers.getPrototypeOf(SimpleIconPicker), "styles", this), (0, _litElement.css)(_templateObject_8dbe58c022d211eaa0764d1a500fd781())];
+ return [babelHelpers.get(babelHelpers.getPrototypeOf(SimpleIconPicker), "styles", this), (0, _litElement.css)(_templateObject_488868a0243411ea86f395335a802507())];
} // properties available to the custom element for data binding
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-image/simple-image.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-image/simple-image.js
index ffcd08c5d4e..2def603e59d 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-image/simple-image.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-image/simple-image.js
@@ -10,10 +10,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../schema-behav
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_8dc13ef022d211eaa0764d1a500fd781() {
+ function _templateObject_489ab820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n
\n
\n
\n
\n close modal\n \n
\n
\n
\n\n
\n
\n
\n
\n
\n
\n
\n\n
[[credit]]
\n
\n
\n "], ["\n \n \n
\n
\n
\n
\n
\n close modal\n \n
\n
\n
\n\n
\n
\n
\n
\n
\n
\n
\n\n
[[credit]]
\n
\n
\n "]);
- _templateObject_8dc13ef022d211eaa0764d1a500fd781 = function _templateObject_8dc13ef022d211eaa0764d1a500fd781() {
+ _templateObject_489ab820243411ea86f395335a802507 = function _templateObject_489ab820243411ea86f395335a802507() {
return data;
};
@@ -39,7 +39,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../schema-behav
babelHelpers.createClass(SimpleImage, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8dc13ef022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_489ab820243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-login/simple-login.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-login/simple-login.js
index 4fd17e884fb..2c5b5f3a719 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-login/simple-login.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-login/simple-login.js
@@ -10,10 +10,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_8dc584b022d211eaa0764d1a500fd781() {
+ function _templateObject_489eafc0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject_8dc584b022d211eaa0764d1a500fd781 = function _templateObject_8dc584b022d211eaa0764d1a500fd781() {
+ _templateObject_489eafc0243411ea86f395335a802507 = function _templateObject_489eafc0243411ea86f395335a802507() {
return data;
};
@@ -40,7 +40,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
key: "template",
// render function
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8dc584b022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_489eafc0243411ea86f395335a802507());
} // properties available to the custom element for data binding
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-modal/lib/simple-modal-template.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-modal/lib/simple-modal-template.js
index 67a81758a78..2b6c4ce44af 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-modal/lib/simple-modal-template.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-modal/lib/simple-modal-template.js
@@ -6,20 +6,20 @@ define(["exports", "../../../lit-element/lit-element.js", "../simple-modal.js"],
});
_exports.SimpleModalTemplate = void 0;
- function _templateObject2_964c22b022d211eaa0764d1a500fd781() {
+ function _templateObject2_51226790243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject2_964c22b022d211eaa0764d1a500fd781 = function _templateObject2_964c22b022d211eaa0764d1a500fd781() {
+ _templateObject2_51226790243411ea86f395335a802507 = function _templateObject2_51226790243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_964c22b022d211eaa0764d1a500fd781() {
+ function _templateObject_51226790243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: none;\n --simple-modal-width: auto;\n --simple-modal-height: auto;\n --simple-modal-min-width: unset;\n --simple-modal-min-height: unset;\n --simple-modal-max-width: unset;\n --simple-modal-max-height: unset;\n --simple-modal-titlebar-color: #444;\n --simple-modal-titlebar-background: #ddd;\n --simple-modal-header-color: #222;\n --simple-modal-header-background: #ccc;\n --simple-modal-content-container-color: #222;\n --simple-modal-content-container-background: #fff;\n --simple-modal-buttons-color: blue;\n --simple-modal-buttons-background: #fff;\n --simple-modal-button-color: var(--simple-modal-buttons-color);\n --simple-modal-button-background: var(\n --simple-modal-buttons-background-color\n );\n }\n "]);
- _templateObject_964c22b022d211eaa0764d1a500fd781 = function _templateObject_964c22b022d211eaa0764d1a500fd781() {
+ _templateObject_51226790243411ea86f395335a802507 = function _templateObject_51226790243411ea86f395335a802507() {
return data;
};
@@ -43,7 +43,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../simple-modal.js"],
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_964c22b022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_51226790243411ea86f395335a802507())];
}
/**
* Store the tag name to make it easier to obtain directly.
@@ -72,7 +72,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../simple-modal.js"],
key: "render",
//render function
value: function render() {
- return (0, _litElement.html)(_templateObject2_964c22b022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject2_51226790243411ea86f395335a802507());
}
/**
* sets event listeners for a specified target
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-modal/simple-modal.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-modal/simple-modal.js
index 5b94ffc5ee8..3bf7b16c9f4 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-modal/simple-modal.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-modal/simple-modal.js
@@ -11,20 +11,20 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../../@polyme
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_8ddcdd4022d211eaa0764d1a500fd781() {
+ function _templateObject2_48a69f00243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n\n :host([hidden]) {\n display: none;\n }\n\n paper-dialog-scrollable:not(:defined) {\n display: none;\n }\n\n :host paper-dialog ::slotted(*) {\n font-size: 14px;\n width: 100%;\n }\n\n #dialog {\n display: flex;\n flex-direction: column;\n margin: 15px auto;\n z-index: 1000;\n height: var(--simple-modal-height, auto);\n width: var(--simple-modal-width, auto);\n min-width: var(--simple-modal-min-width, unset);\n max-width: var(--simple-modal-max-width, unset);\n min-height: var(--simple-modal-min-height, unset);\n max-height: var(--simple-modal-max-height, unset);\n border-radius: 3px;\n }\n\n #titlebar {\n margin-top: 0;\n padding: 0px 16px;\n display: flex;\n align-items: center;\n justify-content: space-between;\n color: var(--simple-modal-titlebar-color, #444);\n background-color: var(--simple-modal-titlebar-background, #ddd);\n border-radius: 3px 3px 0 0;\n height: 64px;\n line-height: 64px;\n }\n\n #headerbar {\n margin: 0;\n padding: 0 16px;\n color: var(--simple-modal-header-color, #222);\n background-color: var(--simple-modal-header-background, #ccc);\n }\n\n h2 {\n margin-right: 8px;\n padding: 0;\n flex: auto;\n font-size: 18px;\n line-height: 18px;\n }\n\n #close {\n top: 0;\n padding: 10px 0;\n min-width: unset;\n text-transform: none;\n color: var(--simple-modal-titlebar-color, #444);\n background-color: transparent;\n }\n\n #close iron-icon {\n width: 16px;\n height: 16px;\n color: var(--simple-modal-titlebar-color, #444);\n }\n\n #simple-modal-content {\n flex-grow: 1;\n padding: 8px 16px;\n margin: 0;\n color: var(--simple-modal-content-container-color, #222);\n background-color: var(\n --simple-modal-content-container-background,\n #fff\n );\n }\n .buttons {\n padding: 0;\n margin: 0;\n color: var(--simple-modal-buttons-color, unset);\n background-color: var(--simple-modal-buttons-background, unset);\n }\n .buttons ::slotted(*) {\n padding: 0;\n margin: 0;\n color: var(--simple-modal-button-color, --simple-modal-buttons-color);\n background-color: var(\n --simple-modal-button-background,\n --simple-modal-buttons-background\n );\n }\n "]);
- _templateObject2_8ddcdd4022d211eaa0764d1a500fd781 = function _templateObject2_8ddcdd4022d211eaa0764d1a500fd781() {
+ _templateObject2_48a69f00243411ea86f395335a802507 = function _templateObject2_48a69f00243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8ddcdd4022d211eaa0764d1a500fd781() {
+ function _templateObject_48a69f00243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n
\n ", "\n \n
\n
\n \n \n
\n \n \n \n \n \n \n
\n \n "]);
- _templateObject_8ddcdd4022d211eaa0764d1a500fd781 = function _templateObject_8ddcdd4022d211eaa0764d1a500fd781() {
+ _templateObject_48a69f00243411ea86f395335a802507 = function _templateObject_48a69f00243411ea86f395335a802507() {
return data;
};
@@ -60,14 +60,14 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../../@polyme
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_8ddcdd4022d211eaa0764d1a500fd781(), this._getAriaLabel(this.title), this._getAriaLabelledby(this.title), this.opened, this.openedChangedEvent, this.modal, !this.title, this.title, !this.opened, this.closeLabel, this.closeIcon);
+ return (0, _litElement.html)(_templateObject_48a69f00243411ea86f395335a802507(), this._getAriaLabel(this.title), this._getAriaLabelledby(this.title), this.opened, this.openedChangedEvent, this.modal, !this.title, this.title, !this.opened, this.closeLabel, this.closeIcon);
} // properties available to the custom element for data binding
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject2_8ddcdd4022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_48a69f00243411ea86f395335a802507())];
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-picker/lib/simple-picker-option.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-picker/lib/simple-picker-option.js
index 7c1d6f3fc8e..a6a5b2520cc 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-picker/lib/simple-picker-option.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-picker/lib/simple-picker-option.js
@@ -6,40 +6,40 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/iro
});
_exports.SimplePickerOption = void 0;
- function _templateObject4_964ebac022d211eaa0764d1a500fd781() {
+ function _templateObject4_512acc00243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["red"]);
- _templateObject4_964ebac022d211eaa0764d1a500fd781 = function _templateObject4_964ebac022d211eaa0764d1a500fd781() {
+ _templateObject4_512acc00243411ea86f395335a802507 = function _templateObject4_512acc00243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_964ebac022d211eaa0764d1a500fd781() {
+ function _templateObject3_512acc00243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: flex;\n align-items: center;\n justify-content: space-between;\n color: var(--simple-picker-color);\n }\n :host([hidden]) {\n display: none;\n }\n div {\n margin: unset;\n padding: unset;\n }\n #label {\n padding: var(\n --simple-picker-option-label-padding,\n var(--simple-picker-option-padding, 2px 10px)\n );\n line-height: 100%;\n width: max-content;\n }\n\n :host([hide-option-labels]) #label {\n position: absolute;\n left: -999999px;\n width: 0;\n height: 0;\n overflow: hidden;\n }\n\n iron-icon {\n width: var(--simple-picker-option-size, 24px);\n min-height: var(--simple-picker-option-size, 24px);\n min-width: var(--simple-picker-option-size, 24px);\n line-height: var(--simple-picker-option-size, 24px);\n }\n "]);
- _templateObject3_964ebac022d211eaa0764d1a500fd781 = function _templateObject3_964ebac022d211eaa0764d1a500fd781() {
+ _templateObject3_512acc00243411ea86f395335a802507 = function _templateObject3_512acc00243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_964ebac022d211eaa0764d1a500fd781() {
+ function _templateObject2_512acc00243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n "]);
- _templateObject2_964ebac022d211eaa0764d1a500fd781 = function _templateObject2_964ebac022d211eaa0764d1a500fd781() {
+ _templateObject2_512acc00243411ea86f395335a802507 = function _templateObject2_512acc00243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_964ebac022d211eaa0764d1a500fd781() {
+ function _templateObject_512acc00243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n ", "\n
\n "]);
- _templateObject_964ebac022d211eaa0764d1a500fd781 = function _templateObject_964ebac022d211eaa0764d1a500fd781() {
+ _templateObject_512acc00243411ea86f395335a802507 = function _templateObject_512acc00243411ea86f395335a802507() {
return data;
};
@@ -75,13 +75,13 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/iro
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_964ebac022d211eaa0764d1a500fd781(), !this.icon, this.icon, this.titleAsHtml ? (0, _litElement.html)(_templateObject2_964ebac022d211eaa0764d1a500fd781(), this.label) : this.label);
+ return (0, _litElement.html)(_templateObject_512acc00243411ea86f395335a802507(), !this.icon, this.icon, this.titleAsHtml ? (0, _litElement.html)(_templateObject2_512acc00243411ea86f395335a802507(), this.label) : this.label);
}
}], [{
key: "styles",
//styles
get: function get() {
- return (0, _litElement.css)(_templateObject3_964ebac022d211eaa0764d1a500fd781());
+ return (0, _litElement.css)(_templateObject3_512acc00243411ea86f395335a802507());
}
}]);
@@ -136,7 +136,7 @@ define(["exports", "../../../lit-element/lit-element.js", "../../../@polymer/iro
}, {
key: "_getColor",
value: function _getColor() {
- return (0, _litElement.css)(_templateObject4_964ebac022d211eaa0764d1a500fd781());
+ return (0, _litElement.css)(_templateObject4_512acc00243411ea86f395335a802507());
}
}], [{
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-picker/simple-picker.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-picker/simple-picker.js
index 3ad6f8b27d1..51a3c46bf4f 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-picker/simple-picker.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-picker/simple-picker.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
_exports.SimplePicker = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject5_8dfe47f022d211eaa0764d1a500fd781() {
+ function _templateObject5_48b0ff40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n option-", "-", "\n "]);
- _templateObject5_8dfe47f022d211eaa0764d1a500fd781 = function _templateObject5_8dfe47f022d211eaa0764d1a500fd781() {
+ _templateObject5_48b0ff40243411ea86f395335a802507 = function _templateObject5_48b0ff40243411ea86f395335a802507() {
return data;
};
@@ -21,40 +21,40 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject4_8dfe47f022d211eaa0764d1a500fd781() {
+ function _templateObject4_48b0ff40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline-flex;\n align-items: center;\n color: var(--simple-picker-color, black);\n font-family: var(--simple-picker-font-family, inherit);\n font-size: var(--simple-picker-font-size, inherit);\n --simple-picker-height: calc(\n var(--simple-picker-option-size, 24px) +\n var(--simple-picker-sample-padding, 2px) * 2 +\n var(--simple-picker-border-width, 1px) * 2\n );\n min-height: var(--simple-picker-height);\n max-height: var(--simple-picker-height);\n }\n\n :host([block-label]) {\n display: block;\n margin: 0 0 15px;\n max-height: unset;\n }\n\n :host([disabled]) {\n --simple-picker-color: var(--simple-picker-color-disabled, #888);\n --simple-picker-background-color: var(\n --simple-picker-background-color-disabled,\n #e8e8e8\n );\n cursor: not-allowed;\n }\n\n :host([hidden]) {\n display: none;\n }\n\n div {\n margin: unset;\n padding: unset;\n }\n\n label:not([hidden]) {\n display: flex;\n align-items: center;\n padding-right: 5px;\n font-family: var(--simple-picker-font-family, inherit);\n color: var(\n --simple-picker-label-color,\n var(--simple-picker-color, black)\n );\n }\n\n :host([block-label]) label:not([hidden]) {\n display: block;\n padding-right: 0px;\n color: var(\n --simple-picker-float-label-color,\n var(--simple-picker-color-disabled, #888)\n );\n transition: all 0.5s;\n max-height: unset;\n }\n\n :host([block-label]:focus-within) label,\n :host([block-label]:hover) label {\n color: var(\n --simple-picker-float-label-active-color,\n var(--simple-picker-color, black)\n );\n transition: all 0.5s;\n }\n\n #sample,\n .rows {\n margin: 0;\n padding: 0;\n }\n\n #listbox {\n cursor: pointer;\n position: relative;\n flex: 1 0 auto;\n min-height: var(--simple-picker-height);\n max-height: var(--simple-picker-height);\n }\n\n #sample {\n display: flex;\n flex: 1 0 auto;\n justify-content: space-between;\n align-items: center;\n padding: var(--simple-picker-sample-padding, 2px);\n border-radius: var(--simple-picker-border-radius, 2px);\n color: var(--simple-picker-sample-color, black);\n background-color: var(--simple-picker-background-color, #f0f0f0);\n border-width: var(--simple-picker-border-width, 1px);\n border-style: var(--simple-picker-border-style, solid);\n border-color: var(\n --simple-picker-border-color,\n var(--simple-picker-color-disabled, #888)\n );\n }\n\n :host([hide-sample]) #sample {\n width: var(--simple-picker-option-size);\n overflow: visible;\n }\n\n :host(:focus-within) #sample {\n border-width: var(\n --simple-picker-focus-border-width,\n var(--simple-picker-border-width, 1px)\n );\n border-style: var(\n --simple-picker-focus-border-style,\n var(--simple-picker-border-style, solid)\n );\n border-color: var(\n --simple-picker-focus-border-color,\n var(\n --simple-picker-border-color,\n var(--simple-picker-color-disabled, #888)\n )\n );\n transition: all 0.5s;\n }\n\n #icon {\n transform: var(--simple-picker-icon-transform, rotate(0deg));\n transition: transform 0.25s;\n }\n\n :host([expanded]) #icon {\n transform: var(--simple-picker-expanded-icon-transform, rotate(0deg));\n transition: transform 0.25s;\n }\n\n #collapse {\n display: none;\n width: 100%;\n position: absolute;\n padding: var(\n --simple-picker-options-border-width,\n var(--simple-picker-border-width, 1px)\n );\n z-index: 2;\n }\n\n :host([expanded]:not([disabled])) #collapse {\n display: block;\n }\n\n .rows {\n display: block;\n position: absolute;\n z-index: 1000;\n left: calc(\n var(\n --simple-picker-options-border-width,\n var(--simple-picker-border-width, 1px)\n )\n );\n top: calc(\n 0px -\n var(\n --simple-picker-options-border-width,\n var(--simple-picker-border-width, 1px)\n )\n );\n border-width: var(\n --simple-picker-options-border-width,\n var(--simple-picker-border-width, 1px)\n );\n border-style: var(\n --simple-picker-options-border-style,\n var(--simple-picker-border-style, solid)\n );\n border-color: var(\n --simple-picker-options-border-color,\n var(\n --simple-picker-border-color,\n var(--simple-picker-color-disabled, #888)\n )\n );\n background-color: var(--simple-picker-options-background-color, #fff);\n max-height: var(--simple-picker-options-max-height, 250px);\n overflow-y: auto;\n }\n :host([align-right]) #collapse .rows {\n left: unset;\n right: calc(\n var(\n --simple-picker-options-border-width,\n var(--simple-picker-border-width, 1px)\n ) * 2\n );\n }\n\n .row {\n display: flex;\n align-items: stretch;\n justify-content: space-between;\n }\n\n simple-picker-option {\n z-index: 1;\n flex: 1 1 auto;\n justify-content: flex-start;\n max-height: unset;\n min-height: var(--simple-picker-option-size, 24px);\n min-width: var(--simple-picker-option-size, 24px);\n line-height: var(--simple-picker-option-size, 24px);\n color: var(--simple-picker-color, black);\n background-color: var(--simple-picker-options-background-color, #fff);\n transition: max-height 2s;\n }\n\n simple-picker-option[selected] {\n z-index: 50;\n color: var(--simple-picker-color, black);\n background-color: var(\n --simple-picker-option-selected-background-color,\n var(--simple-picker-options-background-color, #fff)\n );\n }\n\n simple-picker-option[active] {\n z-index: 100;\n cursor: pointer;\n color: var(--simple-picker-color, black);\n background-color: var(\n --simple-picker-option-active-background-color,\n #aaddff\n );\n }\n\n #sample simple-picker-option {\n color: var(--simple-picker-color, black);\n background-color: var(\n --simple-picker-sample-background-color,\n transparent\n );\n --simple-picker-option-padding: var(\n --simple-picker-sample-padding,\n 2px\n )\n 0;\n border: none;\n }\n\n :host([hide-sample]) #sample simple-picker-option {\n position: absolute;\n left: -9999px;\n overflow: hidden;\n width: 0;\n height: 0;\n }\n\n :host(:focus-within) #sample simple-picker-option,\n :host(:hover) #sample simple-picker-option {\n --simple-picker-color: var(\n --simple-picker-color-active,\n var(--simple-picker-color, black)\n );\n }\n\n :host(:not([expanded])) #collapse simple-picker-option {\n max-height: 0;\n transition: max-height 1.5s;\n }\n\n @media screen and (max-width: 600px) {\n :host {\n position: static;\n }\n #collapse {\n top: 0;\n margin-top: 0;\n position: relative;\n }\n .rows {\n position: absolute;\n }\n }\n "]);
- _templateObject4_8dfe47f022d211eaa0764d1a500fd781 = function _templateObject4_8dfe47f022d211eaa0764d1a500fd781() {
+ _templateObject4_48b0ff40243411ea86f395335a802507 = function _templateObject4_48b0ff40243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_8dfe47f022d211eaa0764d1a500fd781() {
+ function _templateObject3_48b0ff40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n "]);
- _templateObject3_8dfe47f022d211eaa0764d1a500fd781 = function _templateObject3_8dfe47f022d211eaa0764d1a500fd781() {
+ _templateObject3_48b0ff40243411ea86f395335a802507 = function _templateObject3_48b0ff40243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_8dfe47f022d211eaa0764d1a500fd781() {
+ function _templateObject2_48b0ff40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n
\n "]);
- _templateObject2_8dfe47f022d211eaa0764d1a500fd781 = function _templateObject2_8dfe47f022d211eaa0764d1a500fd781() {
+ _templateObject2_48b0ff40243411ea86f395335a802507 = function _templateObject2_48b0ff40243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8dfe47f022d211eaa0764d1a500fd781() {
+ function _templateObject_48b0ff40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n \n "]);
- _templateObject_8dfe47f022d211eaa0764d1a500fd781 = function _templateObject_8dfe47f022d211eaa0764d1a500fd781() {
+ _templateObject_48b0ff40243411ea86f395335a802507 = function _templateObject_48b0ff40243411ea86f395335a802507() {
return data;
};
@@ -120,9 +120,9 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
value: function render() {
var _this2 = this;
- return (0, _litElement.html)(_templateObject_8dfe47f022d211eaa0764d1a500fd781(), !this.label || this.label.trim() === "", this.label && this.label.trim() !== "" ? this.label.trim() : "", this.__activeDesc, this.ariaLabelledby, this.disabled, this._handleListboxClick, this._handleListboxMousedown, this._handleListboxKeydown, this.hideOptionLabels, this.titleAsHtml, this.__selectedOption ? this.__selectedOption.icon : false, this.__selectedOption ? this.__selectedOption.alt : false, this.__selectedOption ? this.__selectedOption.style : false, this.__options ? this.__options.map(function (row, rownum) {
- return (0, _litElement.html)(_templateObject2_8dfe47f022d211eaa0764d1a500fd781(), row ? row.map(function (option, colnum) {
- return (0, _litElement.html)(_templateObject3_8dfe47f022d211eaa0764d1a500fd781(), _this2._handleOptionFocus, _this2._handleSetSelectedOption, "".concat(_this2.__activeDesc) === "option-".concat(rownum, "-").concat(colnum), _this2.hideOptionLabels, !_this2.allowNull && !option.value, _this2.value === option.value, _this2.titleAsHtml, _this2.data, option.icon, rownum, colnum, option.alt, option.style, _this2.value === option.value ? "true" : "false", option.value);
+ return (0, _litElement.html)(_templateObject_48b0ff40243411ea86f395335a802507(), !this.label || this.label.trim() === "", this.label && this.label.trim() !== "" ? this.label.trim() : "", this.__activeDesc, this.ariaLabelledby, this.disabled, this._handleListboxClick, this._handleListboxMousedown, this._handleListboxKeydown, this.hideOptionLabels, this.titleAsHtml, this.__selectedOption ? this.__selectedOption.icon : false, this.__selectedOption ? this.__selectedOption.alt : false, this.__selectedOption ? this.__selectedOption.style : false, this.__options ? this.__options.map(function (row, rownum) {
+ return (0, _litElement.html)(_templateObject2_48b0ff40243411ea86f395335a802507(), row ? row.map(function (option, colnum) {
+ return (0, _litElement.html)(_templateObject3_48b0ff40243411ea86f395335a802507(), _this2._handleOptionFocus, _this2._handleSetSelectedOption, "".concat(_this2.__activeDesc) === "option-".concat(rownum, "-").concat(colnum), _this2.hideOptionLabels, !_this2.allowNull && !option.value, _this2.value === option.value, _this2.titleAsHtml, _this2.data, option.icon, rownum, colnum, option.alt, option.style, _this2.value === option.value ? "true" : "false", option.value);
}) : "");
}) : "");
} // properties available to the custom element for data binding
@@ -131,7 +131,7 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject4_8dfe47f022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject4_48b0ff40243411ea86f395335a802507())];
}
}, {
key: "properties",
@@ -403,7 +403,7 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
}, {
key: "_goToOption",
value: function _goToOption(rownum, colnum) {
- var targetId = (0, _litElement.html)(_templateObject5_8dfe47f022d211eaa0764d1a500fd781(), rownum, colnum),
+ var targetId = (0, _litElement.html)(_templateObject5_48b0ff40243411ea86f395335a802507(), rownum, colnum),
target = this.shadowRoot.querySelector("#" + targetId),
active = this.shadowRoot.querySelector("#" + this.__activeDesc);
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-popover/simple-popover.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-popover/simple-popover.js
index 449c617ce1f..5be5d62ce48 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-popover/simple-popover.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-popover/simple-popover.js
@@ -10,20 +10,20 @@ define(["exports", "../../lit-element/lit-element.js", "../absolute-position-beh
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_8e01a35022d211eaa0764d1a500fd781() {
+ function _templateObject2_48d2b810243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host([hidden]) {\n display: none;\n }\n :host > div {\n display: flex;\n flex-direction: column-reverse;\n justify-content: stretch;\n z-index: 1;\n }\n :host([position=\"left\"]) > div {\n justify-content: flex-start;\n flex-direction: row;\n }\n :host([position=\"right\"]) > div {\n justify-content: flex-end;\n flex-direction: row-reverse;\n }\n :host([position=\"top\"]) > div {\n flex-direction: column;\n }\n :host > div > * {\n width: 100%;\n }\n :host([position=\"left\"]) > div > *,\n :host([position=\"right\"]) > div > * {\n width: unset;\n }\n #content {\n margin: 0;\n padding: var(--simple-popover-padding, 10px);\n color: var(--simple-popover-color, #222);\n background-color: var(--simple-popover-background-color, white);\n border: 1px solid var(--simple-popover-border-color, #bbb);\n min-height: 20px;\n border-radius: var(--simple-popover-border-radius, 3px);\n box-shadow: var(\n --simple-popover-box-shadow,\n rgba(60, 64, 67, 0.3) 0px 4px 8px 3px\n );\n }\n #pointer-outer {\n margin: -1px;\n }\n #pointer {\n width: 20px;\n height: 20px;\n position: relative;\n overflow: hidden;\n flex: 0 0 20px;\n }\n #pointer:after {\n content: \"\";\n position: absolute;\n width: 10px;\n height: 10px;\n background-color: var(--simple-popover-background-color, white);\n border: 1px solid var(--simple-popover-border-color, #bbb);\n transform: rotate(45deg);\n top: 15px;\n left: 5px;\n }\n :host([position=\"top\"]) #pointer:after {\n top: -5px;\n left: 5px;\n }\n :host([position=\"right\"]) #pointer:after {\n top: 5px;\n left: 15px;\n }\n :host([position=\"left\"]) #pointer:after {\n top: 5px;\n left: -5px;\n }\n "]);
- _templateObject2_8e01a35022d211eaa0764d1a500fd781 = function _templateObject2_8e01a35022d211eaa0764d1a500fd781() {
+ _templateObject2_48d2b810243411ea86f395335a802507 = function _templateObject2_48d2b810243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8e01a35022d211eaa0764d1a500fd781() {
+ function _templateObject_48d2b810243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_8e01a35022d211eaa0764d1a500fd781 = function _templateObject_8e01a35022d211eaa0764d1a500fd781() {
+ _templateObject_48d2b810243411ea86f395335a802507 = function _templateObject_48d2b810243411ea86f395335a802507() {
return data;
};
@@ -60,14 +60,14 @@ define(["exports", "../../lit-element/lit-element.js", "../absolute-position-beh
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_8e01a35022d211eaa0764d1a500fd781(), this._getMargins(this.__positions));
+ return (0, _litElement.html)(_templateObject_48d2b810243411ea86f395335a802507(), this._getMargins(this.__positions));
} // haxProperty definition
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject2_8e01a35022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_48d2b810243411ea86f395335a802507())];
}
}, {
key: "haxProperties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-search/lib/simple-search-content.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-search/lib/simple-search-content.js
index 10605c4d69a..bdba7577335 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-search/lib/simple-search-content.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-search/lib/simple-search-content.js
@@ -6,10 +6,10 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
});
_exports.SimpleSearchContent = void 0;
- function _templateObject_96508f8022d211eaa0764d1a500fd781() {
+ function _templateObject_512ceee0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_96508f8022d211eaa0764d1a500fd781 = function _templateObject_96508f8022d211eaa0764d1a500fd781() {
+ _templateObject_512ceee0243411ea86f395335a802507 = function _templateObject_512ceee0243411ea86f395335a802507() {
return data;
};
@@ -78,7 +78,7 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
}, {
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_96508f8022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_512ceee0243411ea86f395335a802507());
}
}], [{
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-search/lib/simple-search-match.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-search/lib/simple-search-match.js
index 71bbb7669a0..f15b844e85b 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-search/lib/simple-search-match.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-search/lib/simple-search-match.js
@@ -6,10 +6,10 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
});
_exports.SimpleSearchMatch = void 0;
- function _templateObject2_96523d3022d211eaa0764d1a500fd781() {
+ function _templateObject2_512ec3a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n margin-right: 4px;\n font-family: var(--simple-search-match-font-family, unset);\n color: var(--simple-search-match-text-color, #000);\n background-color: var(--simple-search-match-bg-color, #f0f0f0);\n border: var(--simple-search-match-border, 1px solid);\n border-color: var(--simple-search-match-border-color, #ddd);\n padding: var(--simple-search-match-padding, 0.16px 0px 0.16px 4px);\n border-radius: var(--simple-search-match-border-radius, 0.16px);\n font-weight: var(--simple-search-match-font-weight, bold);\n }\n "]);
- _templateObject2_96523d3022d211eaa0764d1a500fd781 = function _templateObject2_96523d3022d211eaa0764d1a500fd781() {
+ _templateObject2_512ec3a0243411ea86f395335a802507 = function _templateObject2_512ec3a0243411ea86f395335a802507() {
return data;
};
@@ -20,10 +20,10 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_96523d3022d211eaa0764d1a500fd781() {
+ function _templateObject_512ec3a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_96523d3022d211eaa0764d1a500fd781 = function _templateObject_96523d3022d211eaa0764d1a500fd781() {
+ _templateObject_512ec3a0243411ea86f395335a802507 = function _templateObject_512ec3a0243411ea86f395335a802507() {
return data;
};
@@ -67,7 +67,7 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
babelHelpers.createClass(SimpleSearchMatch, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_96523d3022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_512ec3a0243411ea86f395335a802507());
}
}], [{
key: "tag",
@@ -89,7 +89,7 @@ define(["exports", "../../../lit-element/lit-element.js"], function (_exports, _
}, {
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_96523d3022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_512ec3a0243411ea86f395335a802507())];
}
}]);
return SimpleSearchMatch;
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-search/simple-search.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-search/simple-search.js
index 1aca8237ff2..b6b92687143 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-search/simple-search.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-search/simple-search.js
@@ -10,20 +10,20 @@ define(["exports", "../../lit-element/lit-element.js", "../../@polymer/iron-icon
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_8e076fb022d211eaa0764d1a500fd781() {
+ function _templateObject2_48d96ed0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: flex;\n align-items: flex-end;\n justify-content: space-between;\n width: 100%;\n }\n #input {\n flex-grow: 2;\n margin-right: 4px;\n padding: var(--simple-search-padding, unset);\n margin: var(--simple-search-margin, unset);\n --paper-input-container-input-color: var(\n --simple-search-input-text-color,\n #000\n );\n --paper-input-container-shared-input-style_-_color: var(\n --simple-search-input-text-color,\n #000\n );\n --paper-input-container-focus-color: var(\n --simple-search-input-line-color,\n #000\n );\n --paper-input-container-color: var(\n --simple-search-input-placeholder-color,\n #222\n );\n color: var(--simple-search-input-placeholder-color, #222);\n }\n #xofy {\n margin: 8px;\n }\n button {\n margin: 8px 0 8px;\n color: var(--simple-search-button-color, #111);\n background-color: var(--simple-search-button-bg-color, #eee);\n border-color: var(--simple-search-button-border-color, #ccc);\n }\n button:not([disabled]):focus,\n button:not([disabled]):hover {\n cursor: pointer;\n color: var(--simple-search-button-hover-color, #000);\n background-color: var(--simple-search-button-hover-bg-color, #fff);\n border-color: var(--simple-search-button-hover-border-color, #ddd);\n }\n button[disabled] {\n cursor: not-allowed;\n color: var(--simple-search-button-disabled-color, #999);\n background-color: var(--simple-search-button-disabled-bg-color, #eee);\n border-color: var(--simple-search-button-disabled-border-color, #ccc);\n }\n button:not([controls]) {\n display: none;\n }\n *[shrink-hide] {\n display: none;\n }\n "]);
- _templateObject2_8e076fb022d211eaa0764d1a500fd781 = function _templateObject2_8e076fb022d211eaa0764d1a500fd781() {
+ _templateObject2_48d96ed0243411ea86f395335a802507 = function _templateObject2_48d96ed0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8e076fb022d211eaa0764d1a500fd781() {
+ function _templateObject_48d96ed0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n ", "\n
\n \n
\n \n \n
", " \n
\n \n \n
", " \n
\n "]);
- _templateObject_8e076fb022d211eaa0764d1a500fd781 = function _templateObject_8e076fb022d211eaa0764d1a500fd781() {
+ _templateObject_48d96ed0243411ea86f395335a802507 = function _templateObject_48d96ed0243411ea86f395335a802507() {
return data;
};
@@ -67,14 +67,14 @@ define(["exports", "../../lit-element/lit-element.js", "../../@polymer/iron-icon
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_8e076fb022d211eaa0764d1a500fd781(), this.searchInputLabel, this.alwaysFloatLabel, this.noLabelFloat, this._handleChange, this.searchInputIcon, this._hasNoSearch(this.searchTerms), this._getResultsSpan(this.resultPointer, this.resultCount), this._hasNoResults(this.resultCount), this.prevButtonLabel, this.controls, this.__hidePrev, this._navigateResults, this.prevButtonIcon, this.prevButtonLabel, this.nextButtonLabel, this.controls, this.__hideNext, this._navigateResults, this.nextButtonIcon, this.nextButtonLabel);
+ return (0, _litElement.html)(_templateObject_48d96ed0243411ea86f395335a802507(), this.searchInputLabel, this.alwaysFloatLabel, this.noLabelFloat, this._handleChange, this.searchInputIcon, this._hasNoSearch(this.searchTerms), this._getResultsSpan(this.resultPointer, this.resultCount), this._hasNoResults(this.resultCount), this.prevButtonLabel, this.controls, this.__hidePrev, this._navigateResults, this.prevButtonIcon, this.prevButtonLabel, this.nextButtonLabel, this.controls, this.__hideNext, this._navigateResults, this.nextButtonIcon, this.nextButtonLabel);
} // properties available to the custom element for data binding
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject2_8e076fb022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_48d96ed0243411ea86f395335a802507())];
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-timer/simple-timer.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-timer/simple-timer.js
index e43974d882b..8e521199347 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-timer/simple-timer.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-timer/simple-timer.js
@@ -6,10 +6,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js"], function (_expo
});
_exports.SimpleTimer = void 0;
- function _templateObject_8e0af22022d211eaa0764d1a500fd781() {
+ function _templateObject_48dc7c10243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n [[_formattedTime]]\n "]);
- _templateObject_8e0af22022d211eaa0764d1a500fd781 = function _templateObject_8e0af22022d211eaa0764d1a500fd781() {
+ _templateObject_48dc7c10243411ea86f395335a802507 = function _templateObject_48dc7c10243411ea86f395335a802507() {
return data;
};
@@ -110,7 +110,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js"], function (_expo
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8e0af22022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_48dc7c10243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/simple-toast/simple-toast.js b/build/es5-amd/node_modules/@lrnwebcomponents/simple-toast/simple-toast.js
index 6cfb865aa36..8aaffb89dfb 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/simple-toast/simple-toast.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/simple-toast/simple-toast.js
@@ -11,20 +11,20 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_8e0fd42022d211eaa0764d1a500fd781() {
+ function _templateObject2_48e1ac30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n\n :host([hidden]) {\n display: none;\n }\n\n paper-toast {\n width: var(--simple-toast-width, inherit);\n height: var(--simple-toast-height, inherit);\n color: var(--simple-toast-color, white);\n background-color: var(--simple-toast-bg, black);\n top: var(--simple-toast-top, inherit);\n margin: var(--simple-toast-margin, 16px);\n padding: var(--simple-toast-padding, 16px);\n left: var(--simple-toast-left, inherit);\n bottom: var(--simple-toast-bottom, inherit);\n right: var(--simple-toast-right, inherit);\n border: var(--simple-toast-border, inherit);\n z-index: var(--simple-toast-z-index, inherit);\n font-size: var(--simple-toast-font-size, inherit);\n }\n "]);
- _templateObject2_8e0fd42022d211eaa0764d1a500fd781 = function _templateObject2_8e0fd42022d211eaa0764d1a500fd781() {
+ _templateObject2_48e1ac30243411ea86f395335a802507 = function _templateObject2_48e1ac30243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8e0fd42022d211eaa0764d1a500fd781() {
+ function _templateObject_48e1ac30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n ", " \n \n "]);
- _templateObject_8e0fd42022d211eaa0764d1a500fd781 = function _templateObject_8e0fd42022d211eaa0764d1a500fd781() {
+ _templateObject_48e1ac30243411ea86f395335a802507 = function _templateObject_48e1ac30243411ea86f395335a802507() {
return data;
};
@@ -67,14 +67,14 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_8e0fd42022d211eaa0764d1a500fd781(), this.text, this.duration, this.opened, this.openedChanged, this.classStyle, !this.closeButton, this.hide, this.closeText);
+ return (0, _litElement.html)(_templateObject_48e1ac30243411ea86f395335a802507(), this.text, this.duration, this.opened, this.openedChanged, this.classStyle, !this.closeButton, this.hide, this.closeText);
} // properties available to the custom element for data binding
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject2_8e0fd42022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_48e1ac30243411ea86f395335a802507())];
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/sites-listing/lib/site-card.js b/build/es5-amd/node_modules/@lrnwebcomponents/sites-listing/lib/site-card.js
index 333867b3616..4a821c9c47e 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/sites-listing/lib/site-card.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/sites-listing/lib/site-card.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.SiteCard = void 0;
- function _templateObject_9653eae022d211eaa0764d1a500fd781() {
+ function _templateObject_5130bf70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n
\n \n
\n
\n
\n
\n
[[name]]
\n
[[title]]
\n
\n
\n \n \n "], ["\n \n \n \n
\n \n
\n
\n
\n
\n
[[name]]
\n
[[title]]
\n
\n
\n \n \n "]);
- _templateObject_9653eae022d211eaa0764d1a500fd781 = function _templateObject_9653eae022d211eaa0764d1a500fd781() {
+ _templateObject_5130bf70243411ea86f395335a802507 = function _templateObject_5130bf70243411ea86f395335a802507() {
return data;
};
@@ -59,7 +59,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_9653eae022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_5130bf70243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/sites-listing/sites-listing.es6.js b/build/es5-amd/node_modules/@lrnwebcomponents/sites-listing/sites-listing.es6.js
index 4a6353c9714..32f3231591a 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/sites-listing/sites-listing.es6.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/sites-listing/sites-listing.es6.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
_exports.SitesListing = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_6b336bb022d211eaa0764d1a500fd781() {
+ function _templateObject_24339100243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n \n "], ["\n \n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_6b336bb022d211eaa0764d1a500fd781 = function _templateObject_6b336bb022d211eaa0764d1a500fd781() {
+ _templateObject_24339100243411ea86f395335a802507 = function _templateObject_24339100243411ea86f395335a802507() {
return data;
};
@@ -146,7 +146,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_6b336bb022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_24339100243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/sites-listing/sites-listing.js b/build/es5-amd/node_modules/@lrnwebcomponents/sites-listing/sites-listing.js
index 3a138c845db..97498af6f28 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/sites-listing/sites-listing.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/sites-listing/sites-listing.js
@@ -7,10 +7,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
_exports.SitesListing = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject_6b49b2d022d211eaa0764d1a500fd781() {
+ function _templateObject_24451d30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n \n "], ["\n \n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_6b49b2d022d211eaa0764d1a500fd781 = function _templateObject_6b49b2d022d211eaa0764d1a500fd781() {
+ _templateObject_24451d30243411ea86f395335a802507 = function _templateObject_24451d30243411ea86f395335a802507() {
return data;
};
@@ -146,7 +146,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../.
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_6b49b2d022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_24451d30243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/social-media-icons/lib/social-media-iconset.js b/build/es5-amd/node_modules/@lrnwebcomponents/social-media-icons/lib/social-media-iconset.js
index 96f29bcd331..063ecedd3ca 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/social-media-icons/lib/social-media-iconset.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/social-media-icons/lib/social-media-iconset.js
@@ -1,16 +1,16 @@
define(["../../../@polymer/iron-icon/iron-icon.js", "../../../@polymer/iron-iconset-svg/iron-iconset-svg.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_9654fc5022d211eaa0764d1a500fd781() {
+ function _templateObject_5131a9d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n"]);
- _templateObject_9654fc5022d211eaa0764d1a500fd781 = function _templateObject_9654fc5022d211eaa0764d1a500fd781() {
+ _templateObject_5131a9d0243411ea86f395335a802507 = function _templateObject_5131a9d0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_9654fc5022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_5131a9d0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/social-share-link/social-share-link.js b/build/es5-amd/node_modules/@lrnwebcomponents/social-share-link/social-share-link.js
index 5ecf198341a..281a11aa012 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/social-share-link/social-share-link.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/social-share-link/social-share-link.js
@@ -10,10 +10,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_8e168ae022d211eaa0764d1a500fd781() {
+ function _templateObject_4972c8a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n [[__linkText]] \n \n "]);
- _templateObject_8e168ae022d211eaa0764d1a500fd781 = function _templateObject_8e168ae022d211eaa0764d1a500fd781() {
+ _templateObject_4972c8a0243411ea86f395335a802507 = function _templateObject_4972c8a0243411ea86f395335a802507() {
return data;
};
@@ -124,7 +124,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../../@polymer/
key: "template",
// render function
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8e168ae022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4972c8a0243411ea86f395335a802507());
} // properties available to the custom element for data binding
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/stop-note/stop-note.js b/build/es5-amd/node_modules/@lrnwebcomponents/stop-note/stop-note.js
index 143bb9a9c7b..3103acf174e 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/stop-note/stop-note.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/stop-note/stop-note.js
@@ -7,30 +7,30 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
_exports.StopNote = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject3_8e1a0d5022d211eaa0764d1a500fd781() {
+ function _templateObject3_4976e750243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n width: auto;\n --background-color: #f7f7f7;\n --accent-color: #d32f2f;\n margin-bottom: 20px;\n }\n\n iron-icon {\n height: 100px;\n width: 100px;\n }\n\n :host([icon=\"stopnoteicons:stop-icon\"]) {\n --accent-color: #d8261c;\n }\n\n :host([icon=\"stopnoteicons:warning-icon\"]) {\n --accent-color: #ffeb3b;\n }\n\n :host([icon=\"stopnoteicons:confirm-icon\"]) {\n --accent-color: #81c784;\n }\n\n :host([icon=\"stopnoteicons:book-icon\"]) {\n --accent-color: #21a3db;\n }\n\n .container {\n display: flex;\n width: auto;\n }\n\n .message_wrap {\n border-right: 7px solid var(--accent-color);\n padding: 10px 25px;\n flex: 1 1 auto;\n background-color: var(--background-color);\n }\n\n .main_message {\n font-size: 32px;\n margin-top: 10px;\n }\n\n .secondary_message {\n margin-top: 5px;\n font-size: 19.2px;\n float: left;\n }\n\n .link a {\n margin-top: 5px;\n font-size: 19.2px;\n float: left;\n clear: left;\n text-decoration: none;\n color: #2196f3;\n }\n\n .link a:hover {\n color: #1976d2;\n }\n\n .svg {\n display: flex;\n justify-content: center;\n }\n\n .svg_wrap {\n background-color: var(--accent-color);\n padding: 5px;\n width: auto;\n }\n "]);
- _templateObject3_8e1a0d5022d211eaa0764d1a500fd781 = function _templateObject3_8e1a0d5022d211eaa0764d1a500fd781() {
+ _templateObject3_4976e750243411ea86f395335a802507 = function _templateObject3_4976e750243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_8e1a0d5022d211eaa0764d1a500fd781() {
+ function _templateObject2_4976e750243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_8e1a0d5022d211eaa0764d1a500fd781 = function _templateObject2_8e1a0d5022d211eaa0764d1a500fd781() {
+ _templateObject2_4976e750243411ea86f395335a802507 = function _templateObject2_4976e750243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8e1a0d5022d211eaa0764d1a500fd781() {
+ function _templateObject_4976e750243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_8e1a0d5022d211eaa0764d1a500fd781 = function _templateObject_8e1a0d5022d211eaa0764d1a500fd781() {
+ _templateObject_4976e750243411ea86f395335a802507 = function _templateObject_4976e750243411ea86f395335a802507() {
return data;
};
@@ -50,7 +50,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
babelHelpers.createClass(StopNote, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_8e1a0d5022d211eaa0764d1a500fd781(), this.icon, this.title, this.url ? (0, _litElement.html)(_templateObject2_8e1a0d5022d211eaa0764d1a500fd781(), this.url) : "");
+ return (0, _litElement.html)(_templateObject_4976e750243411ea86f395335a802507(), this.icon, this.title, this.url ? (0, _litElement.html)(_templateObject2_4976e750243411ea86f395335a802507(), this.url) : "");
}
}], [{
key: "styles",
@@ -59,7 +59,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../schema-beh
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject3_8e1a0d5022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject3_4976e750243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/tab-list/tab-list.js b/build/es5-amd/node_modules/@lrnwebcomponents/tab-list/tab-list.js
index 93e1a965418..03c602c5fa8 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/tab-list/tab-list.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/tab-list/tab-list.js
@@ -7,30 +7,30 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../../@polyme
_exports.TabList = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject3_8e67df3022d211eaa0764d1a500fd781() {
+ function _templateObject3_49803620243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n ", " \n \n \n "]);
- _templateObject3_8e67df3022d211eaa0764d1a500fd781 = function _templateObject3_8e67df3022d211eaa0764d1a500fd781() {
+ _templateObject3_49803620243411ea86f395335a802507 = function _templateObject3_49803620243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_8e67df3022d211eaa0764d1a500fd781() {
+ function _templateObject2_49803620243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n "]);
- _templateObject2_8e67df3022d211eaa0764d1a500fd781 = function _templateObject2_8e67df3022d211eaa0764d1a500fd781() {
+ _templateObject2_49803620243411ea86f395335a802507 = function _templateObject2_49803620243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8e67df3022d211eaa0764d1a500fd781() {
+ function _templateObject_49803620243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n margin: 0 auto;\n list-style: none;\n display: block;\n padding: 16px;\n border-bottom: 1px solid black;\n }\n paper-tabs {\n align-items: center;\n justify-items: center;\n }\n paper-tab a {\n text-decoration: none;\n flex: unset;\n height: unset;\n width: 100%;\n text-align: center;\n }\n paper-button {\n text-transform: unset;\n width: 100%;\n display: block;\n min-width: unset;\n margin: 0;\n text-overflow: ellipsis;\n overflow: hidden;\n }\n @media screen and (max-width: 600px) {\n paper-tab {\n display: block;\n }\n }\n "]);
- _templateObject_8e67df3022d211eaa0764d1a500fd781 = function _templateObject_8e67df3022d211eaa0764d1a500fd781() {
+ _templateObject_49803620243411ea86f395335a802507 = function _templateObject_49803620243411ea86f395335a802507() {
return data;
};
@@ -50,7 +50,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../../@polyme
babelHelpers.createClass(TabList, null, [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject_8e67df3022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_49803620243411ea86f395335a802507())];
}
}]);
@@ -72,8 +72,8 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../../@polyme
babelHelpers.createClass(TabList, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject2_8e67df3022d211eaa0764d1a500fd781(), this.tabs.map(function (tab) {
- return (0, _litElement.html)(_templateObject3_8e67df3022d211eaa0764d1a500fd781(), tab.link, tab.label);
+ return (0, _litElement.html)(_templateObject2_49803620243411ea86f395335a802507(), this.tabs.map(function (tab) {
+ return (0, _litElement.html)(_templateObject3_49803620243411ea86f395335a802507(), tab.link, tab.label);
}));
}
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/task-list/task-list.js b/build/es5-amd/node_modules/@lrnwebcomponents/task-list/task-list.js
index 38487fa8318..c297f3e865f 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/task-list/task-list.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/task-list/task-list.js
@@ -10,50 +10,50 @@ define(["exports", "../../lit-element/lit-element.js", "../schema-behaviors/sche
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject5_8e6c9a2022d211eaa0764d1a500fd781() {
+ function _templateObject5_49ad87b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n border: var(--task-list-border, 1px solid #eeeeee);\n font-size: var(--task-list-font-size, 18px);\n padding: var(--task-list-padding, 16px);\n }\n "]);
- _templateObject5_8e6c9a2022d211eaa0764d1a500fd781 = function _templateObject5_8e6c9a2022d211eaa0764d1a500fd781() {
+ _templateObject5_49ad87b0243411ea86f395335a802507 = function _templateObject5_49ad87b0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject4_8e6c9a2022d211eaa0764d1a500fd781() {
+ function _templateObject4_49ad87b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject4_8e6c9a2022d211eaa0764d1a500fd781 = function _templateObject4_8e6c9a2022d211eaa0764d1a500fd781() {
+ _templateObject4_49ad87b0243411ea86f395335a802507 = function _templateObject4_49ad87b0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_8e6c9a2022d211eaa0764d1a500fd781() {
+ function _templateObject3_49ad87b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject3_8e6c9a2022d211eaa0764d1a500fd781 = function _templateObject3_8e6c9a2022d211eaa0764d1a500fd781() {
+ _templateObject3_49ad87b0243411ea86f395335a802507 = function _templateObject3_49ad87b0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_8e6c9a2022d211eaa0764d1a500fd781() {
+ function _templateObject2_49ad87b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n "]);
- _templateObject2_8e6c9a2022d211eaa0764d1a500fd781 = function _templateObject2_8e6c9a2022d211eaa0764d1a500fd781() {
+ _templateObject2_49ad87b0243411ea86f395335a802507 = function _templateObject2_49ad87b0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8e6c9a2022d211eaa0764d1a500fd781() {
+ function _templateObject_49ad87b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n \n ", "\n \n "]);
- _templateObject_8e6c9a2022d211eaa0764d1a500fd781 = function _templateObject_8e6c9a2022d211eaa0764d1a500fd781() {
+ _templateObject_49ad87b0243411ea86f395335a802507 = function _templateObject_49ad87b0243411ea86f395335a802507() {
return data;
};
@@ -76,8 +76,8 @@ define(["exports", "../../lit-element/lit-element.js", "../schema-behaviors/sche
babelHelpers.createClass(TaskList, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_8e6c9a2022d211eaa0764d1a500fd781(), this.name, this.tasks.map(function (task) {
- return (0, _litElement.html)(_templateObject2_8e6c9a2022d211eaa0764d1a500fd781(), task.link ? (0, _litElement.html)(_templateObject3_8e6c9a2022d211eaa0764d1a500fd781(), task.link, task.name) : (0, _litElement.html)(_templateObject4_8e6c9a2022d211eaa0764d1a500fd781(), task.name));
+ return (0, _litElement.html)(_templateObject_49ad87b0243411ea86f395335a802507(), this.name, this.tasks.map(function (task) {
+ return (0, _litElement.html)(_templateObject2_49ad87b0243411ea86f395335a802507(), task.link ? (0, _litElement.html)(_templateObject3_49ad87b0243411ea86f395335a802507(), task.link, task.name) : (0, _litElement.html)(_templateObject4_49ad87b0243411ea86f395335a802507(), task.name));
}));
}
}], [{
@@ -87,7 +87,7 @@ define(["exports", "../../lit-element/lit-element.js", "../schema-behaviors/sche
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject5_8e6c9a2022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject5_49ad87b0243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/team-member/team-member.js b/build/es5-amd/node_modules/@lrnwebcomponents/team-member/team-member.js
index 5bfdeacdfb2..84b8bd88bec 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/team-member/team-member.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/team-member/team-member.js
@@ -11,10 +11,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../s
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_8e6ff58022d211eaa0764d1a500fd781() {
+ function _templateObject_49b15840243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n
[[fullName]]
\n
[[firstLine]]
\n
[[secondLine]]
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n "], ["\n \n \n
\n
[[fullName]]
\n
[[firstLine]]
\n
[[secondLine]]
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n "]);
- _templateObject_8e6ff58022d211eaa0764d1a500fd781 = function _templateObject_8e6ff58022d211eaa0764d1a500fd781() {
+ _templateObject_49b15840243411ea86f395335a802507 = function _templateObject_49b15840243411ea86f395335a802507() {
return data;
};
@@ -55,7 +55,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../s
babelHelpers.createClass(TeamMember, null, [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8e6ff58022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_49b15840243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/they-live/they-live.js b/build/es5-amd/node_modules/@lrnwebcomponents/they-live/they-live.js
index dc393c183d6..34c51ecc4ad 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/they-live/they-live.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/they-live/they-live.js
@@ -10,20 +10,20 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject2_8e72668022d211eaa0764d1a500fd781() {
+ function _templateObject2_49b48c90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline-block;\n }\n .truth {\n font-size: 5.5vw;\n word-break: break-all;\n line-height: 5.5vw;\n position: absolute;\n margin: 0 auto;\n text-align: center;\n display: flex;\n visibility: hidden;\n opacity: 0;\n transition: 0.3s all linear;\n z-index: 2;\n text-align: center;\n }\n :host(:focus),\n :host(:hover) {\n background-color: grey;\n }\n :host(:focus) .content ::slotted(*),\n :host(:hover) .content ::slotted(*) {\n visibility: hidden;\n }\n :host(:focus) .truth,\n :host(:hover) .truth {\n visibility: visible;\n opacity: 1;\n }\n "]);
- _templateObject2_8e72668022d211eaa0764d1a500fd781 = function _templateObject2_8e72668022d211eaa0764d1a500fd781() {
+ _templateObject2_49b48c90243411ea86f395335a802507 = function _templateObject2_49b48c90243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8e72668022d211eaa0764d1a500fd781() {
+ function _templateObject_49b48c90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_8e72668022d211eaa0764d1a500fd781 = function _templateObject_8e72668022d211eaa0764d1a500fd781() {
+ _templateObject_49b48c90243411ea86f395335a802507 = function _templateObject_49b48c90243411ea86f395335a802507() {
return data;
};
@@ -51,7 +51,7 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_8e72668022d211eaa0764d1a500fd781(), this.truth);
+ return (0, _litElement.html)(_templateObject_49b48c90243411ea86f395335a802507(), this.truth);
} // properties available to the custom element for data binding
}], [{
@@ -61,7 +61,7 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
* Register CSS styles
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_8e72668022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_49b48c90243411ea86f395335a802507())];
} // life cycle
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/to-do/to-do.js b/build/es5-amd/node_modules/@lrnwebcomponents/to-do/to-do.js
index 0b922347250..f42333d722a 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/to-do/to-do.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/to-do/to-do.js
@@ -11,10 +11,10 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../s
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_8e83a49022d211eaa0764d1a500fd781() {
+ function _templateObject_49b8d250243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n
\n
\n \n \n [[item.label]] \n \n \n \n
\n \n "], ["\n \n \n \n
\n
\n \n \n [[item.label]] \n \n \n \n
\n \n "]);
- _templateObject_8e83a49022d211eaa0764d1a500fd781 = function _templateObject_8e83a49022d211eaa0764d1a500fd781() {
+ _templateObject_49b8d250243411ea86f395335a802507 = function _templateObject_49b8d250243411ea86f395335a802507() {
return data;
};
@@ -84,7 +84,7 @@ define(["exports", "require", "../../@polymer/polymer/polymer-element.js", "../s
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8e83a49022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_49b8d250243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/topic-heading/topic-heading.js b/build/es5-amd/node_modules/@lrnwebcomponents/topic-heading/topic-heading.js
index d8d51dac719..58c6e954597 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/topic-heading/topic-heading.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/topic-heading/topic-heading.js
@@ -11,40 +11,40 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject4_8ea906e022d211eaa0764d1a500fd781() {
+ function _templateObject4_49ffed70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n\n :host([hidden]) {\n display: none;\n }\n\n relative-heading {\n color: var(--topic-heading-text-color);\n display: inline-flex;\n }\n iron-icon {\n color: var(--topic-heading-icon-color);\n display: inline-flex;\n font-size: 16px;\n height: 32px;\n width: 32px;\n padding: 16px;\n line-height: 16px;\n vertical-align: bottom;\n }\n "]);
- _templateObject4_8ea906e022d211eaa0764d1a500fd781 = function _templateObject4_8ea906e022d211eaa0764d1a500fd781() {
+ _templateObject4_49ffed70243411ea86f395335a802507 = function _templateObject4_49ffed70243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject3_8ea906e022d211eaa0764d1a500fd781() {
+ function _templateObject3_49ffed70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", " \n "]);
- _templateObject3_8ea906e022d211eaa0764d1a500fd781 = function _templateObject3_8ea906e022d211eaa0764d1a500fd781() {
+ _templateObject3_49ffed70243411ea86f395335a802507 = function _templateObject3_49ffed70243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject2_8ea906e022d211eaa0764d1a500fd781() {
+ function _templateObject2_49ffed70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject2_8ea906e022d211eaa0764d1a500fd781 = function _templateObject2_8ea906e022d211eaa0764d1a500fd781() {
+ _templateObject2_49ffed70243411ea86f395335a802507 = function _templateObject2_49ffed70243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8ea906e022d211eaa0764d1a500fd781() {
+ function _templateObject_49ffed70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n ", "\n ", "\n "]);
- _templateObject_8ea906e022d211eaa0764d1a500fd781 = function _templateObject_8ea906e022d211eaa0764d1a500fd781() {
+ _templateObject_49ffed70243411ea86f395335a802507 = function _templateObject_49ffed70243411ea86f395335a802507() {
return data;
};
@@ -65,14 +65,14 @@ define(["exports", "require", "../../lit-element/lit-element.js"], function (_ex
key: "render",
// render function
value: function render() {
- return (0, _litElement.html)(_templateObject_8ea906e022d211eaa0764d1a500fd781(), this.icon ? (0, _litElement.html)(_templateObject2_8ea906e022d211eaa0764d1a500fd781(), this.icon) : "", this.title ? (0, _litElement.html)(_templateObject3_8ea906e022d211eaa0764d1a500fd781(), this.title, this.title) : "");
+ return (0, _litElement.html)(_templateObject_49ffed70243411ea86f395335a802507(), this.icon ? (0, _litElement.html)(_templateObject2_49ffed70243411ea86f395335a802507(), this.icon) : "", this.title ? (0, _litElement.html)(_templateObject3_49ffed70243411ea86f395335a802507(), this.title, this.title) : "");
} // haxProperty definition
}], [{
key: "styles",
//styles function
get: function get() {
- return [(0, _litElement.css)(_templateObject4_8ea906e022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject4_49ffed70243411ea86f395335a802507())];
}
}, {
key: "haxProperties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/undo-manager/undo-manager.js b/build/es5-amd/node_modules/@lrnwebcomponents/undo-manager/undo-manager.js
index 15d0ed8514c..edb9b51a3b3 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/undo-manager/undo-manager.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/undo-manager/undo-manager.js
@@ -11,10 +11,10 @@ define(["exports", "meta", "../../lit-element/lit-element.js", "../es-global-bri
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_8eaefa5022d211eaa0764d1a500fd781() {
+ function _templateObject_4a0607f0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_8eaefa5022d211eaa0764d1a500fd781 = function _templateObject_8eaefa5022d211eaa0764d1a500fd781() {
+ _templateObject_4a0607f0243411ea86f395335a802507 = function _templateObject_4a0607f0243411ea86f395335a802507() {
return data;
};
@@ -43,7 +43,7 @@ define(["exports", "meta", "../../lit-element/lit-element.js", "../es-global-bri
* LitElement render
*/
value: function render() {
- return (0, _litElement.html)(_templateObject_8eaefa5022d211eaa0764d1a500fd781());
+ return (0, _litElement.html)(_templateObject_4a0607f0243411ea86f395335a802507());
}
/**
* LitElement / popular convention
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/video-player/video-player.js b/build/es5-amd/node_modules/@lrnwebcomponents/video-player/video-player.js
index a725754aabb..5dbbe57235d 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/video-player/video-player.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/video-player/video-player.js
@@ -10,10 +10,10 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../simple-color
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_8f72bf8022d211eaa0764d1a500fd781() {
+ function _templateObject_4a4051d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n
\n \n \n \n \n \n
\n \n \n \n
\n [[mediaTitle]]\n (embedded media) \n
\n
\n
\n \n
\n "]);
- _templateObject_8f72bf8022d211eaa0764d1a500fd781 = function _templateObject_8f72bf8022d211eaa0764d1a500fd781() {
+ _templateObject_4a4051d0243411ea86f395335a802507 = function _templateObject_4a4051d0243411ea86f395335a802507() {
return data;
};
@@ -315,7 +315,7 @@ define(["exports", "../../@polymer/polymer/polymer-element.js", "../simple-color
key: "template",
// render function
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8f72bf8022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4a4051d0243411ea86f395335a802507());
} // haxProperty definition
}, {
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/voice-recorder/voice-recorder.js b/build/es5-amd/node_modules/@lrnwebcomponents/voice-recorder/voice-recorder.js
index 95079484cd4..cb2a6267eac 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/voice-recorder/voice-recorder.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/voice-recorder/voice-recorder.js
@@ -8,20 +8,20 @@ define(["exports", "meta", "require", "../../lit-element/lit-element.js", "./lib
meta = babelHelpers.interopRequireWildcard(meta);
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_8f75ccc022d211eaa0764d1a500fd781() {
+ function _templateObject2_4a53b2c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: inline-flex;\n }\n "]);
- _templateObject2_8f75ccc022d211eaa0764d1a500fd781 = function _templateObject2_8f75ccc022d211eaa0764d1a500fd781() {
+ _templateObject2_4a53b2c0243411ea86f395335a802507 = function _templateObject2_4a53b2c0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8f75ccc022d211eaa0764d1a500fd781() {
+ function _templateObject_4a53b2c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", "\n \n \n "]);
- _templateObject_8f75ccc022d211eaa0764d1a500fd781 = function _templateObject_8f75ccc022d211eaa0764d1a500fd781() {
+ _templateObject_4a53b2c0243411ea86f395335a802507 = function _templateObject_4a53b2c0243411ea86f395335a802507() {
return data;
};
@@ -42,12 +42,12 @@ define(["exports", "meta", "require", "../../lit-element/lit-element.js", "./lib
babelHelpers.createClass(VoiceRecorder, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_8f75ccc022d211eaa0764d1a500fd781(), this.recordState, this.iconState, this.textState);
+ return (0, _litElement.html)(_templateObject_4a53b2c0243411ea86f395335a802507(), this.recordState, this.iconState, this.textState);
}
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_8f75ccc022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4a53b2c0243411ea86f395335a802507())];
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/wave-player/wave-player.js b/build/es5-amd/node_modules/@lrnwebcomponents/wave-player/wave-player.js
index d820997ffa3..8092517ec46 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/wave-player/wave-player.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/wave-player/wave-player.js
@@ -12,10 +12,10 @@ define(["exports", "meta", "require", "../../@polymer/polymer/polymer-element.js
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
- function _templateObject_8f7dbc0022d211eaa0764d1a500fd781() {
+ function _templateObject_4a5d28a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n
\n \n
\n
[[title]] \n
[[subtitle]] \n
\n "]);
- _templateObject_8f7dbc0022d211eaa0764d1a500fd781 = function _templateObject_8f7dbc0022d211eaa0764d1a500fd781() {
+ _templateObject_4a5d28a0243411ea86f395335a802507 = function _templateObject_4a5d28a0243411ea86f395335a802507() {
return data;
};
@@ -55,7 +55,7 @@ define(["exports", "meta", "require", "../../@polymer/polymer/polymer-element.js
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_8f7dbc0022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_4a5d28a0243411ea86f395335a802507());
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/wikipedia-query/wikipedia-query.js b/build/es5-amd/node_modules/@lrnwebcomponents/wikipedia-query/wikipedia-query.js
index 63fbfbdc86b..666764b4c76 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/wikipedia-query/wikipedia-query.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/wikipedia-query/wikipedia-query.js
@@ -7,20 +7,20 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../../@polyme
_exports.WikipediaQuery = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
- function _templateObject2_8f82ec2022d211eaa0764d1a500fd781() {
+ function _templateObject2_4a6517e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", " \n
\n \n "]);
- _templateObject2_8f82ec2022d211eaa0764d1a500fd781 = function _templateObject2_8f82ec2022d211eaa0764d1a500fd781() {
+ _templateObject2_4a6517e0243411ea86f395335a802507 = function _templateObject2_4a6517e0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8f82ec2022d211eaa0764d1a500fd781() {
+ function _templateObject_4a6517e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n --wikipedia-query-body-height: 160px;\n }\n :host [hidden] {\n display: none;\n }\n #result {\n height: var(--wikipedia-query-body-height);\n overflow: scroll;\n border: 1px grey solid;\n padding: 8px 16px;\n }\n citation-element {\n background-color: #f8f8f8;\n padding: 16px 8px;\n font-size: 12px;\n }\n "]);
- _templateObject_8f82ec2022d211eaa0764d1a500fd781 = function _templateObject_8f82ec2022d211eaa0764d1a500fd781() {
+ _templateObject_4a6517e0243411ea86f395335a802507 = function _templateObject_4a6517e0243411ea86f395335a802507() {
return data;
};
@@ -45,7 +45,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../../@polyme
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject_8f82ec2022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject_4a6517e0243411ea86f395335a802507())];
}
}]);
@@ -74,7 +74,7 @@ define(["exports", "require", "../../lit-element/lit-element.js", "../../@polyme
key: "render",
// LitElement render function
value: function render() {
- return (0, _litElement.html)(_templateObject2_8f82ec2022d211eaa0764d1a500fd781(), this.search, this.handleResponse, this.searchResponseChanged, this.hideTitle, this._title, !this.__rendercontent, !this.__rendercontent, this.search, this.search, this.__now);
+ return (0, _litElement.html)(_templateObject2_4a6517e0243411ea86f395335a802507(), this.search, this.handleResponse, this.searchResponseChanged, this.hideTitle, this._title, !this.__rendercontent, !this.__rendercontent, this.search, this.search, this.__now);
}
}, {
key: "searchResponseChanged",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/word-count/word-count.js b/build/es5-amd/node_modules/@lrnwebcomponents/word-count/word-count.js
index 65c3e5afa05..b51ca061519 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/word-count/word-count.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/word-count/word-count.js
@@ -6,20 +6,20 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
});
_exports.WordCount = void 0;
- function _templateObject2_8f99334022d211eaa0764d1a500fd781() {
+ function _templateObject2_4a68c160243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n :host:after {\n content: attr(words-text);\n position: var(--word-count-position, relative);\n display: var(--word-count-display, flex);\n flex-direction: var(--word-count-flex-direction, row-reverse);\n margin: var(--word-count-margin, 12px);\n font-size: var(--word-count-font-size, 10px);\n transition: var(--word-count-transition, 0.3s font-size, color ease);\n line-height: var(--word-count-line-height, 16px);\n color: var(--word-count-color, #888888);\n }\n :host(:hover):after,\n :host(:focus):after,\n :host(:active):after {\n font-size: var(--word-count-font-size-hover, 12px);\n font-weight: var(--word-count-font-weight-hover, bold);\n color: var(--word-count-color-hover, #000000);\n }\n .screen-reader-text {\n border: 0;\n clip: rect(1px, 1px, 1px, 1px);\n clip-path: inset(50%);\n height: 1px;\n margin: -1px;\n width: 1px;\n overflow: hidden;\n position: absolute !important;\n word-wrap: normal !important;\n }\n "]);
- _templateObject2_8f99334022d211eaa0764d1a500fd781 = function _templateObject2_8f99334022d211eaa0764d1a500fd781() {
+ _templateObject2_4a68c160243411ea86f395335a802507 = function _templateObject2_4a68c160243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8f99334022d211eaa0764d1a500fd781() {
+ function _templateObject_4a68c160243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n ", " ", "
\n "]);
- _templateObject_8f99334022d211eaa0764d1a500fd781 = function _templateObject_8f99334022d211eaa0764d1a500fd781() {
+ _templateObject_4a68c160243411ea86f395335a802507 = function _templateObject_4a68c160243411ea86f395335a802507() {
return data;
};
@@ -40,12 +40,12 @@ define(["exports", "../../lit-element/lit-element.js"], function (_exports, _lit
babelHelpers.createClass(WordCount, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_8f99334022d211eaa0764d1a500fd781(), this.wordsPrefix, this.words);
+ return (0, _litElement.html)(_templateObject_4a68c160243411ea86f395335a802507(), this.wordsPrefix, this.words);
}
}], [{
key: "styles",
get: function get() {
- return [(0, _litElement.css)(_templateObject2_8f99334022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4a68c160243411ea86f395335a802507())];
}
}, {
key: "tag",
diff --git a/build/es5-amd/node_modules/@lrnwebcomponents/wysiwyg-hax/wysiwyg-hax.js b/build/es5-amd/node_modules/@lrnwebcomponents/wysiwyg-hax/wysiwyg-hax.js
index 8631aee7b4f..c33babcb0b5 100644
--- a/build/es5-amd/node_modules/@lrnwebcomponents/wysiwyg-hax/wysiwyg-hax.js
+++ b/build/es5-amd/node_modules/@lrnwebcomponents/wysiwyg-hax/wysiwyg-hax.js
@@ -6,24 +6,20 @@ define(["exports", "../../lit-element/lit-element.js", "../cms-hax/cms-hax.js"],
});
_exports.WysiwygHax = void 0;
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
-
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { babelHelpers.defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
-
- function _templateObject2_8fc17bc022d211eaa0764d1a500fd781() {
+ function _templateObject2_4a6d7c50243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n :host {\n display: block;\n }\n "]);
- _templateObject2_8fc17bc022d211eaa0764d1a500fd781 = function _templateObject2_8fc17bc022d211eaa0764d1a500fd781() {
+ _templateObject2_4a6d7c50243411ea86f395335a802507 = function _templateObject2_4a6d7c50243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_8fc17bc022d211eaa0764d1a500fd781() {
+ function _templateObject_4a6d7c50243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_8fc17bc022d211eaa0764d1a500fd781 = function _templateObject_8fc17bc022d211eaa0764d1a500fd781() {
+ _templateObject_4a6d7c50243411ea86f395335a802507 = function _templateObject_4a6d7c50243411ea86f395335a802507() {
return data;
};
@@ -32,8 +28,9 @@ define(["exports", "../../lit-element/lit-element.js", "../cms-hax/cms-hax.js"],
/**
* `wysiwyg-hax`
- * @customElement wysiwyg-hax
* `Integration of wysiwyg edit form for a page with HAX.`
+ * @demo demo/index.html
+ * @customElement wysiwyg-hax
*/
var WysiwygHax =
/*#__PURE__*/
@@ -42,7 +39,7 @@ define(["exports", "../../lit-element/lit-element.js", "../cms-hax/cms-hax.js"],
babelHelpers.createClass(WysiwygHax, [{
key: "render",
value: function render() {
- return (0, _litElement.html)(_templateObject_8fc17bc022d211eaa0764d1a500fd781(), this.fieldClass, this.fieldId, this.fieldName, this.bodyValue, this.redirectLocation, this.updatePageData, this.endPoint, this.appStoreConnection, this.openDefault, this.syncBody, this.hideExportButton, this.hidePanelOps, this.hidePreferencesButton, this.align);
+ return (0, _litElement.html)(_templateObject_4a6d7c50243411ea86f395335a802507(), this.fieldClass, this.fieldId, this.fieldName, this.bodyValue, this.redirectLocation, this.updatePageData, this.endPoint, this.appStoreConnection, this.openDefault, this.syncBody, this.hideExportButton, this.hidePanelOps, this.hidePreferencesButton, this.align);
}
}], [{
key: "styles",
@@ -51,7 +48,7 @@ define(["exports", "../../lit-element/lit-element.js", "../cms-hax/cms-hax.js"],
* LitElement constructable styles enhancement
*/
get: function get() {
- return [(0, _litElement.css)(_templateObject2_8fc17bc022d211eaa0764d1a500fd781())];
+ return [(0, _litElement.css)(_templateObject2_4a6d7c50243411ea86f395335a802507())];
}
}, {
key: "tag",
@@ -64,7 +61,14 @@ define(["exports", "../../lit-element/lit-element.js", "../cms-hax/cms-hax.js"],
var _this;
babelHelpers.classCallCheck(this, WysiwygHax);
- _this = babelHelpers.possibleConstructorReturn(this, babelHelpers.getPrototypeOf(WysiwygHax).call(this));
+ _this = babelHelpers.possibleConstructorReturn(this, babelHelpers.getPrototypeOf(WysiwygHax).call(this)); // import child nodes before things start deleting whats in there
+
+ var children = _this.querySelector("template");
+
+ if (children) {
+ _this.__importContent = children.innerHTML;
+ }
+
_this.openDefault = false;
_this.hideExportButton = false;
_this.align = "right";
@@ -73,6 +77,8 @@ define(["exports", "../../lit-element/lit-element.js", "../cms-hax/cms-hax.js"],
_this.__imported = false;
_this.redirectLocation = "";
_this.updatePageData = "";
+ window.addEventListener("hax-save", _this._bodyContentUpdated.bind(babelHelpers.assertThisInitialized(_this)));
+ window.addEventListener("hax-store-property-updated", _this._haxStorePropertyUpdated.bind(babelHelpers.assertThisInitialized(_this)));
return _this;
}
@@ -99,39 +105,20 @@ define(["exports", "../../lit-element/lit-element.js", "../cms-hax/cms-hax.js"],
}, {
key: "_activeHaxBodyUpdated",
value: function _activeHaxBodyUpdated(newValue) {
- var _this3 = this;
-
// ensure we import our content once we get an initial registration of active body
if (newValue != null && !this.__imported) {
- this.__imported = true; // see what's inside of this, in a template tag
-
- var children = this.querySelector("template"); // convert this template content into the real thing
- // this helps with correctly preserving everything on the way down
-
- if (children != null) {
- newValue.importContent(children.innerHTML); // need to dot his because of juggling unfortunately
+ this.__imported = true;
- this.editMode = false;
- window.HaxStore.write("editMode", this.editMode, this);
- setTimeout(function () {
- _this3.editMode = true;
- window.HaxStore.write("editMode", _this3.editMode, _this3);
- }, 200);
+ if (this.__importContent) {
+ newValue.importContent(this.__importContent);
}
}
}
- }, {
- key: "connectedCallback",
- value: function connectedCallback() {
- babelHelpers.get(babelHelpers.getPrototypeOf(WysiwygHax.prototype), "connectedCallback", this).call(this);
- document.body.addEventListener("hax-save", this._bodyContentUpdated.bind(this));
- document.body.addEventListener("hax-store-property-updated", this._haxStorePropertyUpdated.bind(this));
- }
}, {
key: "disconnectedCallback",
value: function disconnectedCallback() {
- document.body.removeEventListener("hax-save", this._bodyContentUpdated.bind(this));
- document.body.removeEventListener("hax-store-property-updated", this._haxStorePropertyUpdated.bind(this));
+ window.removeEventListener("hax-save", this._bodyContentUpdated.bind(this));
+ window.removeEventListener("hax-store-property-updated", this._haxStorePropertyUpdated.bind(this));
babelHelpers.get(babelHelpers.getPrototypeOf(WysiwygHax.prototype), "disconnectedCallback", this).call(this);
}
/**
@@ -143,10 +130,10 @@ define(["exports", "../../lit-element/lit-element.js", "../cms-hax/cms-hax.js"],
value: function _haxStorePropertyUpdated(e) {
if (e.detail && babelHelpers.typeof(e.detail.value) !== (typeof undefined === "undefined" ? "undefined" : babelHelpers.typeof(undefined)) && e.detail.property) {
if (babelHelpers.typeof(e.detail.value) === "object") {
- this[e.detail.property] = _objectSpread({}, e.detail.value);
- } else {
- this[e.detail.property] = e.detail.value;
+ this[e.detail.property] = null;
}
+
+ this[e.detail.property] = e.detail.value;
}
}
/**
diff --git a/build/es5-amd/node_modules/@polymer/app-layout/app-box/app-box.js b/build/es5-amd/node_modules/@polymer/app-layout/app-box/app-box.js
index fbbcf03210e..9c8b5a16ad4 100644
--- a/build/es5-amd/node_modules/@polymer/app-layout/app-box/app-box.js
+++ b/build/es5-amd/node_modules/@polymer/app-layout/app-box/app-box.js
@@ -1,10 +1,10 @@
define(["../../polymer/polymer-legacy.js", "../../iron-flex-layout/iron-flex-layout.js", "../../iron-resizable-behavior/iron-resizable-behavior.js", "../../polymer/lib/legacy/polymer-fn.js", "../../polymer/lib/utils/html-tag.js", "../app-scroll-effects/app-scroll-effects-behavior.js"], function (_polymerLegacy, _ironFlexLayout, _ironResizableBehavior, _polymerFn, _htmlTag, _appScrollEffectsBehavior) {
"use strict";
- function _templateObject_a372608022d211eaa0764d1a500fd781() {
+ function _templateObject_5f13e4a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n \n \n
\n"]);
- _templateObject_a372608022d211eaa0764d1a500fd781 = function _templateObject_a372608022d211eaa0764d1a500fd781() {
+ _templateObject_5f13e4a0243411ea86f395335a802507 = function _templateObject_5f13e4a0243411ea86f395335a802507() {
return data;
};
@@ -89,7 +89,7 @@ define(["../../polymer/polymer-legacy.js", "../../iron-flex-layout/iron-flex-lay
@demo app-box/demo/scrolling-region.html Scrolling Region
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_a372608022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_5f13e4a0243411ea86f395335a802507()),
is: 'app-box',
behaviors: [_appScrollEffectsBehavior.AppScrollEffectsBehavior, _ironResizableBehavior.IronResizableBehavior],
listeners: {
diff --git a/build/es5-amd/node_modules/@polymer/app-layout/app-drawer-layout/app-drawer-layout.js b/build/es5-amd/node_modules/@polymer/app-layout/app-drawer-layout/app-drawer-layout.js
index ea960f3ebbd..4761a12ff25 100644
--- a/build/es5-amd/node_modules/@polymer/app-layout/app-drawer-layout/app-drawer-layout.js
+++ b/build/es5-amd/node_modules/@polymer/app-layout/app-drawer-layout/app-drawer-layout.js
@@ -1,10 +1,10 @@
define(["../../polymer/polymer-legacy.js", "../../iron-media-query/iron-media-query.js", "../../polymer/lib/legacy/polymer-fn.js", "../../polymer/lib/legacy/polymer.dom.js", "../../polymer/lib/utils/html-tag.js", "../../polymer/lib/utils/render-status.js", "../app-layout-behavior/app-layout-behavior.js"], function (_polymerLegacy, _ironMediaQuery, _polymerFn, _polymerDom, _htmlTag, _renderStatus, _appLayoutBehavior) {
"use strict";
- function _templateObject_a37ac4f022d211eaa0764d1a500fd781() {
+ function _templateObject_5f15e070243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n\n \n \n
\n\n \n"], ["\n \n\n \n\n \n \n
\n\n \n"]);
- _templateObject_a37ac4f022d211eaa0764d1a500fd781 = function _templateObject_a37ac4f022d211eaa0764d1a500fd781() {
+ _templateObject_5f15e070243411ea86f395335a802507 = function _templateObject_5f15e070243411ea86f395335a802507() {
return data;
};
@@ -133,7 +133,7 @@ define(["../../polymer/polymer-legacy.js", "../../iron-media-query/iron-media-qu
@demo app-drawer-layout/demo/index.html
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_a37ac4f022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_5f15e070243411ea86f395335a802507()),
is: 'app-drawer-layout',
behaviors: [_appLayoutBehavior.AppLayoutBehavior],
properties: {
diff --git a/build/es5-amd/node_modules/@polymer/app-layout/app-drawer/app-drawer.js b/build/es5-amd/node_modules/@polymer/app-layout/app-drawer/app-drawer.js
index 3eab2a43db2..5666341dc3c 100644
--- a/build/es5-amd/node_modules/@polymer/app-layout/app-drawer/app-drawer.js
+++ b/build/es5-amd/node_modules/@polymer/app-layout/app-drawer/app-drawer.js
@@ -1,10 +1,10 @@
define(["../../polymer/polymer-legacy.js", "../../iron-flex-layout/iron-flex-layout.js", "../../polymer/lib/legacy/polymer-fn.js", "../../polymer/lib/legacy/polymer.dom.js", "../../polymer/lib/utils/html-tag.js", "../../polymer/lib/utils/render-status.js"], function (_polymerLegacy, _ironFlexLayout, _polymerFn, _polymerDom, _htmlTag, _renderStatus) {
"use strict";
- function _templateObject_a378c92022d211eaa0764d1a500fd781() {
+ function _templateObject_5f1bd3e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n
\n\n \n \n \n
\n"], ["\n \n\n
\n\n \n \n \n
\n"]);
- _templateObject_a378c92022d211eaa0764d1a500fd781 = function _templateObject_a378c92022d211eaa0764d1a500fd781() {
+ _templateObject_5f1bd3e0243411ea86f395335a802507 = function _templateObject_5f1bd3e0243411ea86f395335a802507() {
return data;
};
@@ -63,7 +63,7 @@ define(["../../polymer/polymer-legacy.js", "../../iron-flex-layout/iron-flex-lay
@demo app-drawer/demo/right-drawer.html Right Drawer with Icons
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_a378c92022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_5f1bd3e0243411ea86f395335a802507()),
is: 'app-drawer',
properties: {
/**
diff --git a/build/es5-amd/node_modules/@polymer/app-layout/app-header-layout/app-header-layout.js b/build/es5-amd/node_modules/@polymer/app-layout/app-header-layout/app-header-layout.js
index d881614bf31..d1f199a7948 100644
--- a/build/es5-amd/node_modules/@polymer/app-layout/app-header-layout/app-header-layout.js
+++ b/build/es5-amd/node_modules/@polymer/app-layout/app-header-layout/app-header-layout.js
@@ -1,10 +1,10 @@
define(["../../polymer/polymer-legacy.js", "../../iron-flex-layout/iron-flex-layout.js", "../../polymer/lib/legacy/polymer-fn.js", "../../polymer/lib/legacy/polymer.dom.js", "../../polymer/lib/utils/html-tag.js", "../app-layout-behavior/app-layout-behavior.js"], function (_polymerLegacy, _ironFlexLayout, _polymerFn, _polymerDom, _htmlTag, _appLayoutBehavior) {
"use strict";
- function _templateObject_a380b86022d211eaa0764d1a500fd781() {
+ function _templateObject_5f226390243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n"], ["\n \n\n \n"]);
- _templateObject_a380b86022d211eaa0764d1a500fd781 = function _templateObject_a380b86022d211eaa0764d1a500fd781() {
+ _templateObject_5f226390243411ea86f395335a802507 = function _templateObject_5f226390243411ea86f395335a802507() {
return data;
};
@@ -63,7 +63,7 @@ define(["../../polymer/polymer-legacy.js", "../../iron-flex-layout/iron-flex-lay
@demo app-header-layout/demo/footer.html Footer Demo
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_a380b86022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_5f226390243411ea86f395335a802507()),
is: 'app-header-layout',
behaviors: [_appLayoutBehavior.AppLayoutBehavior],
properties: {
diff --git a/build/es5-amd/node_modules/@polymer/app-layout/app-header/app-header.js b/build/es5-amd/node_modules/@polymer/app-layout/app-header/app-header.js
index 0b8157efcca..19aeadfe671 100644
--- a/build/es5-amd/node_modules/@polymer/app-layout/app-header/app-header.js
+++ b/build/es5-amd/node_modules/@polymer/app-layout/app-header/app-header.js
@@ -1,10 +1,10 @@
define(["../../polymer/polymer-legacy.js", "../../iron-flex-layout/iron-flex-layout.js", "../../polymer/lib/legacy/polymer-fn.js", "../../polymer/lib/legacy/polymer.dom.js", "../../polymer/lib/utils/html-tag.js", "../app-layout-behavior/app-layout-behavior.js", "../app-scroll-effects/app-scroll-effects-behavior.js"], function (_polymerLegacy, _ironFlexLayout, _polymerFn, _polymerDom, _htmlTag, _appLayoutBehavior, _appScrollEffectsBehavior) {
"use strict";
- function _templateObject_a37f31c022d211eaa0764d1a500fd781() {
+ function _templateObject_5f20dcf0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n
\n"]);
- _templateObject_a37f31c022d211eaa0764d1a500fd781 = function _templateObject_a37f31c022d211eaa0764d1a500fd781() {
+ _templateObject_5f20dcf0243411ea86f395335a802507 = function _templateObject_5f20dcf0243411ea86f395335a802507() {
return data;
};
@@ -233,7 +233,7 @@ define(["../../polymer/polymer-legacy.js", "../../iron-flex-layout/iron-flex-lay
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_a37f31c022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_5f20dcf0243411ea86f395335a802507()),
is: 'app-header',
behaviors: [_appScrollEffectsBehavior.AppScrollEffectsBehavior, _appLayoutBehavior.AppLayoutBehavior],
properties: {
diff --git a/build/es5-amd/node_modules/@polymer/app-layout/app-toolbar/app-toolbar.js b/build/es5-amd/node_modules/@polymer/app-layout/app-toolbar/app-toolbar.js
index 7ef2cd80cd9..a3fc1d90e3a 100644
--- a/build/es5-amd/node_modules/@polymer/app-layout/app-toolbar/app-toolbar.js
+++ b/build/es5-amd/node_modules/@polymer/app-layout/app-toolbar/app-toolbar.js
@@ -1,10 +1,10 @@
define(["../../polymer/polymer-legacy.js", "../../iron-flex-layout/iron-flex-layout.js", "../../polymer/lib/legacy/polymer-fn.js", "../../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _ironFlexLayout, _polymerFn, _htmlTag) {
"use strict";
- function _templateObject_a3865db022d211eaa0764d1a500fd781() {
+ function _templateObject_5f271e80243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n"]);
- _templateObject_a3865db022d211eaa0764d1a500fd781 = function _templateObject_a3865db022d211eaa0764d1a500fd781() {
+ _templateObject_5f271e80243411ea86f395335a802507 = function _templateObject_5f271e80243411ea86f395335a802507() {
return data;
};
@@ -59,7 +59,7 @@ define(["../../polymer/polymer-legacy.js", "../../iron-flex-layout/iron-flex-lay
@demo app-toolbar/demo/index.html
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_a3865db022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_5f271e80243411ea86f395335a802507()),
is: 'app-toolbar'
});
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@polymer/app-route/app-location.js b/build/es5-amd/node_modules/@polymer/app-route/app-location.js
index bdbcc268dd3..bdbc2ce3f8f 100644
--- a/build/es5-amd/node_modules/@polymer/app-route/app-location.js
+++ b/build/es5-amd/node_modules/@polymer/app-route/app-location.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../iron-location/iron-location.js", "../iron-location/iron-query-params.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/html-tag.js", "./app-route-converter-behavior.js"], function (_polymerLegacy, _ironLocation, _ironQueryParams, _polymerFn, _htmlTag, _appRouteConverterBehavior) {
"use strict";
- function _templateObject_82bf67c022d211eaa0764d1a500fd781() {
+ function _templateObject_3d6ffc30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n "]);
- _templateObject_82bf67c022d211eaa0764d1a500fd781 = function _templateObject_82bf67c022d211eaa0764d1a500fd781() {
+ _templateObject_3d6ffc30243411ea86f395335a802507 = function _templateObject_3d6ffc30243411ea86f395335a802507() {
return data;
};
@@ -64,7 +64,7 @@ define(["../polymer/polymer-legacy.js", "../iron-location/iron-location.js", "..
@demo demo/index.html
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_82bf67c022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_3d6ffc30243411ea86f395335a802507()),
is: 'app-location',
properties: {
/**
diff --git a/build/es5-amd/node_modules/@polymer/iron-a11y-announcer/iron-a11y-announcer.js b/build/es5-amd/node_modules/@polymer/iron-a11y-announcer/iron-a11y-announcer.js
index a7bd36409f1..83b6766f7d9 100644
--- a/build/es5-amd/node_modules/@polymer/iron-a11y-announcer/iron-a11y-announcer.js
+++ b/build/es5-amd/node_modules/@polymer/iron-a11y-announcer/iron-a11y-announcer.js
@@ -6,10 +6,10 @@ define(["exports", "../polymer/polymer-legacy.js", "../polymer/lib/legacy/polyme
});
_exports.IronA11yAnnouncer = void 0;
- function _templateObject_7a35e39022d211eaa0764d1a500fd781() {
+ function _templateObject_34f37050243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n [[_text]]
\n"]);
- _templateObject_7a35e39022d211eaa0764d1a500fd781 = function _templateObject_7a35e39022d211eaa0764d1a500fd781() {
+ _templateObject_34f37050243411ea86f395335a802507 = function _templateObject_34f37050243411ea86f395335a802507() {
return data;
};
@@ -50,7 +50,7 @@ define(["exports", "../polymer/polymer-legacy.js", "../polymer/lib/legacy/polyme
@demo demo/index.html
*/
var IronA11yAnnouncer = (0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_7a35e39022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_34f37050243411ea86f395335a802507()),
is: 'iron-a11y-announcer',
properties: {
/**
diff --git a/build/es5-amd/node_modules/@polymer/iron-autogrow-textarea/iron-autogrow-textarea.js b/build/es5-amd/node_modules/@polymer/iron-autogrow-textarea/iron-autogrow-textarea.js
index c1f9a7244b3..1c90bb3e962 100644
--- a/build/es5-amd/node_modules/@polymer/iron-autogrow-textarea/iron-autogrow-textarea.js
+++ b/build/es5-amd/node_modules/@polymer/iron-autogrow-textarea/iron-autogrow-textarea.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../iron-flex-layout/iron-flex-layout.js", "../iron-behaviors/iron-control-state.js", "../iron-validatable-behavior/iron-validatable-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/legacy/polymer.dom.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _ironFlexLayout, _ironControlState, _ironValidatableBehavior, _polymerFn, _polymerDom, _htmlTag) {
"use strict";
- function _templateObject_7a88495022d211eaa0764d1a500fd781() {
+ function _templateObject_353e0de0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n \n
\n\n \n \n \n
\n"], ["\n \n\n \n \n
\n\n \n \n \n
\n"]);
- _templateObject_7a88495022d211eaa0764d1a500fd781 = function _templateObject_7a88495022d211eaa0764d1a500fd781() {
+ _templateObject_353e0de0243411ea86f395335a802507 = function _templateObject_353e0de0243411ea86f395335a802507() {
return data;
};
@@ -34,7 +34,7 @@ define(["../polymer/polymer-legacy.js", "../iron-flex-layout/iron-flex-layout.js
@demo demo/index.html
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_7a88495022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_353e0de0243411ea86f395335a802507()),
is: 'iron-autogrow-textarea',
behaviors: [_ironValidatableBehavior.IronValidatableBehavior, _ironControlState.IronControlState],
properties: {
diff --git a/build/es5-amd/node_modules/@polymer/iron-collapse/iron-collapse.js b/build/es5-amd/node_modules/@polymer/iron-collapse/iron-collapse.js
index 9c6cd382457..4036def50e1 100644
--- a/build/es5-amd/node_modules/@polymer/iron-collapse/iron-collapse.js
+++ b/build/es5-amd/node_modules/@polymer/iron-collapse/iron-collapse.js
@@ -1,10 +1,10 @@
define(["../iron-resizable-behavior/iron-resizable-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/legacy/polymer.dom.js", "../polymer/lib/utils/html-tag.js", "../polymer/polymer-legacy.js"], function (_ironResizableBehavior, _polymerFn, _polymerDom, _htmlTag, _polymerLegacy) {
"use strict";
- function _templateObject_812518b022d211eaa0764d1a500fd781() {
+ function _templateObject_3be42c10243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n"]);
- _templateObject_812518b022d211eaa0764d1a500fd781 = function _templateObject_812518b022d211eaa0764d1a500fd781() {
+ _templateObject_3be42c10243411ea86f395335a802507 = function _templateObject_3be42c10243411ea86f395335a802507() {
return data;
};
@@ -58,7 +58,7 @@ define(["../iron-resizable-behavior/iron-resizable-behavior.js", "../polymer/lib
@element iron-collapse
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_812518b022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_3be42c10243411ea86f395335a802507()),
is: 'iron-collapse',
behaviors: [_ironResizableBehavior.IronResizableBehavior],
properties: {
diff --git a/build/es5-amd/node_modules/@polymer/iron-dropdown/iron-dropdown.js b/build/es5-amd/node_modules/@polymer/iron-dropdown/iron-dropdown.js
index 6a1e0714a6b..d905856ba1b 100644
--- a/build/es5-amd/node_modules/@polymer/iron-dropdown/iron-dropdown.js
+++ b/build/es5-amd/node_modules/@polymer/iron-dropdown/iron-dropdown.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../iron-a11y-keys-behavior/iron-a11y-keys-behavior.js", "../iron-behaviors/iron-control-state.js", "../iron-overlay-behavior/iron-overlay-behavior.js", "../neon-animation/neon-animation-runner-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/legacy/polymer.dom.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _ironA11yKeysBehavior, _ironControlState, _ironOverlayBehavior, _neonAnimationRunnerBehavior, _polymerFn, _polymerDom, _htmlTag) {
"use strict";
- function _templateObject_7a153c3022d211eaa0764d1a500fd781() {
+ function _templateObject_34ba8600243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n \n
\n"]);
- _templateObject_7a153c3022d211eaa0764d1a500fd781 = function _templateObject_7a153c3022d211eaa0764d1a500fd781() {
+ _templateObject_34ba8600243411ea86f395335a802507 = function _templateObject_34ba8600243411ea86f395335a802507() {
return data;
};
@@ -37,7 +37,7 @@ define(["../polymer/polymer-legacy.js", "../iron-a11y-keys-behavior/iron-a11y-ke
@demo demo/index.html
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_7a153c3022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_34ba8600243411ea86f395335a802507()),
is: 'iron-dropdown',
behaviors: [_ironControlState.IronControlState, _ironA11yKeysBehavior.IronA11yKeysBehavior, _ironOverlayBehavior.IronOverlayBehavior, _neonAnimationRunnerBehavior.NeonAnimationRunnerBehavior],
properties: {
diff --git a/build/es5-amd/node_modules/@polymer/iron-flex-layout/iron-flex-layout-classes.js b/build/es5-amd/node_modules/@polymer/iron-flex-layout/iron-flex-layout-classes.js
index 46297728e4e..46157c4befc 100644
--- a/build/es5-amd/node_modules/@polymer/iron-flex-layout/iron-flex-layout-classes.js
+++ b/build/es5-amd/node_modules/@polymer/iron-flex-layout/iron-flex-layout-classes.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _htmlTag) {
"use strict";
- function _templateObject_8297e29022d211eaa0764d1a500fd781() {
+ function _templateObject_3d4c95b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n/* Most common used flex styles*/\n\n \n \n \n \n/* Basic flexbox reverse styles */\n\n \n \n \n \n/* Flexbox alignment */\n\n \n \n \n \n/* Non-flexbox positioning helper styles */\n\n \n \n \n \n\n \n \n \n \n"]);
- _templateObject_8297e29022d211eaa0764d1a500fd781 = function _templateObject_8297e29022d211eaa0764d1a500fd781() {
+ _templateObject_3d4c95b0243411ea86f395335a802507 = function _templateObject_3d4c95b0243411ea86f395335a802507() {
return data;
};
@@ -37,7 +37,7 @@ define(["../polymer/polymer-legacy.js", "../polymer/lib/utils/html-tag.js"], fun
- iron-flex-factors
- iron-positioning
*/
- var template = (0, _htmlTag.html)(_templateObject_8297e29022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_3d4c95b0243411ea86f395335a802507());
template.setAttribute('style', 'display: none;');
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@polymer/iron-flex-layout/iron-flex-layout.js b/build/es5-amd/node_modules/@polymer/iron-flex-layout/iron-flex-layout.js
index ac603236a11..0175843ec9e 100644
--- a/build/es5-amd/node_modules/@polymer/iron-flex-layout/iron-flex-layout.js
+++ b/build/es5-amd/node_modules/@polymer/iron-flex-layout/iron-flex-layout.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _htmlTag) {
"use strict";
- function _templateObject_79f8174022d211eaa0764d1a500fd781() {
+ function _templateObject_34994260243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n\n \n \n\n \n "]);
- _templateObject_79f8174022d211eaa0764d1a500fd781 = function _templateObject_79f8174022d211eaa0764d1a500fd781() {
+ _templateObject_34994260243411ea86f395335a802507 = function _templateObject_34994260243411ea86f395335a802507() {
return data;
};
@@ -73,7 +73,7 @@ define(["../polymer/polymer-legacy.js", "../polymer/lib/utils/html-tag.js"], fun
@pseudoElement iron-flex-layout
@demo demo/index.html
*/
- var template = (0, _htmlTag.html)(_templateObject_79f8174022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_34994260243411ea86f395335a802507());
template.setAttribute('style', 'display: none;');
document.head.appendChild(template.content);
var style = document.createElement('style');
diff --git a/build/es5-amd/node_modules/@polymer/iron-icon/iron-icon.js b/build/es5-amd/node_modules/@polymer/iron-icon/iron-icon.js
index 773a718f641..7405fd5c1f6 100644
--- a/build/es5-amd/node_modules/@polymer/iron-icon/iron-icon.js
+++ b/build/es5-amd/node_modules/@polymer/iron-icon/iron-icon.js
@@ -1,10 +1,10 @@
define(["../iron-flex-layout/iron-flex-layout.js", "../iron-meta/iron-meta.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/legacy/polymer.dom.js", "../polymer/lib/utils/html-tag.js", "../polymer/polymer-legacy.js"], function (_ironFlexLayout, _ironMeta, _polymerFn, _polymerDom, _htmlTag, _polymerLegacy) {
"use strict";
- function _templateObject_74f548d022d211eaa0764d1a500fd781() {
+ function _templateObject_2eeaf1b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n"]);
- _templateObject_74f548d022d211eaa0764d1a500fd781 = function _templateObject_74f548d022d211eaa0764d1a500fd781() {
+ _templateObject_2eeaf1b0243411ea86f395335a802507 = function _templateObject_2eeaf1b0243411ea86f395335a802507() {
return data;
};
@@ -81,7 +81,7 @@ define(["../iron-flex-layout/iron-flex-layout.js", "../iron-meta/iron-meta.js",
@homepage polymer.github.io
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_74f548d022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_2eeaf1b0243411ea86f395335a802507()),
is: 'iron-icon',
properties: {
/**
diff --git a/build/es5-amd/node_modules/@polymer/iron-icons/av-icons.js b/build/es5-amd/node_modules/@polymer/iron-icons/av-icons.js
index 449651d6044..5bb37d44e63 100644
--- a/build/es5-amd/node_modules/@polymer/iron-icons/av-icons.js
+++ b/build/es5-amd/node_modules/@polymer/iron-icons/av-icons.js
@@ -1,16 +1,16 @@
define(["../iron-icon/iron-icon.js", "../iron-iconset-svg/iron-iconset-svg.js", "../polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_7187242022d211eaa0764d1a500fd781() {
+ function _templateObject_2b2f7050243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_7187242022d211eaa0764d1a500fd781 = function _templateObject_7187242022d211eaa0764d1a500fd781() {
+ _templateObject_2b2f7050243411ea86f395335a802507 = function _templateObject_2b2f7050243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_7187242022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_2b2f7050243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@polymer/iron-icons/communication-icons.js b/build/es5-amd/node_modules/@polymer/iron-icons/communication-icons.js
index a28b1fa8c3f..b800341dd3e 100644
--- a/build/es5-amd/node_modules/@polymer/iron-icons/communication-icons.js
+++ b/build/es5-amd/node_modules/@polymer/iron-icons/communication-icons.js
@@ -1,16 +1,16 @@
define(["../iron-icon/iron-icon.js", "../iron-iconset-svg/iron-iconset-svg.js", "../polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_718aa69022d211eaa0764d1a500fd781() {
+ function _templateObject_2b3c4190243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_718aa69022d211eaa0764d1a500fd781 = function _templateObject_718aa69022d211eaa0764d1a500fd781() {
+ _templateObject_2b3c4190243411ea86f395335a802507 = function _templateObject_2b3c4190243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_718aa69022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_2b3c4190243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@polymer/iron-icons/device-icons.js b/build/es5-amd/node_modules/@polymer/iron-icons/device-icons.js
index dde6a9ea171..ae5e254a991 100644
--- a/build/es5-amd/node_modules/@polymer/iron-icons/device-icons.js
+++ b/build/es5-amd/node_modules/@polymer/iron-icons/device-icons.js
@@ -1,16 +1,16 @@
define(["../iron-icon/iron-icon.js", "../iron-iconset-svg/iron-iconset-svg.js", "../polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_718f889022d211eaa0764d1a500fd781() {
+ function _templateObject_2b5288b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_718f889022d211eaa0764d1a500fd781 = function _templateObject_718f889022d211eaa0764d1a500fd781() {
+ _templateObject_2b5288b0243411ea86f395335a802507 = function _templateObject_2b5288b0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_718f889022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_2b5288b0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@polymer/iron-icons/editor-icons.js b/build/es5-amd/node_modules/@polymer/iron-icons/editor-icons.js
index 03d39d3c24f..f797e3220b4 100644
--- a/build/es5-amd/node_modules/@polymer/iron-icons/editor-icons.js
+++ b/build/es5-amd/node_modules/@polymer/iron-icons/editor-icons.js
@@ -1,16 +1,16 @@
define(["../iron-icon/iron-icon.js", "../iron-iconset-svg/iron-iconset-svg.js", "../polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_719afa4022d211eaa0764d1a500fd781() {
+ function _templateObject_2b56f580243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_719afa4022d211eaa0764d1a500fd781 = function _templateObject_719afa4022d211eaa0764d1a500fd781() {
+ _templateObject_2b56f580243411ea86f395335a802507 = function _templateObject_2b56f580243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_719afa4022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_2b56f580243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@polymer/iron-icons/hardware-icons.js b/build/es5-amd/node_modules/@polymer/iron-icons/hardware-icons.js
index b0990671778..8a68e063b9f 100644
--- a/build/es5-amd/node_modules/@polymer/iron-icons/hardware-icons.js
+++ b/build/es5-amd/node_modules/@polymer/iron-icons/hardware-icons.js
@@ -1,16 +1,16 @@
define(["../iron-icon/iron-icon.js", "../iron-iconset-svg/iron-iconset-svg.js", "../polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_719e7cb022d211eaa0764d1a500fd781() {
+ function _templateObject_2b5b6250243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_719e7cb022d211eaa0764d1a500fd781 = function _templateObject_719e7cb022d211eaa0764d1a500fd781() {
+ _templateObject_2b5b6250243411ea86f395335a802507 = function _templateObject_2b5b6250243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_719e7cb022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_2b5b6250243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@polymer/iron-icons/image-icons.js b/build/es5-amd/node_modules/@polymer/iron-icons/image-icons.js
index ebcb0605c6d..7af20f241f2 100644
--- a/build/es5-amd/node_modules/@polymer/iron-icons/image-icons.js
+++ b/build/es5-amd/node_modules/@polymer/iron-icons/image-icons.js
@@ -1,16 +1,16 @@
define(["../iron-icon/iron-icon.js", "../iron-iconset-svg/iron-iconset-svg.js", "../polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_71a2e98022d211eaa0764d1a500fd781() {
+ function _templateObject_2b604450243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_71a2e98022d211eaa0764d1a500fd781 = function _templateObject_71a2e98022d211eaa0764d1a500fd781() {
+ _templateObject_2b604450243411ea86f395335a802507 = function _templateObject_2b604450243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_71a2e98022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_2b604450243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@polymer/iron-icons/iron-icons.js b/build/es5-amd/node_modules/@polymer/iron-icons/iron-icons.js
index b980976e1e1..9aaf31362ed 100644
--- a/build/es5-amd/node_modules/@polymer/iron-icons/iron-icons.js
+++ b/build/es5-amd/node_modules/@polymer/iron-icons/iron-icons.js
@@ -1,10 +1,10 @@
define(["../iron-icon/iron-icon.js", "../iron-iconset-svg/iron-iconset-svg.js", "../polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_700d7c7022d211eaa0764d1a500fd781() {
+ function _templateObject_29b0e6a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_700d7c7022d211eaa0764d1a500fd781 = function _templateObject_700d7c7022d211eaa0764d1a500fd781() {
+ _templateObject_29b0e6a0243411ea86f395335a802507 = function _templateObject_29b0e6a0243411ea86f395335a802507() {
return data;
};
@@ -45,6 +45,6 @@ define(["../iron-icon/iron-icon.js", "../iron-iconset-svg/iron-iconset-svg.js",
@pseudoElement iron-icons
@demo demo/index.html
*/
- var template = (0, _htmlTag.html)(_templateObject_700d7c7022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_29b0e6a0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@polymer/iron-icons/maps-icons.js b/build/es5-amd/node_modules/@polymer/iron-icons/maps-icons.js
index 18353f9d300..e555b78bfbe 100644
--- a/build/es5-amd/node_modules/@polymer/iron-icons/maps-icons.js
+++ b/build/es5-amd/node_modules/@polymer/iron-icons/maps-icons.js
@@ -1,16 +1,16 @@
define(["../iron-icon/iron-icon.js", "../iron-iconset-svg/iron-iconset-svg.js", "../polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_71a867c022d211eaa0764d1a500fd781() {
+ function _templateObject_2b65c290243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_71a867c022d211eaa0764d1a500fd781 = function _templateObject_71a867c022d211eaa0764d1a500fd781() {
+ _templateObject_2b65c290243411ea86f395335a802507 = function _templateObject_2b65c290243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_71a867c022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_2b65c290243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@polymer/iron-icons/notification-icons.js b/build/es5-amd/node_modules/@polymer/iron-icons/notification-icons.js
index 18be7f730c1..2ed7bad757d 100644
--- a/build/es5-amd/node_modules/@polymer/iron-icons/notification-icons.js
+++ b/build/es5-amd/node_modules/@polymer/iron-icons/notification-icons.js
@@ -1,16 +1,16 @@
define(["../iron-icon/iron-icon.js", "../iron-iconset-svg/iron-iconset-svg.js", "../polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_71ac5f6022d211eaa0764d1a500fd781() {
+ function _templateObject_2b694500243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n\n \n \n \n \n\n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_71ac5f6022d211eaa0764d1a500fd781 = function _templateObject_71ac5f6022d211eaa0764d1a500fd781() {
+ _templateObject_2b694500243411ea86f395335a802507 = function _templateObject_2b694500243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_71ac5f6022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_2b694500243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@polymer/iron-icons/places-icons.js b/build/es5-amd/node_modules/@polymer/iron-icons/places-icons.js
index a3e435b745f..f1f41562672 100644
--- a/build/es5-amd/node_modules/@polymer/iron-icons/places-icons.js
+++ b/build/es5-amd/node_modules/@polymer/iron-icons/places-icons.js
@@ -1,16 +1,16 @@
define(["../iron-icon/iron-icon.js", "../iron-iconset-svg/iron-iconset-svg.js", "../polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_71b49cc022d211eaa0764d1a500fd781() {
+ function _templateObject_2b7a5c00243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_71b49cc022d211eaa0764d1a500fd781 = function _templateObject_71b49cc022d211eaa0764d1a500fd781() {
+ _templateObject_2b7a5c00243411ea86f395335a802507 = function _templateObject_2b7a5c00243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_71b49cc022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_2b7a5c00243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@polymer/iron-icons/social-icons.js b/build/es5-amd/node_modules/@polymer/iron-icons/social-icons.js
index 3ccb34b07bd..1a4dd1e97ff 100644
--- a/build/es5-amd/node_modules/@polymer/iron-icons/social-icons.js
+++ b/build/es5-amd/node_modules/@polymer/iron-icons/social-icons.js
@@ -1,16 +1,16 @@
define(["../iron-icon/iron-icon.js", "../iron-iconset-svg/iron-iconset-svg.js", "../polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_71af93b022d211eaa0764d1a500fd781() {
+ function _templateObject_2b7775d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_71af93b022d211eaa0764d1a500fd781 = function _templateObject_71af93b022d211eaa0764d1a500fd781() {
+ _templateObject_2b7775d0243411ea86f395335a802507 = function _templateObject_2b7775d0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_71af93b022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_2b7775d0243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@polymer/iron-image/iron-image.js b/build/es5-amd/node_modules/@polymer/iron-image/iron-image.js
index bf37d3062a0..6afc644ded8 100644
--- a/build/es5-amd/node_modules/@polymer/iron-image/iron-image.js
+++ b/build/es5-amd/node_modules/@polymer/iron-image/iron-image.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/html-tag.js", "../polymer/lib/utils/resolve-url.js"], function (_polymerLegacy, _polymerFn, _htmlTag, _resolveUrl) {
"use strict";
- function _templateObject_723df10022d211eaa0764d1a500fd781() {
+ function _templateObject_2c1822a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n
\n \n
\n"]);
- _templateObject_723df10022d211eaa0764d1a500fd781 = function _templateObject_723df10022d211eaa0764d1a500fd781() {
+ _templateObject_2c1822a0243411ea86f395335a802507 = function _templateObject_2c1822a0243411ea86f395335a802507() {
return data;
};
@@ -69,7 +69,7 @@ define(["../polymer/polymer-legacy.js", "../polymer/lib/legacy/polymer-fn.js", "
@demo demo/index.html
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_723df10022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_2c1822a0243411ea86f395335a802507()),
is: 'iron-image',
properties: {
/**
diff --git a/build/es5-amd/node_modules/@polymer/iron-input/iron-input.js b/build/es5-amd/node_modules/@polymer/iron-input/iron-input.js
index 714b33fe3df..2742d5b44d2 100644
--- a/build/es5-amd/node_modules/@polymer/iron-input/iron-input.js
+++ b/build/es5-amd/node_modules/@polymer/iron-input/iron-input.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../iron-a11y-announcer/iron-a11y-announcer.js", "../iron-validatable-behavior/iron-validatable-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/legacy/polymer.dom.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _ironA11yAnnouncer, _ironValidatableBehavior, _polymerFn, _polymerDom, _htmlTag) {
"use strict";
- function _templateObject_7ae843a022d211eaa0764d1a500fd781() {
+ function _templateObject_35a693b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n"]);
- _templateObject_7ae843a022d211eaa0764d1a500fd781 = function _templateObject_7ae843a022d211eaa0764d1a500fd781() {
+ _templateObject_35a693b0243411ea86f395335a802507 = function _templateObject_35a693b0243411ea86f395335a802507() {
return data;
};
@@ -94,7 +94,7 @@ define(["../polymer/polymer-legacy.js", "../iron-a11y-announcer/iron-a11y-announ
@demo demo/index.html
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_7ae843a022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_35a693b0243411ea86f395335a802507()),
is: 'iron-input',
behaviors: [_ironValidatableBehavior.IronValidatableBehavior],
diff --git a/build/es5-amd/node_modules/@polymer/iron-list/iron-list.js b/build/es5-amd/node_modules/@polymer/iron-list/iron-list.js
index cb9dd2d862d..d4aaea01649 100644
--- a/build/es5-amd/node_modules/@polymer/iron-list/iron-list.js
+++ b/build/es5-amd/node_modules/@polymer/iron-list/iron-list.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../iron-a11y-keys-behavior/iron-a11y-keys-behavior.js", "../iron-resizable-behavior/iron-resizable-behavior.js", "../iron-scroll-target-behavior/iron-scroll-target-behavior.js", "../polymer/lib/legacy/mutable-data-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/legacy/polymer.dom.js", "../polymer/lib/legacy/templatizer-behavior.js", "../polymer/lib/utils/async.js", "../polymer/lib/utils/debounce.js", "../polymer/lib/utils/flush.js", "../polymer/lib/utils/html-tag.js", "../polymer/lib/utils/path.js", "../polymer/lib/utils/templatize.js"], function (_polymerLegacy, _ironA11yKeysBehavior, _ironResizableBehavior, _ironScrollTargetBehavior, _mutableDataBehavior, _polymerFn, _polymerDom, _templatizerBehavior, _async, _debounce2, _flush, _htmlTag, _path, _templatize) {
"use strict";
- function _templateObject_76fd9bf022d211eaa0764d1a500fd781() {
+ function _templateObject_31422820243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n\n \n \n
\n"]);
- _templateObject_76fd9bf022d211eaa0764d1a500fd781 = function _templateObject_76fd9bf022d211eaa0764d1a500fd781() {
+ _templateObject_31422820243411ea86f395335a802507 = function _templateObject_31422820243411ea86f395335a802507() {
return data;
};
@@ -241,7 +241,7 @@ define(["../polymer/polymer-legacy.js", "../iron-a11y-keys-behavior/iron-a11y-ke
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_76fd9bf022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_31422820243411ea86f395335a802507()),
is: 'iron-list',
properties: {
/**
diff --git a/build/es5-amd/node_modules/@polymer/iron-overlay-behavior/iron-overlay-backdrop.js b/build/es5-amd/node_modules/@polymer/iron-overlay-behavior/iron-overlay-backdrop.js
index 407714ee787..c163b3aff91 100644
--- a/build/es5-amd/node_modules/@polymer/iron-overlay-behavior/iron-overlay-backdrop.js
+++ b/build/es5-amd/node_modules/@polymer/iron-overlay-behavior/iron-overlay-backdrop.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/legacy/polymer.dom.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _polymerFn, _polymerDom, _htmlTag) {
"use strict";
- function _templateObject_86b09f2022d211eaa0764d1a500fd781() {
+ function _templateObject_41911d30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n"]);
- _templateObject_86b09f2022d211eaa0764d1a500fd781 = function _templateObject_86b09f2022d211eaa0764d1a500fd781() {
+ _templateObject_41911d30243411ea86f395335a802507 = function _templateObject_41911d30243411ea86f395335a802507() {
return data;
};
@@ -27,7 +27,7 @@ define(["../polymer/polymer-legacy.js", "../polymer/lib/legacy/polymer-fn.js", "
`--iron-overlay-backdrop-opened` | Mixin applied to `iron-overlay-backdrop` when it is displayed | {}
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_86b09f2022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_41911d30243411ea86f395335a802507()),
is: 'iron-overlay-backdrop',
properties: {
/**
diff --git a/build/es5-amd/node_modules/@polymer/iron-pages/iron-pages.js b/build/es5-amd/node_modules/@polymer/iron-pages/iron-pages.js
index cf202b62ad4..dac91dbabdc 100644
--- a/build/es5-amd/node_modules/@polymer/iron-pages/iron-pages.js
+++ b/build/es5-amd/node_modules/@polymer/iron-pages/iron-pages.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../iron-resizable-behavior/iron-resizable-behavior.js", "../iron-selector/iron-selectable.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _ironResizableBehavior, _ironSelectable, _polymerFn, _htmlTag) {
"use strict";
- function _templateObject_77b0e66022d211eaa0764d1a500fd781() {
+ function _templateObject_323efeb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n"]);
- _templateObject_77b0e66022d211eaa0764d1a500fd781 = function _templateObject_77b0e66022d211eaa0764d1a500fd781() {
+ _templateObject_323efeb0243411ea86f395335a802507 = function _templateObject_323efeb0243411ea86f395335a802507() {
return data;
};
@@ -34,7 +34,7 @@ define(["../polymer/polymer-legacy.js", "../iron-resizable-behavior/iron-resizab
@demo demo/index.html
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_77b0e66022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_323efeb0243411ea86f395335a802507()),
is: 'iron-pages',
behaviors: [_ironResizableBehavior.IronResizableBehavior, _ironSelectable.IronSelectableBehavior],
properties: {
diff --git a/build/es5-amd/node_modules/@polymer/iron-scroll-threshold/iron-scroll-threshold.js b/build/es5-amd/node_modules/@polymer/iron-scroll-threshold/iron-scroll-threshold.js
index aaf187a812d..a146d69e1bb 100644
--- a/build/es5-amd/node_modules/@polymer/iron-scroll-threshold/iron-scroll-threshold.js
+++ b/build/es5-amd/node_modules/@polymer/iron-scroll-threshold/iron-scroll-threshold.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../iron-scroll-target-behavior/iron-scroll-target-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _ironScrollTargetBehavior, _polymerFn, _htmlTag) {
"use strict";
- function _templateObject_82f740a022d211eaa0764d1a500fd781() {
+ function _templateObject_3dac9000243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n"]);
- _templateObject_82f740a022d211eaa0764d1a500fd781 = function _templateObject_82f740a022d211eaa0764d1a500fd781() {
+ _templateObject_3dac9000243411ea86f395335a802507 = function _templateObject_3dac9000243411ea86f395335a802507() {
return data;
};
@@ -77,7 +77,7 @@ define(["../polymer/polymer-legacy.js", "../iron-scroll-target-behavior/iron-scr
@demo demo/document.html Document Element
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_82f740a022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_3dac9000243411ea86f395335a802507()),
is: 'iron-scroll-threshold',
properties: {
/**
diff --git a/build/es5-amd/node_modules/@polymer/marked-element/marked-element.js b/build/es5-amd/node_modules/@polymer/marked-element/marked-element.js
index aa05fd837fa..bd778edd48e 100644
--- a/build/es5-amd/node_modules/@polymer/marked-element/marked-element.js
+++ b/build/es5-amd/node_modules/@polymer/marked-element/marked-element.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "./marked-import.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/legacy/polymer.dom.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _markedImport, _polymerFn, _polymerDom, _htmlTag) {
"use strict";
- function _templateObject_78b473b022d211eaa0764d1a500fd781() {
+ function _templateObject_333d0dc0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n
\n \n "]);
- _templateObject_78b473b022d211eaa0764d1a500fd781 = function _templateObject_78b473b022d211eaa0764d1a500fd781() {
+ _templateObject_333d0dc0243411ea86f395335a802507 = function _templateObject_333d0dc0243411ea86f395335a802507() {
return data;
};
@@ -89,7 +89,7 @@ define(["../polymer/polymer-legacy.js", "./marked-import.js", "../polymer/lib/le
@demo demo/index.html
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_78b473b022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_333d0dc0243411ea86f395335a802507()),
is: 'marked-element',
properties: {
/**
diff --git a/build/es5-amd/node_modules/@polymer/neon-animation/neon-animatable.js b/build/es5-amd/node_modules/@polymer/neon-animation/neon-animatable.js
index 91c39fd8a73..8cd9f7713f1 100644
--- a/build/es5-amd/node_modules/@polymer/neon-animation/neon-animatable.js
+++ b/build/es5-amd/node_modules/@polymer/neon-animation/neon-animatable.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../iron-resizable-behavior/iron-resizable-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/html-tag.js", "./neon-animatable-behavior.js"], function (_polymerLegacy, _ironResizableBehavior, _polymerFn, _htmlTag, _neonAnimatableBehavior) {
"use strict";
- function _templateObject_824ecba022d211eaa0764d1a500fd781() {
+ function _templateObject_3d01d110243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n "]);
- _templateObject_824ecba022d211eaa0764d1a500fd781 = function _templateObject_824ecba022d211eaa0764d1a500fd781() {
+ _templateObject_3d01d110243411ea86f395335a802507 = function _templateObject_3d01d110243411ea86f395335a802507() {
return data;
};
@@ -26,7 +26,7 @@ define(["../polymer/polymer-legacy.js", "../iron-resizable-behavior/iron-resizab
```
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_824ecba022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_3d01d110243411ea86f395335a802507()),
is: 'neon-animatable',
behaviors: [_neonAnimatableBehavior.NeonAnimatableBehavior, _ironResizableBehavior.IronResizableBehavior]
});
diff --git a/build/es5-amd/node_modules/@polymer/neon-animation/neon-animated-pages.js b/build/es5-amd/node_modules/@polymer/neon-animation/neon-animated-pages.js
index 0a1bdcb3046..f365e630b0a 100644
--- a/build/es5-amd/node_modules/@polymer/neon-animation/neon-animated-pages.js
+++ b/build/es5-amd/node_modules/@polymer/neon-animation/neon-animated-pages.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../iron-resizable-behavior/iron-resizable-behavior.js", "../iron-selector/iron-selectable.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/legacy/polymer.dom.js", "../polymer/lib/utils/html-tag.js", "./neon-animation-runner-behavior.js"], function (_polymerLegacy, _ironResizableBehavior, _ironSelectable, _polymerFn, _polymerDom, _htmlTag, _neonAnimationRunnerBehavior) {
"use strict";
- function _templateObject_824bbe6022d211eaa0764d1a500fd781() {
+ function _templateObject_3cff6010243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n "]);
- _templateObject_824bbe6022d211eaa0764d1a500fd781 = function _templateObject_824bbe6022d211eaa0764d1a500fd781() {
+ _templateObject_3cff6010243411ea86f395335a802507 = function _templateObject_3cff6010243411ea86f395335a802507() {
return data;
};
@@ -24,7 +24,7 @@ define(["../polymer/polymer-legacy.js", "../iron-resizable-behavior/iron-resizab
@element neon-animated-pages
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_824bbe6022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_3cff6010243411ea86f395335a802507()),
is: 'neon-animated-pages',
behaviors: [_ironResizableBehavior.IronResizableBehavior, _ironSelectable.IronSelectableBehavior, _neonAnimationRunnerBehavior.NeonAnimationRunnerBehavior],
properties: {
diff --git a/build/es5-amd/node_modules/@polymer/paper-badge/paper-badge.js b/build/es5-amd/node_modules/@polymer/paper-badge/paper-badge.js
index 7f01769846e..354bc4dd5a6 100644
--- a/build/es5-amd/node_modules/@polymer/paper-badge/paper-badge.js
+++ b/build/es5-amd/node_modules/@polymer/paper-badge/paper-badge.js
@@ -1,10 +1,10 @@
define(["../iron-icon/iron-icon.js", "../iron-flex-layout/iron-flex-layout.js", "../paper-styles/default-theme.js", "../paper-styles/typography.js", "../iron-resizable-behavior/iron-resizable-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/legacy/polymer.dom.js", "../polymer/lib/utils/html-tag.js"], function (_ironIcon, _ironFlexLayout, _defaultTheme, _typography, _ironResizableBehavior, _polymerFn, _polymerDom, _htmlTag) {
"use strict";
- function _templateObject_70e1202022d211eaa0764d1a500fd781() {
+ function _templateObject_2a9ec910243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n \n {{label}} \n
\n "], ["\n \n\n \n \n {{label}} \n
\n "]);
- _templateObject_70e1202022d211eaa0764d1a500fd781 = function _templateObject_70e1202022d211eaa0764d1a500fd781() {
+ _templateObject_2a9ec910243411ea86f395335a802507 = function _templateObject_2a9ec910243411ea86f395335a802507() {
return data;
};
@@ -77,7 +77,7 @@ define(["../iron-icon/iron-icon.js", "../iron-flex-layout/iron-flex-layout.js",
*/
(0, _polymerFn.Polymer)({
/** @override */
- _template: (0, _htmlTag.html)(_templateObject_70e1202022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_2a9ec910243411ea86f395335a802507()),
is: 'paper-badge',
/** @private */
diff --git a/build/es5-amd/node_modules/@polymer/paper-button/paper-button.js b/build/es5-amd/node_modules/@polymer/paper-button/paper-button.js
index b4e0f1cdd03..3892a694b17 100644
--- a/build/es5-amd/node_modules/@polymer/paper-button/paper-button.js
+++ b/build/es5-amd/node_modules/@polymer/paper-button/paper-button.js
@@ -1,17 +1,17 @@
define(["../iron-flex-layout/iron-flex-layout.js", "../paper-styles/element-styles/paper-material-styles.js", "../paper-behaviors/paper-button-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/polymer-legacy.js"], function (_ironFlexLayout, _paperMaterialStyles, _paperButtonBehavior, _polymerFn, _polymerLegacy) {
"use strict";
- function _templateObject_700a482022d211eaa0764d1a500fd781() {
+ function _templateObject_29a01dc0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n "]);
- _templateObject_700a482022d211eaa0764d1a500fd781 = function _templateObject_700a482022d211eaa0764d1a500fd781() {
+ _templateObject_29a01dc0243411ea86f395335a802507 = function _templateObject_29a01dc0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _polymerLegacy.html)(_templateObject_700a482022d211eaa0764d1a500fd781());
+ var template = (0, _polymerLegacy.html)(_templateObject_29a01dc0243411ea86f395335a802507());
template.setAttribute('strip-whitespace', '');
/**
Material design:
diff --git a/build/es5-amd/node_modules/@polymer/paper-card/paper-card.js b/build/es5-amd/node_modules/@polymer/paper-card/paper-card.js
index de052d425cc..85cfe5e25da 100644
--- a/build/es5-amd/node_modules/@polymer/paper-card/paper-card.js
+++ b/build/es5-amd/node_modules/@polymer/paper-card/paper-card.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../iron-flex-layout/iron-flex-layout.js", "../iron-image/iron-image.js", "../paper-styles/element-styles/paper-material-styles.js", "../paper-styles/default-theme.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _ironFlexLayout, _ironImage, _paperMaterialStyles, _defaultTheme, _polymerFn, _htmlTag) {
"use strict";
- function _templateObject_6ffc657022d211eaa0764d1a500fd781() {
+ function _templateObject_29873e90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n\n \n"], ["\n \n\n \n\n \n"]);
- _templateObject_6ffc657022d211eaa0764d1a500fd781 = function _templateObject_6ffc657022d211eaa0764d1a500fd781() {
+ _templateObject_29873e90243411ea86f395335a802507 = function _templateObject_29873e90243411ea86f395335a802507() {
return data;
};
@@ -58,7 +58,7 @@ define(["../polymer/polymer-legacy.js", "../iron-flex-layout/iron-flex-layout.js
@demo demo/index.html
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_6ffc657022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_29873e90243411ea86f395335a802507()),
is: 'paper-card',
properties: {
/**
diff --git a/build/es5-amd/node_modules/@polymer/paper-checkbox/paper-checkbox.js b/build/es5-amd/node_modules/@polymer/paper-checkbox/paper-checkbox.js
index 2dd2d406256..a03ca2379aa 100644
--- a/build/es5-amd/node_modules/@polymer/paper-checkbox/paper-checkbox.js
+++ b/build/es5-amd/node_modules/@polymer/paper-checkbox/paper-checkbox.js
@@ -1,17 +1,17 @@
define(["../polymer/polymer-legacy.js", "../paper-styles/default-theme.js", "../paper-behaviors/paper-checked-element-behavior.js", "../paper-behaviors/paper-inky-focus-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/html-tag.js", "../polymer/lib/utils/render-status.js"], function (_polymerLegacy, _defaultTheme, _paperCheckedElementBehavior, _paperInkyFocusBehavior, _polymerFn, _htmlTag, _renderStatus) {
"use strict";
- function _templateObject_70cd711022d211eaa0764d1a500fd781() {
+ function _templateObject_2a7d3750243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n\n\n\n
"], ["\n\n\n\n
"]);
- _templateObject_70cd711022d211eaa0764d1a500fd781 = function _templateObject_70cd711022d211eaa0764d1a500fd781() {
+ _templateObject_2a7d3750243411ea86f395335a802507 = function _templateObject_2a7d3750243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_70cd711022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_2a7d3750243411ea86f395335a802507());
template.setAttribute('strip-whitespace', '');
/**
Material design:
diff --git a/build/es5-amd/node_modules/@polymer/paper-dialog-scrollable/paper-dialog-scrollable.js b/build/es5-amd/node_modules/@polymer/paper-dialog-scrollable/paper-dialog-scrollable.js
index a1f0c3347d6..e100101ae3a 100644
--- a/build/es5-amd/node_modules/@polymer/paper-dialog-scrollable/paper-dialog-scrollable.js
+++ b/build/es5-amd/node_modules/@polymer/paper-dialog-scrollable/paper-dialog-scrollable.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../iron-flex-layout/iron-flex-layout.js", "../paper-styles/default-theme.js", "../paper-dialog-behavior/paper-dialog-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _ironFlexLayout, _defaultTheme, _paperDialogBehavior, _polymerFn, _htmlTag) {
"use strict";
- function _templateObject_70be07c022d211eaa0764d1a500fd781() {
+ function _templateObject_2a708d20243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n \n
\n"]);
- _templateObject_70be07c022d211eaa0764d1a500fd781 = function _templateObject_70be07c022d211eaa0764d1a500fd781() {
+ _templateObject_2a708d20243411ea86f395335a802507 = function _templateObject_2a708d20243411ea86f395335a802507() {
return data;
};
@@ -71,7 +71,7 @@ define(["../polymer/polymer-legacy.js", "../iron-flex-layout/iron-flex-layout.js
@hero hero.svg
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_70be07c022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_2a708d20243411ea86f395335a802507()),
is: 'paper-dialog-scrollable',
properties: {
/**
diff --git a/build/es5-amd/node_modules/@polymer/paper-dialog/paper-dialog.js b/build/es5-amd/node_modules/@polymer/paper-dialog/paper-dialog.js
index 4679aa9b900..80cdd17dd8c 100644
--- a/build/es5-amd/node_modules/@polymer/paper-dialog/paper-dialog.js
+++ b/build/es5-amd/node_modules/@polymer/paper-dialog/paper-dialog.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../paper-dialog-behavior/paper-dialog-shared-styles.js", "../neon-animation/neon-animation-runner-behavior.js", "../paper-dialog-behavior/paper-dialog-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _paperDialogSharedStyles, _neonAnimationRunnerBehavior, _paperDialogBehavior, _polymerFn, _htmlTag) {
"use strict";
- function _templateObject_7d71387022d211eaa0764d1a500fd781() {
+ function _templateObject_383f6700243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n"]);
- _templateObject_7d71387022d211eaa0764d1a500fd781 = function _templateObject_7d71387022d211eaa0764d1a500fd781() {
+ _templateObject_383f6700243411ea86f395335a802507 = function _templateObject_383f6700243411ea86f395335a802507() {
return data;
};
@@ -74,7 +74,7 @@ define(["../polymer/polymer-legacy.js", "../paper-dialog-behavior/paper-dialog-s
@demo demo/index.html
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_7d71387022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_383f6700243411ea86f395335a802507()),
is: 'paper-dialog',
behaviors: [_paperDialogBehavior.PaperDialogBehavior, _neonAnimationRunnerBehavior.NeonAnimationRunnerBehavior],
listeners: {
diff --git a/build/es5-amd/node_modules/@polymer/paper-dropdown-menu/paper-dropdown-menu.js b/build/es5-amd/node_modules/@polymer/paper-dropdown-menu/paper-dropdown-menu.js
index 689250941e0..144b368eacc 100644
--- a/build/es5-amd/node_modules/@polymer/paper-dropdown-menu/paper-dropdown-menu.js
+++ b/build/es5-amd/node_modules/@polymer/paper-dropdown-menu/paper-dropdown-menu.js
@@ -3,10 +3,10 @@ define(["../polymer/polymer-legacy.js", "../iron-a11y-keys-behavior/iron-a11y-ke
gestures = babelHelpers.interopRequireWildcard(gestures);
- function _templateObject_786e1be022d211eaa0764d1a500fd781() {
+ function _templateObject_33042370243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n \n \n"]);
- _templateObject_786e1be022d211eaa0764d1a500fd781 = function _templateObject_786e1be022d211eaa0764d1a500fd781() {
+ _templateObject_33042370243411ea86f395335a802507 = function _templateObject_33042370243411ea86f395335a802507() {
return data;
};
@@ -71,7 +71,7 @@ define(["../polymer/polymer-legacy.js", "../iron-a11y-keys-behavior/iron-a11y-ke
@demo demo/index.html
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_786e1be022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_33042370243411ea86f395335a802507()),
is: 'paper-dropdown-menu',
behaviors: [_ironButtonState.IronButtonState, _ironControlState.IronControlState, _ironFormElementBehavior.IronFormElementBehavior, _ironValidatableBehavior.IronValidatableBehavior],
properties: {
diff --git a/build/es5-amd/node_modules/@polymer/paper-fab/paper-fab.js b/build/es5-amd/node_modules/@polymer/paper-fab/paper-fab.js
index 11e68e73793..54161d19888 100644
--- a/build/es5-amd/node_modules/@polymer/paper-fab/paper-fab.js
+++ b/build/es5-amd/node_modules/@polymer/paper-fab/paper-fab.js
@@ -1,17 +1,17 @@
define(["../polymer/polymer-legacy.js", "../iron-flex-layout/iron-flex-layout.js", "../iron-icon/iron-icon.js", "../paper-styles/element-styles/paper-material-styles.js", "../paper-styles/color.js", "../paper-styles/default-theme.js", "../paper-behaviors/paper-button-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _ironFlexLayout, _ironIcon, _paperMaterialStyles, _color, _defaultTheme, _paperButtonBehavior, _polymerFn, _htmlTag) {
"use strict";
- function _templateObject_7579940022d211eaa0764d1a500fd781() {
+ function _templateObject_2f8276c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n {{label}} \n"], ["\n \n\n \n {{label}} \n"]);
- _templateObject_7579940022d211eaa0764d1a500fd781 = function _templateObject_7579940022d211eaa0764d1a500fd781() {
+ _templateObject_2f8276c0243411ea86f395335a802507 = function _templateObject_2f8276c0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_7579940022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_2f8276c0243411ea86f395335a802507());
template.setAttribute('strip-whitespace', '');
/**
Material design: [Floating Action
diff --git a/build/es5-amd/node_modules/@polymer/paper-icon-button/paper-icon-button.js b/build/es5-amd/node_modules/@polymer/paper-icon-button/paper-icon-button.js
index 160fc629289..51871f73aa4 100644
--- a/build/es5-amd/node_modules/@polymer/paper-icon-button/paper-icon-button.js
+++ b/build/es5-amd/node_modules/@polymer/paper-icon-button/paper-icon-button.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../iron-icon/iron-icon.js", "../paper-styles/default-theme.js", "../paper-behaviors/paper-inky-focus-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _ironIcon, _defaultTheme, _paperInkyFocusBehavior, _polymerFn, _htmlTag) {
"use strict";
- function _templateObject_75656fc022d211eaa0764d1a500fd781() {
+ function _templateObject_2f615a30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n "], ["\n \n\n \n "]);
- _templateObject_75656fc022d211eaa0764d1a500fd781 = function _templateObject_75656fc022d211eaa0764d1a500fd781() {
+ _templateObject_2f615a30243411ea86f395335a802507 = function _templateObject_2f615a30243411ea86f395335a802507() {
return data;
};
@@ -73,7 +73,7 @@ define(["../polymer/polymer-legacy.js", "../iron-icon/iron-icon.js", "../paper-s
*/
(0, _polymerFn.Polymer)({
is: 'paper-icon-button',
- _template: (0, _htmlTag.html)(_templateObject_75656fc022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_2f615a30243411ea86f395335a802507()),
hostAttributes: {
role: 'button',
tabindex: '0'
diff --git a/build/es5-amd/node_modules/@polymer/paper-input/paper-input-char-counter.js b/build/es5-amd/node_modules/@polymer/paper-input/paper-input-char-counter.js
index 3250060c616..4df2fb5b760 100644
--- a/build/es5-amd/node_modules/@polymer/paper-input/paper-input-char-counter.js
+++ b/build/es5-amd/node_modules/@polymer/paper-input/paper-input-char-counter.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../paper-styles/typography.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/html-tag.js", "./paper-input-addon-behavior.js"], function (_polymerLegacy, _typography, _polymerFn, _htmlTag, _paperInputAddonBehavior) {
"use strict";
- function _templateObject_7a8f272022d211eaa0764d1a500fd781() {
+ function _templateObject_35427ab0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n [[_charCounterStr]] \n"]);
- _templateObject_7a8f272022d211eaa0764d1a500fd781 = function _templateObject_7a8f272022d211eaa0764d1a500fd781() {
+ _templateObject_35427ab0243411ea86f395335a802507 = function _templateObject_35427ab0243411ea86f395335a802507() {
return data;
};
@@ -30,7 +30,7 @@ define(["../polymer/polymer-legacy.js", "../paper-styles/typography.js", "../pol
`--paper-input-char-counter` | Mixin applied to the element | `{}`
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_7a8f272022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_35427ab0243411ea86f395335a802507()),
is: 'paper-input-char-counter',
behaviors: [_paperInputAddonBehavior.PaperInputAddonBehavior],
properties: {
diff --git a/build/es5-amd/node_modules/@polymer/paper-input/paper-input-container.js b/build/es5-amd/node_modules/@polymer/paper-input/paper-input-container.js
index 2e3be833a4d..a18fbc4e21e 100644
--- a/build/es5-amd/node_modules/@polymer/paper-input/paper-input-container.js
+++ b/build/es5-amd/node_modules/@polymer/paper-input/paper-input-container.js
@@ -1,27 +1,27 @@
define(["../polymer/polymer-legacy.js", "../iron-flex-layout/iron-flex-layout.js", "../paper-styles/default-theme.js", "../paper-styles/typography.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/legacy/polymer.dom.js", "../polymer/lib/utils/case-map.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _ironFlexLayout, _defaultTheme, _typography, _polymerFn, _polymerDom, _caseMap, _htmlTag) {
"use strict";
- function _templateObject2_7a9df43022d211eaa0764d1a500fd781() {
+ function _templateObject2_354e88a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n
\n\n \n\n \n\n \n \n
\n"]);
- _templateObject2_7a9df43022d211eaa0764d1a500fd781 = function _templateObject2_7a9df43022d211eaa0764d1a500fd781() {
+ _templateObject2_354e88a0243411ea86f395335a802507 = function _templateObject2_354e88a0243411ea86f395335a802507() {
return data;
};
return data;
}
- function _templateObject_7a9df43022d211eaa0764d1a500fd781() {
+ function _templateObject_354e88a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n\n \n \n"]);
- _templateObject_7a9df43022d211eaa0764d1a500fd781 = function _templateObject_7a9df43022d211eaa0764d1a500fd781() {
+ _templateObject_354e88a0243411ea86f395335a802507 = function _templateObject_354e88a0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_7a9df43022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_354e88a0243411ea86f395335a802507());
template.setAttribute('style', 'display: none;');
document.head.appendChild(template.content);
/*
@@ -137,7 +137,7 @@ define(["../polymer/polymer-legacy.js", "../iron-flex-layout/iron-flex-layout.js
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject2_7a9df43022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject2_354e88a0243411ea86f395335a802507()),
is: 'paper-input-container',
properties: {
/**
diff --git a/build/es5-amd/node_modules/@polymer/paper-input/paper-input-error.js b/build/es5-amd/node_modules/@polymer/paper-input/paper-input-error.js
index fbf60a99059..5f965e3013c 100644
--- a/build/es5-amd/node_modules/@polymer/paper-input/paper-input-error.js
+++ b/build/es5-amd/node_modules/@polymer/paper-input/paper-input-error.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../paper-styles/default-theme.js", "../paper-styles/typography.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/html-tag.js", "./paper-input-addon-behavior.js"], function (_polymerLegacy, _defaultTheme, _typography, _polymerFn, _htmlTag, _paperInputAddonBehavior) {
"use strict";
- function _templateObject_7aa1288022d211eaa0764d1a500fd781() {
+ function _templateObject_3552ce60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n \n \n
\n"], ["\n \n\n \n \n \n
\n"]);
- _templateObject_7aa1288022d211eaa0764d1a500fd781 = function _templateObject_7aa1288022d211eaa0764d1a500fd781() {
+ _templateObject_3552ce60243411ea86f395335a802507 = function _templateObject_3552ce60243411ea86f395335a802507() {
return data;
};
@@ -32,7 +32,7 @@ define(["../polymer/polymer-legacy.js", "../paper-styles/default-theme.js", "../
`--paper-input-error` | Mixin applied to the error | `{}`
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_7aa1288022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_3552ce60243411ea86f395335a802507()),
is: 'paper-input-error',
behaviors: [_paperInputAddonBehavior.PaperInputAddonBehavior],
properties: {
diff --git a/build/es5-amd/node_modules/@polymer/paper-input/paper-input.js b/build/es5-amd/node_modules/@polymer/paper-input/paper-input.js
index c6e0cc3e996..49db8905353 100644
--- a/build/es5-amd/node_modules/@polymer/paper-input/paper-input.js
+++ b/build/es5-amd/node_modules/@polymer/paper-input/paper-input.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../iron-input/iron-input.js", "./paper-input-char-counter.js", "./paper-input-container.js", "./paper-input-error.js", "../iron-form-element-behavior/iron-form-element-behavior.js", "../polymer/lib/elements/dom-module.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/html-tag.js", "./paper-input-behavior.js"], function (_polymerLegacy, _ironInput, _paperInputCharCounter, _paperInputContainer, _paperInputError, _ironFormElementBehavior, _domModule, _polymerFn, _htmlTag, _paperInputBehavior) {
"use strict";
- function _templateObject_70d930e022d211eaa0764d1a500fd781() {
+ function _templateObject_2a8b1a00243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n\n \n\n [[label]] \n\n \n \n \n \n\n \n\n \n [[errorMessage]] \n \n\n \n \n \n\n \n "]);
- _templateObject_70d930e022d211eaa0764d1a500fd781 = function _templateObject_70d930e022d211eaa0764d1a500fd781() {
+ _templateObject_2a8b1a00243411ea86f395335a802507 = function _templateObject_2a8b1a00243411ea86f395335a802507() {
return data;
};
@@ -70,7 +70,7 @@ define(["../polymer/polymer-legacy.js", "../iron-input/iron-input.js", "./paper-
*/
(0, _polymerFn.Polymer)({
is: 'paper-input',
- _template: (0, _htmlTag.html)(_templateObject_70d930e022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_2a8b1a00243411ea86f395335a802507()),
behaviors: [_paperInputBehavior.PaperInputBehavior, _ironFormElementBehavior.IronFormElementBehavior],
properties: {
value: {
diff --git a/build/es5-amd/node_modules/@polymer/paper-input/paper-textarea.js b/build/es5-amd/node_modules/@polymer/paper-input/paper-textarea.js
index f76ed0605fb..ae30d4ac9a3 100644
--- a/build/es5-amd/node_modules/@polymer/paper-input/paper-textarea.js
+++ b/build/es5-amd/node_modules/@polymer/paper-input/paper-textarea.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../iron-autogrow-textarea/iron-autogrow-textarea.js", "./paper-input-char-counter.js", "./paper-input-container.js", "./paper-input-error.js", "../iron-form-element-behavior/iron-form-element-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/html-tag.js", "./paper-input-behavior.js"], function (_polymerLegacy, _ironAutogrowTextarea, _paperInputCharCounter, _paperInputContainer, _paperInputError, _ironFormElementBehavior, _polymerFn, _htmlTag, _paperInputBehavior) {
"use strict";
- function _templateObject_70c35ef022d211eaa0764d1a500fd781() {
+ function _templateObject_2a763270243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n\n [[label]] \n\n \n\n \n [[errorMessage]] \n \n\n \n \n \n\n \n"]);
- _templateObject_70c35ef022d211eaa0764d1a500fd781 = function _templateObject_70c35ef022d211eaa0764d1a500fd781() {
+ _templateObject_2a763270243411ea86f395335a802507 = function _templateObject_2a763270243411ea86f395335a802507() {
return data;
};
@@ -28,7 +28,7 @@ define(["../polymer/polymer-legacy.js", "../iron-autogrow-textarea/iron-autogrow
style this element.
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_70c35ef022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_2a763270243411ea86f395335a802507()),
is: 'paper-textarea',
behaviors: [_paperInputBehavior.PaperInputBehavior, _ironFormElementBehavior.IronFormElementBehavior],
properties: {
diff --git a/build/es5-amd/node_modules/@polymer/paper-item/paper-item.js b/build/es5-amd/node_modules/@polymer/paper-item/paper-item.js
index b27fb265cd5..dee8d38a92d 100644
--- a/build/es5-amd/node_modules/@polymer/paper-item/paper-item.js
+++ b/build/es5-amd/node_modules/@polymer/paper-item/paper-item.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../iron-flex-layout/iron-flex-layout.js", "./paper-item-shared-styles.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/html-tag.js", "./paper-item-behavior.js"], function (_polymerLegacy, _ironFlexLayout, _paperItemSharedStyles, _polymerFn, _htmlTag, _paperItemBehavior) {
"use strict";
- function _templateObject_7101796022d211eaa0764d1a500fd781() {
+ function _templateObject_2abe10e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n"]);
- _templateObject_7101796022d211eaa0764d1a500fd781 = function _templateObject_7101796022d211eaa0764d1a500fd781() {
+ _templateObject_2abe10e0243411ea86f395335a802507 = function _templateObject_2abe10e0243411ea86f395335a802507() {
return data;
};
@@ -85,7 +85,7 @@ define(["../polymer/polymer-legacy.js", "../iron-flex-layout/iron-flex-layout.js
@demo demo/index.html
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_7101796022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_2abe10e0243411ea86f395335a802507()),
is: 'paper-item',
behaviors: [_paperItemBehavior.PaperItemBehavior]
});
diff --git a/build/es5-amd/node_modules/@polymer/paper-listbox/paper-listbox.js b/build/es5-amd/node_modules/@polymer/paper-listbox/paper-listbox.js
index ad145ad1cc2..5c8d469b3fe 100644
--- a/build/es5-amd/node_modules/@polymer/paper-listbox/paper-listbox.js
+++ b/build/es5-amd/node_modules/@polymer/paper-listbox/paper-listbox.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../paper-styles/default-theme.js", "../iron-menu-behavior/iron-menu-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _defaultTheme, _ironMenuBehavior, _polymerFn, _htmlTag) {
"use strict";
- function _templateObject_70fee15022d211eaa0764d1a500fd781() {
+ function _templateObject_2abb2ab0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n"]);
- _templateObject_70fee15022d211eaa0764d1a500fd781 = function _templateObject_70fee15022d211eaa0764d1a500fd781() {
+ _templateObject_2abb2ab0243411ea86f395335a802507 = function _templateObject_2abb2ab0243411ea86f395335a802507() {
return data;
};
@@ -63,7 +63,7 @@ define(["../polymer/polymer-legacy.js", "../paper-styles/default-theme.js", "../
@demo demo/index.html
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_70fee15022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_2abb2ab0243411ea86f395335a802507()),
is: 'paper-listbox',
behaviors: [_ironMenuBehavior.IronMenuBehavior],
diff --git a/build/es5-amd/node_modules/@polymer/paper-material/paper-material-shared-styles.js b/build/es5-amd/node_modules/@polymer/paper-material/paper-material-shared-styles.js
index 0780b3076d9..bcb5c45650d 100644
--- a/build/es5-amd/node_modules/@polymer/paper-material/paper-material-shared-styles.js
+++ b/build/es5-amd/node_modules/@polymer/paper-material/paper-material-shared-styles.js
@@ -1,17 +1,17 @@
define(["../paper-styles/shadow.js", "../polymer/lib/utils/html-tag.js"], function (_shadow, _htmlTag) {
"use strict";
- function _templateObject_8153f0e022d211eaa0764d1a500fd781() {
+ function _templateObject_3c052190243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n\n \n \n \n \n"]);
- _templateObject_8153f0e022d211eaa0764d1a500fd781 = function _templateObject_8153f0e022d211eaa0764d1a500fd781() {
+ _templateObject_3c052190243411ea86f395335a802507 = function _templateObject_3c052190243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_8153f0e022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_3c052190243411ea86f395335a802507());
template.setAttribute('style', 'display: none;');
document.body.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@polymer/paper-material/paper-material.js b/build/es5-amd/node_modules/@polymer/paper-material/paper-material.js
index 8f6e4ad66a1..6436ba08120 100644
--- a/build/es5-amd/node_modules/@polymer/paper-material/paper-material.js
+++ b/build/es5-amd/node_modules/@polymer/paper-material/paper-material.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../paper-styles/shadow.js", "./paper-material-shared-styles.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _shadow, _paperMaterialSharedStyles, _polymerFn, _htmlTag) {
"use strict";
- function _templateObject_7991663022d211eaa0764d1a500fd781() {
+ function _templateObject_34280a00243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n\n \n"]);
- _templateObject_7991663022d211eaa0764d1a500fd781 = function _templateObject_7991663022d211eaa0764d1a500fd781() {
+ _templateObject_34280a00243411ea86f395335a802507 = function _templateObject_34280a00243411ea86f395335a802507() {
return data;
};
@@ -28,7 +28,7 @@ define(["../polymer/polymer-legacy.js", "../paper-styles/shadow.js", "./paper-ma
@demo demo/index.html
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_7991663022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_34280a00243411ea86f395335a802507()),
is: 'paper-material',
properties: {
/**
diff --git a/build/es5-amd/node_modules/@polymer/paper-menu-button/paper-menu-button.js b/build/es5-amd/node_modules/@polymer/paper-menu-button/paper-menu-button.js
index 3375d8a048f..38f73598f30 100644
--- a/build/es5-amd/node_modules/@polymer/paper-menu-button/paper-menu-button.js
+++ b/build/es5-amd/node_modules/@polymer/paper-menu-button/paper-menu-button.js
@@ -6,10 +6,10 @@ define(["exports", "../polymer/polymer-legacy.js", "../iron-dropdown/iron-dropdo
});
_exports.PaperMenuButton = void 0;
- function _templateObject_70a1580022d211eaa0764d1a500fd781() {
+ function _templateObject_2a4efb60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n \n
\n\n \n \n \n
\n \n"]);
- _templateObject_70a1580022d211eaa0764d1a500fd781 = function _templateObject_70a1580022d211eaa0764d1a500fd781() {
+ _templateObject_2a4efb60243411ea86f395335a802507 = function _templateObject_2a4efb60243411ea86f395335a802507() {
return data;
};
@@ -64,7 +64,7 @@ define(["exports", "../polymer/polymer-legacy.js", "../iron-dropdown/iron-dropdo
*/
var PaperMenuButton = (0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_70a1580022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_2a4efb60243411ea86f395335a802507()),
is: 'paper-menu-button',
/**
diff --git a/build/es5-amd/node_modules/@polymer/paper-progress/paper-progress.js b/build/es5-amd/node_modules/@polymer/paper-progress/paper-progress.js
index 0ff024ac46d..cb842762cd5 100644
--- a/build/es5-amd/node_modules/@polymer/paper-progress/paper-progress.js
+++ b/build/es5-amd/node_modules/@polymer/paper-progress/paper-progress.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../iron-flex-layout/iron-flex-layout.js", "../paper-styles/color.js", "../iron-range-behavior/iron-range-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _ironFlexLayout, _color, _ironRangeBehavior, _polymerFn, _htmlTag) {
"use strict";
- function _templateObject_752cd39022d211eaa0764d1a500fd781() {
+ function _templateObject_2f2821c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n"], ["\n \n\n \n"]);
- _templateObject_752cd39022d211eaa0764d1a500fd781 = function _templateObject_752cd39022d211eaa0764d1a500fd781() {
+ _templateObject_2f2821c0243411ea86f395335a802507 = function _templateObject_2f2821c0243411ea86f395335a802507() {
return data;
};
@@ -86,7 +86,7 @@ define(["../polymer/polymer-legacy.js", "../iron-flex-layout/iron-flex-layout.js
@demo demo/index.html
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_752cd39022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_2f2821c0243411ea86f395335a802507()),
is: 'paper-progress',
behaviors: [_ironRangeBehavior.IronRangeBehavior],
properties: {
diff --git a/build/es5-amd/node_modules/@polymer/paper-radio-button/paper-radio-button.js b/build/es5-amd/node_modules/@polymer/paper-radio-button/paper-radio-button.js
index c0a778e430e..3cd9e7e50ce 100644
--- a/build/es5-amd/node_modules/@polymer/paper-radio-button/paper-radio-button.js
+++ b/build/es5-amd/node_modules/@polymer/paper-radio-button/paper-radio-button.js
@@ -1,17 +1,17 @@
define(["../polymer/polymer-legacy.js", "../paper-styles/default-theme.js", "../iron-flex-layout/iron-flex-layout.js", "../paper-behaviors/paper-checked-element-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/html-tag.js", "../polymer/lib/utils/render-status.js"], function (_polymerLegacy, _defaultTheme, _ironFlexLayout, _paperCheckedElementBehavior, _polymerFn, _htmlTag, _renderStatus) {
"use strict";
- function _templateObject_78cc8f9022d211eaa0764d1a500fd781() {
+ function _templateObject_337b2830243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n\n\n\n\n
"], ["\n\n\n\n\n
"]);
- _templateObject_78cc8f9022d211eaa0764d1a500fd781 = function _templateObject_78cc8f9022d211eaa0764d1a500fd781() {
+ _templateObject_337b2830243411ea86f395335a802507 = function _templateObject_337b2830243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_78cc8f9022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_337b2830243411ea86f395335a802507());
template.setAttribute('strip-whitespace', '');
/**
Material design: [Radio button](https://www.google.com/design/spec/components/selection-controls.html#selection-controls-radio-button)
diff --git a/build/es5-amd/node_modules/@polymer/paper-radio-group/paper-radio-group.js b/build/es5-amd/node_modules/@polymer/paper-radio-group/paper-radio-group.js
index 418bec25df6..d93f17b90cb 100644
--- a/build/es5-amd/node_modules/@polymer/paper-radio-group/paper-radio-group.js
+++ b/build/es5-amd/node_modules/@polymer/paper-radio-group/paper-radio-group.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../iron-a11y-keys-behavior/iron-a11y-keys-behavior.js", "../paper-radio-button/paper-radio-button.js", "../iron-menu-behavior/iron-menubar-behavior.js", "../iron-selector/iron-selectable.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _ironA11yKeysBehavior, _paperRadioButton, _ironMenubarBehavior, _ironSelectable, _polymerFn, _htmlTag) {
"use strict";
- function _templateObject_78c7fbb022d211eaa0764d1a500fd781() {
+ function _templateObject_3374bf90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n"]);
- _templateObject_78c7fbb022d211eaa0764d1a500fd781 = function _templateObject_78c7fbb022d211eaa0764d1a500fd781() {
+ _templateObject_3374bf90243411ea86f395335a802507 = function _templateObject_3374bf90243411ea86f395335a802507() {
return data;
};
@@ -52,7 +52,7 @@ define(["../polymer/polymer-legacy.js", "../iron-a11y-keys-behavior/iron-a11y-ke
@demo demo/index.html
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_78c7fbb022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_3374bf90243411ea86f395335a802507()),
is: 'paper-radio-group',
behaviors: [_ironMenubarBehavior.IronMenubarBehavior],
diff --git a/build/es5-amd/node_modules/@polymer/paper-ripple/paper-ripple.js b/build/es5-amd/node_modules/@polymer/paper-ripple/paper-ripple.js
index 6fcaf1e68a0..ae7bb9bb18e 100644
--- a/build/es5-amd/node_modules/@polymer/paper-ripple/paper-ripple.js
+++ b/build/es5-amd/node_modules/@polymer/paper-ripple/paper-ripple.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../iron-a11y-keys-behavior/iron-a11y-keys-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/legacy/polymer.dom.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _ironA11yKeysBehavior, _polymerFn, _polymerDom, _htmlTag) {
"use strict";
- function _templateObject_80fa5f3022d211eaa0764d1a500fd781() {
+ function _templateObject_3bb1aa60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n
\n
\n"]);
- _templateObject_80fa5f3022d211eaa0764d1a500fd781 = function _templateObject_80fa5f3022d211eaa0764d1a500fd781() {
+ _templateObject_3bb1aa60243411ea86f395335a802507 = function _templateObject_3bb1aa60243411ea86f395335a802507() {
return data;
};
@@ -307,7 +307,7 @@ define(["../polymer/polymer-legacy.js", "../iron-a11y-keys-behavior/iron-a11y-ke
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_80fa5f3022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_3bb1aa60243411ea86f395335a802507()),
is: 'paper-ripple',
behaviors: [_ironA11yKeysBehavior.IronA11yKeysBehavior],
properties: {
diff --git a/build/es5-amd/node_modules/@polymer/paper-slider/paper-slider.js b/build/es5-amd/node_modules/@polymer/paper-slider/paper-slider.js
index 96c9c26178f..49a9118e494 100644
--- a/build/es5-amd/node_modules/@polymer/paper-slider/paper-slider.js
+++ b/build/es5-amd/node_modules/@polymer/paper-slider/paper-slider.js
@@ -1,17 +1,17 @@
define(["../iron-flex-layout/iron-flex-layout.js", "../paper-input/paper-input.js", "../paper-progress/paper-progress.js", "../paper-styles/color.js", "../iron-a11y-keys-behavior/iron-a11y-keys-behavior.js", "../iron-form-element-behavior/iron-form-element-behavior.js", "../iron-range-behavior/iron-range-behavior.js", "../paper-behaviors/paper-inky-focus-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/gestures.js", "../polymer/polymer-legacy.js"], function (_ironFlexLayout, _paperInput, _paperProgress, _color, _ironA11yKeysBehavior, _ironFormElementBehavior, _ironRangeBehavior, _paperInkyFocusBehavior, _polymerFn, _gestures, _polymerLegacy) {
"use strict";
- function _templateObject_70f4cf3022d211eaa0764d1a500fd781() {
+ function _templateObject_2ab36280243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n\n \n \n \n \n"], ["\n \n\n \n\n \n \n \n \n"]);
- _templateObject_70f4cf3022d211eaa0764d1a500fd781 = function _templateObject_70f4cf3022d211eaa0764d1a500fd781() {
+ _templateObject_2ab36280243411ea86f395335a802507 = function _templateObject_2ab36280243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _polymerLegacy.html)(_templateObject_70f4cf3022d211eaa0764d1a500fd781());
+ var template = (0, _polymerLegacy.html)(_templateObject_2ab36280243411ea86f395335a802507());
template.setAttribute('strip-whitespace', '');
/**
Material design:
diff --git a/build/es5-amd/node_modules/@polymer/paper-spinner/paper-spinner.js b/build/es5-amd/node_modules/@polymer/paper-spinner/paper-spinner.js
index ea9eed93f32..ab4845f0ea1 100644
--- a/build/es5-amd/node_modules/@polymer/paper-spinner/paper-spinner.js
+++ b/build/es5-amd/node_modules/@polymer/paper-spinner/paper-spinner.js
@@ -1,17 +1,17 @@
define(["../polymer/polymer-legacy.js", "../paper-styles/color.js", "./paper-spinner-styles.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/html-tag.js", "./paper-spinner-behavior.js"], function (_polymerLegacy, _color, _paperSpinnerStyles, _polymerFn, _htmlTag, _paperSpinnerBehavior) {
"use strict";
- function _templateObject_70fa266022d211eaa0764d1a500fd781() {
+ function _templateObject_2ab78130243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n"]);
- _templateObject_70fa266022d211eaa0764d1a500fd781 = function _templateObject_70fa266022d211eaa0764d1a500fd781() {
+ _templateObject_2ab78130243411ea86f395335a802507 = function _templateObject_2ab78130243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_70fa266022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_2ab78130243411ea86f395335a802507());
template.setAttribute('strip-whitespace', '');
/**
Material design: [Progress &
diff --git a/build/es5-amd/node_modules/@polymer/paper-styles/color.js b/build/es5-amd/node_modules/@polymer/paper-styles/color.js
index 14db34c1368..917bd216f21 100644
--- a/build/es5-amd/node_modules/@polymer/paper-styles/color.js
+++ b/build/es5-amd/node_modules/@polymer/paper-styles/color.js
@@ -1,17 +1,17 @@
define(["../polymer/polymer-legacy.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _htmlTag) {
"use strict";
- function _templateObject_7a5d8fd022d211eaa0764d1a500fd781() {
+ function _templateObject_350c4f80243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n\n \n \n"]);
- _templateObject_7a5d8fd022d211eaa0764d1a500fd781 = function _templateObject_7a5d8fd022d211eaa0764d1a500fd781() {
+ _templateObject_350c4f80243411ea86f395335a802507 = function _templateObject_350c4f80243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_7a5d8fd022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_350c4f80243411ea86f395335a802507());
template.setAttribute('style', 'display: none;');
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@polymer/paper-styles/default-theme.js b/build/es5-amd/node_modules/@polymer/paper-styles/default-theme.js
index 2dbd27ec44d..a93f23d77f6 100644
--- a/build/es5-amd/node_modules/@polymer/paper-styles/default-theme.js
+++ b/build/es5-amd/node_modules/@polymer/paper-styles/default-theme.js
@@ -1,17 +1,17 @@
define(["../polymer/polymer-legacy.js", "./color.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _color, _htmlTag) {
"use strict";
- function _templateObject_79fd205022d211eaa0764d1a500fd781() {
+ function _templateObject_34a158b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n\n \n "], ["\n\n \n "]);
- _templateObject_79fd205022d211eaa0764d1a500fd781 = function _templateObject_79fd205022d211eaa0764d1a500fd781() {
+ _templateObject_34a158b0243411ea86f395335a802507 = function _templateObject_34a158b0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_79fd205022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_34a158b0243411ea86f395335a802507());
template.setAttribute('style', 'display: none;');
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@polymer/paper-styles/element-styles/paper-material-styles.js b/build/es5-amd/node_modules/@polymer/paper-styles/element-styles/paper-material-styles.js
index 6abc3f0cd7d..58349ddf4a8 100644
--- a/build/es5-amd/node_modules/@polymer/paper-styles/element-styles/paper-material-styles.js
+++ b/build/es5-amd/node_modules/@polymer/paper-styles/element-styles/paper-material-styles.js
@@ -1,17 +1,17 @@
define(["../../polymer/polymer-legacy.js", "../shadow.js", "../../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _shadow, _htmlTag) {
"use strict";
- function _templateObject_79fafd7022d211eaa0764d1a500fd781() {
+ function _templateObject_349bb360243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n\n \n \n \n "]);
- _templateObject_79fafd7022d211eaa0764d1a500fd781 = function _templateObject_79fafd7022d211eaa0764d1a500fd781() {
+ _templateObject_349bb360243411ea86f395335a802507 = function _templateObject_349bb360243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_79fafd7022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_349bb360243411ea86f395335a802507());
template.setAttribute('style', 'display: none;');
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@polymer/paper-styles/shadow.js b/build/es5-amd/node_modules/@polymer/paper-styles/shadow.js
index bfba80f4f78..1080b0591e7 100644
--- a/build/es5-amd/node_modules/@polymer/paper-styles/shadow.js
+++ b/build/es5-amd/node_modules/@polymer/paper-styles/shadow.js
@@ -1,17 +1,17 @@
define(["../polymer/polymer-legacy.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _htmlTag) {
"use strict";
- function _templateObject_7a1e3ce022d211eaa0764d1a500fd781() {
+ function _templateObject_34c24e30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n\n \n "]);
- _templateObject_7a1e3ce022d211eaa0764d1a500fd781 = function _templateObject_7a1e3ce022d211eaa0764d1a500fd781() {
+ _templateObject_34c24e30243411ea86f395335a802507 = function _templateObject_34c24e30243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_7a1e3ce022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_34c24e30243411ea86f395335a802507());
template.setAttribute('style', 'display: none;');
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@polymer/paper-styles/typography.js b/build/es5-amd/node_modules/@polymer/paper-styles/typography.js
index 5e8e8869021..de078098b2f 100644
--- a/build/es5-amd/node_modules/@polymer/paper-styles/typography.js
+++ b/build/es5-amd/node_modules/@polymer/paper-styles/typography.js
@@ -1,17 +1,17 @@
define(["../polymer/polymer-legacy.js", "../font-roboto/roboto.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _roboto, _htmlTag) {
"use strict";
- function _templateObject_7af1927022d211eaa0764d1a500fd781() {
+ function _templateObject_35adbfa0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n "]);
- _templateObject_7af1927022d211eaa0764d1a500fd781 = function _templateObject_7af1927022d211eaa0764d1a500fd781() {
+ _templateObject_35adbfa0243411ea86f395335a802507 = function _templateObject_35adbfa0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_7af1927022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_35adbfa0243411ea86f395335a802507());
template.setAttribute('style', 'display: none;');
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@polymer/paper-tabs/paper-tab.js b/build/es5-amd/node_modules/@polymer/paper-tabs/paper-tab.js
index eadbc1a050c..4057cf98500 100644
--- a/build/es5-amd/node_modules/@polymer/paper-tabs/paper-tab.js
+++ b/build/es5-amd/node_modules/@polymer/paper-tabs/paper-tab.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../iron-flex-layout/iron-flex-layout.js", "../iron-behaviors/iron-button-state.js", "../iron-behaviors/iron-control-state.js", "../paper-behaviors/paper-ripple-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/legacy/polymer.dom.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _ironFlexLayout, _ironButtonState, _ironControlState, _paperRippleBehavior, _polymerFn, _polymerDom, _htmlTag) {
"use strict";
- function _templateObject_79846de022d211eaa0764d1a500fd781() {
+ function _templateObject_34193cf0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n \n
\n"]);
- _templateObject_79846de022d211eaa0764d1a500fd781 = function _templateObject_79846de022d211eaa0764d1a500fd781() {
+ _templateObject_34193cf0243411ea86f395335a802507 = function _templateObject_34193cf0243411ea86f395335a802507() {
return data;
};
@@ -40,7 +40,7 @@ define(["../polymer/polymer-legacy.js", "../iron-flex-layout/iron-flex-layout.js
element, make sure you've imported `paper-styles/typography.html`.
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_79846de022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_34193cf0243411ea86f395335a802507()),
is: 'paper-tab',
behaviors: [_ironControlState.IronControlState, _ironButtonState.IronButtonState, _paperRippleBehavior.PaperRippleBehavior],
properties: {
diff --git a/build/es5-amd/node_modules/@polymer/paper-tabs/paper-tabs-icons.js b/build/es5-amd/node_modules/@polymer/paper-tabs/paper-tabs-icons.js
index e03d0a56970..87e1574529c 100644
--- a/build/es5-amd/node_modules/@polymer/paper-tabs/paper-tabs-icons.js
+++ b/build/es5-amd/node_modules/@polymer/paper-tabs/paper-tabs-icons.js
@@ -1,16 +1,16 @@
define(["../iron-iconset-svg/iron-iconset-svg.js", "../polymer/lib/utils/html-tag.js"], function (_ironIconsetSvg, _htmlTag) {
"use strict";
- function _templateObject_7a6000d022d211eaa0764d1a500fd781() {
+ function _templateObject_35129110243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n\n \n \n \n "]);
- _templateObject_7a6000d022d211eaa0764d1a500fd781 = function _templateObject_7a6000d022d211eaa0764d1a500fd781() {
+ _templateObject_35129110243411ea86f395335a802507 = function _templateObject_35129110243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_7a6000d022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_35129110243411ea86f395335a802507());
document.head.appendChild(template.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@polymer/paper-tabs/paper-tabs.js b/build/es5-amd/node_modules/@polymer/paper-tabs/paper-tabs.js
index 9536443580a..5d30baf17a1 100644
--- a/build/es5-amd/node_modules/@polymer/paper-tabs/paper-tabs.js
+++ b/build/es5-amd/node_modules/@polymer/paper-tabs/paper-tabs.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../iron-flex-layout/iron-flex-layout.js", "../iron-icon/iron-icon.js", "../paper-icon-button/paper-icon-button.js", "../paper-styles/color.js", "./paper-tabs-icons.js", "./paper-tab.js", "../iron-menu-behavior/iron-menu-behavior.js", "../iron-menu-behavior/iron-menubar-behavior.js", "../iron-resizable-behavior/iron-resizable-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/legacy/polymer.dom.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _ironFlexLayout, _ironIcon, _paperIconButton, _color, _paperTabsIcons, _paperTab, _ironMenuBehavior, _ironMenubarBehavior, _ironResizableBehavior, _polymerFn, _polymerDom, _htmlTag) {
"use strict";
- function _templateObject_70b8b09022d211eaa0764d1a500fd781() {
+ function _templateObject_2a6a72a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n\n \n\n \n"], ["\n \n\n \n\n \n\n \n"]);
- _templateObject_70b8b09022d211eaa0764d1a500fd781 = function _templateObject_70b8b09022d211eaa0764d1a500fd781() {
+ _templateObject_2a6a72a0243411ea86f395335a802507 = function _templateObject_2a6a72a0243411ea86f395335a802507() {
return data;
};
@@ -86,7 +86,7 @@ define(["../polymer/polymer-legacy.js", "../iron-flex-layout/iron-flex-layout.js
@demo demo/index.html
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_70b8b09022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_2a6a72a0243411ea86f395335a802507()),
is: 'paper-tabs',
behaviors: [_ironResizableBehavior.IronResizableBehavior, _ironMenubarBehavior.IronMenubarBehavior],
properties: {
diff --git a/build/es5-amd/node_modules/@polymer/paper-toast/paper-toast.js b/build/es5-amd/node_modules/@polymer/paper-toast/paper-toast.js
index 251cafd3293..50e35ef5865 100644
--- a/build/es5-amd/node_modules/@polymer/paper-toast/paper-toast.js
+++ b/build/es5-amd/node_modules/@polymer/paper-toast/paper-toast.js
@@ -1,10 +1,10 @@
define(["../iron-a11y-announcer/iron-a11y-announcer.js", "../iron-overlay-behavior/iron-overlay-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/html-tag.js", "../polymer/polymer-legacy.js"], function (_ironA11yAnnouncer, _ironOverlayBehavior, _polymerFn, _htmlTag, _polymerLegacy) {
"use strict";
- function _templateObject_70a883f022d211eaa0764d1a500fd781() {
+ function _templateObject_2a575fd0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n {{text}} \n \n"]);
- _templateObject_70a883f022d211eaa0764d1a500fd781 = function _templateObject_70a883f022d211eaa0764d1a500fd781() {
+ _templateObject_2a575fd0243411ea86f395335a802507 = function _templateObject_2a575fd0243411ea86f395335a802507() {
return data;
};
@@ -68,7 +68,7 @@ define(["../iron-a11y-announcer/iron-a11y-announcer.js", "../iron-overlay-behavi
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_70a883f022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_2a575fd0243411ea86f395335a802507()),
is: 'paper-toast',
behaviors: [_ironOverlayBehavior.IronOverlayBehavior],
properties: {
diff --git a/build/es5-amd/node_modules/@polymer/paper-toggle-button/paper-toggle-button.js b/build/es5-amd/node_modules/@polymer/paper-toggle-button/paper-toggle-button.js
index 4801b721ece..dfa3b53e9d3 100644
--- a/build/es5-amd/node_modules/@polymer/paper-toggle-button/paper-toggle-button.js
+++ b/build/es5-amd/node_modules/@polymer/paper-toggle-button/paper-toggle-button.js
@@ -1,17 +1,17 @@
define(["../polymer/polymer-legacy.js", "../iron-flex-layout/iron-flex-layout.js", "../paper-styles/color.js", "../paper-styles/default-theme.js", "../paper-behaviors/paper-checked-element-behavior.js", "../paper-behaviors/paper-ripple-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/utils/gestures.js", "../polymer/lib/utils/html-tag.js", "../polymer/lib/utils/render-status.js"], function (_polymerLegacy, _ironFlexLayout, _color, _defaultTheme, _paperCheckedElementBehavior, _paperRippleBehavior, _polymerFn, _gestures, _htmlTag, _renderStatus) {
"use strict";
- function _templateObject_70d475f022d211eaa0764d1a500fd781() {
+ function _templateObject_2a859bc0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n\n \n\n \n\n
\n\n "]);
- _templateObject_70d475f022d211eaa0764d1a500fd781 = function _templateObject_70d475f022d211eaa0764d1a500fd781() {
+ _templateObject_2a859bc0243411ea86f395335a802507 = function _templateObject_2a859bc0243411ea86f395335a802507() {
return data;
};
return data;
}
- var template = (0, _htmlTag.html)(_templateObject_70d475f022d211eaa0764d1a500fd781());
+ var template = (0, _htmlTag.html)(_templateObject_2a859bc0243411ea86f395335a802507());
template.setAttribute('strip-whitespace', '');
/**
Material design: [Switch](https://www.google.com/design/spec/components/selection-controls.html#selection-controls-switch)
diff --git a/build/es5-amd/node_modules/@polymer/paper-tooltip/paper-tooltip.js b/build/es5-amd/node_modules/@polymer/paper-tooltip/paper-tooltip.js
index b3a1b0685e3..bbcbaa67c35 100644
--- a/build/es5-amd/node_modules/@polymer/paper-tooltip/paper-tooltip.js
+++ b/build/es5-amd/node_modules/@polymer/paper-tooltip/paper-tooltip.js
@@ -1,10 +1,10 @@
define(["../polymer/polymer-legacy.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/legacy/polymer.dom.js", "../polymer/lib/utils/html-tag.js"], function (_polymerLegacy, _polymerFn, _polymerDom, _htmlTag) {
"use strict";
- function _templateObject_755e91f022d211eaa0764d1a500fd781() {
+ function _templateObject_2f5c9f40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n \n
\n"]);
- _templateObject_755e91f022d211eaa0764d1a500fd781 = function _templateObject_755e91f022d211eaa0764d1a500fd781() {
+ _templateObject_2f5c9f40243411ea86f395335a802507 = function _templateObject_2f5c9f40243411ea86f395335a802507() {
return data;
};
@@ -50,7 +50,7 @@ define(["../polymer/polymer-legacy.js", "../polymer/lib/legacy/polymer-fn.js", "
@demo demo/index.html
*/
(0, _polymerFn.Polymer)({
- _template: (0, _htmlTag.html)(_templateObject_755e91f022d211eaa0764d1a500fd781()),
+ _template: (0, _htmlTag.html)(_templateObject_2f5c9f40243411ea86f395335a802507()),
is: 'paper-tooltip',
hostAttributes: {
role: 'tooltip',
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-button/src/vaadin-button.js b/build/es5-amd/node_modules/@vaadin/vaadin-button/src/vaadin-button.js
index fda2dc96f3c..af2843b1253 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-button/src/vaadin-button.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-button/src/vaadin-button.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.ButtonElement = void 0;
- function _templateObject_a44f2bf022d211eaa0764d1a500fd781() {
+ function _templateObject_62967bb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n"], ["\n \n \n \n"]);
- _templateObject_a44f2bf022d211eaa0764d1a500fd781 = function _templateObject_a44f2bf022d211eaa0764d1a500fd781() {
+ _templateObject_62967bb0243411ea86f395335a802507 = function _templateObject_62967bb0243411ea86f395335a802507() {
return data;
};
@@ -127,7 +127,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}], [{
key: "template",
get: function get() {
- return (0, _htmlTag.html)(_templateObject_a44f2bf022d211eaa0764d1a500fd781());
+ return (0, _htmlTag.html)(_templateObject_62967bb0243411ea86f395335a802507());
}
}, {
key: "is",
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-button/theme/lumo/vaadin-button-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-button/theme/lumo/vaadin-button-styles.js
index 4518b2fd493..083ca0ec35a 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-button/theme/lumo/vaadin-button-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-button/theme/lumo/vaadin-button-styles.js
@@ -1,16 +1,16 @@
define(["../../../vaadin-lumo-styles/color.js", "../../../vaadin-lumo-styles/sizing.js", "../../../vaadin-lumo-styles/spacing.js", "../../../vaadin-lumo-styles/style.js", "../../../vaadin-lumo-styles/typography.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_color, _sizing, _spacing, _style, _typography, _htmlTag) {
"use strict";
- function _templateObject_aa481a3022d211eaa0764d1a500fd781() {
+ function _templateObject_662547c0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_aa481a3022d211eaa0764d1a500fd781 = function _templateObject_aa481a3022d211eaa0764d1a500fd781() {
+ _templateObject_662547c0243411ea86f395335a802507 = function _templateObject_662547c0243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aa481a3022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_662547c0243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-button/theme/material/vaadin-button-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-button/theme/material/vaadin-button-styles.js
index 2a40bf7acc2..949ff0887e7 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-button/theme/material/vaadin-button-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-button/theme/material/vaadin-button-styles.js
@@ -1,16 +1,16 @@
define(["../../../vaadin-material-styles/color.js", "../../../vaadin-material-styles/shadow.js", "../../../vaadin-material-styles/typography.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_color, _shadow, _typography, _htmlTag) {
"use strict";
- function _templateObject_aa49049022d211eaa0764d1a500fd781() {
+ function _templateObject_66263220243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_aa49049022d211eaa0764d1a500fd781 = function _templateObject_aa49049022d211eaa0764d1a500fd781() {
+ _templateObject_66263220243411ea86f395335a802507 = function _templateObject_66263220243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aa49049022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_66263220243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-checkbox/src/vaadin-checkbox-group.js b/build/es5-amd/node_modules/@vaadin/vaadin-checkbox/src/vaadin-checkbox-group.js
index 6605e0de5f9..7857f91fdbd 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-checkbox/src/vaadin-checkbox-group.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-checkbox/src/vaadin-checkbox-group.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.CheckboxGroupElement = void 0;
- function _templateObject_a8d2b84022d211eaa0764d1a500fd781() {
+ function _templateObject_629b0f90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n
[[label]] \n\n
\n \n
\n\n
[[errorMessage]]
\n\n
\n"], ["\n \n\n \n
[[label]] \n\n
\n \n
\n\n
[[errorMessage]]
\n\n
\n"]);
- _templateObject_a8d2b84022d211eaa0764d1a500fd781 = function _templateObject_a8d2b84022d211eaa0764d1a500fd781() {
+ _templateObject_629b0f90243411ea86f395335a802507 = function _templateObject_629b0f90243411ea86f395335a802507() {
return data;
};
@@ -241,7 +241,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}], [{
key: "template",
get: function get() {
- return (0, _htmlTag.html)(_templateObject_a8d2b84022d211eaa0764d1a500fd781());
+ return (0, _htmlTag.html)(_templateObject_629b0f90243411ea86f395335a802507());
}
}, {
key: "is",
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-checkbox/src/vaadin-checkbox.js b/build/es5-amd/node_modules/@vaadin/vaadin-checkbox/src/vaadin-checkbox.js
index 111d22c4128..75c9c1e9b90 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-checkbox/src/vaadin-checkbox.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-checkbox/src/vaadin-checkbox.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.CheckboxElement = void 0;
- function _templateObject_a8d7e86022d211eaa0764d1a500fd781() {
+ function _templateObject_629ff190243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n \n \n \n\n \n \n \n \n"], ["\n \n\n \n \n \n \n\n \n \n \n \n"]);
- _templateObject_a8d7e86022d211eaa0764d1a500fd781 = function _templateObject_a8d7e86022d211eaa0764d1a500fd781() {
+ _templateObject_629ff190243411ea86f395335a802507 = function _templateObject_629ff190243411ea86f395335a802507() {
return data;
};
@@ -62,7 +62,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
babelHelpers.createClass(CheckboxElement, null, [{
key: "template",
get: function get() {
- return (0, _htmlTag.html)(_templateObject_a8d7e86022d211eaa0764d1a500fd781());
+ return (0, _htmlTag.html)(_templateObject_629ff190243411ea86f395335a802507());
}
}, {
key: "is",
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-checkbox/theme/lumo/vaadin-checkbox-group-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-checkbox/theme/lumo/vaadin-checkbox-group-styles.js
index 6859bb2eeb7..98351f5956a 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-checkbox/theme/lumo/vaadin-checkbox-group-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-checkbox/theme/lumo/vaadin-checkbox-group-styles.js
@@ -1,16 +1,16 @@
define(["../../../vaadin-lumo-styles/color.js", "../../../vaadin-lumo-styles/mixins/required-field.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_color, _requiredField, _htmlTag) {
"use strict";
- function _templateObject_aa49a0d022d211eaa0764d1a500fd781() {
+ function _templateObject_6626f570243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_aa49a0d022d211eaa0764d1a500fd781 = function _templateObject_aa49a0d022d211eaa0764d1a500fd781() {
+ _templateObject_6626f570243411ea86f395335a802507 = function _templateObject_6626f570243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aa49a0d022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_6626f570243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-checkbox/theme/lumo/vaadin-checkbox-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-checkbox/theme/lumo/vaadin-checkbox-styles.js
index e195d08d4fc..c06c61f25b7 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-checkbox/theme/lumo/vaadin-checkbox-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-checkbox/theme/lumo/vaadin-checkbox-styles.js
@@ -1,16 +1,16 @@
define(["../../../vaadin-lumo-styles/color.js", "../../../vaadin-lumo-styles/style.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_color, _style, _htmlTag) {
"use strict";
- function _templateObject_aa4b277022d211eaa0764d1a500fd781() {
+ function _templateObject_6627dfd0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n \n \n \n \n "], ["\n \n \n \n \n \n \n \n \n \n \n \n "]);
- _templateObject_aa4b277022d211eaa0764d1a500fd781 = function _templateObject_aa4b277022d211eaa0764d1a500fd781() {
+ _templateObject_6627dfd0243411ea86f395335a802507 = function _templateObject_6627dfd0243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aa4b277022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_6627dfd0243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-checkbox/theme/material/vaadin-checkbox-group-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-checkbox/theme/material/vaadin-checkbox-group-styles.js
index 6d5caf85441..7f999300116 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-checkbox/theme/material/vaadin-checkbox-group-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-checkbox/theme/material/vaadin-checkbox-group-styles.js
@@ -1,16 +1,16 @@
define(["../../../vaadin-material-styles/color.js", "../../../vaadin-material-styles/mixins/required-field.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_color, _requiredField, _htmlTag) {
"use strict";
- function _templateObject_aa66298022d211eaa0764d1a500fd781() {
+ function _templateObject_66415b40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_aa66298022d211eaa0764d1a500fd781 = function _templateObject_aa66298022d211eaa0764d1a500fd781() {
+ _templateObject_66415b40243411ea86f395335a802507 = function _templateObject_66415b40243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aa66298022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_66415b40243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-checkbox/theme/material/vaadin-checkbox-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-checkbox/theme/material/vaadin-checkbox-styles.js
index 9ac39cfd42d..ad2eef3f70a 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-checkbox/theme/material/vaadin-checkbox-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-checkbox/theme/material/vaadin-checkbox-styles.js
@@ -1,16 +1,16 @@
define(["../../../vaadin-material-styles/color.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_color, _htmlTag) {
"use strict";
- function _templateObject_aa66ecd022d211eaa0764d1a500fd781() {
+ function _templateObject_66421e90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "], ["\n \n \n \n "]);
- _templateObject_aa66ecd022d211eaa0764d1a500fd781 = function _templateObject_aa66ecd022d211eaa0764d1a500fd781() {
+ _templateObject_66421e90243411ea86f395335a802507 = function _templateObject_66421e90243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aa66ecd022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_66421e90243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-filter-column.js b/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-filter-column.js
index 290c767de6e..0f46d8335fc 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-filter-column.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-filter-column.js
@@ -6,10 +6,10 @@ define(["exports", "./vaadin-grid-column.js", "./vaadin-grid-filter.js", "../../
});
_exports.GridFilterColumnElement = void 0;
- function _templateObject_a943c99022d211eaa0764d1a500fd781() {
+ function _templateObject_6522a4d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n"]);
- _templateObject_a943c99022d211eaa0764d1a500fd781 = function _templateObject_a943c99022d211eaa0764d1a500fd781() {
+ _templateObject_6522a4d0243411ea86f395335a802507 = function _templateObject_6522a4d0243411ea86f395335a802507() {
return data;
};
@@ -58,7 +58,7 @@ define(["exports", "./vaadin-grid-column.js", "./vaadin-grid-filter.js", "../../
}], [{
key: "template",
get: function get() {
- return (0, _htmlTag.html)(_templateObject_a943c99022d211eaa0764d1a500fd781());
+ return (0, _htmlTag.html)(_templateObject_6522a4d0243411ea86f395335a802507());
}
}, {
key: "is",
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-filter.js b/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-filter.js
index 93c84ecda25..f4427afc3bd 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-filter.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-filter.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-legacy.js", "../../vaadin-
});
_exports.GridFilterElement = void 0;
- function _templateObject_a947731022d211eaa0764d1a500fd781() {
+ function _templateObject_652711a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n"]);
- _templateObject_a947731022d211eaa0764d1a500fd781 = function _templateObject_a947731022d211eaa0764d1a500fd781() {
+ _templateObject_652711a0243411ea86f395335a802507 = function _templateObject_652711a0243411ea86f395335a802507() {
return data;
};
@@ -89,7 +89,7 @@ define(["exports", "../../../@polymer/polymer/polymer-legacy.js", "../../vaadin-
}], [{
key: "template",
get: function get() {
- return (0, _htmlTag.html)(_templateObject_a947731022d211eaa0764d1a500fd781());
+ return (0, _htmlTag.html)(_templateObject_652711a0243411ea86f395335a802507());
}
}, {
key: "is",
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-outer-scroller.js b/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-outer-scroller.js
index 5f23dd539ac..d6b63165dfd 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-outer-scroller.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-outer-scroller.js
@@ -1,10 +1,10 @@
define(["../../../@polymer/polymer/polymer-element.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_polymerElement, _htmlTag) {
"use strict";
- function _templateObject_a97057d022d211eaa0764d1a500fd781() {
+ function _templateObject_6536c910243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n"]);
- _templateObject_a97057d022d211eaa0764d1a500fd781 = function _templateObject_a97057d022d211eaa0764d1a500fd781() {
+ _templateObject_6536c910243411ea86f395335a802507 = function _templateObject_6536c910243411ea86f395335a802507() {
return data;
};
@@ -81,7 +81,7 @@ define(["../../../@polymer/polymer/polymer-element.js", "../../../@polymer/polym
}], [{
key: "template",
get: function get() {
- return (0, _htmlTag.html)(_templateObject_a97057d022d211eaa0764d1a500fd781());
+ return (0, _htmlTag.html)(_templateObject_6536c910243411ea86f395335a802507());
}
}, {
key: "is",
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-selection-column.js b/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-selection-column.js
index 6997da90121..90f0ae9caed 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-selection-column.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-selection-column.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-legacy.js", "./vaadin-grid
});
_exports.GridSelectionColumnElement = void 0;
- function _templateObject_a98cb97022d211eaa0764d1a500fd781() {
+ function _templateObject_656d6970243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n"], ["\n \n \n \n \n"]);
- _templateObject_a98cb97022d211eaa0764d1a500fd781 = function _templateObject_a98cb97022d211eaa0764d1a500fd781() {
+ _templateObject_656d6970243411ea86f395335a802507 = function _templateObject_656d6970243411ea86f395335a802507() {
return data;
};
@@ -92,7 +92,7 @@ define(["exports", "../../../@polymer/polymer/polymer-legacy.js", "./vaadin-grid
}], [{
key: "template",
get: function get() {
- return (0, _htmlTag.html)(_templateObject_a98cb97022d211eaa0764d1a500fd781());
+ return (0, _htmlTag.html)(_templateObject_656d6970243411ea86f395335a802507());
}
}, {
key: "is",
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-sort-column.js b/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-sort-column.js
index 08f54bc8205..404f66247d5 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-sort-column.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-sort-column.js
@@ -6,10 +6,10 @@ define(["exports", "./vaadin-grid-column.js", "./vaadin-grid-sorter.js", "../../
});
_exports.GridSortColumnElement = void 0;
- function _templateObject_a9908a0022d211eaa0764d1a500fd781() {
+ function _templateObject_657076b0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n"]);
- _templateObject_a9908a0022d211eaa0764d1a500fd781 = function _templateObject_a9908a0022d211eaa0764d1a500fd781() {
+ _templateObject_657076b0243411ea86f395335a802507 = function _templateObject_657076b0243411ea86f395335a802507() {
return data;
};
@@ -58,7 +58,7 @@ define(["exports", "./vaadin-grid-column.js", "./vaadin-grid-sorter.js", "../../
}], [{
key: "template",
get: function get() {
- return (0, _htmlTag.html)(_templateObject_a9908a0022d211eaa0764d1a500fd781());
+ return (0, _htmlTag.html)(_templateObject_657076b0243411ea86f395335a802507());
}
}, {
key: "is",
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-sorter.js b/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-sorter.js
index 68dcd0b0327..0efb4e5d00b 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-sorter.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-sorter.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-legacy.js", "../../../@pol
});
_exports.GridSorterElement = void 0;
- function _templateObject_a996566022d211eaa0764d1a500fd781() {
+ function _templateObject_65764310243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n \n
\n \n [[_getDisplayOrder(_order)]] \n
\n"], ["\n \n\n \n \n
\n \n [[_getDisplayOrder(_order)]] \n
\n"]);
- _templateObject_a996566022d211eaa0764d1a500fd781 = function _templateObject_a996566022d211eaa0764d1a500fd781() {
+ _templateObject_65764310243411ea86f395335a802507 = function _templateObject_65764310243411ea86f395335a802507() {
return data;
};
@@ -144,7 +144,7 @@ define(["exports", "../../../@polymer/polymer/polymer-legacy.js", "../../../@pol
}], [{
key: "template",
get: function get() {
- return (0, _htmlTag.html)(_templateObject_a996566022d211eaa0764d1a500fd781());
+ return (0, _htmlTag.html)(_templateObject_65764310243411ea86f395335a802507());
}
}, {
key: "is",
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-styles.js
index 98b6375c9ea..43ca42c5799 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-styles.js
@@ -1,10 +1,10 @@
define(["../../../@polymer/polymer/lib/elements/dom-module.js", "../../../@polymer/polymer/lib/utils/html-tag.js"], function (_domModule, _htmlTag) {
"use strict";
- function _templateObject_a99740c022d211eaa0764d1a500fd781() {
+ function _templateObject_65770660243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n"]);
- _templateObject_a99740c022d211eaa0764d1a500fd781 = function _templateObject_a99740c022d211eaa0764d1a500fd781() {
+ _templateObject_65770660243411ea86f395335a802507 = function _templateObject_65770660243411ea86f395335a802507() {
return data;
};
@@ -13,7 +13,7 @@ define(["../../../@polymer/polymer/lib/elements/dom-module.js", "../../../@polym
var VaadinGridStyles = document.createElement('dom-module'); // NOTE(web-padawan): https://github.com/vaadin/vaadin-grid/issues/1514
- VaadinGridStyles.appendChild((0, _htmlTag.html)(_templateObject_a99740c022d211eaa0764d1a500fd781()));
+ VaadinGridStyles.appendChild((0, _htmlTag.html)(_templateObject_65770660243411ea86f395335a802507()));
var safari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
var firefox = navigator.userAgent.toLowerCase().indexOf('firefox') > -1;
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-tree-column.js b/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-tree-column.js
index fff3a911436..b9eba3ecb12 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-tree-column.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-tree-column.js
@@ -6,10 +6,10 @@ define(["exports", "./vaadin-grid-column.js", "./vaadin-grid-tree-toggle.js", ".
});
_exports.GridTreeColumnElement = void 0;
- function _templateObject_a99df78022d211eaa0764d1a500fd781() {
+ function _templateObject_657e0b40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n [[__getToggleContent(path, item)]]\n \n \n"]);
- _templateObject_a99df78022d211eaa0764d1a500fd781 = function _templateObject_a99df78022d211eaa0764d1a500fd781() {
+ _templateObject_657e0b40243411ea86f395335a802507 = function _templateObject_657e0b40243411ea86f395335a802507() {
return data;
};
@@ -63,7 +63,7 @@ define(["exports", "./vaadin-grid-column.js", "./vaadin-grid-tree-toggle.js", ".
}], [{
key: "template",
get: function get() {
- return (0, _htmlTag.html)(_templateObject_a99df78022d211eaa0764d1a500fd781());
+ return (0, _htmlTag.html)(_templateObject_657e0b40243411ea86f395335a802507());
}
}, {
key: "is",
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-tree-toggle.js b/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-tree-toggle.js
index e413af4b4ec..50931703e71 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-tree-toggle.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid-tree-toggle.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.GridTreeToggleElement = void 0;
- function _templateObject_a9a0417022d211eaa0764d1a500fd781() {
+ function _templateObject_65802e20243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n \n \n"], ["\n \n\n \n \n \n"]);
- _templateObject_a9a0417022d211eaa0764d1a500fd781 = function _templateObject_a9a0417022d211eaa0764d1a500fd781() {
+ _templateObject_65802e20243411ea86f395335a802507 = function _templateObject_65802e20243411ea86f395335a802507() {
return data;
};
@@ -112,7 +112,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}], [{
key: "template",
get: function get() {
- return (0, _htmlTag.html)(_templateObject_a9a0417022d211eaa0764d1a500fd781());
+ return (0, _htmlTag.html)(_templateObject_65802e20243411ea86f395335a802507());
}
}, {
key: "is",
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid.js b/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid.js
index 819fd19b26e..daeb421a7ed 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-grid/src/vaadin-grid.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-legacy.js", "../../vaadin-
});
_exports.GridElement = void 0;
- function _templateObject_a9ae242022d211eaa0764d1a500fd781() {
+ function _templateObject_658f7060243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n\n \n \n\n
\n"], ["\n \n\n \n\n \n \n\n
\n"]);
- _templateObject_a9ae242022d211eaa0764d1a500fd781 = function _templateObject_a9ae242022d211eaa0764d1a500fd781() {
+ _templateObject_658f7060243411ea86f395335a802507 = function _templateObject_658f7060243411ea86f395335a802507() {
return data;
};
@@ -267,7 +267,7 @@ define(["exports", "../../../@polymer/polymer/polymer-legacy.js", "../../vaadin-
babelHelpers.createClass(GridElement, null, [{
key: "template",
get: function get() {
- return (0, _htmlTag.html)(_templateObject_a9ae242022d211eaa0764d1a500fd781());
+ return (0, _htmlTag.html)(_templateObject_658f7060243411ea86f395335a802507());
}
}, {
key: "is",
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-grid/theme/lumo/vaadin-grid-sorter-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-grid/theme/lumo/vaadin-grid-sorter-styles.js
index f0ee1bc64fe..25430db0dfb 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-grid/theme/lumo/vaadin-grid-sorter-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-grid/theme/lumo/vaadin-grid-sorter-styles.js
@@ -1,16 +1,16 @@
define(["../../../vaadin-lumo-styles/color.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_color, _htmlTag) {
"use strict";
- function _templateObject_aa69d30022d211eaa0764d1a500fd781() {
+ function _templateObject_66448f90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_aa69d30022d211eaa0764d1a500fd781 = function _templateObject_aa69d30022d211eaa0764d1a500fd781() {
+ _templateObject_66448f90243411ea86f395335a802507 = function _templateObject_66448f90243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aa69d30022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_66448f90243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-grid/theme/lumo/vaadin-grid-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-grid/theme/lumo/vaadin-grid-styles.js
index 89967cc46f6..a9212ea99bd 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-grid/theme/lumo/vaadin-grid-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-grid/theme/lumo/vaadin-grid-styles.js
@@ -1,16 +1,16 @@
define(["../../../vaadin-lumo-styles/color.js", "../../../vaadin-lumo-styles/font-icons.js", "../../../vaadin-lumo-styles/sizing.js", "../../../vaadin-lumo-styles/spacing.js", "../../../vaadin-lumo-styles/style.js", "../../../vaadin-lumo-styles/typography.js", "../../../vaadin-checkbox/theme/lumo/vaadin-checkbox.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_color, _fontIcons, _sizing, _spacing, _style, _typography, _vaadinCheckbox, _htmlTag) {
"use strict";
- function _templateObject_aa6ae47022d211eaa0764d1a500fd781() {
+ function _templateObject_66468b60243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n "]);
- _templateObject_aa6ae47022d211eaa0764d1a500fd781 = function _templateObject_aa6ae47022d211eaa0764d1a500fd781() {
+ _templateObject_66468b60243411ea86f395335a802507 = function _templateObject_66468b60243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aa6ae47022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_66468b60243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-grid/theme/lumo/vaadin-grid-tree-toggle-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-grid/theme/lumo/vaadin-grid-tree-toggle-styles.js
index 9a20f1a9181..24fce41b6d6 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-grid/theme/lumo/vaadin-grid-tree-toggle-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-grid/theme/lumo/vaadin-grid-tree-toggle-styles.js
@@ -1,16 +1,16 @@
define(["../../../vaadin-lumo-styles/color.js", "../../../vaadin-lumo-styles/spacing.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_color, _spacing, _htmlTag) {
"use strict";
- function _templateObject_aa83c3a022d211eaa0764d1a500fd781() {
+ function _templateObject_66474eb0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_aa83c3a022d211eaa0764d1a500fd781 = function _templateObject_aa83c3a022d211eaa0764d1a500fd781() {
+ _templateObject_66474eb0243411ea86f395335a802507 = function _templateObject_66474eb0243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aa83c3a022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_66474eb0243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-grid/theme/material/vaadin-grid-sorter-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-grid/theme/material/vaadin-grid-sorter-styles.js
index 3e39c9aca48..9e9c4e20ec7 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-grid/theme/material/vaadin-grid-sorter-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-grid/theme/material/vaadin-grid-sorter-styles.js
@@ -1,16 +1,16 @@
define(["../../../vaadin-material-styles/color.js", "../../../vaadin-material-styles/font-icons.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_color, _fontIcons, _htmlTag) {
"use strict";
- function _templateObject_aa876d2022d211eaa0764d1a500fd781() {
+ function _templateObject_66618d70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_aa876d2022d211eaa0764d1a500fd781 = function _templateObject_aa876d2022d211eaa0764d1a500fd781() {
+ _templateObject_66618d70243411ea86f395335a802507 = function _templateObject_66618d70243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aa876d2022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_66618d70243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-grid/theme/material/vaadin-grid-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-grid/theme/material/vaadin-grid-styles.js
index de2adb60b31..7f7648069ac 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-grid/theme/material/vaadin-grid-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-grid/theme/material/vaadin-grid-styles.js
@@ -1,16 +1,16 @@
define(["../../../vaadin-material-styles/color.js", "../../../vaadin-material-styles/typography.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_color, _typography, _htmlTag) {
"use strict";
- function _templateObject_aa88307022d211eaa0764d1a500fd781() {
+ function _templateObject_66631410243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_aa88307022d211eaa0764d1a500fd781 = function _templateObject_aa88307022d211eaa0764d1a500fd781() {
+ _templateObject_66631410243411ea86f395335a802507 = function _templateObject_66631410243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aa88307022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_66631410243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-grid/theme/material/vaadin-grid-tree-toggle-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-grid/theme/material/vaadin-grid-tree-toggle-styles.js
index 66a8537a3e8..7b6ba626a92 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-grid/theme/material/vaadin-grid-tree-toggle-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-grid/theme/material/vaadin-grid-tree-toggle-styles.js
@@ -1,16 +1,16 @@
define(["../../../vaadin-material-styles/color.js", "../../../vaadin-material-styles/font-icons.js", "../../../vaadin-material-styles/typography.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_color, _fontIcons, _typography, _htmlTag) {
"use strict";
- function _templateObject_aa88f3c022d211eaa0764d1a500fd781() {
+ function _templateObject_66644c90243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_aa88f3c022d211eaa0764d1a500fd781 = function _templateObject_aa88f3c022d211eaa0764d1a500fd781() {
+ _templateObject_66644c90243411ea86f395335a802507 = function _templateObject_66644c90243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aa88f3c022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_66644c90243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-material-styles/typography.js b/build/es5-amd/node_modules/@vaadin/vaadin-material-styles/typography.js
index e1f4a22bec6..86f9fb76bbc 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-material-styles/typography.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-material-styles/typography.js
@@ -1,16 +1,16 @@
define(["./version.js", "../../@polymer/polymer/lib/elements/custom-style.js", "../../@polymer/polymer/lib/elements/dom-module.js", "../../@polymer/polymer/lib/utils/html-tag.js", "./font-roboto.js"], function (_version, _customStyle, _domModule, _htmlTag, _fontRoboto) {
"use strict";
- function _templateObject_acde075022d211eaa0764d1a500fd781() {
+ function _templateObject_68daf1e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n "]);
- _templateObject_acde075022d211eaa0764d1a500fd781 = function _templateObject_acde075022d211eaa0764d1a500fd781() {
+ _templateObject_68daf1e0243411ea86f395335a802507 = function _templateObject_68daf1e0243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_acde075022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_68daf1e0243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-progress-bar/src/vaadin-progress-bar.js b/build/es5-amd/node_modules/@vaadin/vaadin-progress-bar/src/vaadin-progress-bar.js
index 20ab394aeb3..7b813b3455b 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-progress-bar/src/vaadin-progress-bar.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-progress-bar/src/vaadin-progress-bar.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "./vaadin-pro
});
_exports.ProgressBarElement = void 0;
- function _templateObject_a9cca8a022d211eaa0764d1a500fd781() {
+ function _templateObject_65ab83e0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n"]);
- _templateObject_a9cca8a022d211eaa0764d1a500fd781 = function _templateObject_a9cca8a022d211eaa0764d1a500fd781() {
+ _templateObject_65ab83e0243411ea86f395335a802507 = function _templateObject_65ab83e0243411ea86f395335a802507() {
return data;
};
@@ -65,7 +65,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "./vaadin-pro
babelHelpers.createClass(ProgressBarElement, null, [{
key: "template",
get: function get() {
- return (0, _htmlTag.html)(_templateObject_a9cca8a022d211eaa0764d1a500fd781());
+ return (0, _htmlTag.html)(_templateObject_65ab83e0243411ea86f395335a802507());
}
}, {
key: "is",
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-progress-bar/theme/lumo/vaadin-progress-bar-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-progress-bar/theme/lumo/vaadin-progress-bar-styles.js
index 397ccd634ce..eaa30aca217 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-progress-bar/theme/lumo/vaadin-progress-bar-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-progress-bar/theme/lumo/vaadin-progress-bar-styles.js
@@ -1,17 +1,17 @@
define(["../../../../@polymer/polymer/lib/elements/custom-style.js", "../../../vaadin-lumo-styles/color.js", "../../../vaadin-lumo-styles/sizing.js", "../../../vaadin-lumo-styles/spacing.js", "../../../vaadin-lumo-styles/style.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_customStyle, _color, _sizing, _spacing, _style, _htmlTag) {
"use strict";
- function _templateObject_aa8e23e022d211eaa0764d1a500fd781() {
+ function _templateObject_66722f40243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n "]);
- _templateObject_aa8e23e022d211eaa0764d1a500fd781 = function _templateObject_aa8e23e022d211eaa0764d1a500fd781() {
+ _templateObject_66722f40243411ea86f395335a802507 = function _templateObject_66722f40243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aa8e23e022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_66722f40243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
/* Safari fails to declare animations for pseudo elements inside a shadow DOM */
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-progress-bar/theme/material/vaadin-progress-bar-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-progress-bar/theme/material/vaadin-progress-bar-styles.js
index 786968aac77..e62dc55afc2 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-progress-bar/theme/material/vaadin-progress-bar-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-progress-bar/theme/material/vaadin-progress-bar-styles.js
@@ -1,16 +1,16 @@
define(["../../../vaadin-material-styles/color.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_color, _htmlTag) {
"use strict";
- function _templateObject_aa8ec02022d211eaa0764d1a500fd781() {
+ function _templateObject_6672f290243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_aa8ec02022d211eaa0764d1a500fd781 = function _templateObject_aa8ec02022d211eaa0764d1a500fd781() {
+ _templateObject_6672f290243411ea86f395335a802507 = function _templateObject_6672f290243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aa8ec02022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_6672f290243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-split-layout/src/vaadin-split-layout.js b/build/es5-amd/node_modules/@vaadin/vaadin-split-layout/src/vaadin-split-layout.js
index 4c6e613c0f5..fc0ed5cc084 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-split-layout/src/vaadin-split-layout.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-split-layout/src/vaadin-split-layout.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.SplitLayoutElement = void 0;
- function _templateObject_a9ed500022d211eaa0764d1a500fd781() {
+ function _templateObject_65b17750243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n\n \n \n \n
\n"]);
- _templateObject_a9ed500022d211eaa0764d1a500fd781 = function _templateObject_a9ed500022d211eaa0764d1a500fd781() {
+ _templateObject_65b17750243411ea86f395335a802507 = function _templateObject_65b17750243411ea86f395335a802507() {
return data;
};
@@ -279,7 +279,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}], [{
key: "template",
get: function get() {
- return (0, _htmlTag.html)(_templateObject_a9ed500022d211eaa0764d1a500fd781());
+ return (0, _htmlTag.html)(_templateObject_65b17750243411ea86f395335a802507());
}
}, {
key: "is",
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-split-layout/theme/lumo/vaadin-split-layout-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-split-layout/theme/lumo/vaadin-split-layout-styles.js
index 9869a9b5429..cf4336bb143 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-split-layout/theme/lumo/vaadin-split-layout-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-split-layout/theme/lumo/vaadin-split-layout-styles.js
@@ -1,16 +1,16 @@
define(["../../../vaadin-lumo-styles/color.js", "../../../vaadin-lumo-styles/sizing.js", "../../../vaadin-lumo-styles/spacing.js", "../../../vaadin-lumo-styles/style.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_color, _sizing, _spacing, _style, _htmlTag) {
"use strict";
- function _templateObject_aa906dd022d211eaa0764d1a500fd781() {
+ function _templateObject_6673dcf0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_aa906dd022d211eaa0764d1a500fd781 = function _templateObject_aa906dd022d211eaa0764d1a500fd781() {
+ _templateObject_6673dcf0243411ea86f395335a802507 = function _templateObject_6673dcf0243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aa906dd022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_6673dcf0243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-split-layout/theme/material/vaadin-split-layout-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-split-layout/theme/material/vaadin-split-layout-styles.js
index 29b28dee7e9..dbf4ebb193a 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-split-layout/theme/material/vaadin-split-layout-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-split-layout/theme/material/vaadin-split-layout-styles.js
@@ -1,16 +1,16 @@
define(["../../../vaadin-material-styles/color.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_color, _htmlTag) {
"use strict";
- function _templateObject_aa910a1022d211eaa0764d1a500fd781() {
+ function _templateObject_6674a040243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_aa910a1022d211eaa0764d1a500fd781 = function _templateObject_aa910a1022d211eaa0764d1a500fd781() {
+ _templateObject_6674a040243411ea86f395335a802507 = function _templateObject_6674a040243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aa910a1022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_6674a040243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-text-field/src/vaadin-text-area.js b/build/es5-amd/node_modules/@vaadin/vaadin-text-field/src/vaadin-text-area.js
index b092b24bacd..392ba8a9baa 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-text-field/src/vaadin-text-area.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-text-field/src/vaadin-text-area.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "./vaadin-tex
});
_exports.TextAreaElement = void 0;
- function _templateObject_a9fcb95022d211eaa0764d1a500fd781() {
+ function _templateObject_65d94aa0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n\n
[[label]] \n\n
\n\n
[[errorMessage]]
\n\n
\n"], ["\n \n\n \n\n
[[label]] \n\n
\n\n
[[errorMessage]]
\n\n
\n"]);
- _templateObject_a9fcb95022d211eaa0764d1a500fd781 = function _templateObject_a9fcb95022d211eaa0764d1a500fd781() {
+ _templateObject_65d94aa0243411ea86f395335a802507 = function _templateObject_65d94aa0243411ea86f395335a802507() {
return data;
};
@@ -144,7 +144,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "./vaadin-tex
}], [{
key: "template",
get: function get() {
- return (0, _htmlTag.html)(_templateObject_a9fcb95022d211eaa0764d1a500fd781());
+ return (0, _htmlTag.html)(_templateObject_65d94aa0243411ea86f395335a802507());
}
}, {
key: "is",
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-text-field/src/vaadin-text-field.js b/build/es5-amd/node_modules/@vaadin/vaadin-text-field/src/vaadin-text-field.js
index 6efb483f55b..eba955e6582 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-text-field/src/vaadin-text-field.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-text-field/src/vaadin-text-field.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "./vaadin-tex
});
_exports.TextFieldElement = void 0;
- function _templateObject_a9fdf1d022d211eaa0764d1a500fd781() {
+ function _templateObject_65e7c990243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n\n
[[label]] \n\n
\n\n
[[errorMessage]]
\n\n
\n"], ["\n \n\n \n\n
[[label]] \n\n
\n\n
[[errorMessage]]
\n\n
\n"]);
- _templateObject_a9fdf1d022d211eaa0764d1a500fd781 = function _templateObject_a9fdf1d022d211eaa0764d1a500fd781() {
+ _templateObject_65e7c990243411ea86f395335a802507 = function _templateObject_65e7c990243411ea86f395335a802507() {
return data;
};
@@ -88,7 +88,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "./vaadin-tex
babelHelpers.createClass(TextFieldElement, null, [{
key: "template",
get: function get() {
- return (0, _htmlTag.html)(_templateObject_a9fdf1d022d211eaa0764d1a500fd781());
+ return (0, _htmlTag.html)(_templateObject_65e7c990243411ea86f395335a802507());
}
}, {
key: "is",
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-number-field-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-number-field-styles.js
index 81eb1cdce21..a5e1bf64e87 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-number-field-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-number-field-styles.js
@@ -1,16 +1,16 @@
define(["../../../vaadin-lumo-styles/font-icons.js", "../../../vaadin-lumo-styles/sizing.js", "../../../vaadin-lumo-styles/mixins/field-button.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_fontIcons, _sizing, _fieldButton, _htmlTag) {
"use strict";
- function _templateObject_aa921b8022d211eaa0764d1a500fd781() {
+ function _templateObject_6679d060243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_aa921b8022d211eaa0764d1a500fd781 = function _templateObject_aa921b8022d211eaa0764d1a500fd781() {
+ _templateObject_6679d060243411ea86f395335a802507 = function _templateObject_6679d060243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aa921b8022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_6679d060243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-password-field-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-password-field-styles.js
index cc29c40865d..2cdbff96e3f 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-password-field-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-password-field-styles.js
@@ -1,16 +1,16 @@
define(["../../../vaadin-lumo-styles/font-icons.js", "../../../vaadin-lumo-styles/sizing.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_fontIcons, _sizing, _htmlTag) {
"use strict";
- function _templateObject_aa92b7c022d211eaa0764d1a500fd781() {
+ function _templateObject_667e3d30243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_aa92b7c022d211eaa0764d1a500fd781 = function _templateObject_aa92b7c022d211eaa0764d1a500fd781() {
+ _templateObject_667e3d30243411ea86f395335a802507 = function _templateObject_667e3d30243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aa92b7c022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_667e3d30243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-placeholder-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-placeholder-styles.js
index 6faba82e039..c8bd563a351 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-placeholder-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-placeholder-styles.js
@@ -1,16 +1,16 @@
define(["../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_htmlTag) {
"use strict";
- function _templateObject_aa96885022d211eaa0764d1a500fd781() {
+ function _templateObject_667f0080243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_aa96885022d211eaa0764d1a500fd781 = function _templateObject_aa96885022d211eaa0764d1a500fd781() {
+ _templateObject_667f0080243411ea86f395335a802507 = function _templateObject_667f0080243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aa96885022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_667f0080243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-text-area-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-text-area-styles.js
index 3769677a38d..d1ee8275b30 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-text-area-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-text-area-styles.js
@@ -1,16 +1,16 @@
define(["../../../vaadin-lumo-styles/color.js", "../../../vaadin-lumo-styles/sizing.js", "../../../vaadin-lumo-styles/typography.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_color, _sizing, _typography, _htmlTag) {
"use strict";
- function _templateObject_aa97249022d211eaa0764d1a500fd781() {
+ function _templateObject_667fc3d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "], ["\n \n \n \n "]);
- _templateObject_aa97249022d211eaa0764d1a500fd781 = function _templateObject_aa97249022d211eaa0764d1a500fd781() {
+ _templateObject_667fc3d0243411ea86f395335a802507 = function _templateObject_667fc3d0243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aa97249022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_667fc3d0243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-text-field-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-text-field-styles.js
index 50dd1a3b743..d36862a8056 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-text-field-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-text-field-styles.js
@@ -1,16 +1,16 @@
define(["../../../vaadin-lumo-styles/color.js", "../../../vaadin-lumo-styles/sizing.js", "../../../vaadin-lumo-styles/spacing.js", "../../../vaadin-lumo-styles/style.js", "../../../vaadin-lumo-styles/typography.js", "../../../vaadin-lumo-styles/mixins/required-field.js", "../../../vaadin-lumo-styles/font-icons.js", "../../../vaadin-lumo-styles/mixins/field-button.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_color, _sizing, _spacing, _style, _typography, _requiredField, _fontIcons, _fieldButton, _htmlTag) {
"use strict";
- function _templateObject_aa99206022d211eaa0764d1a500fd781() {
+ function _templateObject_66814a70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "], ["\n \n \n \n "]);
- _templateObject_aa99206022d211eaa0764d1a500fd781 = function _templateObject_aa99206022d211eaa0764d1a500fd781() {
+ _templateObject_66814a70243411ea86f395335a802507 = function _templateObject_66814a70243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aa99206022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_66814a70243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/material/vaadin-number-field-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/material/vaadin-number-field-styles.js
index d02dac124a8..77bc2d1892d 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/material/vaadin-number-field-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/material/vaadin-number-field-styles.js
@@ -1,16 +1,16 @@
define(["./vaadin-text-field-styles.js", "../../../vaadin-material-styles/font-icons.js", "../../../vaadin-material-styles/mixins/field-button.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_vaadinTextFieldStyles, _fontIcons, _fieldButton, _htmlTag) {
"use strict";
- function _templateObject_aa9e779022d211eaa0764d1a500fd781() {
+ function _templateObject_668282f0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_aa9e779022d211eaa0764d1a500fd781 = function _templateObject_aa9e779022d211eaa0764d1a500fd781() {
+ _templateObject_668282f0243411ea86f395335a802507 = function _templateObject_668282f0243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aa9e779022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_668282f0243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/material/vaadin-password-field-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/material/vaadin-password-field-styles.js
index 90cb9b9adb3..072a52f285a 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/material/vaadin-password-field-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/material/vaadin-password-field-styles.js
@@ -1,16 +1,16 @@
define(["./vaadin-text-field-styles.js", "../../../vaadin-material-styles/font-icons.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_vaadinTextFieldStyles, _fontIcons, _htmlTag) {
"use strict";
- function _templateObject_aa9f3ae022d211eaa0764d1a500fd781() {
+ function _templateObject_66834640243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "], ["\n \n \n \n "]);
- _templateObject_aa9f3ae022d211eaa0764d1a500fd781 = function _templateObject_aa9f3ae022d211eaa0764d1a500fd781() {
+ _templateObject_66834640243411ea86f395335a802507 = function _templateObject_66834640243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aa9f3ae022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_66834640243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/material/vaadin-placeholder-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/material/vaadin-placeholder-styles.js
index 7066a1dfd77..11ba0aebc57 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/material/vaadin-placeholder-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/material/vaadin-placeholder-styles.js
@@ -1,16 +1,16 @@
define(["../../../vaadin-material-styles/color.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_color, _htmlTag) {
"use strict";
- function _templateObject_aaa09a7022d211eaa0764d1a500fd781() {
+ function _templateObject_66840990243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "]);
- _templateObject_aaa09a7022d211eaa0764d1a500fd781 = function _templateObject_aaa09a7022d211eaa0764d1a500fd781() {
+ _templateObject_66840990243411ea86f395335a802507 = function _templateObject_66840990243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aaa09a7022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_66840990243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/material/vaadin-text-area-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/material/vaadin-text-area-styles.js
index ebfaa0a61e3..d85579bea42 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/material/vaadin-text-area-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/material/vaadin-text-area-styles.js
@@ -1,16 +1,16 @@
define(["./vaadin-text-field-styles.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_vaadinTextFieldStyles, _htmlTag) {
"use strict";
- function _templateObject_aaa10fa022d211eaa0764d1a500fd781() {
+ function _templateObject_66884f50243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "], ["\n \n \n \n "]);
- _templateObject_aaa10fa022d211eaa0764d1a500fd781 = function _templateObject_aaa10fa022d211eaa0764d1a500fd781() {
+ _templateObject_66884f50243411ea86f395335a802507 = function _templateObject_66884f50243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aaa10fa022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_66884f50243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/material/vaadin-text-field-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/material/vaadin-text-field-styles.js
index 7329d26aa96..77e1af8930a 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/material/vaadin-text-field-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-text-field/theme/material/vaadin-text-field-styles.js
@@ -1,16 +1,16 @@
define(["../../../vaadin-material-styles/color.js", "../../../vaadin-material-styles/typography.js", "../../../vaadin-material-styles/mixins/required-field.js", "../../../vaadin-material-styles/font-icons.js", "../../../vaadin-material-styles/mixins/field-button.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_color, _typography, _requiredField, _fontIcons, _fieldButton, _htmlTag) {
"use strict";
- function _templateObject_aaa2482022d211eaa0764d1a500fd781() {
+ function _templateObject_668987d0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n "], ["\n \n \n \n "]);
- _templateObject_aaa2482022d211eaa0764d1a500fd781 = function _templateObject_aaa2482022d211eaa0764d1a500fd781() {
+ _templateObject_668987d0243411ea86f395335a802507 = function _templateObject_668987d0243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aaa2482022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_668987d0243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-upload/src/vaadin-upload-file.js b/build/es5-amd/node_modules/@vaadin/vaadin-upload/src/vaadin-upload-file.js
index 62f7ac91092..694755c24df 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-upload/src/vaadin-upload-file.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-upload/src/vaadin-upload-file.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../vaadin
});
_exports.UploadFileElement = void 0;
- function _templateObject_aa0cbee022d211eaa0764d1a500fd781() {
+ function _templateObject_65ea61a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n
\n
\n
\n\n
\n
[[file.name]]
\n
[[file.status]]
\n
[[file.error]]
\n
\n
\n
\n
\n\n \n \n"], ["\n \n\n \n
\n
\n
\n\n
\n
[[file.name]]
\n
[[file.status]]
\n
[[file.error]]
\n
\n
\n
\n
\n\n \n \n"]);
- _templateObject_aa0cbee022d211eaa0764d1a500fd781 = function _templateObject_aa0cbee022d211eaa0764d1a500fd781() {
+ _templateObject_65ea61a0243411ea86f395335a802507 = function _templateObject_65ea61a0243411ea86f395335a802507() {
return data;
};
@@ -154,7 +154,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../vaadin
}], [{
key: "template",
get: function get() {
- return (0, _htmlTag.html)(_templateObject_aa0cbee022d211eaa0764d1a500fd781());
+ return (0, _htmlTag.html)(_templateObject_65ea61a0243411ea86f395335a802507());
}
}, {
key: "is",
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-upload/src/vaadin-upload.js b/build/es5-amd/node_modules/@vaadin/vaadin-upload/src/vaadin-upload.js
index 0f241c7520d..27aea8e55c0 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-upload/src/vaadin-upload.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-upload/src/vaadin-upload.js
@@ -6,10 +6,10 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
});
_exports.UploadElement = void 0;
- function _templateObject_aa19420022d211eaa0764d1a500fd781() {
+ function _templateObject_65f70bd0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n
\n \n \n [[_i18nPlural(maxFiles, i18n.addFiles, i18n.addFiles.*)]]\n \n \n
\n
\n
\n
\n \n
\n [[_i18nPlural(maxFiles, i18n.dropFiles, i18n.dropFiles.*)]]\n \n
\n
\n \n \n \n \n \n
\n \n \n \n"], ["\n \n\n \n
\n \n \n [[_i18nPlural(maxFiles, i18n.addFiles, i18n.addFiles.*)]]\n \n \n
\n
\n
\n
\n \n
\n [[_i18nPlural(maxFiles, i18n.dropFiles, i18n.dropFiles.*)]]\n \n
\n
\n \n \n \n \n \n
\n \n \n \n"]);
- _templateObject_aa19420022d211eaa0764d1a500fd781 = function _templateObject_aa19420022d211eaa0764d1a500fd781() {
+ _templateObject_65f70bd0243411ea86f395335a802507 = function _templateObject_65f70bd0243411ea86f395335a802507() {
return data;
};
@@ -663,7 +663,7 @@ define(["exports", "../../../@polymer/polymer/polymer-element.js", "../../../@po
}], [{
key: "template",
get: function get() {
- return (0, _htmlTag.html)(_templateObject_aa19420022d211eaa0764d1a500fd781());
+ return (0, _htmlTag.html)(_templateObject_65f70bd0243411ea86f395335a802507());
}
}, {
key: "is",
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-upload/theme/lumo/vaadin-upload-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-upload/theme/lumo/vaadin-upload-styles.js
index ba3407ed706..ad2c7e9f5eb 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-upload/theme/lumo/vaadin-upload-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-upload/theme/lumo/vaadin-upload-styles.js
@@ -1,16 +1,16 @@
define(["../../../vaadin-lumo-styles/font-icons.js", "../../../vaadin-lumo-styles/color.js", "../../../vaadin-lumo-styles/sizing.js", "../../../vaadin-lumo-styles/spacing.js", "../../../vaadin-lumo-styles/style.js", "../../../vaadin-lumo-styles/typography.js", "../../../vaadin-lumo-styles/mixins/field-button.js", "../../../vaadin-button/theme/lumo/vaadin-button.js", "../../../vaadin-progress-bar/theme/lumo/vaadin-progress-bar.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_fontIcons, _color, _sizing, _spacing, _style, _typography, _fieldButton, _vaadinButton, _vaadinProgressBar, _htmlTag) {
"use strict";
- function _templateObject_aaa380a022d211eaa0764d1a500fd781() {
+ function _templateObject_668b0e70243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n "]);
- _templateObject_aaa380a022d211eaa0764d1a500fd781 = function _templateObject_aaa380a022d211eaa0764d1a500fd781() {
+ _templateObject_668b0e70243411ea86f395335a802507 = function _templateObject_668b0e70243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aaa380a022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_668b0e70243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/@vaadin/vaadin-upload/theme/material/vaadin-upload-styles.js b/build/es5-amd/node_modules/@vaadin/vaadin-upload/theme/material/vaadin-upload-styles.js
index eb3bd504b56..c7e94dff312 100644
--- a/build/es5-amd/node_modules/@vaadin/vaadin-upload/theme/material/vaadin-upload-styles.js
+++ b/build/es5-amd/node_modules/@vaadin/vaadin-upload/theme/material/vaadin-upload-styles.js
@@ -1,16 +1,16 @@
define(["../../../vaadin-material-styles/color.js", "../../../vaadin-material-styles/font-icons.js", "../../../vaadin-material-styles/typography.js", "../../../vaadin-button/theme/material/vaadin-button.js", "../../../vaadin-progress-bar/theme/material/vaadin-progress-bar.js", "../../../../@polymer/polymer/lib/utils/html-tag.js"], function (_color, _fontIcons, _typography, _vaadinButton, _vaadinProgressBar, _htmlTag) {
"use strict";
- function _templateObject_aaa4921022d211eaa0764d1a500fd781() {
+ function _templateObject_668c1fe0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n \n \n \n \n \n \n "]);
- _templateObject_aaa4921022d211eaa0764d1a500fd781 = function _templateObject_aaa4921022d211eaa0764d1a500fd781() {
+ _templateObject_668c1fe0243411ea86f395335a802507 = function _templateObject_668c1fe0243411ea86f395335a802507() {
return data;
};
return data;
}
- var $_documentContainer = (0, _htmlTag.html)(_templateObject_aaa4921022d211eaa0764d1a500fd781());
+ var $_documentContainer = (0, _htmlTag.html)(_templateObject_668c1fe0243411ea86f395335a802507());
document.head.appendChild($_documentContainer.content);
});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/app-datepicker/app-datepicker.js b/build/es5-amd/node_modules/app-datepicker/app-datepicker.js
index bc3236b0233..5c6c6ca61f4 100644
--- a/build/es5-amd/node_modules/app-datepicker/app-datepicker.js
+++ b/build/es5-amd/node_modules/app-datepicker/app-datepicker.js
@@ -1,10 +1,10 @@
define(["./app-datepicker-icons.js", "./animations/datepicker-slide-from-left-animation.js", "./animations/datepicker-slide-from-right-animation.js", "../@polymer/iron-selector/iron-selector.js", "../@polymer/iron-list/iron-list.js", "../@polymer/paper-icon-button/paper-icon-button.js", "../@polymer/neon-animation/neon-animated-pages.js", "../@polymer/neon-animation/neon-animation-runner-behavior.js", "../@polymer/neon-animation/animations/fade-in-animation.js", "../@polymer/neon-animation/animations/fade-out-animation.js", "../@polymer/neon-animation/animations/slide-from-left-animation.js", "../@polymer/neon-animation/animations/slide-from-right-animation.js", "../@polymer/neon-animation/neon-animatable.js", "../@polymer/polymer/lib/legacy/polymer.dom.js", "../@polymer/polymer/lib/legacy/class.js", "../@polymer/polymer/polymer-element.js"], function (_appDatepickerIcons, _datepickerSlideFromLeftAnimation, _datepickerSlideFromRightAnimation, _ironSelector, _ironList, _paperIconButton, _neonAnimatedPages, _neonAnimationRunnerBehavior, _fadeInAnimation, _fadeOutAnimation, _slideFromLeftAnimation, _slideFromRightAnimation, _neonAnimatable, _polymerDom, _class, _polymerElement) {
"use strict";
- function _templateObject_7ef69ff022d211eaa0764d1a500fd781() {
+ function _templateObject_39b8e7a0243411ea86f395335a802507() {
var data = babelHelpers.taggedTemplateLiteral(["\n \n\n \n
\n \n [[_showSelectedYear]]\n
\n \n
[[_shortSelectedDate]]
\n
\n \n\n
\n \n
\n
\n
\n \n [[_activeMonthYear]]\n
\n \n
\n
\n\n
\n \n
\n \n [[item]]\n
\n \n
\n \n\n\n
\n \n
\n \n [[item.date]]\n
\n \n
\n \n\n
\n \n \n
\n
\n\n \n \n \n \n [[item.year]]\n
\n \n \n \n \n\n
"], ["\n \n\n \n
\n \n [[_showSelectedYear]]\n
\n \n
[[_shortSelectedDate]]
\n
\n \n\n
\n \n
\n
\n
\n \n [[_activeMonthYear]]\n
\n \n
\n
\n\n
\n \n
\n \n [[item]]\n
\n \n
\n \n\n\n
\n \n
\n \n [[item.date]]\n
\n \n
\n \n\n
\n \n \n
\n
\n\n \n \n \n \n [[item.year]]\n
\n \n \n \n \n\n
"]);
- _templateObject_7ef69ff022d211eaa0764d1a500fd781 = function _templateObject_7ef69ff022d211eaa0764d1a500fd781() {
+ _templateObject_39b8e7a0243411ea86f395335a802507 = function _templateObject_39b8e7a0243411ea86f395335a802507() {
return data;
};
@@ -931,7 +931,7 @@ define(["./app-datepicker-icons.js", "./animations/datepicker-slide-from-left-an
}], [{
key: "template",
get: function get() {
- return (0, _polymerElement.html)(_templateObject_7ef69ff022d211eaa0764d1a500fd781());
+ return (0, _polymerElement.html)(_templateObject_39b8e7a0243411ea86f395335a802507());
}
}, {
key: "properties",
diff --git a/build/es5-amd/node_modules/vmsg/COPYING b/build/es5-amd/node_modules/vmsg/COPYING
new file mode 100644
index 00000000000..0e259d42c99
--- /dev/null
+++ b/build/es5-amd/node_modules/vmsg/COPYING
@@ -0,0 +1,121 @@
+Creative Commons Legal Code
+
+CC0 1.0 Universal
+
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+ LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
+ ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
+ INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
+ REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
+ PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
+ THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
+ HEREUNDER.
+
+Statement of Purpose
+
+The laws of most jurisdictions throughout the world automatically confer
+exclusive Copyright and Related Rights (defined below) upon the creator
+and subsequent owner(s) (each and all, an "owner") of an original work of
+authorship and/or a database (each, a "Work").
+
+Certain owners wish to permanently relinquish those rights to a Work for
+the purpose of contributing to a commons of creative, cultural and
+scientific works ("Commons") that the public can reliably and without fear
+of later claims of infringement build upon, modify, incorporate in other
+works, reuse and redistribute as freely as possible in any form whatsoever
+and for any purposes, including without limitation commercial purposes.
+These owners may contribute to the Commons to promote the ideal of a free
+culture and the further production of creative, cultural and scientific
+works, or to gain reputation or greater distribution for their Work in
+part through the use and efforts of others.
+
+For these and/or other purposes and motivations, and without any
+expectation of additional consideration or compensation, the person
+associating CC0 with a Work (the "Affirmer"), to the extent that he or she
+is an owner of Copyright and Related Rights in the Work, voluntarily
+elects to apply CC0 to the Work and publicly distribute the Work under its
+terms, with knowledge of his or her Copyright and Related Rights in the
+Work and the meaning and intended legal effect of CC0 on those rights.
+
+1. Copyright and Related Rights. A Work made available under CC0 may be
+protected by copyright and related or neighboring rights ("Copyright and
+Related Rights"). Copyright and Related Rights include, but are not
+limited to, the following:
+
+ i. the right to reproduce, adapt, distribute, perform, display,
+ communicate, and translate a Work;
+ ii. moral rights retained by the original author(s) and/or performer(s);
+iii. publicity and privacy rights pertaining to a person's image or
+ likeness depicted in a Work;
+ iv. rights protecting against unfair competition in regards to a Work,
+ subject to the limitations in paragraph 4(a), below;
+ v. rights protecting the extraction, dissemination, use and reuse of data
+ in a Work;
+ vi. database rights (such as those arising under Directive 96/9/EC of the
+ European Parliament and of the Council of 11 March 1996 on the legal
+ protection of databases, and under any national implementation
+ thereof, including any amended or successor version of such
+ directive); and
+vii. other similar, equivalent or corresponding rights throughout the
+ world based on applicable law or treaty, and any national
+ implementations thereof.
+
+2. Waiver. To the greatest extent permitted by, but not in contravention
+of, applicable law, Affirmer hereby overtly, fully, permanently,
+irrevocably and unconditionally waives, abandons, and surrenders all of
+Affirmer's Copyright and Related Rights and associated claims and causes
+of action, whether now known or unknown (including existing as well as
+future claims and causes of action), in the Work (i) in all territories
+worldwide, (ii) for the maximum duration provided by applicable law or
+treaty (including future time extensions), (iii) in any current or future
+medium and for any number of copies, and (iv) for any purpose whatsoever,
+including without limitation commercial, advertising or promotional
+purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
+member of the public at large and to the detriment of Affirmer's heirs and
+successors, fully intending that such Waiver shall not be subject to
+revocation, rescission, cancellation, termination, or any other legal or
+equitable action to disrupt the quiet enjoyment of the Work by the public
+as contemplated by Affirmer's express Statement of Purpose.
+
+3. Public License Fallback. Should any part of the Waiver for any reason
+be judged legally invalid or ineffective under applicable law, then the
+Waiver shall be preserved to the maximum extent permitted taking into
+account Affirmer's express Statement of Purpose. In addition, to the
+extent the Waiver is so judged Affirmer hereby grants to each affected
+person a royalty-free, non transferable, non sublicensable, non exclusive,
+irrevocable and unconditional license to exercise Affirmer's Copyright and
+Related Rights in the Work (i) in all territories worldwide, (ii) for the
+maximum duration provided by applicable law or treaty (including future
+time extensions), (iii) in any current or future medium and for any number
+of copies, and (iv) for any purpose whatsoever, including without
+limitation commercial, advertising or promotional purposes (the
+"License"). The License shall be deemed effective as of the date CC0 was
+applied by Affirmer to the Work. Should any part of the License for any
+reason be judged legally invalid or ineffective under applicable law, such
+partial invalidity or ineffectiveness shall not invalidate the remainder
+of the License, and in such case Affirmer hereby affirms that he or she
+will not (i) exercise any of his or her remaining Copyright and Related
+Rights in the Work or (ii) assert any associated claims and causes of
+action with respect to the Work, in either case contrary to Affirmer's
+express Statement of Purpose.
+
+4. Limitations and Disclaimers.
+
+ a. No trademark or patent rights held by Affirmer are waived, abandoned,
+ surrendered, licensed or otherwise affected by this document.
+ b. Affirmer offers the Work as-is and makes no representations or
+ warranties of any kind concerning the Work, express, implied,
+ statutory or otherwise, including without limitation warranties of
+ title, merchantability, fitness for a particular purpose, non
+ infringement, or the absence of latent or other defects, accuracy, or
+ the present or absence of errors, whether or not discoverable, all to
+ the greatest extent permissible under applicable law.
+ c. Affirmer disclaims responsibility for clearing rights of other persons
+ that may apply to the Work or any use thereof, including without
+ limitation any person's Copyright and Related Rights in the Work.
+ Further, Affirmer disclaims responsibility for obtaining any necessary
+ consents, permissions or other rights required for any use of the
+ Work.
+ d. Affirmer understands and acknowledges that Creative Commons is not a
+ party to this document and has no duty or obligation with respect to
+ this CC0 or use of the Work.
diff --git a/build/es5-amd/node_modules/vmsg/README.md b/build/es5-amd/node_modules/vmsg/README.md
new file mode 100644
index 00000000000..81d819bf37c
--- /dev/null
+++ b/build/es5-amd/node_modules/vmsg/README.md
@@ -0,0 +1,128 @@
+# vmsg [![npm](https://img.shields.io/npm/v/vmsg.svg)](https://www.npmjs.com/package/vmsg)
+
+vmsg is a small library for creating voice messages. While traditional
+way of communicating on the web is via text, sometimes it's easier or
+rather funnier to express your thoughts just by saying it. Of course it
+doesn't require any special support: record your voice with some
+standard program, upload to file hosting and share the link. But why
+bother with all of that tedious stuff if you can do the same in browser
+with a few clicks.
+
+:confetti_ball: :tada: **[DEMO](https://kagami.github.io/vmsg/)** :tada: :confetti_ball:
+
+## Features
+
+* No dependencies, framework-agnostic, can be easily added to any site
+* Small: ~73kb gzipped WASM module and ~3kb gzipped JS + CSS
+* Uses MP3 format which is widely supported
+* Works in all latest browsers
+
+## Supported browsers
+
+* Chrome 32+
+* Firefox 27+
+* Safari 11+
+* Edge 12+
+
+## Usage
+
+```
+npm install vmsg --save
+```
+
+```js
+import { record } from "vmsg";
+
+someButton.onclick = function() {
+ record(/* {wasmURL: "/static/js/vmsg.wasm"} */).then(blob => {
+ console.log("Recorded MP3", blob);
+ // Can be used like this:
+ //
+ // const form = new FormData();
+ // form.append("file[]", blob, "record.mp3");
+ // fetch("/upload.php", {
+ // credentials: "include",
+ // method: "POST",
+ // body: form,
+ // }).then(resp => {
+ // });
+ });
+};
+```
+
+That's it! Don't forget to include [vmsg.css](vmsg.css) and
+[vmsg.wasm](vmsg.wasm) in your project. For browsers without WebAssembly
+support you need to also include
+[wasm-polyfill.js](https://github.com/Kagami/wasm-polyfill.js).
+
+See [demo](demo) directory for a more feasible example.
+
+A minimal React example for using Recorder with your own UI can be found [here](https://codesandbox.io/s/v67oz43lm7).
+
+See also [non React demo](https://github.com/addpipe/simple-vmsg-demo) and [Recording mp3 audio in HTML5 using vmsg](https://addpipe.com/blog/recording-mp3-audio-in-html5-using-vmsg-a-webassembly-library-based-on-lame/) article.
+
+## Development
+
+1. Install [Emscripten SDK](https://github.com/juj/emsdk).
+2. Install latest LLVM, Clang and LLD with WebAssembly backend, fix
+ `LLVM_ROOT` variable of Emscripten config.
+3. Make sure you have a standard GNU development environment.
+4. Activate emsdk environment.
+5. ```bash
+ git clone --recurse-submodules https://github.com/Kagami/vmsg.git && cd vmsg
+ make clean all
+ npm install
+ npm start
+ ```
+
+These instructions are very basic because there're a lot of systems with
+different conventions. Docker image would probably be provided to fix it.
+
+## Technical details for nerds
+
+vmsg uses LAME encoder underneath compiled with Emscripten to
+WebAssembly module. LAME build is optimized for size, weights only
+little more than 70kb gzipped and can be super-efficiently fetched and
+parsed by browser. [It's like a small image.](https://twitter.com/wycats/status/942908325775077376)
+
+Access to microphone is implemented with Web Audio API, data samples
+sent to Web Worker which is responsibe for loading WebAssembly module
+and calling LAME API.
+
+Module is produced with modern LLVM WASM backend and LLD linker which
+should become standard soon, also vmsg has own tiny WASM runtime instead
+of Emscripten's to decrease overall size and simplify architecture.
+Worker code is included in the main JS module so end-user has to care
+only about 3 files: `vmsg.js`, `vmsg.css` and `vmsg.wasm`. CSS can be
+inlined too but IMO that would be ugly.
+
+In order to support browsers without WebAssembly,
+[WebAssembly polyfill](https://github.com/Kagami/wasm-polyfill.js) is
+being used. It translates binary module into semantically-equivalent
+JavaScript on the fly (almost asm.js compatible but doesn't fully
+validate yet) so we don't need separate asm.js build and can use
+standard WebAssembly API. It's not as effecient but for audio encoding
+should be enough.
+
+**See also:** [Creating WebAssembly-powered library for modern web](https://hackernoon.com/creating-webassembly-powered-library-for-modern-web-846da334f8fc) article.
+
+## Why not MediaRecorder?
+
+[MediaStream Recording API](https://developer.mozilla.org/en-US/docs/Web/API/MediaStream_Recording_API)
+is great but:
+
+* Works only in Firefox and Chrome
+* Provides little to no options, e.g. VBR quality can't be specified
+* Firefox/Chrome encode only to Opus which can't be natively played in Safari and Edge
+
+## But you can use e.g. ogv.js polyfill!
+
+* It make things more complicated, now you need both encoder and decoder
+* Opus gives you ~2x bitrate win but for 500kb per minute files it's not that much
+* MP3 is much more widespread, so even while compression is not best compatibility matters
+
+## License
+
+vmsg is licensed under [CC0](COPYING).
+LAME is licensed under [LGPL](https://github.com/Kagami/lame-svn/blob/master/lame/COPYING).
+MP3 patents seems to [have expired since April 23, 2017](https://en.wikipedia.org/wiki/LAME#Patents_and_legal_issues).
diff --git a/build/es5-amd/node_modules/vmsg/package.json b/build/es5-amd/node_modules/vmsg/package.json
new file mode 100644
index 00000000000..ccb0000027f
--- /dev/null
+++ b/build/es5-amd/node_modules/vmsg/package.json
@@ -0,0 +1,44 @@
+{
+ "name": "vmsg",
+ "version": "0.3.6",
+ "description": "Library for creating voice messages",
+ "main": "vmsg.js",
+ "typings": "vmsg.d.ts",
+ "scripts": {
+ "start": "parcel demo/index.html",
+ "prepare": "babel vmsg.js -o vmsg.es5.js",
+ "demo": "D=`mktemp -d` && parcel build demo/index.html --out-dir \"$D\" --public-url ./ && git checkout gh-pages && rm `git ls-files *` && mv \"$D\"/* . && rmdir \"$D\" && git add -A && git commit -m 'Update demo'"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/Kagami/vmsg.git"
+ },
+ "keywords": [
+ "voice",
+ "voice message",
+ "emscripten",
+ "webassembly",
+ "lame",
+ "mp3"
+ ],
+ "author": "Kagami Hiiragi",
+ "license": "CC0-1.0",
+ "bugs": {
+ "url": "https://github.com/Kagami/vmsg/issues"
+ },
+ "homepage": "https://github.com/Kagami/vmsg#readme",
+ "parcelDisableLoaders": [
+ "wasm"
+ ],
+ "devDependencies": {
+ "@babel/cli": "^7.2.3",
+ "@babel/core": "^7.2.2",
+ "@babel/plugin-proposal-class-properties": "^7.3.0",
+ "@babel/preset-env": "^7.3.1",
+ "autoprefixer": "^9.4.7",
+ "parcel-bundler": "^1.11.0",
+ "parcel-plugin-disable-loaders": "^1.0.3",
+ "react": "^16.8.1",
+ "react-dom": "^16.8.1"
+ }
+}
diff --git a/build/es5-amd/node_modules/vmsg/vmsg.css b/build/es5-amd/node_modules/vmsg/vmsg.css
new file mode 100644
index 00000000000..3ad248f1e79
--- /dev/null
+++ b/build/es5-amd/node_modules/vmsg/vmsg.css
@@ -0,0 +1 @@
+.vmsg-backdrop{position:fixed;left:0;right:0;top:0;bottom:0;display:flex;background:rgba(0,0,0,.7);align-items:center;justify-content:center;}.vmsg-popup{box-sizing:border-box;width:250px;padding:10px;border-radius:4px;background:#e4e1e5;box-shadow:1px 1px 4px 0 rgba(59,26,84,.6);display:flex;flex-direction:column;justify-content:center;font-family:Helvetica,sans-serif;font-size:14px;line-height:1.4;color:#0a0a0a;}.vmsg-progress{width:40%;margin:0 auto;display:flex;justify-content:space-between;}.vmsg-progress-dot{width:15px;height:15px;border-radius:50%;animation:vmsg-progress 1s linear infinite;}.vmsg-progress-dot:nth-child(2){animation-delay:-0.8s;}.vmsg-progress-dot:nth-child(3){animation-delay:-0.6s;}@keyframes vmsg-progress{0%, 60%, 100%{background:none;}30%{background:#9e85ad;}}.vmsg-error{font-weight:bold;text-align:center;}.vmsg-record-row{display:flex;justify-content:space-between;}.vmsg-button{min-width:40px;line-height:30px;padding:0;background:transparent;border:1px solid #ccc;font-family:Helvetica,sans-serif;cursor:pointer;outline:none;user-select:none;}.vmsg-button:disabled{cursor:default;color:#999;}.vmsg-button:not(:disabled):hover{border-color:#9e85ad;}.vmsg-button::-moz-focus-inner{border:0;}.vmsg-record-button{font-size:30px;color:#f00;}.vmsg-stop-button{font-size:25px;color:#000;}.vmsg-save-button{font-size:25px;color:#090;}.vmsg-timer{line-height:32px;font-weight:bold;color:#333;cursor:pointer;user-select:none;}.vmsg-slider-wrapper{position:relative;margin-top:3px;}.vmsg-slider-wrapper::after{position:absolute;left:0;right:0;top:0;bottom:0;line-height:14px;text-align:center;color:#999;pointer-events:none;}.vmsg-pitch-slider-wrapper::after{content:"pitch";}.vmsg-gain-slider-wrapper::after{content:"gain";}.vmsg-slider{display:block;width:100%;height:16px;margin:0;padding:0;outline:none;background:none;-webkit-appearance:none;}.vmsg-slider::-moz-focus-outer{border:0;}.vmsg-slider::-webkit-slider-runnable-track{box-sizing:border-box;height:16px;background:none;border:1px solid #ccc;}.vmsg-slider::-moz-range-track{box-sizing:border-box;height:16px;background:none;border:1px solid #ccc;}.vmsg-slider::-ms-track{box-sizing:border-box;height:16px;background:none;border:1px solid #ccc;}.vmsg-slider::-webkit-slider-thumb{width:39px;height:14px;background:#ccc;cursor:pointer;-webkit-appearance:none;}.vmsg-slider::-moz-range-thumb{width:40px;height:14px;background:#ccc;border:none;border-radius:0;cursor:pointer;}.vmsg-slider::-ms-thumb{width:39px;height:14px;background:#ccc;cursor:pointer;}.vmsg-slider::-webkit-slider-thumb:hover{background:#999;}.vmsg-slider::-moz-range-thumb:hover{background:#999;}.vmsg-slider::-ms-thumb:hover{background:#999;}.vmsg-slider::-ms-tooltip{display:none;}
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/vmsg/vmsg.d.ts b/build/es5-amd/node_modules/vmsg/vmsg.d.ts
new file mode 100644
index 00000000000..7669b3f8d71
--- /dev/null
+++ b/build/es5-amd/node_modules/vmsg/vmsg.d.ts
@@ -0,0 +1,23 @@
+declare module "vmsg" {
+ interface RecordOptions {
+ wasmURL?: string;
+ shimURL?: string;
+ pitch?: number;
+ }
+
+ export class Recorder {
+ constructor(opts: RecordOptions);
+ stopRecording(): Promise;
+ initAudio(): Promise;
+ initWorker(): Promise;
+ init(): Promise;
+ startRecording(): void;
+ close(): void;
+ }
+
+ interface Exports {
+ record: (opts?: RecordOptions) => Promise;
+ }
+ const exports: Exports;
+ export default exports;
+}
diff --git a/build/es5-amd/node_modules/vmsg/vmsg.es5.js b/build/es5-amd/node_modules/vmsg/vmsg.es5.js
new file mode 100644
index 00000000000..66a8ab57353
--- /dev/null
+++ b/build/es5-amd/node_modules/vmsg/vmsg.es5.js
@@ -0,0 +1,891 @@
+"use strict";
+
+Object.defineProperty(exports, "__esModule", {
+ value: true
+});
+exports.record = record;
+exports.default = exports.Form = exports.Recorder = void 0;
+
+function _classCallCheck(instance, Constructor) {
+ if (!babelHelpers.instanceof(instance, Constructor)) {
+ throw new TypeError("Cannot call a class as a function");
+ }
+}
+
+function _defineProperties(target, props) {
+ for (var i = 0; i < props.length; i++) {
+ var descriptor = props[i];
+ descriptor.enumerable = descriptor.enumerable || false;
+ descriptor.configurable = true;
+ if ("value" in descriptor) descriptor.writable = true;
+ Object.defineProperty(target, descriptor.key, descriptor);
+ }
+}
+
+function _createClass(Constructor, protoProps, staticProps) {
+ if (protoProps) _defineProperties(Constructor.prototype, protoProps);
+ if (staticProps) _defineProperties(Constructor, staticProps);
+ return Constructor;
+}
+/* eslint-disable */
+
+
+function pad2(n) {
+ n |= 0;
+ return n < 10 ? "0".concat(n) : "".concat(Math.min(n, 99));
+}
+
+function inlineWorker() {
+ // TODO(Kagami): Cache compiled module in IndexedDB? It works in FF
+ // and Edge, see: https://github.com/mdn/webassembly-examples/issues/4
+ // Though gzipped WASM module currently weights ~70kb so it should be
+ // perfectly cached by the browser itself.
+ function fetchAndInstantiate(url, imports) {
+ if (!WebAssembly.instantiateStreaming) return fetchAndInstantiateFallback(url, imports);
+ var req = fetch(url, {
+ credentials: "same-origin"
+ });
+ return WebAssembly.instantiateStreaming(req, imports).catch(function (err) {
+ // https://github.com/Kagami/vmsg/issues/11
+ if (err.message && err.message.indexOf("Argument 0 must be provided and must be a Response") > 0) {
+ return fetchAndInstantiateFallback(url, imports);
+ } else {
+ throw err;
+ }
+ });
+ }
+
+ function fetchAndInstantiateFallback(url, imports) {
+ return new Promise(function (resolve, reject) {
+ var req = new XMLHttpRequest();
+ req.open("GET", url);
+ req.responseType = "arraybuffer";
+
+ req.onload = function () {
+ resolve(WebAssembly.instantiate(req.response, imports));
+ };
+
+ req.onerror = reject;
+ req.send();
+ });
+ } // Must be in sync with emcc settings!
+
+
+ var TOTAL_STACK = 5 * 1024 * 1024;
+ var TOTAL_MEMORY = 16 * 1024 * 1024;
+ var WASM_PAGE_SIZE = 64 * 1024;
+ var memory = null;
+ var dynamicTop = TOTAL_STACK; // TODO(Kagami): Grow memory?
+
+ function sbrk(increment) {
+ var oldDynamicTop = dynamicTop;
+ dynamicTop += increment;
+ return oldDynamicTop;
+ } // TODO(Kagami): LAME calls exit(-1) on internal error. Would be nice
+ // to provide custom DEBUGF/ERRORF for easier debugging. Currenty
+ // those functions do nothing.
+
+
+ function exit(status) {
+ postMessage({
+ type: "internal-error",
+ data: status
+ });
+ }
+
+ var FFI = null;
+ var ref = null;
+ var pcm_l = null;
+
+ function vmsg_init(rate) {
+ ref = FFI.vmsg_init(rate);
+ if (!ref) return false;
+ var pcm_l_ref = new Uint32Array(memory.buffer, ref, 1)[0];
+ pcm_l = new Float32Array(memory.buffer, pcm_l_ref);
+ return true;
+ }
+
+ function vmsg_encode(data) {
+ pcm_l.set(data);
+ return FFI.vmsg_encode(ref, data.length) >= 0;
+ }
+
+ function vmsg_flush() {
+ if (FFI.vmsg_flush(ref) < 0) return null;
+ var mp3_ref = new Uint32Array(memory.buffer, ref + 4, 1)[0];
+ var size = new Uint32Array(memory.buffer, ref + 8, 1)[0];
+ var mp3 = new Uint8Array(memory.buffer, mp3_ref, size);
+ var blob = new Blob([mp3], {
+ type: "audio/mpeg"
+ });
+ FFI.vmsg_free(ref);
+ ref = null;
+ pcm_l = null;
+ return blob;
+ } // https://github.com/brion/min-wasm-fail
+
+
+ function testSafariWebAssemblyBug() {
+ var bin = new Uint8Array([0, 97, 115, 109, 1, 0, 0, 0, 1, 6, 1, 96, 1, 127, 1, 127, 3, 2, 1, 0, 5, 3, 1, 0, 1, 7, 8, 1, 4, 116, 101, 115, 116, 0, 0, 10, 16, 1, 14, 0, 32, 0, 65, 1, 54, 2, 0, 32, 0, 40, 2, 0, 11]);
+ var mod = new WebAssembly.Module(bin);
+ var inst = new WebAssembly.Instance(mod, {}); // test storing to and loading from a non-zero location via a parameter.
+ // Safari on iOS 11.2.5 returns 0 unexpectedly at non-zero locations
+
+ return inst.exports.test(4) !== 0;
+ }
+
+ onmessage = function onmessage(e) {
+ var msg = e.data;
+
+ switch (msg.type) {
+ case "init":
+ var _msg$data = msg.data,
+ wasmURL = _msg$data.wasmURL,
+ shimURL = _msg$data.shimURL;
+ Promise.resolve().then(function () {
+ if (self.WebAssembly && !testSafariWebAssemblyBug()) {
+ delete self.WebAssembly;
+ }
+
+ if (!self.WebAssembly) {
+ importScripts(shimURL);
+ }
+
+ memory = new WebAssembly.Memory({
+ initial: TOTAL_MEMORY / WASM_PAGE_SIZE,
+ maximum: TOTAL_MEMORY / WASM_PAGE_SIZE
+ });
+ return {
+ memory: memory,
+ pow: Math.pow,
+ exit: exit,
+ powf: Math.pow,
+ exp: Math.exp,
+ sqrtf: Math.sqrt,
+ cos: Math.cos,
+ log: Math.log,
+ sin: Math.sin,
+ sbrk: sbrk
+ };
+ }).then(function (Runtime) {
+ return fetchAndInstantiate(wasmURL, {
+ env: Runtime
+ });
+ }).then(function (wasm) {
+ FFI = wasm.instance.exports;
+ postMessage({
+ type: "init",
+ data: null
+ });
+ }).catch(function (err) {
+ postMessage({
+ type: "init-error",
+ data: err.toString()
+ });
+ });
+ break;
+
+ case "start":
+ if (!vmsg_init(msg.data)) return postMessage({
+ type: "error",
+ data: "vmsg_init"
+ });
+ break;
+
+ case "data":
+ if (!vmsg_encode(msg.data)) return postMessage({
+ type: "error",
+ data: "vmsg_encode"
+ });
+ break;
+
+ case "stop":
+ var blob = vmsg_flush();
+ if (!blob) return postMessage({
+ type: "error",
+ data: "vmsg_flush"
+ });
+ postMessage({
+ type: "stop",
+ data: blob
+ });
+ break;
+ }
+ };
+}
+
+var Recorder =
+/*#__PURE__*/
+function () {
+ function Recorder() {
+ var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
+ var onStop = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;
+
+ _classCallCheck(this, Recorder); // Can't use relative URL in blob worker, see:
+ // https://stackoverflow.com/a/22582695
+
+
+ this.wasmURL = new URL(opts.wasmURL || "/static/js/vmsg.wasm", location).href;
+ this.shimURL = new URL(opts.shimURL || "/static/js/wasm-polyfill.js", location).href;
+ this.onStop = onStop;
+ this.pitch = opts.pitch || 0;
+ this.stream = null;
+ this.audioCtx = null;
+ this.gainNode = null;
+ this.pitchFX = null;
+ this.encNode = null;
+ this.worker = null;
+ this.workerURL = null;
+ this.blob = null;
+ this.blobURL = null;
+ this.resolve = null;
+ this.reject = null;
+ Object.seal(this);
+ }
+
+ _createClass(Recorder, [{
+ key: "close",
+ value: function close() {
+ if (this.encNode) this.encNode.disconnect();
+ if (this.encNode) this.encNode.onaudioprocess = null;
+ if (this.stream) this.stopTracks();
+ if (this.audioCtx) this.audioCtx.close();
+ if (this.worker) this.worker.terminate();
+ if (this.workerURL) URL.revokeObjectURL(this.workerURL);
+ if (this.blobURL) URL.revokeObjectURL(this.blobURL);
+ } // Without pitch shift:
+ // [sourceNode] -> [gainNode] -> [encNode] -> [audioCtx.destination]
+ // |
+ // -> [worker]
+ // With pitch shift:
+ // [sourceNode] -> [gainNode] -> [pitchFX] -> [encNode] -> [audioCtx.destination]
+ // |
+ // -> [worker]
+
+ }, {
+ key: "initAudio",
+ value: function initAudio() {
+ var _this = this;
+
+ var getUserMedia = navigator.mediaDevices && navigator.mediaDevices.getUserMedia ? function (constraints) {
+ return navigator.mediaDevices.getUserMedia(constraints);
+ } : function (constraints) {
+ var oldGetUserMedia = navigator.webkitGetUserMedia || navigator.mozGetUserMedia;
+
+ if (!oldGetUserMedia) {
+ return Promise.reject(new Error("getUserMedia is not implemented in this browser"));
+ }
+
+ return new Promise(function (resolve, reject) {
+ oldGetUserMedia.call(navigator, constraints, resolve, reject);
+ });
+ };
+ return getUserMedia({
+ audio: true
+ }).then(function (stream) {
+ _this.stream = stream;
+ var audioCtx = _this.audioCtx = new (window.AudioContext || window.webkitAudioContext)();
+ var sourceNode = audioCtx.createMediaStreamSource(stream);
+ var gainNode = _this.gainNode = (audioCtx.createGain || audioCtx.createGainNode).call(audioCtx);
+ gainNode.gain.value = 1;
+ sourceNode.connect(gainNode);
+ var pitchFX = _this.pitchFX = new Jungle(audioCtx);
+ pitchFX.setPitchOffset(_this.pitch);
+ var encNode = _this.encNode = (audioCtx.createScriptProcessor || audioCtx.createJavaScriptNode).call(audioCtx, 0, 1, 1);
+ pitchFX.output.connect(encNode);
+ gainNode.connect(_this.pitch === 0 ? encNode : pitchFX.input);
+ });
+ }
+ }, {
+ key: "initWorker",
+ value: function initWorker() {
+ var _this2 = this;
+
+ if (!this.stream) throw new Error("missing audio initialization"); // https://stackoverflow.com/a/19201292
+
+ var blob = new Blob(["(", inlineWorker.toString(), ")()"], {
+ type: "application/javascript"
+ });
+ var workerURL = this.workerURL = URL.createObjectURL(blob);
+ var worker = this.worker = new Worker(workerURL);
+ var wasmURL = this.wasmURL,
+ shimURL = this.shimURL;
+ worker.postMessage({
+ type: "init",
+ data: {
+ wasmURL: wasmURL,
+ shimURL: shimURL
+ }
+ });
+ return new Promise(function (resolve, reject) {
+ worker.onmessage = function (e) {
+ var msg = e.data;
+
+ switch (msg.type) {
+ case "init":
+ resolve();
+ break;
+
+ case "init-error":
+ reject(new Error(msg.data));
+ break;
+ // TODO(Kagami): Error handling.
+
+ case "error":
+ case "internal-error":
+ console.error("Worker error:", msg.data);
+ if (_this2.reject) _this2.reject(msg.data);
+ break;
+
+ case "stop":
+ _this2.blob = msg.data;
+ _this2.blobURL = URL.createObjectURL(msg.data);
+ if (_this2.onStop) _this2.onStop();
+ if (_this2.resolve) _this2.resolve(_this2.blob);
+ break;
+ }
+ };
+ });
+ }
+ }, {
+ key: "init",
+ value: function init() {
+ return this.initAudio().then(this.initWorker.bind(this));
+ }
+ }, {
+ key: "startRecording",
+ value: function startRecording() {
+ var _this3 = this;
+
+ if (!this.stream) throw new Error("missing audio initialization");
+ if (!this.worker) throw new Error("missing worker initialization");
+ this.blob = null;
+ if (this.blobURL) URL.revokeObjectURL(this.blobURL);
+ this.blobURL = null;
+ this.resolve = null;
+ this.reject = null;
+ this.worker.postMessage({
+ type: "start",
+ data: this.audioCtx.sampleRate
+ });
+
+ this.encNode.onaudioprocess = function (e) {
+ var samples = e.inputBuffer.getChannelData(0);
+
+ _this3.worker.postMessage({
+ type: "data",
+ data: samples
+ });
+ };
+
+ this.encNode.connect(this.audioCtx.destination);
+ }
+ }, {
+ key: "stopRecording",
+ value: function stopRecording() {
+ var _this4 = this;
+
+ if (!this.stream) throw new Error("missing audio initialization");
+ if (!this.worker) throw new Error("missing worker initialization");
+ this.encNode.disconnect();
+ this.encNode.onaudioprocess = null;
+ this.stopTracks();
+ this.worker.postMessage({
+ type: "stop",
+ data: null
+ });
+ return new Promise(function (resolve, reject) {
+ _this4.resolve = resolve;
+ _this4.reject = reject;
+ });
+ }
+ }, {
+ key: "stopTracks",
+ value: function stopTracks() {
+ // Might be missed in Safari and old FF/Chrome per MDN.
+ if (this.stream.getTracks) {
+ // Hide browser's recording indicator.
+ this.stream.getTracks().forEach(function (track) {
+ return track.stop();
+ });
+ }
+ }
+ }]);
+
+ return Recorder;
+}();
+
+exports.Recorder = Recorder;
+
+var Form =
+/*#__PURE__*/
+function () {
+ function Form() {
+ var _this5 = this;
+
+ var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
+ var resolve = arguments.length > 1 ? arguments[1] : undefined;
+ var reject = arguments.length > 2 ? arguments[2] : undefined;
+
+ _classCallCheck(this, Form);
+
+ this.recorder = new Recorder(opts, this.onStop.bind(this));
+ this.resolve = resolve;
+ this.reject = reject;
+ this.backdrop = null;
+ this.popup = null;
+ this.recordBtn = null;
+ this.stopBtn = null;
+ this.timer = null;
+ this.audio = null;
+ this.saveBtn = null;
+ this.tid = 0;
+ this.start = 0;
+ Object.seal(this);
+ this.recorder.initAudio().then(function () {
+ return _this5.drawInit();
+ }).then(function () {
+ return _this5.recorder.initWorker();
+ }).then(function () {
+ return _this5.drawAll();
+ }).catch(function (err) {
+ return _this5.drawError(err);
+ });
+ }
+
+ _createClass(Form, [{
+ key: "drawInit",
+ value: function drawInit() {
+ var _this6 = this;
+
+ if (this.backdrop) return;
+ var backdrop = this.backdrop = document.createElement("div");
+ backdrop.className = "vmsg-backdrop";
+ backdrop.addEventListener("click", function () {
+ return _this6.close(null);
+ });
+ var popup = this.popup = document.createElement("div");
+ popup.className = "vmsg-popup";
+ popup.addEventListener("click", function (e) {
+ return e.stopPropagation();
+ });
+ var progress = document.createElement("div");
+ progress.className = "vmsg-progress";
+
+ for (var i = 0; i < 3; i++) {
+ var progressDot = document.createElement("div");
+ progressDot.className = "vmsg-progress-dot";
+ progress.appendChild(progressDot);
+ }
+
+ popup.appendChild(progress);
+ backdrop.appendChild(popup);
+ document.body.appendChild(backdrop);
+ }
+ }, {
+ key: "drawTime",
+ value: function drawTime(msecs) {
+ var secs = Math.round(msecs / 1000);
+ this.timer.textContent = pad2(secs / 60) + ":" + pad2(secs % 60);
+ }
+ }, {
+ key: "drawAll",
+ value: function drawAll() {
+ var _this7 = this;
+
+ this.drawInit();
+ this.clearAll();
+ var recordRow = document.createElement("div");
+ recordRow.className = "vmsg-record-row";
+ this.popup.appendChild(recordRow);
+ var recordBtn = this.recordBtn = document.createElement("button");
+ recordBtn.className = "vmsg-button vmsg-record-button";
+ recordBtn.textContent = "●";
+ recordBtn.addEventListener("click", function () {
+ return _this7.startRecording();
+ });
+ recordRow.appendChild(recordBtn);
+ var stopBtn = this.stopBtn = document.createElement("button");
+ stopBtn.className = "vmsg-button vmsg-stop-button";
+ stopBtn.style.display = "none";
+ stopBtn.textContent = "■";
+ stopBtn.addEventListener("click", function () {
+ return _this7.stopRecording();
+ });
+ recordRow.appendChild(stopBtn);
+ var audio = this.audio = new Audio();
+ audio.autoplay = true;
+ var timer = this.timer = document.createElement("span");
+ timer.className = "vmsg-timer";
+ timer.addEventListener("click", function () {
+ if (audio.paused) {
+ if (_this7.recorder.blobURL) {
+ audio.src = _this7.recorder.blobURL;
+ }
+ } else {
+ audio.pause();
+ }
+ });
+ this.drawTime(0);
+ recordRow.appendChild(timer);
+ var saveBtn = this.saveBtn = document.createElement("button");
+ saveBtn.className = "vmsg-button vmsg-save-button";
+ saveBtn.textContent = "✓";
+ saveBtn.disabled = true;
+ saveBtn.addEventListener("click", function () {
+ return _this7.close(_this7.recorder.blob);
+ });
+ recordRow.appendChild(saveBtn);
+ var gainWrapper = document.createElement("div");
+ gainWrapper.className = "vmsg-slider-wrapper vmsg-gain-slider-wrapper";
+ var gainSlider = document.createElement("input");
+ gainSlider.className = "vmsg-slider vmsg-gain-slider";
+ gainSlider.setAttribute("type", "range");
+ gainSlider.min = 0;
+ gainSlider.max = 2;
+ gainSlider.step = 0.2;
+ gainSlider.value = 1;
+
+ gainSlider.onchange = function () {
+ var gain = +gainSlider.value;
+ _this7.recorder.gainNode.gain.value = gain;
+ };
+
+ gainWrapper.appendChild(gainSlider);
+ this.popup.appendChild(gainWrapper);
+ var pitchWrapper = document.createElement("div");
+ pitchWrapper.className = "vmsg-slider-wrapper vmsg-pitch-slider-wrapper";
+ var pitchSlider = document.createElement("input");
+ pitchSlider.className = "vmsg-slider vmsg-pitch-slider";
+ pitchSlider.setAttribute("type", "range");
+ pitchSlider.min = -1;
+ pitchSlider.max = 1;
+ pitchSlider.step = 0.2;
+ pitchSlider.value = this.recorder.pitch;
+
+ pitchSlider.onchange = function () {
+ var pitch = +pitchSlider.value;
+
+ _this7.recorder.pitchFX.setPitchOffset(pitch);
+
+ _this7.recorder.gainNode.disconnect();
+
+ _this7.recorder.gainNode.connect(pitch === 0 ? _this7.recorder.encNode : _this7.recorder.pitchFX.input);
+ };
+
+ pitchWrapper.appendChild(pitchSlider);
+ this.popup.appendChild(pitchWrapper);
+ }
+ }, {
+ key: "drawError",
+ value: function drawError(err) {
+ console.error(err);
+ this.drawInit();
+ this.clearAll();
+ var error = document.createElement("div");
+ error.className = "vmsg-error";
+ error.textContent = err.toString();
+ this.popup.appendChild(error);
+ }
+ }, {
+ key: "clearAll",
+ value: function clearAll() {
+ if (!this.popup) return;
+ this.popup.innerHTML = "";
+ }
+ }, {
+ key: "close",
+ value: function close(blob) {
+ if (this.audio) this.audio.pause();
+ if (this.tid) clearTimeout(this.tid);
+ this.recorder.close();
+ this.backdrop.remove();
+
+ if (blob) {
+ this.resolve(blob);
+ } else {
+ this.reject(new Error("No record made"));
+ }
+ }
+ }, {
+ key: "onStop",
+ value: function onStop() {
+ this.recordBtn.style.display = "";
+ this.stopBtn.style.display = "none";
+ this.stopBtn.disabled = false;
+ this.saveBtn.disabled = false;
+ }
+ }, {
+ key: "startRecording",
+ value: function startRecording() {
+ this.audio.pause();
+ this.start = Date.now();
+ this.updateTime();
+ this.recordBtn.style.display = "none";
+ this.stopBtn.style.display = "";
+ this.saveBtn.disabled = true;
+ this.recorder.startRecording();
+ }
+ }, {
+ key: "stopRecording",
+ value: function stopRecording() {
+ clearTimeout(this.tid);
+ this.tid = 0;
+ this.stopBtn.disabled = true;
+ this.recorder.stopRecording();
+ }
+ }, {
+ key: "updateTime",
+ value: function updateTime() {
+ var _this8 = this; // NOTE(Kagami): We can do this in `onaudioprocess` but that would
+ // run too often and create unnecessary DOM updates.
+
+
+ this.drawTime(Date.now() - this.start);
+ this.tid = setTimeout(function () {
+ return _this8.updateTime();
+ }, 300);
+ }
+ }]);
+
+ return Form;
+}();
+
+exports.Form = Form;
+var shown = false;
+/**
+ * Record a new voice message.
+ *
+ * @param {Object=} opts - Options
+ * @param {string=} opts.wasmURL - URL of the module
+ * ("/static/js/vmsg.wasm" by default)
+ * @param {string=} opts.shimURL - URL of the WebAssembly polyfill
+ * ("/static/js/wasm-polyfill.js" by default)
+ * @param {number=} opts.pitch - Initial pitch shift ([-1, 1], 0 by default)
+ * @return {Promise.} A promise that contains recorded blob when fulfilled.
+ */
+
+function record(opts) {
+ return new Promise(function (resolve, reject) {
+ if (shown) throw new Error("Record form is already opened");
+ shown = true;
+ new Form(opts, resolve, reject); // Use `.finally` once it's available in Safari and Edge.
+ }).then(function (result) {
+ shown = false;
+ return result;
+ }, function (err) {
+ shown = false;
+ throw err;
+ });
+}
+/**
+ * All available public items.
+ */
+
+
+var _default = {
+ Recorder: Recorder,
+ Form: Form,
+ record: record
+}; // Borrowed from and slightly modified:
+// https://github.com/cwilso/Audio-Input-Effects/blob/master/js/jungle.js
+// Copyright 2012, Google Inc.
+// All rights reserved.
+//
+// Redistribution and use in source and binary forms, with or without
+// modification, are permitted provided that the following conditions are
+// met:
+//
+// * Redistributions of source code must retain the above copyright
+// notice, this list of conditions and the following disclaimer.
+// * Redistributions in binary form must reproduce the above
+// copyright notice, this list of conditions and the following disclaimer
+// in the documentation and/or other materials provided with the
+// distribution.
+// * Neither the name of Google Inc. nor the names of its
+// contributors may be used to endorse or promote products derived from
+// this software without specific prior written permission.
+//
+// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+exports.default = _default;
+var delayTime = 0.100;
+var fadeTime = 0.050;
+var bufferTime = 0.100;
+
+function createFadeBuffer(context, activeTime, fadeTime) {
+ var length1 = activeTime * context.sampleRate;
+ var length2 = (activeTime - 2 * fadeTime) * context.sampleRate;
+ var length = length1 + length2;
+ var buffer = context.createBuffer(1, length, context.sampleRate);
+ var p = buffer.getChannelData(0);
+ var fadeLength = fadeTime * context.sampleRate;
+ var fadeIndex1 = fadeLength;
+ var fadeIndex2 = length1 - fadeLength; // 1st part of cycle
+
+ for (var i = 0; i < length1; ++i) {
+ var value;
+
+ if (i < fadeIndex1) {
+ value = Math.sqrt(i / fadeLength);
+ } else if (i >= fadeIndex2) {
+ value = Math.sqrt(1 - (i - fadeIndex2) / fadeLength);
+ } else {
+ value = 1;
+ }
+
+ p[i] = value;
+ } // 2nd part
+
+
+ for (var i = length1; i < length; ++i) {
+ p[i] = 0;
+ }
+
+ return buffer;
+}
+
+function createDelayTimeBuffer(context, activeTime, fadeTime, shiftUp) {
+ var length1 = activeTime * context.sampleRate;
+ var length2 = (activeTime - 2 * fadeTime) * context.sampleRate;
+ var length = length1 + length2;
+ var buffer = context.createBuffer(1, length, context.sampleRate);
+ var p = buffer.getChannelData(0); // 1st part of cycle
+
+ for (var i = 0; i < length1; ++i) {
+ if (shiftUp) // This line does shift-up transpose
+ p[i] = (length1 - i) / length;else // This line does shift-down transpose
+ p[i] = i / length1;
+ } // 2nd part
+
+
+ for (var i = length1; i < length; ++i) {
+ p[i] = 0;
+ }
+
+ return buffer;
+}
+
+function Jungle(context) {
+ this.context = context; // Create nodes for the input and output of this "module".
+
+ var input = (context.createGain || context.createGainNode).call(context);
+ var output = (context.createGain || context.createGainNode).call(context);
+ this.input = input;
+ this.output = output; // Delay modulation.
+
+ var mod1 = context.createBufferSource();
+ var mod2 = context.createBufferSource();
+ var mod3 = context.createBufferSource();
+ var mod4 = context.createBufferSource();
+ this.shiftDownBuffer = createDelayTimeBuffer(context, bufferTime, fadeTime, false);
+ this.shiftUpBuffer = createDelayTimeBuffer(context, bufferTime, fadeTime, true);
+ mod1.buffer = this.shiftDownBuffer;
+ mod2.buffer = this.shiftDownBuffer;
+ mod3.buffer = this.shiftUpBuffer;
+ mod4.buffer = this.shiftUpBuffer;
+ mod1.loop = true;
+ mod2.loop = true;
+ mod3.loop = true;
+ mod4.loop = true; // for switching between oct-up and oct-down
+
+ var mod1Gain = (context.createGain || context.createGainNode).call(context);
+ var mod2Gain = (context.createGain || context.createGainNode).call(context);
+ var mod3Gain = (context.createGain || context.createGainNode).call(context);
+ mod3Gain.gain.value = 0;
+ var mod4Gain = (context.createGain || context.createGainNode).call(context);
+ mod4Gain.gain.value = 0;
+ mod1.connect(mod1Gain);
+ mod2.connect(mod2Gain);
+ mod3.connect(mod3Gain);
+ mod4.connect(mod4Gain); // Delay amount for changing pitch.
+
+ var modGain1 = (context.createGain || context.createGainNode).call(context);
+ var modGain2 = (context.createGain || context.createGainNode).call(context);
+ var delay1 = (context.createDelay || context.createDelayNode).call(context);
+ var delay2 = (context.createDelay || context.createDelayNode).call(context);
+ mod1Gain.connect(modGain1);
+ mod2Gain.connect(modGain2);
+ mod3Gain.connect(modGain1);
+ mod4Gain.connect(modGain2);
+ modGain1.connect(delay1.delayTime);
+ modGain2.connect(delay2.delayTime); // Crossfading.
+
+ var fade1 = context.createBufferSource();
+ var fade2 = context.createBufferSource();
+ var fadeBuffer = createFadeBuffer(context, bufferTime, fadeTime);
+ fade1.buffer = fadeBuffer;
+ fade2.buffer = fadeBuffer;
+ fade1.loop = true;
+ fade2.loop = true;
+ var mix1 = (context.createGain || context.createGainNode).call(context);
+ var mix2 = (context.createGain || context.createGainNode).call(context);
+ mix1.gain.value = 0;
+ mix2.gain.value = 0;
+ fade1.connect(mix1.gain);
+ fade2.connect(mix2.gain); // Connect processing graph.
+
+ input.connect(delay1);
+ input.connect(delay2);
+ delay1.connect(mix1);
+ delay2.connect(mix2);
+ mix1.connect(output);
+ mix2.connect(output); // Start
+
+ var t = context.currentTime + 0.050;
+ var t2 = t + bufferTime - fadeTime;
+ mod1.start(t);
+ mod2.start(t2);
+ mod3.start(t);
+ mod4.start(t2);
+ fade1.start(t);
+ fade2.start(t2);
+ this.mod1 = mod1;
+ this.mod2 = mod2;
+ this.mod1Gain = mod1Gain;
+ this.mod2Gain = mod2Gain;
+ this.mod3Gain = mod3Gain;
+ this.mod4Gain = mod4Gain;
+ this.modGain1 = modGain1;
+ this.modGain2 = modGain2;
+ this.fade1 = fade1;
+ this.fade2 = fade2;
+ this.mix1 = mix1;
+ this.mix2 = mix2;
+ this.delay1 = delay1;
+ this.delay2 = delay2;
+ this.setDelay(delayTime);
+}
+
+Jungle.prototype.setDelay = function (delayTime) {
+ this.modGain1.gain.setTargetAtTime(0.5 * delayTime, 0, 0.010);
+ this.modGain2.gain.setTargetAtTime(0.5 * delayTime, 0, 0.010);
+};
+
+Jungle.prototype.setPitchOffset = function (mult) {
+ if (mult > 0) {
+ // pitch up
+ this.mod1Gain.gain.value = 0;
+ this.mod2Gain.gain.value = 0;
+ this.mod3Gain.gain.value = 1;
+ this.mod4Gain.gain.value = 1;
+ } else {
+ // pitch down
+ this.mod1Gain.gain.value = 1;
+ this.mod2Gain.gain.value = 1;
+ this.mod3Gain.gain.value = 0;
+ this.mod4Gain.gain.value = 0;
+ }
+
+ this.setDelay(delayTime * Math.abs(mult));
+};
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/vmsg/vmsg.js b/build/es5-amd/node_modules/vmsg/vmsg.js
new file mode 100644
index 00000000000..2e1a038645f
--- /dev/null
+++ b/build/es5-amd/node_modules/vmsg/vmsg.js
@@ -0,0 +1,864 @@
+define(["exports"], function (_exports) {
+ "use strict";
+
+ Object.defineProperty(_exports, "__esModule", {
+ value: true
+ });
+ _exports.record = record;
+ _exports.default = _exports.Form = _exports.Recorder = void 0;
+
+ /* eslint-disable */
+ function pad2(n) {
+ n |= 0;
+ return n < 10 ? "0".concat(n) : "".concat(Math.min(n, 99));
+ }
+
+ function inlineWorker() {
+ // TODO(Kagami): Cache compiled module in IndexedDB? It works in FF
+ // and Edge, see: https://github.com/mdn/webassembly-examples/issues/4
+ // Though gzipped WASM module currently weights ~70kb so it should be
+ // perfectly cached by the browser itself.
+ function fetchAndInstantiate(url, imports) {
+ if (!WebAssembly.instantiateStreaming) return fetchAndInstantiateFallback(url, imports);
+ var req = fetch(url, {
+ credentials: "same-origin"
+ });
+ return WebAssembly.instantiateStreaming(req, imports).catch(function (err) {
+ // https://github.com/Kagami/vmsg/issues/11
+ if (err.message && err.message.indexOf("Argument 0 must be provided and must be a Response") > 0) {
+ return fetchAndInstantiateFallback(url, imports);
+ } else {
+ throw err;
+ }
+ });
+ }
+
+ function fetchAndInstantiateFallback(url, imports) {
+ return new Promise(function (resolve, reject) {
+ var req = new XMLHttpRequest();
+ req.open("GET", url);
+ req.responseType = "arraybuffer";
+
+ req.onload = function () {
+ resolve(WebAssembly.instantiate(req.response, imports));
+ };
+
+ req.onerror = reject;
+ req.send();
+ });
+ } // Must be in sync with emcc settings!
+
+
+ var TOTAL_STACK = 5 * 1024 * 1024;
+ var TOTAL_MEMORY = 16 * 1024 * 1024;
+ var WASM_PAGE_SIZE = 64 * 1024;
+ var memory = null;
+ var dynamicTop = TOTAL_STACK; // TODO(Kagami): Grow memory?
+
+ function sbrk(increment) {
+ var oldDynamicTop = dynamicTop;
+ dynamicTop += increment;
+ return oldDynamicTop;
+ } // TODO(Kagami): LAME calls exit(-1) on internal error. Would be nice
+ // to provide custom DEBUGF/ERRORF for easier debugging. Currenty
+ // those functions do nothing.
+
+
+ function exit(status) {
+ postMessage({
+ type: "internal-error",
+ data: status
+ });
+ }
+
+ var FFI = null;
+ var ref = null;
+ var pcm_l = null;
+
+ function vmsg_init(rate) {
+ ref = FFI.vmsg_init(rate);
+ if (!ref) return false;
+ var pcm_l_ref = new Uint32Array(memory.buffer, ref, 1)[0];
+ pcm_l = new Float32Array(memory.buffer, pcm_l_ref);
+ return true;
+ }
+
+ function vmsg_encode(data) {
+ pcm_l.set(data);
+ return FFI.vmsg_encode(ref, data.length) >= 0;
+ }
+
+ function vmsg_flush() {
+ if (FFI.vmsg_flush(ref) < 0) return null;
+ var mp3_ref = new Uint32Array(memory.buffer, ref + 4, 1)[0];
+ var size = new Uint32Array(memory.buffer, ref + 8, 1)[0];
+ var mp3 = new Uint8Array(memory.buffer, mp3_ref, size);
+ var blob = new Blob([mp3], {
+ type: "audio/mpeg"
+ });
+ FFI.vmsg_free(ref);
+ ref = null;
+ pcm_l = null;
+ return blob;
+ } // https://github.com/brion/min-wasm-fail
+
+
+ function testSafariWebAssemblyBug() {
+ var bin = new Uint8Array([0, 97, 115, 109, 1, 0, 0, 0, 1, 6, 1, 96, 1, 127, 1, 127, 3, 2, 1, 0, 5, 3, 1, 0, 1, 7, 8, 1, 4, 116, 101, 115, 116, 0, 0, 10, 16, 1, 14, 0, 32, 0, 65, 1, 54, 2, 0, 32, 0, 40, 2, 0, 11]);
+ var mod = new WebAssembly.Module(bin);
+ var inst = new WebAssembly.Instance(mod, {}); // test storing to and loading from a non-zero location via a parameter.
+ // Safari on iOS 11.2.5 returns 0 unexpectedly at non-zero locations
+
+ return inst.exports.test(4) !== 0;
+ }
+
+ onmessage = function onmessage(e) {
+ var msg = e.data;
+
+ switch (msg.type) {
+ case "init":
+ var _msg$data = msg.data,
+ wasmURL = _msg$data.wasmURL,
+ shimURL = _msg$data.shimURL;
+ Promise.resolve().then(function () {
+ if (self.WebAssembly && !testSafariWebAssemblyBug()) {
+ delete self.WebAssembly;
+ }
+
+ if (!self.WebAssembly) {
+ importScripts(shimURL);
+ }
+
+ memory = new WebAssembly.Memory({
+ initial: TOTAL_MEMORY / WASM_PAGE_SIZE,
+ maximum: TOTAL_MEMORY / WASM_PAGE_SIZE
+ });
+ return {
+ memory: memory,
+ pow: Math.pow,
+ exit: exit,
+ powf: Math.pow,
+ exp: Math.exp,
+ sqrtf: Math.sqrt,
+ cos: Math.cos,
+ log: Math.log,
+ sin: Math.sin,
+ sbrk: sbrk
+ };
+ }).then(function (Runtime) {
+ return fetchAndInstantiate(wasmURL, {
+ env: Runtime
+ });
+ }).then(function (wasm) {
+ FFI = wasm.instance.exports;
+ postMessage({
+ type: "init",
+ data: null
+ });
+ }).catch(function (err) {
+ postMessage({
+ type: "init-error",
+ data: err.toString()
+ });
+ });
+ break;
+
+ case "start":
+ if (!vmsg_init(msg.data)) return postMessage({
+ type: "error",
+ data: "vmsg_init"
+ });
+ break;
+
+ case "data":
+ if (!vmsg_encode(msg.data)) return postMessage({
+ type: "error",
+ data: "vmsg_encode"
+ });
+ break;
+
+ case "stop":
+ var blob = vmsg_flush();
+ if (!blob) return postMessage({
+ type: "error",
+ data: "vmsg_flush"
+ });
+ postMessage({
+ type: "stop",
+ data: blob
+ });
+ break;
+ }
+ };
+ }
+
+ var Recorder =
+ /*#__PURE__*/
+ function () {
+ function Recorder() {
+ var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
+ var onStop = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;
+ babelHelpers.classCallCheck(this, Recorder);
+ // Can't use relative URL in blob worker, see:
+ // https://stackoverflow.com/a/22582695
+ this.wasmURL = new URL(opts.wasmURL || "/static/js/vmsg.wasm", location).href;
+ this.shimURL = new URL(opts.shimURL || "/static/js/wasm-polyfill.js", location).href;
+ this.onStop = onStop;
+ this.pitch = opts.pitch || 0;
+ this.stream = null;
+ this.audioCtx = null;
+ this.gainNode = null;
+ this.pitchFX = null;
+ this.encNode = null;
+ this.worker = null;
+ this.workerURL = null;
+ this.blob = null;
+ this.blobURL = null;
+ this.resolve = null;
+ this.reject = null;
+ Object.seal(this);
+ }
+
+ babelHelpers.createClass(Recorder, [{
+ key: "close",
+ value: function close() {
+ if (this.encNode) this.encNode.disconnect();
+ if (this.encNode) this.encNode.onaudioprocess = null;
+ if (this.stream) this.stopTracks();
+ if (this.audioCtx) this.audioCtx.close();
+ if (this.worker) this.worker.terminate();
+ if (this.workerURL) URL.revokeObjectURL(this.workerURL);
+ if (this.blobURL) URL.revokeObjectURL(this.blobURL);
+ } // Without pitch shift:
+ // [sourceNode] -> [gainNode] -> [encNode] -> [audioCtx.destination]
+ // |
+ // -> [worker]
+ // With pitch shift:
+ // [sourceNode] -> [gainNode] -> [pitchFX] -> [encNode] -> [audioCtx.destination]
+ // |
+ // -> [worker]
+
+ }, {
+ key: "initAudio",
+ value: function initAudio() {
+ var _this = this;
+
+ var getUserMedia = navigator.mediaDevices && navigator.mediaDevices.getUserMedia ? function (constraints) {
+ return navigator.mediaDevices.getUserMedia(constraints);
+ } : function (constraints) {
+ var oldGetUserMedia = navigator.webkitGetUserMedia || navigator.mozGetUserMedia;
+
+ if (!oldGetUserMedia) {
+ return Promise.reject(new Error("getUserMedia is not implemented in this browser"));
+ }
+
+ return new Promise(function (resolve, reject) {
+ oldGetUserMedia.call(navigator, constraints, resolve, reject);
+ });
+ };
+ return getUserMedia({
+ audio: true
+ }).then(function (stream) {
+ _this.stream = stream;
+ var audioCtx = _this.audioCtx = new (window.AudioContext || window.webkitAudioContext)();
+ var sourceNode = audioCtx.createMediaStreamSource(stream);
+ var gainNode = _this.gainNode = (audioCtx.createGain || audioCtx.createGainNode).call(audioCtx);
+ gainNode.gain.value = 1;
+ sourceNode.connect(gainNode);
+ var pitchFX = _this.pitchFX = new Jungle(audioCtx);
+ pitchFX.setPitchOffset(_this.pitch);
+ var encNode = _this.encNode = (audioCtx.createScriptProcessor || audioCtx.createJavaScriptNode).call(audioCtx, 0, 1, 1);
+ pitchFX.output.connect(encNode);
+ gainNode.connect(_this.pitch === 0 ? encNode : pitchFX.input);
+ });
+ }
+ }, {
+ key: "initWorker",
+ value: function initWorker() {
+ var _this2 = this;
+
+ if (!this.stream) throw new Error("missing audio initialization"); // https://stackoverflow.com/a/19201292
+
+ var blob = new Blob(["(", inlineWorker.toString(), ")()"], {
+ type: "application/javascript"
+ });
+ var workerURL = this.workerURL = URL.createObjectURL(blob);
+ var worker = this.worker = new Worker(workerURL);
+ var wasmURL = this.wasmURL,
+ shimURL = this.shimURL;
+ worker.postMessage({
+ type: "init",
+ data: {
+ wasmURL: wasmURL,
+ shimURL: shimURL
+ }
+ });
+ return new Promise(function (resolve, reject) {
+ worker.onmessage = function (e) {
+ var msg = e.data;
+
+ switch (msg.type) {
+ case "init":
+ resolve();
+ break;
+
+ case "init-error":
+ reject(new Error(msg.data));
+ break;
+ // TODO(Kagami): Error handling.
+
+ case "error":
+ case "internal-error":
+ console.error("Worker error:", msg.data);
+ if (_this2.reject) _this2.reject(msg.data);
+ break;
+
+ case "stop":
+ _this2.blob = msg.data;
+ _this2.blobURL = URL.createObjectURL(msg.data);
+ if (_this2.onStop) _this2.onStop();
+ if (_this2.resolve) _this2.resolve(_this2.blob);
+ break;
+ }
+ };
+ });
+ }
+ }, {
+ key: "init",
+ value: function init() {
+ return this.initAudio().then(this.initWorker.bind(this));
+ }
+ }, {
+ key: "startRecording",
+ value: function startRecording() {
+ var _this3 = this;
+
+ if (!this.stream) throw new Error("missing audio initialization");
+ if (!this.worker) throw new Error("missing worker initialization");
+ this.blob = null;
+ if (this.blobURL) URL.revokeObjectURL(this.blobURL);
+ this.blobURL = null;
+ this.resolve = null;
+ this.reject = null;
+ this.worker.postMessage({
+ type: "start",
+ data: this.audioCtx.sampleRate
+ });
+
+ this.encNode.onaudioprocess = function (e) {
+ var samples = e.inputBuffer.getChannelData(0);
+
+ _this3.worker.postMessage({
+ type: "data",
+ data: samples
+ });
+ };
+
+ this.encNode.connect(this.audioCtx.destination);
+ }
+ }, {
+ key: "stopRecording",
+ value: function stopRecording() {
+ var _this4 = this;
+
+ if (!this.stream) throw new Error("missing audio initialization");
+ if (!this.worker) throw new Error("missing worker initialization");
+ this.encNode.disconnect();
+ this.encNode.onaudioprocess = null;
+ this.stopTracks();
+ this.worker.postMessage({
+ type: "stop",
+ data: null
+ });
+ return new Promise(function (resolve, reject) {
+ _this4.resolve = resolve;
+ _this4.reject = reject;
+ });
+ }
+ }, {
+ key: "stopTracks",
+ value: function stopTracks() {
+ // Might be missed in Safari and old FF/Chrome per MDN.
+ if (this.stream.getTracks) {
+ // Hide browser's recording indicator.
+ this.stream.getTracks().forEach(function (track) {
+ return track.stop();
+ });
+ }
+ }
+ }]);
+ return Recorder;
+ }();
+
+ _exports.Recorder = Recorder;
+
+ var Form =
+ /*#__PURE__*/
+ function () {
+ function Form() {
+ var _this5 = this;
+
+ var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
+ var resolve = arguments.length > 1 ? arguments[1] : undefined;
+ var reject = arguments.length > 2 ? arguments[2] : undefined;
+ babelHelpers.classCallCheck(this, Form);
+ this.recorder = new Recorder(opts, this.onStop.bind(this));
+ this.resolve = resolve;
+ this.reject = reject;
+ this.backdrop = null;
+ this.popup = null;
+ this.recordBtn = null;
+ this.stopBtn = null;
+ this.timer = null;
+ this.audio = null;
+ this.saveBtn = null;
+ this.tid = 0;
+ this.start = 0;
+ Object.seal(this);
+ this.recorder.initAudio().then(function () {
+ return _this5.drawInit();
+ }).then(function () {
+ return _this5.recorder.initWorker();
+ }).then(function () {
+ return _this5.drawAll();
+ }).catch(function (err) {
+ return _this5.drawError(err);
+ });
+ }
+
+ babelHelpers.createClass(Form, [{
+ key: "drawInit",
+ value: function drawInit() {
+ var _this6 = this;
+
+ if (this.backdrop) return;
+ var backdrop = this.backdrop = document.createElement("div");
+ backdrop.className = "vmsg-backdrop";
+ backdrop.addEventListener("click", function () {
+ return _this6.close(null);
+ });
+ var popup = this.popup = document.createElement("div");
+ popup.className = "vmsg-popup";
+ popup.addEventListener("click", function (e) {
+ return e.stopPropagation();
+ });
+ var progress = document.createElement("div");
+ progress.className = "vmsg-progress";
+
+ for (var i = 0; i < 3; i++) {
+ var progressDot = document.createElement("div");
+ progressDot.className = "vmsg-progress-dot";
+ progress.appendChild(progressDot);
+ }
+
+ popup.appendChild(progress);
+ backdrop.appendChild(popup);
+ document.body.appendChild(backdrop);
+ }
+ }, {
+ key: "drawTime",
+ value: function drawTime(msecs) {
+ var secs = Math.round(msecs / 1000);
+ this.timer.textContent = pad2(secs / 60) + ":" + pad2(secs % 60);
+ }
+ }, {
+ key: "drawAll",
+ value: function drawAll() {
+ var _this7 = this;
+
+ this.drawInit();
+ this.clearAll();
+ var recordRow = document.createElement("div");
+ recordRow.className = "vmsg-record-row";
+ this.popup.appendChild(recordRow);
+ var recordBtn = this.recordBtn = document.createElement("button");
+ recordBtn.className = "vmsg-button vmsg-record-button";
+ recordBtn.textContent = "●";
+ recordBtn.addEventListener("click", function () {
+ return _this7.startRecording();
+ });
+ recordRow.appendChild(recordBtn);
+ var stopBtn = this.stopBtn = document.createElement("button");
+ stopBtn.className = "vmsg-button vmsg-stop-button";
+ stopBtn.style.display = "none";
+ stopBtn.textContent = "■";
+ stopBtn.addEventListener("click", function () {
+ return _this7.stopRecording();
+ });
+ recordRow.appendChild(stopBtn);
+ var audio = this.audio = new Audio();
+ audio.autoplay = true;
+ var timer = this.timer = document.createElement("span");
+ timer.className = "vmsg-timer";
+ timer.addEventListener("click", function () {
+ if (audio.paused) {
+ if (_this7.recorder.blobURL) {
+ audio.src = _this7.recorder.blobURL;
+ }
+ } else {
+ audio.pause();
+ }
+ });
+ this.drawTime(0);
+ recordRow.appendChild(timer);
+ var saveBtn = this.saveBtn = document.createElement("button");
+ saveBtn.className = "vmsg-button vmsg-save-button";
+ saveBtn.textContent = "✓";
+ saveBtn.disabled = true;
+ saveBtn.addEventListener("click", function () {
+ return _this7.close(_this7.recorder.blob);
+ });
+ recordRow.appendChild(saveBtn);
+ var gainWrapper = document.createElement("div");
+ gainWrapper.className = "vmsg-slider-wrapper vmsg-gain-slider-wrapper";
+ var gainSlider = document.createElement("input");
+ gainSlider.className = "vmsg-slider vmsg-gain-slider";
+ gainSlider.setAttribute("type", "range");
+ gainSlider.min = 0;
+ gainSlider.max = 2;
+ gainSlider.step = 0.2;
+ gainSlider.value = 1;
+
+ gainSlider.onchange = function () {
+ var gain = +gainSlider.value;
+ _this7.recorder.gainNode.gain.value = gain;
+ };
+
+ gainWrapper.appendChild(gainSlider);
+ this.popup.appendChild(gainWrapper);
+ var pitchWrapper = document.createElement("div");
+ pitchWrapper.className = "vmsg-slider-wrapper vmsg-pitch-slider-wrapper";
+ var pitchSlider = document.createElement("input");
+ pitchSlider.className = "vmsg-slider vmsg-pitch-slider";
+ pitchSlider.setAttribute("type", "range");
+ pitchSlider.min = -1;
+ pitchSlider.max = 1;
+ pitchSlider.step = 0.2;
+ pitchSlider.value = this.recorder.pitch;
+
+ pitchSlider.onchange = function () {
+ var pitch = +pitchSlider.value;
+
+ _this7.recorder.pitchFX.setPitchOffset(pitch);
+
+ _this7.recorder.gainNode.disconnect();
+
+ _this7.recorder.gainNode.connect(pitch === 0 ? _this7.recorder.encNode : _this7.recorder.pitchFX.input);
+ };
+
+ pitchWrapper.appendChild(pitchSlider);
+ this.popup.appendChild(pitchWrapper);
+ }
+ }, {
+ key: "drawError",
+ value: function drawError(err) {
+ console.error(err);
+ this.drawInit();
+ this.clearAll();
+ var error = document.createElement("div");
+ error.className = "vmsg-error";
+ error.textContent = err.toString();
+ this.popup.appendChild(error);
+ }
+ }, {
+ key: "clearAll",
+ value: function clearAll() {
+ if (!this.popup) return;
+ this.popup.innerHTML = "";
+ }
+ }, {
+ key: "close",
+ value: function close(blob) {
+ if (this.audio) this.audio.pause();
+ if (this.tid) clearTimeout(this.tid);
+ this.recorder.close();
+ this.backdrop.remove();
+
+ if (blob) {
+ this.resolve(blob);
+ } else {
+ this.reject(new Error("No record made"));
+ }
+ }
+ }, {
+ key: "onStop",
+ value: function onStop() {
+ this.recordBtn.style.display = "";
+ this.stopBtn.style.display = "none";
+ this.stopBtn.disabled = false;
+ this.saveBtn.disabled = false;
+ }
+ }, {
+ key: "startRecording",
+ value: function startRecording() {
+ this.audio.pause();
+ this.start = Date.now();
+ this.updateTime();
+ this.recordBtn.style.display = "none";
+ this.stopBtn.style.display = "";
+ this.saveBtn.disabled = true;
+ this.recorder.startRecording();
+ }
+ }, {
+ key: "stopRecording",
+ value: function stopRecording() {
+ clearTimeout(this.tid);
+ this.tid = 0;
+ this.stopBtn.disabled = true;
+ this.recorder.stopRecording();
+ }
+ }, {
+ key: "updateTime",
+ value: function updateTime() {
+ var _this8 = this;
+
+ // NOTE(Kagami): We can do this in `onaudioprocess` but that would
+ // run too often and create unnecessary DOM updates.
+ this.drawTime(Date.now() - this.start);
+ this.tid = setTimeout(function () {
+ return _this8.updateTime();
+ }, 300);
+ }
+ }]);
+ return Form;
+ }();
+
+ _exports.Form = Form;
+ var shown = false;
+ /**
+ * Record a new voice message.
+ *
+ * @param {Object=} opts - Options
+ * @param {string=} opts.wasmURL - URL of the module
+ * ("/static/js/vmsg.wasm" by default)
+ * @param {string=} opts.shimURL - URL of the WebAssembly polyfill
+ * ("/static/js/wasm-polyfill.js" by default)
+ * @param {number=} opts.pitch - Initial pitch shift ([-1, 1], 0 by default)
+ * @return {Promise.} A promise that contains recorded blob when fulfilled.
+ */
+
+ function record(opts) {
+ return new Promise(function (resolve, reject) {
+ if (shown) throw new Error("Record form is already opened");
+ shown = true;
+ new Form(opts, resolve, reject); // Use `.finally` once it's available in Safari and Edge.
+ }).then(function (result) {
+ shown = false;
+ return result;
+ }, function (err) {
+ shown = false;
+ throw err;
+ });
+ }
+ /**
+ * All available public items.
+ */
+
+
+ var _default = {
+ Recorder: Recorder,
+ Form: Form,
+ record: record
+ }; // Borrowed from and slightly modified:
+ // https://github.com/cwilso/Audio-Input-Effects/blob/master/js/jungle.js
+ // Copyright 2012, Google Inc.
+ // All rights reserved.
+ //
+ // Redistribution and use in source and binary forms, with or without
+ // modification, are permitted provided that the following conditions are
+ // met:
+ //
+ // * Redistributions of source code must retain the above copyright
+ // notice, this list of conditions and the following disclaimer.
+ // * Redistributions in binary form must reproduce the above
+ // copyright notice, this list of conditions and the following disclaimer
+ // in the documentation and/or other materials provided with the
+ // distribution.
+ // * Neither the name of Google Inc. nor the names of its
+ // contributors may be used to endorse or promote products derived from
+ // this software without specific prior written permission.
+ //
+ // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+ _exports.default = _default;
+ var delayTime = 0.100;
+ var fadeTime = 0.050;
+ var bufferTime = 0.100;
+
+ function createFadeBuffer(context, activeTime, fadeTime) {
+ var length1 = activeTime * context.sampleRate;
+ var length2 = (activeTime - 2 * fadeTime) * context.sampleRate;
+ var length = length1 + length2;
+ var buffer = context.createBuffer(1, length, context.sampleRate);
+ var p = buffer.getChannelData(0);
+ var fadeLength = fadeTime * context.sampleRate;
+ var fadeIndex1 = fadeLength;
+ var fadeIndex2 = length1 - fadeLength; // 1st part of cycle
+
+ for (var i = 0; i < length1; ++i) {
+ var value;
+
+ if (i < fadeIndex1) {
+ value = Math.sqrt(i / fadeLength);
+ } else if (i >= fadeIndex2) {
+ value = Math.sqrt(1 - (i - fadeIndex2) / fadeLength);
+ } else {
+ value = 1;
+ }
+
+ p[i] = value;
+ } // 2nd part
+
+
+ for (var i = length1; i < length; ++i) {
+ p[i] = 0;
+ }
+
+ return buffer;
+ }
+
+ function createDelayTimeBuffer(context, activeTime, fadeTime, shiftUp) {
+ var length1 = activeTime * context.sampleRate;
+ var length2 = (activeTime - 2 * fadeTime) * context.sampleRate;
+ var length = length1 + length2;
+ var buffer = context.createBuffer(1, length, context.sampleRate);
+ var p = buffer.getChannelData(0); // 1st part of cycle
+
+ for (var i = 0; i < length1; ++i) {
+ if (shiftUp) // This line does shift-up transpose
+ p[i] = (length1 - i) / length;else // This line does shift-down transpose
+ p[i] = i / length1;
+ } // 2nd part
+
+
+ for (var i = length1; i < length; ++i) {
+ p[i] = 0;
+ }
+
+ return buffer;
+ }
+
+ function Jungle(context) {
+ this.context = context; // Create nodes for the input and output of this "module".
+
+ var input = (context.createGain || context.createGainNode).call(context);
+ var output = (context.createGain || context.createGainNode).call(context);
+ this.input = input;
+ this.output = output; // Delay modulation.
+
+ var mod1 = context.createBufferSource();
+ var mod2 = context.createBufferSource();
+ var mod3 = context.createBufferSource();
+ var mod4 = context.createBufferSource();
+ this.shiftDownBuffer = createDelayTimeBuffer(context, bufferTime, fadeTime, false);
+ this.shiftUpBuffer = createDelayTimeBuffer(context, bufferTime, fadeTime, true);
+ mod1.buffer = this.shiftDownBuffer;
+ mod2.buffer = this.shiftDownBuffer;
+ mod3.buffer = this.shiftUpBuffer;
+ mod4.buffer = this.shiftUpBuffer;
+ mod1.loop = true;
+ mod2.loop = true;
+ mod3.loop = true;
+ mod4.loop = true; // for switching between oct-up and oct-down
+
+ var mod1Gain = (context.createGain || context.createGainNode).call(context);
+ var mod2Gain = (context.createGain || context.createGainNode).call(context);
+ var mod3Gain = (context.createGain || context.createGainNode).call(context);
+ mod3Gain.gain.value = 0;
+ var mod4Gain = (context.createGain || context.createGainNode).call(context);
+ mod4Gain.gain.value = 0;
+ mod1.connect(mod1Gain);
+ mod2.connect(mod2Gain);
+ mod3.connect(mod3Gain);
+ mod4.connect(mod4Gain); // Delay amount for changing pitch.
+
+ var modGain1 = (context.createGain || context.createGainNode).call(context);
+ var modGain2 = (context.createGain || context.createGainNode).call(context);
+ var delay1 = (context.createDelay || context.createDelayNode).call(context);
+ var delay2 = (context.createDelay || context.createDelayNode).call(context);
+ mod1Gain.connect(modGain1);
+ mod2Gain.connect(modGain2);
+ mod3Gain.connect(modGain1);
+ mod4Gain.connect(modGain2);
+ modGain1.connect(delay1.delayTime);
+ modGain2.connect(delay2.delayTime); // Crossfading.
+
+ var fade1 = context.createBufferSource();
+ var fade2 = context.createBufferSource();
+ var fadeBuffer = createFadeBuffer(context, bufferTime, fadeTime);
+ fade1.buffer = fadeBuffer;
+ fade2.buffer = fadeBuffer;
+ fade1.loop = true;
+ fade2.loop = true;
+ var mix1 = (context.createGain || context.createGainNode).call(context);
+ var mix2 = (context.createGain || context.createGainNode).call(context);
+ mix1.gain.value = 0;
+ mix2.gain.value = 0;
+ fade1.connect(mix1.gain);
+ fade2.connect(mix2.gain); // Connect processing graph.
+
+ input.connect(delay1);
+ input.connect(delay2);
+ delay1.connect(mix1);
+ delay2.connect(mix2);
+ mix1.connect(output);
+ mix2.connect(output); // Start
+
+ var t = context.currentTime + 0.050;
+ var t2 = t + bufferTime - fadeTime;
+ mod1.start(t);
+ mod2.start(t2);
+ mod3.start(t);
+ mod4.start(t2);
+ fade1.start(t);
+ fade2.start(t2);
+ this.mod1 = mod1;
+ this.mod2 = mod2;
+ this.mod1Gain = mod1Gain;
+ this.mod2Gain = mod2Gain;
+ this.mod3Gain = mod3Gain;
+ this.mod4Gain = mod4Gain;
+ this.modGain1 = modGain1;
+ this.modGain2 = modGain2;
+ this.fade1 = fade1;
+ this.fade2 = fade2;
+ this.mix1 = mix1;
+ this.mix2 = mix2;
+ this.delay1 = delay1;
+ this.delay2 = delay2;
+ this.setDelay(delayTime);
+ }
+
+ Jungle.prototype.setDelay = function (delayTime) {
+ this.modGain1.gain.setTargetAtTime(0.5 * delayTime, 0, 0.010);
+ this.modGain2.gain.setTargetAtTime(0.5 * delayTime, 0, 0.010);
+ };
+
+ Jungle.prototype.setPitchOffset = function (mult) {
+ if (mult > 0) {
+ // pitch up
+ this.mod1Gain.gain.value = 0;
+ this.mod2Gain.gain.value = 0;
+ this.mod3Gain.gain.value = 1;
+ this.mod4Gain.gain.value = 1;
+ } else {
+ // pitch down
+ this.mod1Gain.gain.value = 1;
+ this.mod2Gain.gain.value = 1;
+ this.mod3Gain.gain.value = 0;
+ this.mod4Gain.gain.value = 0;
+ }
+
+ this.setDelay(delayTime * Math.abs(mult));
+ };
+});
\ No newline at end of file
diff --git a/build/es5-amd/node_modules/vmsg/vmsg.wasm b/build/es5-amd/node_modules/vmsg/vmsg.wasm
new file mode 100644
index 00000000000..224bcc7fd1c
Binary files /dev/null and b/build/es5-amd/node_modules/vmsg/vmsg.wasm differ
diff --git a/build/es6-amd/node_modules/@lrnwebcomponents/hax-body/hax-body.js b/build/es6-amd/node_modules/@lrnwebcomponents/hax-body/hax-body.js
index ee5c66be9cc..e5c594e51de 100644
--- a/build/es6-amd/node_modules/@lrnwebcomponents/hax-body/hax-body.js
+++ b/build/es6-amd/node_modules/@lrnwebcomponents/hax-body/hax-body.js
@@ -238,4 +238,4 @@ define(["exports","require","../../lit-element/lit-element.js","../simple-colors
id="haxinputmixer"
class="hax-context-menu ignore-activation"
>
- `}static get properties(){return{...super.properties,openDrawer:{type:Object},editMode:{type:Boolean,reflect:!0,attribute:"edit-mode"},haxRayMode:{type:Boolean,reflect:!0,attribute:"hax-ray-mode"},globalPreferences:{type:Object},activeNode:{type:Object},activeContainerNode:{type:Object}}}firstUpdated(changedProperties){this.dispatchEvent(new CustomEvent("hax-register-body",{bubbles:!0,cancelable:!0,composed:!0,detail:this}));try{document.execCommand("enableObjectResizing",!1,!1),document.execCommand("defaultParagraphSeparator",!1,"p")}catch(e){console.warn(e)}this.shadowRoot.querySelector("slot").addEventListener("mousemove",this.hoverEvent.bind(this)),this.shadowRoot.querySelector("slot").addEventListener("mouseup",e=>{const tmp=window.HaxStore.getSelection();window.HaxStore._tmpSelection=tmp;try{const range=window.HaxStore.getRange();range.cloneRange&&(window.HaxStore._tmpRange=range.cloneRange())}catch(e){console.warn(e)}}),this.editMode=window.HaxStore.instance.editMode,this.__tabTrap=!1}updated(changedProperties){changedProperties.forEach((oldValue,propName)=>{"openDrawer"==propName&&this._openDrawerChanged(this[propName],oldValue),"editMode"==propName&&this._editModeChanged(this[propName],oldValue),"globalPreferences"==propName&&this._globalPreferencesUpdated(this[propName],oldValue),"activeNode"==propName&&(this._activeNodeChanged(this[propName],oldValue),this.dispatchEvent(new CustomEvent("active-node-changed",{detail:{value:this[propName]}}))),"activeContainerNode"==propName&&(this._activeContainerNodeChanged(this[propName],oldValue),this.dispatchEvent(new CustomEvent("active-container-node-changed",{detail:{value:this[propName]}})))})}_openDrawerChanged(newValue,oldValue){newValue?this.hideContextMenus():this.positionContextMenus(this.activeNode,this.activeContainerNode)}connectedCallback(){super.connectedCallback(),this._observer=new MutationObserver(mutations=>{var mutFind=!1;mutations.forEach(mutation=>{mutation.addedNodes.length>0&&mutation.addedNodes.forEach(node=>{this._validElementTest(node)&&(!this.editMode||"true"!=node.getAttribute("contenteditable")&&!0!==node.getAttribute("contenteditable")&&"contenteditable"!=node.getAttribute("contenteditable")||this.__applyNodeEditableState(node,!this.editMode),this.__applyNodeEditableState(node,this.editMode),this.dispatchEvent(new CustomEvent("hax-body-tag-added",{bubbles:!0,cancelable:!0,composed:!0,detail:{node:node}})),this.___moveLock||mutFind?this.___moveLock=!1:(mutFind=!0,this.activeNode=node,window.HaxStore.write("activeNode",node,this)))}),mutation.removedNodes.length>0&&mutation.removedNodes.forEach(node=>{this._validElementTest(node)&&!node.classList.contains("hax-active")&&this.dispatchEvent(new CustomEvent("hax-body-tag-removed",{bubbles:!0,cancelable:!0,composed:!0,detail:{node:node}}))})})}),this._observer.observe(this,{childList:!0}),setTimeout(()=>{window.addEventListener("keydown",this._onKeyDown.bind(this)),window.addEventListener("keypress",this._onKeyPress.bind(this)),document.body.addEventListener("hax-store-property-updated",this._haxStorePropertyUpdated.bind(this)),window.addEventListener("scroll",this._keepContextVisible.bind(this))},0)}disconnectedCallback(){window.removeEventListener("keydown",this._onKeyDown.bind(this)),window.removeEventListener("keypress",this._onKeyPress.bind(this)),document.body.removeEventListener("hax-store-property-updated",this._haxStorePropertyUpdated.bind(this)),window.removeEventListener("scroll",this._keepContextVisible.bind(this)),this._observer.disconnect(),super.disconnectedCallback()}_keepContextVisible(e){if(!this.openDrawer&&this.editMode){let el=!1;this.shadowRoot.querySelector("#textcontextmenu").classList.contains("hax-context-visible")?el=this.shadowRoot.querySelector("#textcontextmenu"):this.shadowRoot.querySelector("#cecontextmenu").classList.contains("hax-context-visible")&&(el=this.shadowRoot.querySelector("#cecontextmenu")),el&&(this.elementInViewport(el)?el.classList.remove("hax-context-pin-bottom","hax-context-pin-top"):this.__OffBottom?el.classList.add("hax-context-pin-top"):el.classList.add("hax-context-pin-bottom"))}}_onKeyDown(e){if(!this.openDrawer&&this.editMode&&this.getAttribute("contenteditable")){switch(e.key){case"Tab":window.HaxStore.instance.isTextElement(this.activeContainerNode)&&(e.detail.keyboardEvent&&(e.detail.keyboardEvent.preventDefault(),e.detail.keyboardEvent.stopPropagation(),e.detail.keyboardEvent.stopImmediatePropagation()),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),e.shiftKey?this._tabBackKeyPressed():this._tabKeyPressed());break;case"Enter":this.setAttribute("contenteditable",!0);case"Backspace":case"Delete":case"ArrowUp":case"ArrowDown":case"ArrowLeft":case"ArrowRight":clearTimeout(this.__keyPressDirection),this.__keyPressDirection=setTimeout(()=>{const rng=window.HaxStore.getRange();rng.commonAncestorContainer&&this.activeNode!==rng.commonAncestorContainer&&"function"==typeof rng.commonAncestorContainer.focus?"HAX-BODY"!==rng.commonAncestorContainer.tagName&&(window.HaxStore.instance.isTextElement(rng.commonAncestorContainer)?this.setAttribute("contenteditable",!0):this.removeAttribute("contenteditable"),rng.commonAncestorContainer.focus(),this.__focusLogic(rng.commonAncestorContainer)):rng.commonAncestorContainer&&rng.commonAncestorContainer.parentNode&&this.activeNode!==rng.commonAncestorContainer.parentNode&&"function"==typeof rng.commonAncestorContainer.parentNode.focus&&"HAX-BODY"!==rng.commonAncestorContainer.parentNode.tagName&&(window.HaxStore.instance.isTextElement(rng.commonAncestorContainer.parentNode)?this.setAttribute("contenteditable",!0):this.removeAttribute("contenteditable"),rng.commonAncestorContainer.parentNode.focus(),this.__focusLogic(rng.commonAncestorContainer.parentNode))},50)}this.shadowRoot.querySelector("#platecontextmenu").classList.contains("hax-active-hover")&&this.__dropActiveHover()}}_onKeyPress(e){!this.openDrawer&&this.editMode&&this.shadowRoot.querySelector("#platecontextmenu").classList.contains("hax-active-hover")&&this.activeNode&&window.HaxStore.instance.isTextElement(this.activeNode)?this.__dropActiveHover():!this.openDrawer&&this.editMode&&this.activeNode&&window.HaxStore.instance.isTextElement(this.activeNode)&&(clearTimeout(this.__positionContextTimer),this.__positionContextTimer=setTimeout(()=>{this.positionContextMenus(this.activeNode,this.activeNode)},2e3))}hoverEvent(e){if(!this.openDrawer&&this.editMode&&(e.target&&null!=e.target.getAttribute("data-hax-ray")?(this.__activeHover=e.target,this.dispatchEvent(new CustomEvent("hax-active-hover-name",{bubbles:!0,cancelable:!0,composed:!0,detail:e.target.getAttribute("data-hax-ray")}))):e.target&&e.target.parentNode&&null!=e.target.parentNode.getAttribute("data-hax-ray")&&(this.__activeHover=e.target.parentNode,this.dispatchEvent(new CustomEvent("hax-active-hover-name",{bubbles:!0,cancelable:!0,composed:!0,detail:e.target.parentNode.getAttribute("data-hax-ray")}))),!this.shadowRoot.querySelector("#platecontextmenu").classList.contains("hax-active-hover"))){let local=e.target;e.target===this.shadowRoot.querySelector("#cecontextmenu")||e.target===this.shadowRoot.querySelector("#textcontextmenu")||e.target===this.shadowRoot.querySelector("#platecontextmenu")||local===this.activeNode||local===this.activeContainerNode||e.target===this.activeNode||e.target===this.activeContainerNode||local.parentNode===this.activeContainerNode||local.parentNode.parentNode===this.activeContainerNode||local.parentNode.parentNode.parentNode===this.activeContainerNode?(this.positionContextMenus(this.activeNode,this.activeContainerNode),this.__addActiveHover(),this.__typeLock=!1):this.__dropActiveHover()}}__addActiveHover(){this.shadowRoot.querySelector("#cecontextmenu").classList.add("hax-active-hover"),this.shadowRoot.querySelector("#textcontextmenu").classList.add("hax-active-hover"),this.shadowRoot.querySelector("#platecontextmenu").classList.add("hax-active-hover")}__dropActiveHover(){this.shadowRoot.querySelector("#cecontextmenu").classList.remove("hax-active-hover"),this.shadowRoot.querySelector("#textcontextmenu").classList.remove("hax-active-hover"),this.shadowRoot.querySelector("#platecontextmenu").classList.remove("hax-active-hover")}elementInViewport(el){let top=el.offsetTop-32-window.HaxStore.instance.haxPanel.shadowRoot.querySelector("#drawer").offsetHeight,left=el.offsetLeft,width=el.offsetWidth,height=el.offsetHeight;for(;el.offsetParent;)top+=(el=el.offsetParent).offsetTop,left+=el.offsetLeft;return this.__OffBottom=topwindow.pageYOffset&&left+width>window.pageXOffset}replacePlaceholder(e){if("text"===e.detail){let p=document.createElement("p");p.innerHTML=" ",this.haxReplaceNode(this.activeNode,p,this.activeNode.parentNode),setTimeout(()=>{this.activeNode=p,window.HaxStore.write("activeNode",p,this),this.activeContainerNode.setAttribute("contenteditable",!0),p.focus(),this.__focusLogic(p)},210)}else this.replaceElementWorkflow()}replaceElementWorkflow(){let element=window.HaxStore.nodeToHaxElement(this.activeNode,null),type="*",skipPropMatch=!1;"place-holder"===element.tag&&void 0!==element.properties.type&&(type=element.properties.type,skipPropMatch=!0);var props={};if(void 0!==window.HaxStore.instance.elementList[element.tag]&&!1!==window.HaxStore.instance.elementList[element.tag].gizmo&&void 0!==window.HaxStore.instance.elementList[element.tag].gizmo.handles&&window.HaxStore.instance.elementList[element.tag].gizmo.handles.length>0){let gizmo=window.HaxStore.instance.elementList[element.tag].gizmo;for(var i=0;i0){let tag=this.activeNode.tagName.toLowerCase(),humanName=tag.replace("-"," ");void 0!==window.HaxStore.instance.elementList[tag]&&!1!==window.HaxStore.instance.elementList[tag].gizmo&&(humanName=window.HaxStore.instance.elementList[tag].gizmo.title),window.HaxStore.instance.haxAppPicker.presentOptions(haxElements,"__convert",`Transform ${humanName} to..`,"gizmo")}else window.HaxStore.toast("Sorry, this can not be transformed!",5e3)}_globalPreferencesUpdated(newValue,oldValue){void 0!==newValue&&null!=newValue&&(this.haxRayMode=newValue.haxRayMode)}_haxStorePropertyUpdated(e){e.detail&&void 0!==e.detail.value&&e.detail.property&&(this[e.detail.property]=e.detail.value)}haxClearBody(confirm=!0){let status=!0;confirm&&(status=prompt("Are you sure you want to delete all content?")),status&&(0,_utils.wipeSlot)(this)}haxInsert(tag,content,properties={},waitForLock=!0){this.__activeHover=null;var frag=document.createElement(tag);frag.innerHTML=content;var newNode=frag.cloneNode(!0);for(var property in properties){let attributeName=window.HaxStore.camelToDash(property);properties.hasOwnProperty(property)&&(!0===properties[property]?newNode.setAttribute(attributeName,attributeName):!1===properties[property]?newNode.removeAttribute(attributeName):null!=properties[property]&&properties[property].constructor===Array?newNode.properties&&newNode.properties[property].readOnly||(newNode.set?newNode.set(attributeName,properties[property]):newNode[attributeName]=properties[property]):null!=properties[property]&&properties[property].constructor===Object?newNode.properties&&newNode.properties[property].readOnly||(newNode.set?newNode.set(attributeName,properties[property]):newNode[attributeName]=properties[property]):newNode.setAttribute(attributeName,properties[property]))}return null!==window.HaxStore.instance.activePlaceHolder&&void 0!==window.HaxStore.instance.activePlaceHolder.style?(newNode.style.width=window.HaxStore.instance.activePlaceHolder.style.width,newNode.style.float=window.HaxStore.instance.activePlaceHolder.style.float,newNode.style.margin=window.HaxStore.instance.activePlaceHolder.style.margin,newNode.style.display=window.HaxStore.instance.activePlaceHolder.style.display,this.haxReplaceNode(window.HaxStore.instance.activePlaceHolder,newNode,window.HaxStore.instance.activePlaceHolder.parentNode),window.HaxStore.instance.activePlaceHolder=null):null!=this.activeContainerNode?"GRID-PLATE"!==newNode.tagName&&"GRID-PLATE"===this.activeContainerNode.tagName&&this.activeContainerNode!==this.activeNode?(null!=this.activeNode.getAttribute("slot")&&newNode.setAttribute("slot",this.activeNode.getAttribute("slot")),this.activeContainerNode.insertBefore(newNode,this.activeNode)):this.insertBefore(newNode,this.activeContainerNode.nextElementSibling):this.appendChild(newNode),this.shadowRoot.querySelector("#textcontextmenu").highlightOps=!1,this.__updateLockFocus=newNode,waitForLock&&setTimeout(()=>{this.breakUpdateLock()},50),!0}breakUpdateLock(){window.HaxStore.write("activeContainerNode",this.__updateLockFocus,this),window.HaxStore.write("activeNode",this.__updateLockFocus,this),this.__updateLockFocus.focus(),"function"==typeof this.__updateLockFocus.scrollIntoViewIfNeeded?this.__updateLockFocus.scrollIntoViewIfNeeded(!0):this.__updateLockFocus.scrollIntoView({behavior:"smooth",inline:"center"})}haxToContent(){this.hideContextMenus();var __active=this.activeNode;this.activeNode=null,this.activeContainerNode=null,window.HaxStore.write("activeNode",null,this),window.HaxStore.write("activeContainerNode",null,this);let children="slot"===this.shadowRoot.querySelector("#body").localName?this.shadowRoot.querySelector("#body").assignedNodes({flatten:!0}):[];this.globalPreferences.haxDeveloperMode&&console.warn(children);for(var content="",i=0,len=children.length;i{parent===this&&window.HaxStore.write("activeContainerNode",nodeClone,this),window.HaxStore.write("activeNode",nodeClone,this)},100),!0}hideContextMenus(){this._hideContextMenu(this.shadowRoot.querySelector("#textcontextmenu")),this._hideContextMenu(this.shadowRoot.querySelector("#cecontextmenu")),this._hideContextMenu(this.shadowRoot.querySelector("#platecontextmenu")),this._hideContextMenu(this.shadowRoot.querySelector("#haxinputmixer")),this.shadowRoot.querySelector("#textcontextmenu").highlightOps=!1}positionContextMenus(node,container){if(node){let tag=node.tagName.toLowerCase();window.HaxStore.instance._isSandboxed&&"webview"===tag&&(tag="iframe");let props=window.HaxStore.instance.elementList[tag];void 0===props||window.HaxStore.instance.isTextElement(node)?(this._hideContextMenu(this.shadowRoot.querySelector("#cecontextmenu")),this._positionContextMenu(this.shadowRoot.querySelector("#textcontextmenu"),node,-39,-39)):(this._hideContextMenu(this.shadowRoot.querySelector("#textcontextmenu")),props.element=node,this.shadowRoot.querySelector("#cecontextmenu").setHaxProperties(props),this._positionContextMenu(this.shadowRoot.querySelector("#cecontextmenu"),node,-39,-39)),this._positionContextMenu(this.shadowRoot.querySelector("#platecontextmenu"),container,-39,0),container&&!this._HTMLPrimativeTest(node)&&node!==container?container.contentEditable=!1:container&&(container.contentEditable=!0)}}haxMoveGridPlate(direction,node,container){switch(this.___moveLock=!0,direction){case"first":null!==container.previousElementSibling&&this.insertBefore(container,this.firstChild);break;case"up":null!==container.previousElementSibling&&this.insertBefore(container,container.previousElementSibling);break;case"down":null!==container.nextElementSibling&&this.insertBefore(container.nextElementSibling,container);break;case"last":null!==container.nextElementSibling&&this.appendChild(container)}return setTimeout(()=>{this.positionContextMenus(node,container),"function"==typeof container.scrollIntoViewIfNeeded?container.scrollIntoViewIfNeeded(!0):container.scrollIntoView({behavior:"smooth",inline:"center"})},5),!0}haxReplaceNode(node,replacement,parent=this){this.hideContextMenus();try{node&&node.getAttribute&&null!=node.getAttribute("slot")&&replacement.setAttribute("slot",node.getAttribute("slot")),null==node&&(node=this.__oldActiveNode,parent=this.__oldActiveNode.parentNode),parent.replaceChild(replacement,node)}catch(e){console.warn(e)}return replacement}haxChangeTagName(node,tagName){this.hideContextMenus();for(var replacement=document.createElement(tagName),i=0,l=node.attributes.length;i":"ul"!=node.tagName.toLowerCase()&&"ol"!=node.tagName.toLowerCase()&&(replacement.innerHTML=""+node.innerHTML.trim().replace(/ /g," \n").replace(/ /g," \n")+" "):"ul"!=node.tagName.toLowerCase()&&"ol"!=node.tagName.toLowerCase()||(replacement.innerHTML=replacement.innerHTML.replace(//g,"").replace(/<\/ul>/g,"").replace(/<\/li>/g,"").replace(/ /g,"").replace(/<\/li>/g," "));try{node.parentNode.replaceChild(replacement,node),setTimeout(()=>{let children=replacement.children;children[0]&&children.tagName?children[0].focus():replacement.focus()},50)}catch(e){console.warn(e),console.warn(replacement),console.warn(node)}return replacement}haxDeleteNode(node,parent=this){if(this.hideContextMenus(),null!=this.activeContainerNode&&null!==this.activeContainerNode.previousElementSibling){if(this.activeContainerNode.previousElementSibling.focus(),null!=this.activeContainerNode&&window.HaxStore.instance.isTextElement(this.activeContainerNode)&&""!==this.activeContainerNode.textContent)try{var range=document.createRange(),sel=window.HaxStore.getSelection();range.setStart(this.activeContainerNode,1),range.collapse(!0),sel.removeAllRanges(),sel.addRange(range),this.activeContainerNode.focus()}catch(e){console.warn(e)}}else null!=this.activeContainerNode&&null!==this.activeContainerNode.nextElementSibling?this.activeContainerNode.nextElementSibling.focus():(this.activeNode=null,this.activeContainerNode=null,window.HaxStore.write("activeNode",null,this),window.HaxStore.write("activeContainerNode",null,this));try{return parent.removeChild(node)}catch(e){console.warn(e)}}importContent(html,clear=!0){clear&&(0,_utils.wipeSlot)(this,"*"),setTimeout(()=>{html=(0,_utils.encapScript)(html);let fragment=document.createElement("div");for(fragment.insertAdjacentHTML("beforeend",html);null!==fragment.firstChild;)if(void 0!==fragment.firstChild.tagName)if(window.HaxStore.instance._isSandboxed&&"iframe"===fragment.firstChild.tagName.toLowerCase()){for(var replacement=document.createElement("webview"),j=0,l=fragment.firstChild.attributes.length;j{window.HaxStore.instance.haxManager.shadowRoot.querySelector("#preview").shadowRoot.querySelector("#configurebutton").focus()},100);break;case"hax-manager-configure-container":window.HaxStore.write("activeNode",window.HaxStore.instance.activeContainerNode,this),this._hideContextMenu(this.shadowRoot.querySelector("#haxinputmixer")),window.HaxStore.instance.haxManager.resetManager(),haxElement=window.HaxStore.nodeToHaxElement(window.HaxStore.instance.activeNode),window.HaxStore.write("activeHaxElement",haxElement,this),window.HaxStore.instance.haxManager.editExistingNode=!0,window.HaxStore.instance.haxManager.selectStep("configure"),window.HaxStore.write("openDrawer",window.HaxStore.instance.haxManager,this),setTimeout(()=>{window.HaxStore.instance.haxManager.shadowRoot.querySelector("#preview").shadowRoot.querySelector("#configurebutton").focus()},100)}}_haxInputMixerOperation(e){let mixer=e.detail.inputMixer;null!=mixer.propertyToBind?this.activeNode[mixer.propertyToBind]=mixer.value:null!=mixer.slotToBind&&(item=document.createElement("span"),item.style.height="inherit",item.innerHTML=mixer.value,item.slot=mixer.slotToBind,this.activeNode.appendChild(item)),this._hideContextMenu(this.shadowRoot.querySelector("#haxinputmixer"))}_focusIn(e){this.__focusLogic(e.target)&&e.stopPropagation()}__focusLogic(target){let stopProp=!1;if(this.openDrawer||!this.editMode||this.__tabTrap)this.__tabTrap=!1;else{let containerNode=target;"SPAN"===containerNode.tagName&&window.HaxStore.instance.isTextElement(target.parentNode)&&(containerNode=target.parentNode);let activeNode=null;if(this._validElementTest(containerNode)&&null!=containerNode.parentNode){for(;"HAX-BODY"!=containerNode.parentNode.tagName;)null===activeNode&&"LI"!==containerNode.tagName&&"B"!==containerNode.tagName&&"I"!==containerNode.tagName&&"STRONG"!==containerNode.tagName&&"EM"!==containerNode.tagName&&(activeNode=containerNode),containerNode=containerNode.parentNode;null===activeNode?activeNode=containerNode:window.HaxStore.instance.isGridPlateElement(containerNode)?["UL","OL","LI","P","GRID-PLATE"].includes(containerNode.tagName)&&["UL","OL","LI"].includes(activeNode.tagName)&&(activeNode=containerNode):activeNode=containerNode,this.activeContainerNode===containerNode||containerNode.classList.contains("ignore-activation")?containerNode.classList.contains("ignore-activation")&&(stopProp=!0):(this.hideContextMenus(),this.activeContainerNode=containerNode,window.HaxStore.write("activeContainerNode",containerNode,this),stopProp=!0),this.activeNode===activeNode||activeNode.classList.contains("ignore-activation")||(this.activeNode=activeNode,window.HaxStore.write("activeNode",activeNode,this),this.positionContextMenus(activeNode,containerNode),stopProp=!0)}}return stopProp}_editModeChanged(newValue,oldValue){void 0!==oldValue&&(this._applyContentEditable(newValue),this.setAttribute("tabindex","-1"),newValue&&(this.children&&this.children[0]&&this.children[0].focus?(this.activeNode=this.children[0],this.activeContainerNode=this.activeNode,window.HaxStore.write("activeNode",this.children[0],this),window.HaxStore.write("activeContainerNode",this.children[0],this),setTimeout(()=>{if(window.HaxStore.instance.isTextElement(this.activeNode))try{var range=document.createRange(),sel=window.HaxStore.getSelection();range.setStart(this.activeNode,0),range.collapse(!0),sel.removeAllRanges(),sel.addRange(range),this.activeNode.focus()}catch(e){console.warn(e)}},0)):(this.haxInsert("p","",{},!1),setTimeout(()=>{try{var range=document.createRange(),sel=window.HaxStore.getSelection();range.setStart(this.activeNode,0),range.collapse(!0),sel.removeAllRanges(),sel.addRange(range),this.activeNode.focus()}catch(e){console.warn(e)}},0)))),!1===newValue&&(this.removeAttribute("contenteditable"),this.hideContextMenus())}_haxResolvePreviousElement(node){for(node=node.previousElementSibling;null!=node&&void 0!==node.tagName&&"HAX-"===node.tagName.substring(0,4);)node=node.previousElementSibling;return node}_validElementTest(node){return void 0!==node.tagName&&("HAX-"!==node.tagName.substring(0,4)||"HAX-LOGO"===node.tagName)}_HTMLPrimativeTest(node){return null!=node&&void 0!==node.tagName&&-1==node.tagName.indexOf("-")}_applyContentEditable(status,target=this.shadowRoot.querySelector("#body")){let children="slot"===target.localName?target.assignedNodes({flatten:!0}):[];0===children.length&&(children=target.children);for(var i=0,len=children.length;ij.tag===node.tagName.toLowerCase());if(-1!==i&&(haxRay=window.HaxStore.instance.gizmoList[i].title),status?(node.setAttribute("data-draggable",!0),node.setAttribute("data-editable",status),node.setAttribute("data-hax-ray",haxRay),listenerMethod="addEventListener"):(node.removeAttribute("data-draggable"),node.removeAttribute("data-editable"),node.removeAttribute("data-hax-ray"),listenerMethod="removeEventListener"),node[listenerMethod]("drop",this.dropEvent.bind(this)),node[listenerMethod]("dragenter",this.dragEnter.bind(this)),node[listenerMethod]("dragleave",this.dragLeave.bind(this)),node[listenerMethod]("dragend",this.dragEnd.bind(this)),node[listenerMethod]("dragover",(function(e){e.preventDefault()})),this._HTMLPrimativeTest(node)&&(status?node.setAttribute("contenteditable",status):node.removeAttribute("contenteditable"),node.querySelectorAll("a").length>0)){let links=node.querySelectorAll("a");for(var j=0,len2=links.length;j{e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()})}}dropEvent(e){if(!this.openDrawer&&this.editMode){var target=window.HaxStore.instance.__dragTarget,local=e.target;if(null!=target&&void 0!==local&&target!==local&&target!==local.parentNode&&target.parentNode===this||local.parentNode===this){target.removeAttribute("slot");try{this.insertBefore(target,local)}catch(e){console.warn(e)}e.preventDefault(),e.stopPropagation()}let children=this.children;for(var i in children)void 0!==children[i].classList&&children[i].classList.remove("mover","hovered");target&&"function"==typeof target.focus&&setTimeout(()=>{this.positionContextMenus(this.activeNode,this.activeContainerNode)},0)}}dragEnter(e){!this.openDrawer&&this.editMode&&(e.preventDefault(),e.target.classList.add("hovered"))}dragLeave(e){!this.openDrawer&&this.editMode&&e.target.classList.remove("hovered")}dragStart(e){if(!this.openDrawer&&this.editMode){let children=this.children;for(var i in children)void 0!==children[i].classList&&children[i].classList.add("mover")}}dragEnd(e){if(!this.openDrawer&&this.editMode){let children=this.children;for(var i in children)void 0!==children[i].classList&&children[i].classList.remove("mover","hovered")}}_activeContainerNodeChanged(newValue,oldValue){if(this.editMode&&void 0!==newValue&&null!=newValue&&null!=newValue.tagName){window.HaxStore.instance.isTextElement(newValue)||window.HaxStore.instance.isGridPlateElement(newValue)?(newValue.setAttribute("contenteditable",!0),this.setAttribute("contenteditable",!0)):(newValue.removeAttribute("contenteditable"),this.removeAttribute("contenteditable")),oldValue&&"GRID-PLATE"==oldValue.tagName&&(oldValue.activeItem=null),"grid-plate"===newValue.tagName.toLowerCase()&&(newValue.editMode=this.editMode,this._applyContentEditable(this.editMode,newValue))}}_activeNodeChanged(newValue,oldValue){if(this.querySelectorAll(".hax-active").forEach(el=>{el.classList.remove("hax-active")}),this.editMode&&null!=newValue){let tag=newValue.tagName.toLowerCase();newValue.classList.add("hax-active"),window.HaxStore.instance.isTextElement(newValue)||window.HaxStore.instance.isGridPlateElement(newValue)?(newValue.setAttribute("contenteditable",!0),this.setAttribute("contenteditable",!0),clearTimeout(this.__positionContextTimer),this.__positionContextTimer=setTimeout(()=>{newValue===this.activeNode&&this.positionContextMenus(newValue,newValue)},10)):(newValue.removeAttribute("contenteditable"),this.removeAttribute("contenteditable")),this.shadowRoot.querySelector("#textcontextmenu").realSelectedValue=tag,"left"==newValue.style.textAlign?(this.shadowRoot.querySelector("#textcontextmenu").justifyIcon="editor:format-align-left",this.shadowRoot.querySelector("#textcontextmenu").justifyValue="text-align-left"):"left"==newValue.style.float?(this.shadowRoot.querySelector("#cecontextmenu").justifyIcon="editor:format-align-left",this.shadowRoot.querySelector("#cecontextmenu").justifyValue="hax-align-left"):"0 auto"==newValue.style.margin&&(this.shadowRoot.querySelector("#cecontextmenu").justifyIcon="editor:format-align-center",this.shadowRoot.querySelector("#cecontextmenu").justifyValue="hax-align-center")}else null===newValue&&(this.hideContextMenus(),this.__oldActiveNode=oldValue,this.shadowRoot.querySelector("#textcontextmenu").justifyIcon="editor:format-align-left",this.shadowRoot.querySelector("#textcontextmenu").justifyValue="text-align-left")}_getPosition(element){return{x:element.offsetLeft-element.scrollLeft+element.clientLeft,y:element.offsetTop-element.scrollTop+element.clientTop}}_positionContextMenu(menu,target,xoffset,yoffset){if(null!=target){let pos=this._getPosition(target);menu.style.left=null!=xoffset?pos.x+xoffset+"px":pos.x+"px",menu.style.top=null!=yoffset?pos.y+yoffset+"px":pos.y+"px"}menu.classList.add("hax-context-visible"),this.__activeHover&&(menu.classList.add("hax-active-hover"),menu.style.marginLeft="",this.__typeLock=!1),setTimeout(()=>{this._keepContextVisible()},100)}_hideContextMenu(menu){menu.classList.remove("hax-context-visible","hax-context-pin-top","hax-context-pin-bottom"),menu.style.left="-100px"}_tabKeyPressed(){let focus=!1,node=this.activeContainerNode;const activeNodeTagName=this.activeContainerNode.tagName;try{let range=window.HaxStore.getRange().cloneRange();var tagTest=range.commonAncestorContainer.tagName;if(void 0===tagTest&&(tagTest=range.commonAncestorContainer.parentNode.tagName),["UL","OL","LI"].includes(activeNodeTagName)||["UL","OL","LI"].includes(tagTest))this.polyfillSafe&&(document.execCommand("indent"),this.__tabTrap=!0);else for(;!focus;)null==node.nextSibling?focus=!0:"function"===node.nextSibling.focus?(node.nextSibling.focus(),focus=!0):node=node.nextSibling}catch(e){console.warn(e)}}_tabBackKeyPressed(){let node=this.activeContainerNode;const activeNodeTagName=this.activeContainerNode.tagName;try{let range=window.HaxStore.getRange().cloneRange();var tagTest=range.commonAncestorContainer.tagName;if(void 0===tagTest&&(tagTest=range.commonAncestorContainer.parentNode.tagName),["UL","OL","LI"].includes(activeNodeTagName)||["UL","OL","LI"].includes(tagTest))this.polyfillSafe&&(document.execCommand("outdent"),this.__tabTrap=!0);else{if(null!=node)for(;null!=node&&!this._validElementTest(node);)node=node.previousSibling;null!=node&&setTimeout(()=>{node.focus()},50)}}catch(e){console.warn(e)}}}_exports.HaxBody=HaxBody,window.customElements.define(HaxBody.tag,HaxBody)}));
\ No newline at end of file
+ `}static get properties(){return{...super.properties,openDrawer:{type:Object},editMode:{type:Boolean,reflect:!0,attribute:"edit-mode"},haxRayMode:{type:Boolean,reflect:!0,attribute:"hax-ray-mode"},globalPreferences:{type:Object},activeNode:{type:Object},activeContainerNode:{type:Object}}}firstUpdated(changedProperties){this.dispatchEvent(new CustomEvent("hax-register-body",{bubbles:!0,cancelable:!0,composed:!0,detail:this}));try{document.execCommand("enableObjectResizing",!1,!1),document.execCommand("defaultParagraphSeparator",!1,"p")}catch(e){console.warn(e)}this.shadowRoot.querySelector("slot").addEventListener("mousemove",this.hoverEvent.bind(this)),this.shadowRoot.querySelector("slot").addEventListener("mouseup",e=>{const tmp=window.HaxStore.getSelection();window.HaxStore._tmpSelection=tmp;try{const range=window.HaxStore.getRange();range.cloneRange&&(window.HaxStore._tmpRange=range.cloneRange())}catch(e){console.warn(e)}}),this.editMode=window.HaxStore.instance.editMode,this.__tabTrap=!1}updated(changedProperties){changedProperties.forEach((oldValue,propName)=>{"openDrawer"==propName&&this._openDrawerChanged(this[propName],oldValue),"editMode"==propName&&this._editModeChanged(this[propName],oldValue),"globalPreferences"==propName&&this._globalPreferencesUpdated(this[propName],oldValue),"activeNode"==propName&&(this._activeNodeChanged(this[propName],oldValue),this.dispatchEvent(new CustomEvent("active-node-changed",{detail:{value:this[propName]}}))),"activeContainerNode"==propName&&(this._activeContainerNodeChanged(this[propName],oldValue),this.dispatchEvent(new CustomEvent("active-container-node-changed",{detail:{value:this[propName]}})))})}_openDrawerChanged(newValue,oldValue){newValue?this.hideContextMenus():this.positionContextMenus(this.activeNode,this.activeContainerNode)}connectedCallback(){super.connectedCallback(),this._observer=new MutationObserver(mutations=>{var mutFind=!1;mutations.forEach(mutation=>{mutation.addedNodes.length>0&&mutation.addedNodes.forEach(node=>{this._validElementTest(node)&&(!this.editMode||"true"!=node.getAttribute("contenteditable")&&!0!==node.getAttribute("contenteditable")&&"contenteditable"!=node.getAttribute("contenteditable")||this.__applyNodeEditableState(node,!this.editMode),this.__applyNodeEditableState(node,this.editMode),this.dispatchEvent(new CustomEvent("hax-body-tag-added",{bubbles:!0,cancelable:!0,composed:!0,detail:{node:node}})),this.___moveLock||mutFind?this.___moveLock=!1:(mutFind=!0,this.activeNode=node,window.HaxStore.write("activeNode",node,this)))}),mutation.removedNodes.length>0&&mutation.removedNodes.forEach(node=>{this._validElementTest(node)&&!node.classList.contains("hax-active")&&this.dispatchEvent(new CustomEvent("hax-body-tag-removed",{bubbles:!0,cancelable:!0,composed:!0,detail:{node:node}}))})})}),this._observer.observe(this,{childList:!0}),setTimeout(()=>{window.addEventListener("keydown",this._onKeyDown.bind(this)),window.addEventListener("keypress",this._onKeyPress.bind(this)),document.body.addEventListener("hax-store-property-updated",this._haxStorePropertyUpdated.bind(this)),window.addEventListener("scroll",this._keepContextVisible.bind(this))},0)}disconnectedCallback(){window.removeEventListener("keydown",this._onKeyDown.bind(this)),window.removeEventListener("keypress",this._onKeyPress.bind(this)),document.body.removeEventListener("hax-store-property-updated",this._haxStorePropertyUpdated.bind(this)),window.removeEventListener("scroll",this._keepContextVisible.bind(this)),this._observer.disconnect(),super.disconnectedCallback()}_keepContextVisible(e){if(!this.openDrawer&&this.editMode){let el=!1;this.shadowRoot.querySelector("#textcontextmenu").classList.contains("hax-context-visible")?el=this.shadowRoot.querySelector("#textcontextmenu"):this.shadowRoot.querySelector("#cecontextmenu").classList.contains("hax-context-visible")&&(el=this.shadowRoot.querySelector("#cecontextmenu")),el&&(this.elementInViewport(el)?el.classList.remove("hax-context-pin-bottom","hax-context-pin-top"):this.__OffBottom?el.classList.add("hax-context-pin-top"):el.classList.add("hax-context-pin-bottom"))}}_onKeyDown(e){if(!this.openDrawer&&this.editMode&&this.getAttribute("contenteditable")){switch(e.key){case"Tab":window.HaxStore.instance.isTextElement(this.activeContainerNode)&&(e.detail.keyboardEvent&&(e.detail.keyboardEvent.preventDefault(),e.detail.keyboardEvent.stopPropagation(),e.detail.keyboardEvent.stopImmediatePropagation()),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),e.shiftKey?this._tabBackKeyPressed():this._tabKeyPressed());break;case"Enter":this.setAttribute("contenteditable",!0);case"Backspace":case"Delete":case"ArrowUp":case"ArrowDown":case"ArrowLeft":case"ArrowRight":clearTimeout(this.__keyPressDirection),this.__keyPressDirection=setTimeout(()=>{const rng=window.HaxStore.getRange();rng.commonAncestorContainer&&this.activeNode!==rng.commonAncestorContainer&&"function"==typeof rng.commonAncestorContainer.focus?"HAX-BODY"!==rng.commonAncestorContainer.tagName&&(window.HaxStore.instance.isTextElement(rng.commonAncestorContainer)?this.setAttribute("contenteditable",!0):this.removeAttribute("contenteditable"),rng.commonAncestorContainer.focus(),this.__focusLogic(rng.commonAncestorContainer)):rng.commonAncestorContainer&&rng.commonAncestorContainer.parentNode&&this.activeNode!==rng.commonAncestorContainer.parentNode&&"function"==typeof rng.commonAncestorContainer.parentNode.focus&&"HAX-BODY"!==rng.commonAncestorContainer.parentNode.tagName&&(window.HaxStore.instance.isTextElement(rng.commonAncestorContainer.parentNode)?this.setAttribute("contenteditable",!0):this.removeAttribute("contenteditable"),rng.commonAncestorContainer.parentNode.focus(),this.__focusLogic(rng.commonAncestorContainer.parentNode))},50)}this.shadowRoot.querySelector("#platecontextmenu").classList.contains("hax-active-hover")&&this.__dropActiveHover()}}_onKeyPress(e){!this.openDrawer&&this.editMode&&this.shadowRoot.querySelector("#platecontextmenu").classList.contains("hax-active-hover")&&this.activeNode&&window.HaxStore.instance.isTextElement(this.activeNode)?this.__dropActiveHover():!this.openDrawer&&this.editMode&&this.activeNode&&window.HaxStore.instance.isTextElement(this.activeNode)&&(clearTimeout(this.__positionContextTimer),this.__positionContextTimer=setTimeout(()=>{this.positionContextMenus(this.activeNode,this.activeNode)},2e3))}hoverEvent(e){if(!this.openDrawer&&this.editMode&&(e.target&&null!=e.target.getAttribute("data-hax-ray")?(this.__activeHover=e.target,this.dispatchEvent(new CustomEvent("hax-active-hover-name",{bubbles:!0,cancelable:!0,composed:!0,detail:e.target.getAttribute("data-hax-ray")}))):e.target&&e.target.parentNode&&null!=e.target.parentNode.getAttribute("data-hax-ray")&&(this.__activeHover=e.target.parentNode,this.dispatchEvent(new CustomEvent("hax-active-hover-name",{bubbles:!0,cancelable:!0,composed:!0,detail:e.target.parentNode.getAttribute("data-hax-ray")}))),!this.shadowRoot.querySelector("#platecontextmenu").classList.contains("hax-active-hover"))){let local=e.target;e.target===this.shadowRoot.querySelector("#cecontextmenu")||e.target===this.shadowRoot.querySelector("#textcontextmenu")||e.target===this.shadowRoot.querySelector("#platecontextmenu")||local===this.activeNode||local===this.activeContainerNode||e.target===this.activeNode||e.target===this.activeContainerNode||local.parentNode===this.activeContainerNode||local.parentNode.parentNode===this.activeContainerNode||local.parentNode.parentNode.parentNode===this.activeContainerNode?(this.positionContextMenus(this.activeNode,this.activeContainerNode),this.__addActiveHover(),this.__typeLock=!1):this.__dropActiveHover()}}__addActiveHover(){this.shadowRoot.querySelector("#cecontextmenu").classList.add("hax-active-hover"),this.shadowRoot.querySelector("#textcontextmenu").classList.add("hax-active-hover"),this.shadowRoot.querySelector("#platecontextmenu").classList.add("hax-active-hover")}__dropActiveHover(){this.shadowRoot.querySelector("#cecontextmenu").classList.remove("hax-active-hover"),this.shadowRoot.querySelector("#textcontextmenu").classList.remove("hax-active-hover"),this.shadowRoot.querySelector("#platecontextmenu").classList.remove("hax-active-hover")}elementInViewport(el){let top=el.offsetTop-32-window.HaxStore.instance.haxPanel.shadowRoot.querySelector("#drawer").offsetHeight,left=el.offsetLeft,width=el.offsetWidth,height=el.offsetHeight;for(;el.offsetParent;)top+=(el=el.offsetParent).offsetTop,left+=el.offsetLeft;return this.__OffBottom=topwindow.pageYOffset&&left+width>window.pageXOffset}replacePlaceholder(e){if("text"===e.detail){let p=document.createElement("p");p.innerHTML=" ",this.haxReplaceNode(this.activeNode,p,this.activeNode.parentNode),setTimeout(()=>{this.activeNode=p,window.HaxStore.write("activeNode",p,this),this.activeContainerNode.setAttribute("contenteditable",!0),p.focus(),this.__focusLogic(p)},210)}else this.replaceElementWorkflow()}replaceElementWorkflow(){let element=window.HaxStore.nodeToHaxElement(this.activeNode,null),type="*",skipPropMatch=!1;"place-holder"===element.tag&&void 0!==element.properties.type&&(type=element.properties.type,skipPropMatch=!0);var props={};if(void 0!==window.HaxStore.instance.elementList[element.tag]&&!1!==window.HaxStore.instance.elementList[element.tag].gizmo&&void 0!==window.HaxStore.instance.elementList[element.tag].gizmo.handles&&window.HaxStore.instance.elementList[element.tag].gizmo.handles.length>0){let gizmo=window.HaxStore.instance.elementList[element.tag].gizmo;for(var i=0;i0){let tag=this.activeNode.tagName.toLowerCase(),humanName=tag.replace("-"," ");void 0!==window.HaxStore.instance.elementList[tag]&&!1!==window.HaxStore.instance.elementList[tag].gizmo&&(humanName=window.HaxStore.instance.elementList[tag].gizmo.title),window.HaxStore.instance.haxAppPicker.presentOptions(haxElements,"__convert",`Transform ${humanName} to..`,"gizmo")}else window.HaxStore.toast("Sorry, this can not be transformed!",5e3)}_globalPreferencesUpdated(newValue,oldValue){void 0!==newValue&&null!=newValue&&(this.haxRayMode=newValue.haxRayMode)}_haxStorePropertyUpdated(e){e.detail&&void 0!==e.detail.value&&e.detail.property&&(this[e.detail.property]=e.detail.value)}haxClearBody(confirm=!0){let status=!0;confirm&&(status=prompt("Are you sure you want to delete all content?")),status&&(0,_utils.wipeSlot)(this)}haxInsert(tag,content,properties={},waitForLock=!0){this.__activeHover=null;var frag=document.createElement(tag);frag.innerHTML=content;var newNode=frag.cloneNode(!0);for(var property in properties){let attributeName=window.HaxStore.camelToDash(property);properties.hasOwnProperty(property)&&(!0===properties[property]?newNode.setAttribute(attributeName,attributeName):!1===properties[property]?newNode.removeAttribute(attributeName):null!=properties[property]&&properties[property].constructor===Array?newNode.properties&&newNode.properties[property].readOnly||(newNode.set?newNode.set(attributeName,properties[property]):newNode[attributeName]=properties[property]):null!=properties[property]&&properties[property].constructor===Object?newNode.properties&&newNode.properties[property].readOnly||(newNode.set?newNode.set(attributeName,properties[property]):newNode[attributeName]=properties[property]):newNode.setAttribute(attributeName,properties[property]))}return null!==window.HaxStore.instance.activePlaceHolder&&void 0!==window.HaxStore.instance.activePlaceHolder.style?(newNode.style.width=window.HaxStore.instance.activePlaceHolder.style.width,newNode.style.float=window.HaxStore.instance.activePlaceHolder.style.float,newNode.style.margin=window.HaxStore.instance.activePlaceHolder.style.margin,newNode.style.display=window.HaxStore.instance.activePlaceHolder.style.display,this.haxReplaceNode(window.HaxStore.instance.activePlaceHolder,newNode,window.HaxStore.instance.activePlaceHolder.parentNode),window.HaxStore.instance.activePlaceHolder=null):null!=this.activeContainerNode?"GRID-PLATE"!==newNode.tagName&&"GRID-PLATE"===this.activeContainerNode.tagName&&this.activeContainerNode!==this.activeNode?(null!=this.activeNode.getAttribute("slot")&&newNode.setAttribute("slot",this.activeNode.getAttribute("slot")),this.activeContainerNode.insertBefore(newNode,this.activeNode)):this.insertBefore(newNode,this.activeContainerNode.nextElementSibling):this.appendChild(newNode),this.shadowRoot.querySelector("#textcontextmenu").highlightOps=!1,this.__updateLockFocus=newNode,waitForLock&&setTimeout(()=>{this.breakUpdateLock()},50),!0}breakUpdateLock(){window.HaxStore.write("activeContainerNode",this.__updateLockFocus,this),window.HaxStore.write("activeNode",this.__updateLockFocus,this),this.__updateLockFocus.focus(),"function"==typeof this.__updateLockFocus.scrollIntoViewIfNeeded?this.__updateLockFocus.scrollIntoViewIfNeeded(!0):this.__updateLockFocus.scrollIntoView({behavior:"smooth",inline:"center"})}haxToContent(){this.hideContextMenus();var __active=this.activeNode;this.activeNode=null,this.activeContainerNode=null,window.HaxStore.write("activeNode",null,this),window.HaxStore.write("activeContainerNode",null,this);let children="slot"===this.shadowRoot.querySelector("#body").localName?this.shadowRoot.querySelector("#body").assignedNodes({flatten:!0}):[];this.globalPreferences.haxDeveloperMode&&console.warn(children);for(var content="",i=0,len=children.length;i{parent===this&&window.HaxStore.write("activeContainerNode",nodeClone,this),window.HaxStore.write("activeNode",nodeClone,this)},100),!0}hideContextMenus(){this._hideContextMenu(this.shadowRoot.querySelector("#textcontextmenu")),this._hideContextMenu(this.shadowRoot.querySelector("#cecontextmenu")),this._hideContextMenu(this.shadowRoot.querySelector("#platecontextmenu")),this._hideContextMenu(this.shadowRoot.querySelector("#haxinputmixer")),this.shadowRoot.querySelector("#textcontextmenu").highlightOps=!1}positionContextMenus(node,container){if(node){let tag=node.tagName.toLowerCase();window.HaxStore.instance._isSandboxed&&"webview"===tag&&(tag="iframe");let props=window.HaxStore.instance.elementList[tag];void 0===props||window.HaxStore.instance.isTextElement(node)?(this._hideContextMenu(this.shadowRoot.querySelector("#cecontextmenu")),this._positionContextMenu(this.shadowRoot.querySelector("#textcontextmenu"),node,-39,-39)):(this._hideContextMenu(this.shadowRoot.querySelector("#textcontextmenu")),props.element=node,this.shadowRoot.querySelector("#cecontextmenu").setHaxProperties(props),this._positionContextMenu(this.shadowRoot.querySelector("#cecontextmenu"),node,-39,-39)),this._positionContextMenu(this.shadowRoot.querySelector("#platecontextmenu"),container,-39,0),container&&!this._HTMLPrimativeTest(node)&&node!==container?container.contentEditable=!1:container&&(container.contentEditable=!0)}}haxMoveGridPlate(direction,node,container){switch(this.___moveLock=!0,direction){case"first":null!==container.previousElementSibling&&this.insertBefore(container,this.firstChild);break;case"up":null!==container.previousElementSibling&&this.insertBefore(container,container.previousElementSibling);break;case"down":null!==container.nextElementSibling&&this.insertBefore(container.nextElementSibling,container);break;case"last":null!==container.nextElementSibling&&this.appendChild(container)}return setTimeout(()=>{this.positionContextMenus(node,container),"function"==typeof container.scrollIntoViewIfNeeded?container.scrollIntoViewIfNeeded(!0):container.scrollIntoView({behavior:"smooth",inline:"center"})},5),!0}haxReplaceNode(node,replacement,parent=this){this.hideContextMenus();try{node&&node.getAttribute&&null!=node.getAttribute("slot")&&replacement.setAttribute("slot",node.getAttribute("slot")),null==node&&(node=this.__oldActiveNode,parent=this.__oldActiveNode.parentNode),parent.replaceChild(replacement,node)}catch(e){console.warn(e)}return replacement}haxChangeTagName(node,tagName){this.hideContextMenus();for(var replacement=document.createElement(tagName),i=0,l=node.attributes.length;i ":"ul"!=node.tagName.toLowerCase()&&"ol"!=node.tagName.toLowerCase()&&(replacement.innerHTML=""+node.innerHTML.trim().replace(/ /g," \n").replace(/ /g," \n")+" "):"ul"!=node.tagName.toLowerCase()&&"ol"!=node.tagName.toLowerCase()||(replacement.innerHTML=replacement.innerHTML.replace(//g,"").replace(/<\/ul>/g,"").replace(/<\/li>/g,"").replace(/ /g,"").replace(/<\/li>/g," "));try{node.parentNode.replaceChild(replacement,node),setTimeout(()=>{let children=replacement.children;children[0]&&children.tagName?children[0].focus():replacement.focus()},50)}catch(e){console.warn(e),console.warn(replacement),console.warn(node)}return replacement}haxDeleteNode(node,parent=this){if(this.hideContextMenus(),null!=this.activeContainerNode&&null!==this.activeContainerNode.previousElementSibling){if(this.activeContainerNode.previousElementSibling.focus(),null!=this.activeContainerNode&&window.HaxStore.instance.isTextElement(this.activeContainerNode)&&""!==this.activeContainerNode.textContent)try{var range=document.createRange(),sel=window.HaxStore.getSelection();range.setStart(this.activeContainerNode,1),range.collapse(!0),sel.removeAllRanges(),sel.addRange(range),this.activeContainerNode.focus()}catch(e){console.warn(e)}}else null!=this.activeContainerNode&&null!==this.activeContainerNode.nextElementSibling?this.activeContainerNode.nextElementSibling.focus():(this.activeNode=null,this.activeContainerNode=null,window.HaxStore.write("activeNode",null,this),window.HaxStore.write("activeContainerNode",null,this));try{return parent.removeChild(node)}catch(e){console.warn(e)}}importContent(html,clear=!0){clear&&(0,_utils.wipeSlot)(this,"*"),setTimeout(()=>{html=(0,_utils.encapScript)(html);let fragment=document.createElement("div");for(fragment.insertAdjacentHTML("beforeend",html);null!==fragment.firstChild;)if(void 0!==fragment.firstChild.tagName)if(window.HaxStore.instance._isSandboxed&&"iframe"===fragment.firstChild.tagName.toLowerCase()){for(var replacement=document.createElement("webview"),j=0,l=fragment.firstChild.attributes.length;j{window.HaxStore.instance.haxManager.shadowRoot.querySelector("#preview").shadowRoot.querySelector("#configurebutton").focus()},100);break;case"hax-manager-configure-container":window.HaxStore.write("activeNode",window.HaxStore.instance.activeContainerNode,this),this._hideContextMenu(this.shadowRoot.querySelector("#haxinputmixer")),window.HaxStore.instance.haxManager.resetManager(),haxElement=window.HaxStore.nodeToHaxElement(window.HaxStore.instance.activeNode),window.HaxStore.write("activeHaxElement",haxElement,this),window.HaxStore.instance.haxManager.editExistingNode=!0,window.HaxStore.instance.haxManager.selectStep("configure"),window.HaxStore.write("openDrawer",window.HaxStore.instance.haxManager,this),setTimeout(()=>{window.HaxStore.instance.haxManager.shadowRoot.querySelector("#preview").shadowRoot.querySelector("#configurebutton").focus()},100)}}_haxInputMixerOperation(e){let mixer=e.detail.inputMixer;null!=mixer.propertyToBind?this.activeNode[mixer.propertyToBind]=mixer.value:null!=mixer.slotToBind&&(item=document.createElement("span"),item.style.height="inherit",item.innerHTML=mixer.value,item.slot=mixer.slotToBind,this.activeNode.appendChild(item)),this._hideContextMenu(this.shadowRoot.querySelector("#haxinputmixer"))}_focusIn(e){this.__focusLogic(e.target)&&e.stopPropagation()}__focusLogic(target){let stopProp=!1;if(this.openDrawer||!this.editMode||this.__tabTrap)this.__tabTrap=!1;else{let containerNode=target;"SPAN"===containerNode.tagName&&window.HaxStore.instance.isTextElement(target.parentNode)&&(containerNode=target.parentNode);let activeNode=null;if(this._validElementTest(containerNode)&&null!=containerNode.parentNode){for(;"HAX-BODY"!=containerNode.parentNode.tagName;)null===activeNode&&"LI"!==containerNode.tagName&&"B"!==containerNode.tagName&&"I"!==containerNode.tagName&&"STRONG"!==containerNode.tagName&&"EM"!==containerNode.tagName&&(activeNode=containerNode),containerNode=containerNode.parentNode;null===activeNode?activeNode=containerNode:window.HaxStore.instance.isGridPlateElement(containerNode)?["UL","OL","LI","P","GRID-PLATE"].includes(containerNode.tagName)&&["UL","OL","LI"].includes(activeNode.tagName)&&(activeNode=containerNode):activeNode=containerNode,this.activeContainerNode===containerNode||containerNode.classList.contains("ignore-activation")?containerNode.classList.contains("ignore-activation")&&(stopProp=!0):(this.hideContextMenus(),this.activeContainerNode=containerNode,window.HaxStore.write("activeContainerNode",containerNode,this),stopProp=!0),this.activeNode===activeNode||activeNode.classList.contains("ignore-activation")||(this.activeNode=activeNode,window.HaxStore.write("activeNode",activeNode,this),this.positionContextMenus(activeNode,containerNode),stopProp=!0)}}return stopProp}_editModeChanged(newValue,oldValue){void 0!==oldValue&&(this._applyContentEditable(newValue),this.setAttribute("tabindex","-1"),newValue&&setTimeout(()=>{this.children&&this.children[0]&&this.children[0].focus?(this.activeNode=this.children[0],this.activeContainerNode=this.activeNode,window.HaxStore.write("activeNode",this.children[0],this),window.HaxStore.write("activeContainerNode",this.children[0],this),setTimeout(()=>{if(window.HaxStore.instance.isTextElement(this.activeNode))try{var range=document.createRange(),sel=window.HaxStore.getSelection();range.setStart(this.activeNode,0),range.collapse(!0),sel.removeAllRanges(),sel.addRange(range),this.activeNode.focus()}catch(e){console.warn(e)}},0)):(this.haxInsert("p","",{},!1),setTimeout(()=>{try{var range=document.createRange(),sel=window.HaxStore.getSelection();range.setStart(this.activeNode,0),range.collapse(!0),sel.removeAllRanges(),sel.addRange(range),this.activeNode.focus()}catch(e){console.warn(e)}},0))},100)),!1===newValue&&(this.removeAttribute("contenteditable"),this.hideContextMenus())}_haxResolvePreviousElement(node){for(node=node.previousElementSibling;null!=node&&void 0!==node.tagName&&"HAX-"===node.tagName.substring(0,4);)node=node.previousElementSibling;return node}_validElementTest(node){return void 0!==node.tagName&&("HAX-"!==node.tagName.substring(0,4)||"HAX-LOGO"===node.tagName)}_HTMLPrimativeTest(node){return null!=node&&void 0!==node.tagName&&-1==node.tagName.indexOf("-")}_applyContentEditable(status,target=this.shadowRoot.querySelector("#body")){let children="slot"===target.localName?target.assignedNodes({flatten:!0}):[];0===children.length&&(children=target.children);for(var i=0,len=children.length;ij.tag===node.tagName.toLowerCase());if(-1!==i&&(haxRay=window.HaxStore.instance.gizmoList[i].title),status?(node.setAttribute("data-draggable",!0),node.setAttribute("data-editable",status),node.setAttribute("data-hax-ray",haxRay),listenerMethod="addEventListener"):(node.removeAttribute("data-draggable"),node.removeAttribute("data-editable"),node.removeAttribute("data-hax-ray"),listenerMethod="removeEventListener"),node[listenerMethod]("drop",this.dropEvent.bind(this)),node[listenerMethod]("dragenter",this.dragEnter.bind(this)),node[listenerMethod]("dragleave",this.dragLeave.bind(this)),node[listenerMethod]("dragend",this.dragEnd.bind(this)),node[listenerMethod]("dragover",(function(e){e.preventDefault()})),this._HTMLPrimativeTest(node)&&(status?node.setAttribute("contenteditable",status):node.removeAttribute("contenteditable"),node.querySelectorAll("a").length>0)){let links=node.querySelectorAll("a");for(var j=0,len2=links.length;j{e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()})}}dropEvent(e){if(!this.openDrawer&&this.editMode){var target=window.HaxStore.instance.__dragTarget,local=e.target;if(null!=target&&void 0!==local&&target!==local&&target!==local.parentNode&&target.parentNode===this||local.parentNode===this){target.removeAttribute("slot");try{this.insertBefore(target,local)}catch(e){console.warn(e)}e.preventDefault(),e.stopPropagation()}let children=this.children;for(var i in children)void 0!==children[i].classList&&children[i].classList.remove("mover","hovered");target&&"function"==typeof target.focus&&setTimeout(()=>{this.positionContextMenus(this.activeNode,this.activeContainerNode)},0)}}dragEnter(e){!this.openDrawer&&this.editMode&&(e.preventDefault(),e.target.classList.add("hovered"))}dragLeave(e){!this.openDrawer&&this.editMode&&e.target.classList.remove("hovered")}dragStart(e){if(!this.openDrawer&&this.editMode){let children=this.children;for(var i in children)void 0!==children[i].classList&&children[i].classList.add("mover")}}dragEnd(e){if(!this.openDrawer&&this.editMode){let children=this.children;for(var i in children)void 0!==children[i].classList&&children[i].classList.remove("mover","hovered")}}_activeContainerNodeChanged(newValue,oldValue){if(this.editMode&&void 0!==newValue&&null!=newValue&&null!=newValue.tagName){window.HaxStore.instance.isTextElement(newValue)||window.HaxStore.instance.isGridPlateElement(newValue)?(newValue.setAttribute("contenteditable",!0),this.setAttribute("contenteditable",!0)):(newValue.removeAttribute("contenteditable"),this.removeAttribute("contenteditable")),oldValue&&"GRID-PLATE"==oldValue.tagName&&(oldValue.activeItem=null),"grid-plate"===newValue.tagName.toLowerCase()&&(newValue.editMode=this.editMode,this._applyContentEditable(this.editMode,newValue))}}_activeNodeChanged(newValue,oldValue){if(this.querySelectorAll(".hax-active").forEach(el=>{el.classList.remove("hax-active")}),this.editMode&&null!=newValue){let tag=newValue.tagName.toLowerCase();newValue.classList.add("hax-active"),window.HaxStore.instance.isTextElement(newValue)||window.HaxStore.instance.isGridPlateElement(newValue)?(newValue.setAttribute("contenteditable",!0),this.setAttribute("contenteditable",!0),clearTimeout(this.__positionContextTimer),this.__positionContextTimer=setTimeout(()=>{newValue===this.activeNode&&this.positionContextMenus(newValue,newValue)},10)):(newValue.removeAttribute("contenteditable"),this.removeAttribute("contenteditable")),this.shadowRoot.querySelector("#textcontextmenu").realSelectedValue=tag,"left"==newValue.style.textAlign?(this.shadowRoot.querySelector("#textcontextmenu").justifyIcon="editor:format-align-left",this.shadowRoot.querySelector("#textcontextmenu").justifyValue="text-align-left"):"left"==newValue.style.float?(this.shadowRoot.querySelector("#cecontextmenu").justifyIcon="editor:format-align-left",this.shadowRoot.querySelector("#cecontextmenu").justifyValue="hax-align-left"):"0 auto"==newValue.style.margin&&(this.shadowRoot.querySelector("#cecontextmenu").justifyIcon="editor:format-align-center",this.shadowRoot.querySelector("#cecontextmenu").justifyValue="hax-align-center")}else null===newValue&&(this.hideContextMenus(),this.__oldActiveNode=oldValue,this.shadowRoot.querySelector("#textcontextmenu").justifyIcon="editor:format-align-left",this.shadowRoot.querySelector("#textcontextmenu").justifyValue="text-align-left")}_getPosition(element){return{x:element.offsetLeft-element.scrollLeft+element.clientLeft,y:element.offsetTop-element.scrollTop+element.clientTop}}_positionContextMenu(menu,target,xoffset,yoffset){if(null!=target){let pos=this._getPosition(target);menu.style.left=null!=xoffset?pos.x+xoffset+"px":pos.x+"px",menu.style.top=null!=yoffset?pos.y+yoffset+"px":pos.y+"px"}menu.classList.add("hax-context-visible"),this.__activeHover&&(menu.classList.add("hax-active-hover"),menu.style.marginLeft="",this.__typeLock=!1),setTimeout(()=>{this._keepContextVisible()},100)}_hideContextMenu(menu){menu.classList.remove("hax-context-visible","hax-context-pin-top","hax-context-pin-bottom"),menu.style.left="-100px"}_tabKeyPressed(){let focus=!1,node=this.activeContainerNode;const activeNodeTagName=this.activeContainerNode.tagName;try{let range=window.HaxStore.getRange().cloneRange();var tagTest=range.commonAncestorContainer.tagName;if(void 0===tagTest&&(tagTest=range.commonAncestorContainer.parentNode.tagName),["UL","OL","LI"].includes(activeNodeTagName)||["UL","OL","LI"].includes(tagTest))this.polyfillSafe&&(document.execCommand("indent"),this.__tabTrap=!0);else for(;!focus;)null==node.nextSibling?focus=!0:"function"===node.nextSibling.focus?(node.nextSibling.focus(),focus=!0):node=node.nextSibling}catch(e){console.warn(e)}}_tabBackKeyPressed(){let node=this.activeContainerNode;const activeNodeTagName=this.activeContainerNode.tagName;try{let range=window.HaxStore.getRange().cloneRange();var tagTest=range.commonAncestorContainer.tagName;if(void 0===tagTest&&(tagTest=range.commonAncestorContainer.parentNode.tagName),["UL","OL","LI"].includes(activeNodeTagName)||["UL","OL","LI"].includes(tagTest))this.polyfillSafe&&(document.execCommand("outdent"),this.__tabTrap=!0);else{if(null!=node)for(;null!=node&&!this._validElementTest(node);)node=node.previousSibling;null!=node&&setTimeout(()=>{node.focus()},50)}}catch(e){console.warn(e)}}}_exports.HaxBody=HaxBody,window.customElements.define(HaxBody.tag,HaxBody)}));
\ No newline at end of file
diff --git a/build/es6-amd/node_modules/@lrnwebcomponents/retro-card/retro-card.js b/build/es6-amd/node_modules/@lrnwebcomponents/retro-card/retro-card.js
new file mode 100644
index 00000000000..144f572ee17
--- /dev/null
+++ b/build/es6-amd/node_modules/@lrnwebcomponents/retro-card/retro-card.js
@@ -0,0 +1,147 @@
+define(["exports","../../lit-element/lit-element.js","../simple-colors/simple-colors.js"],(function(_exports,_litElement,_simpleColors){Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.RetroCard=void 0;
+/**
+ * Copyright 2019 The Pennsylvania State University
+ * @license Apache-2.0, see License.md for full text.
+ */
+class RetroCard extends _simpleColors.SimpleColors{static get styles(){return[...super.styles,_litElement.css`
+ :host {
+ display: block;
+ --retro-card-level-2: var(
+ --simple-colors-default-theme-accent-7,
+ #b8a515
+ );
+ --retro-card-level-1: var(
+ --simple-colors-default-theme-accent-6,
+ #e5cd1b
+ );
+ --retro-card-level-3: var(
+ --simple-colors-default-theme-accent-5,
+ #ead749
+ );
+ --retro-card-shadow: var(
+ --simple-colors-default-theme-accent-8,
+ rgba(229, 205, 27, 0.2)
+ );
+ --retro-card-light-color: #f4f1d0;
+ --retro-card-dark-color: #212121;
+ }
+ :host([dark]) {
+ --retro-card-dark-color: #f4f1d0;
+ --retro-card-light-color: #212121;
+ }
+ :host([hidden]) {
+ display: none;
+ }
+
+ :host([hover-state]) .link:nth-child(1n + 0) {
+ box-shadow: 16px 16px 0px 0px var(--retro-card-shadow);
+ border: 16px solid var(--retro-card-level-2);
+ background-color: var(--retro-card-level-1);
+ }
+
+ :host([hover-state]) .link {
+ color: var(--retro-card-light-color);
+ text-decoration: underline;
+ padding: 1.25rem;
+ border: 16px var(--retro-card-level-1) solid;
+ box-shadow: 16px 16px 0px 0px var(--retro-card-shadow);
+ transition: background-color 0.2s ease-in-out 0s,
+ padding 0.4s ease-in-out 0s, border 0.4s ease-in-out 0s,
+ box-shadow 0.2s ease-in-out 0s;
+ }
+ .link:nth-child(1n + 0) {
+ background-color: var(--retro-card-level-3);
+ box-shadow: 8px 8px 0px 0px var(--retro-card-level-1);
+ border: 4px var(--retro-card-level-1) solid;
+ }
+ .link {
+ display: block;
+ background-color: var(--retro-card-level-3);
+ border: 4px var(--retro-card-level-1) solid;
+ padding: 2rem;
+ box-shadow: 8px 8px 0px 0px var(--retro-card-level-1);
+ transition: padding 0.4s ease-in-out 0s, border 0.4s ease-in-out 0s,
+ box-shadow 0.2s ease-in-out 0s;
+ }
+
+ .img {
+ -webkit-filter: grayscale(1);
+ filter: grayscale(1);
+ mix-blend-mode: screen;
+ border: 0;
+ max-width: 100%;
+ height: auto;
+ -ms-interpolation-mode: bicubic;
+ display: inline-block;
+ vertical-align: middle;
+ max-height: 200px;
+ }
+
+ .title {
+ display: block;
+ font-size: 1.5rem;
+ padding: 2rem 0 0 0;
+ text-transform: uppercase;
+ font-weight: 700;
+ text-align: center;
+ }
+
+ .description {
+ display: block;
+ font-size: 0.9rem;
+ padding: 0.75rem 1rem 0;
+ }
+ .card-tags {
+ line-height: 1.6;
+ text-align: center;
+ margin-bottom: 1rem;
+ text-rendering: optimizeLegibility;
+ font-weight: 300;
+ }
+ .project-tag {
+ font-size: 0.7rem;
+ padding: 0.25rem 0.5rem;
+ font-style: italic;
+ font-weight: 600;
+ color: var(--retro-card-light-color);
+ background: var(--retro-card-dark-color);
+ word-wrap: break-word;
+ padding: 0 0.5rem;
+ text-transform: uppercase;
+ margin-bottom: 2rem;
+ margin: 0 0.25rem 2rem 0;
+ }
+
+ hr {
+ border-bottom: 1px solid var(--retro-card-dark-color);
+ max-width: 75rem;
+ height: 0;
+ border-right: 0;
+ border-top: 0;
+ border-left: 0;
+ margin: 1.25rem auto;
+ clear: both;
+ }
+
+ a {
+ text-align: center;
+ color: var(--retro-card-dark-color);
+ text-decoration: none;
+ line-height: inherit;
+ cursor: pointer;
+ font-family: "Roboto Mono", Consolas, Monospace;
+ }
+ `]}render(){return _litElement.html`
+
+
+ ${this.title}
+ ${this.subtitle}
+
+
+
+ ${this.__cardTags.map(tag=>_litElement.html`
+ ${tag.trim()}
+ `)}
+
+
+ `}static get haxProperties(){return{canScale:!1,canPosition:!1,canEditSource:!1,gizmo:{title:"Retro card",description:"Simple card in a cool retro design",icon:"icons:android",color:"purple",groups:["Card"],handles:[{type:"image",source2:"mediaSource",source:"hoverSource",alt:"subtitle",title:"title",name:"title"}],meta:{author:"ELMS:LN",owner:"The Pennsylvania State University"}},settings:{quick:[{property:"mediaSource",description:"",inputMethod:"textfield",required:!0,icon:"icons:link",validationType:"url"}],configure:[{property:"title",description:"",inputMethod:"textfield",required:!1,icon:"icons:android"},{property:"url",description:"",inputMethod:"textfield",required:!1,icon:"icons:android",validationType:"url"},{property:"subtitle",description:"",inputMethod:"textfield",required:!1,icon:"icons:android"},{property:"tags",description:"",inputMethod:"textfield",required:!1,icon:"icons:android"},{property:"mediaSource",description:"Primary media source",inputMethod:"haxupload",required:!0,icon:"icons:link",validationType:"url"},{property:"hoverSource",description:"When user hovers / activates the card",title:"Source on hover",inputMethod:"haxupload",required:!1,validationType:"url",icon:"icons:android"},{property:"accentColor",description:"An accent to apply evenly to the card",title:"Accent Color",inputMethod:"colorpicker",required:!1,icon:"icons:android"},{property:"dark",title:"Dark",description:"Flips the color mode to be dark mode",inputMethod:"boolean",required:!1}],advanced:[]}}}static get properties(){return{...super.properties,title:{type:String},subtitle:{type:String},tags:{type:String},mediaSource:{type:String,attribute:"media-source"},url:{type:String},hoverSource:{type:String,attribute:"hover-source"},hoverState:{type:Boolean,attribute:"hover-state",reflect:!0},__cardTags:{type:Array},__source:{type:String}}}static get tag(){return"retro-card"}constructor(){super(),this.__cardTags=[],this.hoverState=!1,this.setAttribute("tabindex",0),setTimeout(()=>{this.addEventListener("keypress",this._keyPress.bind(this)),this.addEventListener("mouseover",this._hoverStateOn.bind(this)),this.addEventListener("mouseout",this._hoverStateOff.bind(this)),this.addEventListener("focusin",this._hoverStateOn.bind(this)),this.addEventListener("focusout",this._hoverStateOff.bind(this))},0)}_keyPress(e){switch(e.key){case"Enter":this.shadowRoot.querySelector("a").click()}}_hoverStateOff(e){this.hoverState=!1}_hoverStateOn(e){this.hoverState=!0}firstUpdated(){this.hoverSource||(console.log("?"),this.hoverSource=this.mediaSource)}updated(changedProperties){super.updated&&super.updated(changedProperties),changedProperties.forEach((oldValue,propName)=>{"tags"==propName&&this._tagsChanged(this[propName]),"source"==propName&&(this.__source=this.mediaSource),"hoverState"==propName&&(this.__source=this[propName]?this.hoverSource:this.mediaSource,console.log(this.mediaSource))})}_tagsChanged(tags){let ary=tags.split(",");this.__cardTags=[...ary]}}_exports.RetroCard=RetroCard,customElements.define(RetroCard.tag,RetroCard)}));
\ No newline at end of file
diff --git a/build/es6-amd/node_modules/@lrnwebcomponents/wysiwyg-hax/wysiwyg-hax.js b/build/es6-amd/node_modules/@lrnwebcomponents/wysiwyg-hax/wysiwyg-hax.js
index 745c481f217..c6f9ffab128 100644
--- a/build/es6-amd/node_modules/@lrnwebcomponents/wysiwyg-hax/wysiwyg-hax.js
+++ b/build/es6-amd/node_modules/@lrnwebcomponents/wysiwyg-hax/wysiwyg-hax.js
@@ -26,4 +26,4 @@ define(["exports","../../lit-element/lit-element.js","../cms-hax/cms-hax.js"],(f
align="${this.align}"
>
- `}static get tag(){return"wysiwyg-hax"}constructor(){super(),this.openDefault=!1,this.hideExportButton=!1,this.align="right",this.fieldId="textarea-input-field",this.fieldName="data[content]",this.__imported=!1,this.redirectLocation="",this.updatePageData=""}updated(changedProperties){changedProperties.forEach((oldValue,propName)=>{"activeHaxBody"==propName&&this._activeHaxBodyUpdated(this[propName])})}static get properties(){return{openDefault:{type:Boolean,attribute:"open-default"},redirectLocation:{type:String,attribute:"redirect-location"},hideExportButton:{type:Boolean,attribute:"hide-export-button"},hidePanelOps:{type:Boolean,attribute:"hide-panel-ops"},hidePreferencesButton:{type:Boolean,attribute:"hide-preferences-button"},align:{type:String},bodyValue:{type:String,attribute:"body-value"},appStoreConnection:{type:String,attribute:"app-store-connection"},fieldClass:{type:String,attribute:"field-class"},fieldId:{type:String,attribute:"field-id"},fieldName:{type:String,attribute:"field-name"},syncBody:{type:Boolean,attribute:"sync-body",reflect:!0},editMode:{type:Boolean,reflect:!0,attribute:"edit-mode"},endPoint:{type:String,attribute:"end-point"},updatePageData:{type:String,attribute:"update-page-data"},activeHaxBody:{type:Object},__imported:{type:Boolean}}}createRenderRoot(){return this}_activeHaxBodyUpdated(newValue){if(null!=newValue&&!this.__imported){this.__imported=!0;let children=this.querySelector("template");null!=children&&(newValue.importContent(children.innerHTML),this.editMode=!1,window.HaxStore.write("editMode",this.editMode,this),setTimeout(()=>{this.editMode=!0,window.HaxStore.write("editMode",this.editMode,this)},200))}}connectedCallback(){super.connectedCallback(),document.body.addEventListener("hax-save",this._bodyContentUpdated.bind(this)),document.body.addEventListener("hax-store-property-updated",this._haxStorePropertyUpdated.bind(this))}disconnectedCallback(){document.body.removeEventListener("hax-save",this._bodyContentUpdated.bind(this)),document.body.removeEventListener("hax-store-property-updated",this._haxStorePropertyUpdated.bind(this)),super.disconnectedCallback()}_haxStorePropertyUpdated(e){e.detail&&void 0!==e.detail.value&&e.detail.property&&("object"==typeof e.detail.value?this[e.detail.property]={...e.detail.value}:this[e.detail.property]=e.detail.value)}_bodyContentUpdated(e){this.bodyValue=window.HaxStore.instance.activeHaxBody.haxToContent()}}_exports.WysiwygHax=WysiwygHax,window.customElements.define(WysiwygHax.tag,WysiwygHax)}));
\ No newline at end of file
+ `}static get tag(){return"wysiwyg-hax"}constructor(){super();let children=this.querySelector("template");children&&(this.__importContent=children.innerHTML),this.openDefault=!1,this.hideExportButton=!1,this.align="right",this.fieldId="textarea-input-field",this.fieldName="data[content]",this.__imported=!1,this.redirectLocation="",this.updatePageData="",window.addEventListener("hax-save",this._bodyContentUpdated.bind(this)),window.addEventListener("hax-store-property-updated",this._haxStorePropertyUpdated.bind(this))}updated(changedProperties){changedProperties.forEach((oldValue,propName)=>{"activeHaxBody"==propName&&this._activeHaxBodyUpdated(this[propName])})}static get properties(){return{openDefault:{type:Boolean,attribute:"open-default"},redirectLocation:{type:String,attribute:"redirect-location"},hideExportButton:{type:Boolean,attribute:"hide-export-button"},hidePanelOps:{type:Boolean,attribute:"hide-panel-ops"},hidePreferencesButton:{type:Boolean,attribute:"hide-preferences-button"},align:{type:String},bodyValue:{type:String,attribute:"body-value"},appStoreConnection:{type:String,attribute:"app-store-connection"},fieldClass:{type:String,attribute:"field-class"},fieldId:{type:String,attribute:"field-id"},fieldName:{type:String,attribute:"field-name"},syncBody:{type:Boolean,attribute:"sync-body",reflect:!0},editMode:{type:Boolean,reflect:!0,attribute:"edit-mode"},endPoint:{type:String,attribute:"end-point"},updatePageData:{type:String,attribute:"update-page-data"},activeHaxBody:{type:Object},__imported:{type:Boolean}}}createRenderRoot(){return this}_activeHaxBodyUpdated(newValue){null==newValue||this.__imported||(this.__imported=!0,this.__importContent&&newValue.importContent(this.__importContent))}disconnectedCallback(){window.removeEventListener("hax-save",this._bodyContentUpdated.bind(this)),window.removeEventListener("hax-store-property-updated",this._haxStorePropertyUpdated.bind(this)),super.disconnectedCallback()}_haxStorePropertyUpdated(e){e.detail&&void 0!==e.detail.value&&e.detail.property&&("object"==typeof e.detail.value&&(this[e.detail.property]=null),this[e.detail.property]=e.detail.value)}_bodyContentUpdated(e){this.bodyValue=window.HaxStore.instance.activeHaxBody.haxToContent()}}_exports.WysiwygHax=WysiwygHax,window.customElements.define(WysiwygHax.tag,WysiwygHax)}));
\ No newline at end of file
diff --git a/build/es6-amd/node_modules/vmsg/COPYING b/build/es6-amd/node_modules/vmsg/COPYING
new file mode 100644
index 00000000000..0e259d42c99
--- /dev/null
+++ b/build/es6-amd/node_modules/vmsg/COPYING
@@ -0,0 +1,121 @@
+Creative Commons Legal Code
+
+CC0 1.0 Universal
+
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+ LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
+ ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
+ INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
+ REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
+ PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
+ THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
+ HEREUNDER.
+
+Statement of Purpose
+
+The laws of most jurisdictions throughout the world automatically confer
+exclusive Copyright and Related Rights (defined below) upon the creator
+and subsequent owner(s) (each and all, an "owner") of an original work of
+authorship and/or a database (each, a "Work").
+
+Certain owners wish to permanently relinquish those rights to a Work for
+the purpose of contributing to a commons of creative, cultural and
+scientific works ("Commons") that the public can reliably and without fear
+of later claims of infringement build upon, modify, incorporate in other
+works, reuse and redistribute as freely as possible in any form whatsoever
+and for any purposes, including without limitation commercial purposes.
+These owners may contribute to the Commons to promote the ideal of a free
+culture and the further production of creative, cultural and scientific
+works, or to gain reputation or greater distribution for their Work in
+part through the use and efforts of others.
+
+For these and/or other purposes and motivations, and without any
+expectation of additional consideration or compensation, the person
+associating CC0 with a Work (the "Affirmer"), to the extent that he or she
+is an owner of Copyright and Related Rights in the Work, voluntarily
+elects to apply CC0 to the Work and publicly distribute the Work under its
+terms, with knowledge of his or her Copyright and Related Rights in the
+Work and the meaning and intended legal effect of CC0 on those rights.
+
+1. Copyright and Related Rights. A Work made available under CC0 may be
+protected by copyright and related or neighboring rights ("Copyright and
+Related Rights"). Copyright and Related Rights include, but are not
+limited to, the following:
+
+ i. the right to reproduce, adapt, distribute, perform, display,
+ communicate, and translate a Work;
+ ii. moral rights retained by the original author(s) and/or performer(s);
+iii. publicity and privacy rights pertaining to a person's image or
+ likeness depicted in a Work;
+ iv. rights protecting against unfair competition in regards to a Work,
+ subject to the limitations in paragraph 4(a), below;
+ v. rights protecting the extraction, dissemination, use and reuse of data
+ in a Work;
+ vi. database rights (such as those arising under Directive 96/9/EC of the
+ European Parliament and of the Council of 11 March 1996 on the legal
+ protection of databases, and under any national implementation
+ thereof, including any amended or successor version of such
+ directive); and
+vii. other similar, equivalent or corresponding rights throughout the
+ world based on applicable law or treaty, and any national
+ implementations thereof.
+
+2. Waiver. To the greatest extent permitted by, but not in contravention
+of, applicable law, Affirmer hereby overtly, fully, permanently,
+irrevocably and unconditionally waives, abandons, and surrenders all of
+Affirmer's Copyright and Related Rights and associated claims and causes
+of action, whether now known or unknown (including existing as well as
+future claims and causes of action), in the Work (i) in all territories
+worldwide, (ii) for the maximum duration provided by applicable law or
+treaty (including future time extensions), (iii) in any current or future
+medium and for any number of copies, and (iv) for any purpose whatsoever,
+including without limitation commercial, advertising or promotional
+purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
+member of the public at large and to the detriment of Affirmer's heirs and
+successors, fully intending that such Waiver shall not be subject to
+revocation, rescission, cancellation, termination, or any other legal or
+equitable action to disrupt the quiet enjoyment of the Work by the public
+as contemplated by Affirmer's express Statement of Purpose.
+
+3. Public License Fallback. Should any part of the Waiver for any reason
+be judged legally invalid or ineffective under applicable law, then the
+Waiver shall be preserved to the maximum extent permitted taking into
+account Affirmer's express Statement of Purpose. In addition, to the
+extent the Waiver is so judged Affirmer hereby grants to each affected
+person a royalty-free, non transferable, non sublicensable, non exclusive,
+irrevocable and unconditional license to exercise Affirmer's Copyright and
+Related Rights in the Work (i) in all territories worldwide, (ii) for the
+maximum duration provided by applicable law or treaty (including future
+time extensions), (iii) in any current or future medium and for any number
+of copies, and (iv) for any purpose whatsoever, including without
+limitation commercial, advertising or promotional purposes (the
+"License"). The License shall be deemed effective as of the date CC0 was
+applied by Affirmer to the Work. Should any part of the License for any
+reason be judged legally invalid or ineffective under applicable law, such
+partial invalidity or ineffectiveness shall not invalidate the remainder
+of the License, and in such case Affirmer hereby affirms that he or she
+will not (i) exercise any of his or her remaining Copyright and Related
+Rights in the Work or (ii) assert any associated claims and causes of
+action with respect to the Work, in either case contrary to Affirmer's
+express Statement of Purpose.
+
+4. Limitations and Disclaimers.
+
+ a. No trademark or patent rights held by Affirmer are waived, abandoned,
+ surrendered, licensed or otherwise affected by this document.
+ b. Affirmer offers the Work as-is and makes no representations or
+ warranties of any kind concerning the Work, express, implied,
+ statutory or otherwise, including without limitation warranties of
+ title, merchantability, fitness for a particular purpose, non
+ infringement, or the absence of latent or other defects, accuracy, or
+ the present or absence of errors, whether or not discoverable, all to
+ the greatest extent permissible under applicable law.
+ c. Affirmer disclaims responsibility for clearing rights of other persons
+ that may apply to the Work or any use thereof, including without
+ limitation any person's Copyright and Related Rights in the Work.
+ Further, Affirmer disclaims responsibility for obtaining any necessary
+ consents, permissions or other rights required for any use of the
+ Work.
+ d. Affirmer understands and acknowledges that Creative Commons is not a
+ party to this document and has no duty or obligation with respect to
+ this CC0 or use of the Work.
diff --git a/build/es6-amd/node_modules/vmsg/README.md b/build/es6-amd/node_modules/vmsg/README.md
new file mode 100644
index 00000000000..81d819bf37c
--- /dev/null
+++ b/build/es6-amd/node_modules/vmsg/README.md
@@ -0,0 +1,128 @@
+# vmsg [![npm](https://img.shields.io/npm/v/vmsg.svg)](https://www.npmjs.com/package/vmsg)
+
+vmsg is a small library for creating voice messages. While traditional
+way of communicating on the web is via text, sometimes it's easier or
+rather funnier to express your thoughts just by saying it. Of course it
+doesn't require any special support: record your voice with some
+standard program, upload to file hosting and share the link. But why
+bother with all of that tedious stuff if you can do the same in browser
+with a few clicks.
+
+:confetti_ball: :tada: **[DEMO](https://kagami.github.io/vmsg/)** :tada: :confetti_ball:
+
+## Features
+
+* No dependencies, framework-agnostic, can be easily added to any site
+* Small: ~73kb gzipped WASM module and ~3kb gzipped JS + CSS
+* Uses MP3 format which is widely supported
+* Works in all latest browsers
+
+## Supported browsers
+
+* Chrome 32+
+* Firefox 27+
+* Safari 11+
+* Edge 12+
+
+## Usage
+
+```
+npm install vmsg --save
+```
+
+```js
+import { record } from "vmsg";
+
+someButton.onclick = function() {
+ record(/* {wasmURL: "/static/js/vmsg.wasm"} */).then(blob => {
+ console.log("Recorded MP3", blob);
+ // Can be used like this:
+ //
+ // const form = new FormData();
+ // form.append("file[]", blob, "record.mp3");
+ // fetch("/upload.php", {
+ // credentials: "include",
+ // method: "POST",
+ // body: form,
+ // }).then(resp => {
+ // });
+ });
+};
+```
+
+That's it! Don't forget to include [vmsg.css](vmsg.css) and
+[vmsg.wasm](vmsg.wasm) in your project. For browsers without WebAssembly
+support you need to also include
+[wasm-polyfill.js](https://github.com/Kagami/wasm-polyfill.js).
+
+See [demo](demo) directory for a more feasible example.
+
+A minimal React example for using Recorder with your own UI can be found [here](https://codesandbox.io/s/v67oz43lm7).
+
+See also [non React demo](https://github.com/addpipe/simple-vmsg-demo) and [Recording mp3 audio in HTML5 using vmsg](https://addpipe.com/blog/recording-mp3-audio-in-html5-using-vmsg-a-webassembly-library-based-on-lame/) article.
+
+## Development
+
+1. Install [Emscripten SDK](https://github.com/juj/emsdk).
+2. Install latest LLVM, Clang and LLD with WebAssembly backend, fix
+ `LLVM_ROOT` variable of Emscripten config.
+3. Make sure you have a standard GNU development environment.
+4. Activate emsdk environment.
+5. ```bash
+ git clone --recurse-submodules https://github.com/Kagami/vmsg.git && cd vmsg
+ make clean all
+ npm install
+ npm start
+ ```
+
+These instructions are very basic because there're a lot of systems with
+different conventions. Docker image would probably be provided to fix it.
+
+## Technical details for nerds
+
+vmsg uses LAME encoder underneath compiled with Emscripten to
+WebAssembly module. LAME build is optimized for size, weights only
+little more than 70kb gzipped and can be super-efficiently fetched and
+parsed by browser. [It's like a small image.](https://twitter.com/wycats/status/942908325775077376)
+
+Access to microphone is implemented with Web Audio API, data samples
+sent to Web Worker which is responsibe for loading WebAssembly module
+and calling LAME API.
+
+Module is produced with modern LLVM WASM backend and LLD linker which
+should become standard soon, also vmsg has own tiny WASM runtime instead
+of Emscripten's to decrease overall size and simplify architecture.
+Worker code is included in the main JS module so end-user has to care
+only about 3 files: `vmsg.js`, `vmsg.css` and `vmsg.wasm`. CSS can be
+inlined too but IMO that would be ugly.
+
+In order to support browsers without WebAssembly,
+[WebAssembly polyfill](https://github.com/Kagami/wasm-polyfill.js) is
+being used. It translates binary module into semantically-equivalent
+JavaScript on the fly (almost asm.js compatible but doesn't fully
+validate yet) so we don't need separate asm.js build and can use
+standard WebAssembly API. It's not as effecient but for audio encoding
+should be enough.
+
+**See also:** [Creating WebAssembly-powered library for modern web](https://hackernoon.com/creating-webassembly-powered-library-for-modern-web-846da334f8fc) article.
+
+## Why not MediaRecorder?
+
+[MediaStream Recording API](https://developer.mozilla.org/en-US/docs/Web/API/MediaStream_Recording_API)
+is great but:
+
+* Works only in Firefox and Chrome
+* Provides little to no options, e.g. VBR quality can't be specified
+* Firefox/Chrome encode only to Opus which can't be natively played in Safari and Edge
+
+## But you can use e.g. ogv.js polyfill!
+
+* It make things more complicated, now you need both encoder and decoder
+* Opus gives you ~2x bitrate win but for 500kb per minute files it's not that much
+* MP3 is much more widespread, so even while compression is not best compatibility matters
+
+## License
+
+vmsg is licensed under [CC0](COPYING).
+LAME is licensed under [LGPL](https://github.com/Kagami/lame-svn/blob/master/lame/COPYING).
+MP3 patents seems to [have expired since April 23, 2017](https://en.wikipedia.org/wiki/LAME#Patents_and_legal_issues).
diff --git a/build/es6-amd/node_modules/vmsg/package.json b/build/es6-amd/node_modules/vmsg/package.json
new file mode 100644
index 00000000000..ccb0000027f
--- /dev/null
+++ b/build/es6-amd/node_modules/vmsg/package.json
@@ -0,0 +1,44 @@
+{
+ "name": "vmsg",
+ "version": "0.3.6",
+ "description": "Library for creating voice messages",
+ "main": "vmsg.js",
+ "typings": "vmsg.d.ts",
+ "scripts": {
+ "start": "parcel demo/index.html",
+ "prepare": "babel vmsg.js -o vmsg.es5.js",
+ "demo": "D=`mktemp -d` && parcel build demo/index.html --out-dir \"$D\" --public-url ./ && git checkout gh-pages && rm `git ls-files *` && mv \"$D\"/* . && rmdir \"$D\" && git add -A && git commit -m 'Update demo'"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/Kagami/vmsg.git"
+ },
+ "keywords": [
+ "voice",
+ "voice message",
+ "emscripten",
+ "webassembly",
+ "lame",
+ "mp3"
+ ],
+ "author": "Kagami Hiiragi",
+ "license": "CC0-1.0",
+ "bugs": {
+ "url": "https://github.com/Kagami/vmsg/issues"
+ },
+ "homepage": "https://github.com/Kagami/vmsg#readme",
+ "parcelDisableLoaders": [
+ "wasm"
+ ],
+ "devDependencies": {
+ "@babel/cli": "^7.2.3",
+ "@babel/core": "^7.2.2",
+ "@babel/plugin-proposal-class-properties": "^7.3.0",
+ "@babel/preset-env": "^7.3.1",
+ "autoprefixer": "^9.4.7",
+ "parcel-bundler": "^1.11.0",
+ "parcel-plugin-disable-loaders": "^1.0.3",
+ "react": "^16.8.1",
+ "react-dom": "^16.8.1"
+ }
+}
diff --git a/build/es6-amd/node_modules/vmsg/vmsg.css b/build/es6-amd/node_modules/vmsg/vmsg.css
new file mode 100644
index 00000000000..005e512465e
--- /dev/null
+++ b/build/es6-amd/node_modules/vmsg/vmsg.css
@@ -0,0 +1,193 @@
+.vmsg-backdrop {
+ position: fixed;
+ left: 0;
+ right: 0;
+ top: 0;
+ bottom: 0;
+ display: flex;
+ background: rgba(0,0,0,.7);
+ align-items: center;
+ justify-content: center;
+}
+
+.vmsg-popup {
+ box-sizing: border-box;
+ width: 250px;
+ padding: 10px;
+ border-radius: 4px;
+ background: #e4e1e5;
+ box-shadow: 1px 1px 4px 0 rgba(59,26,84,.6);
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ font-family: Helvetica,sans-serif;
+ font-size: 14px;
+ line-height: 1.4;
+ color: #0a0a0a;
+}
+
+.vmsg-progress {
+ width: 40%;
+ margin: 0 auto;
+ display: flex;
+ justify-content: space-between;
+}
+
+.vmsg-progress-dot {
+ width: 15px;
+ height: 15px;
+ border-radius: 50%;
+ animation: vmsg-progress 1s linear infinite;
+}
+.vmsg-progress-dot:nth-child(2) {
+ animation-delay: -0.8s;
+}
+.vmsg-progress-dot:nth-child(3) {
+ animation-delay: -0.6s;
+}
+@keyframes vmsg-progress {
+ 0%, 60%, 100% {
+ background: none;
+ }
+ 30% {
+ background: #9e85ad;
+ }
+}
+
+.vmsg-error {
+ font-weight: bold;
+ text-align: center;
+}
+
+.vmsg-record-row {
+ display: flex;
+ justify-content: space-between;
+}
+
+.vmsg-button {
+ min-width: 40px;
+ line-height: 30px;
+ padding: 0;
+ background: transparent;
+ border: 1px solid #ccc;
+ font-family: Helvetica,sans-serif;
+ cursor: pointer;
+ outline: none;
+ user-select: none;
+}
+.vmsg-button:disabled {
+ cursor: default;
+ color: #999;
+}
+.vmsg-button:not(:disabled):hover {
+ border-color: #9e85ad;
+}
+.vmsg-button::-moz-focus-inner {
+ border: 0;
+}
+.vmsg-record-button {
+ font-size: 30px;
+ color: #f00;
+}
+.vmsg-stop-button {
+ font-size: 25px;
+ color: #000;
+}
+.vmsg-save-button {
+ font-size: 25px;
+ color: #090;
+}
+
+.vmsg-timer {
+ line-height: 32px;
+ font-weight: bold;
+ color: #333;
+ cursor: pointer;
+ user-select: none;
+}
+
+.vmsg-slider-wrapper {
+ position: relative;
+ margin-top: 3px;
+}
+.vmsg-slider-wrapper::after {
+ position: absolute;
+ left: 0;
+ right: 0;
+ top: 0;
+ bottom: 0;
+ line-height: 14px;
+ text-align: center;
+ color: #999;
+ pointer-events: none;
+}
+.vmsg-pitch-slider-wrapper::after {
+ content: "pitch";
+}
+.vmsg-gain-slider-wrapper::after {
+ content: "gain";
+}
+.vmsg-slider {
+ display: block;
+ width: 100%;
+ height: 16px;
+ margin: 0;
+ padding: 0;
+ outline: none;
+ background: none;
+ -webkit-appearance: none;
+}
+.vmsg-slider::-moz-focus-outer {
+ border: 0;
+}
+.vmsg-slider::-webkit-slider-runnable-track {
+ box-sizing: border-box;
+ height: 16px;
+ background: none;
+ border: 1px solid #ccc;
+}
+.vmsg-slider::-moz-range-track {
+ box-sizing: border-box;
+ height: 16px;
+ background: none;
+ border: 1px solid #ccc;
+}
+.vmsg-slider::-ms-track {
+ box-sizing: border-box;
+ height: 16px;
+ background: none;
+ border: 1px solid #ccc;
+}
+.vmsg-slider::-webkit-slider-thumb {
+ width: 39px;
+ height: 14px;
+ background: #ccc;
+ cursor: pointer;
+ -webkit-appearance: none;
+}
+.vmsg-slider::-moz-range-thumb {
+ width: 40px;
+ height: 14px;
+ background: #ccc;
+ border: none;
+ border-radius: 0;
+ cursor: pointer;
+}
+.vmsg-slider::-ms-thumb {
+ width: 39px;
+ height: 14px;
+ background: #ccc;
+ cursor: pointer;
+}
+.vmsg-slider::-webkit-slider-thumb:hover {
+ background: #999;
+}
+.vmsg-slider::-moz-range-thumb:hover {
+ background: #999;
+}
+.vmsg-slider::-ms-thumb:hover {
+ background: #999;
+}
+.vmsg-slider::-ms-tooltip {
+ display: none;
+}
diff --git a/build/es6-amd/node_modules/vmsg/vmsg.d.ts b/build/es6-amd/node_modules/vmsg/vmsg.d.ts
new file mode 100644
index 00000000000..7669b3f8d71
--- /dev/null
+++ b/build/es6-amd/node_modules/vmsg/vmsg.d.ts
@@ -0,0 +1,23 @@
+declare module "vmsg" {
+ interface RecordOptions {
+ wasmURL?: string;
+ shimURL?: string;
+ pitch?: number;
+ }
+
+ export class Recorder {
+ constructor(opts: RecordOptions);
+ stopRecording(): Promise;
+ initAudio(): Promise;
+ initWorker(): Promise;
+ init(): Promise;
+ startRecording(): void;
+ close(): void;
+ }
+
+ interface Exports {
+ record: (opts?: RecordOptions) => Promise;
+ }
+ const exports: Exports;
+ export default exports;
+}
diff --git a/build/es6-amd/node_modules/vmsg/vmsg.es5.js b/build/es6-amd/node_modules/vmsg/vmsg.es5.js
new file mode 100644
index 00000000000..e0fdf3eb51c
--- /dev/null
+++ b/build/es6-amd/node_modules/vmsg/vmsg.es5.js
@@ -0,0 +1 @@
+function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}function _defineProperties(target,props){for(var i=0;i0)return fetchAndInstantiateFallback(url,imports);throw err}))}(wasmURL,{env:Runtime})})).then((function(wasm){FFI=wasm.instance.exports,postMessage({type:"init",data:null})})).catch((function(err){postMessage({type:"init-error",data:err.toString()})}));break;case"start":if(!function vmsg_init(rate){if(!(ref=FFI.vmsg_init(rate)))return!1;var pcm_l_ref=new Uint32Array(memory.buffer,ref,1)[0];return pcm_l=new Float32Array(memory.buffer,pcm_l_ref),!0}(msg.data))return postMessage({type:"error",data:"vmsg_init"});break;case"data":if(!function vmsg_encode(data){return pcm_l.set(data),FFI.vmsg_encode(ref,data.length)>=0}(msg.data))return postMessage({type:"error",data:"vmsg_encode"});break;case"stop":var blob=function vmsg_flush(){if(FFI.vmsg_flush(ref)<0)return null;var mp3_ref=new Uint32Array(memory.buffer,ref+4,1)[0],size=new Uint32Array(memory.buffer,ref+8,1)[0],mp3=new Uint8Array(memory.buffer,mp3_ref,size),blob=new Blob([mp3],{type:"audio/mpeg"});return FFI.vmsg_free(ref),ref=null,pcm_l=null,blob}();if(!blob)return postMessage({type:"error",data:"vmsg_flush"});postMessage({type:"stop",data:blob})}}}Object.defineProperty(exports,"__esModule",{value:!0}),exports.record=record,exports.default=exports.Form=exports.Recorder=void 0;var Recorder=function(){function Recorder(){var opts=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},onStop=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;_classCallCheck(this,Recorder),this.wasmURL=new URL(opts.wasmURL||"/static/js/vmsg.wasm",location).href,this.shimURL=new URL(opts.shimURL||"/static/js/wasm-polyfill.js",location).href,this.onStop=onStop,this.pitch=opts.pitch||0,this.stream=null,this.audioCtx=null,this.gainNode=null,this.pitchFX=null,this.encNode=null,this.worker=null,this.workerURL=null,this.blob=null,this.blobURL=null,this.resolve=null,this.reject=null,Object.seal(this)}return _createClass(Recorder,[{key:"close",value:function close(){this.encNode&&this.encNode.disconnect(),this.encNode&&(this.encNode.onaudioprocess=null),this.stream&&this.stopTracks(),this.audioCtx&&this.audioCtx.close(),this.worker&&this.worker.terminate(),this.workerURL&&URL.revokeObjectURL(this.workerURL),this.blobURL&&URL.revokeObjectURL(this.blobURL)}},{key:"initAudio",value:function initAudio(){var _this=this;return(navigator.mediaDevices&&navigator.mediaDevices.getUserMedia?function(constraints){return navigator.mediaDevices.getUserMedia(constraints)}:function(constraints){var oldGetUserMedia=navigator.webkitGetUserMedia||navigator.mozGetUserMedia;return oldGetUserMedia?new Promise((function(resolve,reject){oldGetUserMedia.call(navigator,constraints,resolve,reject)})):Promise.reject(new Error("getUserMedia is not implemented in this browser"))})({audio:!0}).then((function(stream){_this.stream=stream;var audioCtx=_this.audioCtx=new(window.AudioContext||window.webkitAudioContext),sourceNode=audioCtx.createMediaStreamSource(stream),gainNode=_this.gainNode=(audioCtx.createGain||audioCtx.createGainNode).call(audioCtx);gainNode.gain.value=1,sourceNode.connect(gainNode);var pitchFX=_this.pitchFX=new Jungle(audioCtx);pitchFX.setPitchOffset(_this.pitch);var encNode=_this.encNode=(audioCtx.createScriptProcessor||audioCtx.createJavaScriptNode).call(audioCtx,0,1,1);pitchFX.output.connect(encNode),gainNode.connect(0===_this.pitch?encNode:pitchFX.input)}))}},{key:"initWorker",value:function initWorker(){var _this2=this;if(!this.stream)throw new Error("missing audio initialization");var blob=new Blob(["(",inlineWorker.toString(),")()"],{type:"application/javascript"}),workerURL=this.workerURL=URL.createObjectURL(blob),worker=this.worker=new Worker(workerURL),wasmURL=this.wasmURL,shimURL=this.shimURL;return worker.postMessage({type:"init",data:{wasmURL:wasmURL,shimURL:shimURL}}),new Promise((function(resolve,reject){worker.onmessage=function(e){var msg=e.data;switch(msg.type){case"init":resolve();break;case"init-error":reject(new Error(msg.data));break;case"error":case"internal-error":console.error("Worker error:",msg.data),_this2.reject&&_this2.reject(msg.data);break;case"stop":_this2.blob=msg.data,_this2.blobURL=URL.createObjectURL(msg.data),_this2.onStop&&_this2.onStop(),_this2.resolve&&_this2.resolve(_this2.blob)}}}))}},{key:"init",value:function init(){return this.initAudio().then(this.initWorker.bind(this))}},{key:"startRecording",value:function startRecording(){var _this3=this;if(!this.stream)throw new Error("missing audio initialization");if(!this.worker)throw new Error("missing worker initialization");this.blob=null,this.blobURL&&URL.revokeObjectURL(this.blobURL),this.blobURL=null,this.resolve=null,this.reject=null,this.worker.postMessage({type:"start",data:this.audioCtx.sampleRate}),this.encNode.onaudioprocess=function(e){var samples=e.inputBuffer.getChannelData(0);_this3.worker.postMessage({type:"data",data:samples})},this.encNode.connect(this.audioCtx.destination)}},{key:"stopRecording",value:function stopRecording(){var _this4=this;if(!this.stream)throw new Error("missing audio initialization");if(!this.worker)throw new Error("missing worker initialization");return this.encNode.disconnect(),this.encNode.onaudioprocess=null,this.stopTracks(),this.worker.postMessage({type:"stop",data:null}),new Promise((function(resolve,reject){_this4.resolve=resolve,_this4.reject=reject}))}},{key:"stopTracks",value:function stopTracks(){this.stream.getTracks&&this.stream.getTracks().forEach((function(track){return track.stop()}))}}]),Recorder}();exports.Recorder=Recorder;var Form=function(){function Form(){var _this5=this,opts=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},resolve=arguments.length>1?arguments[1]:void 0,reject=arguments.length>2?arguments[2]:void 0;_classCallCheck(this,Form),this.recorder=new Recorder(opts,this.onStop.bind(this)),this.resolve=resolve,this.reject=reject,this.backdrop=null,this.popup=null,this.recordBtn=null,this.stopBtn=null,this.timer=null,this.audio=null,this.saveBtn=null,this.tid=0,this.start=0,Object.seal(this),this.recorder.initAudio().then((function(){return _this5.drawInit()})).then((function(){return _this5.recorder.initWorker()})).then((function(){return _this5.drawAll()})).catch((function(err){return _this5.drawError(err)}))}return _createClass(Form,[{key:"drawInit",value:function drawInit(){var _this6=this;if(!this.backdrop){var backdrop=this.backdrop=document.createElement("div");backdrop.className="vmsg-backdrop",backdrop.addEventListener("click",(function(){return _this6.close(null)}));var popup=this.popup=document.createElement("div");popup.className="vmsg-popup",popup.addEventListener("click",(function(e){return e.stopPropagation()}));var progress=document.createElement("div");progress.className="vmsg-progress";for(var i=0;i<3;i++){var progressDot=document.createElement("div");progressDot.className="vmsg-progress-dot",progress.appendChild(progressDot)}popup.appendChild(progress),backdrop.appendChild(popup),document.body.appendChild(backdrop)}}},{key:"drawTime",value:function drawTime(msecs){var secs=Math.round(msecs/1e3);this.timer.textContent=pad2(secs/60)+":"+pad2(secs%60)}},{key:"drawAll",value:function drawAll(){var _this7=this;this.drawInit(),this.clearAll();var recordRow=document.createElement("div");recordRow.className="vmsg-record-row",this.popup.appendChild(recordRow);var recordBtn=this.recordBtn=document.createElement("button");recordBtn.className="vmsg-button vmsg-record-button",recordBtn.textContent="●",recordBtn.addEventListener("click",(function(){return _this7.startRecording()})),recordRow.appendChild(recordBtn);var stopBtn=this.stopBtn=document.createElement("button");stopBtn.className="vmsg-button vmsg-stop-button",stopBtn.style.display="none",stopBtn.textContent="■",stopBtn.addEventListener("click",(function(){return _this7.stopRecording()})),recordRow.appendChild(stopBtn);var audio=this.audio=new Audio;audio.autoplay=!0;var timer=this.timer=document.createElement("span");timer.className="vmsg-timer",timer.addEventListener("click",(function(){audio.paused?_this7.recorder.blobURL&&(audio.src=_this7.recorder.blobURL):audio.pause()})),this.drawTime(0),recordRow.appendChild(timer);var saveBtn=this.saveBtn=document.createElement("button");saveBtn.className="vmsg-button vmsg-save-button",saveBtn.textContent="✓",saveBtn.disabled=!0,saveBtn.addEventListener("click",(function(){return _this7.close(_this7.recorder.blob)})),recordRow.appendChild(saveBtn);var gainWrapper=document.createElement("div");gainWrapper.className="vmsg-slider-wrapper vmsg-gain-slider-wrapper";var gainSlider=document.createElement("input");gainSlider.className="vmsg-slider vmsg-gain-slider",gainSlider.setAttribute("type","range"),gainSlider.min=0,gainSlider.max=2,gainSlider.step=.2,gainSlider.value=1,gainSlider.onchange=function(){var gain=+gainSlider.value;_this7.recorder.gainNode.gain.value=gain},gainWrapper.appendChild(gainSlider),this.popup.appendChild(gainWrapper);var pitchWrapper=document.createElement("div");pitchWrapper.className="vmsg-slider-wrapper vmsg-pitch-slider-wrapper";var pitchSlider=document.createElement("input");pitchSlider.className="vmsg-slider vmsg-pitch-slider",pitchSlider.setAttribute("type","range"),pitchSlider.min=-1,pitchSlider.max=1,pitchSlider.step=.2,pitchSlider.value=this.recorder.pitch,pitchSlider.onchange=function(){var pitch=+pitchSlider.value;_this7.recorder.pitchFX.setPitchOffset(pitch),_this7.recorder.gainNode.disconnect(),_this7.recorder.gainNode.connect(0===pitch?_this7.recorder.encNode:_this7.recorder.pitchFX.input)},pitchWrapper.appendChild(pitchSlider),this.popup.appendChild(pitchWrapper)}},{key:"drawError",value:function drawError(err){console.error(err),this.drawInit(),this.clearAll();var error=document.createElement("div");error.className="vmsg-error",error.textContent=err.toString(),this.popup.appendChild(error)}},{key:"clearAll",value:function clearAll(){this.popup&&(this.popup.innerHTML="")}},{key:"close",value:function close(blob){this.audio&&this.audio.pause(),this.tid&&clearTimeout(this.tid),this.recorder.close(),this.backdrop.remove(),blob?this.resolve(blob):this.reject(new Error("No record made"))}},{key:"onStop",value:function onStop(){this.recordBtn.style.display="",this.stopBtn.style.display="none",this.stopBtn.disabled=!1,this.saveBtn.disabled=!1}},{key:"startRecording",value:function startRecording(){this.audio.pause(),this.start=Date.now(),this.updateTime(),this.recordBtn.style.display="none",this.stopBtn.style.display="",this.saveBtn.disabled=!0,this.recorder.startRecording()}},{key:"stopRecording",value:function stopRecording(){clearTimeout(this.tid),this.tid=0,this.stopBtn.disabled=!0,this.recorder.stopRecording()}},{key:"updateTime",value:function updateTime(){var _this8=this;this.drawTime(Date.now()-this.start),this.tid=setTimeout((function(){return _this8.updateTime()}),300)}}]),Form}();exports.Form=Form;var shown=!1;function record(opts){return new Promise((function(resolve,reject){if(shown)throw new Error("Record form is already opened");shown=!0,new Form(opts,resolve,reject)})).then((function(result){return shown=!1,result}),(function(err){throw shown=!1,err}))}var _default={Recorder:Recorder,Form:Form,record:record};exports.default=_default;var delayTime=.1,fadeTime=.05,bufferTime=.1;function createDelayTimeBuffer(context,activeTime,fadeTime,shiftUp){for(var length1=activeTime*context.sampleRate,length=length1+(activeTime-2*fadeTime)*context.sampleRate,buffer=context.createBuffer(1,length,context.sampleRate),p=buffer.getChannelData(0),i=0;i=fadeIndex2?Math.sqrt(1-(i-fadeIndex2)/fadeLength):1,p[i]=value}for(i=length1;i0?(this.mod1Gain.gain.value=0,this.mod2Gain.gain.value=0,this.mod3Gain.gain.value=1,this.mod4Gain.gain.value=1):(this.mod1Gain.gain.value=1,this.mod2Gain.gain.value=1,this.mod3Gain.gain.value=0,this.mod4Gain.gain.value=0),this.setDelay(delayTime*Math.abs(mult))};
\ No newline at end of file
diff --git a/build/es6-amd/node_modules/vmsg/vmsg.js b/build/es6-amd/node_modules/vmsg/vmsg.js
new file mode 100644
index 00000000000..df2a245ba1c
--- /dev/null
+++ b/build/es6-amd/node_modules/vmsg/vmsg.js
@@ -0,0 +1 @@
+define(["exports"],(function(_exports){function pad2(n){return(n|=0)<10?`0${n}`:`${Math.min(n,99)}`}function inlineWorker(){function fetchAndInstantiateFallback(url,imports){return new Promise((resolve,reject)=>{const req=new XMLHttpRequest;req.open("GET",url),req.responseType="arraybuffer",req.onload=()=>{resolve(WebAssembly.instantiate(req.response,imports))},req.onerror=reject,req.send()})}let memory=null,dynamicTop=5242880;function sbrk(increment){const oldDynamicTop=dynamicTop;return dynamicTop+=increment,oldDynamicTop}function exit(status){postMessage({type:"internal-error",data:status})}let FFI=null,ref=null,pcm_l=null;onmessage=e=>{const msg=e.data;switch(msg.type){case"init":const{wasmURL:wasmURL,shimURL:shimURL}=msg.data;Promise.resolve().then(()=>(self.WebAssembly&&!function testSafariWebAssemblyBug(){const bin=new Uint8Array([0,97,115,109,1,0,0,0,1,6,1,96,1,127,1,127,3,2,1,0,5,3,1,0,1,7,8,1,4,116,101,115,116,0,0,10,16,1,14,0,32,0,65,1,54,2,0,32,0,40,2,0,11]),mod=new WebAssembly.Module(bin);return 0!==new WebAssembly.Instance(mod,{}).exports.test(4)}()&&delete self.WebAssembly,self.WebAssembly||importScripts(shimURL),memory=new WebAssembly.Memory({initial:256,maximum:256}),{memory:memory,pow:Math.pow,exit:exit,powf:Math.pow,exp:Math.exp,sqrtf:Math.sqrt,cos:Math.cos,log:Math.log,sin:Math.sin,sbrk:sbrk})).then(Runtime=>(function fetchAndInstantiate(url,imports){if(!WebAssembly.instantiateStreaming)return fetchAndInstantiateFallback(url,imports);const req=fetch(url,{credentials:"same-origin"});return WebAssembly.instantiateStreaming(req,imports).catch(err=>{if(err.message&&err.message.indexOf("Argument 0 must be provided and must be a Response")>0)return fetchAndInstantiateFallback(url,imports);throw err})})(wasmURL,{env:Runtime})).then(wasm=>{FFI=wasm.instance.exports,postMessage({type:"init",data:null})}).catch(err=>{postMessage({type:"init-error",data:err.toString()})});break;case"start":if(!function vmsg_init(rate){if(ref=FFI.vmsg_init(rate),!ref)return!1;const pcm_l_ref=new Uint32Array(memory.buffer,ref,1)[0];return pcm_l=new Float32Array(memory.buffer,pcm_l_ref),!0}(msg.data))return postMessage({type:"error",data:"vmsg_init"});break;case"data":if(!function vmsg_encode(data){return pcm_l.set(data),FFI.vmsg_encode(ref,data.length)>=0}(msg.data))return postMessage({type:"error",data:"vmsg_encode"});break;case"stop":const blob=function vmsg_flush(){if(FFI.vmsg_flush(ref)<0)return null;const mp3_ref=new Uint32Array(memory.buffer,ref+4,1)[0],size=new Uint32Array(memory.buffer,ref+8,1)[0],mp3=new Uint8Array(memory.buffer,mp3_ref,size),blob=new Blob([mp3],{type:"audio/mpeg"});return FFI.vmsg_free(ref),ref=null,pcm_l=null,blob}();if(!blob)return postMessage({type:"error",data:"vmsg_flush"});postMessage({type:"stop",data:blob})}}}Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.record=record,_exports.default=_exports.Form=_exports.Recorder=void 0;class Recorder{constructor(opts={},onStop=null){this.wasmURL=new URL(opts.wasmURL||"/static/js/vmsg.wasm",location).href,this.shimURL=new URL(opts.shimURL||"/static/js/wasm-polyfill.js",location).href,this.onStop=onStop,this.pitch=opts.pitch||0,this.stream=null,this.audioCtx=null,this.gainNode=null,this.pitchFX=null,this.encNode=null,this.worker=null,this.workerURL=null,this.blob=null,this.blobURL=null,this.resolve=null,this.reject=null,Object.seal(this)}close(){this.encNode&&this.encNode.disconnect(),this.encNode&&(this.encNode.onaudioprocess=null),this.stream&&this.stopTracks(),this.audioCtx&&this.audioCtx.close(),this.worker&&this.worker.terminate(),this.workerURL&&URL.revokeObjectURL(this.workerURL),this.blobURL&&URL.revokeObjectURL(this.blobURL)}initAudio(){return(navigator.mediaDevices&&navigator.mediaDevices.getUserMedia?function(constraints){return navigator.mediaDevices.getUserMedia(constraints)}:function(constraints){const oldGetUserMedia=navigator.webkitGetUserMedia||navigator.mozGetUserMedia;return oldGetUserMedia?new Promise((function(resolve,reject){oldGetUserMedia.call(navigator,constraints,resolve,reject)})):Promise.reject(new Error("getUserMedia is not implemented in this browser"))})({audio:!0}).then(stream=>{this.stream=stream;const audioCtx=this.audioCtx=new(window.AudioContext||window.webkitAudioContext),sourceNode=audioCtx.createMediaStreamSource(stream),gainNode=this.gainNode=(audioCtx.createGain||audioCtx.createGainNode).call(audioCtx);gainNode.gain.value=1,sourceNode.connect(gainNode);const pitchFX=this.pitchFX=new Jungle(audioCtx);pitchFX.setPitchOffset(this.pitch);const encNode=this.encNode=(audioCtx.createScriptProcessor||audioCtx.createJavaScriptNode).call(audioCtx,0,1,1);pitchFX.output.connect(encNode),gainNode.connect(0===this.pitch?encNode:pitchFX.input)})}initWorker(){if(!this.stream)throw new Error("missing audio initialization");const blob=new Blob(["(",inlineWorker.toString(),")()"],{type:"application/javascript"}),workerURL=this.workerURL=URL.createObjectURL(blob),worker=this.worker=new Worker(workerURL),{wasmURL:wasmURL,shimURL:shimURL}=this;return worker.postMessage({type:"init",data:{wasmURL:wasmURL,shimURL:shimURL}}),new Promise((resolve,reject)=>{worker.onmessage=e=>{const msg=e.data;switch(msg.type){case"init":resolve();break;case"init-error":reject(new Error(msg.data));break;case"error":case"internal-error":console.error("Worker error:",msg.data),this.reject&&this.reject(msg.data);break;case"stop":this.blob=msg.data,this.blobURL=URL.createObjectURL(msg.data),this.onStop&&this.onStop(),this.resolve&&this.resolve(this.blob)}}})}init(){return this.initAudio().then(this.initWorker.bind(this))}startRecording(){if(!this.stream)throw new Error("missing audio initialization");if(!this.worker)throw new Error("missing worker initialization");this.blob=null,this.blobURL&&URL.revokeObjectURL(this.blobURL),this.blobURL=null,this.resolve=null,this.reject=null,this.worker.postMessage({type:"start",data:this.audioCtx.sampleRate}),this.encNode.onaudioprocess=e=>{const samples=e.inputBuffer.getChannelData(0);this.worker.postMessage({type:"data",data:samples})},this.encNode.connect(this.audioCtx.destination)}stopRecording(){if(!this.stream)throw new Error("missing audio initialization");if(!this.worker)throw new Error("missing worker initialization");return this.encNode.disconnect(),this.encNode.onaudioprocess=null,this.stopTracks(),this.worker.postMessage({type:"stop",data:null}),new Promise((resolve,reject)=>{this.resolve=resolve,this.reject=reject})}stopTracks(){this.stream.getTracks&&this.stream.getTracks().forEach(track=>track.stop())}}_exports.Recorder=Recorder;class Form{constructor(opts={},resolve,reject){this.recorder=new Recorder(opts,this.onStop.bind(this)),this.resolve=resolve,this.reject=reject,this.backdrop=null,this.popup=null,this.recordBtn=null,this.stopBtn=null,this.timer=null,this.audio=null,this.saveBtn=null,this.tid=0,this.start=0,Object.seal(this),this.recorder.initAudio().then(()=>this.drawInit()).then(()=>this.recorder.initWorker()).then(()=>this.drawAll()).catch(err=>this.drawError(err))}drawInit(){if(this.backdrop)return;const backdrop=this.backdrop=document.createElement("div");backdrop.className="vmsg-backdrop",backdrop.addEventListener("click",()=>this.close(null));const popup=this.popup=document.createElement("div");popup.className="vmsg-popup",popup.addEventListener("click",e=>e.stopPropagation());const progress=document.createElement("div");progress.className="vmsg-progress";for(let i=0;i<3;i++){const progressDot=document.createElement("div");progressDot.className="vmsg-progress-dot",progress.appendChild(progressDot)}popup.appendChild(progress),backdrop.appendChild(popup),document.body.appendChild(backdrop)}drawTime(msecs){const secs=Math.round(msecs/1e3);this.timer.textContent=pad2(secs/60)+":"+pad2(secs%60)}drawAll(){this.drawInit(),this.clearAll();const recordRow=document.createElement("div");recordRow.className="vmsg-record-row",this.popup.appendChild(recordRow);const recordBtn=this.recordBtn=document.createElement("button");recordBtn.className="vmsg-button vmsg-record-button",recordBtn.textContent="●",recordBtn.addEventListener("click",()=>this.startRecording()),recordRow.appendChild(recordBtn);const stopBtn=this.stopBtn=document.createElement("button");stopBtn.className="vmsg-button vmsg-stop-button",stopBtn.style.display="none",stopBtn.textContent="■",stopBtn.addEventListener("click",()=>this.stopRecording()),recordRow.appendChild(stopBtn);const audio=this.audio=new Audio;audio.autoplay=!0;const timer=this.timer=document.createElement("span");timer.className="vmsg-timer",timer.addEventListener("click",()=>{audio.paused?this.recorder.blobURL&&(audio.src=this.recorder.blobURL):audio.pause()}),this.drawTime(0),recordRow.appendChild(timer);const saveBtn=this.saveBtn=document.createElement("button");saveBtn.className="vmsg-button vmsg-save-button",saveBtn.textContent="✓",saveBtn.disabled=!0,saveBtn.addEventListener("click",()=>this.close(this.recorder.blob)),recordRow.appendChild(saveBtn);const gainWrapper=document.createElement("div");gainWrapper.className="vmsg-slider-wrapper vmsg-gain-slider-wrapper";const gainSlider=document.createElement("input");gainSlider.className="vmsg-slider vmsg-gain-slider",gainSlider.setAttribute("type","range"),gainSlider.min=0,gainSlider.max=2,gainSlider.step=.2,gainSlider.value=1,gainSlider.onchange=()=>{const gain=+gainSlider.value;this.recorder.gainNode.gain.value=gain},gainWrapper.appendChild(gainSlider),this.popup.appendChild(gainWrapper);const pitchWrapper=document.createElement("div");pitchWrapper.className="vmsg-slider-wrapper vmsg-pitch-slider-wrapper";const pitchSlider=document.createElement("input");pitchSlider.className="vmsg-slider vmsg-pitch-slider",pitchSlider.setAttribute("type","range"),pitchSlider.min=-1,pitchSlider.max=1,pitchSlider.step=.2,pitchSlider.value=this.recorder.pitch,pitchSlider.onchange=()=>{const pitch=+pitchSlider.value;this.recorder.pitchFX.setPitchOffset(pitch),this.recorder.gainNode.disconnect(),this.recorder.gainNode.connect(0===pitch?this.recorder.encNode:this.recorder.pitchFX.input)},pitchWrapper.appendChild(pitchSlider),this.popup.appendChild(pitchWrapper)}drawError(err){console.error(err),this.drawInit(),this.clearAll();const error=document.createElement("div");error.className="vmsg-error",error.textContent=err.toString(),this.popup.appendChild(error)}clearAll(){this.popup&&(this.popup.innerHTML="")}close(blob){this.audio&&this.audio.pause(),this.tid&&clearTimeout(this.tid),this.recorder.close(),this.backdrop.remove(),blob?this.resolve(blob):this.reject(new Error("No record made"))}onStop(){this.recordBtn.style.display="",this.stopBtn.style.display="none",this.stopBtn.disabled=!1,this.saveBtn.disabled=!1}startRecording(){this.audio.pause(),this.start=Date.now(),this.updateTime(),this.recordBtn.style.display="none",this.stopBtn.style.display="",this.saveBtn.disabled=!0,this.recorder.startRecording()}stopRecording(){clearTimeout(this.tid),this.tid=0,this.stopBtn.disabled=!0,this.recorder.stopRecording()}updateTime(){this.drawTime(Date.now()-this.start),this.tid=setTimeout(()=>this.updateTime(),300)}}_exports.Form=Form;let shown=!1;function record(opts){return new Promise((resolve,reject)=>{if(shown)throw new Error("Record form is already opened");shown=!0,new Form(opts,resolve,reject)}).then(result=>(shown=!1,result),err=>{throw shown=!1,err})}var _default={Recorder:Recorder,Form:Form,record:record};_exports.default=_default;const delayTime=.1,fadeTime=.05,bufferTime=.1;function createDelayTimeBuffer(context,activeTime,fadeTime,shiftUp){for(var length1=activeTime*context.sampleRate,length=length1+(activeTime-2*fadeTime)*context.sampleRate,buffer=context.createBuffer(1,length,context.sampleRate),p=buffer.getChannelData(0),i=0;i=fadeIndex2?Math.sqrt(1-(i-fadeIndex2)/fadeLength):1,p[i]=value}for(i=length1;i0?(this.mod1Gain.gain.value=0,this.mod2Gain.gain.value=0,this.mod3Gain.gain.value=1,this.mod4Gain.gain.value=1):(this.mod1Gain.gain.value=1,this.mod2Gain.gain.value=1,this.mod3Gain.gain.value=0,this.mod4Gain.gain.value=0),this.setDelay(delayTime*Math.abs(mult))}}));
\ No newline at end of file
diff --git a/build/es6-amd/node_modules/vmsg/vmsg.wasm b/build/es6-amd/node_modules/vmsg/vmsg.wasm
new file mode 100644
index 00000000000..224bcc7fd1c
Binary files /dev/null and b/build/es6-amd/node_modules/vmsg/vmsg.wasm differ
diff --git a/build/es6/node_modules/@lrnwebcomponents/hax-body/hax-body.js b/build/es6/node_modules/@lrnwebcomponents/hax-body/hax-body.js
index 2773d8cfb39..39382dc4adc 100644
--- a/build/es6/node_modules/@lrnwebcomponents/hax-body/hax-body.js
+++ b/build/es6/node_modules/@lrnwebcomponents/hax-body/hax-body.js
@@ -238,4 +238,4 @@ import{html,css}from"../../lit-element/lit-element.js";import{SimpleColors}from"
id="haxinputmixer"
class="hax-context-menu ignore-activation"
>
- `}static get properties(){return{...super.properties,openDrawer:{type:Object},editMode:{type:Boolean,reflect:!0,attribute:"edit-mode"},haxRayMode:{type:Boolean,reflect:!0,attribute:"hax-ray-mode"},globalPreferences:{type:Object},activeNode:{type:Object},activeContainerNode:{type:Object}}}firstUpdated(changedProperties){this.dispatchEvent(new CustomEvent("hax-register-body",{bubbles:!0,cancelable:!0,composed:!0,detail:this}));try{document.execCommand("enableObjectResizing",!1,!1),document.execCommand("defaultParagraphSeparator",!1,"p")}catch(e){console.warn(e)}this.shadowRoot.querySelector("slot").addEventListener("mousemove",this.hoverEvent.bind(this)),this.shadowRoot.querySelector("slot").addEventListener("mouseup",e=>{const tmp=window.HaxStore.getSelection();window.HaxStore._tmpSelection=tmp;try{const range=window.HaxStore.getRange();range.cloneRange&&(window.HaxStore._tmpRange=range.cloneRange())}catch(e){console.warn(e)}}),this.editMode=window.HaxStore.instance.editMode,this.__tabTrap=!1}updated(changedProperties){changedProperties.forEach((oldValue,propName)=>{"openDrawer"==propName&&this._openDrawerChanged(this[propName],oldValue),"editMode"==propName&&this._editModeChanged(this[propName],oldValue),"globalPreferences"==propName&&this._globalPreferencesUpdated(this[propName],oldValue),"activeNode"==propName&&(this._activeNodeChanged(this[propName],oldValue),this.dispatchEvent(new CustomEvent("active-node-changed",{detail:{value:this[propName]}}))),"activeContainerNode"==propName&&(this._activeContainerNodeChanged(this[propName],oldValue),this.dispatchEvent(new CustomEvent("active-container-node-changed",{detail:{value:this[propName]}})))})}_openDrawerChanged(newValue,oldValue){newValue?this.hideContextMenus():this.positionContextMenus(this.activeNode,this.activeContainerNode)}connectedCallback(){super.connectedCallback(),this._observer=new MutationObserver(mutations=>{var mutFind=!1;mutations.forEach(mutation=>{mutation.addedNodes.length>0&&mutation.addedNodes.forEach(node=>{this._validElementTest(node)&&(!this.editMode||"true"!=node.getAttribute("contenteditable")&&!0!==node.getAttribute("contenteditable")&&"contenteditable"!=node.getAttribute("contenteditable")||this.__applyNodeEditableState(node,!this.editMode),this.__applyNodeEditableState(node,this.editMode),this.dispatchEvent(new CustomEvent("hax-body-tag-added",{bubbles:!0,cancelable:!0,composed:!0,detail:{node:node}})),this.___moveLock||mutFind?this.___moveLock=!1:(mutFind=!0,this.activeNode=node,window.HaxStore.write("activeNode",node,this)))}),mutation.removedNodes.length>0&&mutation.removedNodes.forEach(node=>{this._validElementTest(node)&&!node.classList.contains("hax-active")&&this.dispatchEvent(new CustomEvent("hax-body-tag-removed",{bubbles:!0,cancelable:!0,composed:!0,detail:{node:node}}))})})}),this._observer.observe(this,{childList:!0}),setTimeout(()=>{window.addEventListener("keydown",this._onKeyDown.bind(this)),window.addEventListener("keypress",this._onKeyPress.bind(this)),document.body.addEventListener("hax-store-property-updated",this._haxStorePropertyUpdated.bind(this)),window.addEventListener("scroll",this._keepContextVisible.bind(this))},0)}disconnectedCallback(){window.removeEventListener("keydown",this._onKeyDown.bind(this)),window.removeEventListener("keypress",this._onKeyPress.bind(this)),document.body.removeEventListener("hax-store-property-updated",this._haxStorePropertyUpdated.bind(this)),window.removeEventListener("scroll",this._keepContextVisible.bind(this)),this._observer.disconnect(),super.disconnectedCallback()}_keepContextVisible(e){if(!this.openDrawer&&this.editMode){let el=!1;this.shadowRoot.querySelector("#textcontextmenu").classList.contains("hax-context-visible")?el=this.shadowRoot.querySelector("#textcontextmenu"):this.shadowRoot.querySelector("#cecontextmenu").classList.contains("hax-context-visible")&&(el=this.shadowRoot.querySelector("#cecontextmenu")),el&&(this.elementInViewport(el)?el.classList.remove("hax-context-pin-bottom","hax-context-pin-top"):this.__OffBottom?el.classList.add("hax-context-pin-top"):el.classList.add("hax-context-pin-bottom"))}}_onKeyDown(e){if(!this.openDrawer&&this.editMode&&this.getAttribute("contenteditable")){switch(e.key){case"Tab":window.HaxStore.instance.isTextElement(this.activeContainerNode)&&(e.detail.keyboardEvent&&(e.detail.keyboardEvent.preventDefault(),e.detail.keyboardEvent.stopPropagation(),e.detail.keyboardEvent.stopImmediatePropagation()),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),e.shiftKey?this._tabBackKeyPressed():this._tabKeyPressed());break;case"Enter":this.setAttribute("contenteditable",!0);case"Backspace":case"Delete":case"ArrowUp":case"ArrowDown":case"ArrowLeft":case"ArrowRight":clearTimeout(this.__keyPressDirection),this.__keyPressDirection=setTimeout(()=>{const rng=window.HaxStore.getRange();rng.commonAncestorContainer&&this.activeNode!==rng.commonAncestorContainer&&"function"==typeof rng.commonAncestorContainer.focus?"HAX-BODY"!==rng.commonAncestorContainer.tagName&&(window.HaxStore.instance.isTextElement(rng.commonAncestorContainer)?this.setAttribute("contenteditable",!0):this.removeAttribute("contenteditable"),rng.commonAncestorContainer.focus(),this.__focusLogic(rng.commonAncestorContainer)):rng.commonAncestorContainer&&rng.commonAncestorContainer.parentNode&&this.activeNode!==rng.commonAncestorContainer.parentNode&&"function"==typeof rng.commonAncestorContainer.parentNode.focus&&"HAX-BODY"!==rng.commonAncestorContainer.parentNode.tagName&&(window.HaxStore.instance.isTextElement(rng.commonAncestorContainer.parentNode)?this.setAttribute("contenteditable",!0):this.removeAttribute("contenteditable"),rng.commonAncestorContainer.parentNode.focus(),this.__focusLogic(rng.commonAncestorContainer.parentNode))},50)}this.shadowRoot.querySelector("#platecontextmenu").classList.contains("hax-active-hover")&&this.__dropActiveHover()}}_onKeyPress(e){!this.openDrawer&&this.editMode&&this.shadowRoot.querySelector("#platecontextmenu").classList.contains("hax-active-hover")&&this.activeNode&&window.HaxStore.instance.isTextElement(this.activeNode)?this.__dropActiveHover():!this.openDrawer&&this.editMode&&this.activeNode&&window.HaxStore.instance.isTextElement(this.activeNode)&&(clearTimeout(this.__positionContextTimer),this.__positionContextTimer=setTimeout(()=>{this.positionContextMenus(this.activeNode,this.activeNode)},2e3))}hoverEvent(e){if(!this.openDrawer&&this.editMode&&(e.target&&null!=e.target.getAttribute("data-hax-ray")?(this.__activeHover=e.target,this.dispatchEvent(new CustomEvent("hax-active-hover-name",{bubbles:!0,cancelable:!0,composed:!0,detail:e.target.getAttribute("data-hax-ray")}))):e.target&&e.target.parentNode&&null!=e.target.parentNode.getAttribute("data-hax-ray")&&(this.__activeHover=e.target.parentNode,this.dispatchEvent(new CustomEvent("hax-active-hover-name",{bubbles:!0,cancelable:!0,composed:!0,detail:e.target.parentNode.getAttribute("data-hax-ray")}))),!this.shadowRoot.querySelector("#platecontextmenu").classList.contains("hax-active-hover"))){let local=e.target;e.target===this.shadowRoot.querySelector("#cecontextmenu")||e.target===this.shadowRoot.querySelector("#textcontextmenu")||e.target===this.shadowRoot.querySelector("#platecontextmenu")||local===this.activeNode||local===this.activeContainerNode||e.target===this.activeNode||e.target===this.activeContainerNode||local.parentNode===this.activeContainerNode||local.parentNode.parentNode===this.activeContainerNode||local.parentNode.parentNode.parentNode===this.activeContainerNode?(this.positionContextMenus(this.activeNode,this.activeContainerNode),this.__addActiveHover(),this.__typeLock=!1):this.__dropActiveHover()}}__addActiveHover(){this.shadowRoot.querySelector("#cecontextmenu").classList.add("hax-active-hover"),this.shadowRoot.querySelector("#textcontextmenu").classList.add("hax-active-hover"),this.shadowRoot.querySelector("#platecontextmenu").classList.add("hax-active-hover")}__dropActiveHover(){this.shadowRoot.querySelector("#cecontextmenu").classList.remove("hax-active-hover"),this.shadowRoot.querySelector("#textcontextmenu").classList.remove("hax-active-hover"),this.shadowRoot.querySelector("#platecontextmenu").classList.remove("hax-active-hover")}elementInViewport(el){let top=el.offsetTop-32-window.HaxStore.instance.haxPanel.shadowRoot.querySelector("#drawer").offsetHeight,left=el.offsetLeft,width=el.offsetWidth,height=el.offsetHeight;for(;el.offsetParent;)top+=(el=el.offsetParent).offsetTop,left+=el.offsetLeft;return this.__OffBottom=topwindow.pageYOffset&&left+width>window.pageXOffset}replacePlaceholder(e){if("text"===e.detail){let p=document.createElement("p");p.innerHTML=" ",this.haxReplaceNode(this.activeNode,p,this.activeNode.parentNode),setTimeout(()=>{this.activeNode=p,window.HaxStore.write("activeNode",p,this),this.activeContainerNode.setAttribute("contenteditable",!0),p.focus(),this.__focusLogic(p)},210)}else this.replaceElementWorkflow()}replaceElementWorkflow(){let element=window.HaxStore.nodeToHaxElement(this.activeNode,null),type="*",skipPropMatch=!1;"place-holder"===element.tag&&void 0!==element.properties.type&&(type=element.properties.type,skipPropMatch=!0);var props={};if(void 0!==window.HaxStore.instance.elementList[element.tag]&&!1!==window.HaxStore.instance.elementList[element.tag].gizmo&&void 0!==window.HaxStore.instance.elementList[element.tag].gizmo.handles&&window.HaxStore.instance.elementList[element.tag].gizmo.handles.length>0){let gizmo=window.HaxStore.instance.elementList[element.tag].gizmo;for(var i=0;i0){let tag=this.activeNode.tagName.toLowerCase(),humanName=tag.replace("-"," ");void 0!==window.HaxStore.instance.elementList[tag]&&!1!==window.HaxStore.instance.elementList[tag].gizmo&&(humanName=window.HaxStore.instance.elementList[tag].gizmo.title),window.HaxStore.instance.haxAppPicker.presentOptions(haxElements,"__convert",`Transform ${humanName} to..`,"gizmo")}else window.HaxStore.toast("Sorry, this can not be transformed!",5e3)}_globalPreferencesUpdated(newValue,oldValue){void 0!==newValue&&null!=newValue&&(this.haxRayMode=newValue.haxRayMode)}_haxStorePropertyUpdated(e){e.detail&&void 0!==e.detail.value&&e.detail.property&&(this[e.detail.property]=e.detail.value)}haxClearBody(confirm=!0){let status=!0;confirm&&(status=prompt("Are you sure you want to delete all content?")),status&&wipeSlot(this)}haxInsert(tag,content,properties={},waitForLock=!0){this.__activeHover=null;var frag=document.createElement(tag);frag.innerHTML=content;var newNode=frag.cloneNode(!0);for(var property in properties){let attributeName=window.HaxStore.camelToDash(property);properties.hasOwnProperty(property)&&(!0===properties[property]?newNode.setAttribute(attributeName,attributeName):!1===properties[property]?newNode.removeAttribute(attributeName):null!=properties[property]&&properties[property].constructor===Array?newNode.properties&&newNode.properties[property].readOnly||(newNode.set?newNode.set(attributeName,properties[property]):newNode[attributeName]=properties[property]):null!=properties[property]&&properties[property].constructor===Object?newNode.properties&&newNode.properties[property].readOnly||(newNode.set?newNode.set(attributeName,properties[property]):newNode[attributeName]=properties[property]):newNode.setAttribute(attributeName,properties[property]))}return null!==window.HaxStore.instance.activePlaceHolder&&void 0!==window.HaxStore.instance.activePlaceHolder.style?(newNode.style.width=window.HaxStore.instance.activePlaceHolder.style.width,newNode.style.float=window.HaxStore.instance.activePlaceHolder.style.float,newNode.style.margin=window.HaxStore.instance.activePlaceHolder.style.margin,newNode.style.display=window.HaxStore.instance.activePlaceHolder.style.display,this.haxReplaceNode(window.HaxStore.instance.activePlaceHolder,newNode,window.HaxStore.instance.activePlaceHolder.parentNode),window.HaxStore.instance.activePlaceHolder=null):null!=this.activeContainerNode?"GRID-PLATE"!==newNode.tagName&&"GRID-PLATE"===this.activeContainerNode.tagName&&this.activeContainerNode!==this.activeNode?(null!=this.activeNode.getAttribute("slot")&&newNode.setAttribute("slot",this.activeNode.getAttribute("slot")),this.activeContainerNode.insertBefore(newNode,this.activeNode)):this.insertBefore(newNode,this.activeContainerNode.nextElementSibling):this.appendChild(newNode),this.shadowRoot.querySelector("#textcontextmenu").highlightOps=!1,this.__updateLockFocus=newNode,waitForLock&&setTimeout(()=>{this.breakUpdateLock()},50),!0}breakUpdateLock(){window.HaxStore.write("activeContainerNode",this.__updateLockFocus,this),window.HaxStore.write("activeNode",this.__updateLockFocus,this),this.__updateLockFocus.focus(),"function"==typeof this.__updateLockFocus.scrollIntoViewIfNeeded?this.__updateLockFocus.scrollIntoViewIfNeeded(!0):this.__updateLockFocus.scrollIntoView({behavior:"smooth",inline:"center"})}haxToContent(){this.hideContextMenus();var __active=this.activeNode;this.activeNode=null,this.activeContainerNode=null,window.HaxStore.write("activeNode",null,this),window.HaxStore.write("activeContainerNode",null,this);let children="slot"===this.shadowRoot.querySelector("#body").localName?this.shadowRoot.querySelector("#body").assignedNodes({flatten:!0}):[];this.globalPreferences.haxDeveloperMode&&console.warn(children);for(var content="",i=0,len=children.length;i{parent===this&&window.HaxStore.write("activeContainerNode",nodeClone,this),window.HaxStore.write("activeNode",nodeClone,this)},100),!0}hideContextMenus(){this._hideContextMenu(this.shadowRoot.querySelector("#textcontextmenu")),this._hideContextMenu(this.shadowRoot.querySelector("#cecontextmenu")),this._hideContextMenu(this.shadowRoot.querySelector("#platecontextmenu")),this._hideContextMenu(this.shadowRoot.querySelector("#haxinputmixer")),this.shadowRoot.querySelector("#textcontextmenu").highlightOps=!1}positionContextMenus(node,container){if(node){let tag=node.tagName.toLowerCase();window.HaxStore.instance._isSandboxed&&"webview"===tag&&(tag="iframe");let props=window.HaxStore.instance.elementList[tag];void 0===props||window.HaxStore.instance.isTextElement(node)?(this._hideContextMenu(this.shadowRoot.querySelector("#cecontextmenu")),this._positionContextMenu(this.shadowRoot.querySelector("#textcontextmenu"),node,-39,-39)):(this._hideContextMenu(this.shadowRoot.querySelector("#textcontextmenu")),props.element=node,this.shadowRoot.querySelector("#cecontextmenu").setHaxProperties(props),this._positionContextMenu(this.shadowRoot.querySelector("#cecontextmenu"),node,-39,-39)),this._positionContextMenu(this.shadowRoot.querySelector("#platecontextmenu"),container,-39,0),container&&!this._HTMLPrimativeTest(node)&&node!==container?container.contentEditable=!1:container&&(container.contentEditable=!0)}}haxMoveGridPlate(direction,node,container){switch(this.___moveLock=!0,direction){case"first":null!==container.previousElementSibling&&this.insertBefore(container,this.firstChild);break;case"up":null!==container.previousElementSibling&&this.insertBefore(container,container.previousElementSibling);break;case"down":null!==container.nextElementSibling&&this.insertBefore(container.nextElementSibling,container);break;case"last":null!==container.nextElementSibling&&this.appendChild(container)}return setTimeout(()=>{this.positionContextMenus(node,container),"function"==typeof container.scrollIntoViewIfNeeded?container.scrollIntoViewIfNeeded(!0):container.scrollIntoView({behavior:"smooth",inline:"center"})},5),!0}haxReplaceNode(node,replacement,parent=this){this.hideContextMenus();try{node&&node.getAttribute&&null!=node.getAttribute("slot")&&replacement.setAttribute("slot",node.getAttribute("slot")),null==node&&(node=this.__oldActiveNode,parent=this.__oldActiveNode.parentNode),parent.replaceChild(replacement,node)}catch(e){console.warn(e)}return replacement}haxChangeTagName(node,tagName){this.hideContextMenus();for(var replacement=document.createElement(tagName),i=0,l=node.attributes.length;i ":"ul"!=node.tagName.toLowerCase()&&"ol"!=node.tagName.toLowerCase()&&(replacement.innerHTML=""+node.innerHTML.trim().replace(/ /g," \n").replace(/ /g," \n")+" "):"ul"!=node.tagName.toLowerCase()&&"ol"!=node.tagName.toLowerCase()||(replacement.innerHTML=replacement.innerHTML.replace(//g,"").replace(/<\/ul>/g,"").replace(/<\/li>/g,"").replace(/ /g,"").replace(/<\/li>/g," "));try{node.parentNode.replaceChild(replacement,node),setTimeout(()=>{let children=replacement.children;children[0]&&children.tagName?children[0].focus():replacement.focus()},50)}catch(e){console.warn(e),console.warn(replacement),console.warn(node)}return replacement}haxDeleteNode(node,parent=this){if(this.hideContextMenus(),null!=this.activeContainerNode&&null!==this.activeContainerNode.previousElementSibling){if(this.activeContainerNode.previousElementSibling.focus(),null!=this.activeContainerNode&&window.HaxStore.instance.isTextElement(this.activeContainerNode)&&""!==this.activeContainerNode.textContent)try{var range=document.createRange(),sel=window.HaxStore.getSelection();range.setStart(this.activeContainerNode,1),range.collapse(!0),sel.removeAllRanges(),sel.addRange(range),this.activeContainerNode.focus()}catch(e){console.warn(e)}}else null!=this.activeContainerNode&&null!==this.activeContainerNode.nextElementSibling?this.activeContainerNode.nextElementSibling.focus():(this.activeNode=null,this.activeContainerNode=null,window.HaxStore.write("activeNode",null,this),window.HaxStore.write("activeContainerNode",null,this));try{return parent.removeChild(node)}catch(e){console.warn(e)}}importContent(html,clear=!0){clear&&wipeSlot(this,"*"),setTimeout(()=>{html=encapScript(html);let fragment=document.createElement("div");for(fragment.insertAdjacentHTML("beforeend",html);null!==fragment.firstChild;)if(void 0!==fragment.firstChild.tagName)if(window.HaxStore.instance._isSandboxed&&"iframe"===fragment.firstChild.tagName.toLowerCase()){for(var replacement=document.createElement("webview"),j=0,l=fragment.firstChild.attributes.length;j{window.HaxStore.instance.haxManager.shadowRoot.querySelector("#preview").shadowRoot.querySelector("#configurebutton").focus()},100);break;case"hax-manager-configure-container":window.HaxStore.write("activeNode",window.HaxStore.instance.activeContainerNode,this),this._hideContextMenu(this.shadowRoot.querySelector("#haxinputmixer")),window.HaxStore.instance.haxManager.resetManager(),haxElement=window.HaxStore.nodeToHaxElement(window.HaxStore.instance.activeNode),window.HaxStore.write("activeHaxElement",haxElement,this),window.HaxStore.instance.haxManager.editExistingNode=!0,window.HaxStore.instance.haxManager.selectStep("configure"),window.HaxStore.write("openDrawer",window.HaxStore.instance.haxManager,this),setTimeout(()=>{window.HaxStore.instance.haxManager.shadowRoot.querySelector("#preview").shadowRoot.querySelector("#configurebutton").focus()},100)}}_haxInputMixerOperation(e){let mixer=e.detail.inputMixer;null!=mixer.propertyToBind?this.activeNode[mixer.propertyToBind]=mixer.value:null!=mixer.slotToBind&&(item=document.createElement("span"),item.style.height="inherit",item.innerHTML=mixer.value,item.slot=mixer.slotToBind,this.activeNode.appendChild(item)),this._hideContextMenu(this.shadowRoot.querySelector("#haxinputmixer"))}_focusIn(e){this.__focusLogic(e.target)&&e.stopPropagation()}__focusLogic(target){let stopProp=!1;if(this.openDrawer||!this.editMode||this.__tabTrap)this.__tabTrap=!1;else{let containerNode=target;"SPAN"===containerNode.tagName&&window.HaxStore.instance.isTextElement(target.parentNode)&&(containerNode=target.parentNode);let activeNode=null;if(this._validElementTest(containerNode)&&null!=containerNode.parentNode){for(;"HAX-BODY"!=containerNode.parentNode.tagName;)null===activeNode&&"LI"!==containerNode.tagName&&"B"!==containerNode.tagName&&"I"!==containerNode.tagName&&"STRONG"!==containerNode.tagName&&"EM"!==containerNode.tagName&&(activeNode=containerNode),containerNode=containerNode.parentNode;null===activeNode?activeNode=containerNode:window.HaxStore.instance.isGridPlateElement(containerNode)?["UL","OL","LI","P","GRID-PLATE"].includes(containerNode.tagName)&&["UL","OL","LI"].includes(activeNode.tagName)&&(activeNode=containerNode):activeNode=containerNode,this.activeContainerNode===containerNode||containerNode.classList.contains("ignore-activation")?containerNode.classList.contains("ignore-activation")&&(stopProp=!0):(this.hideContextMenus(),this.activeContainerNode=containerNode,window.HaxStore.write("activeContainerNode",containerNode,this),stopProp=!0),this.activeNode===activeNode||activeNode.classList.contains("ignore-activation")||(this.activeNode=activeNode,window.HaxStore.write("activeNode",activeNode,this),this.positionContextMenus(activeNode,containerNode),stopProp=!0)}}return stopProp}_editModeChanged(newValue,oldValue){void 0!==oldValue&&(this._applyContentEditable(newValue),this.setAttribute("tabindex","-1"),newValue&&(this.children&&this.children[0]&&this.children[0].focus?(this.activeNode=this.children[0],this.activeContainerNode=this.activeNode,window.HaxStore.write("activeNode",this.children[0],this),window.HaxStore.write("activeContainerNode",this.children[0],this),setTimeout(()=>{if(window.HaxStore.instance.isTextElement(this.activeNode))try{var range=document.createRange(),sel=window.HaxStore.getSelection();range.setStart(this.activeNode,0),range.collapse(!0),sel.removeAllRanges(),sel.addRange(range),this.activeNode.focus()}catch(e){console.warn(e)}},0)):(this.haxInsert("p","",{},!1),setTimeout(()=>{try{var range=document.createRange(),sel=window.HaxStore.getSelection();range.setStart(this.activeNode,0),range.collapse(!0),sel.removeAllRanges(),sel.addRange(range),this.activeNode.focus()}catch(e){console.warn(e)}},0)))),!1===newValue&&(this.removeAttribute("contenteditable"),this.hideContextMenus())}_haxResolvePreviousElement(node){for(node=node.previousElementSibling;null!=node&&void 0!==node.tagName&&"HAX-"===node.tagName.substring(0,4);)node=node.previousElementSibling;return node}_validElementTest(node){return void 0!==node.tagName&&("HAX-"!==node.tagName.substring(0,4)||"HAX-LOGO"===node.tagName)}_HTMLPrimativeTest(node){return null!=node&&void 0!==node.tagName&&-1==node.tagName.indexOf("-")}_applyContentEditable(status,target=this.shadowRoot.querySelector("#body")){let children="slot"===target.localName?target.assignedNodes({flatten:!0}):[];0===children.length&&(children=target.children);for(var i=0,len=children.length;ij.tag===node.tagName.toLowerCase());if(-1!==i&&(haxRay=window.HaxStore.instance.gizmoList[i].title),status?(node.setAttribute("data-draggable",!0),node.setAttribute("data-editable",status),node.setAttribute("data-hax-ray",haxRay),listenerMethod="addEventListener"):(node.removeAttribute("data-draggable"),node.removeAttribute("data-editable"),node.removeAttribute("data-hax-ray"),listenerMethod="removeEventListener"),node[listenerMethod]("drop",this.dropEvent.bind(this)),node[listenerMethod]("dragenter",this.dragEnter.bind(this)),node[listenerMethod]("dragleave",this.dragLeave.bind(this)),node[listenerMethod]("dragend",this.dragEnd.bind(this)),node[listenerMethod]("dragover",(function(e){e.preventDefault()})),this._HTMLPrimativeTest(node)&&(status?node.setAttribute("contenteditable",status):node.removeAttribute("contenteditable"),node.querySelectorAll("a").length>0)){let links=node.querySelectorAll("a");for(var j=0,len2=links.length;j{e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()})}}dropEvent(e){if(!this.openDrawer&&this.editMode){var target=window.HaxStore.instance.__dragTarget,local=e.target;if(null!=target&&void 0!==local&&target!==local&&target!==local.parentNode&&target.parentNode===this||local.parentNode===this){target.removeAttribute("slot");try{this.insertBefore(target,local)}catch(e){console.warn(e)}e.preventDefault(),e.stopPropagation()}let children=this.children;for(var i in children)void 0!==children[i].classList&&children[i].classList.remove("mover","hovered");target&&"function"==typeof target.focus&&setTimeout(()=>{this.positionContextMenus(this.activeNode,this.activeContainerNode)},0)}}dragEnter(e){!this.openDrawer&&this.editMode&&(e.preventDefault(),e.target.classList.add("hovered"))}dragLeave(e){!this.openDrawer&&this.editMode&&e.target.classList.remove("hovered")}dragStart(e){if(!this.openDrawer&&this.editMode){let children=this.children;for(var i in children)void 0!==children[i].classList&&children[i].classList.add("mover")}}dragEnd(e){if(!this.openDrawer&&this.editMode){let children=this.children;for(var i in children)void 0!==children[i].classList&&children[i].classList.remove("mover","hovered")}}_activeContainerNodeChanged(newValue,oldValue){if(this.editMode&&void 0!==newValue&&null!=newValue&&null!=newValue.tagName){window.HaxStore.instance.isTextElement(newValue)||window.HaxStore.instance.isGridPlateElement(newValue)?(newValue.setAttribute("contenteditable",!0),this.setAttribute("contenteditable",!0)):(newValue.removeAttribute("contenteditable"),this.removeAttribute("contenteditable")),oldValue&&"GRID-PLATE"==oldValue.tagName&&(oldValue.activeItem=null),"grid-plate"===newValue.tagName.toLowerCase()&&(newValue.editMode=this.editMode,this._applyContentEditable(this.editMode,newValue))}}_activeNodeChanged(newValue,oldValue){if(this.querySelectorAll(".hax-active").forEach(el=>{el.classList.remove("hax-active")}),this.editMode&&null!=newValue){let tag=newValue.tagName.toLowerCase();newValue.classList.add("hax-active"),window.HaxStore.instance.isTextElement(newValue)||window.HaxStore.instance.isGridPlateElement(newValue)?(newValue.setAttribute("contenteditable",!0),this.setAttribute("contenteditable",!0),clearTimeout(this.__positionContextTimer),this.__positionContextTimer=setTimeout(()=>{newValue===this.activeNode&&this.positionContextMenus(newValue,newValue)},10)):(newValue.removeAttribute("contenteditable"),this.removeAttribute("contenteditable")),this.shadowRoot.querySelector("#textcontextmenu").realSelectedValue=tag,"left"==newValue.style.textAlign?(this.shadowRoot.querySelector("#textcontextmenu").justifyIcon="editor:format-align-left",this.shadowRoot.querySelector("#textcontextmenu").justifyValue="text-align-left"):"left"==newValue.style.float?(this.shadowRoot.querySelector("#cecontextmenu").justifyIcon="editor:format-align-left",this.shadowRoot.querySelector("#cecontextmenu").justifyValue="hax-align-left"):"0 auto"==newValue.style.margin&&(this.shadowRoot.querySelector("#cecontextmenu").justifyIcon="editor:format-align-center",this.shadowRoot.querySelector("#cecontextmenu").justifyValue="hax-align-center")}else null===newValue&&(this.hideContextMenus(),this.__oldActiveNode=oldValue,this.shadowRoot.querySelector("#textcontextmenu").justifyIcon="editor:format-align-left",this.shadowRoot.querySelector("#textcontextmenu").justifyValue="text-align-left")}_getPosition(element){return{x:element.offsetLeft-element.scrollLeft+element.clientLeft,y:element.offsetTop-element.scrollTop+element.clientTop}}_positionContextMenu(menu,target,xoffset,yoffset){if(null!=target){let pos=this._getPosition(target);menu.style.left=null!=xoffset?pos.x+xoffset+"px":pos.x+"px",menu.style.top=null!=yoffset?pos.y+yoffset+"px":pos.y+"px"}menu.classList.add("hax-context-visible"),this.__activeHover&&(menu.classList.add("hax-active-hover"),menu.style.marginLeft="",this.__typeLock=!1),setTimeout(()=>{this._keepContextVisible()},100)}_hideContextMenu(menu){menu.classList.remove("hax-context-visible","hax-context-pin-top","hax-context-pin-bottom"),menu.style.left="-100px"}_tabKeyPressed(){let focus=!1,node=this.activeContainerNode;const activeNodeTagName=this.activeContainerNode.tagName;try{let range=window.HaxStore.getRange().cloneRange();var tagTest=range.commonAncestorContainer.tagName;if(void 0===tagTest&&(tagTest=range.commonAncestorContainer.parentNode.tagName),["UL","OL","LI"].includes(activeNodeTagName)||["UL","OL","LI"].includes(tagTest))this.polyfillSafe&&(document.execCommand("indent"),this.__tabTrap=!0);else for(;!focus;)null==node.nextSibling?focus=!0:"function"===node.nextSibling.focus?(node.nextSibling.focus(),focus=!0):node=node.nextSibling}catch(e){console.warn(e)}}_tabBackKeyPressed(){let node=this.activeContainerNode;const activeNodeTagName=this.activeContainerNode.tagName;try{let range=window.HaxStore.getRange().cloneRange();var tagTest=range.commonAncestorContainer.tagName;if(void 0===tagTest&&(tagTest=range.commonAncestorContainer.parentNode.tagName),["UL","OL","LI"].includes(activeNodeTagName)||["UL","OL","LI"].includes(tagTest))this.polyfillSafe&&(document.execCommand("outdent"),this.__tabTrap=!0);else{if(null!=node)for(;null!=node&&!this._validElementTest(node);)node=node.previousSibling;null!=node&&setTimeout(()=>{node.focus()},50)}}catch(e){console.warn(e)}}}window.customElements.define(HaxBody.tag,HaxBody);export{HaxBody};
\ No newline at end of file
+ `}static get properties(){return{...super.properties,openDrawer:{type:Object},editMode:{type:Boolean,reflect:!0,attribute:"edit-mode"},haxRayMode:{type:Boolean,reflect:!0,attribute:"hax-ray-mode"},globalPreferences:{type:Object},activeNode:{type:Object},activeContainerNode:{type:Object}}}firstUpdated(changedProperties){this.dispatchEvent(new CustomEvent("hax-register-body",{bubbles:!0,cancelable:!0,composed:!0,detail:this}));try{document.execCommand("enableObjectResizing",!1,!1),document.execCommand("defaultParagraphSeparator",!1,"p")}catch(e){console.warn(e)}this.shadowRoot.querySelector("slot").addEventListener("mousemove",this.hoverEvent.bind(this)),this.shadowRoot.querySelector("slot").addEventListener("mouseup",e=>{const tmp=window.HaxStore.getSelection();window.HaxStore._tmpSelection=tmp;try{const range=window.HaxStore.getRange();range.cloneRange&&(window.HaxStore._tmpRange=range.cloneRange())}catch(e){console.warn(e)}}),this.editMode=window.HaxStore.instance.editMode,this.__tabTrap=!1}updated(changedProperties){changedProperties.forEach((oldValue,propName)=>{"openDrawer"==propName&&this._openDrawerChanged(this[propName],oldValue),"editMode"==propName&&this._editModeChanged(this[propName],oldValue),"globalPreferences"==propName&&this._globalPreferencesUpdated(this[propName],oldValue),"activeNode"==propName&&(this._activeNodeChanged(this[propName],oldValue),this.dispatchEvent(new CustomEvent("active-node-changed",{detail:{value:this[propName]}}))),"activeContainerNode"==propName&&(this._activeContainerNodeChanged(this[propName],oldValue),this.dispatchEvent(new CustomEvent("active-container-node-changed",{detail:{value:this[propName]}})))})}_openDrawerChanged(newValue,oldValue){newValue?this.hideContextMenus():this.positionContextMenus(this.activeNode,this.activeContainerNode)}connectedCallback(){super.connectedCallback(),this._observer=new MutationObserver(mutations=>{var mutFind=!1;mutations.forEach(mutation=>{mutation.addedNodes.length>0&&mutation.addedNodes.forEach(node=>{this._validElementTest(node)&&(!this.editMode||"true"!=node.getAttribute("contenteditable")&&!0!==node.getAttribute("contenteditable")&&"contenteditable"!=node.getAttribute("contenteditable")||this.__applyNodeEditableState(node,!this.editMode),this.__applyNodeEditableState(node,this.editMode),this.dispatchEvent(new CustomEvent("hax-body-tag-added",{bubbles:!0,cancelable:!0,composed:!0,detail:{node:node}})),this.___moveLock||mutFind?this.___moveLock=!1:(mutFind=!0,this.activeNode=node,window.HaxStore.write("activeNode",node,this)))}),mutation.removedNodes.length>0&&mutation.removedNodes.forEach(node=>{this._validElementTest(node)&&!node.classList.contains("hax-active")&&this.dispatchEvent(new CustomEvent("hax-body-tag-removed",{bubbles:!0,cancelable:!0,composed:!0,detail:{node:node}}))})})}),this._observer.observe(this,{childList:!0}),setTimeout(()=>{window.addEventListener("keydown",this._onKeyDown.bind(this)),window.addEventListener("keypress",this._onKeyPress.bind(this)),document.body.addEventListener("hax-store-property-updated",this._haxStorePropertyUpdated.bind(this)),window.addEventListener("scroll",this._keepContextVisible.bind(this))},0)}disconnectedCallback(){window.removeEventListener("keydown",this._onKeyDown.bind(this)),window.removeEventListener("keypress",this._onKeyPress.bind(this)),document.body.removeEventListener("hax-store-property-updated",this._haxStorePropertyUpdated.bind(this)),window.removeEventListener("scroll",this._keepContextVisible.bind(this)),this._observer.disconnect(),super.disconnectedCallback()}_keepContextVisible(e){if(!this.openDrawer&&this.editMode){let el=!1;this.shadowRoot.querySelector("#textcontextmenu").classList.contains("hax-context-visible")?el=this.shadowRoot.querySelector("#textcontextmenu"):this.shadowRoot.querySelector("#cecontextmenu").classList.contains("hax-context-visible")&&(el=this.shadowRoot.querySelector("#cecontextmenu")),el&&(this.elementInViewport(el)?el.classList.remove("hax-context-pin-bottom","hax-context-pin-top"):this.__OffBottom?el.classList.add("hax-context-pin-top"):el.classList.add("hax-context-pin-bottom"))}}_onKeyDown(e){if(!this.openDrawer&&this.editMode&&this.getAttribute("contenteditable")){switch(e.key){case"Tab":window.HaxStore.instance.isTextElement(this.activeContainerNode)&&(e.detail.keyboardEvent&&(e.detail.keyboardEvent.preventDefault(),e.detail.keyboardEvent.stopPropagation(),e.detail.keyboardEvent.stopImmediatePropagation()),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),e.shiftKey?this._tabBackKeyPressed():this._tabKeyPressed());break;case"Enter":this.setAttribute("contenteditable",!0);case"Backspace":case"Delete":case"ArrowUp":case"ArrowDown":case"ArrowLeft":case"ArrowRight":clearTimeout(this.__keyPressDirection),this.__keyPressDirection=setTimeout(()=>{const rng=window.HaxStore.getRange();rng.commonAncestorContainer&&this.activeNode!==rng.commonAncestorContainer&&"function"==typeof rng.commonAncestorContainer.focus?"HAX-BODY"!==rng.commonAncestorContainer.tagName&&(window.HaxStore.instance.isTextElement(rng.commonAncestorContainer)?this.setAttribute("contenteditable",!0):this.removeAttribute("contenteditable"),rng.commonAncestorContainer.focus(),this.__focusLogic(rng.commonAncestorContainer)):rng.commonAncestorContainer&&rng.commonAncestorContainer.parentNode&&this.activeNode!==rng.commonAncestorContainer.parentNode&&"function"==typeof rng.commonAncestorContainer.parentNode.focus&&"HAX-BODY"!==rng.commonAncestorContainer.parentNode.tagName&&(window.HaxStore.instance.isTextElement(rng.commonAncestorContainer.parentNode)?this.setAttribute("contenteditable",!0):this.removeAttribute("contenteditable"),rng.commonAncestorContainer.parentNode.focus(),this.__focusLogic(rng.commonAncestorContainer.parentNode))},50)}this.shadowRoot.querySelector("#platecontextmenu").classList.contains("hax-active-hover")&&this.__dropActiveHover()}}_onKeyPress(e){!this.openDrawer&&this.editMode&&this.shadowRoot.querySelector("#platecontextmenu").classList.contains("hax-active-hover")&&this.activeNode&&window.HaxStore.instance.isTextElement(this.activeNode)?this.__dropActiveHover():!this.openDrawer&&this.editMode&&this.activeNode&&window.HaxStore.instance.isTextElement(this.activeNode)&&(clearTimeout(this.__positionContextTimer),this.__positionContextTimer=setTimeout(()=>{this.positionContextMenus(this.activeNode,this.activeNode)},2e3))}hoverEvent(e){if(!this.openDrawer&&this.editMode&&(e.target&&null!=e.target.getAttribute("data-hax-ray")?(this.__activeHover=e.target,this.dispatchEvent(new CustomEvent("hax-active-hover-name",{bubbles:!0,cancelable:!0,composed:!0,detail:e.target.getAttribute("data-hax-ray")}))):e.target&&e.target.parentNode&&null!=e.target.parentNode.getAttribute("data-hax-ray")&&(this.__activeHover=e.target.parentNode,this.dispatchEvent(new CustomEvent("hax-active-hover-name",{bubbles:!0,cancelable:!0,composed:!0,detail:e.target.parentNode.getAttribute("data-hax-ray")}))),!this.shadowRoot.querySelector("#platecontextmenu").classList.contains("hax-active-hover"))){let local=e.target;e.target===this.shadowRoot.querySelector("#cecontextmenu")||e.target===this.shadowRoot.querySelector("#textcontextmenu")||e.target===this.shadowRoot.querySelector("#platecontextmenu")||local===this.activeNode||local===this.activeContainerNode||e.target===this.activeNode||e.target===this.activeContainerNode||local.parentNode===this.activeContainerNode||local.parentNode.parentNode===this.activeContainerNode||local.parentNode.parentNode.parentNode===this.activeContainerNode?(this.positionContextMenus(this.activeNode,this.activeContainerNode),this.__addActiveHover(),this.__typeLock=!1):this.__dropActiveHover()}}__addActiveHover(){this.shadowRoot.querySelector("#cecontextmenu").classList.add("hax-active-hover"),this.shadowRoot.querySelector("#textcontextmenu").classList.add("hax-active-hover"),this.shadowRoot.querySelector("#platecontextmenu").classList.add("hax-active-hover")}__dropActiveHover(){this.shadowRoot.querySelector("#cecontextmenu").classList.remove("hax-active-hover"),this.shadowRoot.querySelector("#textcontextmenu").classList.remove("hax-active-hover"),this.shadowRoot.querySelector("#platecontextmenu").classList.remove("hax-active-hover")}elementInViewport(el){let top=el.offsetTop-32-window.HaxStore.instance.haxPanel.shadowRoot.querySelector("#drawer").offsetHeight,left=el.offsetLeft,width=el.offsetWidth,height=el.offsetHeight;for(;el.offsetParent;)top+=(el=el.offsetParent).offsetTop,left+=el.offsetLeft;return this.__OffBottom=topwindow.pageYOffset&&left+width>window.pageXOffset}replacePlaceholder(e){if("text"===e.detail){let p=document.createElement("p");p.innerHTML=" ",this.haxReplaceNode(this.activeNode,p,this.activeNode.parentNode),setTimeout(()=>{this.activeNode=p,window.HaxStore.write("activeNode",p,this),this.activeContainerNode.setAttribute("contenteditable",!0),p.focus(),this.__focusLogic(p)},210)}else this.replaceElementWorkflow()}replaceElementWorkflow(){let element=window.HaxStore.nodeToHaxElement(this.activeNode,null),type="*",skipPropMatch=!1;"place-holder"===element.tag&&void 0!==element.properties.type&&(type=element.properties.type,skipPropMatch=!0);var props={};if(void 0!==window.HaxStore.instance.elementList[element.tag]&&!1!==window.HaxStore.instance.elementList[element.tag].gizmo&&void 0!==window.HaxStore.instance.elementList[element.tag].gizmo.handles&&window.HaxStore.instance.elementList[element.tag].gizmo.handles.length>0){let gizmo=window.HaxStore.instance.elementList[element.tag].gizmo;for(var i=0;i0){let tag=this.activeNode.tagName.toLowerCase(),humanName=tag.replace("-"," ");void 0!==window.HaxStore.instance.elementList[tag]&&!1!==window.HaxStore.instance.elementList[tag].gizmo&&(humanName=window.HaxStore.instance.elementList[tag].gizmo.title),window.HaxStore.instance.haxAppPicker.presentOptions(haxElements,"__convert",`Transform ${humanName} to..`,"gizmo")}else window.HaxStore.toast("Sorry, this can not be transformed!",5e3)}_globalPreferencesUpdated(newValue,oldValue){void 0!==newValue&&null!=newValue&&(this.haxRayMode=newValue.haxRayMode)}_haxStorePropertyUpdated(e){e.detail&&void 0!==e.detail.value&&e.detail.property&&(this[e.detail.property]=e.detail.value)}haxClearBody(confirm=!0){let status=!0;confirm&&(status=prompt("Are you sure you want to delete all content?")),status&&wipeSlot(this)}haxInsert(tag,content,properties={},waitForLock=!0){this.__activeHover=null;var frag=document.createElement(tag);frag.innerHTML=content;var newNode=frag.cloneNode(!0);for(var property in properties){let attributeName=window.HaxStore.camelToDash(property);properties.hasOwnProperty(property)&&(!0===properties[property]?newNode.setAttribute(attributeName,attributeName):!1===properties[property]?newNode.removeAttribute(attributeName):null!=properties[property]&&properties[property].constructor===Array?newNode.properties&&newNode.properties[property].readOnly||(newNode.set?newNode.set(attributeName,properties[property]):newNode[attributeName]=properties[property]):null!=properties[property]&&properties[property].constructor===Object?newNode.properties&&newNode.properties[property].readOnly||(newNode.set?newNode.set(attributeName,properties[property]):newNode[attributeName]=properties[property]):newNode.setAttribute(attributeName,properties[property]))}return null!==window.HaxStore.instance.activePlaceHolder&&void 0!==window.HaxStore.instance.activePlaceHolder.style?(newNode.style.width=window.HaxStore.instance.activePlaceHolder.style.width,newNode.style.float=window.HaxStore.instance.activePlaceHolder.style.float,newNode.style.margin=window.HaxStore.instance.activePlaceHolder.style.margin,newNode.style.display=window.HaxStore.instance.activePlaceHolder.style.display,this.haxReplaceNode(window.HaxStore.instance.activePlaceHolder,newNode,window.HaxStore.instance.activePlaceHolder.parentNode),window.HaxStore.instance.activePlaceHolder=null):null!=this.activeContainerNode?"GRID-PLATE"!==newNode.tagName&&"GRID-PLATE"===this.activeContainerNode.tagName&&this.activeContainerNode!==this.activeNode?(null!=this.activeNode.getAttribute("slot")&&newNode.setAttribute("slot",this.activeNode.getAttribute("slot")),this.activeContainerNode.insertBefore(newNode,this.activeNode)):this.insertBefore(newNode,this.activeContainerNode.nextElementSibling):this.appendChild(newNode),this.shadowRoot.querySelector("#textcontextmenu").highlightOps=!1,this.__updateLockFocus=newNode,waitForLock&&setTimeout(()=>{this.breakUpdateLock()},50),!0}breakUpdateLock(){window.HaxStore.write("activeContainerNode",this.__updateLockFocus,this),window.HaxStore.write("activeNode",this.__updateLockFocus,this),this.__updateLockFocus.focus(),"function"==typeof this.__updateLockFocus.scrollIntoViewIfNeeded?this.__updateLockFocus.scrollIntoViewIfNeeded(!0):this.__updateLockFocus.scrollIntoView({behavior:"smooth",inline:"center"})}haxToContent(){this.hideContextMenus();var __active=this.activeNode;this.activeNode=null,this.activeContainerNode=null,window.HaxStore.write("activeNode",null,this),window.HaxStore.write("activeContainerNode",null,this);let children="slot"===this.shadowRoot.querySelector("#body").localName?this.shadowRoot.querySelector("#body").assignedNodes({flatten:!0}):[];this.globalPreferences.haxDeveloperMode&&console.warn(children);for(var content="",i=0,len=children.length;i{parent===this&&window.HaxStore.write("activeContainerNode",nodeClone,this),window.HaxStore.write("activeNode",nodeClone,this)},100),!0}hideContextMenus(){this._hideContextMenu(this.shadowRoot.querySelector("#textcontextmenu")),this._hideContextMenu(this.shadowRoot.querySelector("#cecontextmenu")),this._hideContextMenu(this.shadowRoot.querySelector("#platecontextmenu")),this._hideContextMenu(this.shadowRoot.querySelector("#haxinputmixer")),this.shadowRoot.querySelector("#textcontextmenu").highlightOps=!1}positionContextMenus(node,container){if(node){let tag=node.tagName.toLowerCase();window.HaxStore.instance._isSandboxed&&"webview"===tag&&(tag="iframe");let props=window.HaxStore.instance.elementList[tag];void 0===props||window.HaxStore.instance.isTextElement(node)?(this._hideContextMenu(this.shadowRoot.querySelector("#cecontextmenu")),this._positionContextMenu(this.shadowRoot.querySelector("#textcontextmenu"),node,-39,-39)):(this._hideContextMenu(this.shadowRoot.querySelector("#textcontextmenu")),props.element=node,this.shadowRoot.querySelector("#cecontextmenu").setHaxProperties(props),this._positionContextMenu(this.shadowRoot.querySelector("#cecontextmenu"),node,-39,-39)),this._positionContextMenu(this.shadowRoot.querySelector("#platecontextmenu"),container,-39,0),container&&!this._HTMLPrimativeTest(node)&&node!==container?container.contentEditable=!1:container&&(container.contentEditable=!0)}}haxMoveGridPlate(direction,node,container){switch(this.___moveLock=!0,direction){case"first":null!==container.previousElementSibling&&this.insertBefore(container,this.firstChild);break;case"up":null!==container.previousElementSibling&&this.insertBefore(container,container.previousElementSibling);break;case"down":null!==container.nextElementSibling&&this.insertBefore(container.nextElementSibling,container);break;case"last":null!==container.nextElementSibling&&this.appendChild(container)}return setTimeout(()=>{this.positionContextMenus(node,container),"function"==typeof container.scrollIntoViewIfNeeded?container.scrollIntoViewIfNeeded(!0):container.scrollIntoView({behavior:"smooth",inline:"center"})},5),!0}haxReplaceNode(node,replacement,parent=this){this.hideContextMenus();try{node&&node.getAttribute&&null!=node.getAttribute("slot")&&replacement.setAttribute("slot",node.getAttribute("slot")),null==node&&(node=this.__oldActiveNode,parent=this.__oldActiveNode.parentNode),parent.replaceChild(replacement,node)}catch(e){console.warn(e)}return replacement}haxChangeTagName(node,tagName){this.hideContextMenus();for(var replacement=document.createElement(tagName),i=0,l=node.attributes.length;i ":"ul"!=node.tagName.toLowerCase()&&"ol"!=node.tagName.toLowerCase()&&(replacement.innerHTML=""+node.innerHTML.trim().replace(/ /g," \n").replace(/ /g," \n")+" "):"ul"!=node.tagName.toLowerCase()&&"ol"!=node.tagName.toLowerCase()||(replacement.innerHTML=replacement.innerHTML.replace(//g,"").replace(/<\/ul>/g,"").replace(/<\/li>/g,"").replace(/ /g,"").replace(/<\/li>/g," "));try{node.parentNode.replaceChild(replacement,node),setTimeout(()=>{let children=replacement.children;children[0]&&children.tagName?children[0].focus():replacement.focus()},50)}catch(e){console.warn(e),console.warn(replacement),console.warn(node)}return replacement}haxDeleteNode(node,parent=this){if(this.hideContextMenus(),null!=this.activeContainerNode&&null!==this.activeContainerNode.previousElementSibling){if(this.activeContainerNode.previousElementSibling.focus(),null!=this.activeContainerNode&&window.HaxStore.instance.isTextElement(this.activeContainerNode)&&""!==this.activeContainerNode.textContent)try{var range=document.createRange(),sel=window.HaxStore.getSelection();range.setStart(this.activeContainerNode,1),range.collapse(!0),sel.removeAllRanges(),sel.addRange(range),this.activeContainerNode.focus()}catch(e){console.warn(e)}}else null!=this.activeContainerNode&&null!==this.activeContainerNode.nextElementSibling?this.activeContainerNode.nextElementSibling.focus():(this.activeNode=null,this.activeContainerNode=null,window.HaxStore.write("activeNode",null,this),window.HaxStore.write("activeContainerNode",null,this));try{return parent.removeChild(node)}catch(e){console.warn(e)}}importContent(html,clear=!0){clear&&wipeSlot(this,"*"),setTimeout(()=>{html=encapScript(html);let fragment=document.createElement("div");for(fragment.insertAdjacentHTML("beforeend",html);null!==fragment.firstChild;)if(void 0!==fragment.firstChild.tagName)if(window.HaxStore.instance._isSandboxed&&"iframe"===fragment.firstChild.tagName.toLowerCase()){for(var replacement=document.createElement("webview"),j=0,l=fragment.firstChild.attributes.length;j{window.HaxStore.instance.haxManager.shadowRoot.querySelector("#preview").shadowRoot.querySelector("#configurebutton").focus()},100);break;case"hax-manager-configure-container":window.HaxStore.write("activeNode",window.HaxStore.instance.activeContainerNode,this),this._hideContextMenu(this.shadowRoot.querySelector("#haxinputmixer")),window.HaxStore.instance.haxManager.resetManager(),haxElement=window.HaxStore.nodeToHaxElement(window.HaxStore.instance.activeNode),window.HaxStore.write("activeHaxElement",haxElement,this),window.HaxStore.instance.haxManager.editExistingNode=!0,window.HaxStore.instance.haxManager.selectStep("configure"),window.HaxStore.write("openDrawer",window.HaxStore.instance.haxManager,this),setTimeout(()=>{window.HaxStore.instance.haxManager.shadowRoot.querySelector("#preview").shadowRoot.querySelector("#configurebutton").focus()},100)}}_haxInputMixerOperation(e){let mixer=e.detail.inputMixer;null!=mixer.propertyToBind?this.activeNode[mixer.propertyToBind]=mixer.value:null!=mixer.slotToBind&&(item=document.createElement("span"),item.style.height="inherit",item.innerHTML=mixer.value,item.slot=mixer.slotToBind,this.activeNode.appendChild(item)),this._hideContextMenu(this.shadowRoot.querySelector("#haxinputmixer"))}_focusIn(e){this.__focusLogic(e.target)&&e.stopPropagation()}__focusLogic(target){let stopProp=!1;if(this.openDrawer||!this.editMode||this.__tabTrap)this.__tabTrap=!1;else{let containerNode=target;"SPAN"===containerNode.tagName&&window.HaxStore.instance.isTextElement(target.parentNode)&&(containerNode=target.parentNode);let activeNode=null;if(this._validElementTest(containerNode)&&null!=containerNode.parentNode){for(;"HAX-BODY"!=containerNode.parentNode.tagName;)null===activeNode&&"LI"!==containerNode.tagName&&"B"!==containerNode.tagName&&"I"!==containerNode.tagName&&"STRONG"!==containerNode.tagName&&"EM"!==containerNode.tagName&&(activeNode=containerNode),containerNode=containerNode.parentNode;null===activeNode?activeNode=containerNode:window.HaxStore.instance.isGridPlateElement(containerNode)?["UL","OL","LI","P","GRID-PLATE"].includes(containerNode.tagName)&&["UL","OL","LI"].includes(activeNode.tagName)&&(activeNode=containerNode):activeNode=containerNode,this.activeContainerNode===containerNode||containerNode.classList.contains("ignore-activation")?containerNode.classList.contains("ignore-activation")&&(stopProp=!0):(this.hideContextMenus(),this.activeContainerNode=containerNode,window.HaxStore.write("activeContainerNode",containerNode,this),stopProp=!0),this.activeNode===activeNode||activeNode.classList.contains("ignore-activation")||(this.activeNode=activeNode,window.HaxStore.write("activeNode",activeNode,this),this.positionContextMenus(activeNode,containerNode),stopProp=!0)}}return stopProp}_editModeChanged(newValue,oldValue){void 0!==oldValue&&(this._applyContentEditable(newValue),this.setAttribute("tabindex","-1"),newValue&&setTimeout(()=>{this.children&&this.children[0]&&this.children[0].focus?(this.activeNode=this.children[0],this.activeContainerNode=this.activeNode,window.HaxStore.write("activeNode",this.children[0],this),window.HaxStore.write("activeContainerNode",this.children[0],this),setTimeout(()=>{if(window.HaxStore.instance.isTextElement(this.activeNode))try{var range=document.createRange(),sel=window.HaxStore.getSelection();range.setStart(this.activeNode,0),range.collapse(!0),sel.removeAllRanges(),sel.addRange(range),this.activeNode.focus()}catch(e){console.warn(e)}},0)):(this.haxInsert("p","",{},!1),setTimeout(()=>{try{var range=document.createRange(),sel=window.HaxStore.getSelection();range.setStart(this.activeNode,0),range.collapse(!0),sel.removeAllRanges(),sel.addRange(range),this.activeNode.focus()}catch(e){console.warn(e)}},0))},100)),!1===newValue&&(this.removeAttribute("contenteditable"),this.hideContextMenus())}_haxResolvePreviousElement(node){for(node=node.previousElementSibling;null!=node&&void 0!==node.tagName&&"HAX-"===node.tagName.substring(0,4);)node=node.previousElementSibling;return node}_validElementTest(node){return void 0!==node.tagName&&("HAX-"!==node.tagName.substring(0,4)||"HAX-LOGO"===node.tagName)}_HTMLPrimativeTest(node){return null!=node&&void 0!==node.tagName&&-1==node.tagName.indexOf("-")}_applyContentEditable(status,target=this.shadowRoot.querySelector("#body")){let children="slot"===target.localName?target.assignedNodes({flatten:!0}):[];0===children.length&&(children=target.children);for(var i=0,len=children.length;ij.tag===node.tagName.toLowerCase());if(-1!==i&&(haxRay=window.HaxStore.instance.gizmoList[i].title),status?(node.setAttribute("data-draggable",!0),node.setAttribute("data-editable",status),node.setAttribute("data-hax-ray",haxRay),listenerMethod="addEventListener"):(node.removeAttribute("data-draggable"),node.removeAttribute("data-editable"),node.removeAttribute("data-hax-ray"),listenerMethod="removeEventListener"),node[listenerMethod]("drop",this.dropEvent.bind(this)),node[listenerMethod]("dragenter",this.dragEnter.bind(this)),node[listenerMethod]("dragleave",this.dragLeave.bind(this)),node[listenerMethod]("dragend",this.dragEnd.bind(this)),node[listenerMethod]("dragover",(function(e){e.preventDefault()})),this._HTMLPrimativeTest(node)&&(status?node.setAttribute("contenteditable",status):node.removeAttribute("contenteditable"),node.querySelectorAll("a").length>0)){let links=node.querySelectorAll("a");for(var j=0,len2=links.length;j{e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()})}}dropEvent(e){if(!this.openDrawer&&this.editMode){var target=window.HaxStore.instance.__dragTarget,local=e.target;if(null!=target&&void 0!==local&&target!==local&&target!==local.parentNode&&target.parentNode===this||local.parentNode===this){target.removeAttribute("slot");try{this.insertBefore(target,local)}catch(e){console.warn(e)}e.preventDefault(),e.stopPropagation()}let children=this.children;for(var i in children)void 0!==children[i].classList&&children[i].classList.remove("mover","hovered");target&&"function"==typeof target.focus&&setTimeout(()=>{this.positionContextMenus(this.activeNode,this.activeContainerNode)},0)}}dragEnter(e){!this.openDrawer&&this.editMode&&(e.preventDefault(),e.target.classList.add("hovered"))}dragLeave(e){!this.openDrawer&&this.editMode&&e.target.classList.remove("hovered")}dragStart(e){if(!this.openDrawer&&this.editMode){let children=this.children;for(var i in children)void 0!==children[i].classList&&children[i].classList.add("mover")}}dragEnd(e){if(!this.openDrawer&&this.editMode){let children=this.children;for(var i in children)void 0!==children[i].classList&&children[i].classList.remove("mover","hovered")}}_activeContainerNodeChanged(newValue,oldValue){if(this.editMode&&void 0!==newValue&&null!=newValue&&null!=newValue.tagName){window.HaxStore.instance.isTextElement(newValue)||window.HaxStore.instance.isGridPlateElement(newValue)?(newValue.setAttribute("contenteditable",!0),this.setAttribute("contenteditable",!0)):(newValue.removeAttribute("contenteditable"),this.removeAttribute("contenteditable")),oldValue&&"GRID-PLATE"==oldValue.tagName&&(oldValue.activeItem=null),"grid-plate"===newValue.tagName.toLowerCase()&&(newValue.editMode=this.editMode,this._applyContentEditable(this.editMode,newValue))}}_activeNodeChanged(newValue,oldValue){if(this.querySelectorAll(".hax-active").forEach(el=>{el.classList.remove("hax-active")}),this.editMode&&null!=newValue){let tag=newValue.tagName.toLowerCase();newValue.classList.add("hax-active"),window.HaxStore.instance.isTextElement(newValue)||window.HaxStore.instance.isGridPlateElement(newValue)?(newValue.setAttribute("contenteditable",!0),this.setAttribute("contenteditable",!0),clearTimeout(this.__positionContextTimer),this.__positionContextTimer=setTimeout(()=>{newValue===this.activeNode&&this.positionContextMenus(newValue,newValue)},10)):(newValue.removeAttribute("contenteditable"),this.removeAttribute("contenteditable")),this.shadowRoot.querySelector("#textcontextmenu").realSelectedValue=tag,"left"==newValue.style.textAlign?(this.shadowRoot.querySelector("#textcontextmenu").justifyIcon="editor:format-align-left",this.shadowRoot.querySelector("#textcontextmenu").justifyValue="text-align-left"):"left"==newValue.style.float?(this.shadowRoot.querySelector("#cecontextmenu").justifyIcon="editor:format-align-left",this.shadowRoot.querySelector("#cecontextmenu").justifyValue="hax-align-left"):"0 auto"==newValue.style.margin&&(this.shadowRoot.querySelector("#cecontextmenu").justifyIcon="editor:format-align-center",this.shadowRoot.querySelector("#cecontextmenu").justifyValue="hax-align-center")}else null===newValue&&(this.hideContextMenus(),this.__oldActiveNode=oldValue,this.shadowRoot.querySelector("#textcontextmenu").justifyIcon="editor:format-align-left",this.shadowRoot.querySelector("#textcontextmenu").justifyValue="text-align-left")}_getPosition(element){return{x:element.offsetLeft-element.scrollLeft+element.clientLeft,y:element.offsetTop-element.scrollTop+element.clientTop}}_positionContextMenu(menu,target,xoffset,yoffset){if(null!=target){let pos=this._getPosition(target);menu.style.left=null!=xoffset?pos.x+xoffset+"px":pos.x+"px",menu.style.top=null!=yoffset?pos.y+yoffset+"px":pos.y+"px"}menu.classList.add("hax-context-visible"),this.__activeHover&&(menu.classList.add("hax-active-hover"),menu.style.marginLeft="",this.__typeLock=!1),setTimeout(()=>{this._keepContextVisible()},100)}_hideContextMenu(menu){menu.classList.remove("hax-context-visible","hax-context-pin-top","hax-context-pin-bottom"),menu.style.left="-100px"}_tabKeyPressed(){let focus=!1,node=this.activeContainerNode;const activeNodeTagName=this.activeContainerNode.tagName;try{let range=window.HaxStore.getRange().cloneRange();var tagTest=range.commonAncestorContainer.tagName;if(void 0===tagTest&&(tagTest=range.commonAncestorContainer.parentNode.tagName),["UL","OL","LI"].includes(activeNodeTagName)||["UL","OL","LI"].includes(tagTest))this.polyfillSafe&&(document.execCommand("indent"),this.__tabTrap=!0);else for(;!focus;)null==node.nextSibling?focus=!0:"function"===node.nextSibling.focus?(node.nextSibling.focus(),focus=!0):node=node.nextSibling}catch(e){console.warn(e)}}_tabBackKeyPressed(){let node=this.activeContainerNode;const activeNodeTagName=this.activeContainerNode.tagName;try{let range=window.HaxStore.getRange().cloneRange();var tagTest=range.commonAncestorContainer.tagName;if(void 0===tagTest&&(tagTest=range.commonAncestorContainer.parentNode.tagName),["UL","OL","LI"].includes(activeNodeTagName)||["UL","OL","LI"].includes(tagTest))this.polyfillSafe&&(document.execCommand("outdent"),this.__tabTrap=!0);else{if(null!=node)for(;null!=node&&!this._validElementTest(node);)node=node.previousSibling;null!=node&&setTimeout(()=>{node.focus()},50)}}catch(e){console.warn(e)}}}window.customElements.define(HaxBody.tag,HaxBody);export{HaxBody};
\ No newline at end of file
diff --git a/build/es6/node_modules/@lrnwebcomponents/retro-card/retro-card.js b/build/es6/node_modules/@lrnwebcomponents/retro-card/retro-card.js
new file mode 100644
index 00000000000..aa81a792ed6
--- /dev/null
+++ b/build/es6/node_modules/@lrnwebcomponents/retro-card/retro-card.js
@@ -0,0 +1,146 @@
+/**
+ * Copyright 2019 The Pennsylvania State University
+ * @license Apache-2.0, see License.md for full text.
+ */
+import{html,css}from"../../lit-element/lit-element.js";import{SimpleColors}from"../simple-colors/simple-colors.js";class RetroCard extends SimpleColors{static get styles(){return[...super.styles,css`
+ :host {
+ display: block;
+ --retro-card-level-2: var(
+ --simple-colors-default-theme-accent-7,
+ #b8a515
+ );
+ --retro-card-level-1: var(
+ --simple-colors-default-theme-accent-6,
+ #e5cd1b
+ );
+ --retro-card-level-3: var(
+ --simple-colors-default-theme-accent-5,
+ #ead749
+ );
+ --retro-card-shadow: var(
+ --simple-colors-default-theme-accent-8,
+ rgba(229, 205, 27, 0.2)
+ );
+ --retro-card-light-color: #f4f1d0;
+ --retro-card-dark-color: #212121;
+ }
+ :host([dark]) {
+ --retro-card-dark-color: #f4f1d0;
+ --retro-card-light-color: #212121;
+ }
+ :host([hidden]) {
+ display: none;
+ }
+
+ :host([hover-state]) .link:nth-child(1n + 0) {
+ box-shadow: 16px 16px 0px 0px var(--retro-card-shadow);
+ border: 16px solid var(--retro-card-level-2);
+ background-color: var(--retro-card-level-1);
+ }
+
+ :host([hover-state]) .link {
+ color: var(--retro-card-light-color);
+ text-decoration: underline;
+ padding: 1.25rem;
+ border: 16px var(--retro-card-level-1) solid;
+ box-shadow: 16px 16px 0px 0px var(--retro-card-shadow);
+ transition: background-color 0.2s ease-in-out 0s,
+ padding 0.4s ease-in-out 0s, border 0.4s ease-in-out 0s,
+ box-shadow 0.2s ease-in-out 0s;
+ }
+ .link:nth-child(1n + 0) {
+ background-color: var(--retro-card-level-3);
+ box-shadow: 8px 8px 0px 0px var(--retro-card-level-1);
+ border: 4px var(--retro-card-level-1) solid;
+ }
+ .link {
+ display: block;
+ background-color: var(--retro-card-level-3);
+ border: 4px var(--retro-card-level-1) solid;
+ padding: 2rem;
+ box-shadow: 8px 8px 0px 0px var(--retro-card-level-1);
+ transition: padding 0.4s ease-in-out 0s, border 0.4s ease-in-out 0s,
+ box-shadow 0.2s ease-in-out 0s;
+ }
+
+ .img {
+ -webkit-filter: grayscale(1);
+ filter: grayscale(1);
+ mix-blend-mode: screen;
+ border: 0;
+ max-width: 100%;
+ height: auto;
+ -ms-interpolation-mode: bicubic;
+ display: inline-block;
+ vertical-align: middle;
+ max-height: 200px;
+ }
+
+ .title {
+ display: block;
+ font-size: 1.5rem;
+ padding: 2rem 0 0 0;
+ text-transform: uppercase;
+ font-weight: 700;
+ text-align: center;
+ }
+
+ .description {
+ display: block;
+ font-size: 0.9rem;
+ padding: 0.75rem 1rem 0;
+ }
+ .card-tags {
+ line-height: 1.6;
+ text-align: center;
+ margin-bottom: 1rem;
+ text-rendering: optimizeLegibility;
+ font-weight: 300;
+ }
+ .project-tag {
+ font-size: 0.7rem;
+ padding: 0.25rem 0.5rem;
+ font-style: italic;
+ font-weight: 600;
+ color: var(--retro-card-light-color);
+ background: var(--retro-card-dark-color);
+ word-wrap: break-word;
+ padding: 0 0.5rem;
+ text-transform: uppercase;
+ margin-bottom: 2rem;
+ margin: 0 0.25rem 2rem 0;
+ }
+
+ hr {
+ border-bottom: 1px solid var(--retro-card-dark-color);
+ max-width: 75rem;
+ height: 0;
+ border-right: 0;
+ border-top: 0;
+ border-left: 0;
+ margin: 1.25rem auto;
+ clear: both;
+ }
+
+ a {
+ text-align: center;
+ color: var(--retro-card-dark-color);
+ text-decoration: none;
+ line-height: inherit;
+ cursor: pointer;
+ font-family: "Roboto Mono", Consolas, Monospace;
+ }
+ `]}render(){return html`
+
+
+ ${this.title}
+ ${this.subtitle}
+
+
+
+ ${this.__cardTags.map(tag=>html`
+ ${tag.trim()}
+ `)}
+
+
+ `}static get haxProperties(){return{canScale:!1,canPosition:!1,canEditSource:!1,gizmo:{title:"Retro card",description:"Simple card in a cool retro design",icon:"icons:android",color:"purple",groups:["Card"],handles:[{type:"image",source2:"mediaSource",source:"hoverSource",alt:"subtitle",title:"title",name:"title"}],meta:{author:"ELMS:LN",owner:"The Pennsylvania State University"}},settings:{quick:[{property:"mediaSource",description:"",inputMethod:"textfield",required:!0,icon:"icons:link",validationType:"url"}],configure:[{property:"title",description:"",inputMethod:"textfield",required:!1,icon:"icons:android"},{property:"url",description:"",inputMethod:"textfield",required:!1,icon:"icons:android",validationType:"url"},{property:"subtitle",description:"",inputMethod:"textfield",required:!1,icon:"icons:android"},{property:"tags",description:"",inputMethod:"textfield",required:!1,icon:"icons:android"},{property:"mediaSource",description:"Primary media source",inputMethod:"haxupload",required:!0,icon:"icons:link",validationType:"url"},{property:"hoverSource",description:"When user hovers / activates the card",title:"Source on hover",inputMethod:"haxupload",required:!1,validationType:"url",icon:"icons:android"},{property:"accentColor",description:"An accent to apply evenly to the card",title:"Accent Color",inputMethod:"colorpicker",required:!1,icon:"icons:android"},{property:"dark",title:"Dark",description:"Flips the color mode to be dark mode",inputMethod:"boolean",required:!1}],advanced:[]}}}static get properties(){return{...super.properties,title:{type:String},subtitle:{type:String},tags:{type:String},mediaSource:{type:String,attribute:"media-source"},url:{type:String},hoverSource:{type:String,attribute:"hover-source"},hoverState:{type:Boolean,attribute:"hover-state",reflect:!0},__cardTags:{type:Array},__source:{type:String}}}static get tag(){return"retro-card"}constructor(){super(),this.__cardTags=[],this.hoverState=!1,this.setAttribute("tabindex",0),setTimeout(()=>{this.addEventListener("keypress",this._keyPress.bind(this)),this.addEventListener("mouseover",this._hoverStateOn.bind(this)),this.addEventListener("mouseout",this._hoverStateOff.bind(this)),this.addEventListener("focusin",this._hoverStateOn.bind(this)),this.addEventListener("focusout",this._hoverStateOff.bind(this))},0)}_keyPress(e){switch(e.key){case"Enter":this.shadowRoot.querySelector("a").click()}}_hoverStateOff(e){this.hoverState=!1}_hoverStateOn(e){this.hoverState=!0}firstUpdated(){this.hoverSource||(console.log("?"),this.hoverSource=this.mediaSource)}updated(changedProperties){super.updated&&super.updated(changedProperties),changedProperties.forEach((oldValue,propName)=>{"tags"==propName&&this._tagsChanged(this[propName]),"source"==propName&&(this.__source=this.mediaSource),"hoverState"==propName&&(this.__source=this[propName]?this.hoverSource:this.mediaSource,console.log(this.mediaSource))})}_tagsChanged(tags){let ary=tags.split(",");this.__cardTags=[...ary]}}customElements.define(RetroCard.tag,RetroCard);export{RetroCard};
\ No newline at end of file
diff --git a/build/es6/node_modules/@lrnwebcomponents/wysiwyg-hax/wysiwyg-hax.js b/build/es6/node_modules/@lrnwebcomponents/wysiwyg-hax/wysiwyg-hax.js
index dbf5a4d70ae..9f2ff9e8a8d 100644
--- a/build/es6/node_modules/@lrnwebcomponents/wysiwyg-hax/wysiwyg-hax.js
+++ b/build/es6/node_modules/@lrnwebcomponents/wysiwyg-hax/wysiwyg-hax.js
@@ -26,4 +26,4 @@ import{LitElement,html,css}from"../../lit-element/lit-element.js";import"../cms-
align="${this.align}"
>
- `}static get tag(){return"wysiwyg-hax"}constructor(){super(),this.openDefault=!1,this.hideExportButton=!1,this.align="right",this.fieldId="textarea-input-field",this.fieldName="data[content]",this.__imported=!1,this.redirectLocation="",this.updatePageData=""}updated(changedProperties){changedProperties.forEach((oldValue,propName)=>{"activeHaxBody"==propName&&this._activeHaxBodyUpdated(this[propName])})}static get properties(){return{openDefault:{type:Boolean,attribute:"open-default"},redirectLocation:{type:String,attribute:"redirect-location"},hideExportButton:{type:Boolean,attribute:"hide-export-button"},hidePanelOps:{type:Boolean,attribute:"hide-panel-ops"},hidePreferencesButton:{type:Boolean,attribute:"hide-preferences-button"},align:{type:String},bodyValue:{type:String,attribute:"body-value"},appStoreConnection:{type:String,attribute:"app-store-connection"},fieldClass:{type:String,attribute:"field-class"},fieldId:{type:String,attribute:"field-id"},fieldName:{type:String,attribute:"field-name"},syncBody:{type:Boolean,attribute:"sync-body",reflect:!0},editMode:{type:Boolean,reflect:!0,attribute:"edit-mode"},endPoint:{type:String,attribute:"end-point"},updatePageData:{type:String,attribute:"update-page-data"},activeHaxBody:{type:Object},__imported:{type:Boolean}}}createRenderRoot(){return this}_activeHaxBodyUpdated(newValue){if(null!=newValue&&!this.__imported){this.__imported=!0;let children=this.querySelector("template");null!=children&&(newValue.importContent(children.innerHTML),this.editMode=!1,window.HaxStore.write("editMode",this.editMode,this),setTimeout(()=>{this.editMode=!0,window.HaxStore.write("editMode",this.editMode,this)},200))}}connectedCallback(){super.connectedCallback(),document.body.addEventListener("hax-save",this._bodyContentUpdated.bind(this)),document.body.addEventListener("hax-store-property-updated",this._haxStorePropertyUpdated.bind(this))}disconnectedCallback(){document.body.removeEventListener("hax-save",this._bodyContentUpdated.bind(this)),document.body.removeEventListener("hax-store-property-updated",this._haxStorePropertyUpdated.bind(this)),super.disconnectedCallback()}_haxStorePropertyUpdated(e){e.detail&&void 0!==e.detail.value&&e.detail.property&&("object"==typeof e.detail.value?this[e.detail.property]={...e.detail.value}:this[e.detail.property]=e.detail.value)}_bodyContentUpdated(e){this.bodyValue=window.HaxStore.instance.activeHaxBody.haxToContent()}}window.customElements.define(WysiwygHax.tag,WysiwygHax);export{WysiwygHax};
\ No newline at end of file
+ `}static get tag(){return"wysiwyg-hax"}constructor(){super();let children=this.querySelector("template");children&&(this.__importContent=children.innerHTML),this.openDefault=!1,this.hideExportButton=!1,this.align="right",this.fieldId="textarea-input-field",this.fieldName="data[content]",this.__imported=!1,this.redirectLocation="",this.updatePageData="",window.addEventListener("hax-save",this._bodyContentUpdated.bind(this)),window.addEventListener("hax-store-property-updated",this._haxStorePropertyUpdated.bind(this))}updated(changedProperties){changedProperties.forEach((oldValue,propName)=>{"activeHaxBody"==propName&&this._activeHaxBodyUpdated(this[propName])})}static get properties(){return{openDefault:{type:Boolean,attribute:"open-default"},redirectLocation:{type:String,attribute:"redirect-location"},hideExportButton:{type:Boolean,attribute:"hide-export-button"},hidePanelOps:{type:Boolean,attribute:"hide-panel-ops"},hidePreferencesButton:{type:Boolean,attribute:"hide-preferences-button"},align:{type:String},bodyValue:{type:String,attribute:"body-value"},appStoreConnection:{type:String,attribute:"app-store-connection"},fieldClass:{type:String,attribute:"field-class"},fieldId:{type:String,attribute:"field-id"},fieldName:{type:String,attribute:"field-name"},syncBody:{type:Boolean,attribute:"sync-body",reflect:!0},editMode:{type:Boolean,reflect:!0,attribute:"edit-mode"},endPoint:{type:String,attribute:"end-point"},updatePageData:{type:String,attribute:"update-page-data"},activeHaxBody:{type:Object},__imported:{type:Boolean}}}createRenderRoot(){return this}_activeHaxBodyUpdated(newValue){null==newValue||this.__imported||(this.__imported=!0,this.__importContent&&newValue.importContent(this.__importContent))}disconnectedCallback(){window.removeEventListener("hax-save",this._bodyContentUpdated.bind(this)),window.removeEventListener("hax-store-property-updated",this._haxStorePropertyUpdated.bind(this)),super.disconnectedCallback()}_haxStorePropertyUpdated(e){e.detail&&void 0!==e.detail.value&&e.detail.property&&("object"==typeof e.detail.value&&(this[e.detail.property]=null),this[e.detail.property]=e.detail.value)}_bodyContentUpdated(e){this.bodyValue=window.HaxStore.instance.activeHaxBody.haxToContent()}}window.customElements.define(WysiwygHax.tag,WysiwygHax);export{WysiwygHax};
\ No newline at end of file
diff --git a/build/es6/node_modules/vmsg/COPYING b/build/es6/node_modules/vmsg/COPYING
new file mode 100644
index 00000000000..0e259d42c99
--- /dev/null
+++ b/build/es6/node_modules/vmsg/COPYING
@@ -0,0 +1,121 @@
+Creative Commons Legal Code
+
+CC0 1.0 Universal
+
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+ LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
+ ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
+ INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
+ REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
+ PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
+ THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
+ HEREUNDER.
+
+Statement of Purpose
+
+The laws of most jurisdictions throughout the world automatically confer
+exclusive Copyright and Related Rights (defined below) upon the creator
+and subsequent owner(s) (each and all, an "owner") of an original work of
+authorship and/or a database (each, a "Work").
+
+Certain owners wish to permanently relinquish those rights to a Work for
+the purpose of contributing to a commons of creative, cultural and
+scientific works ("Commons") that the public can reliably and without fear
+of later claims of infringement build upon, modify, incorporate in other
+works, reuse and redistribute as freely as possible in any form whatsoever
+and for any purposes, including without limitation commercial purposes.
+These owners may contribute to the Commons to promote the ideal of a free
+culture and the further production of creative, cultural and scientific
+works, or to gain reputation or greater distribution for their Work in
+part through the use and efforts of others.
+
+For these and/or other purposes and motivations, and without any
+expectation of additional consideration or compensation, the person
+associating CC0 with a Work (the "Affirmer"), to the extent that he or she
+is an owner of Copyright and Related Rights in the Work, voluntarily
+elects to apply CC0 to the Work and publicly distribute the Work under its
+terms, with knowledge of his or her Copyright and Related Rights in the
+Work and the meaning and intended legal effect of CC0 on those rights.
+
+1. Copyright and Related Rights. A Work made available under CC0 may be
+protected by copyright and related or neighboring rights ("Copyright and
+Related Rights"). Copyright and Related Rights include, but are not
+limited to, the following:
+
+ i. the right to reproduce, adapt, distribute, perform, display,
+ communicate, and translate a Work;
+ ii. moral rights retained by the original author(s) and/or performer(s);
+iii. publicity and privacy rights pertaining to a person's image or
+ likeness depicted in a Work;
+ iv. rights protecting against unfair competition in regards to a Work,
+ subject to the limitations in paragraph 4(a), below;
+ v. rights protecting the extraction, dissemination, use and reuse of data
+ in a Work;
+ vi. database rights (such as those arising under Directive 96/9/EC of the
+ European Parliament and of the Council of 11 March 1996 on the legal
+ protection of databases, and under any national implementation
+ thereof, including any amended or successor version of such
+ directive); and
+vii. other similar, equivalent or corresponding rights throughout the
+ world based on applicable law or treaty, and any national
+ implementations thereof.
+
+2. Waiver. To the greatest extent permitted by, but not in contravention
+of, applicable law, Affirmer hereby overtly, fully, permanently,
+irrevocably and unconditionally waives, abandons, and surrenders all of
+Affirmer's Copyright and Related Rights and associated claims and causes
+of action, whether now known or unknown (including existing as well as
+future claims and causes of action), in the Work (i) in all territories
+worldwide, (ii) for the maximum duration provided by applicable law or
+treaty (including future time extensions), (iii) in any current or future
+medium and for any number of copies, and (iv) for any purpose whatsoever,
+including without limitation commercial, advertising or promotional
+purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
+member of the public at large and to the detriment of Affirmer's heirs and
+successors, fully intending that such Waiver shall not be subject to
+revocation, rescission, cancellation, termination, or any other legal or
+equitable action to disrupt the quiet enjoyment of the Work by the public
+as contemplated by Affirmer's express Statement of Purpose.
+
+3. Public License Fallback. Should any part of the Waiver for any reason
+be judged legally invalid or ineffective under applicable law, then the
+Waiver shall be preserved to the maximum extent permitted taking into
+account Affirmer's express Statement of Purpose. In addition, to the
+extent the Waiver is so judged Affirmer hereby grants to each affected
+person a royalty-free, non transferable, non sublicensable, non exclusive,
+irrevocable and unconditional license to exercise Affirmer's Copyright and
+Related Rights in the Work (i) in all territories worldwide, (ii) for the
+maximum duration provided by applicable law or treaty (including future
+time extensions), (iii) in any current or future medium and for any number
+of copies, and (iv) for any purpose whatsoever, including without
+limitation commercial, advertising or promotional purposes (the
+"License"). The License shall be deemed effective as of the date CC0 was
+applied by Affirmer to the Work. Should any part of the License for any
+reason be judged legally invalid or ineffective under applicable law, such
+partial invalidity or ineffectiveness shall not invalidate the remainder
+of the License, and in such case Affirmer hereby affirms that he or she
+will not (i) exercise any of his or her remaining Copyright and Related
+Rights in the Work or (ii) assert any associated claims and causes of
+action with respect to the Work, in either case contrary to Affirmer's
+express Statement of Purpose.
+
+4. Limitations and Disclaimers.
+
+ a. No trademark or patent rights held by Affirmer are waived, abandoned,
+ surrendered, licensed or otherwise affected by this document.
+ b. Affirmer offers the Work as-is and makes no representations or
+ warranties of any kind concerning the Work, express, implied,
+ statutory or otherwise, including without limitation warranties of
+ title, merchantability, fitness for a particular purpose, non
+ infringement, or the absence of latent or other defects, accuracy, or
+ the present or absence of errors, whether or not discoverable, all to
+ the greatest extent permissible under applicable law.
+ c. Affirmer disclaims responsibility for clearing rights of other persons
+ that may apply to the Work or any use thereof, including without
+ limitation any person's Copyright and Related Rights in the Work.
+ Further, Affirmer disclaims responsibility for obtaining any necessary
+ consents, permissions or other rights required for any use of the
+ Work.
+ d. Affirmer understands and acknowledges that Creative Commons is not a
+ party to this document and has no duty or obligation with respect to
+ this CC0 or use of the Work.
diff --git a/build/es6/node_modules/vmsg/README.md b/build/es6/node_modules/vmsg/README.md
new file mode 100644
index 00000000000..81d819bf37c
--- /dev/null
+++ b/build/es6/node_modules/vmsg/README.md
@@ -0,0 +1,128 @@
+# vmsg [![npm](https://img.shields.io/npm/v/vmsg.svg)](https://www.npmjs.com/package/vmsg)
+
+vmsg is a small library for creating voice messages. While traditional
+way of communicating on the web is via text, sometimes it's easier or
+rather funnier to express your thoughts just by saying it. Of course it
+doesn't require any special support: record your voice with some
+standard program, upload to file hosting and share the link. But why
+bother with all of that tedious stuff if you can do the same in browser
+with a few clicks.
+
+:confetti_ball: :tada: **[DEMO](https://kagami.github.io/vmsg/)** :tada: :confetti_ball:
+
+## Features
+
+* No dependencies, framework-agnostic, can be easily added to any site
+* Small: ~73kb gzipped WASM module and ~3kb gzipped JS + CSS
+* Uses MP3 format which is widely supported
+* Works in all latest browsers
+
+## Supported browsers
+
+* Chrome 32+
+* Firefox 27+
+* Safari 11+
+* Edge 12+
+
+## Usage
+
+```
+npm install vmsg --save
+```
+
+```js
+import { record } from "vmsg";
+
+someButton.onclick = function() {
+ record(/* {wasmURL: "/static/js/vmsg.wasm"} */).then(blob => {
+ console.log("Recorded MP3", blob);
+ // Can be used like this:
+ //
+ // const form = new FormData();
+ // form.append("file[]", blob, "record.mp3");
+ // fetch("/upload.php", {
+ // credentials: "include",
+ // method: "POST",
+ // body: form,
+ // }).then(resp => {
+ // });
+ });
+};
+```
+
+That's it! Don't forget to include [vmsg.css](vmsg.css) and
+[vmsg.wasm](vmsg.wasm) in your project. For browsers without WebAssembly
+support you need to also include
+[wasm-polyfill.js](https://github.com/Kagami/wasm-polyfill.js).
+
+See [demo](demo) directory for a more feasible example.
+
+A minimal React example for using Recorder with your own UI can be found [here](https://codesandbox.io/s/v67oz43lm7).
+
+See also [non React demo](https://github.com/addpipe/simple-vmsg-demo) and [Recording mp3 audio in HTML5 using vmsg](https://addpipe.com/blog/recording-mp3-audio-in-html5-using-vmsg-a-webassembly-library-based-on-lame/) article.
+
+## Development
+
+1. Install [Emscripten SDK](https://github.com/juj/emsdk).
+2. Install latest LLVM, Clang and LLD with WebAssembly backend, fix
+ `LLVM_ROOT` variable of Emscripten config.
+3. Make sure you have a standard GNU development environment.
+4. Activate emsdk environment.
+5. ```bash
+ git clone --recurse-submodules https://github.com/Kagami/vmsg.git && cd vmsg
+ make clean all
+ npm install
+ npm start
+ ```
+
+These instructions are very basic because there're a lot of systems with
+different conventions. Docker image would probably be provided to fix it.
+
+## Technical details for nerds
+
+vmsg uses LAME encoder underneath compiled with Emscripten to
+WebAssembly module. LAME build is optimized for size, weights only
+little more than 70kb gzipped and can be super-efficiently fetched and
+parsed by browser. [It's like a small image.](https://twitter.com/wycats/status/942908325775077376)
+
+Access to microphone is implemented with Web Audio API, data samples
+sent to Web Worker which is responsibe for loading WebAssembly module
+and calling LAME API.
+
+Module is produced with modern LLVM WASM backend and LLD linker which
+should become standard soon, also vmsg has own tiny WASM runtime instead
+of Emscripten's to decrease overall size and simplify architecture.
+Worker code is included in the main JS module so end-user has to care
+only about 3 files: `vmsg.js`, `vmsg.css` and `vmsg.wasm`. CSS can be
+inlined too but IMO that would be ugly.
+
+In order to support browsers without WebAssembly,
+[WebAssembly polyfill](https://github.com/Kagami/wasm-polyfill.js) is
+being used. It translates binary module into semantically-equivalent
+JavaScript on the fly (almost asm.js compatible but doesn't fully
+validate yet) so we don't need separate asm.js build and can use
+standard WebAssembly API. It's not as effecient but for audio encoding
+should be enough.
+
+**See also:** [Creating WebAssembly-powered library for modern web](https://hackernoon.com/creating-webassembly-powered-library-for-modern-web-846da334f8fc) article.
+
+## Why not MediaRecorder?
+
+[MediaStream Recording API](https://developer.mozilla.org/en-US/docs/Web/API/MediaStream_Recording_API)
+is great but:
+
+* Works only in Firefox and Chrome
+* Provides little to no options, e.g. VBR quality can't be specified
+* Firefox/Chrome encode only to Opus which can't be natively played in Safari and Edge
+
+## But you can use e.g. ogv.js polyfill!
+
+* It make things more complicated, now you need both encoder and decoder
+* Opus gives you ~2x bitrate win but for 500kb per minute files it's not that much
+* MP3 is much more widespread, so even while compression is not best compatibility matters
+
+## License
+
+vmsg is licensed under [CC0](COPYING).
+LAME is licensed under [LGPL](https://github.com/Kagami/lame-svn/blob/master/lame/COPYING).
+MP3 patents seems to [have expired since April 23, 2017](https://en.wikipedia.org/wiki/LAME#Patents_and_legal_issues).
diff --git a/build/es6/node_modules/vmsg/package.json b/build/es6/node_modules/vmsg/package.json
new file mode 100644
index 00000000000..ccb0000027f
--- /dev/null
+++ b/build/es6/node_modules/vmsg/package.json
@@ -0,0 +1,44 @@
+{
+ "name": "vmsg",
+ "version": "0.3.6",
+ "description": "Library for creating voice messages",
+ "main": "vmsg.js",
+ "typings": "vmsg.d.ts",
+ "scripts": {
+ "start": "parcel demo/index.html",
+ "prepare": "babel vmsg.js -o vmsg.es5.js",
+ "demo": "D=`mktemp -d` && parcel build demo/index.html --out-dir \"$D\" --public-url ./ && git checkout gh-pages && rm `git ls-files *` && mv \"$D\"/* . && rmdir \"$D\" && git add -A && git commit -m 'Update demo'"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/Kagami/vmsg.git"
+ },
+ "keywords": [
+ "voice",
+ "voice message",
+ "emscripten",
+ "webassembly",
+ "lame",
+ "mp3"
+ ],
+ "author": "Kagami Hiiragi",
+ "license": "CC0-1.0",
+ "bugs": {
+ "url": "https://github.com/Kagami/vmsg/issues"
+ },
+ "homepage": "https://github.com/Kagami/vmsg#readme",
+ "parcelDisableLoaders": [
+ "wasm"
+ ],
+ "devDependencies": {
+ "@babel/cli": "^7.2.3",
+ "@babel/core": "^7.2.2",
+ "@babel/plugin-proposal-class-properties": "^7.3.0",
+ "@babel/preset-env": "^7.3.1",
+ "autoprefixer": "^9.4.7",
+ "parcel-bundler": "^1.11.0",
+ "parcel-plugin-disable-loaders": "^1.0.3",
+ "react": "^16.8.1",
+ "react-dom": "^16.8.1"
+ }
+}
diff --git a/build/es6/node_modules/vmsg/vmsg.css b/build/es6/node_modules/vmsg/vmsg.css
new file mode 100644
index 00000000000..005e512465e
--- /dev/null
+++ b/build/es6/node_modules/vmsg/vmsg.css
@@ -0,0 +1,193 @@
+.vmsg-backdrop {
+ position: fixed;
+ left: 0;
+ right: 0;
+ top: 0;
+ bottom: 0;
+ display: flex;
+ background: rgba(0,0,0,.7);
+ align-items: center;
+ justify-content: center;
+}
+
+.vmsg-popup {
+ box-sizing: border-box;
+ width: 250px;
+ padding: 10px;
+ border-radius: 4px;
+ background: #e4e1e5;
+ box-shadow: 1px 1px 4px 0 rgba(59,26,84,.6);
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ font-family: Helvetica,sans-serif;
+ font-size: 14px;
+ line-height: 1.4;
+ color: #0a0a0a;
+}
+
+.vmsg-progress {
+ width: 40%;
+ margin: 0 auto;
+ display: flex;
+ justify-content: space-between;
+}
+
+.vmsg-progress-dot {
+ width: 15px;
+ height: 15px;
+ border-radius: 50%;
+ animation: vmsg-progress 1s linear infinite;
+}
+.vmsg-progress-dot:nth-child(2) {
+ animation-delay: -0.8s;
+}
+.vmsg-progress-dot:nth-child(3) {
+ animation-delay: -0.6s;
+}
+@keyframes vmsg-progress {
+ 0%, 60%, 100% {
+ background: none;
+ }
+ 30% {
+ background: #9e85ad;
+ }
+}
+
+.vmsg-error {
+ font-weight: bold;
+ text-align: center;
+}
+
+.vmsg-record-row {
+ display: flex;
+ justify-content: space-between;
+}
+
+.vmsg-button {
+ min-width: 40px;
+ line-height: 30px;
+ padding: 0;
+ background: transparent;
+ border: 1px solid #ccc;
+ font-family: Helvetica,sans-serif;
+ cursor: pointer;
+ outline: none;
+ user-select: none;
+}
+.vmsg-button:disabled {
+ cursor: default;
+ color: #999;
+}
+.vmsg-button:not(:disabled):hover {
+ border-color: #9e85ad;
+}
+.vmsg-button::-moz-focus-inner {
+ border: 0;
+}
+.vmsg-record-button {
+ font-size: 30px;
+ color: #f00;
+}
+.vmsg-stop-button {
+ font-size: 25px;
+ color: #000;
+}
+.vmsg-save-button {
+ font-size: 25px;
+ color: #090;
+}
+
+.vmsg-timer {
+ line-height: 32px;
+ font-weight: bold;
+ color: #333;
+ cursor: pointer;
+ user-select: none;
+}
+
+.vmsg-slider-wrapper {
+ position: relative;
+ margin-top: 3px;
+}
+.vmsg-slider-wrapper::after {
+ position: absolute;
+ left: 0;
+ right: 0;
+ top: 0;
+ bottom: 0;
+ line-height: 14px;
+ text-align: center;
+ color: #999;
+ pointer-events: none;
+}
+.vmsg-pitch-slider-wrapper::after {
+ content: "pitch";
+}
+.vmsg-gain-slider-wrapper::after {
+ content: "gain";
+}
+.vmsg-slider {
+ display: block;
+ width: 100%;
+ height: 16px;
+ margin: 0;
+ padding: 0;
+ outline: none;
+ background: none;
+ -webkit-appearance: none;
+}
+.vmsg-slider::-moz-focus-outer {
+ border: 0;
+}
+.vmsg-slider::-webkit-slider-runnable-track {
+ box-sizing: border-box;
+ height: 16px;
+ background: none;
+ border: 1px solid #ccc;
+}
+.vmsg-slider::-moz-range-track {
+ box-sizing: border-box;
+ height: 16px;
+ background: none;
+ border: 1px solid #ccc;
+}
+.vmsg-slider::-ms-track {
+ box-sizing: border-box;
+ height: 16px;
+ background: none;
+ border: 1px solid #ccc;
+}
+.vmsg-slider::-webkit-slider-thumb {
+ width: 39px;
+ height: 14px;
+ background: #ccc;
+ cursor: pointer;
+ -webkit-appearance: none;
+}
+.vmsg-slider::-moz-range-thumb {
+ width: 40px;
+ height: 14px;
+ background: #ccc;
+ border: none;
+ border-radius: 0;
+ cursor: pointer;
+}
+.vmsg-slider::-ms-thumb {
+ width: 39px;
+ height: 14px;
+ background: #ccc;
+ cursor: pointer;
+}
+.vmsg-slider::-webkit-slider-thumb:hover {
+ background: #999;
+}
+.vmsg-slider::-moz-range-thumb:hover {
+ background: #999;
+}
+.vmsg-slider::-ms-thumb:hover {
+ background: #999;
+}
+.vmsg-slider::-ms-tooltip {
+ display: none;
+}
diff --git a/build/es6/node_modules/vmsg/vmsg.d.ts b/build/es6/node_modules/vmsg/vmsg.d.ts
new file mode 100644
index 00000000000..7669b3f8d71
--- /dev/null
+++ b/build/es6/node_modules/vmsg/vmsg.d.ts
@@ -0,0 +1,23 @@
+declare module "vmsg" {
+ interface RecordOptions {
+ wasmURL?: string;
+ shimURL?: string;
+ pitch?: number;
+ }
+
+ export class Recorder {
+ constructor(opts: RecordOptions);
+ stopRecording(): Promise;
+ initAudio(): Promise;
+ initWorker(): Promise;
+ init(): Promise;
+ startRecording(): void;
+ close(): void;
+ }
+
+ interface Exports {
+ record: (opts?: RecordOptions) => Promise;
+ }
+ const exports: Exports;
+ export default exports;
+}
diff --git a/build/es6/node_modules/vmsg/vmsg.es5.js b/build/es6/node_modules/vmsg/vmsg.es5.js
new file mode 100644
index 00000000000..e0fdf3eb51c
--- /dev/null
+++ b/build/es6/node_modules/vmsg/vmsg.es5.js
@@ -0,0 +1 @@
+function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}function _defineProperties(target,props){for(var i=0;i0)return fetchAndInstantiateFallback(url,imports);throw err}))}(wasmURL,{env:Runtime})})).then((function(wasm){FFI=wasm.instance.exports,postMessage({type:"init",data:null})})).catch((function(err){postMessage({type:"init-error",data:err.toString()})}));break;case"start":if(!function vmsg_init(rate){if(!(ref=FFI.vmsg_init(rate)))return!1;var pcm_l_ref=new Uint32Array(memory.buffer,ref,1)[0];return pcm_l=new Float32Array(memory.buffer,pcm_l_ref),!0}(msg.data))return postMessage({type:"error",data:"vmsg_init"});break;case"data":if(!function vmsg_encode(data){return pcm_l.set(data),FFI.vmsg_encode(ref,data.length)>=0}(msg.data))return postMessage({type:"error",data:"vmsg_encode"});break;case"stop":var blob=function vmsg_flush(){if(FFI.vmsg_flush(ref)<0)return null;var mp3_ref=new Uint32Array(memory.buffer,ref+4,1)[0],size=new Uint32Array(memory.buffer,ref+8,1)[0],mp3=new Uint8Array(memory.buffer,mp3_ref,size),blob=new Blob([mp3],{type:"audio/mpeg"});return FFI.vmsg_free(ref),ref=null,pcm_l=null,blob}();if(!blob)return postMessage({type:"error",data:"vmsg_flush"});postMessage({type:"stop",data:blob})}}}Object.defineProperty(exports,"__esModule",{value:!0}),exports.record=record,exports.default=exports.Form=exports.Recorder=void 0;var Recorder=function(){function Recorder(){var opts=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},onStop=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;_classCallCheck(this,Recorder),this.wasmURL=new URL(opts.wasmURL||"/static/js/vmsg.wasm",location).href,this.shimURL=new URL(opts.shimURL||"/static/js/wasm-polyfill.js",location).href,this.onStop=onStop,this.pitch=opts.pitch||0,this.stream=null,this.audioCtx=null,this.gainNode=null,this.pitchFX=null,this.encNode=null,this.worker=null,this.workerURL=null,this.blob=null,this.blobURL=null,this.resolve=null,this.reject=null,Object.seal(this)}return _createClass(Recorder,[{key:"close",value:function close(){this.encNode&&this.encNode.disconnect(),this.encNode&&(this.encNode.onaudioprocess=null),this.stream&&this.stopTracks(),this.audioCtx&&this.audioCtx.close(),this.worker&&this.worker.terminate(),this.workerURL&&URL.revokeObjectURL(this.workerURL),this.blobURL&&URL.revokeObjectURL(this.blobURL)}},{key:"initAudio",value:function initAudio(){var _this=this;return(navigator.mediaDevices&&navigator.mediaDevices.getUserMedia?function(constraints){return navigator.mediaDevices.getUserMedia(constraints)}:function(constraints){var oldGetUserMedia=navigator.webkitGetUserMedia||navigator.mozGetUserMedia;return oldGetUserMedia?new Promise((function(resolve,reject){oldGetUserMedia.call(navigator,constraints,resolve,reject)})):Promise.reject(new Error("getUserMedia is not implemented in this browser"))})({audio:!0}).then((function(stream){_this.stream=stream;var audioCtx=_this.audioCtx=new(window.AudioContext||window.webkitAudioContext),sourceNode=audioCtx.createMediaStreamSource(stream),gainNode=_this.gainNode=(audioCtx.createGain||audioCtx.createGainNode).call(audioCtx);gainNode.gain.value=1,sourceNode.connect(gainNode);var pitchFX=_this.pitchFX=new Jungle(audioCtx);pitchFX.setPitchOffset(_this.pitch);var encNode=_this.encNode=(audioCtx.createScriptProcessor||audioCtx.createJavaScriptNode).call(audioCtx,0,1,1);pitchFX.output.connect(encNode),gainNode.connect(0===_this.pitch?encNode:pitchFX.input)}))}},{key:"initWorker",value:function initWorker(){var _this2=this;if(!this.stream)throw new Error("missing audio initialization");var blob=new Blob(["(",inlineWorker.toString(),")()"],{type:"application/javascript"}),workerURL=this.workerURL=URL.createObjectURL(blob),worker=this.worker=new Worker(workerURL),wasmURL=this.wasmURL,shimURL=this.shimURL;return worker.postMessage({type:"init",data:{wasmURL:wasmURL,shimURL:shimURL}}),new Promise((function(resolve,reject){worker.onmessage=function(e){var msg=e.data;switch(msg.type){case"init":resolve();break;case"init-error":reject(new Error(msg.data));break;case"error":case"internal-error":console.error("Worker error:",msg.data),_this2.reject&&_this2.reject(msg.data);break;case"stop":_this2.blob=msg.data,_this2.blobURL=URL.createObjectURL(msg.data),_this2.onStop&&_this2.onStop(),_this2.resolve&&_this2.resolve(_this2.blob)}}}))}},{key:"init",value:function init(){return this.initAudio().then(this.initWorker.bind(this))}},{key:"startRecording",value:function startRecording(){var _this3=this;if(!this.stream)throw new Error("missing audio initialization");if(!this.worker)throw new Error("missing worker initialization");this.blob=null,this.blobURL&&URL.revokeObjectURL(this.blobURL),this.blobURL=null,this.resolve=null,this.reject=null,this.worker.postMessage({type:"start",data:this.audioCtx.sampleRate}),this.encNode.onaudioprocess=function(e){var samples=e.inputBuffer.getChannelData(0);_this3.worker.postMessage({type:"data",data:samples})},this.encNode.connect(this.audioCtx.destination)}},{key:"stopRecording",value:function stopRecording(){var _this4=this;if(!this.stream)throw new Error("missing audio initialization");if(!this.worker)throw new Error("missing worker initialization");return this.encNode.disconnect(),this.encNode.onaudioprocess=null,this.stopTracks(),this.worker.postMessage({type:"stop",data:null}),new Promise((function(resolve,reject){_this4.resolve=resolve,_this4.reject=reject}))}},{key:"stopTracks",value:function stopTracks(){this.stream.getTracks&&this.stream.getTracks().forEach((function(track){return track.stop()}))}}]),Recorder}();exports.Recorder=Recorder;var Form=function(){function Form(){var _this5=this,opts=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},resolve=arguments.length>1?arguments[1]:void 0,reject=arguments.length>2?arguments[2]:void 0;_classCallCheck(this,Form),this.recorder=new Recorder(opts,this.onStop.bind(this)),this.resolve=resolve,this.reject=reject,this.backdrop=null,this.popup=null,this.recordBtn=null,this.stopBtn=null,this.timer=null,this.audio=null,this.saveBtn=null,this.tid=0,this.start=0,Object.seal(this),this.recorder.initAudio().then((function(){return _this5.drawInit()})).then((function(){return _this5.recorder.initWorker()})).then((function(){return _this5.drawAll()})).catch((function(err){return _this5.drawError(err)}))}return _createClass(Form,[{key:"drawInit",value:function drawInit(){var _this6=this;if(!this.backdrop){var backdrop=this.backdrop=document.createElement("div");backdrop.className="vmsg-backdrop",backdrop.addEventListener("click",(function(){return _this6.close(null)}));var popup=this.popup=document.createElement("div");popup.className="vmsg-popup",popup.addEventListener("click",(function(e){return e.stopPropagation()}));var progress=document.createElement("div");progress.className="vmsg-progress";for(var i=0;i<3;i++){var progressDot=document.createElement("div");progressDot.className="vmsg-progress-dot",progress.appendChild(progressDot)}popup.appendChild(progress),backdrop.appendChild(popup),document.body.appendChild(backdrop)}}},{key:"drawTime",value:function drawTime(msecs){var secs=Math.round(msecs/1e3);this.timer.textContent=pad2(secs/60)+":"+pad2(secs%60)}},{key:"drawAll",value:function drawAll(){var _this7=this;this.drawInit(),this.clearAll();var recordRow=document.createElement("div");recordRow.className="vmsg-record-row",this.popup.appendChild(recordRow);var recordBtn=this.recordBtn=document.createElement("button");recordBtn.className="vmsg-button vmsg-record-button",recordBtn.textContent="●",recordBtn.addEventListener("click",(function(){return _this7.startRecording()})),recordRow.appendChild(recordBtn);var stopBtn=this.stopBtn=document.createElement("button");stopBtn.className="vmsg-button vmsg-stop-button",stopBtn.style.display="none",stopBtn.textContent="■",stopBtn.addEventListener("click",(function(){return _this7.stopRecording()})),recordRow.appendChild(stopBtn);var audio=this.audio=new Audio;audio.autoplay=!0;var timer=this.timer=document.createElement("span");timer.className="vmsg-timer",timer.addEventListener("click",(function(){audio.paused?_this7.recorder.blobURL&&(audio.src=_this7.recorder.blobURL):audio.pause()})),this.drawTime(0),recordRow.appendChild(timer);var saveBtn=this.saveBtn=document.createElement("button");saveBtn.className="vmsg-button vmsg-save-button",saveBtn.textContent="✓",saveBtn.disabled=!0,saveBtn.addEventListener("click",(function(){return _this7.close(_this7.recorder.blob)})),recordRow.appendChild(saveBtn);var gainWrapper=document.createElement("div");gainWrapper.className="vmsg-slider-wrapper vmsg-gain-slider-wrapper";var gainSlider=document.createElement("input");gainSlider.className="vmsg-slider vmsg-gain-slider",gainSlider.setAttribute("type","range"),gainSlider.min=0,gainSlider.max=2,gainSlider.step=.2,gainSlider.value=1,gainSlider.onchange=function(){var gain=+gainSlider.value;_this7.recorder.gainNode.gain.value=gain},gainWrapper.appendChild(gainSlider),this.popup.appendChild(gainWrapper);var pitchWrapper=document.createElement("div");pitchWrapper.className="vmsg-slider-wrapper vmsg-pitch-slider-wrapper";var pitchSlider=document.createElement("input");pitchSlider.className="vmsg-slider vmsg-pitch-slider",pitchSlider.setAttribute("type","range"),pitchSlider.min=-1,pitchSlider.max=1,pitchSlider.step=.2,pitchSlider.value=this.recorder.pitch,pitchSlider.onchange=function(){var pitch=+pitchSlider.value;_this7.recorder.pitchFX.setPitchOffset(pitch),_this7.recorder.gainNode.disconnect(),_this7.recorder.gainNode.connect(0===pitch?_this7.recorder.encNode:_this7.recorder.pitchFX.input)},pitchWrapper.appendChild(pitchSlider),this.popup.appendChild(pitchWrapper)}},{key:"drawError",value:function drawError(err){console.error(err),this.drawInit(),this.clearAll();var error=document.createElement("div");error.className="vmsg-error",error.textContent=err.toString(),this.popup.appendChild(error)}},{key:"clearAll",value:function clearAll(){this.popup&&(this.popup.innerHTML="")}},{key:"close",value:function close(blob){this.audio&&this.audio.pause(),this.tid&&clearTimeout(this.tid),this.recorder.close(),this.backdrop.remove(),blob?this.resolve(blob):this.reject(new Error("No record made"))}},{key:"onStop",value:function onStop(){this.recordBtn.style.display="",this.stopBtn.style.display="none",this.stopBtn.disabled=!1,this.saveBtn.disabled=!1}},{key:"startRecording",value:function startRecording(){this.audio.pause(),this.start=Date.now(),this.updateTime(),this.recordBtn.style.display="none",this.stopBtn.style.display="",this.saveBtn.disabled=!0,this.recorder.startRecording()}},{key:"stopRecording",value:function stopRecording(){clearTimeout(this.tid),this.tid=0,this.stopBtn.disabled=!0,this.recorder.stopRecording()}},{key:"updateTime",value:function updateTime(){var _this8=this;this.drawTime(Date.now()-this.start),this.tid=setTimeout((function(){return _this8.updateTime()}),300)}}]),Form}();exports.Form=Form;var shown=!1;function record(opts){return new Promise((function(resolve,reject){if(shown)throw new Error("Record form is already opened");shown=!0,new Form(opts,resolve,reject)})).then((function(result){return shown=!1,result}),(function(err){throw shown=!1,err}))}var _default={Recorder:Recorder,Form:Form,record:record};exports.default=_default;var delayTime=.1,fadeTime=.05,bufferTime=.1;function createDelayTimeBuffer(context,activeTime,fadeTime,shiftUp){for(var length1=activeTime*context.sampleRate,length=length1+(activeTime-2*fadeTime)*context.sampleRate,buffer=context.createBuffer(1,length,context.sampleRate),p=buffer.getChannelData(0),i=0;i=fadeIndex2?Math.sqrt(1-(i-fadeIndex2)/fadeLength):1,p[i]=value}for(i=length1;i0?(this.mod1Gain.gain.value=0,this.mod2Gain.gain.value=0,this.mod3Gain.gain.value=1,this.mod4Gain.gain.value=1):(this.mod1Gain.gain.value=1,this.mod2Gain.gain.value=1,this.mod3Gain.gain.value=0,this.mod4Gain.gain.value=0),this.setDelay(delayTime*Math.abs(mult))};
\ No newline at end of file
diff --git a/build/es6/node_modules/vmsg/vmsg.js b/build/es6/node_modules/vmsg/vmsg.js
new file mode 100644
index 00000000000..bd0d10681b4
--- /dev/null
+++ b/build/es6/node_modules/vmsg/vmsg.js
@@ -0,0 +1 @@
+function pad2(n){return(n|=0)<10?`0${n}`:`${Math.min(n,99)}`}function inlineWorker(){function fetchAndInstantiateFallback(url,imports){return new Promise((resolve,reject)=>{const req=new XMLHttpRequest;req.open("GET",url),req.responseType="arraybuffer",req.onload=()=>{resolve(WebAssembly.instantiate(req.response,imports))},req.onerror=reject,req.send()})}let memory=null,dynamicTop=5242880;function sbrk(increment){const oldDynamicTop=dynamicTop;return dynamicTop+=increment,oldDynamicTop}function exit(status){postMessage({type:"internal-error",data:status})}let FFI=null,ref=null,pcm_l=null;onmessage=e=>{const msg=e.data;switch(msg.type){case"init":const{wasmURL:wasmURL,shimURL:shimURL}=msg.data;Promise.resolve().then(()=>(self.WebAssembly&&!function testSafariWebAssemblyBug(){const bin=new Uint8Array([0,97,115,109,1,0,0,0,1,6,1,96,1,127,1,127,3,2,1,0,5,3,1,0,1,7,8,1,4,116,101,115,116,0,0,10,16,1,14,0,32,0,65,1,54,2,0,32,0,40,2,0,11]),mod=new WebAssembly.Module(bin);return 0!==new WebAssembly.Instance(mod,{}).exports.test(4)}()&&delete self.WebAssembly,self.WebAssembly||importScripts(shimURL),memory=new WebAssembly.Memory({initial:256,maximum:256}),{memory:memory,pow:Math.pow,exit:exit,powf:Math.pow,exp:Math.exp,sqrtf:Math.sqrt,cos:Math.cos,log:Math.log,sin:Math.sin,sbrk:sbrk})).then(Runtime=>(function fetchAndInstantiate(url,imports){if(!WebAssembly.instantiateStreaming)return fetchAndInstantiateFallback(url,imports);const req=fetch(url,{credentials:"same-origin"});return WebAssembly.instantiateStreaming(req,imports).catch(err=>{if(err.message&&err.message.indexOf("Argument 0 must be provided and must be a Response")>0)return fetchAndInstantiateFallback(url,imports);throw err})})(wasmURL,{env:Runtime})).then(wasm=>{FFI=wasm.instance.exports,postMessage({type:"init",data:null})}).catch(err=>{postMessage({type:"init-error",data:err.toString()})});break;case"start":if(!function vmsg_init(rate){if(ref=FFI.vmsg_init(rate),!ref)return!1;const pcm_l_ref=new Uint32Array(memory.buffer,ref,1)[0];return pcm_l=new Float32Array(memory.buffer,pcm_l_ref),!0}(msg.data))return postMessage({type:"error",data:"vmsg_init"});break;case"data":if(!function vmsg_encode(data){return pcm_l.set(data),FFI.vmsg_encode(ref,data.length)>=0}(msg.data))return postMessage({type:"error",data:"vmsg_encode"});break;case"stop":const blob=function vmsg_flush(){if(FFI.vmsg_flush(ref)<0)return null;const mp3_ref=new Uint32Array(memory.buffer,ref+4,1)[0],size=new Uint32Array(memory.buffer,ref+8,1)[0],mp3=new Uint8Array(memory.buffer,mp3_ref,size),blob=new Blob([mp3],{type:"audio/mpeg"});return FFI.vmsg_free(ref),ref=null,pcm_l=null,blob}();if(!blob)return postMessage({type:"error",data:"vmsg_flush"});postMessage({type:"stop",data:blob})}}}export class Recorder{constructor(opts={},onStop=null){this.wasmURL=new URL(opts.wasmURL||"/static/js/vmsg.wasm",location).href,this.shimURL=new URL(opts.shimURL||"/static/js/wasm-polyfill.js",location).href,this.onStop=onStop,this.pitch=opts.pitch||0,this.stream=null,this.audioCtx=null,this.gainNode=null,this.pitchFX=null,this.encNode=null,this.worker=null,this.workerURL=null,this.blob=null,this.blobURL=null,this.resolve=null,this.reject=null,Object.seal(this)}close(){this.encNode&&this.encNode.disconnect(),this.encNode&&(this.encNode.onaudioprocess=null),this.stream&&this.stopTracks(),this.audioCtx&&this.audioCtx.close(),this.worker&&this.worker.terminate(),this.workerURL&&URL.revokeObjectURL(this.workerURL),this.blobURL&&URL.revokeObjectURL(this.blobURL)}initAudio(){return(navigator.mediaDevices&&navigator.mediaDevices.getUserMedia?function(constraints){return navigator.mediaDevices.getUserMedia(constraints)}:function(constraints){const oldGetUserMedia=navigator.webkitGetUserMedia||navigator.mozGetUserMedia;return oldGetUserMedia?new Promise((function(resolve,reject){oldGetUserMedia.call(navigator,constraints,resolve,reject)})):Promise.reject(new Error("getUserMedia is not implemented in this browser"))})({audio:!0}).then(stream=>{this.stream=stream;const audioCtx=this.audioCtx=new(window.AudioContext||window.webkitAudioContext),sourceNode=audioCtx.createMediaStreamSource(stream),gainNode=this.gainNode=(audioCtx.createGain||audioCtx.createGainNode).call(audioCtx);gainNode.gain.value=1,sourceNode.connect(gainNode);const pitchFX=this.pitchFX=new Jungle(audioCtx);pitchFX.setPitchOffset(this.pitch);const encNode=this.encNode=(audioCtx.createScriptProcessor||audioCtx.createJavaScriptNode).call(audioCtx,0,1,1);pitchFX.output.connect(encNode),gainNode.connect(0===this.pitch?encNode:pitchFX.input)})}initWorker(){if(!this.stream)throw new Error("missing audio initialization");const blob=new Blob(["(",inlineWorker.toString(),")()"],{type:"application/javascript"}),workerURL=this.workerURL=URL.createObjectURL(blob),worker=this.worker=new Worker(workerURL),{wasmURL:wasmURL,shimURL:shimURL}=this;return worker.postMessage({type:"init",data:{wasmURL:wasmURL,shimURL:shimURL}}),new Promise((resolve,reject)=>{worker.onmessage=e=>{const msg=e.data;switch(msg.type){case"init":resolve();break;case"init-error":reject(new Error(msg.data));break;case"error":case"internal-error":console.error("Worker error:",msg.data),this.reject&&this.reject(msg.data);break;case"stop":this.blob=msg.data,this.blobURL=URL.createObjectURL(msg.data),this.onStop&&this.onStop(),this.resolve&&this.resolve(this.blob)}}})}init(){return this.initAudio().then(this.initWorker.bind(this))}startRecording(){if(!this.stream)throw new Error("missing audio initialization");if(!this.worker)throw new Error("missing worker initialization");this.blob=null,this.blobURL&&URL.revokeObjectURL(this.blobURL),this.blobURL=null,this.resolve=null,this.reject=null,this.worker.postMessage({type:"start",data:this.audioCtx.sampleRate}),this.encNode.onaudioprocess=e=>{const samples=e.inputBuffer.getChannelData(0);this.worker.postMessage({type:"data",data:samples})},this.encNode.connect(this.audioCtx.destination)}stopRecording(){if(!this.stream)throw new Error("missing audio initialization");if(!this.worker)throw new Error("missing worker initialization");return this.encNode.disconnect(),this.encNode.onaudioprocess=null,this.stopTracks(),this.worker.postMessage({type:"stop",data:null}),new Promise((resolve,reject)=>{this.resolve=resolve,this.reject=reject})}stopTracks(){this.stream.getTracks&&this.stream.getTracks().forEach(track=>track.stop())}}export class Form{constructor(opts={},resolve,reject){this.recorder=new Recorder(opts,this.onStop.bind(this)),this.resolve=resolve,this.reject=reject,this.backdrop=null,this.popup=null,this.recordBtn=null,this.stopBtn=null,this.timer=null,this.audio=null,this.saveBtn=null,this.tid=0,this.start=0,Object.seal(this),this.recorder.initAudio().then(()=>this.drawInit()).then(()=>this.recorder.initWorker()).then(()=>this.drawAll()).catch(err=>this.drawError(err))}drawInit(){if(this.backdrop)return;const backdrop=this.backdrop=document.createElement("div");backdrop.className="vmsg-backdrop",backdrop.addEventListener("click",()=>this.close(null));const popup=this.popup=document.createElement("div");popup.className="vmsg-popup",popup.addEventListener("click",e=>e.stopPropagation());const progress=document.createElement("div");progress.className="vmsg-progress";for(let i=0;i<3;i++){const progressDot=document.createElement("div");progressDot.className="vmsg-progress-dot",progress.appendChild(progressDot)}popup.appendChild(progress),backdrop.appendChild(popup),document.body.appendChild(backdrop)}drawTime(msecs){const secs=Math.round(msecs/1e3);this.timer.textContent=pad2(secs/60)+":"+pad2(secs%60)}drawAll(){this.drawInit(),this.clearAll();const recordRow=document.createElement("div");recordRow.className="vmsg-record-row",this.popup.appendChild(recordRow);const recordBtn=this.recordBtn=document.createElement("button");recordBtn.className="vmsg-button vmsg-record-button",recordBtn.textContent="●",recordBtn.addEventListener("click",()=>this.startRecording()),recordRow.appendChild(recordBtn);const stopBtn=this.stopBtn=document.createElement("button");stopBtn.className="vmsg-button vmsg-stop-button",stopBtn.style.display="none",stopBtn.textContent="■",stopBtn.addEventListener("click",()=>this.stopRecording()),recordRow.appendChild(stopBtn);const audio=this.audio=new Audio;audio.autoplay=!0;const timer=this.timer=document.createElement("span");timer.className="vmsg-timer",timer.addEventListener("click",()=>{audio.paused?this.recorder.blobURL&&(audio.src=this.recorder.blobURL):audio.pause()}),this.drawTime(0),recordRow.appendChild(timer);const saveBtn=this.saveBtn=document.createElement("button");saveBtn.className="vmsg-button vmsg-save-button",saveBtn.textContent="✓",saveBtn.disabled=!0,saveBtn.addEventListener("click",()=>this.close(this.recorder.blob)),recordRow.appendChild(saveBtn);const gainWrapper=document.createElement("div");gainWrapper.className="vmsg-slider-wrapper vmsg-gain-slider-wrapper";const gainSlider=document.createElement("input");gainSlider.className="vmsg-slider vmsg-gain-slider",gainSlider.setAttribute("type","range"),gainSlider.min=0,gainSlider.max=2,gainSlider.step=.2,gainSlider.value=1,gainSlider.onchange=()=>{const gain=+gainSlider.value;this.recorder.gainNode.gain.value=gain},gainWrapper.appendChild(gainSlider),this.popup.appendChild(gainWrapper);const pitchWrapper=document.createElement("div");pitchWrapper.className="vmsg-slider-wrapper vmsg-pitch-slider-wrapper";const pitchSlider=document.createElement("input");pitchSlider.className="vmsg-slider vmsg-pitch-slider",pitchSlider.setAttribute("type","range"),pitchSlider.min=-1,pitchSlider.max=1,pitchSlider.step=.2,pitchSlider.value=this.recorder.pitch,pitchSlider.onchange=()=>{const pitch=+pitchSlider.value;this.recorder.pitchFX.setPitchOffset(pitch),this.recorder.gainNode.disconnect(),this.recorder.gainNode.connect(0===pitch?this.recorder.encNode:this.recorder.pitchFX.input)},pitchWrapper.appendChild(pitchSlider),this.popup.appendChild(pitchWrapper)}drawError(err){console.error(err),this.drawInit(),this.clearAll();const error=document.createElement("div");error.className="vmsg-error",error.textContent=err.toString(),this.popup.appendChild(error)}clearAll(){this.popup&&(this.popup.innerHTML="")}close(blob){this.audio&&this.audio.pause(),this.tid&&clearTimeout(this.tid),this.recorder.close(),this.backdrop.remove(),blob?this.resolve(blob):this.reject(new Error("No record made"))}onStop(){this.recordBtn.style.display="",this.stopBtn.style.display="none",this.stopBtn.disabled=!1,this.saveBtn.disabled=!1}startRecording(){this.audio.pause(),this.start=Date.now(),this.updateTime(),this.recordBtn.style.display="none",this.stopBtn.style.display="",this.saveBtn.disabled=!0,this.recorder.startRecording()}stopRecording(){clearTimeout(this.tid),this.tid=0,this.stopBtn.disabled=!0,this.recorder.stopRecording()}updateTime(){this.drawTime(Date.now()-this.start),this.tid=setTimeout(()=>this.updateTime(),300)}}let shown=!1;export function record(opts){return new Promise((resolve,reject)=>{if(shown)throw new Error("Record form is already opened");shown=!0,new Form(opts,resolve,reject)}).then(result=>(shown=!1,result),err=>{throw shown=!1,err})}export default{Recorder:Recorder,Form:Form,record:record};const delayTime=.1,fadeTime=.05,bufferTime=.1;function createDelayTimeBuffer(context,activeTime,fadeTime,shiftUp){for(var length1=activeTime*context.sampleRate,length=length1+(activeTime-2*fadeTime)*context.sampleRate,buffer=context.createBuffer(1,length,context.sampleRate),p=buffer.getChannelData(0),i=0;i=fadeIndex2?Math.sqrt(1-(i-fadeIndex2)/fadeLength):1,p[i]=value}for(i=length1;i0?(this.mod1Gain.gain.value=0,this.mod2Gain.gain.value=0,this.mod3Gain.gain.value=1,this.mod4Gain.gain.value=1):(this.mod1Gain.gain.value=1,this.mod2Gain.gain.value=1,this.mod3Gain.gain.value=0,this.mod4Gain.gain.value=0),this.setDelay(delayTime*Math.abs(mult))};
\ No newline at end of file
diff --git a/build/es6/node_modules/vmsg/vmsg.wasm b/build/es6/node_modules/vmsg/vmsg.wasm
new file mode 100644
index 00000000000..224bcc7fd1c
Binary files /dev/null and b/build/es6/node_modules/vmsg/vmsg.wasm differ
diff --git a/build/polymer.json b/build/polymer.json
index 00d223df12d..22e481b1dfd 100644
--- a/build/polymer.json
+++ b/build/polymer.json
@@ -21,6 +21,7 @@
"node_modules/lit-element/*.*.map",
"node_modules/@polymer/app-layout/*/*.js",
"node_modules/@vaadin/**",
+ "node_modules/vmsg/*",
"node_modules/fetch-ie8/fetch.js",
"node_modules/promise-polyfill/dist/polyfill.min.js",
"node_modules/web-animations-js/*.map",
diff --git a/polymer.json b/polymer.json
index 9b2ef6e1c9b..58ad85ed2ce 100644
--- a/polymer.json
+++ b/polymer.json
@@ -16,6 +16,7 @@
"node_modules/lit-element/*.*.map",
"node_modules/@polymer/app-layout/*/*.js",
"node_modules/@vaadin/**",
+ "node_modules/vmsg/*",
"node_modules/fetch-ie8/fetch.js",
"node_modules/promise-polyfill/dist/polyfill.min.js",
"node_modules/web-animations-js/*.map",